summaryrefslogtreecommitdiff
path: root/maps/Route43Gate.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2021-03-21 18:14:36 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2021-03-21 18:14:36 -0400
commitaa3a3224c6077e7f7c9e05b402ecd5e023aac88f (patch)
tree616e92113e1819043944a1f13cf0d3e4758fd0e3 /maps/Route43Gate.asm
parent381a4b443b0453a5b2f6c59f857c523612e015af (diff)
Use numeric constants in text strings with "{d:interpolation}"
Diffstat (limited to 'maps/Route43Gate.asm')
-rw-r--r--maps/Route43Gate.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/maps/Route43Gate.asm b/maps/Route43Gate.asm
index 65e7f3ea..c5ed70c2 100644
--- a/maps/Route43Gate.asm
+++ b/maps/Route43Gate.asm
@@ -196,7 +196,7 @@ RocketText_TollFee:
text "Hold it there,"
line "mister!"
- para "The toll is ¥1000"
+ para "The toll is ¥{d:ROUTE43GATE_TOLL}"
line "to go through."
done