wcf4b -> wStringBuffer

This commit is contained in:
Rangi 2021-08-28 17:02:20 -04:00
parent 236426138b
commit 7ee8a6509e
51 changed files with 112 additions and 114 deletions

View file

@ -27,7 +27,7 @@ _PokemartBuyingGreetingText::
done
_PokemartTellBuyPriceText::
text_ram wcf4b
text_ram wStringBuffer
text "?"
line "That will be"
cont "¥@"
@ -85,7 +85,7 @@ _LearnedMove1Text::
text_ram wLearnMoveMonName
text " learned"
line "@"
text_ram wcf4b
text_ram wStringBuffer
text "!@"
text_end
@ -97,7 +97,7 @@ _WhichMoveToForgetText::
_AbandonLearningText::
text "Abandon learning"
line "@"
text_ram wcf4b
text_ram wStringBuffer
text "?"
done
@ -106,7 +106,7 @@ _DidNotLearnText::
text_start
line "did not learn"
cont "@"
text_ram wcf4b
text_ram wStringBuffer
text "!"
prompt
@ -115,7 +115,7 @@ _TryingToLearnText::
text " is"
line "trying to learn"
cont "@"
text_ram wcf4b
text_ram wStringBuffer
text "!"
para "But, @"
@ -127,7 +127,7 @@ _TryingToLearnText::
para "Delete an older"
line "move to make room"
cont "for @"
text_ram wcf4b
text_ram wStringBuffer
text "?"
done