You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Identify and eliminate wEngineBuffer1-5
This commit is contained in:
@@ -40,14 +40,14 @@ FindItemInBallScript::
|
||||
.TryReceiveItem:
|
||||
xor a
|
||||
ld [wScriptVar], a
|
||||
ld a, [wEngineBuffer1]
|
||||
ld a, [wItemBallItemID]
|
||||
ld [wNamedObjectIndexBuffer], a
|
||||
call GetItemName
|
||||
ld hl, wStringBuffer3
|
||||
call CopyName2
|
||||
ld a, [wEngineBuffer1]
|
||||
ld a, [wItemBallItemID]
|
||||
ld [wCurItem], a
|
||||
ld a, [wCurFruit]
|
||||
ld a, [wItemBallQuantity]
|
||||
ld [wItemQuantityChangeBuffer], a
|
||||
ld hl, wNumItems
|
||||
call ReceiveItem
|
||||
|
||||
Reference in New Issue
Block a user