diff options
Diffstat (limited to 'data/text/battle.asm')
-rw-r--r-- | data/text/battle.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/text/battle.asm b/data/text/battle.asm index 811a8e8c..a83095bc 100644 --- a/data/text/battle.asm +++ b/data/text/battle.asm @@ -80,7 +80,7 @@ SandstormHitsText: PerishCountText: text "<USER>'s" line "PERISH count is @" - text_decimal wDeciramBuffer, 1, 1 + text_decimal wTextDecimalByte, 1, 1 text "!" prompt @@ -656,7 +656,7 @@ SpiteEffectText: text_ram wStringBuffer1 text " was" cont "reduced by @" - text_decimal wDeciramBuffer, 1, 1 + text_decimal wTextDecimalByte, 1, 1 text "!" prompt @@ -1016,7 +1016,7 @@ SafeguardProtectText: MagnitudeText: text "Magnitude @" - text_decimal wDeciramBuffer, 1, 1 + text_decimal wTextDecimalByte, 1, 1 text "!" prompt |