Move events and scripts into map dirs

This commit is contained in:
Marcus Huderle
2018-06-20 17:41:41 -05:00
parent 89d35e82a2
commit 135a11e50e
1038 changed files with 1036 additions and 1036 deletions
@@ -0,0 +1,11 @@
PacifidlogTown_House5_EventObjects: @ 852ED20
object_event 1, EVENT_OBJ_GFX_OLD_MAN_1, 0, 9, 4, 3, 10, 0, 0, 0, 0, PacifidlogTown_House5_EventScript_204111, 0
object_event 2, EVENT_OBJ_GFX_GENTLEMAN, 0, 3, 4, 3, 10, 0, 0, 0, 0, PacifidlogTown_House5_EventScript_204137, 0
PacifidlogTown_House5_MapWarps: @ 852ED50
warp_def 4, 8, 0, 5, MAP_PACIFIDLOG_TOWN
warp_def 5, 8, 0, 5, MAP_PACIFIDLOG_TOWN
PacifidlogTown_House5_MapEvents:: @ 852ED60
map_events PacifidlogTown_House5_EventObjects, PacifidlogTown_House5_MapWarps, 0x0, 0x0
@@ -0,0 +1,37 @@
PacifidlogTown_House5_MapScripts:: @ 8204110
.byte 0
PacifidlogTown_House5_EventScript_204111:: @ 8204111
lock
faceplayer
specialvar VAR_RESULT, IsMirageIslandPresent
compare VAR_RESULT, 1
goto_eq PacifidlogTown_House5_EventScript_20412D
msgbox PacifidlogTown_House5_Text_204140, 4
release
end
PacifidlogTown_House5_EventScript_20412D:: @ 820412D
msgbox PacifidlogTown_House5_Text_204161, 4
release
end
PacifidlogTown_House5_EventScript_204137:: @ 8204137
msgbox PacifidlogTown_House5_Text_20418B, 2
end
PacifidlogTown_House5_Text_204140: @ 8204140
.string "I cant see MIRAGE ISLAND today…$"
PacifidlogTown_House5_Text_204161: @ 8204161
.string "Oh! Oh my!\n"
.string "I can see MIRAGE ISLAND today!$"
PacifidlogTown_House5_Text_20418B: @ 820418B
.string "MIRAGE ISLAND…\p"
.string "It must become visible and invisible\n"
.string "depending on the weather conditions\l"
.string "that make mirages appear.\p"
.string "Or is it really appearing and\n"
.string "disappearing?$"