mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
Change "Set to box" to "Sent to box"
This commit is contained in:
parent
f52c1bb78d
commit
39f0bcb987
|
@ -33,7 +33,7 @@ _GivePokemon:
|
||||||
.next
|
.next
|
||||||
ld [hli], a
|
ld [hli], a
|
||||||
ld [hl], "@"
|
ld [hl], "@"
|
||||||
ld hl, SetToBoxText
|
ld hl, SentToBoxText
|
||||||
call PrintText
|
call PrintText
|
||||||
scf
|
scf
|
||||||
ret
|
ret
|
||||||
|
@ -73,8 +73,8 @@ GotMonText:
|
||||||
TX_SFX_ITEM_1
|
TX_SFX_ITEM_1
|
||||||
db "@"
|
db "@"
|
||||||
|
|
||||||
SetToBoxText:
|
SentToBoxText:
|
||||||
TX_FAR _SetToBoxText
|
TX_FAR _SentToBoxText
|
||||||
db "@"
|
db "@"
|
||||||
|
|
||||||
BoxIsFullText:
|
BoxIsFullText:
|
||||||
|
|
Loading…
Reference in a new issue