mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-22 07:02:17 +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
|
|
@ -81,8 +81,8 @@ VendingMachineMenu::
|
|||
jp PrintText
|
||||
|
||||
VendingMachineText1:
|
||||
TX_FAR _VendingMachineText1
|
||||
db "@"
|
||||
text_far _VendingMachineText1
|
||||
text_end
|
||||
|
||||
DrinkText:
|
||||
db "FRESH WATER"
|
||||
|
|
@ -97,20 +97,20 @@ DrinkPriceText:
|
|||
next "@"
|
||||
|
||||
VendingMachineText4:
|
||||
TX_FAR _VendingMachineText4
|
||||
db "@"
|
||||
text_far _VendingMachineText4
|
||||
text_end
|
||||
|
||||
VendingMachineText5:
|
||||
TX_FAR _VendingMachineText5
|
||||
db "@"
|
||||
text_far _VendingMachineText5
|
||||
text_end
|
||||
|
||||
VendingMachineText6:
|
||||
TX_FAR _VendingMachineText6
|
||||
db "@"
|
||||
text_far _VendingMachineText6
|
||||
text_end
|
||||
|
||||
VendingMachineText7:
|
||||
TX_FAR _VendingMachineText7
|
||||
db "@"
|
||||
text_far _VendingMachineText7
|
||||
text_end
|
||||
|
||||
LoadVendingMachineItem:
|
||||
ld hl, VendingPrices
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue