diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-01-08 01:15:36 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-08 01:15:36 -0500 |
commit | e5df61e362beaaab9ae4344f4f160397df9c54cc (patch) | |
tree | 8bb86e5e523406b21daa08aff9bce080184fe31e /include/global.h | |
parent | 017fa294b5c88ddd7513cb4976b5c29cad0b94a5 (diff) | |
parent | 8b1595ebc36a623240fa8dd509864f5400eed1f9 (diff) |
Merge branch 'master' into doc-dome
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 ff288a41f..fa28b16cf 100644 --- a/include/global.h +++ b/include/global.h @@ -332,7 +332,7 @@ struct BattleFrontier /*0xCA8*/ u8 challengeStatus; /*0xCA9*/ u8 lvlMode:2; /*0xCA9*/ u8 challengePaused:1; - /*0xCA9*/ u8 field_CA9_b:1; + /*0xCA9*/ u8 disableRecordBattle:1; /*0xCAA*/ u16 selectedPartyMons[MAX_FRONTIER_PARTY_SIZE]; /*0xCB2*/ u16 curChallengeBattleNum; // Battle number / room number (Pike) / floor number (Pyramid) /*0xCB4*/ u16 trainerIds[20]; |