diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-12-26 20:37:55 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-12-26 20:37:55 -0500 |
commit | a3b25543b3d85a5f88284752367abd6ed713f82b (patch) | |
tree | e63f41870f60deb1354796400a19565481968b20 /include | |
parent | 22d0b82ee547a46c4673cf8c9039c68b2a6d7f0b (diff) |
through sub_8102DEC
Diffstat (limited to 'include')
-rw-r--r-- | include/slot_machine.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/slot_machine.h b/include/slot_machine.h index 738866318..c5e14f719 100644 --- a/include/slot_machine.h +++ b/include/slot_machine.h @@ -17,13 +17,15 @@ struct SlotMachineEwramStruct { /*0x0E*/ s16 unk0E; /*0x10*/ s16 unk10; /*0x12*/ s16 bet; - /*0x14*/ u8 filler14[4]; + /*0x14*/ s16 unk14; + /*0x16*/ s16 unk16; /*0x18*/ s16 unk18; /*0x1A*/ u16 unk1A; /*0x1C*/ s16 unk1C[3]; /*0x22*/ u16 unk22[3]; /*0x28*/ s16 unk28[3]; - /*0x2E*/ u8 filler2E[15]; + /*0x2E*/ u8 filler2E[12]; + /*0x3A*/ u8 unk3A[3]; /*0x3D*/ u8 unk3D; /*0x3E*/ u8 filler3E[26]; /*0x58*/ u16 win0h; |