summaryrefslogtreecommitdiff
path: root/macros.asm
diff options
context:
space:
mode:
authordannye <corrnondacqb@yahoo.com>2015-07-04 00:44:12 -0500
committerdannye <corrnondacqb@yahoo.com>2015-07-04 00:47:29 -0500
commitf702fc7840e30f00c840ce619a1ea15d763438de (patch)
treee28c8b27278228f95139f7a73daf214ac680014e /macros.asm
parentbc6f0bc08a73a4afafc24d5349d56108d3971e2a (diff)
Start using text predef macros
also sprite direction constants
Diffstat (limited to 'macros.asm')
-rw-r--r--macros.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/macros.asm b/macros.asm
index a3ff2815..bf1b8a89 100644
--- a/macros.asm
+++ b/macros.asm
@@ -226,7 +226,7 @@ add_tx_pre: MACRO
ENDM
tx_pre_id: MACRO
- ld a, (\1_id - TextPredefs) / 2
+ ld a, (\1_id - TextPredefs) / 2 + 1
ENDM
tx_pre: MACRO