Use numeric constants in text strings with "{d:interpolation}"
This commit is contained in:
@@ -90,9 +90,9 @@ CeladonDeptStore6FVendingMachine:
|
||||
.MenuData:
|
||||
db STATICMENU_CURSOR ; flags
|
||||
db 4 ; items
|
||||
db "FRESH WATER ¥200@"
|
||||
db "SODA POP ¥300@"
|
||||
db "LEMONADE ¥350@"
|
||||
db "FRESH WATER ¥{d:CELADONDEPTSTORE6F_FRESH_WATER_PRICE}@"
|
||||
db "SODA POP ¥{d:CELADONDEPTSTORE6F_SODA_POP_PRICE}@"
|
||||
db "LEMONADE ¥{d:CELADONDEPTSTORE6F_LEMONADE_PRICE}@"
|
||||
db "CANCEL@"
|
||||
|
||||
CeladonDeptStore6FDirectory:
|
||||
|
Reference in New Issue
Block a user