diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-01-04 18:03:10 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-01-04 18:03:10 -0500 |
commit | 25bf57596507492210c36cffb1dfb6b9bf626df7 (patch) | |
tree | 8c8b6e382ef8691b77f581fa6a0960e822cb5745 /include | |
parent | 59c99b2d65af9ea1d53d457c71dc7f0915d815c5 (diff) |
propagate SLOT_MACHINE_MATCHED enums
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 d932edff0..f886d9239 100644 --- a/include/slot_machine.h +++ b/include/slot_machine.h @@ -27,7 +27,7 @@ enum { struct SlotMachineEwramStruct { /*0x00*/ u8 state; /*0x01*/ u8 unk01; - /*0x02*/ u8 unk02; + /*0x02*/ u8 pikaPower; /*0x03*/ u8 unk03; /*0x04*/ u8 unk04; /*0x05*/ u8 unk05; |