diff options
author | Diegoisawesome <diego@domoreaweso.me> | 2018-11-07 12:35:31 -0600 |
---|---|---|
committer | Diegoisawesome <diego@domoreaweso.me> | 2018-11-07 12:35:31 -0600 |
commit | 9f50ba1ce38dfad92477acf16e2f159c9f410072 (patch) | |
tree | 35fac766b1b23e198d8393af3ed6c9179ba284b8 /src/slot_machine.c | |
parent | 18839a4872057fde33be45c5d2c4ecf4274bcc8d (diff) |
Fix incorrect compressed types, part 2
Diffstat (limited to 'src/slot_machine.c')
-rw-r--r-- | src/slot_machine.c | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/src/slot_machine.c b/src/slot_machine.c index d7557af95..01ef6d85c 100644 --- a/src/slot_machine.c +++ b/src/slot_machine.c @@ -32,9 +32,6 @@ extern const u8 gText_YouveGot9999Coins[]; extern const u8 gText_YouveRunOutOfCoins[]; extern const u8 gText_ReelTimeHelp[]; -// gfx -extern const u8 gSlotMachineReelTime_Gfx[]; - enum { SLOT_MACHINE_TAG_7_RED, @@ -380,7 +377,7 @@ extern const u16 sSlotMatchFlags[]; extern const u16 sSlotPayouts[]; extern const u8 *const gUnknown_083EDCE4; extern const u8 *const gUnknown_083EDCDC; -extern const u8 sReelTimeGfx[]; +extern const u32 sReelTimeGfx[]; extern const struct SpriteSheet sSlotMachineSpriteSheets[]; extern const struct SpritePalette gSlotMachineSpritePalettes[]; extern const u16 *const gUnknown_083EDE20; @@ -4105,9 +4102,9 @@ s16 sub_8102D5C(s16 a0) LoadSpriteSheet(gUnknown_0203AB2C); } -extern const u8 gSlotMachineMenu_Gfx[]; -extern const u8 gSlotMachineMenu_Tilemap[]; -extern const u8 gUnknown_08DCEC70[]; +extern const u32 gSlotMachineMenu_Gfx[]; +extern const u16 gSlotMachineMenu_Tilemap[]; +extern const u16 gUnknown_08DCEC70[]; extern const u16 gSlotMachineMenu_Pal[]; /*static */void sub_8106448(void) |