diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-12-21 18:34:43 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-12-21 18:34:43 -0500 |
commit | 6369dca42b4a0cab379b5ecfdc5b8235e64f79cc (patch) | |
tree | e35a9060e947447dbb8f02179d0c30bef02bb065 /include | |
parent | 2fe7a0e1542fa24731d233ed3b9e97ce4efa9c31 (diff) |
sub_81020C8
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 057713a1b..880fe6f1f 100644 --- a/include/slot_machine.h +++ b/include/slot_machine.h @@ -13,7 +13,7 @@ struct SlotMachineEwramStruct { /*0x0B*/ u8 unk0B; /*0x0C*/ s16 coins; /*0x0E*/ u16 unk0E; - /*0x10*/ u16 unk10; + /*0x10*/ s16 unk10; /*0x12*/ s16 bet; /*0x14*/ u8 filler14[4]; /*0x18*/ s16 unk18; |