ref: 39f0bcb987ca573d86a2a22a8391236fe6534587
parent: f52c1bb78d5609abdabd4f2594c716bb4e0b2e69
author: Nog-Frog <>
date: Tue May 26 10:10:55 EDT 2020
Change "Set to box" to "Sent to box"
--- a/engine/give_pokemon.asm
+++ b/engine/give_pokemon.asm
@@ -33,7 +33,7 @@
.next
ld [hli], a
ld [hl], "@"
- ld hl, SetToBoxText
+ ld hl, SentToBoxText
call PrintText
scf
ret
@@ -73,8 +73,8 @@
TX_SFX_ITEM_1
db "@"
-SetToBoxText:
- TX_FAR _SetToBoxText
+SentToBoxText:
+ TX_FAR _SentToBoxText
db "@"
BoxIsFullText:
--- a/text.asm
+++ b/text.asm
@@ -2730,7 +2730,7 @@
TX_RAM wcd6d
text "!@@"
-_SetToBoxText::
+_SentToBoxText::
text "There's no more"
line "room for #MON!"
cont "@"