mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-22 23:22:26 +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
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue