Move events and scripts into map dirs
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
MossdeepCity_House3_EventObjects: @ 8532BD4
|
||||
object_event 1, EVENT_OBJ_GFX_FISHERMAN, 0, 4, 4, 3, 10, 0, 0, 0, 0, MossdeepCity_House3_EventScript_2225C3, 0
|
||||
|
||||
MossdeepCity_House3_MapWarps: @ 8532BEC
|
||||
warp_def 3, 7, 0, 5, MAP_MOSSDEEP_CITY
|
||||
warp_def 4, 7, 0, 5, MAP_MOSSDEEP_CITY
|
||||
|
||||
MossdeepCity_House3_MapEvents:: @ 8532BFC
|
||||
map_events MossdeepCity_House3_EventObjects, MossdeepCity_House3_MapWarps, 0x0, 0x0
|
||||
|
||||
@@ -0,0 +1,52 @@
|
||||
MossdeepCity_House3_MapScripts:: @ 82225C2
|
||||
.byte 0
|
||||
|
||||
MossdeepCity_House3_EventScript_2225C3:: @ 82225C3
|
||||
lock
|
||||
faceplayer
|
||||
checkflag FLAG_0x098
|
||||
goto_eq MossdeepCity_House3_EventScript_222602
|
||||
msgbox MossdeepCity_House3_Text_222616, 5
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq MossdeepCity_House3_EventScript_22260C
|
||||
msgbox MossdeepCity_House3_Text_2226B6, 4
|
||||
giveitem_std ITEM_SUPER_ROD
|
||||
setflag FLAG_0x098
|
||||
msgbox MossdeepCity_House3_Text_2226F0, 4
|
||||
release
|
||||
end
|
||||
|
||||
MossdeepCity_House3_EventScript_222602:: @ 8222602
|
||||
msgbox MossdeepCity_House3_Text_222751, 4
|
||||
release
|
||||
end
|
||||
|
||||
MossdeepCity_House3_EventScript_22260C:: @ 822260C
|
||||
msgbox MossdeepCity_House3_Text_222733, 4
|
||||
release
|
||||
end
|
||||
|
||||
MossdeepCity_House3_Text_222616: @ 8222616
|
||||
.string "Hey there, TRAINER!\n"
|
||||
.string "A SUPER ROD really is super!\p"
|
||||
.string "Say all you want, but this baby can\n"
|
||||
.string "catch POKéMON off the seafloor!\p"
|
||||
.string "What do you think?\n"
|
||||
.string "You want it, don’t you?$"
|
||||
|
||||
MossdeepCity_House3_Text_2226B6: @ 82226B6
|
||||
.string "You bet, you bet!\n"
|
||||
.string "After all, a SUPER ROD is really super!$"
|
||||
|
||||
MossdeepCity_House3_Text_2226F0: @ 82226F0
|
||||
.string "If there’s any water, try dropping in\n"
|
||||
.string "your ROD and see what bites!$"
|
||||
|
||||
MossdeepCity_House3_Text_222733: @ 8222733
|
||||
.string "Hunh?\n"
|
||||
.string "Don’t you like to fish?$"
|
||||
|
||||
MossdeepCity_House3_Text_222751: @ 8222751
|
||||
.string "Go after the seafloor POKéMON with\n"
|
||||
.string "your SUPER ROD.$"
|
||||
|
||||
Reference in New Issue
Block a user