diff options
author | Marcus Huderle <huderlem@gmail.com> | 2019-02-06 20:01:29 -0600 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-02-06 21:14:28 -0600 |
commit | a1ad1bad3a96222e8575bb2ce4625864593daa73 (patch) | |
tree | fa08c615d607675b820e6ec7dae7feb1018f85e1 /include/global.h | |
parent | 1253cbf5f6780386acda0cfab8f201bf5a70570e (diff) |
Document a bunch of battle pyramid
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/global.h b/include/global.h index f45d36f68..903dbe63a 100644 --- a/include/global.h +++ b/include/global.h @@ -360,13 +360,13 @@ struct BattleFrontier /*0xE10*/ u8 field_E10_2:4; /*0xE10*/ u8 field_E10_3:1; /*0xE12*/ u16 field_E12[3]; - /*0xE18*/ u16 field_E18; + /*0xE18*/ u16 pyramidRewardItem; /*0xE1A*/ u16 pyramidWinStreaks[2]; /*0xE1E*/ u16 pyramidRecordStreaks[2]; - /*0xE22*/ u16 field_E22[4]; - /*0xE2A*/ u8 field_E2A; + /*0xE22*/ u16 pyramidRandoms[4]; + /*0xE2A*/ u8 pyramidTrainerFlags; /*0xE2C*/ struct PyramidBag pyramidBag; - /*0xE68*/ u8 field_E68; + /*0xE68*/ u8 pyramidLightRadius; /*0xE6A*/ u16 field_E6A; /*0xE6C*/ u16 field_E6C; /*0xE6E*/ u16 field_E6E; |