From d02c9e39dd5138aa2d5e11178fcef7e2a58d4230 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Wed, 20 Jan 2016 19:16:25 -0500 Subject: BG pal constants, convert tileset pal maps to asm --- constants/tilemap_constants.asm | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'constants') 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 -- cgit v1.2.3