Remove address comments
This commit is contained in:
@@ -1,25 +1,25 @@
|
||||
.equ REQUIRED_CAUGHT_MONS, 30
|
||||
|
||||
Route11_EastEntrance_2F_MapScripts:: @ 816FD34
|
||||
Route11_EastEntrance_2F_MapScripts::
|
||||
.byte 0
|
||||
|
||||
Route11_EastEntrance_2F_EventScript_LeftBinoculars:: @ 816FD35
|
||||
Route11_EastEntrance_2F_EventScript_LeftBinoculars::
|
||||
lockall
|
||||
goto_if_set FLAG_WOKE_UP_ROUTE_12_SNORLAX, Route11_EastEntrance_2F_EventScript_LeftBinocularsSnorlaxGone
|
||||
msgbox Route11_EastEntrance_2F_Text_BigMonAsleepOnRoad
|
||||
releaseall
|
||||
end
|
||||
|
||||
Route11_EastEntrance_2F_EventScript_LeftBinocularsSnorlaxGone:: @ 816FD49
|
||||
Route11_EastEntrance_2F_EventScript_LeftBinocularsSnorlaxGone::
|
||||
msgbox Route11_EastEntrance_2F_Text_WhatABreathtakingView
|
||||
releaseall
|
||||
end
|
||||
|
||||
Route11_EastEntrance_2F_EventScript_RightBinoculars:: @ 816FD53
|
||||
Route11_EastEntrance_2F_EventScript_RightBinoculars::
|
||||
msgbox Route11_EastEntrance_2F_Text_RockTunnelGoodRouteToLavender, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
Route11_EastEntrance_2F_EventScript_Turner:: @ 816FD5C
|
||||
Route11_EastEntrance_2F_EventScript_Turner::
|
||||
lock
|
||||
faceplayer
|
||||
setvar VAR_0x8008, INGAME_TRADE_NIDORINOA
|
||||
@@ -40,23 +40,23 @@ Route11_EastEntrance_2F_EventScript_Turner:: @ 816FD5C
|
||||
release
|
||||
end
|
||||
|
||||
Route11_EastEntrance_2F_EventScript_DeclineTrade:: @ 816FDB6
|
||||
Route11_EastEntrance_2F_EventScript_DeclineTrade::
|
||||
msgbox Trade_Text_AwwOhWell
|
||||
release
|
||||
end
|
||||
|
||||
Route11_EastEntrance_2F_EventScript_NotRequestedMon:: @ 816FDC0
|
||||
Route11_EastEntrance_2F_EventScript_NotRequestedMon::
|
||||
getspeciesname 0, VAR_0x8009
|
||||
msgbox Trade_Text_WhatThatsNoMon
|
||||
release
|
||||
end
|
||||
|
||||
Route11_EastEntrance_2F_EventScript_AlreadyTraded:: @ 816FDCE
|
||||
Route11_EastEntrance_2F_EventScript_AlreadyTraded::
|
||||
msgbox Trade_Text_IsntMyOldMonGreat
|
||||
release
|
||||
end
|
||||
|
||||
Route11_EastEntrance_2F_EventScript_Aide:: @ 816FDD8
|
||||
Route11_EastEntrance_2F_EventScript_Aide::
|
||||
lock
|
||||
faceplayer
|
||||
call Route11_EastEntrance_2F_EventScript_GetAideRequestInfo
|
||||
@@ -80,12 +80,12 @@ Route11_EastEntrance_2F_EventScript_Aide:: @ 816FDD8
|
||||
release
|
||||
end
|
||||
|
||||
Route11_EastEntrance_2F_EventScript_AlreadyGotItemfinder:: @ 816FE5A
|
||||
Route11_EastEntrance_2F_EventScript_AlreadyGotItemfinder::
|
||||
msgbox Route11_EastEntrance_2F_Text_ExplainItemfinder
|
||||
release
|
||||
end
|
||||
|
||||
Route11_EastEntrance_2F_EventScript_GetAideRequestInfo:: @ 816FE64
|
||||
Route11_EastEntrance_2F_EventScript_GetAideRequestInfo::
|
||||
getnumberstring 0, REQUIRED_CAUGHT_MONS
|
||||
getitemname 1, ITEM_ITEMFINDER
|
||||
return
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
Route11_EastEntrance_2F_Text_GiveItemfinderIfCaught30:: @ 819E9E5
|
||||
Route11_EastEntrance_2F_Text_GiveItemfinderIfCaught30::
|
||||
.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,17 +10,17 @@ Route11_EastEntrance_2F_Text_GiveItemfinderIfCaught30:: @ 819E9E5
|
||||
.string "Have you gathered data on at least\n"
|
||||
.string "{STR_VAR_1} kinds of POKéMON?$"
|
||||
|
||||
Route11_EastEntrance_2F_Text_GreatHereYouGo:: @ 819EAE4
|
||||
Route11_EastEntrance_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!$"
|
||||
|
||||
Route11_EastEntrance_2F_Text_ReceivedItemfinderFromAide:: @ 819EB37
|
||||
Route11_EastEntrance_2F_Text_ReceivedItemfinderFromAide::
|
||||
.string "{PLAYER} received the {STR_VAR_2}\n"
|
||||
.string "from the AIDE.$"
|
||||
|
||||
Route11_EastEntrance_2F_Text_ExplainItemfinder:: @ 819EB59
|
||||
Route11_EastEntrance_2F_Text_ExplainItemfinder::
|
||||
.string "There are items on the ground that\n"
|
||||
.string "may be hidden from view.\p"
|
||||
.string "Use the ITEMFINDER to detect any\n"
|
||||
@@ -32,17 +32,17 @@ Route11_EastEntrance_2F_Text_ExplainItemfinder:: @ 819EB59
|
||||
.string "Use it to get your bearings, then\n"
|
||||
.string "search the suspect area by hand.$"
|
||||
|
||||
Route11_EastEntrance_2F_Text_BigMonAsleepOnRoad:: @ 819EC8A
|
||||
Route11_EastEntrance_2F_Text_BigMonAsleepOnRoad::
|
||||
.string "Let's see what the binoculars have\n"
|
||||
.string "to show…\p"
|
||||
.string "A big POKéMON is asleep on a road!$"
|
||||
|
||||
Route11_EastEntrance_2F_Text_WhatABreathtakingView:: @ 819ECD9
|
||||
Route11_EastEntrance_2F_Text_WhatABreathtakingView::
|
||||
.string "Let's see what the binoculars have\n"
|
||||
.string "to show…\p"
|
||||
.string "What a breathtaking view!$"
|
||||
|
||||
Route11_EastEntrance_2F_Text_RockTunnelGoodRouteToLavender:: @ 819ED1F
|
||||
Route11_EastEntrance_2F_Text_RockTunnelGoodRouteToLavender::
|
||||
.string "Let's see what the binoculars have\n"
|
||||
.string "to show…\p"
|
||||
.string "To get to LAVENDER TOWN from\n"
|
||||
|
||||
Reference in New Issue
Block a user