fix item asm labels

CheckItem was called PickUpItem by mistake

Also label TossItem and ReceiveItem
This commit is contained in:
yenatch
2013-09-08 01:35:10 -04:00
parent d05adc4f98
commit f0cf86777b
3 changed files with 40 additions and 40 deletions

View File

@@ -45,7 +45,7 @@ GiveOddEgg: ; 1fb4b6
ld a, $ff
ld [$d107], a
ld hl, NumItems
call Function2f53
call TossItem
ld a, EGG
ld [$cd2a], a
ld a, $29