diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-12-14 03:58:20 -0500 |
---|---|---|
committer | GriffinR <griffin.richards@comcast.net> | 2019-12-17 20:56:13 -0500 |
commit | ddfa0c6298f4c4dcde9b40782bbdf41867bff761 (patch) | |
tree | 91f6af03f1d2c0e8b464c865f7fb3e91630f30ad /include/global.h | |
parent | 49f1a90534180445d293761e2bdac165b49319a2 (diff) |
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 557bdc1c5..447143ef6 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; |