aboutsummaryrefslogtreecommitdiffstats
path: root/data/text/text_8.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_8.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_8.asm')
-rw-r--r--data/text/text_8.asm10
1 files changed, 5 insertions, 5 deletions
diff --git a/data/text/text_8.asm b/data/text/text_8.asm
index 67492354..1a56f352 100644
--- a/data/text/text_8.asm
+++ b/data/text/text_8.asm
@@ -43,13 +43,13 @@ _WarpToLastPokemonCenterText::
done
_CannotUseTeleportNowText::
- text_ram wcd6d
+ text_ram wNameBuffer
text " can't"
line "use TELEPORT now."
prompt
_CannotFlyHereText::
- text_ram wcd6d
+ text_ram wNameBuffer
text " can't"
line "FLY here."
prompt
@@ -75,13 +75,13 @@ _CannotGetOffHereText::
prompt
_UsedStrengthText::
- text_ram wcd6d
+ text_ram wNameBuffer
text " used"
line "STRENGTH.@"
text_end
_CanMoveBouldersText::
- text_ram wcd6d
+ text_ram wNameBuffer
text " can"
line "move boulders."
prompt
@@ -99,7 +99,7 @@ _CyclingIsFunText::
_GotMonText::
text "<PLAYER> got"
line "@"
- text_ram wcd6d
+ text_ram wNameBuffer
text "!@"
text_end