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/pokemontower7.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/pokemontower7.asm')
| -rwxr-xr-x | scripts/pokemontower7.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/pokemontower7.asm b/scripts/pokemontower7.asm index 5a51e468..381d1c64 100755 --- a/scripts/pokemontower7.asm +++ b/scripts/pokemontower7.asm @@ -53,7 +53,7 @@ PokemonTower7Script3: ; 60d56 (18:4d56) jr nz, .missableObjectsListLoop ld [wcc4d], a ; remove missable object ld a, $11 - call Predef ; indirect jump to RemoveMissableObject (f1d7 (3:71d7)) + call Predef xor a ld [wJoyIgnore], a ld [wcf13], a @@ -70,7 +70,7 @@ PokemonTower7Script4: ; 60d86 (18:4d86) ld a, $43 ld [wcc4d], a ld a, $11 - call Predef ; indirect jump to RemoveMissableObject (f1d7 (3:71d7)) + call Predef ld a, $4 ld [wSpriteStateData1 + 9], a ld a, $95 |
