Advertisement
Soneek

SmashUMusicLib.py

Aug 20th, 2015
591
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 48.97 KB | None | 0 0
  1. # -*- coding: utf-8 -*-
  2.  
  3. # v1.1.2
  4.  
  5. # song IDs for BGM
  6. smashUSongs = {
  7.     0x11:"A38_GLX_EggPlanet",
  8.     0x28:"B12_SPR_JungleLevel",
  9.     0x2a:"B14_RTN_DonkeyKongReturnes",
  10.     0x2c:"B16_RTN_MogryaNoKoujigenba",
  11.     0x45:"E07_ILD_Stage1_1",
  12.     0x52:"F23_AIR_Vallerion",
  13.     0x7c:"K13_MTR2_OnettNoTheme",
  14.     0x8d:"N17_TBD_Tour",
  15.     0x104:"X04_SBX_Senjyou",
  16.     0x13d:"R49_MOTTO_Menu",
  17.     0x1f1:"H17_BW_10banDouro",
  18.     0x1f3:"H19_XY_VS_Flare",
  19.     0x1ff:"X05_SBX_Shuuten",
  20.     0x200:"X07_SBX_OnlineRenshuuStage",
  21.     0x201:"X16_SBX_HomerunContest",
  22.     0x202:"X17_SBX_NasakeMuyouKumite",
  23.     0x203:"X18_SBX_BossBattle",
  24.     0x204:"X19_SBX_FigureMeikan",
  25.     0x206:"Z01_F_Mario",
  26.     0x207:"Z02_F_Donkey",
  27.     0x208:"Z03_F_Link",
  28.     0x209:"Z04_F_Samus",
  29.     0x20b:"Z06_F_Kirby",
  30.     0x20c:"Z07_F_Fox",
  31.     0x20d:"Z08_F_Pikachu",
  32.     0x20e:"Z09_F_Luigi",
  33.     0x20f:"Z10_F_Captain",
  34.     0x210:"Z11_F_Ness",
  35.     0x211:"Z12_F_Koopa",
  36.     0x212:"Z13_F_Peach",
  37.     0x213:"Z14_F_Zelda",
  38.     0x214:"Z15_F_Sheik",
  39.     0x216:"Z17_F_Marth",
  40.     0x217:"Z18_F_GameWatch",
  41.     0x218:"Z19_F_Falco",
  42.     0x219:"Z20_F_Ganon",
  43.     0x21a:"Z21_F_Wario",
  44.     0x21b:"Z22_F_Metaknight",
  45.     0x21c:"Z23_F_Pit",
  46.     0x21d:"Z24_F_ZeroSamus",
  47.     0x21e:"Z25_F_Pikmin",
  48.     0x21f:"Z27_F_Diddy",
  49.     0x220:"Z32_F_Dedede",
  50.     0x221:"Z33_F_Lucario",
  51.     0x222:"Z34_F_Ike",
  52.     0x223:"Z35_F_Robot",
  53.     0x224:"Z37_F_Purin",
  54.     0x225:"Z41_F_ToonLink",
  55.     0x226:"Z47_F_Sonic",
  56.     0x227:"Z50_J_Continue",
  57.     0x228:"Z51_J_GameOver",
  58.     0x229:"Z54_J_FigureGet",
  59.     0x22a:"Z55_J_RareFigure",
  60.     0x3cc:"U14_SADV2_EscapeFromTheCity",
  61.     0x3cd:"U15_SBLK_KnightOfTheWind",
  62.     0x3ce:"U16_SCLR_ReachForTheStars",
  63.     0x3cf:"U17_SGEN_RooftopRun",
  64.     0x3d0:"U18_SLST_WonderWorld",
  65.     0x3d1:"U19_SLST_WindyHill_Zone1",
  66.     0x3d3:"Z00_F_MiiFighter",
  67.     0x3d4:"Z59_F_Lizardon",
  68.     0x3d5:"Z60_F_MarioD",
  69.     0x3d6:"Z61_F_Lucina",
  70.     0x3d7:"Z62_F_PitB",
  71.     0x3d8:"Z63_F_Rosetta",
  72.     0x3d9:"Z64_F_Wiifit",
  73.     0x3da:"Z65_F_Littlemac",
  74.     0x3db:"Z66_F_Murabito",
  75.     0x3dc:"Z67_F_Palutena",
  76.     0x3dd:"Z68_F_Reflet",
  77.     0x3de:"Z69_F_Duckhunt",
  78.     0x3df:"Z70_F_Koopajr",
  79.     0x3e0:"Z71_F_Shulk",
  80.     0x3e1:"Z72_F_Gekkouga",
  81.     0x3e2:"Z73_F_Pacman",
  82.     0x3e3:"Z74_F_Rockman",
  83.     0x40f:"SEQ_item_Hammer",
  84.     0x410:"SEQ_item_Goldenhammer",
  85.     0x411:"SEQ_item_Superstar",
  86.     0x44c:"TEST01",
  87.     0x44d:"TEST02",
  88.     0x44e:"TEST03",
  89.     0x44f:"TEST04",
  90.     0x450:"TEST05",
  91.     0x472:"Z57_J_Youso01",
  92.     0x473:"Z58_J_Youso02",
  93.     0x4ce:"T08_SB_YoshiIsland",
  94.     0x4db:"X02_SBX_Menu1",
  95.     0x4dc:"X25_SBX_Senjyou_ver2",
  96.     0x4dd:"Y05_SBX_BossSentouKyoku1",
  97.     0x4de:"Y07_SBX_BossSentouKyoku2",
  98.     0x56b:"R22_TDCS_TomodachiCollection",
  99.     0x56d:"A01_SMB_Chijyou",
  100.     0x56f:"A03_SMB_Suichu",
  101.     0x570:"A04_LND_Chika",
  102.     0x571:"A05_SMB3_Hikousen",
  103.     0x572:"A06_WLD_Castle_Toride",
  104.     0x573:"A07_WLD_Title_Ending",
  105.     0x574:"A08_NEW_MainTheme",
  106.     0x575:"A09_LM_Theme",
  107.     0x576:"A13_SMS_DolpikTown",
  108.     0x577:"A14_SMS_RiccoHarbor",
  109.     0x578:"A15_SM64_MainTheme",
  110.     0x579:"A17_MB_MarioBrothers",
  111.     0x57a:"A20_SMK_MarioCircuit",
  112.     0x57b:"A21_MK64_LuigiCircuit",
  113.     0x57c:"A22_MKDS_WaluigiPinball",
  114.     0x57d:"A23_MKDD_RainbowRoad",
  115.     0x57e:"A24_SMB_Chijyou_Chika",
  116.     0x57f:"A25_SMB3_Medley",
  117.     0x580:"A26_NEW2_Athletic_Chijyou",
  118.     0x581:"A27_3DL_SMB_Theme",
  119.     0x584:"A28_MALRPG4_TryAndTry",
  120.     0x585:"A29_PPM_Medley",
  121.     0x589:"A30_MKT_RainbowRoad_Medley",
  122.     0x58a:"A31_MKT7_RainbowRoad",
  123.     0x58b:"A32_SMB_Medley",
  124.     0x58c:"A33_SMB2_Medley",
  125.     0x58d:"A34_NEW2_TouBoss",
  126.     0x58e:"A35_WLD_Medley",
  127.     0x58f:"A36_MKT7_Circuit",
  128.     0x590:"A39_GLX_TenmondaiNoRosetta",
  129.     0x591:"A40_DRM_Chill_ver2",
  130.     0x592:"A41_MPT_Medley",
  131.     0x593:"A42_LM_Medley",
  132.     0x595:"A44_NEW2_Chijyou",
  133.     0x596:"A45_NEWU_Chijyou",
  134.     0x598:"A47_PTY9_MiniGame",
  135.     0x599:"A48_MALRPG3_ChoitoTsuyoiYatsura",
  136.     0x59a:"A49_MALRPG3_InTheFinal",
  137.     0x59b:"A50_MKTW_KinokoCanyon",
  138.     0x59c:"A51_MKT8_MarioKartStadium",
  139.     0x59d:"A52_MKT8_MarioCircuit",
  140.     0x59e:"A53_MKT8_RainbowRoad",
  141.     0x59f:"A54_GLX_EggPlanet",
  142.     0x5a0:"A55_GLX_WindGarden",
  143.     0x5a1:"A56_GLX_SuperMarioGalaxy",
  144.     0x5a2:"A57_GLX2_SoraJima",
  145.     0x5a3:"A58_GLX2_ShinGingaTeikoku",
  146.     0x5a4:"A59_GLX2_ShukumeiNoKessen",
  147.     0x5a5:"A60_GLX2_ThemeofSMG2",
  148.     0x5a7:"A62_LM2_UrameshiYashiki",
  149.     0x5a8:"B01_SPR_JungleLevel_ver2",
  150.     0x5a9:"B03_DK_Opening",
  151.     0x5aa:"B04_DK_DonkeyKong",
  152.     0x5ab:"B05_SPR_KingKRool_ShipDeck2",
  153.     0x5ac:"B06_SPR2_TogetogeTaruMeiro",
  154.     0x5ad:"B07_JBT_ArashigaokaNoTatakai",
  155.     0x5ae:"B08_SPR_JungleLevel",
  156.     0x5af:"B09_DK_25mBGM",
  157.     0x5b0:"B11_RTN_ThrillGearFlight",
  158.     0x5b1:"B13_RTN_DonkeyKongReturnes_CV",
  159.     0x5b2:"B15_RTN_BananaJungle",
  160.     0x5b3:"B17_TFR_Mangroves",
  161.     0x5b4:"B18_TFR_Theme03",
  162.     0x5b5:"C01_ZLD_Title",
  163.     0x5b6:"C02_ZLD_MainTheme",
  164.     0x5b7:"C03_LNK_DaiShinden_Shinden",
  165.     0x5b8:"C04_TRI_YamiNoSekai",
  166.     0x5b9:"C05_TRI_UraNoYamaToMori",
  167.     0x5ba:"C07_YMS_TarutaruKougen",
  168.     0x5bb:"C08_TNO_HyruleMainTheme",
  169.     0x5bc:"C09_TNO_Medley",
  170.     0x5bd:"C10_TNO_ArashiNoUta",
  171.     0x5be:"C12_4SW_AoNoMikoNoMura",
  172.     0x5bf:"C15_KZT_RyuuNoShima",
  173.     0x5c0:"C17_TPR_MainTheme",
  174.     0x5c1:"C18_TPR_WasureraretaSato",
  175.     0x5c2:"C19_TPR_KizudarakeNoMidna",
  176.     0x5c3:"C20_ZLD_MainTheme_Chika",
  177.     0x5c4:"C21_TRI_UraNoChijyou_UraDungeon",
  178.     0x5c5:"C22_TNO_GerudoNoTani",
  179.     0x5c6:"C23_DNK_TrainField2",
  180.     0x5c7:"C24_SWS_MegamiNoUta_Ghirahim",
  181.     0x5c8:"C25_TNO_SariaNoUta",
  182.     0x5c9:"C26_KZT_Oounabara_MenuSelect",
  183.     0x5cb:"C28_TNO_GerudoNoTani",
  184.     0x5cc:"C29_SWS_MegamiNoUta",
  185.     0x5cd:"C30_TRI2_HyruleMainTheme",
  186.     0x5ce:"C31_TRI2_LoruleMainTheme",
  187.     0x5cf:"C32_TRI2_YugaNoTheme",
  188.     0x5d0:"CRS01_Menu",
  189.     0x5d1:"CRS02_Senjyou",
  190.     0x5d2:"CRS03_Shuuten",
  191.     0x5d3:"CRS04_Kumite",
  192.     0x5d4:"CRS05_MasterHand",
  193.     0x5d5:"CRS06_MasterCore",
  194.     0x5d6:"CRS07_Online",
  195.     0x5d9:"CRS10_Simple_Intro",
  196.     0x5da:"CRS11_Simple_Result",
  197.     0x5db:"CRS12_Simple_Result_Final",
  198.     0x5dc:"CRS13_Simple_Result_Failure",
  199.     0x5dd:"CRS14_Chronicle",
  200.     0x5de:"CRS15_Rest",
  201.     0x5df:"CRS16_SmashBomber",
  202.     0x5e0:"CRS17_SmashBomber_Result",
  203.     0x5e1:"CRS18_FigureMeikan",
  204.     0x5e2:"CRS19_FigureShop",
  205.     0x5e3:"CRS20_FigureRush",
  206.     0x5e4:"CRS21_Album",
  207.     0x5e6:"CRS23_Asobikata",
  208.     0x5e7:"CRS24_VS_Result",
  209.     0x5e8:"CRS25_StaffRoll",
  210.     0x5e9:"CRS26_Shuuten_ver2",
  211.     0x5ea:"CRS30_Simple_Result_Lose",
  212.     0x5eb:"CRS31_World_Map",
  213.     0x5ec:"CRS32_World_Map_Battle",
  214.     0x5ed:"CRS34_Tournament_Entry",
  215.     0x5ef:"CRS36_Tournament_Table",
  216.     0x5f0:"CRS38_Tournament_Result_Final",
  217.     0x5f1:"CRS43_Order_Reward_Lost",
  218.     0x5f2:"D01_MR_MainTheme",
  219.     0x5f3:"D02_MR_Norfair",
  220.     0x5f4:"D03_MR_Ending",
  221.     0x5f5:"D04_SMR_VsRidley",
  222.     0x5f6:"D05_SMR_SamusAranNoTheme",
  223.     0x5f7:"D06_FSN_Sector1",
  224.     0x5f8:"D08_PRM_VsParasiteQueen",
  225.     0x5f9:"D09_PRM_VsMetaRidley",
  226.     0x5fa:"D10_PRM2_MultiPlay",
  227.     0x5fb:"D11_MR_Title",
  228.     0x5fc:"D12_MR_Dasshutu",
  229.     0x5fd:"D13_PHT_PsychoBits",
  230.     0x5fe:"D14_OTM_YougangyoBattle",
  231.     0x5ff:"D15_OTM_HanyouTojikomeBattle",
  232.     0x600:"D16_OTM_RidleyBattle",
  233.     0x601:"E01_STR_Ending",
  234.     0x605:"E05_CTY_Ohanabatake",
  235.     0x606:"E06_ILDS_KouyaNoTheme",
  236.     0x607:"F01_AIR_AirRideMachine",
  237.     0x608:"F02_KBY_DededeOuNoTheme",
  238.     0x609:"F03_KBY_BossThemeMedley",
  239.     0x60a:"F04_YIM_ButterBuilding",
  240.     0x60b:"F05_SDX_GekitotsuGourmetRace",
  241.     0x60c:"F06_SDX_MetaKnightNoGyakushuu",
  242.     0x60d:"F07_SDX_VsMarx",
  243.     0x60e:"F08_KBY64_ZeroTwoSen",
  244.     0x611:"F11_AIR_Colda",
  245.     0x612:"F12_SDD_DorocheDanNoTheme",
  246.     0x613:"F13_KBY_GreenGreens_ver2",
  247.     0x619:"F19_YIM_ButterBuilding",
  248.     0x61a:"F20_SDX_DededeDaiouNoTheme",
  249.     0x61b:"F21_SDX_DoukutsuDaiSakusen",
  250.     0x61c:"F22_KND_MoriShizenArea",
  251.     0x61d:"F24_KBYW_BoukenNoHajimari",
  252.     0x61e:"F25_KBYW_MoriWoNukete",
  253.     0x61f:"F26_TDX_FuyuuTairikuNoHanabatake",
  254.     0x620:"G01_SFX_MainTheme",
  255.     0x621:"G02_SFX_Corneria",
  256.     0x622:"G03_SFX64_MainTheme",
  257.     0x623:"G04_SFX64_Area6",
  258.     0x624:"G05_SFX64_StarWolf",
  259.     0x625:"G07_AST_SentouTyuuiki",
  260.     0x626:"G08_AST_HyougenToppaSeyo",
  261.     0x627:"G09_AST_StarWolf",
  262.     0x628:"G10_SFX_SpaceArmada",
  263.     0x629:"G11_SFX64_Area6Ver2",
  264.     0x62a:"G12_SFX64_StarWolf_SectorZ",
  265.     0x62b:"G13_SFX64_CMD_Area6_Missle",
  266.     0x62c:"H01_PM_MainTheme",
  267.     0x62d:"H02_PM_PokemonCenter",
  268.     0x62e:"H03_PM_TokiwaHenoMichi_NibiCity",
  269.     0x62f:"H04_PM_PokemonGym_Shinka",
  270.     0x630:"H05_RS_Sentou_YaseiPokemon",
  271.     0x631:"H06_RS_ChampionRoad",
  272.     0x632:"H08_DP_DialgaPalkia_YariNoHashira",
  273.     0x633:"H09_DP_GingaDan",
  274.     0x634:"H10_DP_209BanDouro",
  275.     0x635:"H11_BW_N_Medley",
  276.     0x636:"H12_BW_Sentou_Zekrom_Reshiram",
  277.     0x637:"H13_XY_Sentou_Trainer",
  278.     0x639:"H15_DP_Sentou_YaseiPokemon",
  279.     0x63a:"H16_DP_Sentou_Champion",
  280.     0x63b:"H18_B2W2_23banDouro",
  281.     0x63c:"H20_XY_Sentou_YaseiPokemon",
  282.     0x63d:"H21_XY_ChampionRoad",
  283.     0x63e:"H22_XY_Sentou_Champion",
  284.     0x63f:"I01_FZR_MuteCity",
  285.     0x640:"I02_FZR_WhiteLand",
  286.     0x641:"I03_FZR_FireField",
  287.     0x642:"I04_FZX_CarSelect",
  288.     0x643:"I05_FZX_DreamChaser",
  289.     0x644:"I06_FZX_DevilsCallInYourHeart",
  290.     0x645:"I07_FZX_ClimbUp_AndGetTheLastChance",
  291.     0x646:"I08_GX_BrainCleaner",
  292.     0x647:"I09_GX_ShotgunKiss",
  293.     0x648:"I10_GX_PlanetColors",
  294.     0x649:"I11_FZR_MuteCity",
  295.     0x64a:"I12_FZR_SFC_MuteCity",
  296.     0x64c:"I14_FZR_RedCanyon",
  297.     0x64d:"J02_FEM_Theme",
  298.     0x64e:"J03_FEM_AankokuRyuuMedley",
  299.     0x64f:"J04_GDN_MiraNoKagoToTomoni",
  300.     0x650:"J06_SNK_ShingekiJunbi",
  301.     0x651:"J07_FNK_WinningRoad_RoyNoKibou",
  302.     0x652:"J08_RNK_Kougeki",
  303.     0x653:"J09_SEK_AgainstTheDarkKnight",
  304.     0x654:"J10_SEK_CrimeaArmySortie",
  305.     0x655:"J11_SEK_PowerhungryFool",
  306.     0x656:"J12_SEK_VictoryIsNear",
  307.     0x657:"J13_ANM_IkeNoTheme",
  308.     0x658:"J14_KSI_I_I",
  309.     0x659:"J15_GDN_Tatakai1",
  310.     0x65a:"J16_MNN_DeaiNoTheme",
  311.     0x65b:"J17_MNN_Singeki",
  312.     0x65c:"J18_SSK_Tougijyou",
  313.     0x65e:"J20_ANM_TyuugiTsukusan",
  314.     0x65f:"J21_ANM_KekkiNoToki",
  315.     0x660:"J22_KSI_Shimei_Honoo",
  316.     0x661:"J23_KSI_Ensei_Honoo",
  317.     0x662:"K01_MTR_Snowman",
  318.     0x663:"K07_MTR_PorkyNoTheme",
  319.     0x664:"K08_MTR3_AiNoTheme",
  320.     0x665:"K09_MTR3_Revenge_BukkowashiSanka",
  321.     0x667:"K11_MTR_Magicant_EightMelodies",
  322.     0x668:"K12_MTR2_SmileAndTears",
  323.     0x669:"L01_PIK2_WorldMap",
  324.     0x66a:"L02_PIK_KibouNoMori",
  325.     0x66b:"L03_PIK_KankyouOn",
  326.     0x66c:"L06_PIK_MainTheme",
  327.     0x66d:"L07_PIK_Clear_Title",
  328.     0x66e:"L09_PIK2_StageSelect",
  329.     0x66f:"L10_PIK3_MissionMode",
  330.     0x670:"L11_PIK3_SaikaiNoHanazono",
  331.     0x671:"M01_MIW_MadeInWario",
  332.     0x672:"M02_MIW_Medley",
  333.     0x673:"M07_SMW_AshreyNoTheme",
  334.     0x674:"M08_SMW_AshreysSong",
  335.     0x67e:"M19_SMW_AshreyNoTheme",
  336.     0x67f:"M20_WLS_1_1_1_Iseki",
  337.     0x680:"N01_DNM_Title",
  338.     0x681:"N02_DNM_Yuke_KekeRider",
  339.     0x682:"N03_DNM_200AM",
  340.     0x683:"N05_OID_JunKissa_HatoNoSu",
  341.     0x684:"N06_OID_YakubaToTanukichi",
  342.     0x685:"N07_DNM_KK_Urban",
  343.     0x686:"N08_DNM_KK_Western",
  344.     0x687:"N09_DNM_KK_NewOrleans",
  345.     0x688:"N10_DNM_KK_RocknRoll",
  346.     0x689:"N11_DNM_KK_Eurobeat",
  347.     0x68a:"N12_DNM_KK_PeruNoUta",
  348.     0x68b:"N13_TBD_KotobukiLand_Medley",
  349.     0x68c:"N14_TBD_KappeiNoUta",
  350.     0x68d:"N15_MHI_Town_Main",
  351.     0x68e:"N16_TBD_Feild19Ji_Hare",
  352.     0x68f:"N18_TBD_KekeIdol",
  353.     0x690:"P01_PNK_Meifukai",
  354.     0x691:"P02_PNK_Title",
  355.     0x692:"P03_PNK_Chijyoukai",
  356.     0x693:"P04_PNK_GenkyokuMedley",
  357.     0x694:"P05_SHS_SyokikaBakudanNoKyoufu",
  358.     0x697:"P06_SHS_SeizokuSen",
  359.     0x698:"P07_SHS_BossSen1",
  360.     0x69a:"P09_SHS_BlackPitNoTheme",
  361.     0x69b:"P11_SHS_GingaNoSeiiki",
  362.     0x69c:"P12_SHS_HoukaiEngeland",
  363.     0x69d:"P13_SHS_MagnaNoTheme",
  364.     0x69f:"P15_SHS_HadesNoTheme",
  365.     0x6a0:"P16_SHS_RaiunNoTeien",
  366.     0x6a2:"Q01_FC_FamicomMedley",
  367.     0x6a3:"Q02_ROB_BlockAndGyro",
  368.     0x6a4:"Q04_DRM_Chill",
  369.     0x6a5:"Q05_CLU_CluCluLand",
  370.     0x6a6:"Q07_ICE_IceClimber",
  371.     0x6a7:"Q08_ONI_ShinOnigashima",
  372.     0x6a8:"Q09_3HR_Title",
  373.     0x6a9:"Q10_TRS_TypeA",
  374.     0x6aa:"Q11_TRS_TypeB",
  375.     0x6ab:"Q12_X_TunnelScene",
  376.     0x6ae:"Q15_BFT_Medley",
  377.     0x6af:"Q16_BFT_BalloonTrip",
  378.     0x6b0:"Q17_NMJ_Medley",
  379.     0x6b1:"Q18_PO_Running_CountDown",
  380.     0x6b2:"Q19_DKH_Title",
  381.     0x6b3:"Q20_WCR_GameStart",
  382.     0x6b4:"Q21_MPO_ShiaiTyuu",
  383.     0x6b5:"Q22_PW_LightPlane",
  384.     0x6b6:"Q23_PW_LightPlane_ver2",
  385.     0x6b7:"Q24_WCR_BgmA",
  386.     0x6b9:"Q26_PW_LightPlane",
  387.     0x6bb:"R04_GW_FlatZone2",
  388.     0x6bc:"R05_MTG_MarioTennis_MarioGolf",
  389.     0x6bd:"R06_PDP_LipNoTheme",
  390.     0x6be:"R07_MMG_MarionationGear",
  391.     0x6bf:"R08_YAJ_Title",
  392.     0x6c0:"R09_1080_GoldenForest",
  393.     0x6c1:"R11_SPC_WiiShopingChannel",
  394.     0x6c2:"R12_ONT_Sentou_Boss",
  395.     0x6c3:"R14_EXT_ExciteTruck",
  396.     0x6c4:"R15_NOU_DSTraning",
  397.     0x6c5:"R16_WSP_OpeningTheme_Select",
  398.     0x6c6:"R18_NTD_Shower",
  399.     0x6c7:"R19_NTD_Shower_ver2",
  400.     0x6c8:"R20_NGC_NigaoeHiroba",
  401.     0x6c9:"R21_WPO_MinorCircuit",
  402.     0x6ca:"R23_XBD_GaurHeigen",
  403.     0x6cb:"R24_XBD_NawoKansuruMonotachi",
  404.     0x6cc:"R25_XBD_KiNoRitsudou",
  405.     0x6cd:"R26_SCD2_SekaiWoSukueYuushayo",
  406.     0x6ce:"R27_SCD2_YamiNoOu",
  407.     0x6cf:"R28_WFT_HoopDance",
  408.     0x6d0:"R29_WFTP_AthleticMii",
  409.     0x6d1:"R30_WFTP_Skebo_FreeMode",
  410.     0x6d2:"R31_WSP_Title",
  411.     0x6d3:"R32_WSR_Title",
  412.     0x6d4:"R33_WSR_Title_ver2",
  413.     0x6d5:"R34_BT2_TheValedictoryElegy",
  414.     0x6d6:"R35_HNE_BattleAreaA_Greecce",
  415.     0x6d8:"R37_HSZ_Boss1",
  416.     0x6d9:"R38_IKI_MainTheme",
  417.     0x6da:"R39_PWR_Hikouki",
  418.     0x6db:"R40_PWR_HangGlider",
  419.     0x6dc:"R41_CCT_Opening",
  420.     0x6dd:"R42_NLD_Title",
  421.     0x6de:"R43_WGF_Title",
  422.     0x6df:"R44_WFT_RhythmBoxing",
  423.     0x6e0:"R45_WFTP_SegwayChallange_Tyuukyuu",
  424.     0x6e1:"R46_WFTU_Luge",
  425.     0x6e2:"R47_WPTU_Theme_1",
  426.     0x6e3:"R48_WSR_Title",
  427.     0x6e4:"R50_SBG_BosskyuuMonsterBattle",
  428.     0x6e5:"R51_CAP_MacNoUta",
  429.     0x6e6:"R52_BBDX_Performance",
  430.     0x6e7:"R53_PO_SplashScreen",
  431.     0x6e8:"R54_PO_WorldCircuitFight",
  432.     0x6e9:"R55_XBD_TekiTonoTaiji",
  433.     0x6ea:"R56_XBD_Sentou",
  434.     0x6eb:"R57_XBD_GaurHeigen_Yoru",
  435.     0x6ec:"R58_XBD_YukuteWoHabamuMono",
  436.     0x6ed:"R59_XRT_TunnelNormal",
  437.     0x6ee:"R60_ONT_WorldMap",
  438.     0x6ef:"R61_EGK_Swan_Lesson",
  439.     0x6f1:"R63_ARG_DragonNoTatakai",
  440.     0x6f2:"R64_NLD_Title",
  441.     0x6f3:"R65_WGF_FashonShow",
  442.     0x6f4:"R66_RLW_Move2",
  443.     0x6f5:"R67_RMX_Remix2_Title",
  444.     0x6f6:"S01_RM2_Medley",
  445.     0x6f7:"S02_RM2_AirMan_Stage",
  446.     0x6f8:"S03_RM3_SparkMan_Stage",
  447.     0x6f9:"S04_RM2_OriginalMedley",
  448.     0x6fa:"S05_RM_CutMan_Stage",
  449.     0x6fb:"S06_RM2_QuickMan_Stage",
  450.     0x6fc:"S07_RM3_ShadowMan_Stage",
  451.     0x6fd:"S08_RM_OriginalMedley",
  452.     0x6fe:"S09_RM3_OriginalMedley",
  453.     0x6ff:"S10_RM4_6_OriginalMedley",
  454.     0x700:"T01_SB_StaffRoll",
  455.     0x701:"T06_SPR_KongoJungle",
  456.     0x702:"T07_SB_StaffRoll",
  457.     0x703:"U01_SNC_GreenHillZone",
  458.     0x704:"U04_SNC3_AngelIslandZone",
  459.     0x705:"U08_SADV_OpenYourHeart",
  460.     0x706:"U09_SADV2_LiveAndLearn",
  461.     0x707:"U10_SHRS_SonicHeroes",
  462.     0x708:"U11_SRSH_RightThereRideOn",
  463.     0x709:"U12_SNC06_HisWorld_Instrumental",
  464.     0x70a:"U13_SRNG_SevenRingsInHand",
  465.     0x70b:"V01_PAC_PacMan",
  466.     0x70c:"V02_PAC_PacMan_ClubMix",
  467.     0x70d:"V03_MNA_PacMansPark_BlockTown",
  468.     0x70e:"W01_SMB_PeachJyou",
  469.     0x70f:"W02_SM64_RainbowCruise",
  470.     0x710:"W04_MR_BrinstarShinbu",
  471.     0x711:"W05_WLD_YosterTou",
  472.     0x712:"W07_KBY_GreenGreens",
  473.     0x713:"W08_SFX_Cornelia",
  474.     0x714:"W09_PM_PokemonStadium",
  475.     0x715:"W10_PM_PokemonAkuukan",
  476.     0x716:"W11_FZR_BigBlue",
  477.     0x717:"W12_MTR_Onet",
  478.     0x718:"W13_ICE_IcicleMountain",
  479.     0x719:"W14_GW_FlatZone",
  480.     0x71a:"W15_SMB3_SuperMario3",
  481.     0x71b:"W16_KG_PekemonStadiumKinGin",
  482.     0x71c:"W17_FEM_FireEmblem",
  483.     0x71d:"W18_MRD_MachRider",
  484.     0x71e:"W19_MTR_Pollyanna",
  485.     0x71f:"W20_DRM_DrMario",
  486.     0x720:"W24_LNK_Shinden",
  487.     0x721:"W25_SBDX_Shuuten",
  488.     0x722:"W26_DK64_MonkyRap",
  489.     0x723:"W27_MR_Brinstar",
  490.     0x725:"W29_FZR_Mutecity",
  491.     0x726:"W30_SBDX_Menu",
  492.     0x727:"W31_SBDX_GigaKoopa",
  493.     0x728:"W33_SBDX_Menu2",
  494.     0x729:"W34_SBDX_Menu",
  495.     0x72a:"W35_SBDX_Menu_ver2",
  496.     0x72b:"W36_ZLD_GreatBay",
  497.     0x72c:"W37_STR_YoshiStory",
  498.     0x72e:"W39_SBDX_HyakuninKumite2",
  499.     0x72f:"W40_SBDX_MetalBattle",
  500.     0x730:"W41_SBDX_FigureMeikan",
  501.     0x731:"Z05_F_Yoshi",
  502.     0x732:"W28_SFX_WakuseiVenom",
  503.     0x733:"A37_MKT8_SkyGarden",
  504.     0x734:"CRS27_MasterFortress01",
  505.     0x735:"CRS28_MasterFortress02",
  506.     0x736:"CRS29_Simple_Map_WiiU",
  507.     0x737:"CRS33_World_Map_5Turns",
  508.     0x738:"CRS37_Tournament_Table_Watching",
  509.     0x739:"CRS39_Order_MasterSide",
  510.     0x73a:"CRS40_Order_CrazySide",
  511.     0x73b:"CRS41_Order_CrazySide_Success",
  512.     0x73c:"CRS42_Order_Reward_Get",
  513.     0x73d:"E08_KNY_KeitoNoYoshi",
  514.     0x73e:"R02_PictoChat",
  515.     0x73f:"R36_XBD_ArrangeMedley",
  516.     0x742:"Z77_J_World_YellowDevil",
  517.     0x743:"Z78_J_World_Ridley",
  518.     0x744:"Z79_J_World_Face",
  519.     0x745:"B19_SPR_JungleLevel_Ethnic",
  520.     0x746:"V04_LBL_LibbleLabble_Medley",
  521.     0x747:"V05_MCR_MetroCross_Medley",
  522.     0x748:"A63_3DW_Field01",
  523.     0x749:"A64_3DW_Finkoopa02",
  524.     0x74a:"A65_3DW_Milkyway",
  525.     0x74b:"R68_101_RollOutWonderful100",
  526.     0x74c:"R69_101_JerginghaPlanetDestructionForm",
  527.     0x74d:"E02_ILD_Athletic",
  528.     0x74e:"V06_NMC_80sMedley1",
  529.     0x74f:"V07_NMC_80sMedley2",
  530.     0x750:"M21a_GAW_Gamer_Normal",
  531.     0x751:"M21b_GAW_Gamer_Mom",
  532.     0x752:"E09_NILD_MainTheme",
  533.     0x753:"E10_NILD_Gypsy",
  534.     0x754:"V08_SKD_SkyKid_Medley",
  535.     0x755:"V09_BRV_BravoMan_Medley",
  536.     0x756:"V10_YKD_YoukaiDouchuki_Medley",
  537.     0x757:"E11_WOL_YoshiWoolWorld",
  538.     0x759:"CRS25a_StaffRoll_Loop",
  539.     0x75a:"F27_AIR_MoriStage",
  540.     0x75b:"F28_KBY64_PopStar",
  541.     0x75c:"F29_TDX_TamashiiNoTatakai",
  542.     0x75e:"T09_SDX_PupupuLand",
  543.     0x75f:"W06_SDX_YumeNoIzumi",
  544.     0x760:"Z80_F_Mewtwo",
  545.     0x761:"Z81_F_Ryu",
  546.     0x762:"Z82_F_Lucas",
  547.     0x763:"Z83_F_Roy",
  548.     0x76b:"F30_YIM_IceCreamIsland",
  549.     0x76c:"R70_RTG_BlueBirds",
  550.     0x76d:"R71_MRT_SaruDokei",
  551.     0x772:"SF01a_SF2_Ryu",
  552.     0x773:"SF01b_SF2_Ryu_Pinch",
  553.     0x774:"SF02a_SF2_Ryu_2",
  554.     0x775:"SF02b_SF2_Ryu_2_Pinch",
  555.     0x776:"SF03a_SF2_Ken",
  556.     0x777:"SF03b_SF2_Ken_Pinch",
  557.     0x778:"SF04a_SF2_Ken_2",
  558.     0x779:"SF04b_SF2_Ken_2_Pinch",
  559.     0x77a:"SF05_SF2_RyuStage",
  560.     0x77b:"SF06_SF2_KenStage",
  561.     0x77c:"A66_SMB3_Chijyou",
  562.     0x77d:"A67_SM64_Slider",
  563.     0x77e:"A68_MUSA_Chijyou",
  564.     0x77f:"A69_SM64_MainTheme",
  565.     0x780:"C33_ZLD_Chijiyou",
  566.     0x781:"C34_TRI_OmoteNoChijiyou",
  567.     0x782:"C35_TNO_HyruleMainTheme",
  568.     0x785:"T10_SMB_PeachJyouJoku",
  569.     0x786:"T11_ZLD_HyruleJiyou",
  570.     0x78b:"C14_MNK_TerminaHeigen",
  571.     0x78c:"C36_ZLD_Medley",
  572.     0x790:"A70_SMM_Title",
  573.     0x792:"A71_SMB_Chijyou",
  574.     0x793:"A72_WLD_Chijyou",
  575.     0x798:"Z84_J_Orekyoku_SMM_Chijyou_Link",
  576.     0x7b3:"A45a_NEWU_Chijyou_SMMLink",
  577.     0x7b4:"A66a_SMB3_Chijyou_SMMLink",
  578.     0x7b5:"A71a_SMB_Chijyou_SMMLink",
  579.     0x7b6:"A72a_WLD_Chijyou_SMMLink"
  580. }
  581.  
  582. # Stage IDs for bgm_mymusic.mmb
  583. smashUMyMusic = {
  584.     0x0:"BattleField_f",
  585.     0x1:"BattleFieldL_f",
  586.     0x2:"End_f",
  587.     0x3:"MarioU",
  588.     0x4:"Galaxy",
  589.     0x5:"XDolpic",
  590.     0x6:"MarioKart",
  591.     0x7:"XKart",
  592.     0x8:"XMansion",
  593.     0x9:"DKReturns",
  594.     0xa:"64Jungle",
  595.     0xb:"Skyward",
  596.     0xc:"XOldin",
  597.     0xd:"DxShrine",
  598.     0xe:"Metroid",
  599.     0xf:"XNorfair",
  600.     0x10:"XFzero",
  601.     0x11:"YoshiU",
  602.     0x12:"DxYorster",
  603.     0x13:"Cave",
  604.     0x14:"XHalberd",
  605.     0x15:"Assault",
  606.     0x16:"XStarfox",
  607.     0x17:"Kalos",
  608.     0x18:"XStadium",
  609.     0x19:"DxOnett",
  610.     0x1a:"Colloseum_f",
  611.     0x1b:"XEmblem",
  612.     0x1c:"Gw3",
  613.     0x1d:"Angeland",
  614.     0x1e:"XPalutena",
  615.     0x1f:"Gamer",
  616.     0x20:"PikminU",
  617.     0x21:"Village2",
  618.     0x22:"XVillage",
  619.     0x23:"WiiFit",
  620.     0x24:"PunchOut",
  621.     0x25:"PunchOut2",
  622.     0x26:"XenoBlade",
  623.     0x27:"DuckHunt",
  624.     0x28:"XDonkey",
  625.     0x29:"Wrecking",
  626.     0x2a:"Pilotwings",
  627.     0x2b:"Wufu",
  628.     0x2c:"Windyhill",
  629.     0x2d:"Wily",
  630.     0x2e:"Pacland",
  631.     0x2f:"Event_Map",
  632.     0x30:"Order_CrazySide",
  633.     0x31:"Order_CrazySide_Success",
  634.     0x32:"Order_Reward_Get",
  635.     0x33:"Order_Reward_Lost",
  636.     0x34:"Order_MasterSide",
  637.     0x35:"Allstar_f",
  638.     0x36:"OptionSound",
  639.     0x37:"OnlineTraining_f",
  640.     0x38:"SimpleIntroScene",
  641.     0x39:"SimpleResultScene_Lose",
  642.     0x3a:"SimpleResultScene",
  643.     0x3b:"SimpleResultScene_Final",
  644.     0x3c:"SimpleResultScene_Failure",
  645.     0x3d:"SimpleRootmapScene",
  646.     0x3e:"Playable_roll_f",
  647.     0x3f:"Bomb_f",
  648.     0x40:"BombResult_f",
  649.     0x41:"Tournament_Result",
  650.     0x42:"Tournament_Table",
  651.     0x43:"Tournament_Table_Watching",
  652.     0x44:"FigShopScene",
  653.     0x45:"Rush_f",
  654.     0x46:"EndingFigGetScene",
  655.     0x47:"FigListScene",
  656.     0x48:"Homerun_f",
  657.     0x49:"Menu",
  658.     0x4a:"AlbumScene",
  659.     0x4b:"World_Boss_YellowDevil",
  660.     0x4c:"World_Boss_Face",
  661.     0x4d:"World_Boss_Ridley",
  662.     0x4e:"World_Map",
  663.     0x4f:"World_Map_5Turns",
  664.     0x50:"World_Map_Battle",
  665.     0x51:"Battlefieldk_f",
  666.     0x52:"VSResult",
  667.     0x53:"Tournament_Entry",
  668.     0x54:"Tournament_FighterSelect",
  669.     0x55:"Miiverse",
  670.     0x56:"StreetFighter_f",
  671.     0x57:"Pupupuland64_f",
  672.     0x58:"PeachCastle64_f",
  673.     0x59:"Hyrule64_f",
  674.     0x5a:"XPirates_f",
  675.     0x5b:"MarioMaker_f"
  676. }
  677.  
  678. # Song titles for ui_sound_db.bin
  679.  
  680. songTitles = {
  681.     "SOUND1":["Battlefield", "Original"],
  682.     "SOUND2":["Menu (Melee)", "Super Smash Bros. Melee"],
  683.     "SOUND3":["Final Destination", "Original"],
  684.     "SOUND4":["Menu (Melee): Ver. 2", "Super Smash Bros. Melee"],
  685.     "SOUND5":["Master Hand", "Original"],
  686.     "SOUND6":["Master Core", "Original"],
  687.     "SOUND7":["Super Mario 3D Land Theme / Beach Theme", "Super Mario 3D Land / Super Mario Bros."],
  688.     "SOUND8":["Super Mario Bros. 3 Medley", "Super Mario Bros. 3 "],
  689.     "SOUND9":["Athletic Theme / Ground Theme", "New Super Mario Bros. 2"],
  690.     "SOUND10":["Ground Theme / Underground Theme", "Super Mario Bros."],
  691.     "SOUND11":["Rainbow Road Medley", "Mario Kart 7 / Mario Kart DS / Mario Kart: Super Circuit"],
  692.     "SOUND12":["Rainbow Road (Mario Kart 7)", "Mario Kart 7"],
  693.     "SOUND13":["N's Castle Medley", "Pokémon Black / Pokémon White"],
  694.     "SOUND14":["Battle! (Reshiram/Zekrom)", "Pokémon Black / Pokémon White"],
  695.     "SOUND15":["Battle! (Trainer Battle) (Pokémon X / Pokémon Y)", "Pokémon X / Pokémon Y"],
  696.     "SOUND17":["Gerudo Valley", "The Legend of Zelda: Ocarina of Time "],
  697.     "SOUND18":["Ocarina of Time Medley", "The Legend of Zelda: Ocarina of Time "],
  698.     "SOUND19":["Full Steam Ahead (Spirit Tracks)", "The Legend of Zelda: Spirit Tracks / The Legend of Zelda"],
  699.     "SOUND20":["Main Theme / Underworld Theme", "The Legend of Zelda"],
  700.     "SOUND26":["Green Greens Ver. 2", "Kirby's Dream Land"],
  701.     "SOUND27":["Tortimer Island Medley", "Animal Crossing: New Leaf"],
  702.     "SOUND28":["Kapp'n's Song", "Animal Crossing: New Leaf"],
  703.     "SOUND29":["Id (Purpose)", "Fire Emblem Awakening"],
  704.     "SOUND30":["Fire Emblem", "Fire Emblem: Shadow Dragon and the Blade of Light"],
  705.     "SOUND31":["Wrath of the Reset Bomb", "Kid Icarus: Uprising"],
  706.     "SOUND32":["Dark Pit's Theme", "Kid Icarus: Uprising"],
  707.     "SOUND33":["Mute City", "F-Zero"],
  708.     "SOUND34":["Mute City Ver. 3", "F-Zero"],
  709.     "SOUND35":["Magicant / Eight Melodies (Mother)", "Mother"],
  710.     "SOUND36":["Smiles and Tears", "EarthBound"],
  711.     "SOUND37":["Paper Mario Medley", "Paper Mario: Sticker Star / Paper Mario: The Thousand-Year Door"],
  712.     "SOUND38":["Try, Try Again", "Mario & Luigi: Dream Team"],
  713.     "SOUND39":["Tomodachi Life", "Tomodachi Life"],
  714.     "SOUND40":["Mii Plaza", "Mii Channel"],
  715.     "SOUND41":["Bathtime Theme", "nintendogs"],
  716.     "SOUND42":["Bathtime Theme (Vocal Mix)", "nintendogs"],
  717.     "SOUND43":["Balloon Fight Medley", "Balloon Fight"],
  718.     "SOUND44":["Balloon Trip", "Balloon Fight"],
  719.     "SOUND45":["Dark Lord", "Find Mii II"],
  720.     "SOUND46":["Save the World, Heroes!", "Find Mii II"],
  721.     "SOUND47":["PictoChat", "PictoChat"],
  722.     "SOUND48":["Dr. Mario", "Dr. Mario"],
  723.     "SOUND49":["PAC-MAN", "PAC-MAN"],
  724.     "SOUND50":["PAC-MAN (Club Mix)", "PAC-MAN"],
  725.     "SOUND51":["Mega Man 2 Medley", "Mega Man 2"],
  726.     "SOUND52":["Mega Man 2 Retro Medley", "Mega Man 2"],
  727.     "SOUND53":["Gaur Plain", "Xenoblade Chronicles"],
  728.     "SOUND54":["You Will Know Our Names", "Xenoblade Chronicles"],
  729.     "SOUND55":["Jogging/Countdown", "Punch-Out!! (NES)"],
  730.     "SOUND56":["Minor Circuit", "Punch-Out!! (Wii)"],
  731.     "SOUND57":["Ground Theme (Super Mario Bros.)", "Super Mario Bros."],
  732.     "SOUND59":["Kongo Jungle", "Donkey Kong Country"],
  733.     "SOUND60":["Gear Getaway", "Donkey Kong Country Returns"],
  734.     "SOUND61":["Brinstar", "Metroid"],
  735.     "SOUND62":["Brinstar Depths", "Metroid"],
  736.     "SOUND65":["Ending (Yoshi's Story)", "Yoshi's Story"],
  737.     "SOUND66":["Corneria", "Star Fox"],
  738.     "SOUND67":["Star Wolf's Theme / Sector Z", "Star Fox 64"],
  739.     "SOUND68":["Main Theme (Pikmin)", "Pikmin"],
  740.     "SOUND69":["Stage Select (Pikmin 2)", "Pikmin 2"],
  741.     "SOUND70":["Flat Zone", "Game & Watch"],
  742.     "SOUND71":["Flat Zone 2", "Game & Watch"],
  743.     "SOUND72":["WarioWare, Inc.", "WarioWare, Inc."],
  744.     "SOUND73":["Ashley's Song (JP)", "WarioWare: Touched!"],
  745.     "SOUND74":["Green Hill Zone", "Sonic The Hedgehog (1991)"],
  746.     "SOUND75":["Live & Learn", "Sonic Adventure 2"],
  747.     "SOUND76":["Menu", "Original"],
  748.     "SOUND77":["Menu 2 (Melee)", "Super Smash Bros. Melee"],
  749.     "SOUND78":["Online Practice Stage", "Original"],
  750.     "SOUND79":["Results Display Screen", "Super Smash Bros."],
  751.     "SOUND81":["Classic: Results Screen", "Original"],
  752.     "SOUND82":["Classic: Final Results", "Original"],
  753.     "SOUND83":["Classic: Fail", "Original"],
  754.     "SOUND84":["All-Star Rest Area", "Original"],
  755.     "SOUND85":["Target Blast", "Original"],
  756.     "SOUND86":["Gallery/Hoard", "Original"],
  757.     "SOUND87":["Trophy Shop", "Original"],
  758.     "SOUND88":["Trophy Rush", "Original"],
  759.     "SOUND89":["Replay/Album/Records", "Original"],
  760.     "SOUND91":["Credits", "Original"],
  761.     "SOUND92":["How to Play", "Super Smash Bros. Melee"],
  762.     "SOUND93":["Home-Run Contest", "Super Smash Bros. Brawl"],
  763.     "SOUND94":["Multi-Man Smash", "Original"],
  764.     "SOUND95":["Cruel Smash (Brawl)", "Super Smash Bros. Brawl"],
  765.     "SOUND96":["Ballad of the Goddess / Ghirahim's Theme", "The Legend of Zelda: Skyward Sword"],
  766.     "SOUND97":["Dark World / Dark World Dungeon", "The Legend of Zelda: A Link to the Past"],
  767.     "SOUND98":["Theme from Area 6 / Missile Slipstream", "Star Fox 64 / Star Fox Command"],
  768.     "SOUND99":["In the Space-Pirate Ship", "Kid Icarus: Uprising"],
  769.     "SOUND100":["The Mysterious Murasame Castle Medley", "The Mysterious Murasame Castle"],
  770.     "SOUND101":["Spark Man Stage", "Mega Man 3"],
  771.     "SOUND102":["Air Man Stage", "Mega Man 2"],
  772.     "SOUND103":["Credits (Smash Bros.): Ver. 2", "Super Smash Bros."],
  773.     "SOUND104":["PAC-MAN'S PARK / BLOCK TOWN", "PAC-MANIA"],
  774.     "SOUND105":["Boss Battle (Melee)", "Super Smash Bros. Melee"],
  775.     "SOUND106":["Rainbow Cruise", "Super Mario 64"],
  776.     "SOUND107":["Stickerbush Symphony", "Donkey Kong Country 2"],
  777.     "SOUND108":["Boss Fight 1 (Kid Icarus: Uprising)", "Kid Icarus: Uprising"],
  778.     "SOUND109":["Mechanical Rhythm", "Xenoblade Chronicles"],
  779.     "SOUND110":["The Legendary Air Ride Machine", "Kirby Air Ride  "],
  780.     "SOUND111":["With Mila's Divine Protection (Celica Map 1)", "Fire Emblem Gaiden"],
  781.     "SOUND112":["Temple Theme", "Zelda II - The Adventure of Link"],
  782.     "SOUND113":["Tetris: Type A", "Tetris"],
  783.     "SOUND116":["Ashley's Song", "WarioWare: Touched!"],
  784.     "SOUND117":["Super Mario Bros. Medley", "Super Mario Bros."],
  785.     "SOUND118":["Super Mario Bros.: The Lost Levels Medley", "Super Mario Bros.: The Lost Levels"],
  786.     "SOUND119":["Fortress Boss (Super Mario World)", "Super Mario World"],
  787.     "SOUND120":["Super Mario World Medley", "Super Mario World"],
  788.     "SOUND121":["Chill (Dr. Mario) Ver. 2", "Dr. Mario"],
  789.     "SOUND122":["Mario Paint Medley", "Mario Paint"],
  790.     "SOUND123":["Luigi's Mansion Series Medley", "Luigi's Mansion / Luigi's Mansion: Dark Moon"],
  791.     "SOUND124":["Egg Planet", "Super Mario Galaxy"],
  792.     "SOUND125":["Rosalina in the Observatory / Luma's Theme", "Super Mario Galaxy"],
  793.     "SOUND126":["Circuit (Mario Kart 7)", "Mario Kart 7"],
  794.     "SOUND127":["Cloudtop Cruise", "Mario Kart 8"],
  795.     "SOUND128":["Jungle Level Jazz Style", "Donkey Kong Country"],
  796.     "SOUND129":["Jungle Level Tribal Style", "Donkey Kong Country"],
  797.     "SOUND130":["Donkey Kong Country Returns (Vocals)", "Donkey Kong Country Returns"],
  798.     "SOUND131":["Saria's Song / Middle Boss Battle", "The Legend of Zelda: Ocarina of Time "],
  799.     "SOUND132":["The Great Sea / Menu Select", "The Legend of Zelda: The Wind Waker"],
  800.     "SOUND133":["Title (Metroid)", "Metroid"],
  801.     "SOUND134":["Escape", "Metroid"],
  802.     "SOUND135":["Yoshi's Island", "Super Mario World 2: Yoshi's Island "],
  803.     "SOUND136":["Yoshi's Woolly World", "Yoshi's Woolly World"],
  804.     "SOUND137":["Butter Building Ver. 2", "Kirby's Adventure"],
  805.     "SOUND138":["The Great Cave Offensive", "Kirby Super Star"],
  806.     "SOUND139":["King Dedede's Theme Ver. 2", "Kirby's Dream Land"],
  807.     "SOUND140":["Forest/Nature Area", "Kirby & The Amazing Mirror"],
  808.     "SOUND141":["Route 10", "Pokémon Black / Pokémon White"],
  809.     "SOUND142":["Battle! (Wild Pokémon) (Pokémon Diamond / Pokémon Pearl)", "Pokémon Diamond / Pokémon Pearl"],
  810.     "SOUND143":["Battle! (Champion) / Champion Cynthia", "Pokémon Diamond / Pokémon Pearl"],
  811.     "SOUND144":["Route 23", "Pokémon Black 2 / Pokémon White 2"],
  812.     "SOUND145":["Battle! (Team Flare)", "Pokémon X / Pokémon Y"],
  813.     "SOUND146":["Onett Theme / Winters Theme", "EarthBound"],
  814.     "SOUND147":["Coliseum Series Medley", "Fire Emblem (Series)"],
  815.     "SOUND148":["Fight 1 (Fire Emblem Gaiden)", "Fire Emblem Gaiden"],
  816.     "SOUND149":["Fire Emblem: Mystery of the Emblem Medley", "Fire Emblem (Series)"],
  817.     "SOUND150":["Meeting Theme Series Medley", "Fire Emblem (Series)"],
  818.     "SOUND151":["Lightning Chariot Base", "Kid Icarus: Uprising"],
  819.     "SOUND152":["Destroyed Skyworld", "Kid Icarus: Uprising"],
  820.     "SOUND153":["Ashley's Song Ver. 2", "WarioWare: Touched!"],
  821.     "SOUND154":["Mission Mode", "Pikmin 3"],
  822.     "SOUND155":["Plaza / Title (Animal Crossing: City Folk / Animal Crossing: Wild World)", "Animal Crossing: City Folk / Animal Crossing: Wild World"],
  823.     "SOUND156":["Outdoors at 7 p.m. (Sunny) / Main Street", "Animal Crossing: New Leaf"],
  824.     "SOUND157":["Tour", "Animal Crossing: New Leaf"],
  825.     "SOUND158":["Bubblegum K.K.", "Animal Crossing: New Leaf"],
  826.     "SOUND159":["Super Hoop", "Wii Fit"],
  827.     "SOUND160":["Wii Fit Plus Medley", "Wii Fit Plus"],
  828.     "SOUND161":["Skateboard Arena (Free Mode)", "Wii Fit Plus"],
  829.     "SOUND162":["Minor Circuit", "Punch-Out!! (NES)"],
  830.     "SOUND163":["Xenoblade Chronicles Medley", "Xenoblade Chronicles"],
  831.     "SOUND164":["Duck Hunt Medley", "Duck Hunt"],
  832.     "SOUND165":["Wrecking Crew Medley", "Wrecking Crew"],
  833.     "SOUND166":["Light Plane", "Pilotwings"],
  834.     "SOUND167":["Light Plane (Vocal Mix)", "Pilotwings"],
  835.     "SOUND168":["Turbo Jet", "Pilotwings Resort"],
  836.     "SOUND169":["Pedal Glider", "Pilotwings Resort"],
  837.     "SOUND170":["Wii Sports Series Medley", "Wii Sports / Wii Sports Resort"],
  838.     "SOUND171":["Wii Sports Resort", "Wii Sports Resort"],
  839.     "SOUND172":["Wii Sports Resort Ver. 2", "Wii Sports Resort"],
  840.     "SOUND173":["The valedictory elegy", "Baten Kaitos Origins"],
  841.     "SOUND174":["Wii Shop Channel", "Wii Shop Channel"],
  842.     "SOUND175":["Glory of Heracles", "Glory of Heracles"],
  843.     "SOUND176":["Freakyforms: Your Creations, Alive! Medley", "Freakyforms: Your Creations, Alive!"],
  844.     "SOUND177":["Boss 1 (Sakura Samurai: Art of the Sword)", "Sakura Samurai: Art of the Sword"],
  845.     "SOUND178":["Nintendo Land Medley", "Nintendo Land"],
  846.     "SOUND179":["Style Savvy: Trendsetters", "Style Savvy: Trendsetters"],
  847.     "SOUND180":["Culdcept", "Culdcept"],
  848.     "SOUND181":["Cut Man Stage", "Mega Man"],
  849.     "SOUND182":["Quick Man Stage", "Mega Man 2"],
  850.     "SOUND183":["Shadow Man Stage", "Mega Man 3"],
  851.     "SOUND184":["Underwater Theme (Super Mario Bros.)", "Super Mario Bros."],
  852.     "SOUND185":["Underground Theme (Super Mario Land)", "Super Mario Land"],
  853.     "SOUND186":["Airship Theme (Super Mario Bros. 3)", "Super Mario Bros. 3 "],
  854.     "SOUND187":["Castle / Boss Fortress (Super Mario World/SMB 3)", "Super Mario World / Super Mario Bros. 3"],
  855.     "SOUND188":["Title/Ending (Super Mario World)", "Super Mario World"],
  856.     "SOUND189":["Main Theme (New Super Mario Bros.)", "New Super Mario Bros."],
  857.     "SOUND190":["Luigi's Mansion Theme", "Luigi's Mansion"],
  858.     "SOUND191":["Mario Bros.", "Mario Bros."],
  859.     "SOUND192":["Mario Circuit", "Super Mario Kart"],
  860.     "SOUND193":["Luigi Raceway", "Mario Kart 64"],
  861.     "SOUND194":["Waluigi Pinball", "Mario Kart DS"],
  862.     "SOUND195":["Jungle Level Ver. 2", "Donkey Kong Country"],
  863.     "SOUND196":["Opening (Donkey Kong)", "Donkey Kong"],
  864.     "SOUND197":["Donkey Kong", "Donkey Kong"],
  865.     "SOUND198":["King K. Rool / Ship Deck 2", "Donkey Kong Country"],
  866.     "SOUND199":["Jungle Level  ", "Donkey Kong Country"],
  867.     "SOUND200":["Title (The Legend of Zelda)", "The Legend of Zelda"],
  868.     "SOUND201":["Main Theme Ver. 2 (The Legend of Zelda)", "The Legend of Zelda"],
  869.     "SOUND202":["Great Temple / Temple", "Zelda II - The Adventure of Link"],
  870.     "SOUND203":["The Dark World", "The Legend of Zelda: A Link to the Past"],
  871.     "SOUND204":["Hidden Mountain & Forest", "The Legend of Zelda: A Link to the Past"],
  872.     "SOUND205":["Tal Tal Heights", "The Legend of Zelda: Link's Awakening"],
  873.     "SOUND206":["Hyrule Field Theme", "The Legend of Zelda: Ocarina of Time "],
  874.     "SOUND207":["Song of Storms", "The Legend of Zelda: Ocarina of Time "],
  875.     "SOUND208":["Main Theme (Metroid)", "Metroid"],
  876.     "SOUND209":["Norfair", "Metroid"],
  877.     "SOUND210":["Ending (Metroid)", "Metroid"],
  878.     "SOUND211":["Vs. Ridley", "Super Metroid"],
  879.     "SOUND212":["Theme of Samus Aran, Space Warrior", "Super Metroid"],
  880.     "SOUND213":["Sector 1", "Metroid Fusion"],
  881.     "SOUND214":["Obstacle Course (Yoshi's Island)", "Super Mario World 2: Yoshi's Island "],
  882.     "SOUND215":["Flower Field", "Yoshi Touch & Go"],
  883.     "SOUND216":["Wildlands", "Yoshi's Island DS"],
  884.     "SOUND217":["King Dedede's Theme", "Kirby"],
  885.     "SOUND218":["Boss Theme Medley", "Kirby (Series)"],
  886.     "SOUND219":["Butter Building", "Kirby's Adventure"],
  887.     "SOUND220":["Gourmet Race", "Kirby Super Star"],
  888.     "SOUND221":["Meta Knight's Revenge", "Kirby Super Star"],
  889.     "SOUND222":["Vs. Marx", "Kirby Super Star"],
  890.     "SOUND223":["02 Battle", "Kirby 64: The Crystal Shards"],
  891.     "SOUND224":["Squeak Squad Theme", "Kirby: Squeak Squad"],
  892.     "SOUND225":["Main Theme (Star Fox)", "Star Fox"],
  893.     "SOUND226":["Corneria (Brawl)", "Star Fox"],
  894.     "SOUND227":["Main Theme (Star Fox 64)", "Star Fox 64"],
  895.     "SOUND228":["Area 6", "Star Fox 64"],
  896.     "SOUND229":["Star Wolf", "Star Fox 64"],
  897.     "SOUND230":["Space Armada", "Star Fox"],
  898.     "SOUND231":["Area 6 Ver. 2", "Star Fox 64"],
  899.     "SOUND232":["Pokémon Main Theme (Pokémon Red / Pokémon Blue)", "Pokémon Red / Pokémon Blue"],
  900.     "SOUND233":["Pokémon Center (Pokémon Red / Pokémon Blue)", "Pokémon Red / Pokémon Blue"],
  901.     "SOUND234":["Road to Viridian City (From Pallet Town/Pewter City)", "Pokémon Red / Pokémon Blue"],
  902.     "SOUND235":["Pokémon Gym/Evolution (Pokémon Red / Pokémon Blue)", "Pokémon Red / Pokémon Blue"],
  903.     "SOUND236":["Battle! (Wild Pokémon) (Pokémon Ruby / Pokémon Sapphire)", "Pokémon Ruby / Pokémon Sapphire"],
  904.     "SOUND237":["Victory Road (Pokémon Ruby / Pokémon Sapphire)", "Pokémon Ruby / Pokémon Sapphire"],
  905.     "SOUND238":["Battle! (Dialga/Palkia) / Spear Pillar", "Pokémon Diamond / Pokémon Pearl"],
  906.     "SOUND239":["Battle! (Team Galactic)", "Pokémon Diamond / Pokémon Pearl"],
  907.     "SOUND240":["Route 209 (Pokémon Diamond / Pokémon Pearl)", "Pokémon Diamond / Pokémon Pearl"],
  908.     "SOUND241":["Mute City Ver. 2", "F-Zero"],
  909.     "SOUND242":["White Land ", "F-Zero"],
  910.     "SOUND243":["Fire Field", "F-Zero"],
  911.     "SOUND244":["Fire Emblem Theme", "Fire Emblem: Shadow Dragon and the Blade of Light"],
  912.     "SOUND245":["Shadow Dragon Medley", "Fire Emblem: Shadow Dragon and the Blade of Light"],
  913.     "SOUND246":["Preparing to Advance", "Fire Emblem: The Sacred Stones"],
  914.     "SOUND247":["Winning Road - Roy's Hope", "Fire Emblem: The Binding Blade"],
  915.     "SOUND248":["Attack (Fire Emblem)", "Fire Emblem"],
  916.     "SOUND249":["Snowman", "Mother"],
  917.     "SOUND250":["Porky's Theme", "Mother 3"],
  918.     "SOUND251":["Mother 3 Love Theme", "Mother 3"],
  919.     "SOUND252":["Unfounded Revenge / Smashing Song of Praise", "Mother 3"],
  920.     "SOUND253":["World Map (Pikmin 2)", "Pikmin 2"],
  921.     "SOUND254":["Environmental Noises", "Pikmin"],
  922.     "SOUND255":["Stage Clear / Title (Pikmin)", "Pikmin"],
  923.     "SOUND256":["WarioWare, Inc. Medley", "WarioWare, Inc."],
  924.     "SOUND257":["Title (Animal Crossing)", "Animal Crossing"],
  925.     "SOUND258":["Go K.K. Rider!", "Animal Crossing"],
  926.     "SOUND259":["2:00 a.m.", "Animal Crossing"],
  927.     "SOUND260":["The Roost (Animal Crossing: Wild World)", "Animal Crossing: Wild World"],
  928.     "SOUND261":["Town Hall and Tom Nook's Store", "Animal Crossing: Wild World"],
  929.     "SOUND262":["Underworld", "Kid Icarus"],
  930.     "SOUND263":["Title (Kid Icarus)", "Kid Icarus"],
  931.     "SOUND264":["Overworld", "Kid Icarus"],
  932.     "SOUND265":["Stack-Up/Gyromite", "Stack-Up/Gyromite"],
  933.     "SOUND266":["Chill (Dr. Mario)", "Dr. Mario"],
  934.     "SOUND267":["Clu Clu Land", "Clu Clu Land"],
  935.     "SOUND268":["Ice Climber", "Ice Climber"],
  936.     "SOUND269":["Shin Onigashima Medley", "Shin Onigashima"],
  937.     "SOUND270":["Title (3D Hot Rally)", "Famicom Grand Prix II: 3D Hot Rally"],
  938.     "SOUND271":["Tetris: Type B", "Tetris"],
  939.     "SOUND272":["Tunnel Scene (X)", "X"],
  940.     "SOUND273":["Mario Tennis / Mario Golf", "Mario Power Tennis / Mario Golf: Toadstool Tour"],
  941.     "SOUND274":["Lip's Theme (Panel de Pon)", "Panel de Pon"],
  942.     "SOUND275":["Marionation Gear", "Chosoju Mecha MG"],
  943.     "SOUND276":["Title (Big Brain Academy)", "Big Brain Academy"],
  944.     "SOUND277":["Battle Scene / Final Boss (Golden Sun)", "Golden Sun: The Lost Age"],
  945.     "SOUND278":["Credits (Super Smash Bros.)", "Super Smash Bros."],
  946.     "SOUND279":["Yoshi's Story", "Yoshi's Story"],
  947.     "SOUND280":["Princess Peach's Castle", "Super Mario Bros."],
  948.     "SOUND281":["Yoshi's Island (Melee)", "Super Mario World"],
  949.     "SOUND282":["Green Greens (Melee)", "Kirby"],
  950.     "SOUND283":["Pokémon Stadium", "Pokémon Red / Pokémon Blue"],
  951.     "SOUND284":["Poké Floats", "Pokémon Red / Pokémon Blue"],
  952.     "SOUND285":["Big Blue", "F-Zero"],
  953.     "SOUND286":["Onett", "Mother"],
  954.     "SOUND287":["Icicle Mountain", "Ice Climber"],
  955.     "SOUND288":["Ground Theme (Super Mario Bros. 3)", "Super Mario Bros. 3 "],
  956.     "SOUND289":["Pokémon Stadium 2", "Pokémon Gold / Pokémon Silver"],
  957.     "SOUND290":["Mach Rider", "Mach Rider"],
  958.     "SOUND291":["Pollyanna (I Believe in You)", "Mother"],
  959.     "SOUND292":["DK Rap", "Donkey Kong 64"],
  960.     "SOUND293":["Venom", "Star Fox 64"],
  961.     "SOUND294":["Mute City", "F-Zero"],
  962.     "SOUND295":["Main Theme (The Legend of Zelda)", "The Legend of Zelda"],
  963.     "SOUND296":["Yoshi's Story Ver. 2", "Yoshi's Story"],
  964.     "SOUND298":["Delfino Plaza", "Super Mario Sunshine"],
  965.     "SOUND299":["Ricco Harbor", "Super Mario Sunshine"],
  966.     "SOUND300":["Main Theme (Super Mario 64)", "Super Mario 64"],
  967.     "SOUND301":["Rainbow Road (Mario Kart: Double Dash!!)", "Mario Kart: Double Dash!!"],
  968.     "SOUND302":["Ground Theme (New Super Mario Bros. 2)", "New Super Mario Bros. 2"],
  969.     "SOUND303":["Ground Theme (New Super Mario Bros. U)", "New Super Mario Bros. U"],
  970.     "SOUND304":["Minigame Theme (Mario Party 9)", "Mario Party 9"],
  971.     "SOUND305":["Tough Guy Alert!", "Mario & Luigi: Bowser's Inside Story"],
  972.     "SOUND306":["The Grand Finale", "Mario & Luigi: Bowser's Inside Story"],
  973.     "SOUND307":["Mushroom Gorge", "Mario Kart Wii"],
  974.     "SOUND308":["Mario Kart Stadium", "Mario Kart 8"],
  975.     "SOUND309":["Rainbow Road (Mario Kart 8)", "Mario Kart 8"],
  976.     "SOUND310":["Egg Planet", "Super Mario Galaxy"],
  977.     "SOUND311":["Gusty Garden Galaxy", "Super Mario Galaxy"],
  978.     "SOUND312":["Super Mario Galaxy", "Super Mario Galaxy"],
  979.     "SOUND313":["Sky Station", "Super Mario Galaxy 2"],
  980.     "SOUND314":["Bowser's Galaxy Generator", "Super Mario Galaxy 2"],
  981.     "SOUND315":["Fated Battle", "Super Mario Galaxy 2"],
  982.     "SOUND316":["Theme of SMG2", "Super Mario Galaxy 2"],
  983.     "SOUND318":["On the Hunt -Gloomy Manor Ver.- (Instrumental)", "Luigi's Mansion: Dark Moon"],
  984.     "SOUND319":["Battle for Storm Hill", "Donkey Kong Jungle Beat"],
  985.     "SOUND320":["25m Theme", "Donkey Kong"],
  986.     "SOUND321":["Donkey Kong Country Returns", "Donkey Kong Country Returns"],
  987.     "SOUND322":["Jungle Hijinxs", "Donkey Kong Country Returns"],
  988.     "SOUND323":["Mole Patrol", "Donkey Kong Country Returns"],
  989.     "SOUND324":["Mangrove Cove", "Donkey Kong Country: Tropical Freeze"],
  990.     "SOUND325":["Swinger Flinger", "Donkey Kong Country: Tropical Freeze"],
  991.     "SOUND326":["Village of the Blue Maiden", "The Legend of Zelda: Four Swords Adventures"],
  992.     "SOUND327":["Dragon Roost Island", "The Legend of Zelda: The Wind Waker"],
  993.     "SOUND328":["Main Theme (Twilight Princess)", "The Legend of Zelda: Twilight Princess"],
  994.     "SOUND329":["The Hidden Village", "The Legend of Zelda: Twilight Princess"],
  995.     "SOUND330":["Midna's Lament", "The Legend of Zelda: Twilight Princess"],
  996.     "SOUND331":["Gerudo Valley", "The Legend of Zelda: Ocarina of Time "],
  997.     "SOUND332":["Ballad of the Goddess", "The Legend of Zelda: Skyward Sword"],
  998.     "SOUND333":["Hyrule Main Theme", "The Legend of Zelda: A Link Between Worlds"],
  999.     "SOUND334":["Lorule Main Theme", "The Legend of Zelda: A Link Between Worlds"],
  1000.     "SOUND335":["Yuga Battle (Hyrule Castle)", "The Legend of Zelda: A Link Between Worlds"],
  1001.     "SOUND336":["Vs. Parasite Queen", "Metroid Prime"],
  1002.     "SOUND337":["Vs. Meta Ridley", "Metroid Prime"],
  1003.     "SOUND338":["Multiplayer (Metroid Prime 2: Echoes)", "Metroid Prime 2: Echoes"],
  1004.     "SOUND339":["Psycho Bits", "Metroid Prime Hunters"],
  1005.     "SOUND340":["The Burning Lava Fish", "Metroid: Other M"],
  1006.     "SOUND341":["Lockdown Battle Theme", "Metroid: Other M"],
  1007.     "SOUND342":["Nemesis Ridley", "Metroid: Other M"],
  1008.     "SOUND344":["Frozen Hillside", "Kirby Air Ride"],
  1009.     "SOUND345":["Celestial Valley", "Kirby Air Ride"],
  1010.     "SOUND346":["The Adventure Begins", "Kirby's Return to Dream Land"],
  1011.     "SOUND347":["Through the Forest", "Kirby's Return to Dream Land"],
  1012.     "SOUND348":["Floral Fields", "Kirby: Triple Deluxe"],
  1013.     "SOUND349":["Space Battleground", "Star Fox: Assault"],
  1014.     "SOUND350":["Break: Through the Ice", "Star Fox: Assault"],
  1015.     "SOUND351":["Star Wolf (Star Fox: Assault)", "Star Fox: Assault"],
  1016.     "SOUND352":["Battle! (Wild Pokémon) (Pokémon X / Pokémon Y)", "Pokémon X / Pokémon Y"],
  1017.     "SOUND353":["Battle! (Champion) (Pokémon X / Pokémon Y)", "Pokémon X / Pokémon Y"],
  1018.     "SOUND354":["Car Select", "F-Zero X"],
  1019.     "SOUND355":["Dream Chaser", "F-Zero X"],
  1020.     "SOUND356":["Devil's Call in Your Heart", "F-Zero X"],
  1021.     "SOUND357":["Climb Up! And Get the Last Chance!", "F-Zero X"],
  1022.     "SOUND358":["Brain Cleaner", "F-Zero GX"],
  1023.     "SOUND359":["Shotgun Kiss", "F-Zero GX"],
  1024.     "SOUND360":["Planet Colors", "F-Zero GX"],
  1025.     "SOUND362":["Red Canyon", "F-Zero"],
  1026.     "SOUND363":["Against the Dark Knight", "Fire Emblem: Path of Radiance"],
  1027.     "SOUND364":["Crimean Army Sortie", "Fire Emblem: Path of Radiance"],
  1028.     "SOUND365":["Power-Hungry Fool", "Fire Emblem: Path of Radiance"],
  1029.     "SOUND366":["Victory Is Near", "Fire Emblem: Path of Radiance"],
  1030.     "SOUND367":["Ike's Theme", "Fire Emblem: Radiant Dawn"],
  1031.     "SOUND368":["The Devoted", "Fire Emblem: Radiant Dawn"],
  1032.     "SOUND369":["Time of Action", "Fire Emblem: Radiant Dawn"],
  1033.     "SOUND370":["Duty (Ablaze)", "Fire Emblem Awakening"],
  1034.     "SOUND371":["Conquest (Ablaze)", "Fire Emblem Awakening"],
  1035.     "SOUND372":["Forest of Hope", "Pikmin"],
  1036.     "SOUND373":["Garden of Hope", "Pikmin 3"],
  1037.     "SOUND374":["Ruins (Wario Land: Shake It!)", "Wario Land: Shake It!"],
  1038.     "SOUND375":["Kid Icarus Retro Medley", "Kid Icarus"],
  1039.     "SOUND376":["Magnus's Theme", "Kid Icarus: Uprising"],
  1040.     "SOUND377":["Hades's Infernal Theme", "Kid Icarus: Uprising"],
  1041.     "SOUND378":["Thunder Cloud Temple", "Kid Icarus: Uprising"],
  1042.     "SOUND379":["Famicom Medley", "Family Computer Series"],
  1043.     "SOUND380":["Wrecking Crew Retro Medley", "Wrecking Crew"],
  1044.     "SOUND381":["Light Plane", "Pilotwings"],
  1045.     "SOUND382":["Golden Forest", "1080° Snowboarding"],
  1046.     "SOUND383":["Excite Truck", "Excite Truck"],
  1047.     "SOUND384":["Brain Age: Train Your Brain in Minutes a Day!", "Brain Age: Train Your Brain in Minutes a Day!"],
  1048.     "SOUND385":["Opening Theme / Select (Wii Sports)", "Wii Sports "],
  1049.     "SOUND386":["Rhythm Boxing", "Wii Fit"],
  1050.     "SOUND387":["Mischievous Mole-way", "Wii Fit Plus"],
  1051.     "SOUND388":["Core Luge", "Wii Fit U"],
  1052.     "SOUND389":["Final Results (Wii Party U)", "Wii Party U"],
  1053.     "SOUND390":["Title Theme (Wii Sports Resort)", "Wii Sports Resort"],
  1054.     "SOUND391":["Menu (Brain Age 2: More Training in Minutes a Day!)", "Brain Age 2: More Training in Minutes a Day!"],
  1055.     "SOUND392":["Attack (Soma Bringer)", "Soma Bringer"],
  1056.     "SOUND393":["Tomorrow's Passion", "Captain Rainbow"],
  1057.     "SOUND394":["PERFORMANCE", "Jam with the Band"],
  1058.     "SOUND395":["Title (Punch-Out!!)", "Punch-Out!! (Wii)"],
  1059.     "SOUND396":["World Circuit Theme", "Punch-Out!! (Wii)"],
  1060.     "SOUND397":["Engage the Enemy", "Xenoblade Chronicles"],
  1061.     "SOUND398":["Time to Fight!", "Xenoblade Chronicles"],
  1062.     "SOUND399":["Gaur Plain (Night)", "Xenoblade Chronicles"],
  1063.     "SOUND400":["An Obstacle in Our Path", "Xenoblade Chronicles"],
  1064.     "SOUND401":["Tunnel Theme (X-Scape)", "X-Scape"],
  1065.     "SOUND402":["Weyard", "Golden Sun: Dark Dawn"],
  1066.     "SOUND403":["Swan Lesson", "Art Academy"],
  1067.     "SOUND405":["Dragon Battle", "AR Games"],
  1068.     "SOUND406":["Title Theme (Nintendo Land)", "Nintendo Land"],
  1069.     "SOUND407":["Pop Fashion Show", "Style Savvy: Trendsetters"],
  1070.     "SOUND408":["Dillon's Rolling Western: The Last Ranger", "Dillon's Rolling Western: The Last Ranger"],
  1071.     "SOUND409":["Title Theme (NES Remix 2)", "NES Remix 2"],
  1072.     "SOUND410":["Mega Man Retro Medley", "Mega Man"],
  1073.     "SOUND411":["Mega Man 3 Retro Medley", "Mega Man 3"],
  1074.     "SOUND412":["Mega Man 4-6 Retro Medley", "Mega Man 4 / Mega Man 5 / Mega Man 6"],
  1075.     "SOUND413":["Angel Island Zone", "Sonic The Hedgehog 3"],
  1076.     "SOUND414":["Open Your Heart", "Sonic Adventure"],
  1077.     "SOUND415":["Sonic Heroes", "Sonic Heroes"],
  1078.     "SOUND416":["Right There, Ride On", "Sonic Rush"],
  1079.     "SOUND417":["His World (Instrumental)", "Sonic The Hedgehog (2006)"],
  1080.     "SOUND418":["Seven Rings in Hand", "Sonic and the Secret Rings"],
  1081.     "SOUND419":["Escape from the City", "Sonic Adventure 2"],
  1082.     "SOUND420":["Knight of the Wind", "Sonic and the Black Knight"],
  1083.     "SOUND421":["Reach for the Stars", "Sonic Colors"],
  1084.     "SOUND422":["Rooftop Run", "Sonic Generations"],
  1085.     "SOUND423":["Wonder World", "Sonic Lost World"],
  1086.     "SOUND424":["Windy Hill - Zone 1", "Sonic Lost World"],
  1087.     "SOUND425":["Final Destination (Melee)", "Super Smash Bros. Melee"],
  1088.     "SOUND426":["Menu (Melee)", "Super Smash Bros. Melee"],
  1089.     "SOUND427":["Giga Bowser (Melee)", "Super Smash Bros. Melee"],
  1090.     "SOUND428":["Multi-Man Melee 2 (Melee)", "Super Smash Bros. Melee"],
  1091.     "SOUND429":["Metal Battle (Melee)", "Super Smash Bros. Melee"],
  1092.     "SOUND430":["Trophies (Melee)", "Super Smash Bros. Melee"],
  1093.     "SOUND431":["Menu (Brawl)", "Super Smash Bros. Brawl"],
  1094.     "SOUND432":["Battlefield (Brawl)", "Super Smash Bros. Brawl"],
  1095.     "SOUND433":["Final Destination (Brawl)", "Super Smash Bros. Brawl"],
  1096.     "SOUND434":["Online Practice Stage (Brawl)", "Super Smash Bros. Brawl"],
  1097.     "SOUND435":["Trophy Gallery (Brawl)", "Super Smash Bros. Brawl"],
  1098.     "SOUND436":["Battlefield Ver. 2 (Brawl)", "Super Smash Bros. Brawl"],
  1099.     "SOUND437":["Boss Battle Song 1 (Brawl)", "Super Smash Bros. Brawl"],
  1100.     "SOUND438":["Boss Battle Song 2 (Brawl)", "Super Smash Bros. Brawl"],
  1101.     "SOUND439":["Final Destination Ver. 2", "Original"],
  1102.     "SOUND440":["Master Fortress: First Wave", "Original"],
  1103.     "SOUND441":["Master Fortress: Second Wave", "Original"],
  1104.     "SOUND442":["Mario Circuit (Mario Kart 8)", "Mario Kart 8"],
  1105.     "SOUND443":["Super Bell Hill", "Super Mario 3D World"],
  1106.     "SOUND444":["The Great Tower Showdown 2", "Super Mario 3D World"],
  1107.     "SOUND445":["Champion Road", "Super Mario 3D World"],
  1108.     "SOUND446":["Gamer", "Game & Wario"],
  1109.     "SOUND447":["ST01: Roll Out, Wonderful 100!", "The Wonderful 101"],
  1110.     "SOUND448":["Jergingha - Planet Destruction Form", "The Wonderful 101"],
  1111.     "SOUND449":["Libble Rabble Retro Medley", "Libble Rabble"],
  1112.     "SOUND450":["Metro-Cross Retro Medley", "Metro-Cross"],
  1113.     "SOUND451":["Namco Arcade '80s Retro Medley 1", "Namco Arcade"],
  1114.     "SOUND452":["Namco Arcade '80s Retro Medley 2", "Namco Arcade"],
  1115.     "SOUND453":["Victory Road (Pokémon X / Pokémon Y)", "Pokémon X / Pokémon Y"],
  1116.     "SOUND454":["Sky Kid Retro Medley", "Sky Kid / Sky Kid DX"],
  1117.     "SOUND455":["Bravoman Retro Medley", "Bravoman"],
  1118.     "SOUND456":["Yokai Dochuki Retro Medley", "Yokai Dochuki"],
  1119.     "SOUND457":["K.K. Cruisin'", "Animal Crossing"],
  1120.     "SOUND458":["K.K. Western", "Animal Crossing"],
  1121.     "SOUND459":["K.K. Gumbo", "Animal Crossing"],
  1122.     "SOUND460":["Rockin' K.K.", "Animal Crossing"],
  1123.     "SOUND461":["DJ K.K.", "Animal Crossing"],
  1124.     "SOUND462":["K.K. Condor", "Animal Crossing"],
  1125.     "SOUND463":["Classic: Map", "Original"],
  1126.     "SOUND464":["Smash Tour: Map", "Original"],
  1127.     "SOUND465":["Tourney", "Original"],
  1128.     "SOUND466":["Events", "Original"],
  1129.     "SOUND467":["Tourney: Tourney List (Spectator)", "Original"],
  1130.     "SOUND468":["Tourney: Final Results", "Original"],
  1131.     "SOUND469":["Master Orders: Ticket Selection", "Original"],
  1132.     "SOUND470":["Master Orders: Reward", "Original"],
  1133.     "SOUND471":["Crazy Orders: Ticket Selection", "Original"],
  1134.     "SOUND472":["Crazy Orders: Final Battle Victory", "Original"],
  1135.     "SOUND473":["Crazy Orders: Final Battle Defeat", "Original"],
  1136.     "SOUND474":["Yoshi's Woolly World", "Yoshi's Woolly World"],
  1137.     "SOUND475":["Main Theme (Yoshi's New Island)", "Yoshi's New Island"],
  1138.     "SOUND476":["Bandit Valley (Yoshi's New Island)", "Yoshi's New Island"],
  1139.     "SOUND477":["Blue Birds", "Rhythm Heaven"],
  1140.     "SOUND478":["Monkey Watch", "Rhythm Heaven Fever"],
  1141.     "SOUND479":["Forest Stage", "Kirby Air Ride"],
  1142.     "SOUND480":["Planet Popstar", "Kirby 64: The Crystal Shards"],
  1143.     "SOUND481":["The World to Win", "Kirby: Triple Deluxe"],
  1144.     "SOUND482":["Ice Cream Island", "Kirby's Adventure"],
  1145.     "SOUND483":["Dream Land", "Kirby Super Star"],
  1146.     "SOUND484":["The Fountain of Dreams", "Kirby Super Star"],
  1147.     "SOUND485":["Ryu Stage Type A", "Street Fighter II"],
  1148.     "SOUND486":["Ryu Stage Type B", "Super Street Fighter II"],
  1149.     "SOUND487":["Ken Stage Type A", "Street Fighter II"],
  1150.     "SOUND488":["Ken Stage Type B", "Super Street Fighter II"],
  1151.     "SOUND489":["Ryu Stage", "Street Fighter II"],
  1152.     "SOUND490":["Ken Stage", "Street Fighter II"],
  1153.     "SOUND491":["Peach's Castle Stage", "Super Mario Bros."],
  1154.     "SOUND492":["Ground Theme (Super Mario Bros. 3)", "Super Mario Bros. 3"],
  1155.     "SOUND493":["Slide", "Super Mario 64"],
  1156.     "SOUND494":["Ground Theme (Super Mario Bros. 2)", "Super Mario Bros. 2"],
  1157.     "SOUND495":["Main Theme (Super Mario 64)", "Super Mario 64"],
  1158.     "SOUND496":["Hyrule Castle Stage", "The Legend of Zelda"],
  1159.     "SOUND497":["Overworld Theme (The Legend of Zelda)", "The Legend of Zelda"],
  1160.     "SOUND498":["Overworld Theme (A Link to the Past)", "The Legend of Zelda: A Link to the Past"],
  1161.     "SOUND499":["Hyrule Field Theme", "The Legend of Zelda: Ocarina of Time  "],
  1162.     "SOUND500":["Termina Field", "The Legend of Zelda: Majora's Mask"],
  1163.     "SOUND501":["The Legend of Zelda Medley", "The Legend of Zelda / The Legend of Zelda: Ocarina of Time"],
  1164.     "SOUND502":["Ground Theme (Super Mario Bros.)", "Super Mario Bros."],
  1165.     "SOUND503":["Ground Theme (Super Mario World)", "Super Mario World"],
  1166.     "SOUND504":["Title (Super Mario Maker)", "Super Mario Maker"],
  1167.     "SOUND505":["Style Switch: Ground Theme", "Super Mario Bros. / Super Mario Bros. 3 / Super Mario World / New Super Mario Bros. U"]
  1168. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement