Change "Set to box" to "Sent to box"

This commit is contained in:
Nog-Frog 2020-05-26 14:10:55 +03:00 committed by Nog-Frog
parent f52c1bb78d
commit 39f0bcb987
2 changed files with 4 additions and 4 deletions

View file

@ -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:

View file

@ -2730,7 +2730,7 @@ _GotMonText::
TX_RAM wcd6d
text "!@@"
_SetToBoxText::
_SentToBoxText::
text "There's no more"
line "room for #MON!"
cont "@"