diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-12-29 21:14:09 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-12-29 21:14:09 -0500 |
commit | 8eb7f3db6ee630fd801391ac3a3b574abfa7a08d (patch) | |
tree | 6d11bfc149a9674462aa013e2cc4f38712bf28c2 /include | |
parent | 17745475ccc35c99ac9b586a03bc39de0936bb2e (diff) |
through sub_8104144
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 b04ee6377..81263e97e 100644 --- a/include/slot_machine.h +++ b/include/slot_machine.h @@ -28,7 +28,8 @@ struct SlotMachineEwramStruct { /*0x34*/ s16 unk34[3]; /*0x3A*/ u8 unk3A[3]; /*0x3D*/ u8 unk3D; - /*0x3E*/ u8 filler3E[6]; + /*0x3E*/ u8 unk3E; + /*0x3F*/ u8 filler3F[5]; /*0x44*/ u8 unk44[5]; /*0x49*/ u8 filler49[15]; /*0x58*/ u16 win0h; |