diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-12-26 21:25:47 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-12-26 21:25:47 -0500 |
commit | da62907ec54f400646416f38ef02bd7f03d5dbc4 (patch) | |
tree | e4787e36b1062bcfe16d7eecb2e1bf946922778f /include | |
parent | 3a51ad2c81b0c479c2621e81ae13d28f3f90fc48 (diff) |
through sub_8103008
Diffstat (limited to 'include')
-rw-r--r-- | include/slot_machine.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/slot_machine.h b/include/slot_machine.h index c5e14f719..7fc47bb12 100644 --- a/include/slot_machine.h +++ b/include/slot_machine.h @@ -24,7 +24,8 @@ struct SlotMachineEwramStruct { /*0x1C*/ s16 unk1C[3]; /*0x22*/ u16 unk22[3]; /*0x28*/ s16 unk28[3]; - /*0x2E*/ u8 filler2E[12]; + /*0x2E*/ s16 unk2E[3]; + /*0x34*/ u16 unk34[3]; /*0x3A*/ u8 unk3A[3]; /*0x3D*/ u8 unk3D; /*0x3E*/ u8 filler3E[26]; |