pokeemerald/data/maps/Route114_FossilManiacsHouse/scripts.inc

56 lines
1.8 KiB
PHP
Raw Normal View History

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
Route114_FossilManiacsHouse_EventScript_22AD3A:: @ 822AD3A
lock
faceplayer
2019-01-02 22:12:43 +01:00
goto_if_set FLAG_RECEIVED_TM28, Route114_FossilManiacsHouse_EventScript_22AD69
msgbox Route114_FossilManiacsHouse_Text_22AD85, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
giveitem_std ITEM_TM28
compare VAR_RESULT, 0
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
Route114_FossilManiacsHouse_EventScript_22AD69:: @ 822AD69
msgbox Route114_FossilManiacsHouse_Text_22AE48, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
Route114_FossilManiacsHouse_EventScript_22AD73:: @ 822AD73
msgbox Route114_FossilManiacsHouse_Text_22AE92, MSGBOX_SIGN
2017-11-10 02:21:31 +01:00
end
Route114_FossilManiacsHouse_EventScript_22AD7C:: @ 822AD7C
msgbox Route114_FossilManiacsHouse_Text_22AEC2, MSGBOX_SIGN
2017-11-10 02:21:31 +01:00
end
Route114_FossilManiacsHouse_Text_22AD85: @ 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…$"
Route114_FossilManiacsHouse_Text_22AE48: @ 822AE48
.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
Route114_FossilManiacsHouse_Text_22AE92: @ 822AE92
.string "Rocks in peculiar shapes fill\n"
.string "the display case…$"
Route114_FossilManiacsHouse_Text_22AEC2: @ 822AEC2
.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