diff options
author | Marcus Huderle <huderlem@gmail.com> | 2019-02-07 11:37:28 -0600 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2019-02-07 11:51:03 -0600 |
commit | 3a88ab831d2fb57e1f3e0908aeb79395700867d4 (patch) | |
tree | 79323a659a2ad1f81645566d434296966e2dad19 /include/global.h | |
parent | a1ad1bad3a96222e8575bb2ce4625864593daa73 (diff) |
Document more battle pyramid
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/global.h b/include/global.h index 903dbe63a..6c1b7c5bb 100644 --- a/include/global.h +++ b/include/global.h @@ -316,7 +316,7 @@ struct BattleFrontier /*0xCAA*/ u16 selectedPartyMons[3]; /*0xCB0*/ u16 field_CB0; /*0xCB2*/ u16 curChallengeBattleNum; // In case of battle pyramid, the floor. - /*0xCB4*/ u16 field_CB4[20]; + /*0xCB4*/ u16 trainerIds[20]; /*0xCDC*/ u32 field_CDC; /*0xCE0*/ u16 towerWinStreaks[4][2]; /*0xCF0*/ u16 towerRecordWinStreaks[4][2]; |