mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
Replace some hex values with labels. Remove some weird extra-indentation.
hg-commit-id: eab17e7f37f4
This commit is contained in:
parent
64c09f8c32
commit
6c64fa8acc
|
@ -1794,10 +1794,10 @@ GiveItem: ; 0x3e2e
|
|||
ld [$cf91], a
|
||||
ld a, c
|
||||
ld [$cf96], a
|
||||
ld hl, $d31d
|
||||
ld hl,W_NUMBAGITEMS
|
||||
call $2bcf
|
||||
ret nc
|
||||
call $2fcf
|
||||
call GetItemName ; $2fcf
|
||||
call $3826
|
||||
scf
|
||||
ret
|
||||
|
@ -26185,7 +26185,7 @@ Route2GateText1: ; 0x5d5db
|
|||
ld a, $c8
|
||||
ldh [$dc], a
|
||||
ld [$d11e], a
|
||||
call $2fcf
|
||||
call GetItemName ; $2fcf
|
||||
ld hl, $cd6d
|
||||
ld de, $cc5b
|
||||
ld bc, $000d
|
||||
|
|
Loading…
Reference in a new issue