# HG changeset patch # User belugas # Date 2006-03-20 16:20:37 # Node ID f57b88eb7a8e662d705c6e75a3971502c76603bc # Parent eda543a7d7cb2e203a81370acbedf3803e33741a (svn r3991) -Fix : Last remaining separation of SpriteID from Palette diff --git a/table/town_land.h b/table/town_land.h --- a/table/town_land.h +++ b/table/town_land.h @@ -1557,10 +1557,10 @@ static const DrawTownTileStruct _town_dr 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),