diff options
author | IIMarckus <iimarckus@gmail.com> | 2014-04-06 08:52:55 -0600 |
---|---|---|
committer | IIMarckus <iimarckus@gmail.com> | 2014-04-06 08:52:55 -0600 |
commit | 7f8974dab5c6c307a8e15e139dfab9264fcc639f (patch) | |
tree | 0e23869f299671f7c9bb2f4ab2d486071e4e44c3 /constants | |
parent | 46164d4d4740f0fefc726bf691626a13855090ab (diff) | |
parent | 0c8b9e52222f409aefb3517be91b56d68b20561c (diff) |
Merge https://github.com/yenatch/pokered
Conflicts:
main.asm
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 + |