From 4be92ee7bb2206f997b43e7e75b164c4911737b1 Mon Sep 17 00:00:00 2001 From: yenatch Date: Sat, 2 Jul 2016 17:27:28 -0400 Subject: Some slot machine palettes also differ in Sapphire. This looks like the last of the graphics diffs. --- data/graphics.s | 5 +++++ graphics/slot_machine/slot_machine3_sapphire.pal | 19 +++++++++++++++++++ graphics/slot_machine/slot_machine4_sapphire.pal | 19 +++++++++++++++++++ 3 files changed, 43 insertions(+) create mode 100644 graphics/slot_machine/slot_machine3_sapphire.pal create mode 100644 graphics/slot_machine/slot_machine4_sapphire.pal diff --git a/data/graphics.s b/data/graphics.s index 465ddf3b9..c0d86e9e8 100644 --- a/data/graphics.s +++ b/data/graphics.s @@ -3262,8 +3262,13 @@ gUnknown_08E96EC8: @ 8E96EC8 .incbin "baserom.gba", 0x00e96ec8, 0x800 .incbin "graphics/slot_machine/slot_machine1.gbapal" @ palettes .incbin "graphics/slot_machine/slot_machine2.gbapal" + .ifdef SAPPHIRE + .incbin "graphics/slot_machine/slot_machine3_sapphire.gbapal" + .incbin "graphics/slot_machine/slot_machine4_sapphire.gbapal" + .else .incbin "graphics/slot_machine/slot_machine3.gbapal" .incbin "graphics/slot_machine/slot_machine4.gbapal" + .endif .incbin "graphics/slot_machine/slot_machine5.gbapal" .incbin "graphics/slot_machine/slot_machine6.gbapal" .incbin "graphics/slot_machine/slot_machine7.gbapal" diff --git a/graphics/slot_machine/slot_machine3_sapphire.pal b/graphics/slot_machine/slot_machine3_sapphire.pal new file mode 100644 index 000000000..ec8d62a06 --- /dev/null +++ b/graphics/slot_machine/slot_machine3_sapphire.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +172 213 172 +255 255 255 +255 0 255 +131 139 255 +148 156 255 +156 164 255 +172 180 255 +189 189 255 +205 205 255 +131 180 255 +0 106 255 +0 57 172 +255 0 255 +148 148 156 +90 90 106 +41 41 65 diff --git a/graphics/slot_machine/slot_machine4_sapphire.pal b/graphics/slot_machine/slot_machine4_sapphire.pal new file mode 100644 index 000000000..f3a7dc791 --- /dev/null +++ b/graphics/slot_machine/slot_machine4_sapphire.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +172 172 197 +255 255 255 +255 164 0 +246 82 0 +180 57 0 +131 41 0 +238 205 106 +189 148 65 +148 106 24 +131 180 255 +0 106 255 +0 57 172 +255 0 255 +148 148 156 +90 90 106 +41 41 65 -- cgit v1.2.3