diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-11-09 14:53:30 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-11-09 14:53:30 -0500 |
commit | 807fe60b22bf3cd3deadd2bb40898f3a2727218b (patch) | |
tree | 9e934318c607eee8179f04ab057e38e7f820f097 /include | |
parent | 55bede6ca279483a0e4b9b51ebe152d4be135b93 (diff) |
Document battle_tower.c
Diffstat (limited to 'include')
-rw-r--r-- | include/battle.h | 2 | ||||
-rw-r--r-- | include/constants/battle_tower.h | 7 |
2 files changed, 8 insertions, 1 deletions
diff --git a/include/battle.h b/include/battle.h index 40a2eba04..d0ea787ef 100644 --- a/include/battle.h +++ b/include/battle.h @@ -432,7 +432,7 @@ struct BattleStruct u16 changedItems[MAX_BATTLERS_COUNT]; u8 intimidateBattler; u8 switchInItemsCounter; - u8 arenaTurnCounter; // not used in FR? + u8 field_DA; // not used in FR? u8 turnSideTracker; u8 fillerDC[0xDF-0xDC]; u8 givenExpMons; diff --git a/include/constants/battle_tower.h b/include/constants/battle_tower.h index b0080caff..6e37d15ec 100644 --- a/include/constants/battle_tower.h +++ b/include/constants/battle_tower.h @@ -72,4 +72,11 @@ #define BATTLE_TOWER_ITEM_LUCKY_PUNCH 61 #define BATTLE_TOWER_ITEM_GANLON_BERRY 62 +#define BTSPECIAL_TEST 0 +#define BTSPECIAL_RESULT_SAVE_SCUM 1 +#define BTSPECIAL_RESULT_WON7 2 +#define BTSPECIAL_RESULT_LOST 3 +#define BTSPECIAL_RESULT_QUICKSAVE 4 +#define BTSPECIAL_RESULT_INACTIVE 5 + #endif //GUARD_CONSTANTS_BATTLE_TOWER_H |