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/mansion2.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/mansion2.asm')
| -rwxr-xr-x | scripts/mansion2.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mansion2.asm b/scripts/mansion2.asm index 4d6a11a9..679dd70a 100755 --- a/scripts/mansion2.asm +++ b/scripts/mansion2.asm @@ -41,7 +41,7 @@ Mansion2Script_51fee: ; 51fee (14:5fee) Mansion2Script_5202f: ; 5202f (14:602f) ld [wd09f], a ld a, $17 - jp Predef ; indirect jump to Func_ee9e (ee9e (3:6e9e)) + jp Predef Mansion2Script_Switches: ; 52037 (14:6037) ld a, [wSpriteStateData1 + 9] |
