mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-22 15:12:18 +13:00
wcf4b -> wStringBuffer
This commit is contained in:
parent
236426138b
commit
7ee8a6509e
51 changed files with 112 additions and 114 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue