aboutsummaryrefslogtreecommitdiffstats
path: root/engine/menu
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/menu
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/menu')
-rw-r--r--engine/menu/bills_pc.asm4
-rwxr-xr-xengine/menu/oaks_pc.asm2
2 files changed, 3 insertions, 3 deletions
diff --git a/engine/menu/bills_pc.asm b/engine/menu/bills_pc.asm
index e48f6bd3..3c813861 100644
--- a/engine/menu/bills_pc.asm
+++ b/engine/menu/bills_pc.asm
@@ -467,9 +467,9 @@ Func_2174b: ; 2174b (8:574b)
.asm_217b0
ld [wcc49], a
ld a, $36
- call Predef ; indirect jump to StatusScreen (12953 (4:6953))
+ call Predef
ld a, $37
- call Predef ; indirect jump to StatusScreen2 (12b57 (4:6b57))
+ call Predef
call LoadScreenTilesFromBuffer1
call ReloadTilesetTilePatterns
call GoPAL_SET_CF1C
diff --git a/engine/menu/oaks_pc.asm b/engine/menu/oaks_pc.asm
index b32ffe7f..1d591d1d 100755
--- a/engine/menu/oaks_pc.asm
+++ b/engine/menu/oaks_pc.asm
@@ -9,7 +9,7 @@ OpenOaksPC: ; 1e915 (7:6915)
and a
jr nz, .asm_1e932
ld a, $56
- call Predef ; indirect jump to DisplayDexRating (44169 (11:4169))
+ call Predef
.asm_1e932
ld hl, ClosedOaksPCText
call PrintText