diff options
| author | GriffinR <griffin.g.richards@gmail.com> | 2020-08-29 03:11:03 -0400 |
|---|---|---|
| committer | GriffinR <griffin.g.richards@gmail.com> | 2020-08-29 03:11:03 -0400 |
| commit | bb56d4a3f4cab33f899646e0630282fc6176a9c9 (patch) | |
| tree | cb094078122b217fc67e2285614b79c6e83eaf88 /data/maps/TrainerTower_Lobby | |
| parent | c5839905a1259fd7e843c0ffa1ce2470d40b76ae (diff) | |
Give songs meaningful english names
Diffstat (limited to 'data/maps/TrainerTower_Lobby')
| -rw-r--r-- | data/maps/TrainerTower_Lobby/map.json | 2 | ||||
| -rw-r--r-- | data/maps/TrainerTower_Lobby/scripts.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/TrainerTower_Lobby/map.json b/data/maps/TrainerTower_Lobby/map.json index 25da318a3..1fa9f1869 100644 --- a/data/maps/TrainerTower_Lobby/map.json +++ b/data/maps/TrainerTower_Lobby/map.json @@ -2,7 +2,7 @@ "id": "MAP_TRAINER_TOWER_LOBBY", "name": "TrainerTower_Lobby", "layout": "LAYOUT_TRAINER_TOWER_LOBBY", - "music": "MUS_T_TOWER", + "music": "MUS_TRAINER_TOWER", "region_map_section": "MAPSEC_TRAINER_TOWER_2", "requires_flash": false, "weather": "WEATHER_NONE", diff --git a/data/maps/TrainerTower_Lobby/scripts.inc b/data/maps/TrainerTower_Lobby/scripts.inc index bdda45de8..016cc9e3d 100644 --- a/data/maps/TrainerTower_Lobby/scripts.inc +++ b/data/maps/TrainerTower_Lobby/scripts.inc @@ -52,7 +52,7 @@ TrainerTower_Lobby_EventScript_ExitElevator:: @ 81648C8 waitmovement 0 setmetatile 17, 10, METATILE_TrainerTower_CounterBarrier, 1 special DrawWholeMapView - playse SE_TK_KASYA + playse SE_CLICK waitse setvar VAR_TEMP_D, 0 releaseall |
