From 807fe60b22bf3cd3deadd2bb40898f3a2727218b Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Sat, 9 Nov 2019 14:53:30 -0500 Subject: Document battle_tower.c --- include/constants/battle_tower.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include/constants') 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 -- cgit v1.2.3