From ec380e6df2d071dcd03f1d2d5bc06a3bb2865a67 Mon Sep 17 00:00:00 2001 From: Remy Oukaour Date: Mon, 11 Dec 2017 01:11:05 -0500 Subject: =?UTF-8?q?tilemap=20=E2=86=92=20tileset?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- constants/tilemap_constants.asm | 55 ----------------------------------------- constants/tileset_constants.asm | 55 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 55 insertions(+), 55 deletions(-) delete mode 100644 constants/tilemap_constants.asm create mode 100644 constants/tileset_constants.asm (limited to 'constants') diff --git a/constants/tilemap_constants.asm b/constants/tilemap_constants.asm deleted file mode 100644 index d06e22cc6..000000000 --- a/constants/tilemap_constants.asm +++ /dev/null @@ -1,55 +0,0 @@ -; collision values (see tilesets/collision.asm) -LANDTILE EQU $0 -WATERTILE EQU $1 -WALLTILE EQU $f -TALK EQU $10 - -; Tilesets indexes (see tilesets/tileset_headers.asm) -const_value SET 1 - const TILESET_JOHTO_1 ; 01 - const TILESET_JOHTO_2 ; 02 - const TILESET_KANTO ; 03 - const TILESET_BATTLE_TOWER_OUTSIDE ; 04 - const TILESET_HOUSE_1 ; 05 - const TILESET_PLAYERS_HOUSE ; 06 - const TILESET_POKECENTER ; 07 - const TILESET_GATE ; 08 - const TILESET_PORT ; 09 - const TILESET_LAB ; 0a - const TILESET_POWER_PLANT ; 0b - const TILESET_MART ; 0c - const TILESET_CELADON_MANSION ; 0d - const TILESET_GAME_CORNER ; 0e - const TILESET_GYM_1 ; 0f - const TILESET_KURTS_HOUSE ; 10 - const TILESET_TRAIN_STATION ; 11 - const TILESET_OLIVINE_GYM ; 12 - const TILESET_LIGHTHOUSE ; 13 - const TILESET_PLAYERS_HOUSE_2F ; 14 - const TILESET_POKECOM_CENTER ; 15 - const TILESET_BATTLE_TOWER ; 16 - const TILESET_SPROUT_TOWER ; 17 - const TILESET_CAVE ; 18 - const TILESET_PARK ; 19 - const TILESET_RUINS_OF_ALPH ; 1a - const TILESET_RADIO_TOWER ; 1b - const TILESET_UNDERGROUND ; 1c - const TILESET_ICE_PATH ; 1d - const TILESET_WHIRL_ISLANDS ; 1e - const TILESET_ILEX_FOREST ; 1f - const TILESET_BETA_WORD_ROOM ; 20 - const TILESET_HO_OH_WORD_ROOM ; 21 - const TILESET_KABUTO_WORD_ROOM ; 22 - const TILESET_OMANYTE_WORD_ROOM ; 23 - const TILESET_AERODACTYL_WORD_ROOM ; 24 - -; bg palette values (see tilesets/*_palette_map.asm) - const_def - const PAL_BG_GRAY ; 0 - const PAL_BG_RED ; 1 - const PAL_BG_GREEN ; 2 - const PAL_BG_WATER ; 3 - const PAL_BG_YELLOW ; 4 - const PAL_BG_BROWN ; 5 - const PAL_BG_ROOF ; 6 - const PAL_BG_TEXT ; 7 diff --git a/constants/tileset_constants.asm b/constants/tileset_constants.asm new file mode 100644 index 000000000..d06e22cc6 --- /dev/null +++ b/constants/tileset_constants.asm @@ -0,0 +1,55 @@ +; collision values (see tilesets/collision.asm) +LANDTILE EQU $0 +WATERTILE EQU $1 +WALLTILE EQU $f +TALK EQU $10 + +; Tilesets indexes (see tilesets/tileset_headers.asm) +const_value SET 1 + const TILESET_JOHTO_1 ; 01 + const TILESET_JOHTO_2 ; 02 + const TILESET_KANTO ; 03 + const TILESET_BATTLE_TOWER_OUTSIDE ; 04 + const TILESET_HOUSE_1 ; 05 + const TILESET_PLAYERS_HOUSE ; 06 + const TILESET_POKECENTER ; 07 + const TILESET_GATE ; 08 + const TILESET_PORT ; 09 + const TILESET_LAB ; 0a + const TILESET_POWER_PLANT ; 0b + const TILESET_MART ; 0c + const TILESET_CELADON_MANSION ; 0d + const TILESET_GAME_CORNER ; 0e + const TILESET_GYM_1 ; 0f + const TILESET_KURTS_HOUSE ; 10 + const TILESET_TRAIN_STATION ; 11 + const TILESET_OLIVINE_GYM ; 12 + const TILESET_LIGHTHOUSE ; 13 + const TILESET_PLAYERS_HOUSE_2F ; 14 + const TILESET_POKECOM_CENTER ; 15 + const TILESET_BATTLE_TOWER ; 16 + const TILESET_SPROUT_TOWER ; 17 + const TILESET_CAVE ; 18 + const TILESET_PARK ; 19 + const TILESET_RUINS_OF_ALPH ; 1a + const TILESET_RADIO_TOWER ; 1b + const TILESET_UNDERGROUND ; 1c + const TILESET_ICE_PATH ; 1d + const TILESET_WHIRL_ISLANDS ; 1e + const TILESET_ILEX_FOREST ; 1f + const TILESET_BETA_WORD_ROOM ; 20 + const TILESET_HO_OH_WORD_ROOM ; 21 + const TILESET_KABUTO_WORD_ROOM ; 22 + const TILESET_OMANYTE_WORD_ROOM ; 23 + const TILESET_AERODACTYL_WORD_ROOM ; 24 + +; bg palette values (see tilesets/*_palette_map.asm) + const_def + const PAL_BG_GRAY ; 0 + const PAL_BG_RED ; 1 + const PAL_BG_GREEN ; 2 + const PAL_BG_WATER ; 3 + const PAL_BG_YELLOW ; 4 + const PAL_BG_BROWN ; 5 + const PAL_BG_ROOF ; 6 + const PAL_BG_TEXT ; 7 -- cgit v1.2.3