mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 23:55:24 +13:00
Remove generated "indirect jump" comments.
The destination is obvious when using the predef macro.
This commit is contained in:
parent
81bbab85ac
commit
38ac74f222
58 changed files with 125 additions and 125 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue