mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +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
|
|
@ -220,7 +220,9 @@ TextBoxTextAndCoordTable:
|
|||
BuySellQuitText:
|
||||
db "BUY"
|
||||
next "SELL"
|
||||
next "QUIT@@"
|
||||
next "QUIT@"
|
||||
|
||||
db "@" ; unused
|
||||
|
||||
UseTossText:
|
||||
db "USE"
|
||||
|
|
@ -245,7 +247,7 @@ JapaneseMainMenuText:
|
|||
next "さいしょから@"
|
||||
|
||||
BattleMenuText:
|
||||
db "FIGHT ",$E1,$E2
|
||||
db "FIGHT <PK><MN>"
|
||||
next "ITEM RUN@"
|
||||
|
||||
SafariZoneBattleMenuText:
|
||||
|
|
@ -258,7 +260,7 @@ SwitchStatsCancelText:
|
|||
next "CANCEL@"
|
||||
|
||||
JapaneseAhText:
|
||||
db "アッ!@"
|
||||
db "アッ!@"
|
||||
|
||||
JapanesePokedexMenu:
|
||||
db "データをみる"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue