diff options
author | mid-kid <esteve.varela@gmail.com> | 2017-11-19 11:52:42 +0100 |
---|---|---|
committer | mid-kid <esteve.varela@gmail.com> | 2017-11-19 11:52:42 +0100 |
commit | 671341a0fbcbdcbe41331a19f7863fef923c19c1 (patch) | |
tree | f94e3f9eedced0e116bdbbfab8d920fbe81c5c66 /constants/battle_tower_constants.asm | |
parent | 1bf12455e4ad9cb9a0fde0d1ac5fa29a48c63590 (diff) |
Labelled some battle tower-related functions
The UbersCheck and LevelCheck are used only for the battle tower,
despite them living in the mobile files.
Also labelled some of the known BattleTowerActions.
Diffstat (limited to 'constants/battle_tower_constants.asm')
-rwxr-xr-x | constants/battle_tower_constants.asm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/constants/battle_tower_constants.asm b/constants/battle_tower_constants.asm index c690c9b0b..481c1f19b 100755 --- a/constants/battle_tower_constants.asm +++ b/constants/battle_tower_constants.asm @@ -1,7 +1,7 @@ const_def - const BATTLETOWERACTION_00 - const BATTLETOWERACTION_01 - const BATTLETOWERACTION_02 + const BATTLETOWERACTION_CHECK_EXPLANATION_READ + const BATTLETOWERACTION_SET_EXPLANATION_READ + const BATTLETOWERACTION_GET_CHALLENGE_STATE const BATTLETOWERACTION_SAVE_AND_QUIT const BATTLETOWERACTION_CHALLENGECANCELED const BATTLETOWERACTION_05 @@ -13,7 +13,7 @@ const BATTLETOWERACTION_CHECKMOBILEEVENT const BATTLETOWERACTION_0C ; more time stuff in SRAM bank 5 const BATTLETOWERACTION_0D ; more time stuff in SRAM bank 5 - const BATTLETOWERACTION_EGGTICKET ; egg ticket + const BATTLETOWERACTION_EGGTICKET const BATTLETOWERACTION_0F ; check w3_d090 const BATTLETOWERACTION_10 ; dw based on 5:a800 const BATTLETOWERACTION_11 ; store 0 in 5:aa8d @@ -23,8 +23,8 @@ const BATTLETOWERACTION_15 ; set 0, [s1_be4f] const BATTLETOWERACTION_16 ; update time in SRAM bank 5 const BATTLETOWERACTION_17 ; check time in SRAM bank 5 - const BATTLETOWERACTION_18 ; level check - const BATTLETOWERACTION_19 ; ubers check + const BATTLETOWERACTION_LEVEL_CHECK + const BATTLETOWERACTION_UBERS_CHECK const BATTLETOWERACTION_RESETDATA ; clear data const BATTLETOWERACTION_GIVEREWARD ; give reward const BATTLETOWERACTION_1C ; set won challenge |