mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-21 22:52:15 +13:00
Port pokecrystal's formatting of text commands and special characters
This commit is contained in:
parent
2718c36065
commit
139a28ff99
397 changed files with 7398 additions and 7026 deletions
|
|
@ -1,39 +1,42 @@
|
|||
_ItemUseText001::
|
||||
text "<PLAYER> used@@"
|
||||
text "<PLAYER> used@"
|
||||
text_end
|
||||
|
||||
_ItemUseText002::
|
||||
TX_RAM wcf4b
|
||||
text_ram wcf4b
|
||||
text "!"
|
||||
done
|
||||
|
||||
_GotOnBicycleText1::
|
||||
text "<PLAYER> got on the@@"
|
||||
text "<PLAYER> got on the@"
|
||||
text_end
|
||||
|
||||
_GotOnBicycleText2::
|
||||
TX_RAM wcf4b
|
||||
text_ram wcf4b
|
||||
text "!"
|
||||
prompt
|
||||
|
||||
_GotOffBicycleText1::
|
||||
text "<PLAYER> got off@@"
|
||||
text "<PLAYER> got off@"
|
||||
text_end
|
||||
|
||||
_GotOffBicycleText2::
|
||||
text "the @"
|
||||
TX_RAM wcf4b
|
||||
text_ram wcf4b
|
||||
text "."
|
||||
prompt
|
||||
|
||||
_ThrewAwayItemText::
|
||||
text "Threw away"
|
||||
line "@"
|
||||
TX_RAM wcd6d
|
||||
text_ram wcd6d
|
||||
text "."
|
||||
prompt
|
||||
|
||||
_IsItOKToTossItemText::
|
||||
text "Is it OK to toss"
|
||||
line "@"
|
||||
TX_RAM wcf4b
|
||||
text_ram wcf4b
|
||||
text "?"
|
||||
prompt
|
||||
|
||||
|
|
@ -43,10 +46,10 @@ _TooImportantToTossText::
|
|||
prompt
|
||||
|
||||
_AlreadyKnowsText::
|
||||
TX_RAM wcd6d
|
||||
text_ram wcd6d
|
||||
text " knows"
|
||||
line "@"
|
||||
TX_RAM wcf4b
|
||||
text_ram wcf4b
|
||||
text "!"
|
||||
prompt
|
||||
|
||||
|
|
@ -58,21 +61,22 @@ _ConnectCableText::
|
|||
_TradedForText::
|
||||
text "<PLAYER> traded"
|
||||
line "@"
|
||||
TX_RAM wInGameTradeGiveMonName
|
||||
text_ram wInGameTradeGiveMonName
|
||||
text " for"
|
||||
cont "@"
|
||||
TX_RAM wInGameTradeReceiveMonName
|
||||
text "!@@"
|
||||
text_ram wInGameTradeReceiveMonName
|
||||
text "!@"
|
||||
text_end
|
||||
|
||||
_WannaTrade1Text::
|
||||
text "I'm looking for"
|
||||
line "@"
|
||||
TX_RAM wInGameTradeGiveMonName
|
||||
text_ram wInGameTradeGiveMonName
|
||||
text "! Wanna"
|
||||
|
||||
para "trade one for"
|
||||
line "@"
|
||||
TX_RAM wInGameTradeReceiveMonName
|
||||
text_ram wInGameTradeReceiveMonName
|
||||
text "? "
|
||||
done
|
||||
|
||||
|
|
@ -84,7 +88,7 @@ _NoTrade1Text::
|
|||
_WrongMon1Text::
|
||||
text "What? That's not"
|
||||
line "@"
|
||||
TX_RAM wInGameTradeGiveMonName
|
||||
text_ram wInGameTradeGiveMonName
|
||||
text "!"
|
||||
|
||||
para "If you get one,"
|
||||
|
|
@ -98,7 +102,7 @@ _Thanks1Text::
|
|||
_AfterTrade1Text::
|
||||
text "Isn't my old"
|
||||
line "@"
|
||||
TX_RAM wInGameTradeReceiveMonName
|
||||
text_ram wInGameTradeReceiveMonName
|
||||
text " great?"
|
||||
done
|
||||
|
||||
|
|
@ -107,10 +111,10 @@ _WannaTrade2Text::
|
|||
line "you want to trade"
|
||||
|
||||
para "your @"
|
||||
TX_RAM wInGameTradeGiveMonName
|
||||
text ""
|
||||
text_ram wInGameTradeGiveMonName
|
||||
text_start
|
||||
line "for @"
|
||||
TX_RAM wInGameTradeReceiveMonName
|
||||
text_ram wInGameTradeReceiveMonName
|
||||
text "?"
|
||||
done
|
||||
|
||||
|
|
@ -122,7 +126,7 @@ _NoTrade2Text::
|
|||
_WrongMon2Text::
|
||||
text "Hmmm? This isn't"
|
||||
line "@"
|
||||
TX_RAM wInGameTradeGiveMonName
|
||||
text_ram wInGameTradeGiveMonName
|
||||
text "."
|
||||
|
||||
para "Think of me when"
|
||||
|
|
@ -135,7 +139,7 @@ _Thanks2Text::
|
|||
|
||||
_AfterTrade2Text::
|
||||
text "The @"
|
||||
TX_RAM wInGameTradeGiveMonName
|
||||
text_ram wInGameTradeGiveMonName
|
||||
text " you"
|
||||
line "traded to me"
|
||||
|
||||
|
|
@ -145,12 +149,12 @@ _AfterTrade2Text::
|
|||
_WannaTrade3Text::
|
||||
text "Hi! Do you have"
|
||||
line "@"
|
||||
TX_RAM wInGameTradeGiveMonName
|
||||
text_ram wInGameTradeGiveMonName
|
||||
text "?"
|
||||
|
||||
para "Want to trade it"
|
||||
line "for @"
|
||||
TX_RAM wInGameTradeReceiveMonName
|
||||
text_ram wInGameTradeReceiveMonName
|
||||
text "?"
|
||||
done
|
||||
|
||||
|
|
@ -161,7 +165,7 @@ _NoTrade3Text::
|
|||
_WrongMon3Text::
|
||||
text "...This is no"
|
||||
line "@"
|
||||
TX_RAM wInGameTradeGiveMonName
|
||||
text_ram wInGameTradeGiveMonName
|
||||
text "."
|
||||
|
||||
para "If you get one,"
|
||||
|
|
@ -175,11 +179,11 @@ _Thanks3Text::
|
|||
_AfterTrade3Text::
|
||||
text "How is my old"
|
||||
line "@"
|
||||
TX_RAM wInGameTradeReceiveMonName
|
||||
text_ram wInGameTradeReceiveMonName
|
||||
text "?"
|
||||
|
||||
para "My @"
|
||||
TX_RAM wInGameTradeGiveMonName
|
||||
text_ram wInGameTradeGiveMonName
|
||||
text " is"
|
||||
line "doing great!"
|
||||
done
|
||||
|
|
@ -190,7 +194,7 @@ _NothingToCutText::
|
|||
prompt
|
||||
|
||||
_UsedCutText::
|
||||
TX_RAM wcd6d
|
||||
text_ram wcd6d
|
||||
text " hacked"
|
||||
line "away with CUT!"
|
||||
prompt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue