2017-11-10 01:21:31 +00:00
|
|
|
Route114_FossilManiacsHouse_MapScripts:: @ 822AD30
|
2019-04-05 00:28:37 +01:00
|
|
|
map_script MAP_SCRIPT_ON_TRANSITION, Route114_FossilManiacsHouse_OnTransition
|
2017-11-10 01:21:31 +00:00
|
|
|
.byte 0
|
|
|
|
|
2019-04-05 00:28:37 +01:00
|
|
|
Route114_FossilManiacsHouse_OnTransition: @ 822AD36
|
2017-12-27 03:20:29 +00:00
|
|
|
setflag FLAG_LANDMARK_FOSSIL_MANIACS_HOUSE
|
2017-11-10 01:21:31 +00:00
|
|
|
end
|
|
|
|
|
2019-11-06 19:06:06 +00:00
|
|
|
Route114_FossilManiacsHouse_EventScript_FossilManiacsBrother:: @ 822AD3A
|
2017-11-10 01:21:31 +00:00
|
|
|
lock
|
|
|
|
faceplayer
|
2019-11-06 19:06:06 +00:00
|
|
|
goto_if_set FLAG_RECEIVED_TM28, Route114_FossilManiacsHouse_EventScript_ReceivedDig
|
|
|
|
msgbox Route114_FossilManiacsHouse_Text_HaveThisToDigLikeMyBrother, MSGBOX_DEFAULT
|
2020-01-11 17:02:58 +00:00
|
|
|
giveitem ITEM_TM28
|
2019-11-06 19:06:06 +00:00
|
|
|
compare VAR_RESULT, FALSE
|
2019-02-23 00:52:11 +00:00
|
|
|
goto_if_eq Common_EventScript_ShowBagIsFull
|
2019-01-02 21:12:43 +00:00
|
|
|
setflag FLAG_RECEIVED_TM28
|
2017-11-10 01:21:31 +00:00
|
|
|
release
|
|
|
|
end
|
|
|
|
|
2019-11-06 19:06:06 +00:00
|
|
|
Route114_FossilManiacsHouse_EventScript_ReceivedDig:: @ 822AD69
|
|
|
|
msgbox Route114_FossilManiacsHouse_Text_DigReturnsYouToEntrance, MSGBOX_DEFAULT
|
2017-11-10 01:21:31 +00:00
|
|
|
release
|
|
|
|
end
|
|
|
|
|
2019-11-06 19:06:06 +00:00
|
|
|
Route114_FossilManiacsHouse_EventScript_RockDisplay:: @ 822AD73
|
|
|
|
msgbox Route114_FossilManiacsHouse_Text_RocksFillDisplayCase, MSGBOX_SIGN
|
2017-11-10 01:21:31 +00:00
|
|
|
end
|
|
|
|
|
2019-11-06 19:06:06 +00:00
|
|
|
Route114_FossilManiacsHouse_EventScript_Bookshelf:: @ 822AD7C
|
|
|
|
msgbox Route114_FossilManiacsHouse_Text_CrammedWithBooks, MSGBOX_SIGN
|
2017-11-10 01:21:31 +00:00
|
|
|
end
|
|
|
|
|
2019-11-06 19:06:06 +00:00
|
|
|
Route114_FossilManiacsHouse_Text_HaveThisToDigLikeMyBrother: @ 822AD85
|
2018-12-07 15:41:08 +00:00
|
|
|
.string "My big brother's the FOSSIL MANIAC…\n"
|
|
|
|
.string "He's a nice guy who loves FOSSILS…\p"
|
2017-11-10 01:21:31 +00:00
|
|
|
.string "He loves digging holes, too…\n"
|
|
|
|
.string "He dug this hole by himself…\p"
|
|
|
|
.string "You can have this, so you can DIG\n"
|
|
|
|
.string "holes just like my big brother…$"
|
|
|
|
|
2019-11-06 19:06:06 +00:00
|
|
|
Route114_FossilManiacsHouse_Text_DigReturnsYouToEntrance: @ 822AE48
|
2017-11-10 01:21:31 +00:00
|
|
|
.string "If you make a POKéMON DIG inside a\n"
|
2018-12-07 15:41:08 +00:00
|
|
|
.string "cave, you're returned to the entrance…$"
|
2017-11-10 01:21:31 +00:00
|
|
|
|
2019-11-06 19:06:06 +00:00
|
|
|
Route114_FossilManiacsHouse_Text_RocksFillDisplayCase: @ 822AE92
|
2017-11-10 01:21:31 +00:00
|
|
|
.string "Rocks in peculiar shapes fill\n"
|
|
|
|
.string "the display case…$"
|
|
|
|
|
2019-11-06 19:06:06 +00:00
|
|
|
Route114_FossilManiacsHouse_Text_CrammedWithBooks: @ 822AEC2
|
2017-11-10 01:21:31 +00:00
|
|
|
.string "THE COMPOSITION OF STRATA…\n"
|
|
|
|
.string "HOW RAIN SHAPES THE LAND…\l"
|
|
|
|
.string "STONES, SOIL, AND ROCK…\p"
|
2018-12-07 15:41:08 +00:00
|
|
|
.string "It's crammed with books.$"
|
2017-11-10 01:21:31 +00:00
|
|
|
|