summaryrefslogtreecommitdiff
path: root/constants/tilemap_constants.asm
diff options
context:
space:
mode:
authorDaniel Harding <33dannye@gmail.com>2020-05-16 21:42:24 -0500
committerGitHub <noreply@github.com>2020-05-16 21:42:24 -0500
commit8a924f1f783572ff395f617f99546b4c949c8b04 (patch)
tree1b6c7de331cb983256651b11b8adf413a3a434f1 /constants/tilemap_constants.asm
parent88d7e9a34a8b610b358cec1ccc6660634ca9ce80 (diff)
parented94962edf1668aba3f60938e8a5ba8040e2a59c (diff)
Merge pull request #30 from entrpntr/spring-cleaning
Spring Cleaning
Diffstat (limited to 'constants/tilemap_constants.asm')
-rw-r--r--constants/tilemap_constants.asm40
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