diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/slot_machine.h | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/include/slot_machine.h b/include/slot_machine.h index 4dde64aa7..0e7efaf29 100644 --- a/include/slot_machine.h +++ b/include/slot_machine.h @@ -7,7 +7,9 @@ struct SlotMachineEwramStruct {      /*0x02*/ u8 unk02;      /*0x03*/ u8 unk03;      /*0x04*/ u8 unk04; -    /*0x05*/ u8 filler05[3]; +    /*0x05*/ u8 unk05; +    /*0x06*/ u8 unk06; +    /*0x07*/ u8 unk07;      /*0x08*/ u16 unk08;      /*0x0A*/ u8 unk0A;      /*0x0B*/ u8 unk0B; | 
