diff options
Diffstat (limited to 'Add-a-new-Mart.md')
-rw-r--r-- | Add-a-new-Mart.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Add-a-new-Mart.md b/Add-a-new-Mart.md index 4df0b12..5b3a7d5 100644 --- a/Add-a-new-Mart.md +++ b/Add-a-new-Mart.md @@ -278,7 +278,7 @@ And edit [data/text/common_3.asm](../blob/master/data/text/common_3.asm): +ShadyShop_CostsThisMuchText:: + text "That'll cost ya" + line "¥@" -+ deciram hMoneyTemp, 3, 6 ++ text_decimal hMoneyTemp, 3, 6 + text ". 'Kay?" + done + |