diff options
author | Daniel Harding <corrnondacqb@yahoo.com> | 2015-03-19 00:19:59 -0400 |
---|---|---|
committer | Daniel Harding <corrnondacqb@yahoo.com> | 2015-03-19 00:19:59 -0400 |
commit | ae198f05566310d64d201bc8e5b9b54f90c27b7b (patch) | |
tree | d5fe4e6cde4cfa6d37e1a9f04ee267c384b73f42 /src/constants/text_constants.asm | |
parent | 3c75edba47b89066383a4dae07d225cbc1cbff77 (diff) | |
parent | d41ad62f5bf43c98d05c593d5c64a5a42b7c0cee (diff) |
Merge pull request #6 from stag019/srcrgbgfx
Move source code into "src/". Update Makefile/scan_includes.
Diffstat (limited to 'src/constants/text_constants.asm')
-rwxr-xr-x | src/constants/text_constants.asm | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/constants/text_constants.asm b/src/constants/text_constants.asm new file mode 100755 index 0000000..a018be1 --- /dev/null +++ b/src/constants/text_constants.asm @@ -0,0 +1,15 @@ +TX_START EQU $06 +TX_END EQU $00 + +TX_RAM1 EQU $09 +TX_RAM2 EQU $0B +TX_RAM3 EQU $0C + +TX_FIRE EQUS "$05,$01" +TX_GRASS EQUS "$05,$02" +TX_LIGHTNING EQUS "$05,$03" +TX_WATER EQUS "$05,$04" +TX_FIGHTING EQUS "$05,$05" +TX_PSYCHIC EQUS "$05,$06" +TX_COLORLESS EQUS "$05,$07" +TX_LVL EQUS "$05,$11" |