diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-11-28 21:09:35 -0500 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-12-05 21:11:17 -0600 |
commit | be17c1602d31d6f7d6601f27f2808b79a5644f7f (patch) | |
tree | f28eaa75204a47eeff2773e2c75e070092f537f7 /include/constants/battle_tower.h | |
parent | 809811e722eceee82408a0f3179fad752b01b4c1 (diff) |
Set up remaining facility script doc, use Palace macros
Diffstat (limited to 'include/constants/battle_tower.h')
-rw-r--r-- | include/constants/battle_tower.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/constants/battle_tower.h b/include/constants/battle_tower.h index 508656fab..126041a2c 100644 --- a/include/constants/battle_tower.h +++ b/include/constants/battle_tower.h @@ -1,9 +1,9 @@ #ifndef GUARD_CONSTANTS_BATTLE_TOWER_H #define GUARD_CONSTANTS_BATTLE_TOWER_H -#define BATTLE_TOWER_FUNC_0 0 -#define BATTLE_TOWER_FUNC_1 1 -#define BATTLE_TOWER_FUNC_2 2 +#define BATTLE_TOWER_FUNC_INIT 0 +#define BATTLE_TOWER_FUNC_GET_DATA 1 +#define BATTLE_TOWER_FUNC_SET_DATA 2 #define BATTLE_TOWER_FUNC_CHOOSE_TRAINER 3 #define BATTLE_TOWER_FUNC_4 4 #define BATTLE_TOWER_FUNC_GIVE_RIBBONS 5 |