diff options
author | entrpntr <entrpntr@gmail.com> | 2020-03-17 03:37:31 -0400 |
---|---|---|
committer | entrpntr <entrpntr@gmail.com> | 2020-03-17 11:55:02 -0400 |
commit | 2101159b63fd4fd30499fe2ab639060d97f043e7 (patch) | |
tree | c743e2081c973f8cd83e2ddf08fccc6d85ed46ac /constants/tilemap_constants.asm | |
parent | ef87a4f6267c61f5bf7aa8acbbb23d8caf165485 (diff) |
Some cleanup before continuing.
Diffstat (limited to 'constants/tilemap_constants.asm')
-rw-r--r-- | constants/tilemap_constants.asm | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/constants/tilemap_constants.asm b/constants/tilemap_constants.asm deleted file mode 100644 index 0ead1444..00000000 --- a/constants/tilemap_constants.asm +++ /dev/null @@ -1,40 +0,0 @@ -const_value SET 1 - const_def 1 - const TILESET_JOHTO ; 01 - const TILESET_JOHTO_MODERN ; 02 - const TILESET_KANTO ; 03 - const TILESET_HOUSE ; 04 - const TILESET_PLAYERS_HOUSE ; 05 - const TILESET_POKECENTER ; 06 - const TILESET_GATE ; 07 - const TILESET_PORT ; 08 - const TILESET_LAB ; 09 - const TILESET_FACILITY ; 0a - const TILESET_MART ; 0b - const TILESET_MANSION ; 0c - const TILESET_GAME_CORNER ; 0d - const TILESET_ELITE_FOUR_ROOM ; 0e - const TILESET_TRADITIONAL_HOUSE ; 0f - const TILESET_TRAIN_STATION ; 10 - const TILESET_CHAMPIONS_ROOM ; 11 - const TILESET_LIGHTHOUSE ; 12 - const TILESET_PLAYERS_ROOM ; 13 - const TILESET_TOWER ; 14 - const TILESET_CAVE ; 15 - const TILESET_PARK ; 16 - const TILESET_RUINS_OF_ALPH ; 17 - const TILESET_RADIO_TOWER ; 18 - const TILESET_UNDERGROUND ; 19 - const TILESET_ICE_PATH ; 1a - const TILESET_DARK_CAVE ; 1b - const TILESET_FOREST ; 1c - - const_def - const PAL_BG_GRAY - const PAL_BG_RED - const PAL_BG_GREEN - const PAL_BG_WATER - const PAL_BG_YELLOW - const PAL_BG_BROWN - const PAL_BG_ROOF - const PAL_BG_TEXT |