diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-12-31 20:18:22 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-12-31 20:18:22 -0500 |
commit | 39d2d1f37c62ffc458c82943fbfceb86959ef1a3 (patch) | |
tree | 9139d0217e012a078a899ab927c9a5abb2e0df67 /include | |
parent | a357c07d83a3b90adf0353501cbc0f84f6eeeddc (diff) |
through sub_81056C0
Diffstat (limited to 'include')
-rw-r--r-- | include/slot_machine.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/slot_machine.h b/include/slot_machine.h index 882ec6d52..7d7d8a24d 100644 --- a/include/slot_machine.h +++ b/include/slot_machine.h @@ -38,7 +38,8 @@ struct SlotMachineEwramStruct { /*0x49*/ u8 unk49[2]; /*0x49*/ u8 unk4B[3]; /*0x4E*/ u8 unk4E[2]; - /*0x50*/ u8 filler50[8]; + /*0x50*/ u8 unk50[2]; + /*0x52*/ u8 filler52[6]; /*0x58*/ u16 win0h; /*0x5a*/ u16 win0v; /*0x5c*/ u16 winIn; |