summaryrefslogtreecommitdiff
path: root/constants/text_constants.asm
diff options
context:
space:
mode:
authorstag019 <stag019@gmail.com>2015-03-14 02:07:01 -0400
committerstag019 <stag019@gmail.com>2015-03-14 02:07:01 -0400
commitd41ad62f5bf43c98d05c593d5c64a5a42b7c0cee (patch)
treed5fe4e6cde4cfa6d37e1a9f04ee267c384b73f42 /constants/text_constants.asm
parent3c75edba47b89066383a4dae07d225cbc1cbff77 (diff)
Move source code into "src/". Update Makefile/scan_includes.
Diffstat (limited to 'constants/text_constants.asm')
-rwxr-xr-xconstants/text_constants.asm15
1 files changed, 0 insertions, 15 deletions
diff --git a/constants/text_constants.asm b/constants/text_constants.asm
deleted file mode 100755
index a018be1..0000000
--- a/constants/text_constants.asm
+++ /dev/null
@@ -1,15 +0,0 @@
-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"