pokeemerald/data/maps/Route114_FossilManiacsHouse/scripts.inc

55 lines
1.8 KiB
PHP
Raw Normal View History

2021-07-20 21:18:31 +02:00
Route114_FossilManiacsHouse_MapScripts::
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
2021-07-20 21:18:31 +02:00
Route114_FossilManiacsHouse_OnTransition:
2017-12-27 04:20:29 +01:00
setflag FLAG_LANDMARK_FOSSIL_MANIACS_HOUSE
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
Route114_FossilManiacsHouse_EventScript_FossilManiacsBrother::
2017-11-10 02:21:31 +01:00
lock
faceplayer
goto_if_set FLAG_RECEIVED_TM_DIG, Route114_FossilManiacsHouse_EventScript_ReceivedDig
msgbox Route114_FossilManiacsHouse_Text_HaveThisToDigLikeMyBrother, MSGBOX_DEFAULT
giveitem ITEM_TM_DIG
goto_if_eq VAR_RESULT, FALSE, Common_EventScript_ShowBagIsFull
setflag FLAG_RECEIVED_TM_DIG
2017-11-10 02:21:31 +01:00
release
end
2021-07-20 21:18:31 +02:00
Route114_FossilManiacsHouse_EventScript_ReceivedDig::
msgbox Route114_FossilManiacsHouse_Text_DigReturnsYouToEntrance, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
2021-07-20 21:18:31 +02:00
Route114_FossilManiacsHouse_EventScript_RockDisplay::
msgbox Route114_FossilManiacsHouse_Text_RocksFillDisplayCase, MSGBOX_SIGN
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
Route114_FossilManiacsHouse_EventScript_Bookshelf::
msgbox Route114_FossilManiacsHouse_Text_CrammedWithBooks, MSGBOX_SIGN
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
Route114_FossilManiacsHouse_Text_HaveThisToDigLikeMyBrother:
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…$"
2021-07-20 21:18:31 +02:00
Route114_FossilManiacsHouse_Text_DigReturnsYouToEntrance:
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
2021-07-20 21:18:31 +02:00
Route114_FossilManiacsHouse_Text_RocksFillDisplayCase:
2017-11-10 02:21:31 +01:00
.string "Rocks in peculiar shapes fill\n"
.string "the display case…$"
2021-07-20 21:18:31 +02:00
Route114_FossilManiacsHouse_Text_CrammedWithBooks:
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