Remove address comments
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
.equ REQUIRED_CAUGHT_MONS, 50
|
||||
|
||||
Route15_WestEntrance_2F_MapScripts:: @ 8170092
|
||||
Route15_WestEntrance_2F_MapScripts::
|
||||
.byte 0
|
||||
|
||||
Route15_WestEntrance_2F_EventScript_LeftBinoculars:: @ 8170093
|
||||
Route15_WestEntrance_2F_EventScript_LeftBinoculars::
|
||||
lockall
|
||||
msgbox Route15_WestEntrance_2F_Text_LargeShiningBird
|
||||
drawmonpic SPECIES_ARTICUNO, 10, 3
|
||||
@@ -15,11 +15,11 @@ Route15_WestEntrance_2F_EventScript_LeftBinoculars:: @ 8170093
|
||||
releaseall
|
||||
end
|
||||
|
||||
Route15_WestEntrance_2F_EventScript_RightBinoculars:: @ 81700B0
|
||||
Route15_WestEntrance_2F_EventScript_RightBinoculars::
|
||||
msgbox Route15_WestEntrance_2F_Text_SmallIslandOnHorizon, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
Route15_WestEntrance_2F_EventScript_Aide:: @ 81700B9
|
||||
Route15_WestEntrance_2F_EventScript_Aide::
|
||||
lock
|
||||
faceplayer
|
||||
call Route15_WestEntrance_2F_EventScript_GetAideRequestInfo
|
||||
@@ -43,12 +43,12 @@ Route15_WestEntrance_2F_EventScript_Aide:: @ 81700B9
|
||||
release
|
||||
end
|
||||
|
||||
Route15_WestEntrance_2F_EventScript_AlreadyGotExpShare:: @ 817013B
|
||||
Route15_WestEntrance_2F_EventScript_AlreadyGotExpShare::
|
||||
msgbox Route15_WestEntrance_2F_Text_ExplainExpShare
|
||||
release
|
||||
end
|
||||
|
||||
Route15_WestEntrance_2F_EventScript_GetAideRequestInfo:: @ 8170145
|
||||
Route15_WestEntrance_2F_EventScript_GetAideRequestInfo::
|
||||
getnumberstring 0, REQUIRED_CAUGHT_MONS
|
||||
getitemname 1, ITEM_EXP_SHARE
|
||||
return
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
Route15_WestEntrance_2F_Text_GiveItemIfCaughtEnough:: @ 819F5AB
|
||||
Route15_WestEntrance_2F_Text_GiveItemIfCaughtEnough::
|
||||
.string "Hi! Remember me?\n"
|
||||
.string "I'm one of PROF. OAK's AIDES.\p"
|
||||
.string "If your POKéDEX has complete data\n"
|
||||
@@ -10,30 +10,30 @@ Route15_WestEntrance_2F_Text_GiveItemIfCaughtEnough:: @ 819F5AB
|
||||
.string "Have you gathered data on at least\n"
|
||||
.string "{STR_VAR_1} kinds of POKéMON?$"
|
||||
|
||||
Route15_WestEntrance_2F_Text_GreatHereYouGo:: @ 819F6AA
|
||||
Route15_WestEntrance_2F_Text_GreatHereYouGo::
|
||||
.string "Great! You have caught or owned\n"
|
||||
.string "{STR_VAR_3} kinds of POKéMON!\p"
|
||||
.string "Congratulations!\n"
|
||||
.string "Here you go!$"
|
||||
|
||||
Route15_WestEntrance_2F_Text_ReceivedItemFromAide:: @ 819F6FD
|
||||
Route15_WestEntrance_2F_Text_ReceivedItemFromAide::
|
||||
.string "{PLAYER} received the {STR_VAR_2}\n"
|
||||
.string "from the AIDE.$"
|
||||
|
||||
Route15_WestEntrance_2F_Text_ExplainExpShare:: @ 819F71F
|
||||
Route15_WestEntrance_2F_Text_ExplainExpShare::
|
||||
.string "EXP. SHARE is an item to be held\n"
|
||||
.string "by a POKéMON.\p"
|
||||
.string "The POKéMON will receive a share\n"
|
||||
.string "of the EXP. Points without having\l"
|
||||
.string "to battle.$"
|
||||
|
||||
Route15_WestEntrance_2F_Text_LargeShiningBird:: @ 819F79C
|
||||
Route15_WestEntrance_2F_Text_LargeShiningBird::
|
||||
.string "Let's see what the binoculars have\n"
|
||||
.string "to show…\p"
|
||||
.string "A large, shining bird is flying\n"
|
||||
.string "toward the sea.$"
|
||||
|
||||
Route15_WestEntrance_2F_Text_SmallIslandOnHorizon:: @ 819F7F8
|
||||
Route15_WestEntrance_2F_Text_SmallIslandOnHorizon::
|
||||
.string "Let's see what the binoculars have\n"
|
||||
.string "to show…\p"
|
||||
.string "It looks like a small island on\n"
|
||||
|
||||
Reference in New Issue
Block a user