summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCameron Hall <cameronghall@cox.net>2018-02-16 18:41:05 -0600
committerCameron Hall <cameronghall@cox.net>2018-02-16 18:41:05 -0600
commitedc214732e28e264a3d54afc01a44c2307604703 (patch)
tree7d9a08dd31b2ea23dbf45cb779f28ede4e72572e /include
parent18837b385535975044c14ed9a735833dc7d02126 (diff)
finish decompiling debug code in slot_machine.c
Diffstat (limited to 'include')
-rw-r--r--include/slot_machine.h13
1 files changed, 11 insertions, 2 deletions
diff --git a/include/slot_machine.h b/include/slot_machine.h
index b31798657..85a3047e2 100644
--- a/include/slot_machine.h
+++ b/include/slot_machine.h
@@ -74,8 +74,17 @@ struct SlotMachineEwramStruct
/*0x60*/ u16 backupMapMusic;
/*0x64*/ MainCallback prevMainCb;
#if DEBUG
- u8 unk68[4];
- u8 unk6C[0];
+ u32 unk68;
+ u32 unk6C;
+ u32 unk70;
+ u32 unk74;
+ u32 unk78;
+ u32 unk7C;
+ u32 unk80;
+ u32 unk84;
+ u32 unk88;
+ u32 unk8C;
+ s32 unk90;
#endif
};