diff options
| author | yenatch <yenatch@gmail.com> | 2014-06-16 11:37:36 -0700 |
|---|---|---|
| committer | yenatch <yenatch@gmail.com> | 2014-06-16 11:37:36 -0700 |
| commit | 38ac74f22285974bda6a0ed537958def8415076e (patch) | |
| tree | 6f51ebf68314d1ee712841c32ee45633d135057a /scripts/celadonmartroof.asm | |
| parent | Hall of Fame sram labels and related constants. (diff) | |
| download | pokeyellow-38ac74f22285974bda6a0ed537958def8415076e.tar.gz pokeyellow-38ac74f22285974bda6a0ed537958def8415076e.tar.xz pokeyellow-38ac74f22285974bda6a0ed537958def8415076e.zip | |
Remove generated "indirect jump" comments.
The destination is obvious when using the predef macro.
Diffstat (limited to 'scripts/celadonmartroof.asm')
| -rwxr-xr-x | scripts/celadonmartroof.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/celadonmartroof.asm b/scripts/celadonmartroof.asm index 73895736..1eb02dc2 100755 --- a/scripts/celadonmartroof.asm +++ b/scripts/celadonmartroof.asm @@ -15,7 +15,7 @@ CeladonMartRoofScript_483d8: ; 483d8 (12:43d8) ld [wd11e], a ld b, a ld a, $1c - call Predef ; indirect jump to Func_f8a5 (f8a5 (3:78a5)) + call Predef pop de pop hl ld a, b |
