pokemon-reverse-engineering.../pokemontools/song_names.py
2013-10-31 01:38:30 -04:00

108 lines
1.7 KiB
Python

# coding: utf-8
song_names = [
'Nothing',
'TitleScreen',
'Route1',
'Route3',
'Route12',
'MagnetTrain',
'KantoGymBattle',
'KantoTrainerBattle',
'KantoWildBattle',
'PokemonCenter',
'LookHiker',
'LookLass',
'LookOfficer',
'HealPokemon',
'LavenderTown',
'Route2',
'MtMoon',
'ShowMeAround',
'GameCorner',
'Bicycle',
'HallOfFame',
'ViridianCity',
'CeladonCity',
'TrainerVictory',
'WildPokemonVictory',
'GymLeaderVictory',
'MtMoonSquare',
'Gym',
'PalletTown',
'ProfOaksPokemonTalk',
'ProfOak',
'LookRival',
'AfterTheRivalFight',
'Surf',
'Evolution',
'NationalPark',
'Credits',
'AzaleaTown',
'CherrygroveCity',
'LookKimonoGirl',
'UnionCave',
'JohtoWildBattle',
'JohtoTrainerBattle',
'Route30',
'EcruteakCity',
'VioletCity',
'JohtoGymBattle',
'ChampionBattle',
'RivalBattle',
'RocketBattle',
'ElmsLab',
'DarkCave',
'Route29',
'Route36',
'SSAqua',
'LookYoungster',
'LookBeauty',
'LookRocket',
'LookPokemaniac',
'LookSage',
'NewBarkTown',
'GoldenrodCity',
'VermilionCity',
'PokemonChannel',
'PokeFluteChannel',
'TinTower',
'SproutTower',
'BurnedTower',
'Lighthouse',
'LakeOfRage',
'IndigoPlateau',
'Route37',
'RocketHideout',
'DragonsDen',
'JohtoWildBattleNight',
'RuinsOfAlphRadio',
'SuccessfulCapture',
'Route26',
'Mom',
'VictoryRoad',
'PokemonLullaby',
'PokemonMarch',
'GoldSilverOpening',
'GoldSilverOpening2',
'MainMenu',
'RuinsOfAlphInterior',
'RocketTheme',
'DancingHall',
'ContestResults',
'BugCatchingContest',
'LakeOfRageRocketRadio',
'Printer',
'PostCredits',
'Clair',
'MobileAdapterMenu',
'MobileAdapter',
'BuenasPassword',
'LookMysticalMan',
'CrystalOpening',
'BattleTowerTheme',
'SuicuneBattle',
'BattleTowerLobby',
'MobileCenter',
]