diff options
| author | dannye <corrnondacqb@yahoo.com> | 2015-07-04 00:44:12 -0500 |
|---|---|---|
| committer | dannye <corrnondacqb@yahoo.com> | 2015-07-04 00:47:29 -0500 |
| commit | f702fc7840e30f00c840ce619a1ea15d763438de (patch) | |
| tree | e28c8b27278228f95139f7a73daf214ac680014e /macros.asm | |
| parent | More TX_ASM (diff) | |
| download | pokeyellow-f702fc7840e30f00c840ce619a1ea15d763438de.tar.gz pokeyellow-f702fc7840e30f00c840ce619a1ea15d763438de.tar.xz pokeyellow-f702fc7840e30f00c840ce619a1ea15d763438de.zip | |
Start using text predef macros
also sprite direction constants
Diffstat (limited to 'macros.asm')
| -rw-r--r-- | macros.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
