summaryrefslogtreecommitdiff
path: root/maps/Pokecenter2F.asm
diff options
context:
space:
mode:
Diffstat (limited to 'maps/Pokecenter2F.asm')
-rw-r--r--maps/Pokecenter2F.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/maps/Pokecenter2F.asm b/maps/Pokecenter2F.asm
index 11a73de07..40900519c 100644
--- a/maps/Pokecenter2F.asm
+++ b/maps/Pokecenter2F.asm
@@ -914,7 +914,7 @@ Text_PleaseEnter:
Text_RejectNewMon:
text "Sorry--@"
- text_from_ram StringBuffer1
+ text_from_ram wStringBuffer1
text_start
line "can't be taken."
prompt
@@ -922,17 +922,17 @@ Text_RejectNewMon:
Text_RejectMonWithNewMove:
text "You can't take the"
line "@"
- text_from_ram StringBuffer1
+ text_from_ram wStringBuffer1
text " with a"
cont "@"
- text_from_ram StringBuffer2
+ text_from_ram wStringBuffer2
text "."
prompt
Text_RejectMonWithMail:
text "You can't take the"
line "@"
- text_from_ram StringBuffer1
+ text_from_ram wStringBuffer1
text " that"
cont "has MAIL with you."
prompt