summaryrefslogtreecommitdiff
path: root/constants
diff options
context:
space:
mode:
authorRemy Oukaour <remy.oukaour@gmail.com>2017-12-10 23:42:15 -0500
committerRemy Oukaour <remy.oukaour@gmail.com>2017-12-10 23:56:10 -0500
commit08b14e593e07555c8d3a445d78d9bcb82a10ddf3 (patch)
tree53ee6355e1f1e3fc5d65e71ee5cf19e2c8b10b38 /constants
parenta551e345df45897dd17c7cd5c7423851f8f210ba (diff)
Rename tilesets, consistent with constant names
Diffstat (limited to 'constants')
-rw-r--r--constants/tilemap_constants.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/constants/tilemap_constants.asm b/constants/tilemap_constants.asm
index 702dc92bf..d06e22cc6 100644
--- a/constants/tilemap_constants.asm
+++ b/constants/tilemap_constants.asm
@@ -11,7 +11,7 @@ const_value SET 1
const TILESET_KANTO ; 03
const TILESET_BATTLE_TOWER_OUTSIDE ; 04
const TILESET_HOUSE_1 ; 05
- const TILESET_KRISS_HOUSE ; 06
+ const TILESET_PLAYERS_HOUSE ; 06
const TILESET_POKECENTER ; 07
const TILESET_GATE ; 08
const TILESET_PORT ; 09
@@ -21,11 +21,11 @@ const_value SET 1
const TILESET_CELADON_MANSION ; 0d
const TILESET_GAME_CORNER ; 0e
const TILESET_GYM_1 ; 0f
- const TILESET_KURT_HOUSE ; 10
+ const TILESET_KURTS_HOUSE ; 10
const TILESET_TRAIN_STATION ; 11
const TILESET_OLIVINE_GYM ; 12
const TILESET_LIGHTHOUSE ; 13
- const TILESET_KRISS_HOUSE_2F ; 14
+ const TILESET_PLAYERS_HOUSE_2F ; 14
const TILESET_POKECOM_CENTER ; 15
const TILESET_BATTLE_TOWER ; 16
const TILESET_SPROUT_TOWER ; 17
@@ -37,7 +37,7 @@ const_value SET 1
const TILESET_ICE_PATH ; 1d
const TILESET_WHIRL_ISLANDS ; 1e
const TILESET_ILEX_FOREST ; 1f
- const TILESET_32 ; 20
+ 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