diff options
author | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-04-28 19:02:48 -0400 |
---|---|---|
committer | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-04-28 19:10:50 -0400 |
commit | 9a876c103a359d0f9b59bfeb3c7fa1655d896431 (patch) | |
tree | dbb83eedb3aa02e1282f26c97c74d8c95705b33b /constants/text_constants.asm | |
parent | b90bd27b5e74e61d3dc4f51fd1bf693e36f3179b (diff) |
Dump text
Diffstat (limited to 'constants/text_constants.asm')
-rwxr-xr-x | constants/text_constants.asm | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/constants/text_constants.asm b/constants/text_constants.asm new file mode 100755 index 0000000..0a5d509 --- /dev/null +++ b/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"
\ No newline at end of file |