pokeemerald/data/maps/FallarborTown_CozmosHouse/scripts.inc

122 lines
4.4 KiB
PHP
Raw Normal View History

2019-10-18 01:22:03 +02:00
FallarborTown_CozmosHouse_MapScripts:: @ 8200F12
.byte 0
2019-11-02 07:19:44 +01:00
FallarborTown_CozmosHouse_EventScript_ProfCozmo:: @ 8200F13
2019-10-18 01:22:03 +02:00
lock
faceplayer
2019-11-02 07:19:44 +01:00
goto_if_set FLAG_RECEIVED_TM27, FallarborTown_CozmosHouse_EventScript_GaveMeteorite
2019-10-18 01:22:03 +02:00
checkitem ITEM_METEORITE, 1
2019-11-02 07:19:44 +01:00
compare VAR_RESULT, TRUE
goto_if_eq FallarborTown_CozmosHouse_EventScript_PlayerHasMeteorite
msgbox FallarborTown_CozmosHouse_Text_MeteoriteWillNeverBeMineNow, MSGBOX_DEFAULT
2019-10-18 01:22:03 +02:00
release
end
2019-11-02 07:19:44 +01:00
FallarborTown_CozmosHouse_EventScript_PlayerHasMeteorite:: @ 8200F38
call_if_unset FLAG_TEMP_2, FallarborTown_CozmosHouse_EventScript_NoticeMeteorite
call_if_set FLAG_TEMP_2, FallarborTown_CozmosHouse_EventScript_AskForMeteorite
2019-11-02 16:50:07 +01:00
compare VAR_RESULT, NO
2019-11-02 07:19:44 +01:00
goto_if_eq FallarborTown_CozmosHouse_EventScript_DeclineGiveMeteorite
msgbox FallarborTown_CozmosHouse_Text_PleaseUseThisTM, MSGBOX_DEFAULT
giveitem ITEM_TM27
2019-11-02 07:19:44 +01:00
compare VAR_RESULT, FALSE
2019-10-18 01:22:03 +02:00
goto_if_eq Common_EventScript_ShowBagIsFull
setvar VAR_0x8004, ITEM_METEORITE
call Common_EventScript_PlayerHandedOverTheItem
setflag FLAG_RECEIVED_TM27
2019-11-02 07:19:44 +01:00
msgbox FallarborTown_CozmosHouse_Text_ReallyGoingToHelpMyResearch, MSGBOX_DEFAULT
2019-10-18 01:22:03 +02:00
release
end
2019-11-02 07:19:44 +01:00
FallarborTown_CozmosHouse_EventScript_NoticeMeteorite:: @ 8200F8B
msgbox FallarborTown_CozmosHouse_Text_MeteoriteWillNeverBeMineNow, MSGBOX_DEFAULT
msgbox FallarborTown_CozmosHouse_Text_IsThatMeteoriteMayIHaveIt, MSGBOX_YESNO
2019-10-18 01:22:03 +02:00
return
2019-11-02 07:19:44 +01:00
FallarborTown_CozmosHouse_EventScript_AskForMeteorite:: @ 8200F9C
msgbox FallarborTown_CozmosHouse_Text_MayIHaveMeteorite, MSGBOX_YESNO
2019-10-18 01:22:03 +02:00
return
2019-11-02 07:19:44 +01:00
FallarborTown_CozmosHouse_EventScript_DeclineGiveMeteorite:: @ 8200FA5
2019-10-18 01:22:03 +02:00
setflag FLAG_TEMP_2
2019-11-02 07:19:44 +01:00
msgbox FallarborTown_CozmosHouse_Text_CrushedWithDisappointment, MSGBOX_DEFAULT
2019-10-18 01:22:03 +02:00
release
end
2019-11-02 07:19:44 +01:00
FallarborTown_CozmosHouse_EventScript_GaveMeteorite:: @ 8200FB2
msgbox FallarborTown_CozmosHouse_Text_ReallyGoingToHelpMyResearch, MSGBOX_DEFAULT
2019-10-18 01:22:03 +02:00
release
end
2019-11-02 07:19:44 +01:00
FallarborTown_CozmosHouse_EventScript_CozmosWife:: @ 8200FBC
2019-10-18 01:22:03 +02:00
lock
faceplayer
2019-11-02 07:19:44 +01:00
goto_if_set FLAG_RECEIVED_TM27, FallarborTown_CozmosHouse_EventScript_CozmoIsHappy
goto_if_set FLAG_DEFEATED_EVIL_TEAM_MT_CHIMNEY, FallarborTown_CozmosHouse_EventScript_CozmoIsSad
msgbox FallarborTown_CozmosHouse_Text_CozmoWentToMeteorFalls, MSGBOX_DEFAULT
2019-10-18 01:22:03 +02:00
release
end
2019-11-02 07:19:44 +01:00
FallarborTown_CozmosHouse_EventScript_CozmoIsSad:: @ 8200FDA
msgbox FallarborTown_CozmosHouse_Text_FeelSorryForCozmo, MSGBOX_DEFAULT
2019-10-18 01:22:03 +02:00
release
end
2019-11-02 07:19:44 +01:00
FallarborTown_CozmosHouse_EventScript_CozmoIsHappy:: @ 8200FE4
msgbox FallarborTown_CozmosHouse_Text_CozmoIsSoHappy, MSGBOX_DEFAULT
2019-10-18 01:22:03 +02:00
release
end
2019-11-02 07:19:44 +01:00
FallarborTown_CozmosHouse_Text_MeteoriteWillNeverBeMineNow: @ 8200FEE
2019-10-18 01:22:03 +02:00
.string "PROF. COZMO: Oh…\n"
.string "I never should have let myself be\l"
.string "conned into telling TEAM MAGMA where\l"
.string "you can find METEORITES…\p"
.string "That METEORITE from METEOR FALLS…\n"
.string "It's never going to be mine now…$"
2019-11-02 07:19:44 +01:00
FallarborTown_CozmosHouse_Text_IsThatMeteoriteMayIHaveIt: @ 82010A2
2019-10-18 01:22:03 +02:00
.string "Oh!\n"
.string "Hah?\p"
.string "That item…\p"
.string "Could it be?\p"
.string "Is it the METEORITE that TEAM MAGMA\n"
.string "took from METEOR FALLS?\p"
.string "Please, may I have it?\p"
.string "I'm not asking for it for free.\n"
.string "How about in exchange for this TM?$"
2019-11-02 07:19:44 +01:00
FallarborTown_CozmosHouse_Text_PleaseUseThisTM: @ 8201159
2019-10-18 01:22:03 +02:00
.string "PROF. COZMO: This TM, it represents\n"
.string "my feeling of gratitude.\l"
.string "Please use it!$"
2019-11-02 07:19:44 +01:00
FallarborTown_CozmosHouse_Text_ReallyGoingToHelpMyResearch: @ 82011A5
2019-10-18 01:22:03 +02:00
.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!$"
2019-11-02 07:19:44 +01:00
FallarborTown_CozmosHouse_Text_CrushedWithDisappointment: @ 8201212
2019-10-18 01:22:03 +02:00
.string "PROF. COZMO: Oh, but…\n"
.string "I'm crushed with disappointment…$"
2019-11-02 07:19:44 +01:00
FallarborTown_CozmosHouse_Text_MayIHaveMeteorite: @ 8201249
2019-10-18 01:22:03 +02:00
.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?$"
2019-11-02 07:19:44 +01:00
FallarborTown_CozmosHouse_Text_CozmoWentToMeteorFalls: @ 82012BC
2019-10-18 01:22:03 +02:00
.string "PROF. COZMO went off to METEOR FALLS\n"
.string "on ROUTE 114 with some people from\l"
.string "TEAM MAGMA.$"
2019-11-02 07:19:44 +01:00
FallarborTown_CozmosHouse_Text_FeelSorryForCozmo: @ 8201310
2019-10-18 01:22:03 +02:00
.string "Poor PROF. COZMO…\n"
.string "He's so depressed… I feel sorry for him.$"
2019-11-02 07:19:44 +01:00
FallarborTown_CozmosHouse_Text_CozmoIsSoHappy: @ 820134B
2019-10-18 01:22:03 +02:00
.string "Look at PROF. COZMO…\n"
.string "He's so happy! I think it's cute.$"