diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-08-28 17:02:20 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-08-28 17:02:20 -0400 |
| commit | 7ee8a6509e323ec012ece6273809e46830c29239 (patch) | |
| tree | a58c8343919f9be0f208733f77506d783e5c269c /data/text/text_6.asm | |
| parent | Remove old tile animation comments (#333) (diff) | |
| download | pokeyellow-7ee8a6509e323ec012ece6273809e46830c29239.tar.gz pokeyellow-7ee8a6509e323ec012ece6273809e46830c29239.tar.xz pokeyellow-7ee8a6509e323ec012ece6273809e46830c29239.zip | |
wcf4b -> wStringBuffer
Diffstat (limited to 'data/text/text_6.asm')
| -rw-r--r-- | data/text/text_6.asm | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/data/text/text_6.asm b/data/text/text_6.asm index 39eb22ea..194afa7b 100644 --- a/data/text/text_6.asm +++ b/data/text/text_6.asm @@ -72,7 +72,7 @@ _VitaminStatRoseText:: text_ram wcd6d text "'s" line "@" - text_ram wcf4b + text_ram wStringBuffer text " rose." prompt @@ -138,13 +138,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 @@ -164,11 +164,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 @@ -178,12 +178,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 |
