diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-11-12 00:46:02 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-11-12 00:46:02 +0100 |
commit | 4fb463377c0d4e46deda797af2eb0f661d26465b (patch) | |
tree | 3e280422860acf5c9a197a39854f941fe43b55b8 /include/global.h | |
parent | a4235c9ff85cc54f8cc1f4a832f19e64eda74b59 (diff) |
Start battle pike
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/global.h b/include/global.h index c2b139e7a..fd8284094 100644 --- a/include/global.h +++ b/include/global.h @@ -438,7 +438,10 @@ struct BattleFrontier /*0xE04*/ u16 pikeWinStreaks[2]; /*0xE08*/ u16 pikeRecordStreaks[2]; /*0xE0C*/ u16 pikeTotalStreaks[2]; - /*0xE10*/ u16 field_E10[5]; + /*0xE10*/ u16 field_E10_1:3; + /*0xE10*/ u16 field_E10_2:4; + /*0xE10*/ u16 field_E10_3:1; + /*0xE10*/ u8 field_E10[9]; /*0xE1A*/ u16 pyramidWinStreaks[2]; /*0xE1E*/ u16 pyramidRecordStreaks[2]; /*0xE1E*/ u16 field_E1F[5]; |