diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2016-01-20 19:16:25 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2016-01-20 19:16:25 -0500 |
commit | d02c9e39dd5138aa2d5e11178fcef7e2a58d4230 (patch) | |
tree | 5034333ad04ef2d9d5e81e8a588e2b0228d0facc /constants | |
parent | be8d1c80f476c2a48eafb0408afd412c8ab95195 (diff) |
BG pal constants, convert tileset pal maps to asm
Diffstat (limited to 'constants')
-rw-r--r-- | constants/tilemap_constants.asm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/constants/tilemap_constants.asm b/constants/tilemap_constants.asm index e64d042d8..b130b5de3 100644 --- a/constants/tilemap_constants.asm +++ b/constants/tilemap_constants.asm @@ -41,3 +41,13 @@ const_value SET 1 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 |