diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-12-30 16:09:07 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-12-30 16:09:07 -0500 |
commit | b628d68bae049d3798142acbf4182b121e51a232 (patch) | |
tree | aecf9b48c0e72e646513fdb6ad42f3c056cee4d2 /include | |
parent | ee7ecf3d11732236bc43ae15757056f03e356a05 (diff) |
through sub_81049F8
Diffstat (limited to 'include')
-rw-r--r-- | include/slot_machine.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/slot_machine.h b/include/slot_machine.h index a7a1fed44..004538b14 100644 --- a/include/slot_machine.h +++ b/include/slot_machine.h @@ -20,7 +20,7 @@ struct SlotMachineEwramStruct { /*0x14*/ s16 unk14; /*0x16*/ s16 unk16; /*0x18*/ s16 unk18; - /*0x1A*/ u16 unk1A; + /*0x1A*/ s16 unk1A; /*0x1C*/ s16 unk1C[3]; /*0x22*/ u16 unk22[3]; /*0x28*/ s16 unk28[3]; @@ -32,7 +32,9 @@ struct SlotMachineEwramStruct { /*0x3F*/ u8 unk3F; /*0x40*/ u8 filler40[4]; /*0x44*/ u8 unk44[5]; - /*0x49*/ u8 filler49[15]; + /*0x49*/ u8 filler49[5]; + /*0x4E*/ u8 unk4E; + /*0x4F*/ u8 filler4F[9]; /*0x58*/ u16 win0h; /*0x5a*/ u16 win0v; /*0x5c*/ u16 winIn; |