Remove address comments

This commit is contained in:
GriffinR
2022-06-24 21:10:48 -04:00
parent d73f39ae40
commit 9cde4e0f74
802 changed files with 20272 additions and 20272 deletions
@@ -1,25 +1,25 @@
.equ REQUIRED_CAUGHT_MONS, 40
Route16_NorthEntrance_2F_MapScripts:: @ 81702BE
Route16_NorthEntrance_2F_MapScripts::
.byte 0
Route16_NorthEntrance_2F_EventScript_LittleBoy:: @ 81702BF
Route16_NorthEntrance_2F_EventScript_LittleBoy::
msgbox Route16_NorthEntrance_2F_Text_OnBikeRideWithGirlfriend, MSGBOX_NPC
end
Route16_NorthEntrance_2F_EventScript_LittleGirl:: @ 81702C8
Route16_NorthEntrance_2F_EventScript_LittleGirl::
msgbox Route16_NorthEntrance_2F_Text_RidingTogetherOnNewBikes, MSGBOX_NPC
end
Route16_NorthEntrance_2F_EventScript_LeftBinoculars:: @ 81702D1
Route16_NorthEntrance_2F_EventScript_LeftBinoculars::
msgbox Route16_NorthEntrance_2F_Text_ItsCeladonDeptStore, MSGBOX_SIGN
end
Route16_NorthEntrance_2F_EventScript_RightBinoculars:: @ 81702DA
Route16_NorthEntrance_2F_EventScript_RightBinoculars::
msgbox Route16_NorthEntrance_2F_Text_LongPathOverWater, MSGBOX_SIGN
end
Route16_NorthEntrance_2F_EventScript_Aide:: @ 81702E3
Route16_NorthEntrance_2F_EventScript_Aide::
lock
faceplayer
call Route16_NorthEntrance_2F_EventScript_GetAideRequestInfo
@@ -43,12 +43,12 @@ Route16_NorthEntrance_2F_EventScript_Aide:: @ 81702E3
release
end
Route16_NorthEntrance_2F_EventScript_AlreadyGotAmuletCoin:: @ 8170365
Route16_NorthEntrance_2F_EventScript_AlreadyGotAmuletCoin::
msgbox Route16_NorthEntrance_2F_Text_ExplainAmuletCoin
release
end
Route16_NorthEntrance_2F_EventScript_GetAideRequestInfo:: @ 817036F
Route16_NorthEntrance_2F_EventScript_GetAideRequestInfo::
getnumberstring 0, REQUIRED_CAUGHT_MONS
getitemname 1, ITEM_AMULET_COIN
return
+8 -8
View File
@@ -1,23 +1,23 @@
Route16_NorthEntrance_2F_Text_OnBikeRideWithGirlfriend:: @ 819FA07
Route16_NorthEntrance_2F_Text_OnBikeRideWithGirlfriend::
.string "I'm on a relaxing ride on my new\n"
.string "bike with my girlfriend.$"
Route16_NorthEntrance_2F_Text_RidingTogetherOnNewBikes:: @ 819FA41
Route16_NorthEntrance_2F_Text_RidingTogetherOnNewBikes::
.string "We're going riding together on our\n"
.string "new bikes.$"
Route16_NorthEntrance_2F_Text_ItsCeladonDeptStore:: @ 819FA6F
Route16_NorthEntrance_2F_Text_ItsCeladonDeptStore::
.string "Let's see what the binoculars have\n"
.string "to show…\p"
.string "It's the CELADON DEPT. STORE!$"
Route16_NorthEntrance_2F_Text_LongPathOverWater:: @ 819FAB9
Route16_NorthEntrance_2F_Text_LongPathOverWater::
.string "Let's see what the binoculars have\n"
.string "to show…\p"
.string "There's a long path over water far\n"
.string "away.$"
Route16_NorthEntrance_2F_Text_GiveAmuletCoinIfCaught40:: @ 819FB0E
Route16_NorthEntrance_2F_Text_GiveAmuletCoinIfCaught40::
.string "Hi! Remember me?\n"
.string "I'm one of PROF. OAK's AIDES.\p"
.string "If your POKéDEX has complete data\n"
@@ -29,17 +29,17 @@ Route16_NorthEntrance_2F_Text_GiveAmuletCoinIfCaught40:: @ 819FB0E
.string "Have you gathered data on at least\n"
.string "40 kinds of POKéMON?$"
Route16_NorthEntrance_2F_Text_GreatHereYouGo:: @ 819FC15
Route16_NorthEntrance_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!$"
Route16_NorthEntrance_2F_Text_ReceivedAmuletCoinFromAide:: @ 819FC68
Route16_NorthEntrance_2F_Text_ReceivedAmuletCoinFromAide::
.string "{PLAYER} received the AMULET COIN\n"
.string "from the AIDE.$"
Route16_NorthEntrance_2F_Text_ExplainAmuletCoin:: @ 819FC93
Route16_NorthEntrance_2F_Text_ExplainAmuletCoin::
.string "An AMULET COIN is an item to be\n"
.string "held by a POKéMON.\p"
.string "If the POKéMON appears in a winning\n"