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