summaryrefslogtreecommitdiff
path: root/data/text/text_5.asm
diff options
context:
space:
mode:
Diffstat (limited to 'data/text/text_5.asm')
-rw-r--r--data/text/text_5.asm20
1 files changed, 11 insertions, 9 deletions
diff --git a/data/text/text_5.asm b/data/text/text_5.asm
index 26a11a40..ae7151cc 100644
--- a/data/text/text_5.asm
+++ b/data/text/text_5.asm
@@ -9,12 +9,13 @@ _CableClubNPCMakingPreparationsText::
done
_UsedStrengthText::
- TX_RAM wcd6d
+ text_ram wcd6d
text " used"
- line "STRENGTH.@@"
+ line "STRENGTH.@"
+ text_end
_CanMoveBouldersText::
- TX_RAM wcd6d
+ text_ram wcd6d
text " can"
line "move boulders."
prompt
@@ -40,13 +41,13 @@ _WarpToLastPokemonCenterText::
done
_CannotUseTeleportNowText::
- TX_RAM wcd6d
+ text_ram wcd6d
text " can't"
line "use TELEPORT now."
prompt
_CannotFlyHereText::
- TX_RAM wcd6d
+ text_ram wcd6d
text " can't"
line "FLY here."
prompt
@@ -74,18 +75,19 @@ _CannotGetOffHereText::
_GotMonText::
text "<PLAYER> got"
line "@"
- TX_RAM wcd6d
- text "!@@"
+ text_ram wcd6d
+ text "!@"
+ text_end
_SentToBoxText::
text "There's no more"
line "room for #MON!"
cont "@"
- TX_RAM wBoxMonNicks
+ text_ram wBoxMonNicks
text " was"
cont "sent to #MON"
cont "BOX @"
- TX_RAM wcf4b
+ text_ram wcf4b
text " on PC!"
done