summaryrefslogtreecommitdiff
path: root/include/slot_machine.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2019-05-20 14:17:26 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2019-05-20 14:17:26 -0400
commitc33448ba0929a54252b02bdc848c9f30d2a544cc (patch)
treec9b38f787325854a20975fecfee4dd2377f6e823 /include/slot_machine.h
parent348bd19fddefede38716607ffe0ecdb4ae199bea (diff)
slot_machine: through sub_813FBC0
Diffstat (limited to 'include/slot_machine.h')
-rw-r--r--include/slot_machine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/slot_machine.h b/include/slot_machine.h
index 5c96384fa..37120f66b 100644
--- a/include/slot_machine.h
+++ b/include/slot_machine.h
@@ -3,6 +3,6 @@
#include "global.h"
-void PlaySlotMachine(u8, void *);
+void PlaySlotMachine(u16, void (*)(void));
#endif // GUARD_SLOT_MACHINE_H