summaryrefslogtreecommitdiff
path: root/data/maps/BattleFrontier_Lounge3
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-08-20 18:02:00 -0400
committerGriffinR <griffin.g.richards@gmail.com>2020-08-20 19:06:14 -0400
commit30142411799650c17367ce4652269e8ecca7ceef (patch)
tree69a4b6b971c0df861bf549c64029317e1146ab99 /data/maps/BattleFrontier_Lounge3
parent6c34effda93c67a37895e79b684b31b3cb9a2a88 (diff)
Give songs meaningful english names
Diffstat (limited to 'data/maps/BattleFrontier_Lounge3')
-rw-r--r--data/maps/BattleFrontier_Lounge3/map.json2
-rw-r--r--data/maps/BattleFrontier_Lounge3/scripts.inc2
2 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/BattleFrontier_Lounge3/map.json b/data/maps/BattleFrontier_Lounge3/map.json
index 68d60c70e..58aee4d41 100644
--- a/data/maps/BattleFrontier_Lounge3/map.json
+++ b/data/maps/BattleFrontier_Lounge3/map.json
@@ -2,7 +2,7 @@
"id": "MAP_BATTLE_FRONTIER_LOUNGE3",
"name": "BattleFrontier_Lounge3",
"layout": "LAYOUT_BATTLE_FRONTIER_LOUNGE2",
- "music": "MUS_B_TOWER",
+ "music": "MUS_B_TOWER_RS",
"region_map_section": "MAPSEC_BATTLE_FRONTIER",
"requires_flash": false,
"weather": "WEATHER_NONE",
diff --git a/data/maps/BattleFrontier_Lounge3/scripts.inc b/data/maps/BattleFrontier_Lounge3/scripts.inc
index e892ad3ea..bc85d92d0 100644
--- a/data/maps/BattleFrontier_Lounge3/scripts.inc
+++ b/data/maps/BattleFrontier_Lounge3/scripts.inc
@@ -74,7 +74,7 @@ BattleFrontier_Lounge3_EventScript_PlaceBet:: @ 8261E75
special TakeFrontierBattlePoints
setvar VAR_FRONTIER_GAMBLER_STATE, FRONTIER_GAMBLER_PLACED_BET
special UpdateBattlePointsWindow
- playse SE_REGI
+ playse SE_SHOP
msgbox BattleFrontier_Lounge3_Text_ThanksOffYouGo, MSGBOX_DEFAULT
goto BattleFrontier_Lounge3_EventScript_FinishBet
end