Move events and scripts into map dirs
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
Route111_OldLadysRestStop_EventObjects: @ 8533C18
|
||||
object_event 1, EVENT_OBJ_GFX_OLD_WOMAN_1, 0, 6, 3, 3, 9, 0, 0, 0, 0, Route111_OldLadysRestStop_EventScript_22A920, 0
|
||||
|
||||
Route111_OldLadysRestStop_MapWarps: @ 8533C30
|
||||
warp_def 3, 7, 0, 2, MAP_ROUTE111
|
||||
warp_def 4, 7, 0, 2, MAP_ROUTE111
|
||||
|
||||
Route111_OldLadysRestStop_MapEvents:: @ 8533C40
|
||||
map_events Route111_OldLadysRestStop_EventObjects, Route111_OldLadysRestStop_MapWarps, 0x0, 0x0
|
||||
|
||||
@@ -0,0 +1,54 @@
|
||||
Route111_OldLadysRestStop_MapScripts:: @ 822A916
|
||||
map_script 3, Route111_OldLadysRestStop_MapScript1_22A91C
|
||||
.byte 0
|
||||
|
||||
Route111_OldLadysRestStop_MapScript1_22A91C: @ 822A91C
|
||||
setflag FLAG_LANDMARK_OLD_LADY_REST_SHOP
|
||||
end
|
||||
|
||||
Route111_OldLadysRestStop_EventScript_22A920:: @ 822A920
|
||||
lock
|
||||
faceplayer
|
||||
msgbox Route111_OldLadysRestStop_Text_22A978, 5
|
||||
compare VAR_RESULT, 1
|
||||
goto_eq Route111_OldLadysRestStop_EventScript_22A941
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq Route111_OldLadysRestStop_EventScript_22A96E
|
||||
end
|
||||
|
||||
Route111_OldLadysRestStop_EventScript_22A941:: @ 822A941
|
||||
msgbox Route111_OldLadysRestStop_Text_22A9EC, 4
|
||||
closemessage
|
||||
call Route111_OldLadysRestStop_EventScript_272083
|
||||
msgbox Route111_OldLadysRestStop_Text_22AA16, 5
|
||||
compare VAR_RESULT, 1
|
||||
goto_eq Route111_OldLadysRestStop_EventScript_22A941
|
||||
compare VAR_RESULT, 0
|
||||
goto_eq Route111_OldLadysRestStop_EventScript_22A96E
|
||||
end
|
||||
|
||||
Route111_OldLadysRestStop_EventScript_22A96E:: @ 822A96E
|
||||
msgbox Route111_OldLadysRestStop_Text_22AA8F, 4
|
||||
release
|
||||
end
|
||||
|
||||
Route111_OldLadysRestStop_Text_22A978: @ 822A978
|
||||
.string "Oh, dear, dear.\n"
|
||||
.string "Aren’t your POKéMON exhausted?\p"
|
||||
.string "If you’d like, rest up here.\n"
|
||||
.string "That’s a fine idea! You should do that.$"
|
||||
|
||||
Route111_OldLadysRestStop_Text_22A9EC: @ 822A9EC
|
||||
.string "That’s right.\n"
|
||||
.string "Take your time and rest up!$"
|
||||
|
||||
Route111_OldLadysRestStop_Text_22AA16: @ 822AA16
|
||||
.string "Oh, dear, dear.\n"
|
||||
.string "Are your POKéMON still tired?\p"
|
||||
.string "You should take another rest here.\n"
|
||||
.string "That’s a fine idea. You should do that.$"
|
||||
|
||||
Route111_OldLadysRestStop_Text_22AA8F: @ 822AA8F
|
||||
.string "Is that so?\n"
|
||||
.string "You don’t need to be shy about it.$"
|
||||
|
||||
Reference in New Issue
Block a user