diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-02-09 14:17:31 -0500 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2020-02-09 14:11:50 -0600 |
commit | 689acd3613cdd1fa4da24d28e211a228ce7f9c23 (patch) | |
tree | e27dc2a155c2fe056f1b46fae4688a57bf6a00c4 /src/data/graphics | |
parent | 084bd669244d03e75a08fb618199fd4e8aaf784a (diff) |
Move slot machine data to src
Diffstat (limited to 'src/data/graphics')
-rw-r--r-- | src/data/graphics/slot_machine.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/data/graphics/slot_machine.h b/src/data/graphics/slot_machine.h index 3f351f7ba..a94f2b622 100644 --- a/src/data/graphics/slot_machine.h +++ b/src/data/graphics/slot_machine.h @@ -58,3 +58,6 @@ const u8 gSlotMachineReelTimeExplosion1[] = INCBIN_U8("graphics/slot_machine/ree const u8 gSlotMachineReelTimeShadow[] = INCBIN_U8("graphics/slot_machine/shadow.4bpp"); const u8 gSlotMachineReelTimePikaAura[] = INCBIN_U8("graphics/slot_machine/pika_aura.4bpp"); + +const u8 gUnknown_08DD19F8[] = INCBIN_U8("graphics/unknown/unknown_DD19F8.bin"); +const u8 gUnknown_08DD1A18[] = INCBIN_U8("graphics/unknown/unknown_DD1A18.4bpp"); |