From 7bedab1a401c07ae67035d396344ef456945f993 Mon Sep 17 00:00:00 2001 From: belugas Date: Mon, 20 Mar 2006 16:20:37 +0000 Subject: (svn r3991) -Fix : Last remaining separation of SpriteID from Palette --- table/town_land.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/table/town_land.h b/table/town_land.h index 7141077c5..9225761fd 100644 --- a/table/town_land.h +++ b/table/town_land.h @@ -1557,10 +1557,10 @@ static const DrawTownTileStruct _town_draw_tile_data[] = { M(0x1243, 0x1220 | PALETTE_TO_PINK, 0, 0, 16, 16, 50, 0), M(0x1243, 0x1220 | PALETTE_TO_PINK, 0, 0, 16, 16, 50, 0), M(0x1243, 0x1221 | PALETTE_TO_PINK, 0, 0, 16, 16, 50, 0), - M(0x1244, 0x311921f, 0, 0, 16, 16, 50, 0), - M(0x1244, 0x3119220, 0, 0, 16, 16, 50, 0), - M(0x1244, 0x3119220, 0, 0, 16, 16, 50, 0), - M(0x1244, 0x3119221, 0, 0, 16, 16, 50, 0), + M(0x1244, 0x121f | PALETTE_TO_MAUVE, 0, 0, 16, 16, 50, 0), + M(0x1244, 0x1220 | PALETTE_TO_MAUVE, 0, 0, 16, 16, 50, 0), + M(0x1244, 0x1220 | PALETTE_TO_MAUVE, 0, 0, 16, 16, 50, 0), + M(0x1244, 0x1221 | PALETTE_TO_MAUVE, 0, 0, 16, 16, 50, 0), M(0x1243, 0x121f | PALETTE_TO_CREAM, 0, 0, 16, 16, 50, 0), M(0x1243, 0x1220 | PALETTE_TO_CREAM, 0, 0, 16, 16, 50, 0), M(0x1243, 0x1220 | PALETTE_TO_CREAM, 0, 0, 16, 16, 50, 0), -- cgit v1.2.3-54-g00ecf