shithub: pokered

Download patch

ref: 6119945fca16189ca0573e990b78c7f8edd1bf95
parent: d29d0224e5ccd04f65f1e636d7d86d824b0fefea
parent: 39f0bcb987ca573d86a2a22a8391236fe6534587
author: Daniel Harding <33dannye@gmail.com>
date: Wed May 27 10:34:34 EDT 2020

Merge pull request #241 from Nog-Frog/Fix-Sent-To-Box

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