diff options
Diffstat (limited to 'data/text/text_8.asm')
| -rw-r--r-- | data/text/text_8.asm | 10 |
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 |
