diff options
| author | dannye <33dannye@gmail.com> | 2021-09-26 22:38:47 -0500 |
|---|---|---|
| committer | dannye <33dannye@gmail.com> | 2021-09-26 22:43:09 -0500 |
| commit | 501a21fa5dc6f01c0563316c9cd209cccb1eef45 (patch) | |
| tree | c2fe5cc6caa9d8117df3008031d7a26317058acb /data/text/text_9.asm | |
| parent | Switch from Travis CI to GitHub Actions (diff) | |
| parent | Fix typos (#334) (diff) | |
| download | pokeyellow-501a21fa5dc6f01c0563316c9cd209cccb1eef45.tar.gz pokeyellow-501a21fa5dc6f01c0563316c9cd209cccb1eef45.tar.xz pokeyellow-501a21fa5dc6f01c0563316c9cd209cccb1eef45.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.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 |
