diff options
Diffstat (limited to 'src/map/battle.h')
-rw-r--r-- | src/map/battle.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/battle.h b/src/map/battle.h index 3b42c52b7..bf381927d 100644 --- a/src/map/battle.h +++ b/src/map/battle.h @@ -471,6 +471,8 @@ extern struct Battle_Config int atcommand_max_stat_bypass; int mvp_tomb_enabled; + + int atcommand_suggestions_enabled; } battle_config; void do_init_battle(void); |