diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-12-27 22:01:52 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-12-27 22:01:52 -0500 |
commit | 4bd55a4f027410a7caf50933d9b7e1da14ce73da (patch) | |
tree | eab04df290ef65748a95897532256af93fc2587a /include | |
parent | a161d7e816ecf99cae3bf8c690d665f04d2a9ecd (diff) |
through sub_81032E8
Diffstat (limited to 'include')
-rw-r--r-- | include/slot_machine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/slot_machine.h b/include/slot_machine.h index 7fc47bb12..203f3bbfc 100644 --- a/include/slot_machine.h +++ b/include/slot_machine.h @@ -25,7 +25,7 @@ struct SlotMachineEwramStruct { /*0x22*/ u16 unk22[3]; /*0x28*/ s16 unk28[3]; /*0x2E*/ s16 unk2E[3]; - /*0x34*/ u16 unk34[3]; + /*0x34*/ s16 unk34[3]; /*0x3A*/ u8 unk3A[3]; /*0x3D*/ u8 unk3D; /*0x3E*/ u8 filler3E[26]; |