Move events and scripts into map dirs
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
SootopolisCity_House1_EventObjects: @ 85332F8
|
||||
object_event 1, EVENT_OBJ_GFX_BLACK_BELT, 0, 2, 4, 3, 10, 0, 0, 0, 0, SootopolisCity_House1_EventScript_22694D, 0
|
||||
object_event 2, EVENT_OBJ_GFX_KECLEON_1, 0, 2, 3, 3, 8, 0, 0, 0, 0, SootopolisCity_House1_EventScript_22698E, 0
|
||||
|
||||
SootopolisCity_House1_MapWarps: @ 8533328
|
||||
warp_def 3, 6, 0, 4, MAP_SOOTOPOLIS_CITY
|
||||
warp_def 4, 6, 0, 4, MAP_SOOTOPOLIS_CITY
|
||||
|
||||
SootopolisCity_House1_MapEvents:: @ 8533338
|
||||
map_events SootopolisCity_House1_EventObjects, SootopolisCity_House1_MapWarps, 0x0, 0x0
|
||||
|
||||
@@ -0,0 +1,45 @@
|
||||
SootopolisCity_House1_MapScripts:: @ 822694C
|
||||
.byte 0
|
||||
|
||||
SootopolisCity_House1_EventScript_22694D:: @ 822694D
|
||||
lock
|
||||
faceplayer
|
||||
checkflag FLAG_0x079
|
||||
goto_eq SootopolisCity_House1_EventScript_226984
|
||||
msgbox SootopolisCity_House1_Text_2269A1, 4
|
||||
giveitem_std ITEM_TM31
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq SootopolisCity_House1_EventScript_272054
|
||||
setflag FLAG_0x079
|
||||
msgbox SootopolisCity_House1_Text_226A13, 4
|
||||
release
|
||||
end
|
||||
|
||||
SootopolisCity_House1_EventScript_226984:: @ 8226984
|
||||
msgbox SootopolisCity_House1_Text_226A13, 4
|
||||
release
|
||||
end
|
||||
|
||||
SootopolisCity_House1_EventScript_22698E:: @ 822698E
|
||||
lock
|
||||
faceplayer
|
||||
waitse
|
||||
playmoncry SPECIES_KECLEON, 0
|
||||
msgbox SootopolisCity_House1_Text_226A60, 4
|
||||
waitmoncry
|
||||
release
|
||||
end
|
||||
|
||||
SootopolisCity_House1_Text_2269A1: @ 82269A1
|
||||
.string "For thirty years I’ve remained in\n"
|
||||
.string "SOOTOPOLIS honing my skills.\p"
|
||||
.string "I developed a shattering TM.\n"
|
||||
.string "I bequeath it to you!$"
|
||||
|
||||
SootopolisCity_House1_Text_226A13: @ 8226A13
|
||||
.string "TM31 contains BRICK BREAK! It’s a move\n"
|
||||
.string "so horrible that I can’t describe it.$"
|
||||
|
||||
SootopolisCity_House1_Text_226A60: @ 8226A60
|
||||
.string "KECLEON: Puu puhyaah.$"
|
||||
|
||||
Reference in New Issue
Block a user