diff options
Diffstat (limited to 'data/text/text_9.asm')
| -rw-r--r-- | data/text/text_9.asm | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/data/text/text_9.asm b/data/text/text_9.asm index a5aff49c..bb00403b 100644 --- a/data/text/text_9.asm +++ b/data/text/text_9.asm @@ -78,7 +78,7 @@ _VitaminStatRoseText:: text_ram wcd6d text "'s" line "@" - text_ram wcf4b + text_ram wStringBuffer text " rose." prompt @@ -144,13 +144,13 @@ _RestorePPWhichTechniqueText:: done _PPMaxedOutText:: - text_ram wcf4b + text_ram wStringBuffer text "'s PP" line "is maxed out." prompt _PPIncreasedText:: - text_ram wcf4b + text_ram wStringBuffer text "'s PP" line "increased." prompt @@ -170,11 +170,11 @@ _BootedUpHMText:: _TeachMachineMoveText:: text "It contained" line "@" - text_ram wcf4b + text_ram wStringBuffer text "!" para "Teach @" - text_ram wcf4b + text_ram wStringBuffer text_start line "to a #MON?" done @@ -184,12 +184,12 @@ _MonCannotLearnMachineMoveText:: text " is not" line "compatible with" cont "@" - text_ram wcf4b + text_ram wStringBuffer text "." para "It can't learn" line "@" - text_ram wcf4b + text_ram wStringBuffer text "." prompt @@ -246,7 +246,7 @@ _ItemUseText001:: text_end _ItemUseText002:: - text_ram wcf4b + text_ram wStringBuffer text "!" done @@ -255,7 +255,7 @@ _GotOnBicycleText1:: text_end _GotOnBicycleText2:: - text_ram wcf4b + text_ram wStringBuffer text "!" prompt @@ -265,7 +265,7 @@ _GotOffBicycleText1:: _GotOffBicycleText2:: text "the @" - text_ram wcf4b + text_ram wStringBuffer text "." prompt @@ -279,7 +279,7 @@ _ThrewAwayItemText:: _IsItOKToTossItemText:: text "Is it OK to toss" line "@" - text_ram wcf4b + text_ram wStringBuffer text "?" prompt @@ -292,7 +292,7 @@ _AlreadyKnowsText:: text_ram wcd6d text " knows" line "@" - text_ram wcf4b + text_ram wStringBuffer text "!" prompt |
