pokeemerald/data/maps/MauvilleCity_House2/scripts.inc

69 lines
2.2 KiB
PHP
Raw Normal View History

2017-11-10 01:21:31 +00:00
MauvilleCity_House2_MapScripts:: @ 8210C5C
.byte 0
2019-11-07 14:41:59 +00:00
MauvilleCity_House2_EventScript_Woman:: @ 8210C5D
2017-11-10 01:21:31 +00:00
lock
faceplayer
2019-11-07 14:41:59 +00:00
goto_if_set FLAG_RECEIVED_COIN_CASE, MauvilleCity_House2_EventScript_ReceivedCoinCase
msgbox MauvilleCity_House2_Text_BuyHarborMailAtSlateport, MSGBOX_DEFAULT
2017-11-10 01:21:31 +00:00
checkitem ITEM_HARBOR_MAIL, 1
2019-11-07 14:41:59 +00:00
compare VAR_RESULT, TRUE
goto_if_eq MauvilleCity_House2_EventScript_AskToTradeForHarborMail
2017-11-10 01:21:31 +00:00
release
end
2019-11-07 14:41:59 +00:00
MauvilleCity_House2_EventScript_AskToTradeForHarborMail:: @ 8210C82
2017-11-10 01:21:31 +00:00
playse SE_PIN
applymovement VAR_LAST_TALKED, Common_Movement_ExclamationMark
2017-11-10 01:21:31 +00:00
waitmovement 0
applymovement VAR_LAST_TALKED, Common_Movement_Delay48
2017-11-10 01:21:31 +00:00
waitmovement 0
2019-11-07 14:41:59 +00:00
msgbox MauvilleCity_House2_Text_TradeHarborMailForCoinCase, MSGBOX_YESNO
2019-11-02 16:34:53 +00:00
compare VAR_RESULT, YES
2019-11-07 14:41:59 +00:00
goto_if_eq MauvilleCity_House2_EventScript_AcceptTrade
2019-11-02 16:34:53 +00:00
compare VAR_RESULT, NO
2019-11-07 14:41:59 +00:00
goto_if_eq MauvilleCity_House2_EventScript_DeclineTrade
2017-11-10 01:21:31 +00:00
end
2019-11-07 14:41:59 +00:00
MauvilleCity_House2_EventScript_AcceptTrade:: @ 8210CB8
msgbox MauvilleCity_House2_Text_IllTradeYouCoinCase, MSGBOX_DEFAULT
2017-11-10 01:21:31 +00:00
takeitem ITEM_HARBOR_MAIL, 1
giveitem_std ITEM_COIN_CASE
2019-01-02 21:12:43 +00:00
setflag FLAG_RECEIVED_COIN_CASE
2019-11-07 14:41:59 +00:00
goto MauvilleCity_House2_EventScript_ReceivedCoinCase
2017-11-10 01:21:31 +00:00
end
2019-11-07 14:41:59 +00:00
MauvilleCity_House2_EventScript_ReceivedCoinCase:: @ 8210CDA
msgbox MauvilleCity_House2_Text_UseCoinCaseAtGameCorner, MSGBOX_DEFAULT
2017-11-10 01:21:31 +00:00
release
end
2019-11-07 14:41:59 +00:00
MauvilleCity_House2_EventScript_DeclineTrade:: @ 8210CE4
msgbox MauvilleCity_House2_Text_ThatsDisappointing, MSGBOX_DEFAULT
2017-11-10 01:21:31 +00:00
release
end
2019-11-07 14:41:59 +00:00
MauvilleCity_House2_Text_BuyHarborMailAtSlateport: @ 8210CEE
2018-12-07 15:41:08 +00:00
.string "If I had a BIKE, it'd be easy to cycle to\n"
2017-11-10 01:21:31 +00:00
.string "SLATEPORT for some shopping.\p"
2018-12-07 15:41:08 +00:00
.string "I'd be able to buy HARBOR MAIL at the\n"
2017-11-10 01:21:31 +00:00
.string "POKéMON MART in SLATEPORT…$"
2019-11-07 14:41:59 +00:00
MauvilleCity_House2_Text_TradeHarborMailForCoinCase: @ 8210D76
2017-11-10 01:21:31 +00:00
.string "Oh! You have HARBOR MAIL?\n"
.string "Will you trade it for a COIN CASE?$"
2019-11-07 14:41:59 +00:00
MauvilleCity_House2_Text_IllTradeYouCoinCase: @ 8210DB3
2018-12-07 15:41:08 +00:00
.string "Oh, I'm so happy!\n"
.string "Okay, I'll trade you a COIN CASE!$"
2017-11-10 01:21:31 +00:00
2019-11-07 14:41:59 +00:00
MauvilleCity_House2_Text_UseCoinCaseAtGameCorner: @ 8210DE7
2017-11-10 01:21:31 +00:00
.string "That COIN CASE can be used\n"
.string "at the GAME CORNER.$"
2019-11-07 14:41:59 +00:00
MauvilleCity_House2_Text_ThatsDisappointing: @ 8210E16
2018-12-07 15:41:08 +00:00
.string "Oh, that's disappointing.\p"
2017-11-10 01:21:31 +00:00
.string "A COIN CASE is needed for the\n"
.string "GAME CORNER.$"