Use numeric constants in text strings with "{d:interpolation}"

This commit is contained in:
Rangi
2021-03-21 18:14:31 -04:00
parent 0506e5b1b9
commit 90ce126139
13 changed files with 35 additions and 32 deletions

View File

@@ -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: