diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-24 15:18:44 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-24 15:18:44 -0500 |
commit | f599e477fc3306dbca9cad4aeadfe7a66b84c7bc (patch) | |
tree | 0ce99b46559247e5b44f17bce643941ceac88685 /maps | |
parent | 6c248953b79237de98a177b7820ed7b9c4e96880 (diff) |
Partial interpretation of battle tower trainer data
Diffstat (limited to 'maps')
-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" |