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 /maps | |
parent | 2650bcffad179be1a874bfaadccb0bb554d28096 (diff) |
Split up banks 1-3 of main.asm
Diffstat (limited to 'maps')
-rw-r--r-- | maps/BattleTower1F.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/BattleTower1F.asm b/maps/BattleTower1F.asm index ca10518fb..10e8fa51a 100644 --- a/maps/BattleTower1F.asm +++ b/maps/BattleTower1F.asm @@ -62,7 +62,7 @@ ReceptionistScript_0x9e3e2: opentext writetext Text_BattleTowerWelcomesYou buttonsound - writebyte BATTLETOWERACTION_00 ; if new save file: bit 1, [sbe4f] + writebyte BATTLETOWERACTION_00 ; if new save file: bit 1, [s1_be4f] special BattleTowerAction if_not_equal $0, Script_Menu_ChallengeExplanationCancel jump Script_BattleTowerIntroductionYesNo @@ -87,7 +87,7 @@ Script_ChoseChallenge: ; 0x9e40f special Special_TryQuickSave iffalse Script_Menu_ChallengeExplanationCancel dotrigger $1 - writebyte BATTLETOWERACTION_01 ; set 1, [sbe4f] + writebyte BATTLETOWERACTION_01 ; set 1, [s1_be4f] special BattleTowerAction special Function1700b0 if_equal $a, Script_Menu_ChallengeExplanationCancel |