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/route22.asm | |
parent | 81bbab85ac7d7f4c2efe794a4b3cc1e51c0b2689 (diff) |
Remove generated "indirect jump" comments.
The destination is obvious when using the predef macro.
Diffstat (limited to 'scripts/route22.asm')
-rwxr-xr-x | scripts/route22.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/route22.asm b/scripts/route22.asm index f9f38e79..d9fce630 100755 --- a/scripts/route22.asm +++ b/scripts/route22.asm @@ -224,7 +224,7 @@ Route22Script_5104e: ; 5104e (14:504e) xor a ld [wcd50], a ld a, $4c - call Predef ; indirect jump to PrintEmotionBubble (17c47 (5:7c47)) + call Predef ld a, [wd700] and a jr z, .skipYVisibilityTesta @@ -356,7 +356,7 @@ Route22Script6: ; 51151 (14:5151) ld a, $23 ld [wcc4d], a ld a, $11 - call Predef ; indirect jump to RemoveMissableObject (f1d7 (3:71d7)) + call Predef call Func_2307 ld hl, wd7eb res 1, [hl] |