aboutsummaryrefslogtreecommitdiffstats
path: root/data/text/text_9.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_9.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_9.asm')
-rw-r--r--data/text/text_9.asm16
1 files changed, 8 insertions, 8 deletions
diff --git a/data/text/text_9.asm b/data/text/text_9.asm
index bb00403b..d9545694 100644
--- a/data/text/text_9.asm
+++ b/data/text/text_9.asm
@@ -59,7 +59,7 @@ _ItemUseBallText06::
_SurfingGotOnText::
text "<PLAYER> got on"
line "@"
- text_ram wcd6d
+ text_ram wNameBuffer
text "!"
prompt
@@ -69,13 +69,13 @@ _SurfingNoPlaceToGetOffText::
prompt
_RefusingText::
- text_ram wcd6d
+ text_ram wNameBuffer
text_start
line "is refusing!"
prompt
_VitaminStatRoseText::
- text_ram wcd6d
+ text_ram wNameBuffer
text "'s"
line "@"
text_ram wStringBuffer
@@ -180,7 +180,7 @@ _TeachMachineMoveText::
done
_MonCannotLearnMachineMoveText::
- text_ram wcd6d
+ text_ram wNameBuffer
text " is not"
line "compatible with"
cont "@"
@@ -226,7 +226,7 @@ _NoCyclingAllowedHereText::
_NoSurfingHereText::
text "No SURFing on"
line "@"
- text_ram wcd6d
+ text_ram wNameBuffer
text " here!"
prompt
@@ -272,7 +272,7 @@ _GotOffBicycleText2::
_ThrewAwayItemText::
text "Threw away"
line "@"
- text_ram wcd6d
+ text_ram wNameBuffer
text "."
prompt
@@ -289,7 +289,7 @@ _TooImportantToTossText::
prompt
_AlreadyKnowsText::
- text_ram wcd6d
+ text_ram wNameBuffer
text " knows"
line "@"
text_ram wStringBuffer
@@ -436,7 +436,7 @@ _NothingToCutText::
prompt
_UsedCutText::
- text_ram wcd6d
+ text_ram wNameBuffer
text " hacked"
line "away with CUT!"
prompt