diff options
author | huderlem <huderlem@gmail.com> | 2019-12-25 11:39:20 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-25 11:39:20 -0600 |
commit | ee61726136c4d3c9a84eb89672890b66e31f4f45 (patch) | |
tree | 3cdbd28208021c88c14c5d014f7b59699b7783e7 /include/global.h | |
parent | 026e1108b26f4ce5cea362997135bd8efc7cb28a (diff) | |
parent | 23f952b34ecc3d527b2bfee86ee1f35e1abe8246 (diff) |
Merge pull request #936 from GriffinRichards/doc-tower
Document Battle Tower scripts
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 16fbb14e2..dc7b95c4d 100644 --- a/include/global.h +++ b/include/global.h @@ -331,7 +331,7 @@ struct BattleFrontier /*0xCA8*/ u8 challengeStatus; /*0xCA9*/ u8 lvlMode:2; /*0xCA9*/ u8 challengePaused:1; - /*0xCA9*/ u8 field_CA9_b:1; + /*0xCA9*/ u8 disableRecordBattle:1; /*0xCA9*/ u8 unused_CA9_c:1; /*0xCA9*/ u8 unused_CA9_d:1; /*0xCA9*/ u8 unused_CA9_e:1; |