diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-10-21 20:13:12 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-10-21 20:13:12 +0200 |
commit | 0ab27e44b14a0dc4523b5bac7fef18312ab4fdde (patch) | |
tree | a751168badfcb4f98d30aec55ad8e3e112226a20 /include/battle.h | |
parent | 16026fe91d5628f138be434841ae764534946b2c (diff) |
more tower, fail
Diffstat (limited to 'include/battle.h')
-rw-r--r-- | include/battle.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/battle.h b/include/battle.h index 87aa2a45b..f34364ea6 100644 --- a/include/battle.h +++ b/include/battle.h @@ -561,6 +561,7 @@ struct BattleScripting u8 field_23; u8 windowsType; // 0 - normal, 1 - battle arena u8 multiplayerId; + u8 specialTrainerBattleType; }; // rom_80A5C6C |