diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-02-12 13:05:57 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-02-12 13:05:57 -0500 |
commit | 956090b05f678db9f43d567131d6d43ce11806ec (patch) | |
tree | 0f8318bf22c1e6f049772fd0846af6db14e86349 /src/data | |
parent | 9c934c966400813e8ed6c8a5c0f93fb8cdc12546 (diff) | |
parent | 66c6b7a38b2a071ce7029978dd0d02fe6ec05952 (diff) |
Merge branch 'master' of https://github.com/pret/pokeemerald into fix-eventobj
Diffstat (limited to 'src/data')
-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"); |