mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-04-08 18:35:09 +02:00
First part of MonoGame 3.6 port
This commit is contained in:
parent
abfd94f0b0
commit
2782470b5c
@ -41,17 +41,54 @@
|
||||
<UseVSHostingProcess>false</UseVSHostingProcess>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<None Include="C:\Program Files %28x86%29\MonoGame\v3.0\Assemblies\DesktopGL\libopenal.1.dylib">
|
||||
<Link>libopenal.1.dylib</Link>
|
||||
</None>
|
||||
<None Include="C:\Program Files %28x86%29\MonoGame\v3.0\Assemblies\DesktopGL\libSDL2-2.0.0.dylib">
|
||||
<Link>libSDL2-2.0.0.dylib</Link>
|
||||
</None>
|
||||
<None Include="c:\program files %28x86%29\monogame\v3.0\assemblies\desktopgl\x64\SDL2.dll">
|
||||
<Link>x64\SDL2.dll</Link>
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Include="c:\program files %28x86%29\monogame\v3.0\assemblies\desktopgl\x64\soft_oal.dll">
|
||||
<Link>x64\soft_oal.dll</Link>
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Include="c:\program files %28x86%29\monogame\v3.0\assemblies\desktopgl\x86\SDL2.dll">
|
||||
<Link>x86\SDL2.dll</Link>
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Include="c:\program files %28x86%29\monogame\v3.0\assemblies\desktopgl\x86\soft_oal.dll">
|
||||
<Link>x86\soft_oal.dll</Link>
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
<Content Include="Pokemon3D.ico" />
|
||||
<Content Include="Pokemon\Items\_itemList.txt" />
|
||||
<Content Include="Updater.exe">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<None Include="c:\program files %28x86%29\monogame\v3.0\assemblies\desktopgl\x64\libopenal.so.1">
|
||||
<Link>x64\libopenal.so.1</Link>
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Include="c:\program files %28x86%29\monogame\v3.0\assemblies\desktopgl\x64\libSDL2-2.0.so.0">
|
||||
<Link>x64\libSDL2-2.0.so.0</Link>
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Include="c:\program files %28x86%29\monogame\v3.0\assemblies\desktopgl\x86\libopenal.so.1">
|
||||
<Link>x86\libopenal.so.1</Link>
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Include="c:\program files %28x86%29\monogame\v3.0\assemblies\desktopgl\x86\libSDL2-2.0.so.0">
|
||||
<Link>x86\libSDL2-2.0.so.0</Link>
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Include="CurrentVersion.dat" />
|
||||
<Reference Include="OpenTK">
|
||||
<HintPath>$(MSBuildProgramFiles32)\MonoGame\v3.0\Assemblies\DesktopGL\OpenTK.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="MonoGame.Framework">
|
||||
<HintPath>$(MSBuildProgramFiles32)\MonoGame\v3.0\Assemblies\DesktopGL\MonoGame.Framework.dll</HintPath>
|
||||
<None Include="packages.config" />
|
||||
<Reference Include="MonoGame.Framework, Version=3.6.0.1625, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\MonoGame.Framework.DesktopGL.3.6.0.1625\lib\net40\MonoGame.Framework.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Drawing" />
|
||||
@ -73,6 +110,7 @@
|
||||
<Content Include="credits.txt">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<None Include="MonoGame.Framework.dll.config" />
|
||||
<None Include="My Project\app.manifest" />
|
||||
<None Include="app.config" />
|
||||
</ItemGroup>
|
||||
@ -1720,13 +1758,7 @@
|
||||
<Compile Include="World\World.vb" />
|
||||
<MonoGameContentReference Include="..\2.5DHeroContent\Content.mgcb" />
|
||||
</ItemGroup>
|
||||
<!-- Specify the search path explicitly so the ResolveAssemblyReferences task picks the right ones -->
|
||||
<Target Name="BeforeResolveReferences">
|
||||
<CreateProperty Value="$(MSBuildProgramFiles32)\MonoGame\v3.0\Assemblies\Windows,$(AssemblySearchPaths)">
|
||||
<Output TaskParameter="Value" PropertyName="AssemblySearchPaths" />
|
||||
</CreateProperty>
|
||||
</Target>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
|
||||
<Import Condition=" '$(Configuration)' == 'DebugStandard' Or '$(Configuration)' == 'ReleaseStandard' " Project="MonoGame.Content.Builder_Standard.targets" />
|
||||
<Import Condition=" '$(Configuration)' == 'DebugStandard' Or '$(Configuration)' == 'ReleaseStandard' " Project="$(MSBuildExtensionsPath)\MonoGame\v3.0\MonoGame.Content.Builder.targets" />
|
||||
<Import Condition=" '$(Configuration)' == 'DebugJian' Or '$(Configuration)' == 'ReleaseJian' " Project="MonoGame.Content.Builder_Jian.targets" />
|
||||
</Project>
|
9
2.5DHero/2.5DHero/MonoGame.Framework.dll.config
Normal file
9
2.5DHero/2.5DHero/MonoGame.Framework.dll.config
Normal file
@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<dllmap dll="SDL2.dll" os="osx" target="libSDL2-2.0.0.dylib"/>
|
||||
<dllmap dll="soft_oal.dll" os="osx" target="libopenal.1.dylib" />
|
||||
<dllmap dll="SDL2.dll" os="linux" cpu="x86" target="./x86/libSDL2-2.0.so.0"/>
|
||||
<dllmap dll="soft_oal.dll" os="linux" cpu="x86" target="./x86/libopenal.so.1" />
|
||||
<dllmap dll="SDL2.dll" os="linux" cpu="x86-64" target="./x64/libSDL2-2.0.so.0"/>
|
||||
<dllmap dll="soft_oal.dll" os="linux" cpu="x86-64" target="./x64/libopenal.so.1" />
|
||||
</configuration>
|
@ -31,4 +31,4 @@ Imports System.Runtime.InteropServices
|
||||
' Build Number
|
||||
' Revision
|
||||
'
|
||||
<Assembly: AssemblyVersion("0.54.1")>
|
||||
<Assembly: AssemblyVersion("0.54.2")>
|
@ -6,8 +6,8 @@
|
||||
Shared _valid As Boolean = False
|
||||
|
||||
Const RUNVALIDATION As Boolean = False
|
||||
Const EXPECTEDSIZE As Integer = 42417354
|
||||
Const METAHASH As String = "RUM3N0U1REM0NzREQjkzRUU2MEE1NDk2MUQxNDU5NDU="
|
||||
Const EXPECTEDSIZE As Integer = 42418205
|
||||
Const METAHASH As String = "OTkyMEFFRkMyM0JEQTZBMDUxNjgzN0Y3NzUzNUExMUI="
|
||||
|
||||
Public Shared ReadOnly Property IsValid(ByVal ForceResult As Boolean) As Boolean
|
||||
Get
|
||||
|
4
2.5DHero/2.5DHero/packages.config
Normal file
4
2.5DHero/2.5DHero/packages.config
Normal file
@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<packages>
|
||||
<package id="MonoGame.Framework.DesktopGL" version="3.6.0.1625" targetFramework="net45" />
|
||||
</packages>
|
@ -5939,6 +5939,18 @@
|
||||
/processorParam:TextureFormat=Color
|
||||
/build:Content/Pokemon/Overworld/Normal/229.png
|
||||
|
||||
#begin Content/Pokemon/Overworld/Normal/229_mega.png
|
||||
/importer:TextureImporter
|
||||
/processor:TextureProcessor
|
||||
/processorParam:ColorKeyColor=255,0,255,255
|
||||
/processorParam:ColorKeyEnabled=True
|
||||
/processorParam:GenerateMipmaps=False
|
||||
/processorParam:PremultiplyAlpha=True
|
||||
/processorParam:ResizeToPowerOfTwo=False
|
||||
/processorParam:MakeSquare=False
|
||||
/processorParam:TextureFormat=Color
|
||||
/build:Content/Pokemon/Overworld/Normal/229_mega.png
|
||||
|
||||
#begin Content/Pokemon/Overworld/Normal/23.png
|
||||
/importer:TextureImporter
|
||||
/processor:TextureProcessor
|
||||
@ -7847,6 +7859,18 @@
|
||||
/processorParam:TextureFormat=Color
|
||||
/build:Content/Pokemon/Overworld/Normal/362.png
|
||||
|
||||
#begin Content/Pokemon/Overworld/Normal/362_mega.png
|
||||
/importer:TextureImporter
|
||||
/processor:TextureProcessor
|
||||
/processorParam:ColorKeyColor=255,0,255,255
|
||||
/processorParam:ColorKeyEnabled=True
|
||||
/processorParam:GenerateMipmaps=False
|
||||
/processorParam:PremultiplyAlpha=True
|
||||
/processorParam:ResizeToPowerOfTwo=False
|
||||
/processorParam:MakeSquare=False
|
||||
/processorParam:TextureFormat=Color
|
||||
/build:Content/Pokemon/Overworld/Normal/362_mega.png
|
||||
|
||||
#begin Content/Pokemon/Overworld/Normal/363.png
|
||||
/importer:TextureImporter
|
||||
/processor:TextureProcessor
|
||||
@ -16511,6 +16535,18 @@
|
||||
/processorParam:TextureFormat=Color
|
||||
/build:Content/Pokemon/Overworld/Shiny/229.png
|
||||
|
||||
#begin Content/Pokemon/Overworld/Shiny/229_mega.png
|
||||
/importer:TextureImporter
|
||||
/processor:TextureProcessor
|
||||
/processorParam:ColorKeyColor=255,0,255,255
|
||||
/processorParam:ColorKeyEnabled=True
|
||||
/processorParam:GenerateMipmaps=False
|
||||
/processorParam:PremultiplyAlpha=True
|
||||
/processorParam:ResizeToPowerOfTwo=False
|
||||
/processorParam:MakeSquare=False
|
||||
/processorParam:TextureFormat=Color
|
||||
/build:Content/Pokemon/Overworld/Shiny/229_mega.png
|
||||
|
||||
#begin Content/Pokemon/Overworld/Shiny/23.png
|
||||
/importer:TextureImporter
|
||||
/processor:TextureProcessor
|
||||
@ -18419,6 +18455,18 @@
|
||||
/processorParam:TextureFormat=Color
|
||||
/build:Content/Pokemon/Overworld/Shiny/362.png
|
||||
|
||||
#begin Content/Pokemon/Overworld/Shiny/362_mega.png
|
||||
/importer:TextureImporter
|
||||
/processor:TextureProcessor
|
||||
/processorParam:ColorKeyColor=255,0,255,255
|
||||
/processorParam:ColorKeyEnabled=True
|
||||
/processorParam:GenerateMipmaps=False
|
||||
/processorParam:PremultiplyAlpha=True
|
||||
/processorParam:ResizeToPowerOfTwo=False
|
||||
/processorParam:MakeSquare=False
|
||||
/processorParam:TextureFormat=Color
|
||||
/build:Content/Pokemon/Overworld/Shiny/362_mega.png
|
||||
|
||||
#begin Content/Pokemon/Overworld/Shiny/363.png
|
||||
/importer:TextureImporter
|
||||
/processor:TextureProcessor
|
||||
@ -28331,6 +28379,18 @@
|
||||
/processorParam:TextureFormat=Color
|
||||
/build:Content/Pokemon/Sprites/Glalie.png
|
||||
|
||||
#begin Content/Pokemon/Sprites/Glalie_mega.png
|
||||
/importer:TextureImporter
|
||||
/processor:TextureProcessor
|
||||
/processorParam:ColorKeyColor=255,0,255,255
|
||||
/processorParam:ColorKeyEnabled=True
|
||||
/processorParam:GenerateMipmaps=False
|
||||
/processorParam:PremultiplyAlpha=True
|
||||
/processorParam:ResizeToPowerOfTwo=False
|
||||
/processorParam:MakeSquare=False
|
||||
/processorParam:TextureFormat=Color
|
||||
/build:Content/Pokemon/Sprites/Glalie_mega.png
|
||||
|
||||
#begin Content/Pokemon/Sprites/Glameow.png
|
||||
/importer:TextureImporter
|
||||
/processor:TextureProcessor
|
||||
@ -31919,6 +31979,18 @@
|
||||
/processorParam:TextureFormat=Color
|
||||
/build:Content/Pokemon/Sprites/Rayquaza.png
|
||||
|
||||
#begin Content/Pokemon/Sprites/Rayquaza_mega.png
|
||||
/importer:TextureImporter
|
||||
/processor:TextureProcessor
|
||||
/processorParam:ColorKeyColor=255,0,255,255
|
||||
/processorParam:ColorKeyEnabled=True
|
||||
/processorParam:GenerateMipmaps=False
|
||||
/processorParam:PremultiplyAlpha=True
|
||||
/processorParam:ResizeToPowerOfTwo=False
|
||||
/processorParam:MakeSquare=False
|
||||
/processorParam:TextureFormat=Color
|
||||
/build:Content/Pokemon/Sprites/Rayquaza_mega.png
|
||||
|
||||
#begin Content/Pokemon/Sprites/Regice.png
|
||||
/importer:TextureImporter
|
||||
/processor:TextureProcessor
|
||||
|
BIN
2.5DHero/2.5DHeroContent/Content/Songs/Goldenrod.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/Goldenrod.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/HallofFame.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/HallofFame.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/IlexForest.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/IlexForest.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/Johto_champion_intro.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/Johto_champion_intro.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/Looker_encounter.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/Looker_encounter.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/RouteMusic0.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/RouteMusic0.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/RouteMusic1.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/RouteMusic1.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/RouteMusic10.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/RouteMusic10.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/RouteMusic11.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/RouteMusic11.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/RouteMusic2.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/RouteMusic2.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/RouteMusic3.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/RouteMusic3.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/RouteMusic4.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/RouteMusic4.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/RouteMusic5.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/RouteMusic5.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/RouteMusic6.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/RouteMusic6.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/RouteMusic7.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/RouteMusic7.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/RouteMusic8.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/RouteMusic8.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/RouteMusic9.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/RouteMusic9.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/alph.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/alph.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/ancient_ruins.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/ancient_ruins.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/azalea.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/azalea.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/barktown.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/barktown.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/battlefactory.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/battlefactory.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/battletower.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/battletower.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/brain_battle.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/brain_battle.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/brain_battle_intro.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/brain_battle_intro.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/bugcontest.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/bugcontest.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/burnedtower.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/burnedtower.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/celadon.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/celadon.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/center.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/center.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/cerulean.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/cerulean.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/cerulean_cave.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/cerulean_cave.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/champion_defeat.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/champion_defeat.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/cherrygrove.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/cherrygrove.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/cinnabar.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/cinnabar.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/credits.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/credits.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/dark_cave.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/dark_cave.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/diglettscave.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/diglettscave.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/dragonsden.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/dragonsden.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/ecruteak.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/ecruteak.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/elite_defeat.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/elite_defeat.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/elmslab.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/elmslab.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/entei_battle.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/entei_battle.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/entei_battle_intro.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/entei_battle_intro.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/eusine_encounter.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/eusine_encounter.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/evolution.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/evolution.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/frontier.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/frontier.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/gamecorner.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/gamecorner.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/gts.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/gts.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/gym.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/gym.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/ho-oh_battle.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/ho-oh_battle.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/ho-oh_battle_intro.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/ho-oh_battle_intro.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/indigo.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/indigo.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/intro/RouteMusic1.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/intro/RouteMusic1.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/intro/RouteMusic10.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/intro/RouteMusic10.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/intro/RouteMusic11.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/intro/RouteMusic11.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/intro/RouteMusic2.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/intro/RouteMusic2.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/intro/RouteMusic3.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/intro/RouteMusic3.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/intro/RouteMusic4.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/intro/RouteMusic4.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/intro/RouteMusic5.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/intro/RouteMusic5.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/intro/RouteMusic6.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/intro/RouteMusic6.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/intro/RouteMusic7.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/intro/RouteMusic7.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/intro/RouteMusic8.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/intro/RouteMusic8.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/intro/azalea.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/intro/azalea.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/intro/barktown.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/intro/barktown.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/intro/battlefactory.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/intro/battlefactory.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/intro/bugcontest.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/intro/bugcontest.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/intro/burnedtower.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/intro/burnedtower.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/intro/celadon.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/intro/celadon.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/intro/cerulean.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/intro/cerulean.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/intro/cerulean_cave.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/intro/cerulean_cave.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/intro/cherrygrove.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/intro/cherrygrove.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/intro/diglettscave.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/intro/diglettscave.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/intro/elmslab.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/intro/elmslab.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/intro/entei_battle.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/intro/entei_battle.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/intro/evolution.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/intro/evolution.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/intro/frontier.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/intro/frontier.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/intro/gamecorner.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/intro/gamecorner.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/intro/goldenrod.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/intro/goldenrod.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/intro/gts.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/intro/gts.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/intro/ho-oh_battle.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/intro/ho-oh_battle.mp3
Normal file
Binary file not shown.
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/intro/johto_trainer.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/intro/johto_trainer.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/intro/johto_wild.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/intro/johto_wild.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/intro/kanto_leader.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/intro/kanto_leader.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/intro/kanto_trainer.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/intro/kanto_trainer.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/intro/lavender.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/intro/lavender.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/intro/lobby.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/intro/lobby.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/intro/lugia_battle.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/intro/lugia_battle.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/intro/mart.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/intro/mart.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/intro/mary_encounter.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/intro/mary_encounter.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/intro/oak_encounter.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/intro/oak_encounter.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/intro/oakslab.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/intro/oakslab.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/intro/pokeflute.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/intro/pokeflute.mp3
Normal file
Binary file not shown.
BIN
2.5DHero/2.5DHeroContent/Content/Songs/intro/pokemon_lullaby.mp3
Normal file
BIN
2.5DHero/2.5DHeroContent/Content/Songs/intro/pokemon_lullaby.mp3
Normal file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user