diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-05-20 14:17:26 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-05-20 14:17:26 -0400 |
commit | c33448ba0929a54252b02bdc848c9f30d2a544cc (patch) | |
tree | c9b38f787325854a20975fecfee4dd2377f6e823 /include/slot_machine.h | |
parent | 348bd19fddefede38716607ffe0ecdb4ae199bea (diff) |
slot_machine: through sub_813FBC0
Diffstat (limited to 'include/slot_machine.h')
-rw-r--r-- | include/slot_machine.h | 2 |
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 |