Remove address comments

This commit is contained in:
GriffinR
2021-07-20 15:18:31 -04:00
parent bea170e8e9
commit 06351bf63c
576 changed files with 17798 additions and 17798 deletions
+11 -11
View File
@@ -1,7 +1,7 @@
MauvilleCity_House2_MapScripts:: @ 8210C5C
MauvilleCity_House2_MapScripts::
.byte 0
MauvilleCity_House2_EventScript_Woman:: @ 8210C5D
MauvilleCity_House2_EventScript_Woman::
lock
faceplayer
goto_if_set FLAG_RECEIVED_COIN_CASE, MauvilleCity_House2_EventScript_ReceivedCoinCase
@@ -12,7 +12,7 @@ MauvilleCity_House2_EventScript_Woman:: @ 8210C5D
release
end
MauvilleCity_House2_EventScript_AskToTradeForHarborMail:: @ 8210C82
MauvilleCity_House2_EventScript_AskToTradeForHarborMail::
playse SE_PIN
applymovement VAR_LAST_TALKED, Common_Movement_ExclamationMark
waitmovement 0
@@ -25,7 +25,7 @@ MauvilleCity_House2_EventScript_AskToTradeForHarborMail:: @ 8210C82
goto_if_eq MauvilleCity_House2_EventScript_DeclineTrade
end
MauvilleCity_House2_EventScript_AcceptTrade:: @ 8210CB8
MauvilleCity_House2_EventScript_AcceptTrade::
msgbox MauvilleCity_House2_Text_IllTradeYouCoinCase, MSGBOX_DEFAULT
removeitem ITEM_HARBOR_MAIL
giveitem ITEM_COIN_CASE
@@ -33,35 +33,35 @@ MauvilleCity_House2_EventScript_AcceptTrade:: @ 8210CB8
goto MauvilleCity_House2_EventScript_ReceivedCoinCase
end
MauvilleCity_House2_EventScript_ReceivedCoinCase:: @ 8210CDA
MauvilleCity_House2_EventScript_ReceivedCoinCase::
msgbox MauvilleCity_House2_Text_UseCoinCaseAtGameCorner, MSGBOX_DEFAULT
release
end
MauvilleCity_House2_EventScript_DeclineTrade:: @ 8210CE4
MauvilleCity_House2_EventScript_DeclineTrade::
msgbox MauvilleCity_House2_Text_ThatsDisappointing, MSGBOX_DEFAULT
release
end
MauvilleCity_House2_Text_BuyHarborMailAtSlateport: @ 8210CEE
MauvilleCity_House2_Text_BuyHarborMailAtSlateport:
.string "If I had a BIKE, it'd be easy to cycle to\n"
.string "SLATEPORT for some shopping.\p"
.string "I'd be able to buy HARBOR MAIL at the\n"
.string "POKéMON MART in SLATEPORT…$"
MauvilleCity_House2_Text_TradeHarborMailForCoinCase: @ 8210D76
MauvilleCity_House2_Text_TradeHarborMailForCoinCase:
.string "Oh! You have HARBOR MAIL?\n"
.string "Will you trade it for a COIN CASE?$"
MauvilleCity_House2_Text_IllTradeYouCoinCase: @ 8210DB3
MauvilleCity_House2_Text_IllTradeYouCoinCase:
.string "Oh, I'm so happy!\n"
.string "Okay, I'll trade you a COIN CASE!$"
MauvilleCity_House2_Text_UseCoinCaseAtGameCorner: @ 8210DE7
MauvilleCity_House2_Text_UseCoinCaseAtGameCorner:
.string "That COIN CASE can be used\n"
.string "at the GAME CORNER.$"
MauvilleCity_House2_Text_ThatsDisappointing: @ 8210E16
MauvilleCity_House2_Text_ThatsDisappointing:
.string "Oh, that's disappointing.\p"
.string "A COIN CASE is needed for the\n"
.string "GAME CORNER.$"