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 | Various little text strings in bank 1D. (diff) | |
| parent | A tiny bit of work on bank 1D. (diff) | |
| download | pokeyellow-549637d0dfbb0adedcd6b05ec028c58044c8c46f.tar.gz pokeyellow-549637d0dfbb0adedcd6b05ec028c58044c8c46f.tar.xz pokeyellow-549637d0dfbb0adedcd6b05ec028c58044c8c46f.zip | |
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 |
