diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-12-21 19:08:24 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-12-21 19:08:24 -0500 |
commit | e432ffd18d6a1cd5bf1147a42979df3541ea0807 (patch) | |
tree | cc8cb39f3bbc57912222ffa2b1ce4bbc511251da /include/slot_machine.h | |
parent | 6369dca42b4a0cab379b5ecfdc5b8235e64f79cc (diff) |
through sub_8102460
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 880fe6f1f..4dde64aa7 100644 --- a/include/slot_machine.h +++ b/include/slot_machine.h @@ -29,7 +29,7 @@ struct SlotMachineEwramStruct { /*0x5c*/ u16 winIn; /*0x5e*/ u16 winOut; /*0x60*/ u16 backupMapMusic; - /*0x64*/ void *unk64; + /*0x64*/ MainCallback prevMainCb; }; void PlaySlotMachine(u8, void *); |