summaryrefslogtreecommitdiff
path: root/data/maps/BattleFrontier_BattlePyramidEmptySquare
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2019-02-07 11:37:28 -0600
committerMarcus Huderle <huderlem@gmail.com>2019-02-07 11:51:03 -0600
commit3a88ab831d2fb57e1f3e0908aeb79395700867d4 (patch)
tree79323a659a2ad1f81645566d434296966e2dad19 /data/maps/BattleFrontier_BattlePyramidEmptySquare
parenta1ad1bad3a96222e8575bb2ce4625864593daa73 (diff)
Document more battle pyramid
Diffstat (limited to 'data/maps/BattleFrontier_BattlePyramidEmptySquare')
-rw-r--r--data/maps/BattleFrontier_BattlePyramidEmptySquare/scripts.inc12
1 files changed, 6 insertions, 6 deletions
diff --git a/data/maps/BattleFrontier_BattlePyramidEmptySquare/scripts.inc b/data/maps/BattleFrontier_BattlePyramidEmptySquare/scripts.inc
index 459d2adad..43586bba0 100644
--- a/data/maps/BattleFrontier_BattlePyramidEmptySquare/scripts.inc
+++ b/data/maps/BattleFrontier_BattlePyramidEmptySquare/scripts.inc
@@ -152,8 +152,8 @@ BattleFrontier_BattlePyramidEmptySquare_EventScript_252C45:: @ 8252C45
waitstate
end
-BattleFrontier_BattlePyramidEmptySquare_EventScript_252C4F:: @ 8252C4F
- trainerbattle TRAINER_BATTLE_PYRAMID, TRAINER_PHILLIP, 0, BattleFrontier_BattlePyramidEmptySquare_Text_252C8D, BattleFrontier_BattlePyramidEmptySquare_Text_252C8D
+BattlePyramid_TrainerBattle:: @ 8252C4F
+ trainerbattle TRAINER_BATTLE_PYRAMID, TRAINER_PHILLIP, 0, BattleFacility_TrainerBattle_PlaceholderText, BattleFacility_TrainerBattle_PlaceholderText
setvar VAR_0x8004, 10
special CallBattlePyramidFunction
waitmessage
@@ -162,22 +162,22 @@ BattleFrontier_BattlePyramidEmptySquare_EventScript_252C4F:: @ 8252C4F
releaseall
end
-BattleFrontier_BattlePyramidEmptySquare_EventScript_252C6A:: @ 8252C6A
+BattlePyramid_FindItemBall:: @ 8252C6A
setvar VAR_0x8004, 7
special CallBattlePyramidFunction
callstd STD_FIND_ITEM
compare VAR_0x8007, 0
- goto_if_eq BattleFrontier_BattlePyramidEmptySquare_EventScript_252C87
+ goto_if_eq BattlePyramid_FindItemBall_End
setvar VAR_0x8004, 8
special CallBattlePyramidFunction
-BattleFrontier_BattlePyramidEmptySquare_EventScript_252C87:: @ 8252C87
+BattlePyramid_FindItemBall_End:: @ 8252C87
end
BattleFrontier_BattlePyramidEmptySquare_EventScript_252C88:: @ 8252C88
goto BattleFrontier_BattlePyramidTop_EventScript_252B42
-BattleFrontier_BattlePyramidEmptySquare_Text_252C8D: @ 8252C8D
+BattleFacility_TrainerBattle_PlaceholderText: @ 8252C8D
.string "This is a sample message.$"
gText_BattlePyramidConfirmRest:: @ 8252CA7