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 /engine/overworld/card_key.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 'engine/overworld/card_key.asm')
| -rwxr-xr-x | engine/overworld/card_key.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/overworld/card_key.asm b/engine/overworld/card_key.asm index 0dbbb665..991512bb 100755 --- a/engine/overworld/card_key.asm +++ b/engine/overworld/card_key.asm @@ -9,7 +9,7 @@ PrintCardKeyText: ; 52673 (14:6673) cp b jr nz, .asm_5267a ld a, $35 - call Predef ; indirect jump to Func_c586 (c586 (3:4586)) + call Predef ld a, [wcfc6] cp $18 jr z, .asm_5269c @@ -50,7 +50,7 @@ PrintCardKeyText: ; 52673 (14:6673) .asm_526ca ld [wd09f], a ld a, $17 - call Predef ; indirect jump to Func_ee9e + call Predef ld hl, wd126 set 5, [hl] ld a, (SFX_1f_57 - SFX_Headers_1f) / 3 |
