mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-17 12:07:38 +01:00
56 lines
1.9 KiB
PHP
56 lines
1.9 KiB
PHP
Route114_FossilManiacsHouse_MapScripts:: @ 822AD30
|
|
map_script MAP_SCRIPT_ON_TRANSITION, Route114_FossilManiacsHouse_OnTransition
|
|
.byte 0
|
|
|
|
Route114_FossilManiacsHouse_OnTransition: @ 822AD36
|
|
setflag FLAG_LANDMARK_FOSSIL_MANIACS_HOUSE
|
|
end
|
|
|
|
Route114_FossilManiacsHouse_EventScript_FossilManiacsBrother:: @ 822AD3A
|
|
lock
|
|
faceplayer
|
|
goto_if_set FLAG_RECEIVED_TM28, Route114_FossilManiacsHouse_EventScript_ReceivedDig
|
|
msgbox Route114_FossilManiacsHouse_Text_HaveThisToDigLikeMyBrother, MSGBOX_DEFAULT
|
|
giveitem ITEM_TM28
|
|
compare VAR_RESULT, FALSE
|
|
goto_if_eq Common_EventScript_ShowBagIsFull
|
|
setflag FLAG_RECEIVED_TM28
|
|
release
|
|
end
|
|
|
|
Route114_FossilManiacsHouse_EventScript_ReceivedDig:: @ 822AD69
|
|
msgbox Route114_FossilManiacsHouse_Text_DigReturnsYouToEntrance, MSGBOX_DEFAULT
|
|
release
|
|
end
|
|
|
|
Route114_FossilManiacsHouse_EventScript_RockDisplay:: @ 822AD73
|
|
msgbox Route114_FossilManiacsHouse_Text_RocksFillDisplayCase, MSGBOX_SIGN
|
|
end
|
|
|
|
Route114_FossilManiacsHouse_EventScript_Bookshelf:: @ 822AD7C
|
|
msgbox Route114_FossilManiacsHouse_Text_CrammedWithBooks, MSGBOX_SIGN
|
|
end
|
|
|
|
Route114_FossilManiacsHouse_Text_HaveThisToDigLikeMyBrother: @ 822AD85
|
|
.string "My big brother's the FOSSIL MANIAC…\n"
|
|
.string "He's a nice guy who loves FOSSILS…\p"
|
|
.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…$"
|
|
|
|
Route114_FossilManiacsHouse_Text_DigReturnsYouToEntrance: @ 822AE48
|
|
.string "If you make a POKéMON DIG inside a\n"
|
|
.string "cave, you're returned to the entrance…$"
|
|
|
|
Route114_FossilManiacsHouse_Text_RocksFillDisplayCase: @ 822AE92
|
|
.string "Rocks in peculiar shapes fill\n"
|
|
.string "the display case…$"
|
|
|
|
Route114_FossilManiacsHouse_Text_CrammedWithBooks: @ 822AEC2
|
|
.string "THE COMPOSITION OF STRATA…\n"
|
|
.string "HOW RAIN SHAPES THE LAND…\l"
|
|
.string "STONES, SOIL, AND ROCK…\p"
|
|
.string "It's crammed with books.$"
|
|
|