summaryrefslogtreecommitdiff
path: root/include/slot_machine.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2017-12-21 19:08:24 -0500
committerPikalaxALT <pikalaxalt@gmail.com>2017-12-21 19:08:24 -0500
commite432ffd18d6a1cd5bf1147a42979df3541ea0807 (patch)
treecc8cb39f3bbc57912222ffa2b1ce4bbc511251da /include/slot_machine.h
parent6369dca42b4a0cab379b5ecfdc5b8235e64f79cc (diff)
through sub_8102460
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 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 *);