diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-03-27 12:47:28 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-03-27 12:47:28 -0400 |
commit | 93e12d200300c7320640922fe6bcebe64f942eda (patch) | |
tree | 21868005ec792f7c60b70c4482bde8adc0dea636 /constants | |
parent | 2650bcffad179be1a874bfaadccb0bb554d28096 (diff) |
Split up banks 1-3 of main.asm
Diffstat (limited to 'constants')
-rwxr-xr-x | constants/battle_tower_constants.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/constants/battle_tower_constants.asm b/constants/battle_tower_constants.asm index 1e5b0d625..c690c9b0b 100755 --- a/constants/battle_tower_constants.asm +++ b/constants/battle_tower_constants.asm @@ -19,8 +19,8 @@ const BATTLETOWERACTION_11 ; store 0 in 5:aa8d const BATTLETOWERACTION_12 ; store 1 in 5:aa8d const BATTLETOWERACTION_13 ; check 5:aa8d - const BATTLETOWERACTION_14 ; if save file is yours: bit 0, [sbe4f] - const BATTLETOWERACTION_15 ; set 0, [sbe4f] + const BATTLETOWERACTION_14 ; if save file is yours: bit 0, [s1_be4f] + 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 |