Remove address comments
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
Route114_FossilManiacsHouse_MapScripts:: @ 822AD30
|
||||
Route114_FossilManiacsHouse_MapScripts::
|
||||
map_script MAP_SCRIPT_ON_TRANSITION, Route114_FossilManiacsHouse_OnTransition
|
||||
.byte 0
|
||||
|
||||
Route114_FossilManiacsHouse_OnTransition: @ 822AD36
|
||||
Route114_FossilManiacsHouse_OnTransition:
|
||||
setflag FLAG_LANDMARK_FOSSIL_MANIACS_HOUSE
|
||||
end
|
||||
|
||||
Route114_FossilManiacsHouse_EventScript_FossilManiacsBrother:: @ 822AD3A
|
||||
Route114_FossilManiacsHouse_EventScript_FossilManiacsBrother::
|
||||
lock
|
||||
faceplayer
|
||||
goto_if_set FLAG_RECEIVED_TM28, Route114_FossilManiacsHouse_EventScript_ReceivedDig
|
||||
@@ -18,20 +18,20 @@ Route114_FossilManiacsHouse_EventScript_FossilManiacsBrother:: @ 822AD3A
|
||||
release
|
||||
end
|
||||
|
||||
Route114_FossilManiacsHouse_EventScript_ReceivedDig:: @ 822AD69
|
||||
Route114_FossilManiacsHouse_EventScript_ReceivedDig::
|
||||
msgbox Route114_FossilManiacsHouse_Text_DigReturnsYouToEntrance, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
Route114_FossilManiacsHouse_EventScript_RockDisplay:: @ 822AD73
|
||||
Route114_FossilManiacsHouse_EventScript_RockDisplay::
|
||||
msgbox Route114_FossilManiacsHouse_Text_RocksFillDisplayCase, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
Route114_FossilManiacsHouse_EventScript_Bookshelf:: @ 822AD7C
|
||||
Route114_FossilManiacsHouse_EventScript_Bookshelf::
|
||||
msgbox Route114_FossilManiacsHouse_Text_CrammedWithBooks, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
Route114_FossilManiacsHouse_Text_HaveThisToDigLikeMyBrother: @ 822AD85
|
||||
Route114_FossilManiacsHouse_Text_HaveThisToDigLikeMyBrother:
|
||||
.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"
|
||||
@@ -39,15 +39,15 @@ Route114_FossilManiacsHouse_Text_HaveThisToDigLikeMyBrother: @ 822AD85
|
||||
.string "You can have this, so you can DIG\n"
|
||||
.string "holes just like my big brother…$"
|
||||
|
||||
Route114_FossilManiacsHouse_Text_DigReturnsYouToEntrance: @ 822AE48
|
||||
Route114_FossilManiacsHouse_Text_DigReturnsYouToEntrance:
|
||||
.string "If you make a POKéMON DIG inside a\n"
|
||||
.string "cave, you're returned to the entrance…$"
|
||||
|
||||
Route114_FossilManiacsHouse_Text_RocksFillDisplayCase: @ 822AE92
|
||||
Route114_FossilManiacsHouse_Text_RocksFillDisplayCase:
|
||||
.string "Rocks in peculiar shapes fill\n"
|
||||
.string "the display case…$"
|
||||
|
||||
Route114_FossilManiacsHouse_Text_CrammedWithBooks: @ 822AEC2
|
||||
Route114_FossilManiacsHouse_Text_CrammedWithBooks:
|
||||
.string "THE COMPOSITION OF STRATA…\n"
|
||||
.string "HOW RAIN SHAPES THE LAND…\l"
|
||||
.string "STONES, SOIL, AND ROCK…\p"
|
||||
|
||||
Reference in New Issue
Block a user