diff options
author | yenatch <yenatch@gmail.com> | 2014-04-03 22:27:59 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-04-03 22:46:39 -0400 |
commit | 8a106a2c6124ce4782584d3c369b0f16ea463103 (patch) | |
tree | 61306c822c18758ba84873f6d9d0229d229ec0b6 /constants | |
parent | 56a31151410e09a0169a7ab6dce4542f334c49b7 (diff) |
Name the tilesets and give them constants.
Also clean up the tileset macro and remove placeholders/redundant files.
Diffstat (limited to 'constants')
-rw-r--r-- | constants/tilesets.asm | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/constants/tilesets.asm b/constants/tilesets.asm new file mode 100644 index 00000000..e364db76 --- /dev/null +++ b/constants/tilesets.asm @@ -0,0 +1,25 @@ +OVERWORLD EQU 0 +REDS_HOUSE_1 EQU 1 +MART EQU 2 +FOREST EQU 3 +REDS_HOUSE_2 EQU 4 +DOJO EQU 5 +POKECENTER EQU 6 +GYM EQU 7 +HOUSE EQU 8 +FOREST_GATE EQU 9 +MUSEUM EQU 10 +UNDERGROUND EQU 11 +GATE EQU 12 +SHIP EQU 13 +SHIP_PORT EQU 14 +CEMETERY EQU 15 +INTERIOR EQU 16 +CAVERN EQU 17 +LOBBY EQU 18 +MANSION EQU 19 +LAB EQU 20 +CLUB EQU 21 +FACILITY EQU 22 +PLATEAU EQU 23 + |