diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-12-21 22:35:46 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-12-21 22:35:46 -0500 |
commit | 388a4cc729c84e334819db165eb5aab99233ee9c (patch) | |
tree | 76f850f3ed2756841b3e86ffddd011ad25da04d5 /include | |
parent | 683862fbd5fdcd9b1c60f926553db0cbe2847422 (diff) |
sub_8102540
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; |