diff options
Diffstat (limited to 'data/maps/BattleFrontier_Lounge6/scripts.inc')
-rw-r--r-- | data/maps/BattleFrontier_Lounge6/scripts.inc | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/data/maps/BattleFrontier_Lounge6/scripts.inc b/data/maps/BattleFrontier_Lounge6/scripts.inc index 34ca00073..f88c69324 100644 --- a/data/maps/BattleFrontier_Lounge6/scripts.inc +++ b/data/maps/BattleFrontier_Lounge6/scripts.inc @@ -1,7 +1,7 @@ -BattleFrontier_Lounge6_MapScripts:: @ 8264FEC +BattleFrontier_Lounge6_MapScripts:: .byte 0 -BattleFrontier_Lounge6_EventScript_Trader:: @ 8264FED +BattleFrontier_Lounge6_EventScript_Trader:: lock faceplayer goto_if_set FLAG_BATTLE_FRONTIER_TRADE_DONE, BattleFrontier_Lounge6_EventScript_TradeCompleted @@ -32,23 +32,23 @@ BattleFrontier_Lounge6_EventScript_Trader:: @ 8264FED release end -BattleFrontier_Lounge6_EventScript_DeclineTrade:: @ 826506B +BattleFrontier_Lounge6_EventScript_DeclineTrade:: msgbox BattleFrontier_Lounge6_Text_WellThatsFineToo, MSGBOX_DEFAULT release end -BattleFrontier_Lounge6_EventScript_NotRequestedMon:: @ 8265075 +BattleFrontier_Lounge6_EventScript_NotRequestedMon:: bufferspeciesname 0, VAR_0x8009 msgbox BattleFrontier_Lounge6_Text_DontTradeForAnythingButMon, MSGBOX_DEFAULT release end -BattleFrontier_Lounge6_EventScript_TradeCompleted:: @ 8265083 +BattleFrontier_Lounge6_EventScript_TradeCompleted:: msgbox BattleFrontier_Lounge6_Text_SkittySoMuchCuterThanImagined, MSGBOX_DEFAULT release end -BattleFrontier_Lounge6_Text_WouldYouLikeToTrade: @ 826508D +BattleFrontier_Lounge6_Text_WouldYouLikeToTrade: .string "My POKéMON is a {STR_VAR_2}.\n" .string "Do you know it?\l" .string "It's quite cute and rather nice.\p" @@ -57,24 +57,24 @@ BattleFrontier_Lounge6_Text_WouldYouLikeToTrade: @ 826508D .string "Would you like to trade me a {STR_VAR_1}\n" .string "for my {STR_VAR_2}?$" -BattleFrontier_Lounge6_Text_PromiseIllBeGoodToIt: @ 8265128 +BattleFrontier_Lounge6_Text_PromiseIllBeGoodToIt: .string "Oh, it's adorable!\n" .string "Thank you!\l" .string "I promise I'll be good to it!\p" .string "Oh! I hope you'll be good to\n" .string "my {STR_VAR_2}, too!$" -BattleFrontier_Lounge6_Text_DontTradeForAnythingButMon: @ 826518D +BattleFrontier_Lounge6_Text_DontTradeForAnythingButMon: .string "Oh, I'm sorry!\n" .string "I don't intend to trade for anything\l" .string "but a {STR_VAR_1}.$" -BattleFrontier_Lounge6_Text_WellThatsFineToo: @ 82651CB +BattleFrontier_Lounge6_Text_WellThatsFineToo: .string "Oh, you won't?\n" .string "Well, that's fine, too.\l" .string "Please come visit us again.$" -BattleFrontier_Lounge6_Text_SkittySoMuchCuterThanImagined: @ 826520E +BattleFrontier_Lounge6_Text_SkittySoMuchCuterThanImagined: .string "Giggle!\n" .string "A SKITTY is so much cuter than I had\l" .string "imagined. I'm delighted!$" |