Replace some hex values with labels. Remove some weird extra-indentation.

hg-commit-id: eab17e7f37f4
This commit is contained in:
Sawakita 2012-01-14 19:12:52 +01:00
parent 64c09f8c32
commit 6c64fa8acc

View file

@ -1794,10 +1794,10 @@ GiveItem: ; 0x3e2e
ld [$cf91], a ld [$cf91], a
ld a, c ld a, c
ld [$cf96], a ld [$cf96], a
ld hl, $d31d ld hl,W_NUMBAGITEMS
call $2bcf call $2bcf
ret nc ret nc
call $2fcf call GetItemName ; $2fcf
call $3826 call $3826
scf scf
ret ret
@ -26185,7 +26185,7 @@ Route2GateText1: ; 0x5d5db
ld a, $c8 ld a, $c8
ldh [$dc], a ldh [$dc], a
ld [$d11e], a ld [$d11e], a
call $2fcf call GetItemName ; $2fcf
ld hl, $cd6d ld hl, $cd6d
ld de, $cc5b ld de, $cc5b
ld bc, $000d ld bc, $000d