You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-12-11 05:02:16 -08:00
fix item asm labels
CheckItem was called PickUpItem by mistake Also label TossItem and ReceiveItem
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user