diff options
| author | yenatch <yenatch@gmail.com> | 2016-07-02 17:27:28 -0400 |
|---|---|---|
| committer | yenatch <yenatch@gmail.com> | 2016-07-02 17:27:28 -0400 |
| commit | 4be92ee7bb2206f997b43e7e75b164c4911737b1 (patch) | |
| tree | 8e95e11b78990c2042f09a060bcc90169547c931 /data | |
| parent | 5b388de8f5147df09f1704d666c5d88b0bb3eb37 (diff) | |
Some slot machine palettes also differ in Sapphire.
This looks like the last of the graphics diffs.
Diffstat (limited to 'data')
| -rw-r--r-- | data/graphics.s | 5 |
1 files changed, 5 insertions, 0 deletions
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" |
