aboutsummaryrefslogtreecommitdiffstats
path: root/engine/predefs17.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-06-16 11:37:36 -0700
committeryenatch <yenatch@gmail.com>2014-06-16 11:37:36 -0700
commit38ac74f22285974bda6a0ed537958def8415076e (patch)
tree6f51ebf68314d1ee712841c32ee45633d135057a /engine/predefs17.asm
parentHall of Fame sram labels and related constants. (diff)
downloadpokeyellow-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/predefs17.asm')
-rwxr-xr-xengine/predefs17.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/predefs17.asm b/engine/predefs17.asm
index 1802f08d..91a6f7fe 100755
--- a/engine/predefs17.asm
+++ b/engine/predefs17.asm
@@ -4,7 +4,7 @@ DisplayStarterMonDex: ; 5c0dc (17:40dc)
ld a, %01001011 ; set starter flags
ld [wPokedexOwned], a ; wPokedexOwned
ld a, $3d
- call Predef ; indirect jump to ShowPokedexData (402d1 (10:42d1))
+ call Predef
xor a ; unset starter flags
ld [wPokedexOwned], a ; wPokedexOwned
ret