Document Seven Island scripts
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": 1,
|
||||
"trainer_sight_or_berry_tree_id": 1,
|
||||
"script": "SevenIsland_TrainerTower_EventScript_1AC84D",
|
||||
"script": "SevenIsland_TrainerTower_EventScript_Dario",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
@@ -44,7 +44,7 @@
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": 1,
|
||||
"trainer_sight_or_berry_tree_id": 1,
|
||||
"script": "SevenIsland_TrainerTower_EventScript_1AC88B",
|
||||
"script": "SevenIsland_TrainerTower_EventScript_Rodette",
|
||||
"flag": "0"
|
||||
}
|
||||
],
|
||||
@@ -94,14 +94,14 @@
|
||||
"x": 56,
|
||||
"y": 8,
|
||||
"elevation": 0,
|
||||
"script": "SevenIsland_TrainerTower_EventScript_168BE1"
|
||||
"script": "SevenIsland_TrainerTower_EventScript_TrainerTowerSign"
|
||||
},
|
||||
{
|
||||
"type": "bg_event_type_0",
|
||||
"x": 50,
|
||||
"y": 30,
|
||||
"elevation": 0,
|
||||
"script": "SevenIsland_TrainerTower_EventScript_168BEA"
|
||||
"script": "SevenIsland_TrainerTower_EventScript_TrainerTowerAheadSign"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -6,10 +6,10 @@ SevenIsland_TrainerTower_OnTransition:: @ 8168BDB
|
||||
setvar VAR_MAP_SCENE_TRAINER_TOWER, 0
|
||||
end
|
||||
|
||||
SevenIsland_TrainerTower_EventScript_168BE1:: @ 8168BE1
|
||||
msgbox gUnknown_818C338, MSGBOX_SIGN
|
||||
SevenIsland_TrainerTower_EventScript_TrainerTowerSign:: @ 8168BE1
|
||||
msgbox SevenIsland_TrainerTower_Text_TrainerTowerSign, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
SevenIsland_TrainerTower_EventScript_168BEA:: @ 8168BEA
|
||||
msgbox gUnknown_818C370, MSGBOX_SIGN
|
||||
SevenIsland_TrainerTower_EventScript_TrainerTowerAheadSign:: @ 8168BEA
|
||||
msgbox SevenIsland_TrainerTower_Text_TrainerTowerAhead, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
@@ -1,32 +1,41 @@
|
||||
Text_18C1ED:: @ 818C1ED
|
||||
SevenIsland_TrainerTower_Text_DarioIntro:: @ 818C1ED
|
||||
.string "I sensed your approach.$"
|
||||
|
||||
Text_18C205:: @ 818C205
|
||||
SevenIsland_TrainerTower_Text_DarioDefeat:: @ 818C205
|
||||
.string "Give up…$"
|
||||
|
||||
Text_18C20E:: @ 818C20E
|
||||
SevenIsland_TrainerTower_Text_DarioPostBattle:: @ 818C20E
|
||||
.string "In your future, I sense that you\n"
|
||||
.string "will meet many others.\p"
|
||||
.string "I think you will be linked to each\n"
|
||||
.string "other by a strange power.$"
|
||||
|
||||
Text_18C283:: @ 818C283
|
||||
SevenIsland_TrainerTower_Text_RodetteIntro:: @ 818C283
|
||||
.string "Somewhere on this island, peculiar\n"
|
||||
.string "POKéMON are sleeping.$"
|
||||
|
||||
Text_18C2BC:: @ 818C2BC
|
||||
SevenIsland_TrainerTower_Text_RodetteDefeat:: @ 818C2BC
|
||||
.string "What an amazing TRAINER!$"
|
||||
|
||||
Text_18C2D5:: @ 818C2D5
|
||||
SevenIsland_TrainerTower_Text_RodettePostBattle:: @ 818C2D5
|
||||
.string "Somewhere on this island, peculiar\n"
|
||||
.string "POKéMON are sleeping.\p"
|
||||
.string "Could it be that they're waiting\n"
|
||||
.string "for you?$"
|
||||
|
||||
gUnknown_818C338:: @ 818C338
|
||||
SevenIsland_TrainerTower_Text_TrainerTowerSign:: @ 818C338
|
||||
.string "TRAINER TOWER ENTRANCE\n"
|
||||
.string "Rise to the Challenge, TRAINERS!$"
|
||||
|
||||
gUnknown_818C370:: @ 818C370
|
||||
SevenIsland_TrainerTower_Text_TrainerTowerAhead:: @ 818C370
|
||||
.string "TRAINER TOWER AHEAD$"
|
||||
|
||||
@ Unused text perhaps indicating Trainer Tower was planned to be unlocked by something
|
||||
SevenIsland_TrainerTower_Text_LooksLikeTrainerTowerIsClosed:: @ 818C384
|
||||
.string "トレーナータワーには\n"
|
||||
.string "いまは はいれない みたい‥$"
|
||||
|
||||
SevenIsland_TrainerTower_Text_TrainerTowerIsOpenLetsGoIn:: @ 818C39E
|
||||
.string "トレーナータワーが あいてる!\n"
|
||||
.string "さっそく はいってみよう!$"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user