diff options
author | yenatch <yenatch@gmail.com> | 2016-01-29 01:00:48 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2016-01-29 01:00:48 -0500 |
commit | 11173a3807bde4e2d5b681717258b5b14f5f2d43 (patch) | |
tree | 8e1692fe02b30ceeb2d797c001e0594175e29b78 /constants/tilemap_constants.asm | |
parent | 289d3dea86b82c4ce7eb7268ef33980688306587 (diff) | |
parent | 5322b56a8357e5e5a8847f3329b52faa3f7016d8 (diff) |
Merge pull request #333 from PikalaxALT/master
Split base stats, rearrange wram.asm, naming screen
Diffstat (limited to 'constants/tilemap_constants.asm')
-rw-r--r-- | constants/tilemap_constants.asm | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/constants/tilemap_constants.asm b/constants/tilemap_constants.asm index e64d042d8..9307a22ad 100644 --- a/constants/tilemap_constants.asm +++ b/constants/tilemap_constants.asm @@ -36,8 +36,18 @@ const_value SET 1 const TILESET_ICE_PATH ; 1d const TILESET_WHIRL_ISLANDS ; 1e const TILESET_ILEX_FOREST ; 1f - const TILESET_20 ; 20 + const TILESET_32 ; 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 + + 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 |