mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-21 22:52:15 +13:00
wcf4b -> wStringBuffer
This commit is contained in:
parent
236426138b
commit
7ee8a6509e
51 changed files with 112 additions and 114 deletions
|
|
@ -33,7 +33,7 @@ _ChooseABoxText::
|
|||
text_end
|
||||
|
||||
_EvolvedText::
|
||||
text_ram wcf4b
|
||||
text_ram wStringBuffer
|
||||
text " evolved"
|
||||
done
|
||||
|
||||
|
|
@ -46,14 +46,14 @@ _IntoText::
|
|||
|
||||
_StoppedEvolvingText::
|
||||
text "Huh? @"
|
||||
text_ram wcf4b
|
||||
text_ram wStringBuffer
|
||||
text_start
|
||||
line "stopped evolving!"
|
||||
prompt
|
||||
|
||||
_IsEvolvingText::
|
||||
text "What? @"
|
||||
text_ram wcf4b
|
||||
text_ram wStringBuffer
|
||||
text_start
|
||||
line "is evolving!"
|
||||
done
|
||||
|
|
@ -96,7 +96,7 @@ _FireDefrostedText::
|
|||
_MonsStatsRoseText::
|
||||
text "<USER>'s"
|
||||
line "@"
|
||||
text_ram wcf4b
|
||||
text_ram wStringBuffer
|
||||
text "@"
|
||||
text_end
|
||||
|
||||
|
|
@ -111,7 +111,7 @@ _RoseText::
|
|||
_MonsStatsFellText::
|
||||
text "<TARGET>'s"
|
||||
line "@"
|
||||
text_ram wcf4b
|
||||
text_ram wStringBuffer
|
||||
text "@"
|
||||
text_end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue