mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-04-23 00:47:18 -05:00
crystal: sfx and song names
This commit is contained in:
parent
6496e19f68
commit
e11e406fa4
211
pokemontools/sfx_names.py
Normal file
211
pokemontools/sfx_names.py
Normal file
|
|
@ -0,0 +1,211 @@
|
|||
# coding: utf-8
|
||||
|
||||
sfx_names = [
|
||||
'DexFanfare5079',
|
||||
'Item',
|
||||
'CaughtMon',
|
||||
'PokeballsPlacedOnTable',
|
||||
'Potion',
|
||||
'FullHeal',
|
||||
'Menu',
|
||||
'ReadText',
|
||||
'ReadText2',
|
||||
'DexFanfare2049',
|
||||
'DexFanfare80109',
|
||||
'Poison',
|
||||
'GotSafariBalls',
|
||||
'BootPc',
|
||||
'ShutDownPc',
|
||||
'ChoosePcOption',
|
||||
'EscapeRope',
|
||||
'PushButton',
|
||||
'SecondPartOfItemfinder',
|
||||
'WarpTo',
|
||||
'WarpFrom',
|
||||
'ChangeDexMode',
|
||||
'JumpOverLedge',
|
||||
'GrassRustle',
|
||||
'Fly',
|
||||
'Wrong',
|
||||
'Squeak',
|
||||
'Strength',
|
||||
'Boat',
|
||||
'WallOpen',
|
||||
'PlacePuzzlePieceDown',
|
||||
'EnterDoor',
|
||||
'SwitchPokemon',
|
||||
'Tally',
|
||||
'Transaction',
|
||||
'ExitBuilding',
|
||||
'Bump',
|
||||
'Save',
|
||||
'Pokeflute',
|
||||
'ElevatorEnd',
|
||||
'ThrowBall',
|
||||
'BallPoof',
|
||||
'Unknown3A',
|
||||
'Run',
|
||||
'SlotMachineStart',
|
||||
'Fanfare',
|
||||
'Peck',
|
||||
'Kinesis',
|
||||
'Lick',
|
||||
'Pound',
|
||||
'MovePuzzlePiece',
|
||||
'CometPunch',
|
||||
'MegaPunch',
|
||||
'Scratch',
|
||||
'Vicegrip',
|
||||
'RazorWind',
|
||||
'Cut',
|
||||
'WingAttack',
|
||||
'Whirlwind',
|
||||
'Bind',
|
||||
'VineWhip',
|
||||
'DoubleKick',
|
||||
'MegaKick',
|
||||
'Headbutt',
|
||||
'HornAttack',
|
||||
'Tackle',
|
||||
'PoisonSting',
|
||||
'Powder',
|
||||
'Doubleslap',
|
||||
'Bite',
|
||||
'JumpKick',
|
||||
'Stomp',
|
||||
'TailWhip',
|
||||
'KarateChop',
|
||||
'Submission',
|
||||
'WaterGun',
|
||||
'SwordsDance',
|
||||
'Thunder',
|
||||
'Supersonic',
|
||||
'Leer',
|
||||
'Ember',
|
||||
'Bubblebeam',
|
||||
'HydroPump',
|
||||
'Surf',
|
||||
'Psybeam',
|
||||
'Charge',
|
||||
'Thundershock',
|
||||
'Psychic',
|
||||
'Screech',
|
||||
'BoneClub',
|
||||
'Sharpen',
|
||||
'EggBomb',
|
||||
'Sing',
|
||||
'HyperBeam',
|
||||
'Shine',
|
||||
'Unknown5F',
|
||||
'Unknown60',
|
||||
'Unknown61',
|
||||
'Unknown62',
|
||||
'Unknown63',
|
||||
'Burn',
|
||||
'TitleScreenEntrance',
|
||||
'Unknown66',
|
||||
'GetCoinFromSlots',
|
||||
'PayDay',
|
||||
'Metronome',
|
||||
'Call',
|
||||
'HangUp',
|
||||
'NoSignal',
|
||||
'Sandstorm',
|
||||
'Elevator',
|
||||
'Protect',
|
||||
'Sketch',
|
||||
'RainDance',
|
||||
'Aeroblast',
|
||||
'Spark',
|
||||
'Curse',
|
||||
'Rage',
|
||||
'Thief',
|
||||
'Thief2',
|
||||
'SpiderWeb',
|
||||
'MindReader',
|
||||
'Nightmare',
|
||||
'Snore',
|
||||
'SweetKiss',
|
||||
'SweetKiss2',
|
||||
'BellyDrum',
|
||||
'Unknown7F',
|
||||
'SludgeBomb',
|
||||
'Foresight',
|
||||
'Spite',
|
||||
'Outrage',
|
||||
'PerishSong',
|
||||
'GigaDrain',
|
||||
'Attract',
|
||||
'Kinesis2',
|
||||
'ZapCannon',
|
||||
'MeanLook',
|
||||
'HealBell',
|
||||
'Return',
|
||||
'ExpBar',
|
||||
'MilkDrink',
|
||||
'Present',
|
||||
'MorningSun',
|
||||
'LevelUp',
|
||||
'KeyItem',
|
||||
'Fanfare2',
|
||||
'RegisterPhone#',
|
||||
'3RdPlace',
|
||||
'GetEggFromDaycareMan',
|
||||
'GetEggFromDaycareLady',
|
||||
'MoveDeleted',
|
||||
'2NdPlace',
|
||||
'1StPlace',
|
||||
'ChooseACard',
|
||||
'GetTm',
|
||||
'GetBadge',
|
||||
'QuitSlots',
|
||||
'EggCrack',
|
||||
'DexFanfareLessThan20',
|
||||
'DexFanfare140169',
|
||||
'DexFanfare170199',
|
||||
'DexFanfare200229',
|
||||
'DexFanfare230Plus',
|
||||
'Evolved',
|
||||
'MasterBall',
|
||||
'EggHatch',
|
||||
'GsIntroCharizardFireball',
|
||||
'GsIntroPokemonAppears',
|
||||
'Flash',
|
||||
'GameFreakLogoGs',
|
||||
'NotVeryEffective',
|
||||
'Damage',
|
||||
'SuperEffective',
|
||||
'BallBounce',
|
||||
'Moonlight',
|
||||
'Encore',
|
||||
'BeatUp',
|
||||
'BatonPass',
|
||||
'BallWiggle',
|
||||
'SweetScent',
|
||||
'SweetScent2',
|
||||
'HitEndOfExpBar',
|
||||
'GiveTrademon',
|
||||
'GetTrademon',
|
||||
'TrainArrived',
|
||||
'StopSlot',
|
||||
'2Boops',
|
||||
'GlassTing',
|
||||
'GlassTing2',
|
||||
'IntroUnown1',
|
||||
'IntroUnown2',
|
||||
'IntroUnown3',
|
||||
'DittoPopUp',
|
||||
'DittoTransform',
|
||||
'IntroSuicune1',
|
||||
'IntroPichu',
|
||||
'IntroSuicune2',
|
||||
'IntroSuicune3',
|
||||
'DittoBounce',
|
||||
'IntroSuicune4',
|
||||
'GameFreakPresents',
|
||||
'Tingle',
|
||||
'UnknownCb',
|
||||
'TwoPcBeeps',
|
||||
'4NoteDitty',
|
||||
'Twinkle',
|
||||
]
|
||||
107
pokemontools/song_names.py
Normal file
107
pokemontools/song_names.py
Normal file
|
|
@ -0,0 +1,107 @@
|
|||
# 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',
|
||||
]
|
||||
Loading…
Reference in New Issue
Block a user