aboutsummaryrefslogtreecommitdiffstats
path: root/data/text/text_5.asm
diff options
context:
space:
mode:
authordannye <33dannye@gmail.com>2024-09-25 00:45:00 -0500
committerdannye <33dannye@gmail.com>2024-09-25 00:45:00 -0500
commita02a98ee7ada1a658e28698484058be2796dc0df (patch)
tree945986054565bd8b5212fc755415096050d1d3a8 /data/text/text_5.asm
parentUse long option flags for rgbgfx, same as tools/gfx (diff)
parentUse `const_skip` (diff)
downloadpokeyellow-a02a98ee7ada1a658e28698484058be2796dc0df.tar.gz
pokeyellow-a02a98ee7ada1a658e28698484058be2796dc0df.tar.xz
pokeyellow-a02a98ee7ada1a658e28698484058be2796dc0df.zip
Merge branch 'master' of https://github.com/pret/pokered
Diffstat (limited to 'data/text/text_5.asm')
-rw-r--r--data/text/text_5.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/data/text/text_5.asm b/data/text/text_5.asm
index 834d89dc..47fc87e7 100644
--- a/data/text/text_5.asm
+++ b/data/text/text_5.asm
@@ -128,14 +128,14 @@ _MimicLearnedMoveText::
text "<USER>"
line "learned"
cont "@"
- text_ram wcd6d
+ text_ram wNameBuffer
text "!"
prompt
_MoveWasDisabledText::
text "<TARGET>'s"
line "@"
- text_ram wcd6d
+ text_ram wNameBuffer
text " was"
cont "disabled!"
prompt
@@ -233,7 +233,7 @@ _TransformedText::
text "<USER>"
line "transformed into"
cont "@"
- text_ram wcd6d
+ text_ram wNameBuffer
text "!"
prompt