mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00
Merge pull request #241 from Nog-Frog/Fix-Sent-To-Box
Change "Set to box" to "Sent to box"
This commit is contained in:
commit
6119945fca
|
@ -33,7 +33,7 @@ _GivePokemon:
|
|||
.next
|
||||
ld [hli], a
|
||||
ld [hl], "@"
|
||||
ld hl, SetToBoxText
|
||||
ld hl, SentToBoxText
|
||||
call PrintText
|
||||
scf
|
||||
ret
|
||||
|
@ -73,8 +73,8 @@ GotMonText:
|
|||
TX_SFX_ITEM_1
|
||||
db "@"
|
||||
|
||||
SetToBoxText:
|
||||
TX_FAR _SetToBoxText
|
||||
SentToBoxText:
|
||||
TX_FAR _SentToBoxText
|
||||
db "@"
|
||||
|
||||
BoxIsFullText:
|
||||
|
|
Loading…
Reference in a new issue