diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-12-21 16:32:23 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-12-21 16:32:23 -0500 |
commit | 2fe7a0e1542fa24731d233ed3b9e97ce4efa9c31 (patch) | |
tree | 9e2cb2bb2c752e92970f8f4c2c614f4437d40672 /include | |
parent | 994bf583aa4d50b95f7b43179206639a81aa68ea (diff) |
through sub_8102090
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 421946103..057713a1b 100644 --- a/include/slot_machine.h +++ b/include/slot_machine.h @@ -16,7 +16,7 @@ struct SlotMachineEwramStruct { /*0x10*/ u16 unk10; /*0x12*/ s16 bet; /*0x14*/ u8 filler14[4]; - /*0x18*/ u16 unk18; + /*0x18*/ s16 unk18; /*0x1A*/ u16 unk1A; /*0x1C*/ s16 unk1C[3]; /*0x22*/ u16 unk22[3]; |