summaryrefslogtreecommitdiff
path: root/macros
diff options
context:
space:
mode:
authorRangi <35663410+Rangi42@users.noreply.github.com>2020-08-18 16:35:15 -0400
committerGitHub <noreply@github.com>2020-08-18 16:35:15 -0400
commit0b31d12daceb9f431387951ee275e6147285cffd (patch)
treeb91ae6167e4afa49cb70b1a163a6344f7e924a2c /macros
parentb577e4e179711e96f8e059b42c7115e7103a4a69 (diff)
parent315d6c665ea0ee4e103f6d8b9dbfb531659ae381 (diff)
Merge pull request #756 from mid-kid/master
Rub a dub dub, thanks for the grub
Diffstat (limited to 'macros')
-rw-r--r--macros/scripts/text.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/macros/scripts/text.asm b/macros/scripts/text.asm
index 2622cee54..f45b7fd14 100644
--- a/macros/scripts/text.asm
+++ b/macros/scripts/text.asm
@@ -61,9 +61,9 @@ text_asm: MACRO
db TX_START_ASM
ENDM
- const TX_NUM ; $09
+ const TX_DECIMAL ; $09
text_decimal: MACRO
- db TX_NUM
+ db TX_DECIMAL
dw \1 ; address
dn \2, \3 ; bytes, digits
ENDM