diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-07-20 15:18:31 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-07-20 15:18:31 -0400 |
commit | 06351bf63c791c3390edb9968effcfbadbd63fbe (patch) | |
tree | 20d294167a8a2e023c8d163e3c66491ed6e717e1 /data/maps/BattleFrontier_Lounge4/scripts.inc | |
parent | bea170e8e9555fb6941a952e939277b5bdd3459b (diff) |
Remove address comments
Diffstat (limited to 'data/maps/BattleFrontier_Lounge4/scripts.inc')
-rw-r--r-- | data/maps/BattleFrontier_Lounge4/scripts.inc | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/data/maps/BattleFrontier_Lounge4/scripts.inc b/data/maps/BattleFrontier_Lounge4/scripts.inc index 6da60d30f..9aa6c8204 100644 --- a/data/maps/BattleFrontier_Lounge4/scripts.inc +++ b/data/maps/BattleFrontier_Lounge4/scripts.inc @@ -1,27 +1,27 @@ -BattleFrontier_Lounge4_MapScripts:: @ 826358C +BattleFrontier_Lounge4_MapScripts:: .byte 0 -BattleFrontier_Lounge4_EventScript_Woman:: @ 826358D +BattleFrontier_Lounge4_EventScript_Woman:: msgbox BattleFrontier_Lounge4_Text_WonderIfInterviewsAiring, MSGBOX_NPC end -BattleFrontier_Lounge4_EventScript_Cook:: @ 8263596 +BattleFrontier_Lounge4_EventScript_Cook:: msgbox BattleFrontier_Lounge4_Text_IfIOpenedRestaurantHere, MSGBOX_NPC end -BattleFrontier_Lounge4_EventScript_Man:: @ 826359F +BattleFrontier_Lounge4_EventScript_Man:: msgbox BattleFrontier_Lounge4_Text_NeedBreatherAfterBattles, MSGBOX_NPC end -BattleFrontier_Lounge4_Text_WonderIfInterviewsAiring: @ 82635A8 +BattleFrontier_Lounge4_Text_WonderIfInterviewsAiring: .string "I wonder if they'll be airing interviews\n" .string "with tough TRAINERS today?$" -BattleFrontier_Lounge4_Text_IfIOpenedRestaurantHere: @ 82635EC +BattleFrontier_Lounge4_Text_IfIOpenedRestaurantHere: .string "If I opened a restaurant here,\n" .string "it'd make money for sure.$" -BattleFrontier_Lounge4_Text_NeedBreatherAfterBattles: @ 8263625 +BattleFrontier_Lounge4_Text_NeedBreatherAfterBattles: .string "Whew…\p" .string "I need to take a breather after\n" .string "some intense battles…\p" |