diff options
Diffstat (limited to 'data/maps/FortreeCity_House1/scripts.inc')
-rw-r--r-- | data/maps/FortreeCity_House1/scripts.inc | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/data/maps/FortreeCity_House1/scripts.inc b/data/maps/FortreeCity_House1/scripts.inc index c7f4a8d5b..3dd58ca34 100644 --- a/data/maps/FortreeCity_House1/scripts.inc +++ b/data/maps/FortreeCity_House1/scripts.inc @@ -1,7 +1,7 @@ -FortreeCity_House1_MapScripts:: @ 82162BA +FortreeCity_House1_MapScripts:: .byte 0 -FortreeCity_House1_EventScript_Trader:: @ 82162BB +FortreeCity_House1_EventScript_Trader:: lock faceplayer goto_if_set FLAG_FORTREE_NPC_TRADE_COMPLETED, FortreeCity_House1_EventScript_TradeCompleted @@ -33,27 +33,27 @@ FortreeCity_House1_EventScript_Trader:: @ 82162BB release end -FortreeCity_House1_EventScript_DeclineTrade:: @ 821633D +FortreeCity_House1_EventScript_DeclineTrade:: msgbox FortreeCity_House1_Text_YouWontTradeMe, MSGBOX_DEFAULT release end -FortreeCity_House1_EventScript_NotRequestedMon:: @ 8216347 +FortreeCity_House1_EventScript_NotRequestedMon:: bufferspeciesname 0, VAR_0x8009 msgbox FortreeCity_House1_Text_ThisIsntAMon, MSGBOX_DEFAULT release end -FortreeCity_House1_EventScript_TradeCompleted:: @ 8216355 +FortreeCity_House1_EventScript_TradeCompleted:: msgbox FortreeCity_House1_Text_GoingToMakeVolbeatStrong, MSGBOX_DEFAULT release end -FortreeCity_House1_EventScript_ExpertF:: @ 821635F +FortreeCity_House1_EventScript_ExpertF:: msgbox FortreeCity_House1_Text_TradingMemoriesWithOthers, MSGBOX_NPC end -FortreeCity_House1_EventScript_Zigzagoon:: @ 8216368 +FortreeCity_House1_EventScript_Zigzagoon:: lock faceplayer waitse @@ -63,7 +63,7 @@ FortreeCity_House1_EventScript_Zigzagoon:: @ 8216368 release end -FortreeCity_House1_Text_YouWillTradeWontYou: @ 821637B +FortreeCity_House1_Text_YouWillTradeWontYou: .string "Wrooooaaar! I need it!\n" .string "I have to get me a {STR_VAR_1}!\l" .string "I'll do anything for it!\p" @@ -73,29 +73,29 @@ FortreeCity_House1_Text_YouWillTradeWontYou: @ 821637B .string "your {STR_VAR_1} for my {STR_VAR_2},\l" .string "won't you?$" -FortreeCity_House1_Text_MonYouTakeCare: @ 8216440 +FortreeCity_House1_Text_MonYouTakeCare: .string "Oh, yeah, right on!\p" .string "{STR_VAR_1}, welcome!\n" .string "{STR_VAR_2}, you take care!$" -FortreeCity_House1_Text_ThisIsntAMon: @ 8216474 +FortreeCity_House1_Text_ThisIsntAMon: .string "Uh, no, I don't think so.\n" .string "That isn't a {STR_VAR_1}.$" -FortreeCity_House1_Text_YouWontTradeMe: @ 821649F +FortreeCity_House1_Text_YouWontTradeMe: .string "No? You won't trade me?\n" .string "Even after I bared my heart to you?$" -FortreeCity_House1_Text_GoingToMakeVolbeatStrong: @ 82164DB +FortreeCity_House1_Text_GoingToMakeVolbeatStrong: .string "I'm going to make VOLBEAT super\n" .string "strong from this moment on!\p" .string "I hope you do the same with PLUSLE!$" -FortreeCity_House1_Text_TradingMemoriesWithOthers: @ 821653B +FortreeCity_House1_Text_TradingMemoriesWithOthers: .string "Trading POKéMON with others…\p" .string "It's as if you're trading your own\n" .string "memories with other people.$" -FortreeCity_House1_Text_Zigzagoon: @ 8216597 +FortreeCity_House1_Text_Zigzagoon: .string "ZIGZAGOON: Gumomoh?$" |