diff options
author | stag019 <stag019@gmail.com> | 2012-01-18 01:45:10 -0500 |
---|---|---|
committer | stag019 <stag019@gmail.com> | 2012-01-18 01:45:10 -0500 |
commit | 549637d0dfbb0adedcd6b05ec028c58044c8c46f (patch) | |
tree | 7a0cebc72707797842f284d1bcaa6c2f543f24c8 /constants.asm | |
parent | 73d483e5d48df6ca9177172e0dc0a3d690af6e1d (diff) | |
parent | 25cc7be1a5e1ab2484bbfacf35033ffb5259baba (diff) |
fucking you and yours
hg-commit-id: 8a2a1f3736f2
Diffstat (limited to 'constants.asm')
-rw-r--r-- | constants.asm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/constants.asm b/constants.asm index cc34ecbf..79ecdd94 100644 --- a/constants.asm +++ b/constants.asm @@ -79,6 +79,14 @@ TX_FAR: MACRO db BANK(\1) ENDM +; text engine command $1 +TX_RAM: MACRO +; prints text to screen +; \1: RAM address to read from + db $1 + dw \1 + ENDM + ; wram locations W_AICOUNT EQU $CCDF ; number of times remaining that AI action can occur |