diff options
Diffstat (limited to 'maps/BattleTower1F.asm')
-rw-r--r-- | maps/BattleTower1F.asm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/maps/BattleTower1F.asm b/maps/BattleTower1F.asm index 9a678ca55..41f44dd7a 100644 --- a/maps/BattleTower1F.asm +++ b/maps/BattleTower1F.asm @@ -27,7 +27,7 @@ BattleTower1F_MapScriptHeader: end .priorityjump1: - priorityjump UnknownScript_0x9e555 + priorityjump BattleTower_LeftWithoutSaving writebyte BATTLE_TOWER_ACTION_04 special BattleTowerAction writebyte BATTLE_TOWER_ACTION_06 @@ -119,7 +119,7 @@ Script_GivePlayerHisPrize: ; 0x9e47a special BattleTowerAction writebyte BATTLE_TOWER_ACTION_1B special BattleTowerAction - if_equal $12, Script_YourPackIsStuffedFull + if_equal POTION, Script_YourPackIsStuffedFull itemtotext $0, $1 giveitem ITEM_FROM_MEM, 5 writetext Text_PlayerGotFive @@ -236,9 +236,9 @@ UnknownScript_0x9e550: loadmovesprites end -UnknownScript_0x9e555: +BattleTower_LeftWithoutSaving: loadfont - writetext UnknownText_0x9ee18 + writetext Text_BattleTower_LeftWithoutSaving closetext jump UnknownScript_0x9e4b0 @@ -610,7 +610,7 @@ Text_BattleTowerRules: ; 0x9ed72 line "placed on them." done -UnknownText_0x9ee18: +Text_BattleTower_LeftWithoutSaving: text "Excuse me!" line "You didn't SAVE" |