Document Pacifidlog scripts
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
"movement_range_y": 0,
|
||||
"trainer_type": "0",
|
||||
"trainer_sight_or_berry_tree_id": "0",
|
||||
"script": "PacifidlogTown_House5_EventScript_204111",
|
||||
"script": "PacifidlogTown_House5_EventScript_MirageIslandWatcher",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
@@ -37,7 +37,7 @@
|
||||
"movement_range_y": 0,
|
||||
"trainer_type": "0",
|
||||
"trainer_sight_or_berry_tree_id": "0",
|
||||
"script": "PacifidlogTown_House5_EventScript_204137",
|
||||
"script": "PacifidlogTown_House5_EventScript_Gentleman",
|
||||
"flag": "0"
|
||||
}
|
||||
],
|
||||
|
||||
@@ -1,33 +1,33 @@
|
||||
PacifidlogTown_House5_MapScripts:: @ 8204110
|
||||
.byte 0
|
||||
|
||||
PacifidlogTown_House5_EventScript_204111:: @ 8204111
|
||||
PacifidlogTown_House5_EventScript_MirageIslandWatcher:: @ 8204111
|
||||
lock
|
||||
faceplayer
|
||||
specialvar VAR_RESULT, IsMirageIslandPresent
|
||||
compare VAR_RESULT, 1
|
||||
goto_if_eq PacifidlogTown_House5_EventScript_20412D
|
||||
msgbox PacifidlogTown_House5_Text_204140, MSGBOX_DEFAULT
|
||||
compare VAR_RESULT, TRUE
|
||||
goto_if_eq PacifidlogTown_House5_EventScript_MirageIslandPresent
|
||||
msgbox PacifidlogTown_House5_Text_CantSeeMirageIslandToday, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
PacifidlogTown_House5_EventScript_20412D:: @ 820412D
|
||||
msgbox PacifidlogTown_House5_Text_204161, MSGBOX_DEFAULT
|
||||
PacifidlogTown_House5_EventScript_MirageIslandPresent:: @ 820412D
|
||||
msgbox PacifidlogTown_House5_Text_CanSeeMirageIslandToday, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
PacifidlogTown_House5_EventScript_204137:: @ 8204137
|
||||
msgbox PacifidlogTown_House5_Text_20418B, MSGBOX_NPC
|
||||
PacifidlogTown_House5_EventScript_Gentleman:: @ 8204137
|
||||
msgbox PacifidlogTown_House5_Text_MirageIslandAppearDependingOnWeather, MSGBOX_NPC
|
||||
end
|
||||
|
||||
PacifidlogTown_House5_Text_204140: @ 8204140
|
||||
PacifidlogTown_House5_Text_CantSeeMirageIslandToday: @ 8204140
|
||||
.string "I can't see MIRAGE ISLAND today…$"
|
||||
|
||||
PacifidlogTown_House5_Text_204161: @ 8204161
|
||||
PacifidlogTown_House5_Text_CanSeeMirageIslandToday: @ 8204161
|
||||
.string "Oh! Oh my!\n"
|
||||
.string "I can see MIRAGE ISLAND today!$"
|
||||
|
||||
PacifidlogTown_House5_Text_20418B: @ 820418B
|
||||
PacifidlogTown_House5_Text_MirageIslandAppearDependingOnWeather: @ 820418B
|
||||
.string "MIRAGE ISLAND…\p"
|
||||
.string "It must become visible and invisible\n"
|
||||
.string "depending on the weather conditions\l"
|
||||
|
||||
Reference in New Issue
Block a user