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
+22 -22
View File
@@ -1,33 +1,33 @@
.equ LOCALID_DAYCARE_MAN, 1
.equ LOCALID_RIVAL, 10
FourIsland_MapScripts:: @ 8167CAE
FourIsland_MapScripts::
map_script MAP_SCRIPT_ON_TRANSITION, FourIsland_OnTransition
map_script MAP_SCRIPT_ON_FRAME_TABLE, FourIsland_OnFrame
.byte 0
FourIsland_OnTransition:: @ 8167CB9
FourIsland_OnTransition::
setworldmapflag FLAG_WORLD_MAP_FOUR_ISLAND
compare VAR_MAP_SCENE_FOUR_ISLAND, 0
call_if_eq FourIsland_EventScript_ShowRival
call FourIsland_EventScript_TrySetDayCareManPos
end
FourIsland_EventScript_ShowRival:: @ 8167CCD
FourIsland_EventScript_ShowRival::
clearflag FLAG_HIDE_FOUR_ISLAND_RIVAL
return
FourIsland_EventScript_TrySetDayCareManPos:: @ 8167CD1
FourIsland_EventScript_TrySetDayCareManPos::
goto_if_unset FLAG_PENDING_DAYCARE_EGG, FourIsland_EventScript_EndSetDayCareManPos
setobjectxyperm LOCALID_DAYCARE_MAN, 16, 14
FourIsland_EventScript_EndSetDayCareManPos:: @ 8167CE1
FourIsland_EventScript_EndSetDayCareManPos::
return
FourIsland_OnFrame:: @ 8167CE2
FourIsland_OnFrame::
map_script_2 VAR_MAP_SCENE_FOUR_ISLAND, 0, FourIsland_EventScript_RivalScene
.2byte 0
FourIsland_EventScript_RivalScene:: @ 8167CEC
FourIsland_EventScript_RivalScene::
lockall
textcolor 0
applymovement LOCALID_RIVAL, Movement_WalkInPlaceFastestDown
@@ -53,25 +53,25 @@ FourIsland_EventScript_RivalScene:: @ 8167CEC
releaseall
end
FourIsland_Movement_RivalApproach:: @ 8167D49
FourIsland_Movement_RivalApproach::
walk_right
walk_right
walk_down
walk_down
step_end
FourIsland_Movement_RivalExit:: @ 8167D4E
FourIsland_Movement_RivalExit::
delay_16
delay_4
walk_down
step_end
FourIsland_Movement_PlayerWatchRivalExit:: @ 8167D52
FourIsland_Movement_PlayerWatchRivalExit::
walk_left
walk_in_place_fastest_right
step_end
FourIsland_EventScript_DaycareMan:: @ 8167D55
FourIsland_EventScript_DaycareMan::
goto_if_questlog EventScript_ReleaseEnd
special QuestLog_CutRecording
lock
@@ -88,7 +88,7 @@ FourIsland_EventScript_DaycareMan:: @ 8167D55
release
end
FourIsland_EventScript_DaycareEggWaiting:: @ 8167D9B
FourIsland_EventScript_DaycareEggWaiting::
msgbox DayCare_Text_DoYouWantEgg, MSGBOX_YESNO
compare VAR_RESULT, YES
goto_if_eq FourIsland_EventScript_DaycareAcceptEgg
@@ -101,7 +101,7 @@ FourIsland_EventScript_DaycareEggWaiting:: @ 8167D9B
release
end
FourIsland_EventScript_DaycareAcceptEgg:: @ 8167DD1
FourIsland_EventScript_DaycareAcceptEgg::
specialvar VAR_RESULT, CalculatePlayerPartyCount
compare VAR_RESULT, PARTY_SIZE
goto_if_ne FourIsland_EventScript_DaycareReceivedEgg
@@ -109,7 +109,7 @@ FourIsland_EventScript_DaycareAcceptEgg:: @ 8167DD1
release
end
FourIsland_EventScript_DaycareReceivedEgg:: @ 8167DEB
FourIsland_EventScript_DaycareReceivedEgg::
textcolor 3
message DayCare_Text_ReceivedEgg
call EventScript_RestorePrevTextColor
@@ -122,13 +122,13 @@ FourIsland_EventScript_DaycareReceivedEgg:: @ 8167DEB
release
end
FourIsland_EventScript_CheckOnOneMon:: @ 8167E0C
FourIsland_EventScript_CheckOnOneMon::
special GetDaycareMonNicknames
msgbox DayCare_Text_YourMonIsDoingFine
release
end
FourIsland_EventScript_CheckOnTwoMons:: @ 8167E19
FourIsland_EventScript_CheckOnTwoMons::
special GetDaycareMonNicknames
msgbox DayCare_Text_YourMonsAreDoingFine
special SetDaycareCompatibilityString
@@ -138,7 +138,7 @@ FourIsland_EventScript_CheckOnTwoMons:: @ 8167E19
release
end
FourIsland_EventScript_OldWoman:: @ 8167E2E
FourIsland_EventScript_OldWoman::
lock
faceplayer
goto_if_set FLAG_SYS_CAN_LINK_WITH_RS, FourIsland_EventScript_OldWomanLoreleiLeft
@@ -146,13 +146,13 @@ FourIsland_EventScript_OldWoman:: @ 8167E2E
release
end
FourIsland_EventScript_OldWomanLoreleiLeft:: @ 8167E43
FourIsland_EventScript_OldWomanLoreleiLeft::
famechecker FAMECHECKER_LORELEI, 5
msgbox FourIsland_Text_LoreleiMetLaprasAsChild
release
end
FourIsland_EventScript_LittleGirl:: @ 8167E5A
FourIsland_EventScript_LittleGirl::
lock
faceplayer
famechecker FAMECHECKER_LORELEI, 4
@@ -160,14 +160,14 @@ FourIsland_EventScript_LittleGirl:: @ 8167E5A
release
end
FourIsland_EventScript_FatMan:: @ 8167E73
FourIsland_EventScript_FatMan::
msgbox FourIsland_Text_MadeSlushieUsingIcefallCaveIce, MSGBOX_NPC
end
FourIsland_EventScript_IslandSign:: @ 8167E7C
FourIsland_EventScript_IslandSign::
msgbox FourIsland_Text_IslandSign, MSGBOX_SIGN
end
FourIsland_EventScript_LoreleisHouseSign:: @ 8167E85
FourIsland_EventScript_LoreleisHouseSign::
msgbox FourIsland_Text_LoreleisHouse, MSGBOX_SIGN
end
+7 -7
View File
@@ -1,13 +1,13 @@
FourIsland_Text_IslandSign:: @ 8182A03
FourIsland_Text_IslandSign::
.string "FOUR ISLAND\n"
.string "The Warm, Blue, Floe Island$"
FourIsland_Text_LoreleiHasReturned:: @ 8182A2B
FourIsland_Text_LoreleiHasReturned::
.string "LORELEI has returned.\p"
.string "Did she find the city life too\n"
.string "stressful, I wonder?$"
FourIsland_Text_LoreleiMetLaprasAsChild:: @ 8182A75
FourIsland_Text_LoreleiMetLaprasAsChild::
.string "LORELEI has gone back.\p"
.string "The LAPRAS she has, I imagine it\n"
.string "to be the one she met as a child.\p"
@@ -16,7 +16,7 @@ FourIsland_Text_LoreleiMetLaprasAsChild:: @ 8182A75
.string "Perhaps that POKéMON has been with\n"
.string "her ever since.$"
FourIsland_Text_RivalAlreadyGotEggBeSmellingYa:: @ 8182B37
FourIsland_Text_RivalAlreadyGotEggBeSmellingYa::
.string "{RIVAL}: Hey!\n"
.string "{PLAYER}!\p"
.string "What are you doing here in the\n"
@@ -37,7 +37,7 @@ FourIsland_Text_RivalAlreadyGotEggBeSmellingYa:: @ 8182B37
.string "waste.\p"
.string "Be smelling ya!$"
FourIsland_Text_LoreleiHasLotsOfStuffedDolls:: @ 8182CE3
FourIsland_Text_LoreleiHasLotsOfStuffedDolls::
.string "Oh, you found me!\n"
.string "Please don't tell LORELEI.\p"
.string "Did you know that LORELEI has lots\n"
@@ -45,12 +45,12 @@ FourIsland_Text_LoreleiHasLotsOfStuffedDolls:: @ 8182CE3
.string "Every time she comes back to\n"
.string "FOUR ISLAND, her collection grows!$"
FourIsland_Text_MadeSlushieUsingIcefallCaveIce:: @ 8182D8E
FourIsland_Text_MadeSlushieUsingIcefallCaveIce::
.string "Ooh, chilly!\p"
.string "I made a slushie using ice I\n"
.string "shaved inside ICEFALL CAVE.\p"
.string "It's chilly and tasty!$"
FourIsland_Text_LoreleisHouse:: @ 8182DEB
FourIsland_Text_LoreleisHouse::
.string "LORELEI'S HOUSE$"