Remove address comments
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
FallarborTown_CozmosHouse_MapScripts:: @ 8200F12
|
||||
FallarborTown_CozmosHouse_MapScripts::
|
||||
.byte 0
|
||||
|
||||
FallarborTown_CozmosHouse_EventScript_ProfCozmo:: @ 8200F13
|
||||
FallarborTown_CozmosHouse_EventScript_ProfCozmo::
|
||||
lock
|
||||
faceplayer
|
||||
goto_if_set FLAG_RECEIVED_TM27, FallarborTown_CozmosHouse_EventScript_GaveMeteorite
|
||||
@@ -12,7 +12,7 @@ FallarborTown_CozmosHouse_EventScript_ProfCozmo:: @ 8200F13
|
||||
release
|
||||
end
|
||||
|
||||
FallarborTown_CozmosHouse_EventScript_PlayerHasMeteorite:: @ 8200F38
|
||||
FallarborTown_CozmosHouse_EventScript_PlayerHasMeteorite::
|
||||
call_if_unset FLAG_TEMP_2, FallarborTown_CozmosHouse_EventScript_NoticeMeteorite
|
||||
call_if_set FLAG_TEMP_2, FallarborTown_CozmosHouse_EventScript_AskForMeteorite
|
||||
compare VAR_RESULT, NO
|
||||
@@ -28,27 +28,27 @@ FallarborTown_CozmosHouse_EventScript_PlayerHasMeteorite:: @ 8200F38
|
||||
release
|
||||
end
|
||||
|
||||
FallarborTown_CozmosHouse_EventScript_NoticeMeteorite:: @ 8200F8B
|
||||
FallarborTown_CozmosHouse_EventScript_NoticeMeteorite::
|
||||
msgbox FallarborTown_CozmosHouse_Text_MeteoriteWillNeverBeMineNow, MSGBOX_DEFAULT
|
||||
msgbox FallarborTown_CozmosHouse_Text_IsThatMeteoriteMayIHaveIt, MSGBOX_YESNO
|
||||
return
|
||||
|
||||
FallarborTown_CozmosHouse_EventScript_AskForMeteorite:: @ 8200F9C
|
||||
FallarborTown_CozmosHouse_EventScript_AskForMeteorite::
|
||||
msgbox FallarborTown_CozmosHouse_Text_MayIHaveMeteorite, MSGBOX_YESNO
|
||||
return
|
||||
|
||||
FallarborTown_CozmosHouse_EventScript_DeclineGiveMeteorite:: @ 8200FA5
|
||||
FallarborTown_CozmosHouse_EventScript_DeclineGiveMeteorite::
|
||||
setflag FLAG_TEMP_2
|
||||
msgbox FallarborTown_CozmosHouse_Text_CrushedWithDisappointment, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
FallarborTown_CozmosHouse_EventScript_GaveMeteorite:: @ 8200FB2
|
||||
FallarborTown_CozmosHouse_EventScript_GaveMeteorite::
|
||||
msgbox FallarborTown_CozmosHouse_Text_ReallyGoingToHelpMyResearch, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
FallarborTown_CozmosHouse_EventScript_CozmosWife:: @ 8200FBC
|
||||
FallarborTown_CozmosHouse_EventScript_CozmosWife::
|
||||
lock
|
||||
faceplayer
|
||||
goto_if_set FLAG_RECEIVED_TM27, FallarborTown_CozmosHouse_EventScript_CozmoIsHappy
|
||||
@@ -57,17 +57,17 @@ FallarborTown_CozmosHouse_EventScript_CozmosWife:: @ 8200FBC
|
||||
release
|
||||
end
|
||||
|
||||
FallarborTown_CozmosHouse_EventScript_CozmoIsSad:: @ 8200FDA
|
||||
FallarborTown_CozmosHouse_EventScript_CozmoIsSad::
|
||||
msgbox FallarborTown_CozmosHouse_Text_FeelSorryForCozmo, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
FallarborTown_CozmosHouse_EventScript_CozmoIsHappy:: @ 8200FE4
|
||||
FallarborTown_CozmosHouse_EventScript_CozmoIsHappy::
|
||||
msgbox FallarborTown_CozmosHouse_Text_CozmoIsSoHappy, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
FallarborTown_CozmosHouse_Text_MeteoriteWillNeverBeMineNow: @ 8200FEE
|
||||
FallarborTown_CozmosHouse_Text_MeteoriteWillNeverBeMineNow:
|
||||
.string "PROF. COZMO: Oh…\n"
|
||||
.string "I never should have let myself be\l"
|
||||
.string "conned into telling TEAM MAGMA where\l"
|
||||
@@ -75,7 +75,7 @@ FallarborTown_CozmosHouse_Text_MeteoriteWillNeverBeMineNow: @ 8200FEE
|
||||
.string "That METEORITE from METEOR FALLS…\n"
|
||||
.string "It's never going to be mine now…$"
|
||||
|
||||
FallarborTown_CozmosHouse_Text_IsThatMeteoriteMayIHaveIt: @ 82010A2
|
||||
FallarborTown_CozmosHouse_Text_IsThatMeteoriteMayIHaveIt:
|
||||
.string "Oh!\n"
|
||||
.string "Hah?\p"
|
||||
.string "That item…\p"
|
||||
@@ -86,36 +86,36 @@ FallarborTown_CozmosHouse_Text_IsThatMeteoriteMayIHaveIt: @ 82010A2
|
||||
.string "I'm not asking for it for free.\n"
|
||||
.string "How about in exchange for this TM?$"
|
||||
|
||||
FallarborTown_CozmosHouse_Text_PleaseUseThisTM: @ 8201159
|
||||
FallarborTown_CozmosHouse_Text_PleaseUseThisTM:
|
||||
.string "PROF. COZMO: This TM, it represents\n"
|
||||
.string "my feeling of gratitude.\l"
|
||||
.string "Please use it!$"
|
||||
|
||||
FallarborTown_CozmosHouse_Text_ReallyGoingToHelpMyResearch: @ 82011A5
|
||||
FallarborTown_CozmosHouse_Text_ReallyGoingToHelpMyResearch:
|
||||
.string "PROF. COZMO: Oh, I can't believe it.\n"
|
||||
.string "This is really, really great!\p"
|
||||
.string "This is really going to help my research!$"
|
||||
|
||||
FallarborTown_CozmosHouse_Text_CrushedWithDisappointment: @ 8201212
|
||||
FallarborTown_CozmosHouse_Text_CrushedWithDisappointment:
|
||||
.string "PROF. COZMO: Oh, but…\n"
|
||||
.string "I'm crushed with disappointment…$"
|
||||
|
||||
FallarborTown_CozmosHouse_Text_MayIHaveMeteorite: @ 8201249
|
||||
FallarborTown_CozmosHouse_Text_MayIHaveMeteorite:
|
||||
.string "PROF. COZMO: Please, may I have that\n"
|
||||
.string "METEORITE?\p"
|
||||
.string "I'm not asking for it for free.\n"
|
||||
.string "How about in exchange for this TM?$"
|
||||
|
||||
FallarborTown_CozmosHouse_Text_CozmoWentToMeteorFalls: @ 82012BC
|
||||
FallarborTown_CozmosHouse_Text_CozmoWentToMeteorFalls:
|
||||
.string "PROF. COZMO went off to METEOR FALLS\n"
|
||||
.string "on ROUTE 114 with some people from\l"
|
||||
.string "TEAM MAGMA.$"
|
||||
|
||||
FallarborTown_CozmosHouse_Text_FeelSorryForCozmo: @ 8201310
|
||||
FallarborTown_CozmosHouse_Text_FeelSorryForCozmo:
|
||||
.string "Poor PROF. COZMO…\n"
|
||||
.string "He's so depressed… I feel sorry for him.$"
|
||||
|
||||
FallarborTown_CozmosHouse_Text_CozmoIsSoHappy: @ 820134B
|
||||
FallarborTown_CozmosHouse_Text_CozmoIsSoHappy:
|
||||
.string "Look at PROF. COZMO…\n"
|
||||
.string "He's so happy! I think it's cute.$"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user