mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-07 16:15:23 +13:00
Sync more with pokeyellow
This commit is contained in:
parent
d3f1352875
commit
13d4d533f7
19 changed files with 35 additions and 41 deletions
|
|
@ -666,7 +666,7 @@ OaksLabScript_RemoveParcel:
|
|||
ld hl, wNumBagItems
|
||||
ld a, c
|
||||
ld [wWhichPokemon], a
|
||||
ld a, $1
|
||||
ld a, 1
|
||||
ld [wItemQuantity], a
|
||||
jp RemoveItemFromInventory
|
||||
|
||||
|
|
@ -716,7 +716,7 @@ OaksLabScript_1d076:
|
|||
ld a, l
|
||||
ld [wMapTextPtr], a
|
||||
ld a, h
|
||||
ld [wMapTextPtr+1], a
|
||||
ld [wMapTextPtr + 1], a
|
||||
ret
|
||||
|
||||
OaksLab_TextPointers:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue