Merge pull request #288 from DizzyEggg/slot_machine

Port a little bit of slot machine
This commit is contained in:
Diegoisawesome
2018-08-12 12:27:23 -07:00
committed by GitHub
7 changed files with 1638 additions and 2954 deletions

View File

@@ -2,5 +2,6 @@
#define GUARD_MAIN_MENU_H
void CB2_InitMainMenu(void);
void sub_80323CC(u8 a, u8 b, u16 c, u16 d, u8 e, u8 f);
#endif // GUARD_MAIN_MENU_H

View File

@@ -1,6 +1,6 @@
#ifndef GUARD_SLOT_MACHINE_H
#define GUARD_SLOT_MACHINE_H
void PlaySlotMachine(u8, void *);
void PlaySlotMachine(u8, void (callback)(void));
#endif // GUARD_SLOT_MACHINE_H