diff options
| author | PikalaxALT <PikalaxALT@gmail.com> | 2019-10-09 20:02:59 -0400 |
|---|---|---|
| committer | PikalaxALT <PikalaxALT@gmail.com> | 2019-10-09 20:02:59 -0400 |
| commit | 855c052be041ed85789db1e460dd35cab9d12b4f (patch) | |
| tree | 35dcf54a3b48510c01c721e2733646ed597ff79a /data/maps/PokemonLeague_ChampionsRoom | |
| parent | 734cada66a2d9938cdc9a2806f68352d06da6e9a (diff) | |
Rename song constants using Japanese sound test menu
Diffstat (limited to 'data/maps/PokemonLeague_ChampionsRoom')
| -rw-r--r-- | data/maps/PokemonLeague_ChampionsRoom/map.json | 2 | ||||
| -rw-r--r-- | data/maps/PokemonLeague_ChampionsRoom/scripts.inc | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/data/maps/PokemonLeague_ChampionsRoom/map.json b/data/maps/PokemonLeague_ChampionsRoom/map.json index cf1c5bfa2..90e243652 100644 --- a/data/maps/PokemonLeague_ChampionsRoom/map.json +++ b/data/maps/PokemonLeague_ChampionsRoom/map.json @@ -2,7 +2,7 @@ "id": "MAP_POKEMON_LEAGUE_CHAMPIONS_ROOM", "name": "PokemonLeague_ChampionsRoom", "layout": "LAYOUT_POKEMON_LEAGUE_CHAMPIONS_ROOM", - "music": "BGM_FRLG_INDIGO_PLATEAU", + "music": "MUS_CHAMP_R", "region_map_section": "MAPSEC_POKEMON_LEAGUE", "requires_flash": false, "weather": "WEATHER_NONE", diff --git a/data/maps/PokemonLeague_ChampionsRoom/scripts.inc b/data/maps/PokemonLeague_ChampionsRoom/scripts.inc index b2b8bc46c..b705e8c54 100644 --- a/data/maps/PokemonLeague_ChampionsRoom/scripts.inc +++ b/data/maps/PokemonLeague_ChampionsRoom/scripts.inc @@ -68,7 +68,7 @@ EventScript_162B76:: @ 8162B76 goto_if_eq EventScript_162C68 setflag FLAG_0x003 setflag FLAG_0x005 - savebgm BGM_FRLG_KACHI_LEADER + savebgm MUS_WIN_GYM checkflag FLAG_0x844 call_if 0, EventScript_162C6F checkflag FLAG_0x844 @@ -78,7 +78,7 @@ EventScript_162B76:: @ 8162B76 setflag FLAG_0x4BC setflag FLAG_0x004 msgbox gUnknown_8178F2F - playbgm BGM_FRLG_HALL_OF_FAME_PALLET_TOWN, 0 + playbgm MUS_SLOWMASARA, 0 addobject 2 msgbox gUnknown_8178FC6 closemessage |
