diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..fb9f7f891 --- /dev/null +++ b/.gitignore @@ -0,0 +1,309 @@ +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. + +# User-specific files +*.suo +*.user +*.userosscache +*.sln.docstates + +# User-specific files (MonoDevelop/Xamarin Studio) +*.userprefs + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +[Xx]64/ +[Xx]86/ +[Bb]uild/ +bld/ +[Bb]in/ +[Oo]bj/ + +# Visual Studio 2015 cache/options directory +.vs/ +# Uncomment if you have tasks that create the project's static files in wwwroot +#wwwroot/ + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +# NUNIT +*.VisualState.xml +TestResult.xml + +# Build Results of an ATL Project +[Dd]ebugPS/ +[Rr]eleasePS/ +dlldata.c + +# DNX +project.lock.json +artifacts/ + +*_i.c +*_p.c +*_i.h +*.ilk +*.meta +*.obj +*.pch +*.pdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*.log +*.vspscc +*.vssscc +.builds +*.pidb +*.svclog +*.scc + +# Chutzpah Test files +_Chutzpah* + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opendb +*.opensdf +*.sdf +*.cachefile +*.VC.db + +# Visual Studio profiler +*.psess +*.vsp +*.vspx +*.sap + +# TFS 2012 Local Workspace +$tf/ + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper +*.DotSettings.user + +# JustCode is a .NET coding add-in +.JustCode + +# TeamCity is a build add-in +_TeamCity* + +# DotCover is a Code Coverage Tool +*.dotCover + +# NCrunch +_NCrunch_* +.*crunch*.local.xml +nCrunchTemp_* + +# MightyMoose +*.mm.* +AutoTest.Net/ + +# Web workbench (sass) +.sass-cache/ + +# Installshield output folder +[Ee]xpress/ + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish/ + +# Publish Web Output +*.[Pp]ublish.xml +*.azurePubxml + +# TODO: Un-comment the next line if you do not want to checkin +# your web deploy settings because they may include unencrypted +# passwords +#*.pubxml +*.publishproj + +# NuGet Packages +*.nupkg +# The packages folder can be ignored because of Package Restore +**/packages/* +# except build/, which is used as an MSBuild target. +!**/packages/build/ +# Uncomment if necessary however generally it will be regenerated when needed +#!**/packages/repositories.config +# NuGet v3's project.json files produces more ignoreable files +*.nuget.props +*.nuget.targets + +# Microsoft Azure Build Output +csx/ +*.build.csdef + +# Microsoft Azure Emulator +ecf/ +rcf/ + +# Windows Store app package directory +AppPackages/ +BundleArtifacts/ + +# Visual Studio cache files +# files ending in .cache can be ignored +*.[Cc]ache +# but keep track of directories ending in .cache +!*.[Cc]ache/ + +# Others +ClientBin/ +[Ss]tyle[Cc]op.* +~$* +*~ +*.dbmdl +*.dbproj.schemaview +*.pfx +*.publishsettings +node_modules/ +orleans.codegen.cs + +# RIA/Silverlight projects +Generated_Code/ + +# Backup & report files from converting an old project file +# to a newer Visual Studio version. Backup files are not needed, +# because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML +UpgradeLog*.htm + +# SQL Server files +*.mdf +*.ldf + +# Business Intelligence projects +*.rdl.data +*.bim.layout +*.bim_*.settings + +# Microsoft Fakes +FakesAssemblies/ + +# GhostDoc plugin setting file +*.GhostDoc.xml + +# Node.js Tools for Visual Studio +.ntvs_analysis.dat + +# Visual Studio 6 build log +*.plg + +# Visual Studio 6 workspace options file +*.opt + +# Visual Studio LightSwitch build output +**/*.HTMLClient/GeneratedArtifacts +**/*.DesktopClient/GeneratedArtifacts +**/*.DesktopClient/ModelManifest.xml +**/*.Server/GeneratedArtifacts +**/*.Server/ModelManifest.xml +_Pvt_Extensions + +# LightSwitch generated files +GeneratedArtifacts/ +ModelManifest.xml + +# Paket dependency manager +.paket/paket.exe + +# FAKE - F# Make +.fake/ + +# Windows image file caches +Thumbs.db +ehthumbs.db + +# Folder config file +Desktop.ini + +# Recycle Bin used on file shares +$RECYCLE.BIN/ + +# Windows Installer files +*.cab +*.msi +*.msm +*.msp + +# Windows shortcuts +*.lnk + +# Linux image file caches +*~ + +# temporary files which can be created if a process still has a handle open of a deleted file +.fuse_hidden* + +# KDE directory preferences +.directory + +# Linux trash folder which might appear on any partition or disk +.Trash-* + +# .nfs files are created when an open file is removed but is still being accessed +.nfs* + +# Mac image file caches +*.DS_Store +.AppleDouble +.LSOverride + +# Icon must end with two \r +Icon + +# Thumbnails +._* + +# Files that might appear in the root of a volume +.DocumentRevisions-V100 +.fseventsd +.Spotlight-V100 +.TemporaryItems +.Trashes +.VolumeIcon.icns +.com.apple.timemachine.donotpresent + +# Directories potentially created on remote AFP share +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items +.apdisk + +# Must include +!2.5DHero/ +!2.5DHero/2.5DHero/ +!2.5DHero/2.5DHero/Debug/ +!2.5DHero/2.5DHero/Debug/**/* \ No newline at end of file diff --git a/2.5DHero/2.5DHero/2.5DHero.vbproj b/2.5DHero/2.5DHero/2.5DHero.vbproj index 19327682f..ba14ae1b6 100644 --- a/2.5DHero/2.5DHero/2.5DHero.vbproj +++ b/2.5DHero/2.5DHero/2.5DHero.vbproj @@ -40,11 +40,6 @@ none - - - - PreserveNewest - $(MSBuildProgramFiles32)\MonoGame\v3.0\Assemblies\DesktopGL\OpenTK.dll @@ -68,46 +63,1658 @@ - + + PreserveNewest + - - Content\Content.mgcb - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -116,5 +1723,5 @@ - + \ No newline at end of file diff --git a/2.5DHero/2.5DHero/MonoGame.Content.Builder.targets b/2.5DHero/2.5DHero/MonoGame.Content.Builder.targets new file mode 100644 index 000000000..5d470ae40 --- /dev/null +++ b/2.5DHero/2.5DHero/MonoGame.Content.Builder.targets @@ -0,0 +1,111 @@ + + + + + + + + + + + + true + + + + + + + $(ProjectDir)..\2.5DHeroContent\bin\$(MonoGamePlatform) + $(ProjectDir)..\2.5DHeroContent\obj\$(MonoGamePlatform) + + + /Library/Frameworks/Mono.framework/Versions/Current/bin/mono + /usr/local/bin/mono + /usr/bin/mono + mono + + $(MSBuildExtensionsPath)\MonoGame\v3.0\Tools\MGCB.exe + "$(MonoGameContentBuilderExe)" + $(MonoExe) $(MonoGameContentBuilderCmd) + + Resources\ + Assets\ + + +
/platform:$(MonoGamePlatform) /outputDir:"$(ParentOutputDir)" /intermediateDir:"$(ParentIntermediateDir)" /quiet
+
+ + + + + + + + + + + + + + + + +
+ + + + BuildContent; + $(BuildDependsOn); + + + + + + + + + + + + + + + + + + + + +
diff --git a/2.5DHero/2.5DHero/Properties/AssemblyInfo.vb b/2.5DHero/2.5DHero/Properties/AssemblyInfo.vb deleted file mode 100644 index b4ab77fe4..000000000 --- a/2.5DHero/2.5DHero/Properties/AssemblyInfo.vb +++ /dev/null @@ -1,34 +0,0 @@ -Imports System -Imports System.Reflection -Imports System.Runtime.InteropServices - -' General Information about an assembly is controlled through the following -' set of attributes. Change these attribute values to modify the information -' associated with an assembly. - -' Review the values of the assembly attributes - - - - - - - - - - -'The following GUID is for the ID of the typelib if this project is exposed to COM - - -' Version information for an assembly consists of the following four values: -' -' Major Version -' Minor Version -' Build Number -' Revision -' -' You can specify all the values or you can default the Build and Revision Numbers -' by using the '*' as shown below: - - - diff --git a/2.5DHero/2.5DHero/Security/FileValidation.vb b/2.5DHero/2.5DHero/Security/FileValidation.vb index 70f0dc1c5..f0c191878 100644 --- a/2.5DHero/2.5DHero/Security/FileValidation.vb +++ b/2.5DHero/2.5DHero/Security/FileValidation.vb @@ -6,8 +6,8 @@ Shared _valid As Boolean = False Const RUNVALIDATION As Boolean = False - Const EXPECTEDSIZE As Integer = 40193269 - Const METAHASH As String = "QjVCOTU5MEUyQzU0MTA4MjEwNzA5QjBGNjFFMDdDRDg=" + Const EXPECTEDSIZE As Integer = 42289478 + Const METAHASH As String = "M0NFOTdEODNENzY0NjBDQTIyQzg3NjdERTZGRUIxNDQ=" Public Shared ReadOnly Property IsValid(ByVal ForceResult As Boolean) As Boolean Get diff --git a/2.5DHero/2.5DHero/meta b/2.5DHero/2.5DHero/meta deleted file mode 100644 index de7036b62..000000000 --- a/2.5DHero/2.5DHero/meta +++ /dev/null @@ -1 +0,0 @@ -Content\Data\badges.dat:ABCB97936D5FF133509D2A47FFAF27FF,Content\Data\channels.dat:A20D98CD9102E7054D65B105ACC3D10F,Content\Data\interactions.dat:243E3310965666BB0018E8994AD4B6C5,Content\Data\items.dat:0579BDA15459B516F075C37856526252,Content\Data\pokedex.dat:B594DD9AC4E20B3D5C436480DDFFFD77,Content\Data\smashrockitems.dat:EED5CA65FA366AC462E184C0FDA0FE24,Content\Data\Moves\example.dat:98EEA95AA522BE09010B6CD7462EB0F5,Content\Pokemon\Data\1.dat:76C719EB94B227CE5F527235FF64F8D2,Content\Pokemon\Data\10.dat:AC481650E1A9844F90A4B8F8CFFE0D8B,Content\Pokemon\Data\100.dat:4D77EF3F8FE8ABD7C66BF48B04FB6987,Content\Pokemon\Data\101.dat:1F634059C2CC3BF172CC915BD022EDDB,Content\Pokemon\Data\102.dat:9004AF7B5807BFF306A934FDBA0331E9,Content\Pokemon\Data\103.dat:A27C2663C0D23EF8533378A004B3939B,Content\Pokemon\Data\104.dat:187673EF8D284EFB4096EE587A44D7E1,Content\Pokemon\Data\105.dat:B941DBC75789F3629A7D43968FA351B8,Content\Pokemon\Data\106.dat:9D7C6F9194C512E717BD192EC9EFE6C6,Content\Pokemon\Data\107.dat:BACF7370D6E5FF17A03357E62FB5CCBD,Content\Pokemon\Data\108.dat:7AE82DBD87B2DB4647F8DED387C33B22,Content\Pokemon\Data\109.dat:834A691C81B8D0B43F90418D7AA68AB4,Content\Pokemon\Data\11.dat:6E35169D4607BA2EAE042916F2FC407B,Content\Pokemon\Data\110.dat:F2FE4BE13FFD7AA4FEC7BB1C94062349,Content\Pokemon\Data\111.dat:5FED994550695B4F09D81F012E8A24AB,Content\Pokemon\Data\112.dat:7A25BBF7ED207391FC8CC7C6F41354B4,Content\Pokemon\Data\113.dat:9AF159CF6086DE2BC74DC412ACC5F7BE,Content\Pokemon\Data\114.dat:DA8694702F817744F94B3785E4211F2C,Content\Pokemon\Data\115.dat:96402EFD4FCB62EF985CE4A385BB0099,Content\Pokemon\Data\116.dat:1168A756B7C396C883E515764E82286A,Content\Pokemon\Data\117.dat:00DC24BF1D78D04D25E7E5D947772DDA,Content\Pokemon\Data\118.dat:6672758312C800A1B0851FDDE8B80C09,Content\Pokemon\Data\119.dat:96058AD584CCEDA2BEC568B923274CE8,Content\Pokemon\Data\12.dat:0AABD96C233A22C95FD46A877CB607D0,Content\Pokemon\Data\120.dat:E9FAD8A8D2AA6DD91EF8A490448380EC,Content\Pokemon\Data\121.dat:E7099A8189C472FCC3B32C0A9D654310,Content\Pokemon\Data\122.dat:10FF848A06DBC41140430596358B56B6,Content\Pokemon\Data\123.dat:2840C6E104CE0D389FE4C763BB63D4D4,Content\Pokemon\Data\124.dat:D5C0A19B8659F5FC78287FE1F6EB7681,Content\Pokemon\Data\125.dat:779B96DF264F2CFBE5BE04906E722E9B,Content\Pokemon\Data\126.dat:ABD924734420167CE36995C7F6657CD3,Content\Pokemon\Data\127.dat:28C7339E55BCDA69C52008EF41DAD9EA,Content\Pokemon\Data\128.dat:9EFE560A2CFC4FA8E4C0255CBCA2442B,Content\Pokemon\Data\129.dat:7EDDD2D2E31A75B006D20473ED9464B8,Content\Pokemon\Data\13.dat:9F59B65BDAD242A82125B300FA155C9C,Content\Pokemon\Data\130.dat:A081F4E72CA0DCB2B6A44D01485E847F,Content\Pokemon\Data\131.dat:918B3A831ACB11AB9857CB06619F1A5B,Content\Pokemon\Data\132.dat:8C497689645DD610BC91A6942B571A36,Content\Pokemon\Data\133.dat:CE5E32C3C7787B82A12B76E5E04AA3B1,Content\Pokemon\Data\134.dat:CE4B423044E12B4E76EF773361275E9B,Content\Pokemon\Data\135.dat:4098A3FD137B324A83CA6D4E2BBDB8E1,Content\Pokemon\Data\136.dat:A23A795513A377EC3A1E073536F1067F,Content\Pokemon\Data\137.dat:4950CD94E388D5A0917C899040C35DFA,Content\Pokemon\Data\138.dat:A9AE1FED708C62A1359E04154EF0F54B,Content\Pokemon\Data\139.dat:E96B903868CFEC51B981B3121AFD5921,Content\Pokemon\Data\14.dat:15B41180F80632524F79B266BDD4609B,Content\Pokemon\Data\140.dat:9FBA0964F1CD2D10E1BDAAFEDDB60EB9,Content\Pokemon\Data\141.dat:3A4AB57CA02ECE94B3852B8DDC403248,Content\Pokemon\Data\142.dat:154F7BC737033C796BC2D70A946C4849,Content\Pokemon\Data\143.dat:18B988BCCE15CE201A8162C4B097B648,Content\Pokemon\Data\144.dat:7FF7899D2F3E00A5064904D4DD8AE982,Content\Pokemon\Data\145.dat:55F9A8D99C1C5E9545D1902B0790AF91,Content\Pokemon\Data\146.dat:38DA0FBAF09205C34EA3E0C5FA20C9F5,Content\Pokemon\Data\147.dat:09501E30E960A60A468BD5E5AF33313A,Content\Pokemon\Data\148.dat:A6D0F286A4A1835D73EC7ECB281E83DB,Content\Pokemon\Data\149.dat:B534A8C81702789C6B96110DE7BEA696,Content\Pokemon\Data\15.dat:3E2E24C5DC2B830046AED632450788FF,Content\Pokemon\Data\150.dat:802E14E8DB511817A410D9203CB89704,Content\Pokemon\Data\151.dat:224760AAB9D92CF5C5CC8097B59BB920,Content\Pokemon\Data\152.dat:392FDA5B905DC2F964FE2A9DF22E58F9,Content\Pokemon\Data\153.dat:A33023507C9AD6F613F31CB2BDE1DB43,Content\Pokemon\Data\154.dat:F9D5CC3916D8800A8A7C1AABA875171E,Content\Pokemon\Data\155.dat:7B921AF142DEA45B85CE9784646F11DB,Content\Pokemon\Data\156.dat:71B93A07DB4AF0360476AA1C3CE00B67,Content\Pokemon\Data\157.dat:5BE49787BE80C7ACFFB263FE86505A25,Content\Pokemon\Data\158.dat:BEAB70520BD426DB2D929011E4DEEFC1,Content\Pokemon\Data\159.dat:D5A93BEBF7C519E8182E3FF838DE2B12,Content\Pokemon\Data\16.dat:5EB2351802F991103BD04D82791FF0A8,Content\Pokemon\Data\160.dat:BE54E306656DA14A4C0B74632F00CF6D,Content\Pokemon\Data\161.dat:7288ED71464F60DAED3FD6F2620087C5,Content\Pokemon\Data\162.dat:1F644B8990877E48D3FDA3F3E41C2991,Content\Pokemon\Data\163.dat:A4BD67B6C857BB041E0BA6C8A45ADA17,Content\Pokemon\Data\164.dat:C47B7EDE191DE5C3E153101E08E82AD3,Content\Pokemon\Data\165.dat:6DAE802AEE5506587F42650122FB644A,Content\Pokemon\Data\166.dat:C8CA23359EFA724859E63DD1181FC056,Content\Pokemon\Data\167.dat:F5B0BF49A4261C9C3928BA535352BE60,Content\Pokemon\Data\168.dat:6E957EDB10807FC568611F74BD4A56FF,Content\Pokemon\Data\169.dat:D9F9650C13489E609B7BA3E405031CD3,Content\Pokemon\Data\17.dat:4DC12D52068651D6D73E1F08C820B86C,Content\Pokemon\Data\170.dat:3A369F84DDF1C22FA5C747889E1BCA72,Content\Pokemon\Data\171.dat:96D01D9726DF120312AA899F648F8F75,Content\Pokemon\Data\172.dat:34F92C187F0D2791C193190C1E423492,Content\Pokemon\Data\173.dat:12CEC768575D904344CDA249A5E38446,Content\Pokemon\Data\174.dat:CF8AF2F85E7AA8A1EC8B5F4CF59E9938,Content\Pokemon\Data\175.dat:B762A0A7440B2C19D00B7E370452F872,Content\Pokemon\Data\176.dat:73F396538454A68218511FB35BE371F3,Content\Pokemon\Data\177.dat:EAD9515A5AF64962325C1BB89ACCCE84,Content\Pokemon\Data\178.dat:67AD7EBAF6BEA799276CF689E3AAAFA0,Content\Pokemon\Data\179.dat:CA4FE8EB7FBD014EE85C7F8727660476,Content\Pokemon\Data\18.dat:C8B1163D4FB1D0C0A9B214B0BACEE21D,Content\Pokemon\Data\180.dat:843DFB55A3735F1DA8F3EF1F1C53FCE4,Content\Pokemon\Data\181.dat:15B392153AB8185CE1B1B4039A547B47,Content\Pokemon\Data\182.dat:5E87700C74FBA4D4BE9E64EC450A0952,Content\Pokemon\Data\183.dat:F8014626FD1FB2E0401A78AC79589692,Content\Pokemon\Data\184.dat:DD8C4B85EA47E7E8CBD2B7B2039FE59E,Content\Pokemon\Data\185.dat:349795BD60718A93B701504E23EC9419,Content\Pokemon\Data\186.dat:7C51C68DA43D82CD6CBFCB5F60628DC3,Content\Pokemon\Data\187.dat:7ED370623C404C2A7860D3709D90DCDD,Content\Pokemon\Data\188.dat:EE00392EB19E3F84F264B7BD867C5E6A,Content\Pokemon\Data\189.dat:A94E3E3B2D2F25C47399BEA3834B095D,Content\Pokemon\Data\19.dat:B044443733BFD7C47A2FA865A013481A,Content\Pokemon\Data\190.dat:4F1B8FB832005FC2E882DACC5BA7FC20,Content\Pokemon\Data\191.dat:088DA33CE8B7275D802D58BF961170D0,Content\Pokemon\Data\192.dat:EA5A44B6A7CA4902766150564300D1FC,Content\Pokemon\Data\193.dat:20FDDB4809F7A5FA7901295B66E6B61E,Content\Pokemon\Data\194.dat:6E3352AFDF3E533440E1147A1467A42C,Content\Pokemon\Data\195.dat:D2BA520CC6BF1F8CAE47268B6B2675CC,Content\Pokemon\Data\196.dat:0283AE9D3910D398A09191F3863D2ED3,Content\Pokemon\Data\197.dat:6C4972B367111E39B761E037515497FF,Content\Pokemon\Data\198.dat:81CD3F0216BEB708B065A6931B38EAEA,Content\Pokemon\Data\199.dat:70C8D81B4BEC5E5B3A9793B824590255,Content\Pokemon\Data\2.dat:C2D7FFD1F3367AB4B254C442A4AE9469,Content\Pokemon\Data\20.dat:2B2599F4BFBCE383A9B12F62D73E8D08,Content\Pokemon\Data\200.dat:D02551064E62301A08AEB4F7A5444AC6,Content\Pokemon\Data\201.dat:8D9878AF5CB7093D45625622F91462B0,Content\Pokemon\Data\202.dat:CDFB46EB6FE558B57D5BFE89E50C330B,Content\Pokemon\Data\203.dat:97F6D1DF7A185525952F313109584FB7,Content\Pokemon\Data\204.dat:19926FC5306A3E8C74150FE030DF96F5,Content\Pokemon\Data\205.dat:E6CE7263D6BE5BA6FD8B14C1D3B43C40,Content\Pokemon\Data\206.dat:ABF6DAD2B41F86110925D8FDB1A50435,Content\Pokemon\Data\207.dat:62E35F2D9CF8C42DE3D6E40CE65D05BF,Content\Pokemon\Data\208.dat:BE2044E669ECC89EEDEA62CBB665634C,Content\Pokemon\Data\209.dat:56235CC90172036386E5E2987634CF8D,Content\Pokemon\Data\21.dat:B1723DC2FAEF9615F742AC5423B71DBA,Content\Pokemon\Data\210.dat:4C76ACD4C25E7EFE1806CDA28C71CE39,Content\Pokemon\Data\211.dat:52A25C26497FE8072457EEF960C91565,Content\Pokemon\Data\212.dat:B9BBE4FD997069F3A94086EC853A6884,Content\Pokemon\Data\213.dat:D70FBBBAA9D393B09D317014D692DDAD,Content\Pokemon\Data\214.dat:CEDFF5A5D44B96628323A453BF191CE7,Content\Pokemon\Data\215.dat:FFBFE72C450D0116C3ABA714DF705FB9,Content\Pokemon\Data\216.dat:DD9E44F60939A2035C7234C7297EAA94,Content\Pokemon\Data\217.dat:F86A90B21B7C46227D29573B083AA55C,Content\Pokemon\Data\218.dat:7A846670CD41B7D9E80E7422EED1954C,Content\Pokemon\Data\219.dat:2CA4CC4D8FCDF6A2D0999096BE176782,Content\Pokemon\Data\22.dat:E0A1C9836E0653A7D89918C0DA3AC4DC,Content\Pokemon\Data\220.dat:3524FF2C266B3AAD0027EE1919612497,Content\Pokemon\Data\221.dat:03A2D8DD998CEF26F1DA9EEB7EB9D91D,Content\Pokemon\Data\222.dat:3FB068BCA28DEECF742814600C841CD5,Content\Pokemon\Data\223.dat:0E6B7B732ECA3E3A0B217C0DBFB90297,Content\Pokemon\Data\224.dat:CE4E7CAADFB23F7C82F100D2E7B00ACB,Content\Pokemon\Data\225.dat:84AD372DCFAC54080443EB7227F9C4D9,Content\Pokemon\Data\226.dat:5A52418018F5CAED8FE06CF66563860B,Content\Pokemon\Data\227.dat:CCA7091C728EDEF6C248A2B65F9C6AE3,Content\Pokemon\Data\228.dat:D09C59B7D927D10F37E97269C0F3C092,Content\Pokemon\Data\229.dat:22888788272D696397077CCE69CC88FA,Content\Pokemon\Data\23.dat:3E118D0447F367B0AFB701E5DF96D31A,Content\Pokemon\Data\230.dat:F8592E5E673C70B908E790986ADE3C96,Content\Pokemon\Data\231.dat:37DA0E9CFB62179403DEBE93193D5C17,Content\Pokemon\Data\232.dat:009B07190C8E113AE8A0209B5D48E591,Content\Pokemon\Data\233.dat:B498EB9F7D9777C50723F0C0EECAA321,Content\Pokemon\Data\234.dat:5AD491899B2CE0F117511D8046BF9A43,Content\Pokemon\Data\235.dat:307BF09E042F56610E7489B559398902,Content\Pokemon\Data\236.dat:F97F89B9791801ACE98213CA2E7DF6F3,Content\Pokemon\Data\237.dat:CECC9CE47380BEE923C0726DA462D2BD,Content\Pokemon\Data\238.dat:DA4F03AB40EFB6AE695D3D5EE674D1A7,Content\Pokemon\Data\239.dat:501957A2802FFE5ACC784C7190D1F47D,Content\Pokemon\Data\24.dat:29A5FF943B29667BCD44957559F999D3,Content\Pokemon\Data\240.dat:ED60C78969CA69B542191B5A95770A3B,Content\Pokemon\Data\241.dat:B32F7BF825CED2EAD1373CF1EEB0A19F,Content\Pokemon\Data\242.dat:8D9F29F532E320797847FCF7C359B160,Content\Pokemon\Data\243.dat:B8F089B3FF2949D83A2C626DB6D1CBD9,Content\Pokemon\Data\244.dat:4A441FF504E579B82446F53F53EC357B,Content\Pokemon\Data\245.dat:A1311C6FAC62A3AC09CE43A8168111A3,Content\Pokemon\Data\246.dat:EBF354621B9350CDF94265DFF50ED18E,Content\Pokemon\Data\247.dat:CC6F848DBA8FD687901C9F895C17B73D,Content\Pokemon\Data\248.dat:145FEDF77F45838103543218250AE0B9,Content\Pokemon\Data\249.dat:709B5128AAAE39EBCA7025C16F597985,Content\Pokemon\Data\25.dat:DD5BBB3D43C721BD689483C78088B594,Content\Pokemon\Data\250.dat:D7369ABF5D24507EC9B7A85AA5FA0EC8,Content\Pokemon\Data\251.dat:FD70A63BB5106E85D86562C58A5F2DFD,Content\Pokemon\Data\252.dat:8E725E3781FCB0F4C6EAA36991D9EE8D,Content\Pokemon\Data\253.dat:0C67EA00BE412FDCACB358D76D7A119B,Content\Pokemon\Data\254.dat:5C9245D00738DFBAC7DEB96D2FCBBEFE,Content\Pokemon\Data\255.dat:FDABC3C2ACDF3E5DC241D88DD6C8056A,Content\Pokemon\Data\256.dat:3FB726922A2A9D8B48162D1DA2F231D5,Content\Pokemon\Data\257.dat:1B575791D2E8FB39D7F1DDF7DF615E88,Content\Pokemon\Data\258.dat:58804BE441D5CEE623F6D4F17F0F691F,Content\Pokemon\Data\259.dat:031ED697E27E285921C367F1E1D04BEA,Content\Pokemon\Data\26.dat:F41FB733FB455E93261D01C0D7B5F483,Content\Pokemon\Data\260.dat:67F25AD183984CBA12FF1334B486ABAB,Content\Pokemon\Data\261.dat:385F732702483F728031DF11D5CA5A87,Content\Pokemon\Data\262.dat:E83B13469387B073320BC39FAB0ECF27,Content\Pokemon\Data\263.dat:646588DBAFFC19A154620F9B9ED8896B,Content\Pokemon\Data\264.dat:575E0D8506CBAA87F37648AC7B8BBB15,Content\Pokemon\Data\265.dat:3A8FB006FB651000161F78ED92BD6099,Content\Pokemon\Data\266.dat:D64BEA6806644D8D76FD0548C18DEC10,Content\Pokemon\Data\267.dat:97D9D9E578BFCF4356A5A9A39D127FE0,Content\Pokemon\Data\268.dat:DDBD53ED618C0BDE972CF99579E4A917,Content\Pokemon\Data\269.dat:1E2137B3014F98E50571DD3C085978C0,Content\Pokemon\Data\27.dat:812CB9CC444760E76C15A94F6003C2FF,Content\Pokemon\Data\270.dat:D5149BC764C61784F5F20FAB8A80B58A,Content\Pokemon\Data\271.dat:87C00ABEDD02CC51C8D941D9C537EB56,Content\Pokemon\Data\272.dat:1BE35EA4560B2D1DE2A15FAE192C4FC2,Content\Pokemon\Data\273.dat:2967D3B76B6F0CA4E9476670248115AC,Content\Pokemon\Data\274.dat:5773927DC3D93AB7F2DCA20128B7AC14,Content\Pokemon\Data\275.dat:738DE19B6F7D4C9093E01D25420B124C,Content\Pokemon\Data\276.dat:5132BBFC33377E95A5D2E73E322E5639,Content\Pokemon\Data\277.dat:043DCF5E51DA07EC6F748EFC380CAC36,Content\Pokemon\Data\278.dat:A6B8120345F5EFE02051B669ADD804D4,Content\Pokemon\Data\279.dat:8D3451D8D76FAD927C3EAD14387E4115,Content\Pokemon\Data\28.dat:78262F78E6B828AEFE5A699002EF96AB,Content\Pokemon\Data\280.dat:02421F63EAE523752AD5629CE99DB4D8,Content\Pokemon\Data\281.dat:E8DBE82F07049C4A006CB36092C2929C,Content\Pokemon\Data\282.dat:1C0090C4E4042EF80BA62A988A50CF0A,Content\Pokemon\Data\283.dat:DAD12F68FFBB1A9EC8C328FBC042199C,Content\Pokemon\Data\284.dat:B902E60D92A5CE211BBD9664D2C3372E,Content\Pokemon\Data\285.dat:B560397D5F7A7CF6FE3BB3F2AA0B181C,Content\Pokemon\Data\286.dat:94682C9BD13A24E9BCA5EFDA1F257405,Content\Pokemon\Data\287.dat:4AC16923A7BF2599265824BBD73141FD,Content\Pokemon\Data\288.dat:3BBF253C03DE8AADBD9CE7B551807BA3,Content\Pokemon\Data\289.dat:3B239228378B294C6CBD39153916BF48,Content\Pokemon\Data\29.dat:834D27FD92E157FA128D67D1287D4880,Content\Pokemon\Data\290.dat:394EB55F32D2639C583092B593128E57,Content\Pokemon\Data\291.dat:22AE12397BB5B272D68A064E63BC3CE2,Content\Pokemon\Data\292.dat:80F9731571AC9A3699E3B985D00DFD92,Content\Pokemon\Data\293.dat:7A15AA56D32B0D3095663B6550EBAB7F,Content\Pokemon\Data\294.dat:13B20818BAD19A80180EB45870C3223C,Content\Pokemon\Data\295.dat:3F3D7B9543308BF4DD24D839CBC723B9,Content\Pokemon\Data\296.dat:17EF3CAF20C8963B5A5ABC68D7695CEB,Content\Pokemon\Data\297.dat:1355AEA41205A3AAFBB7C0DCE825AD79,Content\Pokemon\Data\298.dat:6B10688E077C5591A8B17584D6E23851,Content\Pokemon\Data\299.dat:7E26EB6BA571DB92B9405A08A0E056ED,Content\Pokemon\Data\3.dat:77C3B63D29774F68E8C0D8B43E6A9093,Content\Pokemon\Data\30.dat:3E71543A3476651459499B4A2C6A1A72,Content\Pokemon\Data\300.dat:BFE6ACB7E8B684F177BC1F668D367BA5,Content\Pokemon\Data\301.dat:F5530682FFC595F33B60543CD761AA28,Content\Pokemon\Data\302.dat:B727C880549391379BCAF3E5BDB887C2,Content\Pokemon\Data\303.dat:FBCB26105FDD74B12F4262CB689CC63D,Content\Pokemon\Data\304.dat:AAF5D8CF178BCD035E9C7D0B6B3F70B9,Content\Pokemon\Data\305.dat:D9B3CD01B32CE1F1E41D49DB2F3F47F0,Content\Pokemon\Data\306.dat:51A6D6611F9485BE6B4E90A63DB1EE94,Content\Pokemon\Data\307.dat:13E793DD6603711A994848DE7312527D,Content\Pokemon\Data\308.dat:96A2E9CDDD84C09BAC0FE6F3E4A53495,Content\Pokemon\Data\309.dat:43F4BE991144B7B127C219693C61599F,Content\Pokemon\Data\31.dat:544327204DD0BB7BB36C003F6F33091C,Content\Pokemon\Data\310.dat:DAB7DA0E5098B956422605B26C2B367A,Content\Pokemon\Data\311.dat:607C763D97B17250EE8CA87B4004628E,Content\Pokemon\Data\312.dat:014718B4F45A7D87042C06A47CF27636,Content\Pokemon\Data\313.dat:D9C38303D0655C9959C0FDC7A9B5B74B,Content\Pokemon\Data\314.dat:EFFF804154A7CD7B71383A241EE57BAD,Content\Pokemon\Data\315.dat:24A55376B32015399C022A3693F9346D,Content\Pokemon\Data\316.dat:D0F395D9E1E04C267A7A50D345CCF413,Content\Pokemon\Data\317.dat:2F494E298FB8884F943391F078AD2DF1,Content\Pokemon\Data\318.dat:7063EA202666678EB33356A84B39CEA0,Content\Pokemon\Data\319.dat:7B0C5ADDDA98C8D61F9D1ACB782AAA61,Content\Pokemon\Data\32.dat:B4B3C9B812620CD63195A61BE16E70DA,Content\Pokemon\Data\320.dat:47E81030A3954F3762823519BE6F7084,Content\Pokemon\Data\321.dat:F396D1473A79125E3BC4EF26903A6EEB,Content\Pokemon\Data\322.dat:CC40F3EEC71B23BAA72EECDD1D644027,Content\Pokemon\Data\323.dat:5E50BCE2710B6965459775CC24671C11,Content\Pokemon\Data\324.dat:990B334C8BFF0143F1F5F7B8CCCFDC5E,Content\Pokemon\Data\325.dat:3D16ADB5F67694608A1C702895A77117,Content\Pokemon\Data\326.dat:0B7AC37B40E93CE5F8C59ED8ACF94B0D,Content\Pokemon\Data\327.dat:576DACFB3263A151629DC9CF686CB40B,Content\Pokemon\Data\328.dat:2BEC116C5B5EFAA41ECCF37E0FDAA7C5,Content\Pokemon\Data\329.dat:7318D2DB78DBA8654E556B163855B657,Content\Pokemon\Data\33.dat:675BBD9C2D9B1171B34547A9BDF04436,Content\Pokemon\Data\330.dat:0203883E13E7D135389975484A4974AD,Content\Pokemon\Data\331.dat:BE6F1CE4ED15C1AA9DF4317E456744B8,Content\Pokemon\Data\332.dat:5D9BB883F59677CDD8684693CD015B8F,Content\Pokemon\Data\333.dat:D419838CD483F565E1FAEE153B65F5D9,Content\Pokemon\Data\334.dat:267789B552CEA829E486181A821BD0A0,Content\Pokemon\Data\335.dat:C4B8209A44B2A60059022D3AE894CC7F,Content\Pokemon\Data\336.dat:E32B0349CE08EF6FA145A292ED4D5907,Content\Pokemon\Data\337.dat:CAD1567FE772A429920C98CCC39BBA8A,Content\Pokemon\Data\338.dat:16483DEAA0ABA6B1A4963E1C3C0A8B5B,Content\Pokemon\Data\339.dat:3977F7FE8BF80C77FB120849B2C2EAAA,Content\Pokemon\Data\34.dat:C6B53A6E860448D041AD1DA44D28018D,Content\Pokemon\Data\340.dat:5E2E90818424F26370245A20C9D4D489,Content\Pokemon\Data\341.dat:BB4719FDFCB72B67A3B192D8EB10E845,Content\Pokemon\Data\342.dat:257D24894F9EBF6F2B515F27E54E4C1F,Content\Pokemon\Data\343.dat:98A0A2B71BC07A86E3D82962234D9849,Content\Pokemon\Data\344.dat:3411B5569BBB71E6D199E95B1B9E9C86,Content\Pokemon\Data\345.dat:C28E8F00E14E8453EA9E945DEE7F53F0,Content\Pokemon\Data\346.dat:B808A6A7EA1B97C6625742BAABC53AC0,Content\Pokemon\Data\347.dat:079E13167062F5BFB0DAAB23CD8D703F,Content\Pokemon\Data\348.dat:2D6A4503E51D3E5E9C2A245BCE9DB357,Content\Pokemon\Data\349.dat:41642FB7AD413F64EE5DA347F16884B6,Content\Pokemon\Data\35.dat:DE2384BAC52603881B2D4B68A5FAFCF8,Content\Pokemon\Data\350.dat:BAFFAF34C30CDCC93C3661F4D736E3ED,Content\Pokemon\Data\351.dat:A41DA49AAA69EBB3315564EFF5CE75E1,Content\Pokemon\Data\352.dat:B88EE402117A1ABECD5D1C448A1BE3F2,Content\Pokemon\Data\353.dat:418F4F6FA0425DF98B43F9D46913A87A,Content\Pokemon\Data\354.dat:F84E6F31DA45F4998F2943566D2654A1,Content\Pokemon\Data\355.dat:821932C34E20D0E6F9910F068AF95F6D,Content\Pokemon\Data\356.dat:C4258ACB4A906535E7BC2AC8D764C07A,Content\Pokemon\Data\357.dat:A19D8F32A9420158F508C8158801ED21,Content\Pokemon\Data\358.dat:79FF92DB9F2A2062D36FE10BF9F235A4,Content\Pokemon\Data\359.dat:CA23A4362BCB741981F2EABD4BE9D2F1,Content\Pokemon\Data\36.dat:F63A61D30A037E318ACDEF089EBD0521,Content\Pokemon\Data\360.dat:067B564556D494FA99A847617D181E0A,Content\Pokemon\Data\361.dat:A032BD7EBBB86546BFE07B700EA9996C,Content\Pokemon\Data\362.dat:45A4B2EA762FFCFB37D3789E402DEAA9,Content\Pokemon\Data\363.dat:2A58C214179D514108F1BC1E404E1FC7,Content\Pokemon\Data\364.dat:9598AA9D564264126B97A138136D1F8E,Content\Pokemon\Data\365.dat:58AE559A72EB2CF1D2318D7A5117D11C,Content\Pokemon\Data\366.dat:15EEA98EC105145DD80C8003836A4D38,Content\Pokemon\Data\367.dat:35A4046C63FC3F802B407E65DF955870,Content\Pokemon\Data\368.dat:EB3C9B0CCFF9D58BA330A275517E42D3,Content\Pokemon\Data\369.dat:41F3A5DAB43B5EF0799DADB05C167EF2,Content\Pokemon\Data\37.dat:4438E31579E273CC0887C89AA6481D89,Content\Pokemon\Data\370.dat:F721AC7FA8C96A6EBA17CD1964BB5492,Content\Pokemon\Data\371.dat:1438E2D0FDB03163BE9B0567FB26A45E,Content\Pokemon\Data\372.dat:6DC9A40FFCAE6DBC8623B84060370D06,Content\Pokemon\Data\373.dat:6E62D9186B45DE89232E991D420FBF24,Content\Pokemon\Data\374.dat:935124DDC7002191558DB7E8777E666C,Content\Pokemon\Data\375.dat:82FF8BF39B4808B53DFE91163206AFC4,Content\Pokemon\Data\376.dat:F8763F0E3A8503EF0ABED6E648A1F1AC,Content\Pokemon\Data\377.dat:BD3A45C3010D5132A4D6CBF38D7E191E,Content\Pokemon\Data\378.dat:330AAD8FBAE6EEBDEE7E626BCF2E040D,Content\Pokemon\Data\379.dat:24F39B616B57E78443A3D8612BB9F9C3,Content\Pokemon\Data\38.dat:C2BE94406C188866BDB69E3C96FDB741,Content\Pokemon\Data\380.dat:04D7559A2364660BCFE8148FE5A63D52,Content\Pokemon\Data\381.dat:1B6A03758FBD902F89ADE2305C9EB6C8,Content\Pokemon\Data\382.dat:F3360B16099B1E9434DAF410E9ADA6E1,Content\Pokemon\Data\383.dat:6815E09AEA85E601865ED38B05298E2A,Content\Pokemon\Data\384.dat:4E998AF7CB3EB6BB95247EF164B8BDBE,Content\Pokemon\Data\385.dat:3D657588E91DD0EFDCC9391C8D685ECE,Content\Pokemon\Data\386.dat:8AC4DFFE429EAB6A7D012A6A208B0F10,Content\Pokemon\Data\386_attack.dat:B97192AA5F00C80A49A1E72BE3741F4F,Content\Pokemon\Data\386_defense.dat:4D01CA3C632C1944946AB0A761D69FE8,Content\Pokemon\Data\386_speed.dat:3935800C1C4E3F1C2B79522834292139,Content\Pokemon\Data\387.dat:16D5151DA017B3029A2AEBEF20860E6A,Content\Pokemon\Data\388.dat:36F99B46E255B3FA6FBE19622E6B5A0B,Content\Pokemon\Data\389.dat:FAB8CB66262680936751D978440B1439,Content\Pokemon\Data\39.dat:C74BC519C4BE20CD4BFDB86B3E5AC634,Content\Pokemon\Data\390.dat:8E9C93E5A8512B45C6B28B766E004820,Content\Pokemon\Data\391.dat:B06A8FF9886DC2E81C714C30CD065097,Content\Pokemon\Data\392.dat:143C94C8EA09535A008B7B2385786F19,Content\Pokemon\Data\393.dat:0051B144D4CB05239D5A2BC367F7A3DA,Content\Pokemon\Data\394.dat:11798CBD0740D2E0C2BBFBCAACBAE1D0,Content\Pokemon\Data\395.dat:03A24CDF452373EACF72CCAE7853BF36,Content\Pokemon\Data\396.dat:BCCABA4F87C7577F389468FB6915B053,Content\Pokemon\Data\397.dat:D15E5CC75682A3D81ACE88688B359C34,Content\Pokemon\Data\398.dat:8088A7547BB3BFF5605A50E2416005F4,Content\Pokemon\Data\399.dat:F7D2A0AF1DD9A399F6C754B63E7A1337,Content\Pokemon\Data\4.dat:23676E6B544C5F7A67FB3B4D970D496E,Content\Pokemon\Data\40.dat:E70D04F669E96E1C9240E831AA7C9A93,Content\Pokemon\Data\400.dat:11C8A96638F84D249D6368AF94DBF2CE,Content\Pokemon\Data\401.dat:C7FA34421C322AD64484B91A734DB84C,Content\Pokemon\Data\402.dat:C15443DBB06CD3FCB98592E4E53887C8,Content\Pokemon\Data\403.dat:050529355EFB3D0EAADCDBFBABF68E0B,Content\Pokemon\Data\404.dat:59AA9B341D160CDE4D7934A7334ACDED,Content\Pokemon\Data\405.dat:B69236E98D42F126780065621DB92365,Content\Pokemon\Data\406.dat:028CCF4A7A4CC89BB2B2099C75BBFC58,Content\Pokemon\Data\407.dat:FE849E15BBCFE4EC159A4D16F4855CAF,Content\Pokemon\Data\408.dat:D856B44C0EBCD8C884E99E07B8F3DCB5,Content\Pokemon\Data\409.dat:D0B3575ED0A23544FFB7DF45A49E029A,Content\Pokemon\Data\41.dat:1B36E4ACA8691AA55D485606EA74B0C0,Content\Pokemon\Data\410.dat:EC7F22D45997507ED68A990AFF08C785,Content\Pokemon\Data\411.dat:DCC7BA9B21109DA2CB423003F7C42AE4,Content\Pokemon\Data\412.dat:986582AD90ABD57528D4803866348D60,Content\Pokemon\Data\413.dat:BD8D0C4989FB1DA4C6516A286E6278F2,Content\Pokemon\Data\413_sandy.dat:0482E764C46F24C2AF10795D91C10139,Content\Pokemon\Data\413_trash.dat:0D07A97B88472AD309345AB8FE26EBB6,Content\Pokemon\Data\414.dat:B468F192D6202E2BBAE0F58EFE525109,Content\Pokemon\Data\415.dat:E1AA748732D9AB03781EFD86C46097AD,Content\Pokemon\Data\416.dat:D0B2D79A881C0C2CDB4C23CD834F87CA,Content\Pokemon\Data\417.dat:64F641D35D30C203E0DF5657C76F9440,Content\Pokemon\Data\418.dat:5D226ED1F94575CFA8C22CD334ED03DA,Content\Pokemon\Data\419.dat:47E27C563A863A71914C4B9C2A636F8C,Content\Pokemon\Data\42.dat:76A98D4D68A95B58AAE3DA1D2154064F,Content\Pokemon\Data\420.dat:AD65D500FE85EFF401702A483522FCFB,Content\Pokemon\Data\421.dat:AB91C36724C5A11E43887BA83AB76287,Content\Pokemon\Data\422.dat:8A5092883B5A94A3A46BFCC87A857412,Content\Pokemon\Data\423.dat:6E6BEEB53BEA809EB9C61EEB46140DF5,Content\Pokemon\Data\424.dat:3B2101C8FC843EBDC7D02AE667188EAA,Content\Pokemon\Data\425.dat:895876AFEC1929E57AB97EDE7E74BFC6,Content\Pokemon\Data\426.dat:8D6063DA2ED4FFB566C8E154C9F2485C,Content\Pokemon\Data\427.dat:E867B6768AA1BEF0B2F6BC8DD2E931FE,Content\Pokemon\Data\428.dat:F8BD39257C91BD4E2EF89EADECBDE376,Content\Pokemon\Data\429.dat:3338EC5446A8951FA32DAC3765C6C688,Content\Pokemon\Data\43.dat:3E1DE53A5CA58EB1003C1981D15A5FC0,Content\Pokemon\Data\430.dat:BCE3FB60CE50EEB16CEAA5B887B2B362,Content\Pokemon\Data\431.dat:A2623AFA96236ACCC0A00D9050097C78,Content\Pokemon\Data\432.dat:311D7A989C92F06A7F7B602467373BAA,Content\Pokemon\Data\433.dat:9D7241D83155D414ECD86B1FB37E8C57,Content\Pokemon\Data\434.dat:C751D02CF8DD71BDE88BDC820CA0CE47,Content\Pokemon\Data\435.dat:F3199FD4E1889635BD1ED50B0ED4660F,Content\Pokemon\Data\436.dat:3D702937447E1919DD18530839CF4C4E,Content\Pokemon\Data\437.dat:55E6AF26430F0CD08DA4835F91B57BDB,Content\Pokemon\Data\438.dat:02EA9E62B2CB50141605E59F1570CED3,Content\Pokemon\Data\439.dat:4872D8DDD91A6589B0D71E846947245D,Content\Pokemon\Data\44.dat:000800F1AA567CE067E77BCA53C04287,Content\Pokemon\Data\440.dat:37F821652ADD6B933E49B910C9E11944,Content\Pokemon\Data\441.dat:80FB0B37990170E6CD97EEA824BB48DE,Content\Pokemon\Data\442.dat:CEA9C2C27F7770C890DD87B4FCF140C9,Content\Pokemon\Data\443.dat:2D9E39B297DAEFF373F7E594F3209F62,Content\Pokemon\Data\444.dat:418926DF14DD7978AC9B015A71325301,Content\Pokemon\Data\445.dat:4B89EF6D5E86FD491D1A024AF005154E,Content\Pokemon\Data\446.dat:3627A98B58F4F9D188A6083B6051276C,Content\Pokemon\Data\447.dat:E70B6EFF6F8C64EB163B364F1C63FABC,Content\Pokemon\Data\448.dat:068C9E193968F9D3ECF10CA0ECA5D01C,Content\Pokemon\Data\449.dat:FB95B217E04AE236FDA7CCDE4DAFCBDB,Content\Pokemon\Data\45.dat:C5F7290C4B027D72701D581A9CB5641D,Content\Pokemon\Data\450.dat:F49C22CE512908A29741A95BED64B094,Content\Pokemon\Data\451.dat:E3F5C868D827B8B0515F80FB325023FA,Content\Pokemon\Data\452.dat:2FE6DAA04A5FE12D5E1FC391E2A8E4C7,Content\Pokemon\Data\453.dat:07226FC1A6EE9523041D0D5243AC7E5C,Content\Pokemon\Data\454.dat:553932907DA0C70F7DE547AA5D723162,Content\Pokemon\Data\455.dat:953AB478BD59E5E1566CA02BC6CF9B96,Content\Pokemon\Data\456.dat:D9A25FE5D05815FEE5CB91D69C8F5EDB,Content\Pokemon\Data\457.dat:3467A03638EE2040A314C5B7B02A9C5C,Content\Pokemon\Data\458.dat:7183A927E19E5DFBF494DB69795380FF,Content\Pokemon\Data\459.dat:C6DBF4D17E5800EE2B3014E3E0BF30A1,Content\Pokemon\Data\46.dat:73B5CFE03EE8304DD946E55A2D627869,Content\Pokemon\Data\460.dat:3A52F972F284C79BA22785EE0929CC5D,Content\Pokemon\Data\461.dat:872F7C025C90BF8CB3970145E31A21A3,Content\Pokemon\Data\462.dat:F4909A951C6CBB80B3317C3499E755D7,Content\Pokemon\Data\463.dat:3D9B68B0C6640A0DAFD5476D8C064E84,Content\Pokemon\Data\464.dat:9FA2D6FB4D3D90D5104D56138B22A5F5,Content\Pokemon\Data\465.dat:282ECD681F797ED14BEF45130D5DC1D7,Content\Pokemon\Data\466.dat:08F63757FC3586174A7F1DAB6BC6915E,Content\Pokemon\Data\467.dat:8DFA3A636043944ABD3F485A043D821C,Content\Pokemon\Data\468.dat:23E3DEDED7F9FC5164640227BEFA723A,Content\Pokemon\Data\469.dat:21AC15580445F6BA42C4F3D01A3D370B,Content\Pokemon\Data\47.dat:7A78CB60C86B61E74900E606F2119D86,Content\Pokemon\Data\470.dat:1A20ABED7385C75144ACCB71F6001B6E,Content\Pokemon\Data\471.dat:3B2F782C15EEDD7183057FDB98256681,Content\Pokemon\Data\472.dat:130298C2D6E2F86EEFC0F86DCE60A3CE,Content\Pokemon\Data\473.dat:E9C15B4488C0DC37FF1698485DB1996A,Content\Pokemon\Data\474.dat:CCED1A4C7405A669DCC43C35A5B13113,Content\Pokemon\Data\475.dat:676C2C5CCFCDBEF852CFDBC6821B2EBD,Content\Pokemon\Data\476.dat:6830667A4B782DE6DDDC75F8C6B217F9,Content\Pokemon\Data\477.dat:A447E58A20B4E02F82A35E20E79991D0,Content\Pokemon\Data\478.dat:FAF68629F05EC28FF4E1287CB735FC37,Content\Pokemon\Data\479.dat:B14023222093D6E061D3C2C9093AB263,Content\Pokemon\Data\479_fan.dat:A2714AADF33E1414D886864DF5FED3D4,Content\Pokemon\Data\479_frost.dat:544FAC5CE12537F0201821B469D85F86,Content\Pokemon\Data\479_heat.dat:F7965F538B0AFFB6E2A1979B485484CA,Content\Pokemon\Data\479_mow.dat:C685FFC81AEB0B65488AB7F3B5846F22,Content\Pokemon\Data\479_wash.dat:FB7B44C32F35C50B24B697464B2721E9,Content\Pokemon\Data\48.dat:D64A187C9F0ECD4AC806AB57E6CCAD16,Content\Pokemon\Data\480.dat:7FDFE0CEDE3F4078480AA9FBE47E7D20,Content\Pokemon\Data\481.dat:872C6A84E410FC6B77F01EB81C03089B,Content\Pokemon\Data\482.dat:AD0A8E6C64F84F6C792CB3244A385E3B,Content\Pokemon\Data\483.dat:DAD2E0823BBAC76972C7A4DCC389CBC9,Content\Pokemon\Data\484.dat:89F0DC11CEED691A69D8FC9E93519227,Content\Pokemon\Data\485.dat:BCAE859DF9DF0D7D9BEE9030335564FE,Content\Pokemon\Data\486.dat:76E75B27CA9C185C015AB9E98F0ED816,Content\Pokemon\Data\487.dat:61DF60A209089AA69A28DC1EE6D763AD,Content\Pokemon\Data\487_origin.dat:BDE731D64435F4218DA3AD5006459D73,Content\Pokemon\Data\488.dat:1ABF9669293E7BF2F22746D09A9CAED6,Content\Pokemon\Data\489.dat:CD278B606A35D272743D0707AFDF67CB,Content\Pokemon\Data\49.dat:C87AF6FF04FB726026025F721C69E8D3,Content\Pokemon\Data\490.dat:131EF8EE11E5B49203C9CAB502DA95A1,Content\Pokemon\Data\491.dat:8C24689E487D883A8144827BC6B466A7,Content\Pokemon\Data\492.dat:8F425AE82B70821C9B69501C4721DA4A,Content\Pokemon\Data\492_sky.dat:6BDD852E437C68B71D59AA1F5BF36B67,Content\Pokemon\Data\493.dat:B285557712D0C2C89532DFB4D28F9919,Content\Pokemon\Data\494.dat:AC2B38CBADFA304809EA6E6794DE6C11,Content\Pokemon\Data\495.dat:EC2027EF6FC58CADDE36E22EF2C4B66B,Content\Pokemon\Data\496.dat:3BC8F464F93FCF7D1B7630E38CAFD46F,Content\Pokemon\Data\497.dat:9DA1C7337459F7902D1C565B0832B33F,Content\Pokemon\Data\498.dat:5AF84C7F5E1D3BCA6D5BBE94F7566925,Content\Pokemon\Data\499.dat:D21181E68E8263EC111666D31F2F5C06,Content\Pokemon\Data\5.dat:6015BC43F3559BD83D3EC9670F4DCE6E,Content\Pokemon\Data\50.dat:265D58C767884AE56B7DB66C26E3ADA9,Content\Pokemon\Data\500.dat:6A7A5BCC2EC58B9AFBC6E69EAC7247C9,Content\Pokemon\Data\501.dat:8BC46676FBD88345D02AA900A949AFDC,Content\Pokemon\Data\502.dat:B9AC51905EF73CA475542EB31F21FCAD,Content\Pokemon\Data\503.dat:9C270F50ACB93727439A7C0AB4F781C4,Content\Pokemon\Data\504.dat:F72FF5A757E85653ECE487F68FF2A118,Content\Pokemon\Data\505.dat:F4D270581312C9D5AEF47E755846E58C,Content\Pokemon\Data\506.dat:17A868864EABE36EF72E633A10DFE074,Content\Pokemon\Data\507.dat:28F5E3EBFA329CDCB4717FB3B9E1E7F3,Content\Pokemon\Data\508.dat:58EEAE748BDAA93D0DA0DB9116CAF804,Content\Pokemon\Data\509.dat:F06EBD074285F50D88A990BD86444A98,Content\Pokemon\Data\51.dat:B0049BF3079D55E59332488BAE5811FF,Content\Pokemon\Data\510.dat:8B2567E483C4D3E1ED62729B90649CF7,Content\Pokemon\Data\511.dat:0D6C6C771B981847CDA9572DEF13114E,Content\Pokemon\Data\512.dat:DC54E371D91C46B2418C2F234F606F48,Content\Pokemon\Data\513.dat:0FC26B6FC38378851826B058D66BCC35,Content\Pokemon\Data\514.dat:B4DF7EF485C021E758755912B7D64BFD,Content\Pokemon\Data\515.dat:7B0E99233114A0AF867268DDF5784623,Content\Pokemon\Data\516.dat:91D8AC973419BC9736F054C696D08F22,Content\Pokemon\Data\517.dat:C2B192774A892269432745B807AF61DC,Content\Pokemon\Data\518.dat:1C1D0A98EFEA4303C3178E5A4B3E13C8,Content\Pokemon\Data\519.dat:B85A54077FE48B4EBBE96CBADFDDB53E,Content\Pokemon\Data\52.dat:87619CC908DD3AC3FEF6D54F42599B2F,Content\Pokemon\Data\520.dat:9200A416E4946926D2DA61A34DFDDF9C,Content\Pokemon\Data\521.dat:F1F1A23F6987325A3857822A97E3DB7E,Content\Pokemon\Data\522.dat:5CE5A8537D52C9663687C679AF06FBC8,Content\Pokemon\Data\523.dat:508AC7937EA40E9346C61F32A7B05DCC,Content\Pokemon\Data\524.dat:F0B5CCB6D75D85ACAE58FC5E11F93A20,Content\Pokemon\Data\525.dat:888814809FC52565709865DC716BC745,Content\Pokemon\Data\526.dat:9C11E7A7B077A65A31971E0A802B3043,Content\Pokemon\Data\527.dat:E53AA76AE92A625346696EA60A315947,Content\Pokemon\Data\528.dat:DA13AB03A844AFEDDE15C306DE82C370,Content\Pokemon\Data\529.dat:E5DC4562ABE0AF51E71788CA287A1766,Content\Pokemon\Data\53.dat:A2F81542D12CA00FBB80F5CD90092618,Content\Pokemon\Data\530.dat:2FDEF8DFF18A24059FC11484ACF3B986,Content\Pokemon\Data\531.dat:D20E95F4BB365521F1EEC5288E29674E,Content\Pokemon\Data\532.dat:1B48C47915A2D6D1FF82D76A960F42E9,Content\Pokemon\Data\533.dat:8D599B0F916A53495D51853E0CD9BD5E,Content\Pokemon\Data\534.dat:66C1E2B1929579397862022FC1CF3EC3,Content\Pokemon\Data\535.dat:40164F3DF69A15A630AC32C0721BB51A,Content\Pokemon\Data\536.dat:A17A3EDD7091843CD7F5673C49AD77E7,Content\Pokemon\Data\537.dat:10DA6BF8C12DE26DC1E12F4606FDFAB5,Content\Pokemon\Data\538.dat:4EF6D245D8FE3A75A7E9555AB383AE9B,Content\Pokemon\Data\539.dat:A2E1760967295CAA79503AF160A8709E,Content\Pokemon\Data\54.dat:04B4DF1CC224254BACAA8BF9DC2B297D,Content\Pokemon\Data\540.dat:DC232868CF6866EA2A8EE3C0B0D25589,Content\Pokemon\Data\541.dat:05A5A39E1AB8D559145171DEDD29DCC1,Content\Pokemon\Data\542.dat:01E799670D3A400CBEA07E807F0B487E,Content\Pokemon\Data\543.dat:CCBA6AAC2227E4A5DBFD3DFB25363092,Content\Pokemon\Data\544.dat:A7D33D33E5BC4D008797750540560D52,Content\Pokemon\Data\545.dat:DCFEE41F035C9571EFC69C5B9CB0D612,Content\Pokemon\Data\546.dat:B06ACD3CE0D31063301B4C496005A9F4,Content\Pokemon\Data\547.dat:1DC56226B730707884E7CA3F6E785270,Content\Pokemon\Data\548.dat:57B455C7531927C9B457687A7EEE2DCE,Content\Pokemon\Data\549.dat:B53A47F22F57CA8DDD61DC11A6CD8FA2,Content\Pokemon\Data\55.dat:D2A1D522D27F8C50A659BBE50B1DD2D7,Content\Pokemon\Data\550.dat:413E3A23FBC356E3397EA17C9AB01033,Content\Pokemon\Data\550_blue.dat:901C57F61D142C275B21D080539374D0,Content\Pokemon\Data\551.dat:6388918AAB514EE0DCE1949E334D4C96,Content\Pokemon\Data\552.dat:5E41B512BB209FC53A5AFA2FA5F245CE,Content\Pokemon\Data\553.dat:DD808659578AFA33A495438DC83AF8DF,Content\Pokemon\Data\554.dat:5AA4BFA9C99F2DDEED10F37688BEE7B4,Content\Pokemon\Data\555.dat:47130E3492CF16EC518D50F865AFFE17,Content\Pokemon\Data\555_zen.dat:ED8027349231F2E4DACB74E35B96C8D3,Content\Pokemon\Data\556.dat:A251C5F3317EE8E642AE7C1681E71B93,Content\Pokemon\Data\557.dat:75AE6018245D706C251BF647184D42D7,Content\Pokemon\Data\558.dat:240E7B4C17D750D48D055DDD766FB2D9,Content\Pokemon\Data\559.dat:BBCEAA48B2D2FC8206EB6CED90B495A6,Content\Pokemon\Data\56.dat:BE66F04D39C638DAAF410CF4173BC3A1,Content\Pokemon\Data\560.dat:B2214A170FB25985ACEFC44CCAB7CC6F,Content\Pokemon\Data\561.dat:0E2C186FF1E9BEBEAEC08FD05212751E,Content\Pokemon\Data\562.dat:C605CF57EBA413020175EB91061FEE80,Content\Pokemon\Data\563.dat:EAA623FF7BD3D860D3A9222C46E29BFD,Content\Pokemon\Data\564.dat:486C919D1B625710C0F52D6AC578A7E2,Content\Pokemon\Data\565.dat:5BD86EC9D8AE74C8A6601EA49A27FA5C,Content\Pokemon\Data\566.dat:B4E9472809BA2776EFBE7570D7B348D4,Content\Pokemon\Data\567.dat:EB23D36B267ED975EE74F0730E1F338D,Content\Pokemon\Data\568.dat:B2C798D0BDA4A63FDA3D07E3653214B9,Content\Pokemon\Data\569.dat:BB41FE5A6C565CF2D8A760F870A25EE4,Content\Pokemon\Data\57.dat:533C1ADFD2D3868369AD512693AFFB3D,Content\Pokemon\Data\570.dat:241A506FD621D45CB5920046D3C3E4E7,Content\Pokemon\Data\571.dat:4F1243104408F962B6A5635578C54058,Content\Pokemon\Data\572.dat:90986E62DF583CD8119B1F8877F6A970,Content\Pokemon\Data\573.dat:77D322E12347BFAE32D277BC6597C478,Content\Pokemon\Data\574.dat:330FE52B865BC5E02E9A08340A085DDF,Content\Pokemon\Data\575.dat:3AC08819FB0D8BD073805777182D43A6,Content\Pokemon\Data\576.dat:ADB0CD530D926D1DD17CE1E332018C0B,Content\Pokemon\Data\577.dat:49FDF24F89FCFCA04F8838F9E534D0B2,Content\Pokemon\Data\578.dat:7085D9A93475CB02326DEC6655122646,Content\Pokemon\Data\579.dat:68F4CB6436A22C0C71898F752B4F38CF,Content\Pokemon\Data\58.dat:E334372BB55DF3F1E61D12ED50FEE698,Content\Pokemon\Data\580.dat:5423182A01D5BF95340BF037CA66566A,Content\Pokemon\Data\581.dat:502F2DB05D90556F83634604BDDB51A2,Content\Pokemon\Data\582.dat:46668A728DA3D29A17D1FD94AF0149C1,Content\Pokemon\Data\583.dat:3510470ECC68F51A6D01E03731B90375,Content\Pokemon\Data\584.dat:1C7843096A8B2EBD3E257BEB30065B66,Content\Pokemon\Data\585.dat:9D4E6887F4886A3C7ECBF2C3485CAF6B,Content\Pokemon\Data\586.dat:A02216C73B3A6E40E74FBA2B58FEB594,Content\Pokemon\Data\587.dat:3B1308829231B06D5FBC358B45884F08,Content\Pokemon\Data\588.dat:46CF98160657EE3B8B4C1BAC6B5B2F71,Content\Pokemon\Data\589.dat:112DC857E24BB58357A131AC6893BAA1,Content\Pokemon\Data\59.dat:AB2A59B4BDA55874F4A61C29F49DF903,Content\Pokemon\Data\590.dat:2917EF0B7DDBCC2073F0B9F3FCC172CB,Content\Pokemon\Data\591.dat:38153B2B11232F20637599901C15D311,Content\Pokemon\Data\592.dat:6DF8D4161A3658B59A6C5CA91C3A0328,Content\Pokemon\Data\593.dat:9B75DC08CC789F2D02D08933B87FE402,Content\Pokemon\Data\594.dat:AE2D4ED39556776AAECCFA286D26EFEB,Content\Pokemon\Data\595.dat:287BE88142328432178CB61EC567286F,Content\Pokemon\Data\596.dat:35C2B9661430D4FEC01F43AE5CD61F94,Content\Pokemon\Data\597.dat:EC2F2820EC9262C307DC3614156CE24A,Content\Pokemon\Data\598.dat:46E6257FFB63CF0CBB645DB9B45307A1,Content\Pokemon\Data\599.dat:CD257E8EA40C1212107802FBE429EF9C,Content\Pokemon\Data\6.dat:1B430EAB0756D64F1D82DB6B4C86D16F,Content\Pokemon\Data\60.dat:0347458EC662D97307728B0E6612F839,Content\Pokemon\Data\600.dat:C8A0FC52CF1FBA2D3E9768F92172C35E,Content\Pokemon\Data\601.dat:E0DF93450759F7CC3B2B1C8065D113FD,Content\Pokemon\Data\602.dat:A7BD3721A4969388A475E069DD99EDCA,Content\Pokemon\Data\603.dat:1FF1F2D872EECD23BD0C6D4B6968ED48,Content\Pokemon\Data\604.dat:528DE9A89785B9601EB1D8DEE018FA01,Content\Pokemon\Data\605.dat:51CC0C4F174A18376F4CB1F44D558975,Content\Pokemon\Data\606.dat:641CFFE24A2BC31FD6D5E0CA1787ED0A,Content\Pokemon\Data\607.dat:C6DB5DC608A80DC5A6D823B92125935F,Content\Pokemon\Data\608.dat:AB35777B87BA87DFF538601568480993,Content\Pokemon\Data\609.dat:3B1D0D214CA4E3111D6341421A2CA7B5,Content\Pokemon\Data\61.dat:A341802175B7243A64F7318C51EFA235,Content\Pokemon\Data\610.dat:8D26C47278625CC67B3A874A5A64AC33,Content\Pokemon\Data\611.dat:9A20DA6894B3DD034579CCD101FC7BA1,Content\Pokemon\Data\612.dat:3CBF8ECFABF825BB73F882CD16588812,Content\Pokemon\Data\613.dat:58D9EBA59011EB7C7A0D1F49C7EDB890,Content\Pokemon\Data\614.dat:A6640C0F2221F1124B363CA3433987B3,Content\Pokemon\Data\615.dat:30F472C0ADE3C3D718F25FE193140249,Content\Pokemon\Data\616.dat:3AC0C96608B2D1027A0D20CDE71D072C,Content\Pokemon\Data\617.dat:32A7CA85C5576670840774DA7A42DB65,Content\Pokemon\Data\618.dat:CD0FB15D11C30B41110BBF623C0D06C2,Content\Pokemon\Data\619.dat:0698B0CBB41BB6C94AD23825210E0D91,Content\Pokemon\Data\62.dat:D5B3BCA92363213B32548A4CD1D0F9EC,Content\Pokemon\Data\620.dat:A6E9247AE68A0F11AA7E3F48836A1F57,Content\Pokemon\Data\621.dat:B5EE825844B437E547AB78B5C3E8753D,Content\Pokemon\Data\622.dat:034ACD7136AF331AB78CABBE5683242A,Content\Pokemon\Data\623.dat:46F582F262E745020FC17454DFBBF322,Content\Pokemon\Data\624.dat:E8363196F9E61AF00B5FD9F08469C864,Content\Pokemon\Data\625.dat:B36A4F0B624641A3C48C9FDA3BE3F485,Content\Pokemon\Data\626.dat:4C1327DE4DC1750F9D7D557C26E7E309,Content\Pokemon\Data\627.dat:9D9160CAB77410715508683A5AF5D657,Content\Pokemon\Data\628.dat:A3E94A77F6B8F563C026178DEC2B06D3,Content\Pokemon\Data\629.dat:7AE17931271A98505700DBE1B7E69C08,Content\Pokemon\Data\63.dat:567724E7751F65ABC47F600537AFB79D,Content\Pokemon\Data\630.dat:C56D68978B4457F322F4E430585D5CA2,Content\Pokemon\Data\631.dat:EA87005A5F733D86E37BB108CD9DCECD,Content\Pokemon\Data\632.dat:F67EF680B7A9C68F7B3020DDDDDAA205,Content\Pokemon\Data\633.dat:15BAA7D4C82DEA1CC74A7562AA205E4A,Content\Pokemon\Data\634.dat:397939D8F4D28E2CCAFD409B27A30FCD,Content\Pokemon\Data\635.dat:F3904AC0772D6FE8FE62C92839E5FFCD,Content\Pokemon\Data\636.dat:289682C7D744E8038B2DEFD64FC9C23F,Content\Pokemon\Data\637.dat:39962B9B14A78E6F1DA5D7D451911363,Content\Pokemon\Data\638.dat:E53AE869F75D04512CAD75C2FEA557CE,Content\Pokemon\Data\639.dat:E72FD3432F3574330807D49E3552A3AB,Content\Pokemon\Data\64.dat:AD280E132F3B12C027B73508E499D93A,Content\Pokemon\Data\640.dat:012325BEA9D064717B056B07F1985EFC,Content\Pokemon\Data\641.dat:49A6089996DC951EEA10A0AB319748C5,Content\Pokemon\Data\641_therian.dat:92CE71910B9C7C84E0B08D860EE00808,Content\Pokemon\Data\642.dat:D55EF2EF997CACC9FEE277157C0CAB14,Content\Pokemon\Data\642_therian.dat:4C1AD7DFAA7F76B818583DFEE4920336,Content\Pokemon\Data\643.dat:CD1D34DA6FF56CF887E97F6286B6C1B9,Content\Pokemon\Data\644.dat:2E032B08B1EC93AF2DF884FE6CC1BD0F,Content\Pokemon\Data\645.dat:34FFA05F8DF303D00D44F68E8D99F7E4,Content\Pokemon\Data\645_therian.dat:3302C29EFA82DAF907FEC0872DA99371,Content\Pokemon\Data\646.dat:6015462723B40B7D2DE60BC265519977,Content\Pokemon\Data\646_black.dat:B690D8EF6B4DC01CC2E56AB5CA876C3D,Content\Pokemon\Data\646_white.dat:A02F548CE5E78DDD505ACDC1F88D86C2,Content\Pokemon\Data\647.dat:D42F34B6914D403DE1D08EAE2432AEB1,Content\Pokemon\Data\648.dat:2D2822E91C1ED20D2D251BA6392558BC,Content\Pokemon\Data\648_pirouette.dat:5FD1A1F6D9EA7FC166507427C107131D,Content\Pokemon\Data\649.dat:0799285A89FA9A8239F6BE1AE24D70AA,Content\Pokemon\Data\65.dat:4B89E3D506C290ED9EDD8A2FAD4BCBF7,Content\Pokemon\Data\66.dat:CF72C2337B30F22310227DCF0293ABE2,Content\Pokemon\Data\661.dat:3C42FCA75DD9A1A78826CA81DB6C55D9,Content\Pokemon\Data\662.dat:A2622EA34074F99CAD403A68E1803484,Content\Pokemon\Data\663.dat:6C4896C6B6B1CD7691688CC3582945B2,Content\Pokemon\Data\67.dat:0F95738113B34D155F896C6C1E15898A,Content\Pokemon\Data\674.dat:2FB30C4D04BB242D318C487C4A972C77,Content\Pokemon\Data\675.dat:8C0579A2278035D4750B221858CE763F,Content\Pokemon\Data\679.dat:834A8239E63390E4A429A126C8338906,Content\Pokemon\Data\68.dat:9E45BCB146A6809D9C6F31BF6F66516F,Content\Pokemon\Data\680.dat:705E655E77FEAE2ECB0AECE3DEB39FBE,Content\Pokemon\Data\681.dat:D0B131EED9C3A0CA2A30883856B47CFD,Content\Pokemon\Data\681_blade.dat:7854F8887CB10EB97CE8D07C8971E1CD,Content\Pokemon\Data\69.dat:7F437D4F20D8312242F6E2F0E1F12B2F,Content\Pokemon\Data\696.dat:4D34E2E0FC24F837C8C7803C74187D12,Content\Pokemon\Data\697.dat:9EEDCC567B251EFA2AEA0DE6AD832056,Content\Pokemon\Data\698.dat:DDCEE41EF6CDB7AD3149E473A1C6A613,Content\Pokemon\Data\699.dat:50EC664E9BF309DA877A1E4BD414A9B6,Content\Pokemon\Data\7.dat:A03CABF5AF4EDDE525CFDA8385A2EAF3,Content\Pokemon\Data\70.dat:053F588C41F0F55CA46C65FB236F2297,Content\Pokemon\Data\700.dat:EDE0172D6D96072658ACC60613B34BF3,Content\Pokemon\Data\703.dat:EF76C83149CB04BDB36A34DCFC2C63A0,Content\Pokemon\Data\707.dat:8C478B068A1BF8B9C5532AF6162273E3,Content\Pokemon\Data\708.dat:41D250CDD34E882E4F30F60FA01A145A,Content\Pokemon\Data\709.dat:DCDBD5AE101A5B94941A5A60E7E56204,Content\Pokemon\Data\71.dat:7ECFC93836A7791155589E680168A8A1,Content\Pokemon\Data\714.dat:F0507CF4D7CB4FC730DA34E9BDDB3BDF,Content\Pokemon\Data\715.dat:5D2675250E8D048C0D93FE8326332A24,Content\Pokemon\Data\72.dat:7B67806B05174888801CDF96CD3B1FE3,Content\Pokemon\Data\721.dat:BCF02E614564C9881EED34BAE7C98C5A,Content\Pokemon\Data\73.dat:9653CADFF62FAC174C458AA409FEBE15,Content\Pokemon\Data\74.dat:7576BB273BEDD435FF34A415A02876C6,Content\Pokemon\Data\75.dat:18B9D59883049AB7347DFDF981E534B2,Content\Pokemon\Data\76.dat:1734589B96A8D8A71515CCCC7120C37C,Content\Pokemon\Data\77.dat:3F2931A6A1CB25A24E8ACE7D34FAC54E,Content\Pokemon\Data\78.dat:370FB82F841D326D96F004DE7115B198,Content\Pokemon\Data\79.dat:9710A5E938D8F57C074BE6983E62C41A,Content\Pokemon\Data\8.dat:69A7ADCD41206FBBF55579A88A24815D,Content\Pokemon\Data\80.dat:BEE9A044FC93BE7647303D837DEE7514,Content\Pokemon\Data\81.dat:A768FD638786D259027D697417C0BA21,Content\Pokemon\Data\82.dat:71CD88EB7C37A0472FE90F5E34421C66,Content\Pokemon\Data\83.dat:3446EC84B65869E3C9BD082A6BF279E6,Content\Pokemon\Data\84.dat:FDCB61CB08D3E459578DC24F1D4BB6F5,Content\Pokemon\Data\85.dat:88B147757258CAFB04F170ADB6D8F73D,Content\Pokemon\Data\86.dat:715EA690A3A35F18D8717BC097E4D12F,Content\Pokemon\Data\87.dat:42990950EBD3AAA596FE51B31710CAAF,Content\Pokemon\Data\88.dat:0D591B33662E7F4378AF5FED96A5B905,Content\Pokemon\Data\89.dat:784E6C8FF56ADE6F5918D746C7DADCAD,Content\Pokemon\Data\9.dat:0F120D02BDA970458E6D0C69D286CA60,Content\Pokemon\Data\90.dat:D34C5DCCF8960988EBD91AE860F4C9FB,Content\Pokemon\Data\91.dat:7F2C0ECC3B8BCAE92D09AB52C7D8409A,Content\Pokemon\Data\92.dat:70A2FA4E09424E1B0925321E897C8BD9,Content\Pokemon\Data\93.dat:F0E938A491B4CEBA10CF176AD1785F63,Content\Pokemon\Data\94.dat:A3BE1A7D82924874D1CC58E11F5E5D01,Content\Pokemon\Data\95.dat:69991E17CC18249E0B2CFD64E773E813,Content\Pokemon\Data\96.dat:DF82FA36170C5E4315AD50B1042401F0,Content\Pokemon\Data\97.dat:FA14B3438D6DB15E8C10B9AB864160CF,Content\Pokemon\Data\98.dat:13F9B7066B0BA6BD04049CCD52C1A3AC,Content\Pokemon\Data\99.dat:800309F3D1DDB337857BC9353C67816E,Content\Pokemon\Data\frontier\0.dat:0E70E8AC4E46717ACA61F70148BE4B54,Content\Pokemon\Data\frontier\1.dat:54FDAE2106C3BC25258BB848D6C52E72,Content\Pokemon\Data\frontier\2.dat:BEC480C7220815A46B77347FEBE4D891,maps\azalea.dat:D18D3FDADFBEEC1B204411512437DF6E,maps\barktown.dat:28F40F2C56732FE887E0E0FAE653C88C,maps\barktown0.dat:9D17F8F3D95BD40E9B88A5166DF34063,maps\BerryVista.dat:E2E41C5614049E9B29A6D76897FCAAA1,maps\blackthorn.dat:B912AE9AE5931C58CC10686F5B214181,maps\cherrygrove.dat:74D2F12C28FE2CCEF1EC3C7626886D15,maps\cherrygrove_center.dat:B2CCB6704B8E53843307F6729FC7DE9B,maps\cherrygrove_mart.dat:8BE83B6B269B5F5039961D2464314F5C,maps\cianwood.dat:DBFED1672C9B58204739A0D236ABF580,maps\Ecruteak.dat:611AC9AE04BA2B5BA5A29892F5DA2C83,maps\elmlab.dat:7F72A66CADD2B198CA98BE06FF3807AC,maps\goldenrod.dat:8C41366B93A0A0AED4162CE162DFC142,maps\ilexforest.dat:2C7B95E12C26C258E9AD02EFC14ECDE0,maps\lakeofrage.dat:C6938FCF4B374123E8320F83E47BD6EA,maps\mahogany.dat:794AA49909320CB2E3AEF9092DC71783,maps\mrpokemonhouse.dat:850E9D521580B2A14373FCAA3D57B0BA,maps\Olivine.dat:B1BBA068621A07FD832482DE7FD8DCA3,maps\restplaces.dat:09A62D8BC23CA546215F38C1A74CD905,maps\route29.dat:3BE6B422710888E800269A0D78152B3F,maps\route30.dat:BA886B334BA065AB84765BAAAD4E56DA,maps\route31.dat:8FDE5A873E51CABE9085412208454BBD,maps\route32.dat:A2D4C5D39E90E17AA3AD9B8A4FA7D683,maps\route32_center.dat:7F24BA090BBAABA0B55EB8AC020D1D99,maps\route33.dat:78BF27A2518672086ECAC474FB681715,maps\route36.dat:753220EFE0B1378F5652B83E799AF463,maps\route37.dat:6DCD0FB71D451384536C9C9A16D572B0,maps\route38.dat:80C187480EEE5A16B80E561DAEA707C5,maps\route39.dat:1F95858F4E606D520C18ADB9A521115F,maps\speedboatscene.dat:D97D5AF2E760C851FA4FE3C6E5F18AC0,maps\test.dat:07A3EDA8C249E0B4E93A3AD2389339DD,maps\testlevel.dat:5181ECAF15020EA108AEC6CD24EAAB18,maps\tohjofalls.dat:76901E8B7ACBB41C922F0ADA13F625CC,maps\violet.dat:E908F75FBC04333346DE515CD356215B,maps\violetroute31gate.dat:A442F00670D098E52CDEA14EFDF18165,maps\violet_center.dat:0C9BCC0FAD6E3857DD86FDE2FEF291FB,maps\violet_mart.dat:1F1884B1C72BCD008756FEC0BB74C231,maps\yourroom.dat:DA6E5615745385F64AC15BAFEBA4D0EA,maps\alph\alph01.dat:319A747D1B063BF4601D0A9174717DCB,maps\alph\alph02.dat:15CD3A1A0B898EDCB9509A23D43B53EA,maps\alph\alph03.dat:F067498E2C7FED88B3501DE1BF2E18CE,maps\alph\alph04.dat:11A1BABB7584216F1BF30D606BBA5E09,maps\alph\alph05.dat:C3B537749E0FC341C4128BCBB1E2C443,maps\alph\alph06.dat:AF74BA760ACFAFD2A0751704700C7859,maps\alph\alphhouse.dat:4E83B001FE00B673AD1E46674EEEEB93,maps\alph\deepruins.dat:0AD67986F70D4B7647B04F04EFEF32B4,maps\alph\ruinsofalph.dat:061AB9D63ED61D0116BAB648DE8577F6,maps\azalea\0.dat:6BD467BBBEDAB0EC0C61D440C3CE3974,maps\azalea\center.dat:393BCDDBBA3D3C6C31E06F11E3AD43F8,maps\azalea\kurt.dat:DCFEE92DD595471C026EA8B3060D17A6,maps\azalea\mart.dat:F6E30D0EE9BD6BDE6B1882C00DA0DFEE,maps\barktown\0.dat:776036F6FDC2BBEC6ECA42782EA722B3,maps\barktown\1.dat:B6914E385C69D2157D1EAA40B560A429,maps\battle\azalea.dat:27A400D5B600F907E7EE1ADE4F76C5B2,maps\battle\battle0.dat:3FA2CE5088E028C7A190599872427162,maps\battle\battle1.dat:9B8E0484C591842373616DA53C0F6C56,maps\battle\cherrygrove.dat:6BF26EE2FF668A8D0F636E4775B98E8B,maps\battle\cianwood.dat:F9F213795FE25E8FA38AF2747DDF19FF,maps\battle\Ecruteak.dat:DEFE0BA7D2FF9974B180669066A43966,maps\battle\ilexforest.dat:AE740FFF0F3650257AD0D44CCC094673,maps\battle\kanto0.dat:3BD19B0B8283D70B586D9FFF399DC8E4,maps\battle\Olivine.dat:243E242DB4E05A93275C5D488273BF9E,maps\battle\pvp.dat:0E290618A802862BBF5F390BB64F5D4C,maps\battle\route29.dat:A5B0B797949FD5FC827BE9F95C1A5195,maps\battle\route32.dat:908479BEE2050CADC72FA8CAA4A16642,maps\battle\route33.dat:AEFEC67EC72410CDC4E561DE43FBB6F8,maps\battle\tohjofalls.dat:D72921E9C72EF5A693552896E834C4EE,maps\battle\violet.dat:58E89F0D58231A6E7905180384DB7C67,maps\battle\alph\alph01.dat:08DDEC6DF755113A21D9CEC1C9DFC6B5,maps\battle\alph\alph03.dat:08DDEC6DF755113A21D9CEC1C9DFC6B5,maps\battle\boon\cape.dat:4CD382D91A4898D93D00EA460A9E1AC9,maps\battle\burnedtower\burnedtower1f.dat:F90C66B2B409B501B4B7721887F013F8,maps\battle\burnedtower\burnedtowerb1f.dat:BE116FBB814BBCCD4C72386BCA67F689,maps\battle\ceruleancave\1f.dat:04F0237C07FE8C9DB44110ABF6A186AE,maps\battle\ceruleancave\2f.dat:04F0237C07FE8C9DB44110ABF6A186AE,maps\battle\ceruleancave\bf1.dat:04F0237C07FE8C9DB44110ABF6A186AE,maps\battle\chrono\meadow.dat:C4B2F2B15E41CD41BF74C6E08827E85C,maps\battle\chrono\memorial.dat:1BFA75D5B7609C6332F699265758689D,maps\battle\chrono\warehouse.dat:A27D52B831D446E8D4BD941DE6F8F1E7,maps\battle\darkcave\darkcave0.dat:07CC7AB621D5BD174A7B07F5D883707F,maps\battle\darkcave\darkcave1.dat:07CC7AB621D5BD174A7B07F5D883707F,maps\battle\diglettscave\entpew.dat:114F53300CBD22769B3C42F393396024,maps\battle\diglettscave\entver.dat:114F53300CBD22769B3C42F393396024,maps\battle\diglettscave\main.dat:114F53300CBD22769B3C42F393396024,maps\battle\dragonsden\main.dat:4DCD4766E627A8156A7B7BAA7ADC9A7C,maps\battle\dungeon\checkpoint1.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\chess.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\main.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\mindend.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\passage.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\0\0.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\0\1.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\0\10.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\0\11.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\0\12.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\0\13.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\0\14.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\0\2.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\0\3.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\0\4.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\0\5.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\0\6.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\0\7.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\0\8.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\0\9.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\1\0.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\1\1.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\1\10.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\1\11.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\1\12.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\1\13.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\1\14.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\1\15.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\1\16.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\1\17.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\1\18.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\1\19.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\1\2.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\1\20.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\1\21.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\1\22.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\1\23.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\1\24.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\1\3.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\1\4.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\1\5.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\1\6.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\1\7.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\1\8.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\1\9.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\2\0.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\2\1.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\2\2.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\2\3.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\2\4.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\2\5.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\2\6.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\2\7.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\2\outside.dat:F59A9DD0A1959BE3753D33F21EDDB1FA,maps\battle\ecruteak\dance_theater.dat:62096C5F2E48C394F15C9F01C85C748D,maps\battle\ecruteak\tintower10f.dat:B8E96D1915484055B521B0AEABCCD1ED,maps\battle\ecruteak\tintower1f.dat:03B0CD306589CBBDDD08BAB843E2CA45,maps\battle\ecruteak\tintower2f.dat:03B0CD306589CBBDDD08BAB843E2CA45,maps\battle\ecruteak\tintower3f.dat:03B0CD306589CBBDDD08BAB843E2CA45,maps\battle\ecruteak\tintower4f.dat:03B0CD306589CBBDDD08BAB843E2CA45,maps\battle\ecruteak\tintower5f.dat:03B0CD306589CBBDDD08BAB843E2CA45,maps\battle\ecruteak\tintower6f.dat:03B0CD306589CBBDDD08BAB843E2CA45,maps\battle\ecruteak\tintower7f.dat:74817033C99B864FE5E008645E79BE9F,maps\battle\ecruteak\tintower8f.dat:74817033C99B864FE5E008645E79BE9F,maps\battle\ecruteak\tintower9f.dat:74817033C99B864FE5E008645E79BE9F,maps\battle\faraway\interior.dat:AF6CA42DB72C9DC5E22F984A5F694BAC,maps\battle\frontier\battlefactory\arena.dat:751612AE3721546F0889AC26E07C02BD,maps\battle\frontier\battletower\arena.dat:ED75DD2B663562040EEAA9469390F791,maps\battle\goldenrod\underground0.dat:CB0B9AFCB1A30C6255B212CFC58F1C9A,maps\battle\goldenrod\underground2.dat:78037854897EAB6F3F3DBC4CA658A7A1,maps\battle\goldenrod\underground3.dat:825E9A5F1037C17279D1EAFB315C5F2C,maps\battle\goldenrod\radiotower\1f.dat:B4C8B326B54618EEB968E4D91098EBB7,maps\battle\goldenrod\radiotower\2f.dat:B4C8B326B54618EEB968E4D91098EBB7,maps\battle\goldenrod\radiotower\3f.dat:B4C8B326B54618EEB968E4D91098EBB7,maps\battle\goldenrod\radiotower\4f.dat:B4C8B326B54618EEB968E4D91098EBB7,maps\battle\goldenrod\radiotower\5f.dat:B4C8B326B54618EEB968E4D91098EBB7,maps\battle\gyms\azalea_gym.dat:2F97DBBBF83B29992DDAD871811B8B73,maps\battle\gyms\blackthorn_gym_1.dat:F1E8AB92C39CF8F7781EA7778A932426,maps\battle\gyms\blackthorn_gym_2.dat:B5C5826DCCCE2DC57ECE8BF5ACDB3FA2,maps\battle\gyms\celadon_gym.dat:97BEC0119621734F8F2D603870088C18,maps\battle\gyms\cerulean_gym.dat:3AEDB3014EB72C2B2F544BB13A1E7614,maps\battle\gyms\cianwood_gym.dat:80906D5A3D8FF599AFA6341CF14B6EF1,maps\battle\gyms\cinnabar_gym.dat:31699FC759C50C29C548EA9D890FE65A,maps\battle\gyms\ecruteak_gym.dat:40ACCD4E203A60520451AD7A73CDAF3D,maps\battle\gyms\fuchsia_gym.dat:6A95E9D6AC516CABF050928B1662A102,maps\battle\gyms\goldenrod_gym.dat:67B15F8B5DD5A0CE85B3C2A39CEA466C,maps\battle\gyms\mahogany_gym.dat:6B67E510C314550C6281B796F89F804C,maps\battle\gyms\olivine_gym.dat:A99501BC62A58834835B9A1FC596E153,maps\battle\gyms\pewter_gym.dat:165D5DEC1BF6FB968F76B9EEA3897CEA,maps\battle\gyms\saffron_gym.dat:AF9CEE791E6FD68C6700D5394FEE8E64,maps\battle\gyms\vermilion_gym.dat:FEE335BB5618F7E89C25894587F2A9AA,maps\battle\gyms\violet_gym.dat:EF8B7E094D5E8D0D7EA8669BE28319AA,maps\battle\gyms\viridian_gym.dat:27CDB99033E257CF5014197F1786CA18,maps\battle\hiddengrotto\berryvista.dat:241B51FCE2C1F4BA00322E22C651E7E0,maps\battle\hiddengrotto\ilexforest.dat:241B51FCE2C1F4BA00322E22C651E7E0,maps\battle\hiddengrotto\indigo.dat:241B51FCE2C1F4BA00322E22C651E7E0,maps\battle\hiddengrotto\lakeofrage.dat:241B51FCE2C1F4BA00322E22C651E7E0,maps\battle\hiddengrotto\mahogany.dat:241B51FCE2C1F4BA00322E22C651E7E0,maps\battle\hiddengrotto\nationalpark0.dat:241B51FCE2C1F4BA00322E22C651E7E0,maps\battle\hiddengrotto\route26.dat:241B51FCE2C1F4BA00322E22C651E7E0,maps\battle\hiddengrotto\route27.dat:241B51FCE2C1F4BA00322E22C651E7E0,maps\battle\hiddengrotto\route31.dat:241B51FCE2C1F4BA00322E22C651E7E0,maps\battle\hiddengrotto\route32.dat:241B51FCE2C1F4BA00322E22C651E7E0,maps\battle\hiddengrotto\route34.dat:241B51FCE2C1F4BA00322E22C651E7E0,maps\battle\hiddengrotto\route35.dat:241B51FCE2C1F4BA00322E22C651E7E0,maps\battle\hiddengrotto\route39.dat:241B51FCE2C1F4BA00322E22C651E7E0,maps\battle\hiddengrotto\route42.dat:241B51FCE2C1F4BA00322E22C651E7E0,maps\battle\hiddengrotto\route43.dat:241B51FCE2C1F4BA00322E22C651E7E0,maps\battle\hiddengrotto\route44.dat:241B51FCE2C1F4BA00322E22C651E7E0,maps\battle\hiddengrotto\route46.dat:241B51FCE2C1F4BA00322E22C651E7E0,maps\battle\hiddengrotto\route47.dat:241B51FCE2C1F4BA00322E22C651E7E0,maps\battle\hiddengrotto\route48.dat:241B51FCE2C1F4BA00322E22C651E7E0,maps\battle\hiddengrotto\twirl.dat:241B51FCE2C1F4BA00322E22C651E7E0,maps\battle\hiddengrotto\violet.dat:241B51FCE2C1F4BA00322E22C651E7E0,maps\battle\icefall\basement.dat:20B13BDB2EA8D0E9DF2B770678E0AF82,maps\battle\icefall\bay.dat:B7B87E98F089340FEEFD60D59A7EFD55,maps\battle\icefall\ent.dat:20B13BDB2EA8D0E9DF2B770678E0AF82,maps\battle\icefall\ground.dat:20B13BDB2EA8D0E9DF2B770678E0AF82,maps\battle\icepath\1f.dat:20B13BDB2EA8D0E9DF2B770678E0AF82,maps\battle\icepath\2f.dat:20B13BDB2EA8D0E9DF2B770678E0AF82,maps\battle\icepath\3f.dat:20B13BDB2EA8D0E9DF2B770678E0AF82,maps\battle\icepath\4f.dat:20B13BDB2EA8D0E9DF2B770678E0AF82,maps\battle\indigo\bruno.dat:52DEE46D114D2514CF8F3C4AACC9724E,maps\battle\indigo\karen.dat:A0F53C86ABC14D3846943C78F21452A6,maps\battle\indigo\koga.dat:FF6551AF8DD1D7E5C178567D663DAC6A,maps\battle\indigo\lance.dat:31F5C88545684FE27E8F039C0D688537,maps\battle\indigo\will.dat:98FE74738F73A5172B20F55DBDD2C303,maps\battle\kin\bbridge.dat:4582DF8ACC59FB95D2A8BE66C383AC76,maps\battle\kin\berry.dat:32A848F64AC9CA48BD29089EEF22458F,maps\battle\kin\town.dat:CF4C27F21D571B6DAAB07FED8C998114,maps\battle\knot\kindle.dat:46CE010B6DC610E6D9F0F6F0FE02F68B,maps\battle\knot\treasure.dat:46CE010B6DC610E6D9F0F6F0FE02F68B,maps\battle\kolben\devoffices.dat:51209E4F9488B65E61C4016BD738C0B7,maps\battle\kolben\lounge.dat:51209E4F9488B65E61C4016BD738C0B7,maps\battle\kolben\servers.dat:51209E4F9488B65E61C4016BD738C0B7,maps\battle\lighthouse\lighthouse0.dat:3617B8A940FB5254A3BD87BCEC4118A3,maps\battle\mtember\braille1.dat:58A904449A61EFF917B70D316E21580D,maps\battle\mtember\braille2.dat:58A904449A61EFF917B70D316E21580D,maps\battle\mtember\exterior.dat:A4D559200268CB245DF20FECF63AE1A7,maps\battle\mtember\peak.dat:98BEB1818C2E74DC112BF4EAFA7CF685,maps\battle\mtember\peakp1.dat:58A904449A61EFF917B70D316E21580D,maps\battle\mtember\peakp2.dat:58A904449A61EFF917B70D316E21580D,maps\battle\mtember\peakp3.dat:58A904449A61EFF917B70D316E21580D,maps\battle\mtember\secretpath1.dat:58A904449A61EFF917B70D316E21580D,maps\battle\mtember\secretpath2.dat:58A904449A61EFF917B70D316E21580D,maps\battle\mtember\secretpath3.dat:58A904449A61EFF917B70D316E21580D,maps\battle\mtember\secretpath4.dat:58A904449A61EFF917B70D316E21580D,maps\battle\mtember\secretpath5.dat:58A904449A61EFF917B70D316E21580D,maps\battle\mtember\secretpath6.dat:58A904449A61EFF917B70D316E21580D,maps\battle\mtmoon\main.dat:D72921E9C72EF5A693552896E834C4EE,maps\battle\mtmoon\north.dat:D72921E9C72EF5A693552896E834C4EE,maps\battle\mtmoon\south.dat:D72921E9C72EF5A693552896E834C4EE,maps\battle\mtmortar\mtmortarbf1.dat:D72921E9C72EF5A693552896E834C4EE,maps\battle\mtmortar\mtmortarf1.dat:D72921E9C72EF5A693552896E834C4EE,maps\battle\mtmortar\mtmortarf2.dat:D72921E9C72EF5A693552896E834C4EE,maps\battle\mtmortar\mtmortarmain.dat:D72921E9C72EF5A693552896E834C4EE,maps\battle\nationalpark\contest.dat:C98925734C2CAC1044CD556F18C84C48,maps\battle\nationalpark\nationalpark0.dat:C98925734C2CAC1044CD556F18C84C48,maps\battle\rocketbase\rocketbase1.dat:DE15F4891F424EF75F445C3279C2E0A0,maps\battle\rocketbase\rocketbase2.dat:E2F6FAD6470444D5192B212056CA99FC,maps\battle\rocketbase\rocketbase3.dat:B91ABD435AF3C0E131C474D68ABE3978,maps\battle\rocktunnel\bf1.dat:D72921E9C72EF5A693552896E834C4EE,maps\battle\rocktunnel\bf2.dat:D72921E9C72EF5A693552896E834C4EE,maps\battle\routes\route10.dat:40AA2DB45E2D2C148E948E8B8BAD1F52,maps\battle\routes\route17.dat:3CCDF2377EAAD4ED3813F1C61D1EF2C7,maps\battle\routes\route26.dat:6C52714E35F3D69B37C8989B782AD4C3,maps\battle\routes\route27.dat:85B8716E0E7BEDCCC251C5B1B5CDCAF9,maps\battle\routes\route34.dat:9856CF47057494C65F70604D24DCED1C,maps\battle\routes\route40.dat:EA8FEC6DEAEB63AB0ED0374493A707A8,maps\battle\routes\route44.dat:6C52714E35F3D69B37C8989B782AD4C3,maps\battle\routes\route45.dat:6C52714E35F3D69B37C8989B782AD4C3,maps\battle\routes\route46.dat:6C52714E35F3D69B37C8989B782AD4C3,maps\battle\routes\route48.dat:6F24A0E6DF17A7B9010D977F3F57B520,maps\battle\routes\route9.dat:598BC1BB51810666E7AEE03B2B53415A,maps\battle\routes\route47\1.dat:6D7870E115710416646ACC22866CDFBF,maps\battle\routes\route47\2.dat:6D7870E115710416646ACC22866CDFBF,maps\battle\routes\route47\3.dat:6D7870E115710416646ACC22866CDFBF,maps\battle\routes\route47\c1.dat:483186700BB1224FF339E0E638EE82D8,maps\battle\routes\route47\c2.dat:483186700BB1224FF339E0E638EE82D8,maps\battle\routes\route47\cb.dat:483186700BB1224FF339E0E638EE82D8,maps\battle\safarizone\areas\0.dat:B8588C7BC054472E7620F0A46706B9CC,maps\battle\safarizone\areas\1.dat:F4FF8AF827D766ACECC5B73AF130D6F9,maps\battle\safarizone\areas\10.dat:8DAC2455E549EBE01722198636BD238F,maps\battle\safarizone\areas\11.dat:CB0EA928DF37EC7B445BEF81764D4C3B,maps\battle\safarizone\areas\12.dat:4C42D219B8C1AFA061645B58FB64D16B,maps\battle\safarizone\areas\13.dat:A0D96BF2D7368A9C4E1559332159F272,maps\battle\safarizone\areas\14.dat:D3B3E8A8D141AFDDF7C7603C5E01E3D3,maps\battle\safarizone\areas\15.dat:5DC16526216CDAF0099828362B41FA54,maps\battle\safarizone\areas\16.dat:C2DB4D429B7093F0B77FCCECABDA8E30,maps\battle\safarizone\areas\17.dat:2B897810A59AE7D4CCA9861842A91F55,maps\battle\safarizone\areas\18.dat:F290A8247EFD1D8E06E0300FD20DFB24,maps\battle\safarizone\areas\19.dat:B8588C7BC054472E7620F0A46706B9CC,maps\battle\safarizone\areas\2.dat:FB84A18F17A043ADE67589DBEB4CDF90,maps\battle\safarizone\areas\3.dat:119629DC05E29D0264B2A38F03A19BFA,maps\battle\safarizone\areas\4.dat:FC1708C331ACED36DEB0A3F6314D30B2,maps\battle\safarizone\areas\5.dat:71543B5963677F68EA9DC12CB65BFEE1,maps\battle\safarizone\areas\6.dat:21093C536FB7CAB41028CBB8E1E56CA0,maps\battle\safarizone\areas\7.dat:559F9E9E02AA0321D6181D8DBE4C81E5,maps\battle\safarizone\areas\8.dat:8DAC2455E549EBE01722198636BD238F,maps\battle\safarizone\areas\9.dat:8DAC2455E549EBE01722198636BD238F,maps\battle\saffron\underground0.dat:146B4AB386569DB65AE70672F4AE1768,maps\battle\seafoam\bf1.dat:20B13BDB2EA8D0E9DF2B770678E0AF82,maps\battle\seafoam\bf2.dat:20B13BDB2EA8D0E9DF2B770678E0AF82,maps\battle\seafoam\bf3.dat:20B13BDB2EA8D0E9DF2B770678E0AF82,maps\battle\seafoam\bf4.dat:20B13BDB2EA8D0E9DF2B770678E0AF82,maps\battle\slowpokewell\slowpokewell1f.dat:D72921E9C72EF5A693552896E834C4EE,maps\battle\slowpokewell\slowpokewellb1f.dat:D72921E9C72EF5A693552896E834C4EE,maps\battle\ssaqua\firsttrip\bf1.dat:E639FCFF264F882E38EC90241BC372C4,maps\battle\ssaqua\firsttrip\cabins\2.dat:3E3CAB977B4320DE9130366A885B2394,maps\battle\ssaqua\firsttrip\cabins\3.dat:3E3CAB977B4320DE9130366A885B2394,maps\battle\ssaqua\firsttrip\cabins\4.dat:3E3CAB977B4320DE9130366A885B2394,maps\battle\ssaqua\firsttrip\cabins\5.dat:3E3CAB977B4320DE9130366A885B2394,maps\battle\ssaqua\firsttrip\cabins\6.dat:3E3CAB977B4320DE9130366A885B2394,maps\battle\ssaqua\firsttrip\cabins\7.dat:3E3CAB977B4320DE9130366A885B2394,maps\battle\ssaqua\olivine\bf1.dat:E639FCFF264F882E38EC90241BC372C4,maps\battle\ssaqua\olivine\cabins\2.dat:3E3CAB977B4320DE9130366A885B2394,maps\battle\ssaqua\olivine\cabins\3.dat:3E3CAB977B4320DE9130366A885B2394,maps\battle\ssaqua\olivine\cabins\4.dat:3E3CAB977B4320DE9130366A885B2394,maps\battle\ssaqua\olivine\cabins\5.dat:3E3CAB977B4320DE9130366A885B2394,maps\battle\ssaqua\olivine\cabins\6.dat:3E3CAB977B4320DE9130366A885B2394,maps\battle\ssaqua\olivine\cabins\7.dat:3E3CAB977B4320DE9130366A885B2394,maps\battle\ssaqua\olivine\cabins\8.dat:3E3CAB977B4320DE9130366A885B2394,maps\battle\ssaqua\vermilion\bf1.dat:E639FCFF264F882E38EC90241BC372C4,maps\battle\ssaqua\vermilion\cabins\2.dat:3E3CAB977B4320DE9130366A885B2394,maps\battle\ssaqua\vermilion\cabins\3.dat:3E3CAB977B4320DE9130366A885B2394,maps\battle\ssaqua\vermilion\cabins\4.dat:3E3CAB977B4320DE9130366A885B2394,maps\battle\ssaqua\vermilion\cabins\5.dat:3E3CAB977B4320DE9130366A885B2394,maps\battle\ssaqua\vermilion\cabins\6.dat:3E3CAB977B4320DE9130366A885B2394,maps\battle\ssaqua\vermilion\cabins\7.dat:3E3CAB977B4320DE9130366A885B2394,maps\battle\twirl forest\0\0.dat:7E9449AFF38F3F42DDE7D964426CAAAA,maps\battle\twirl forest\0\1.dat:7E9449AFF38F3F42DDE7D964426CAAAA,maps\battle\twirl forest\0\10.dat:7E9449AFF38F3F42DDE7D964426CAAAA,maps\battle\twirl forest\0\11.dat:7E9449AFF38F3F42DDE7D964426CAAAA,maps\battle\twirl forest\0\15.dat:7E9449AFF38F3F42DDE7D964426CAAAA,maps\battle\twirl forest\0\2.dat:7E9449AFF38F3F42DDE7D964426CAAAA,maps\battle\twirl forest\0\3.dat:7E9449AFF38F3F42DDE7D964426CAAAA,maps\battle\twirl forest\0\4.dat:7E9449AFF38F3F42DDE7D964426CAAAA,maps\battle\twirl forest\0\5.dat:7E9449AFF38F3F42DDE7D964426CAAAA,maps\battle\twirl forest\0\9.dat:7E9449AFF38F3F42DDE7D964426CAAAA,maps\battle\unioncave\unioncavebf1.dat:D72921E9C72EF5A693552896E834C4EE,maps\battle\unioncave\unioncavebf2.dat:D72921E9C72EF5A693552896E834C4EE,maps\battle\unioncave\unioncavef1.dat:D72921E9C72EF5A693552896E834C4EE,maps\battle\victoryroad\1.dat:D72921E9C72EF5A693552896E834C4EE,maps\battle\victoryroad\2.dat:D72921E9C72EF5A693552896E834C4EE,maps\battle\victoryroad\3.dat:D72921E9C72EF5A693552896E834C4EE,maps\battle\violet\sprouttowerf1.dat:EBBDA91960E5950B705C89D1FFD2D340,maps\battle\violet\sprouttowerf2.dat:EBBDA91960E5950B705C89D1FFD2D340,maps\battle\violet\sprouttowerf3.dat:EBBDA91960E5950B705C89D1FFD2D340,maps\battle\viridian\trainerhouse\arena.dat:986A0EADA45A698190F2F58F85505495,maps\battle\v_forest\main.dat:AE4165872F2D363A6435328BA2EB653C,maps\battle\whirlislands\1fne.dat:D72921E9C72EF5A693552896E834C4EE,maps\battle\whirlislands\1fnw.dat:D72921E9C72EF5A693552896E834C4EE,maps\battle\whirlislands\1fse.dat:D72921E9C72EF5A693552896E834C4EE,maps\battle\whirlislands\1fsw.dat:D72921E9C72EF5A693552896E834C4EE,maps\battle\whirlislands\bf1main.dat:D72921E9C72EF5A693552896E834C4EE,maps\battle\whirlislands\lugia.dat:09D186146582DB57FB1724F94DF42135,maps\battle\whirlislands\sc1.dat:D72921E9C72EF5A693552896E834C4EE,maps\battle\whirlislands\sc2.dat:D72921E9C72EF5A693552896E834C4EE,maps\battle\whirlislands\sc3.dat:D72921E9C72EF5A693552896E834C4EE,maps\battle\whirlislands\sc4.dat:D72921E9C72EF5A693552896E834C4EE,maps\battle\whirlislands\wfall.dat:D72921E9C72EF5A693552896E834C4EE,maps\blackthorn\000.dat:F5DB3C44275018B0C6EE4CB7D9E8DBE7,maps\blackthorn\001.dat:E1DA59E204034DA305A139F3B76B60A8,maps\blackthorn\002.dat:95F996BCDA4783A5FA6A2CE6A40FEEAD,maps\blackthorn\center.dat:FE8A37EECC0010B2E3C26FEE5DF1901C,maps\blackthorn\mart.dat:67905E99727F7DF01F7B145DFE283451,maps\boon\1.dat:C4584A4E258E57AFE547F483E75BFBBA,maps\boon\2.dat:40156902950B7B677688076EAE445597,maps\boon\cape.dat:4F883596AD7C266720FC0B8DCA00813F,maps\boon\capehouse.dat:81A716422AC8BBF3D946F24AB54E8257,maps\boon\center.dat:C208A50C622A3EAE3F8EB8A087D4BB37,maps\boon\dock.dat:7A5E4B38E85E5B8B2E33724A3852287F,maps\boon\town.dat:236C29F180332B4424C5C7A1C858C467,maps\burnedtower\burnedtower1f.dat:27B703630516C7907A2E5A07763A5F04,maps\burnedtower\burnedtowerb1f.dat:B0525DC466D3F8936215746B58F9EBF3,maps\celadon\center.dat:B047B6B7A5F89C717389BF9574F6966F,maps\celadon\condo1.dat:0D3928F3213823413C7F2F14450C4F4E,maps\celadon\condo2.dat:9C2C56BB7AC857E28A38A5844D6B562F,maps\celadon\condo3.dat:310541D27FC5857B5CBD42FD19767242,maps\celadon\condo4.dat:36A87FFC8803543ED218A92433B712D0,maps\celadon\diner.dat:F73513CC91C4E372082D84DB7B295D9C,maps\celadon\main.dat:034300C1A86111779294A31D14B951EA,maps\celadon\mart.dat:5853664CD4296D07349B543510B320E4,maps\cerulean\1.dat:854AC7044F856FD4BBFA6F486A36A9DC,maps\cerulean\2.dat:AF191774C8070D0722F08CE31B630687,maps\cerulean\3.dat:409265EF0D8989A08525AED314B70852,maps\cerulean\center.dat:42A5F21A9F269C79549F8E4082045C5B,maps\cerulean\main.dat:78AC65407EB56C01763C6C15436BA086,maps\cerulean\mart.dat:DC7A51CDE97C5AA737C1D13F2FB18C79,maps\ceruleancave\1f.dat:C186D8C6CD75A8DB47A9989509F5765B,maps\ceruleancave\2f.dat:445189BB9F5B19E8160AA3EB92218AE2,maps\ceruleancave\bf1.dat:6BA880B0C5DBC8E25CF5EB0500503F1B,maps\cherrygrove\0.dat:D7516DAC0FFA652C0D015197BF367376,maps\cherrygrove\1.dat:75DB6DBA021410E4E4E90420D2926CBE,maps\cherrygrove\2.dat:4DECFD8957700D5533A82F4B45CBEA65,maps\chrono\1.dat:6D25343EBB6FD046E58AFBCCAF9F9FC5,maps\chrono\center.dat:D26032049BCE2AF2742508DE7BFD002F,maps\chrono\dock.dat:1FC408653D8DDA7921AE6761BD806130,maps\chrono\meadow.dat:0B6B36FDF598A7CBD26145CC9EBB69AC,maps\chrono\memorial.dat:4F2561868CEF37D71032834EB12343C7,maps\chrono\town.dat:3187ADC8583C4099768C6383969BB82D,maps\chrono\warehouse.dat:C5A29F4110F44AB4BDBBF3736041DCA7,maps\cianwood\000.dat:1B8A4A8DAF02086D663448D30033D018,maps\cianwood\001.dat:51C54F8B65E2E07A32400FFF9509EEBF,maps\cianwood\002.dat:6BADC625722B8F096244F11C0667CC93,maps\cianwood\003.dat:748778C47A4E1A6E1EAD154197D9AEB5,maps\cianwood\004.dat:57C141247A1C7AD35E28BEA5CFA6E3C7,maps\cianwood\center.dat:33BD802C922380D19429C370BEC4B206,maps\cinnabar\center.dat:ABA2E8B5189C3011021C73C12A8BF150,maps\cinnabar\main.dat:03FA86B5393A761BCB138C58CE1C931B,maps\darkcave\darkcave0.dat:39F5B6AE54392A0465084D84CBF23428,maps\darkcave\darkcave1.dat:0939527C2E1A5AD92F5F2A2A971B63D1,maps\diglettscave\entpew.dat:22FCCBB4EE5B25A18818DD334AB70617,maps\diglettscave\entver.dat:5FB21DA5C41CAADFB6886FB757EE1CC5,maps\diglettscave\main.dat:5F2BDA6D6B4C610F3B3514FF3E62B631,maps\dragonsden\0.dat:63B7AB2C8E1B912E09B9038059C06E82,maps\dragonsden\1.dat:C22D09AF7D5495EC61A9DDDA527E38D4,maps\dragonsden\main.dat:4E8E04C5D91333ED42E7B551E5DB11E6,maps\dragonsden\shrine.dat:D38F2F3A031EBDFE784929B09A0BC7EA,maps\dungeon\checkpoint1.dat:43C9DC5E91248061E674A9142AEE4769,maps\dungeon\chess.dat:AA4FFEBF77D2DFC00EB9BCE5C5ED088A,maps\dungeon\main.dat:FB1B9645390E3F288CAF83E0265E03ED,maps\dungeon\mindend.dat:7119890FE533D7018B33F2355996D512,maps\dungeon\passage.dat:6AC045F8C97EE27E089EA718944A8E8E,maps\dungeon\0\0.dat:7ACABDCBEFCF8410793DCD22B1A16FE1,maps\dungeon\0\1.dat:38602A326C78904D8B0FC416E4C25D11,maps\dungeon\0\10.dat:089FA527E57C54FEB3A45BB2480B7EB9,maps\dungeon\0\11.dat:0E456B4134D095342EFE977A66C69528,maps\dungeon\0\12.dat:A632C2BAD1888A6D58BD1BA2679B5A89,maps\dungeon\0\13.dat:61AC11C487246805D8F1D7C2CD741FF5,maps\dungeon\0\14.dat:DACBF90F2F7C3D557821D66C18A0136F,maps\dungeon\0\2.dat:486947D932082B6996409EF208431D8D,maps\dungeon\0\3.dat:AEE1E70624D7B3C518B4AA5F652916CB,maps\dungeon\0\4.dat:43147CEA1FA17B5F7672149925C0E367,maps\dungeon\0\5.dat:9421FDABB4D56B036A5FD492180D3511,maps\dungeon\0\6.dat:96F39966D59115416DE00073CA9B0F61,maps\dungeon\0\7.dat:7014F0F9148AFFB760154E61BBC813A5,maps\dungeon\0\8.dat:DBD1EF5B5FFD2386E59DBD82B4AE510F,maps\dungeon\0\9.dat:E26337838A540613D63EB2930A54C65C,maps\dungeon\1\0.dat:7E9E93655D8D8565C82ECCF095435C67,maps\dungeon\1\1.dat:9B732CFDB2D7752E012AB1B79F26608B,maps\dungeon\1\10.dat:21C2C7EC2F15AB6B8DF2D00A828B60AD,maps\dungeon\1\11.dat:DDFD0D429BD2DAFFB3CF6558D280CAAD,maps\dungeon\1\12.dat:FE2233B322A99B047658B6C36ADB8FB5,maps\dungeon\1\13.dat:6BDCA0401488E99BC95130F5472BC41B,maps\dungeon\1\14.dat:2A51F360AF1D6D425423C0EC0EE14889,maps\dungeon\1\15.dat:08A39B0269D4ADF9CF5F4E8E3BE34640,maps\dungeon\1\16.dat:03D34AEAE1AE5F6CFA10677569E67949,maps\dungeon\1\17.dat:2C3CAE12D661705EA968990D85C81FFA,maps\dungeon\1\18.dat:E8B227D679B687CB59F695E6741DD8F5,maps\dungeon\1\19.dat:30745DE12F0886E0B65BBD6270FE7CB2,maps\dungeon\1\2.dat:5A5D07C25F9E165B4BAFCF4C26BC3281,maps\dungeon\1\20.dat:B99AC5D2792A666AE334D4E06472568B,maps\dungeon\1\21.dat:B8D855108078C4FCC5DC244173622CF9,maps\dungeon\1\22.dat:82BE104111BE9CDE1B25004180277C7F,maps\dungeon\1\23.dat:E92AA94C102C717DB920F7BE1B8D2062,maps\dungeon\1\24.dat:C8A13FA3822F3546EBF795C5BA3BF1B2,maps\dungeon\1\3.dat:16876A454D08303214E0B68C1DBBD74F,maps\dungeon\1\4.dat:EFA81DEC91FB4F071D69DF3D0E08BE51,maps\dungeon\1\5.dat:C076D068BE5384F1B1E3839FAA45F62A,maps\dungeon\1\6.dat:5704BF61A43C3FA0036BAADF6F2A89A7,maps\dungeon\1\7.dat:9C8CC66B9B32B8D5DE43150BDDE696B6,maps\dungeon\1\8.dat:6962AD7BF03B1DC0AEE495CEB913BE65,maps\dungeon\1\9.dat:337AE9A14244BAC0083100D2F1DF27A8,maps\dungeon\2\0.dat:AD15C31F35F8D88A1E26628DDCD1159D,maps\dungeon\2\1.dat:32396E49ED1BDB99F05D54C700DCD439,maps\dungeon\2\2.dat:7CE1B25D6FE0980B4125AE13A2D8190C,maps\dungeon\2\3.dat:D14E44B9337AACD6AE775D37807BB866,maps\dungeon\2\4.dat:4C19B970AE0A5E55401758C92131C8C4,maps\dungeon\2\5.dat:5FF5AFA7AF1DD1517EFBCB0F71F9B5F3,maps\dungeon\2\6.dat:6FC96FD7970F23D42CDDF633B79F0A5D,maps\dungeon\2\7.dat:14ABCF33CDD16AA42FBDF83130168364,maps\dungeon\2\offset.dat:4412CC3999E71456DED7673FBEC835F1,maps\dungeon\2\outside.dat:25DC12C5D75A12F1DD37A30A182B3517,maps\ecruteak\001.dat:3BBC6637E8A75C37307C95A6812870DC,maps\ecruteak\002.dat:F3427B1E7FE9ABA200F028415B7729D7,maps\ecruteak\center.dat:E72E2545A7E4CC1998313144F140E636,maps\ecruteak\dance_theater.dat:9A962E4C50282F9E3F74A8DE5E39097E,maps\ecruteak\mart.dat:0D25BFA6285D05841B425626696C265E,maps\ecruteak\tintower10f.dat:17533C73AF085239CB313B1C9F49EF90,maps\ecruteak\tintower1f.dat:59168B8656D5F35499E9A9814CE966F8,maps\ecruteak\tintower2f.dat:21F420F404485D8559CC3D10253866AD,maps\ecruteak\tintower3f.dat:EA914AC30A51443E83FC78F68AA77E66,maps\ecruteak\tintower4f.dat:78949FB903E4B7963CE098873879B1C4,maps\ecruteak\tintower5f.dat:67B4D725383002CABC9B527D665D75F9,maps\ecruteak\tintower6f.dat:E87022A1E44ED34D0BDC0EC41E69328F,maps\ecruteak\tintower7f.dat:E3A45B7D279BD3F701755FC77052ADD9,maps\ecruteak\tintower8f.dat:548D631B38B89225AD9B7C74631A1333,maps\ecruteak\tintower9f.dat:BA7B2B9F15F69CE1C9885E7CD636B732,maps\ecruteak\tintowergate1.dat:219049EB015248372A2B3674085C7C2D,maps\ecruteak\tintowergate2.dat:C2C40DC5B9673F5E296B227F55259783,maps\ecruteak\tintowergate3.dat:88B1B225F3D42E0060EE696194F3A0D2,maps\faraway\exterior.dat:78233AC7313DE638BC80707409747CA2,maps\faraway\interior.dat:2C780748A3172E3A6CEFCCBA5847D830,maps\floe\1.dat:C5268D6D715241010CB24CFC71DEA748,maps\floe\2.dat:D9AA3E90E6A8910A05EA7DDE0617FAA0,maps\floe\3.dat:E17F2A9FF3D931360F5A8B2A38B4D293,maps\floe\center.dat:C85D3B3DD0ABD21E16521CA651F91AB5,maps\floe\daycare.dat:DFFC7C3834C517F5DDF48B85DDF1A83A,maps\floe\dock.dat:0C70C1891F5C15938769FE131629DBF4,maps\floe\mart.dat:B2F8AD6775F755CD37C79410D48444FB,maps\floe\town.dat:5660797E2A2FF760483B39CE9CCED5A0,maps\fortune\dock.dat:460A7B0B24609874CB84288365A6A23A,maps\frontier\battlefrontier.dat:7EED06A7902995E565DDBBBA3C45F94F,maps\frontier\main.dat:531CA9E7B19748DDA2D026D39AE36C69,maps\frontier\battlefactory\arena.dat:6CFD656B061DCD39977EC2D143D88B97,maps\frontier\battlefactory\main.dat:66760ECFA4E5B1DA48C1EF070EFDF19B,maps\frontier\battlefactory\rental.dat:FB559A76F011A9FF6E9BE86FB7E71994,maps\frontier\battletower\arena.dat:151D44B4158B724F224F424568EFC63B,maps\frontier\battletower\main.dat:9411C497C0124584E8DD6FE14F263E9C,maps\frontier\battletower\passage.dat:BF69342CAF4D835D0425066171F11388,maps\fuchsia\1.dat:4112F57562BD20EB50B0BD559208B788,maps\fuchsia\2.dat:CFF837DC6CCF0C95709C1BBFD0A6070F,maps\fuchsia\center.dat:FF119095C4D93C26659E12ECC578F3FB,maps\fuchsia\main.dat:753EB9C763F8142D7EA323AADEAA61FF,maps\fuchsia\mart.dat:7C432BA82D903F20F84194F64EED43C4,maps\fuchsia\safarioffice.dat:22C78EDB1DD66562EBD5A4CDAACF06A5,maps\gates\alphroute32gate.dat:28F5E9ABEEA0BCDE965EA732949A9A3E,maps\gates\alphroute36gate.dat:D31B3AF6CB92DCAB2762A2DF10A49633,maps\gates\azaleailexgate.dat:90A1EB1C631E6592304173A5CF816735,maps\gates\battlegate.dat:D52F4BB58FCC10405F149CB7FB22B326,maps\gates\berry-bridgegate.dat:781C8780770643867A4E5A0E6F063309,maps\gates\cliffedge.dat:051F3C89B7A1FC0682CBBD2923E426D3,maps\gates\ecruteakroute38gate.dat:05237DE175A566ADF585C14F344DB645,maps\gates\ecruteakroute42gate.dat:B18EEEB8C85113DA8963D9603C6910FA,maps\gates\fuchsia-15gate.dat:8DAF174FF3F59518EFDAA0FD70F53D70,maps\gates\fuchsia-19gate.dat:0092321984186EA574FC225E1D7F1AA8,maps\gates\goldenrodroute35gate.dat:69AD2A4A8AD260F391E374DDCD4E3EC2,maps\gates\ilexroute34gate.dat:4A10AFB06E1EA5BAA8EA39BB3FE98740,maps\gates\league.dat:E8673C9B12D9D4B2BB69EA498352AC29,maps\gates\mahoganyroute43gate.dat:B26C40B15A4277C912DA0AD07C04D9A6,maps\gates\route16.dat:98E0054CA38C7B9729555209893A362E,maps\gates\route17-18.dat:78F1A1DA161B2895326E54EF76919E3C,maps\gates\route2946gate.dat:7F67F11E053954D0667DBB2CC17925F4,maps\gates\route43gate.dat:C336BFB078C4CDB41485CCAC908FC411,maps\gates\saffroneast.dat:F7DB145AFC4C28C2755585115E1CACD9,maps\gates\saffronnorth.dat:20C323B4E4740A437B1D2167850E058B,maps\gates\saffronsouth.dat:FD014F1D6D1D0A4F2C62D5C121D7AE24,maps\gates\saffronwest.dat:66E503ECC449B3BC2338124B55D0C497,maps\goldenrod\001.dat:3F358B7D14650463EB545E5C61B08E75,maps\goldenrod\002.dat:A42A4B6ED036B7FE077F2423C952A1CC,maps\goldenrod\bill.dat:6F481E869C03C0C2B3D006B9AC501EC9,maps\goldenrod\center.dat:BBE85E5D2B306A7DE7514CD567BC1103,maps\goldenrod\center_friends.dat:A5D35D3712A7C197CA475643C314DFA8,maps\goldenrod\center_global.dat:2AB71A64C43BC1F9DB9299BC139EC795,maps\goldenrod\flowershop.dat:82EE287CAA04CC49F9AAF543E8CB4992,maps\goldenrod\mart.dat:B14436FF82F25BFC1941A8368577C88F,maps\goldenrod\martbasement.dat:8B46A0AEAD5AABBAF0D2CA11A9799CA9,maps\goldenrod\namerater.dat:0244473C6AB7E522ACFF38B221DFE35A,maps\goldenrod\taming_shop.dat:509C943BCAE0E06E0F1E71D7A00C629F,maps\goldenrod\trainstation.dat:365F2DDC3DA8378C25E4D4D351EA8C7E,maps\goldenrod\underground0.dat:232190FDDC534FFFA82491A974200981,maps\goldenrod\underground1.dat:ED068F0535F9413BA74552979925B999,maps\goldenrod\underground2.dat:6A62C2140731466EB7718C525AE7C4F9,maps\goldenrod\underground3.dat:3B6F897633DCF7EEB995061BD3CBDF80,maps\goldenrod\radiotower\1f.dat:CB31829E91AA71F99B03418EEF0D0E3E,maps\goldenrod\radiotower\2f.dat:B56946B0D54EBF1BCBBA63F7A4CC481A,maps\goldenrod\radiotower\3f.dat:325D84CA4467DBD9F5B61FDC7338D17D,maps\goldenrod\radiotower\4f.dat:5C5397CCF51D639BE96186BBA2B39A54,maps\goldenrod\radiotower\5f.dat:FA6AB8A89F0384DE5A575A3594372ED4,maps\gyms\azalea_gym.dat:3D5BE72B4B6F44C027594E886237D056,maps\gyms\blackthorn_gym_1.dat:11F0A24A02C1F25785313907157D3BBF,maps\gyms\blackthorn_gym_2.dat:A13C78431C203E5E22ED05F3CE3F07D3,maps\gyms\celadon_gym.dat:F675F2692ECC583AB3878B6598366B32,maps\gyms\cerulean_gym.dat:6D43692B1403576C2A112DA60A6CDC25,maps\gyms\cianwood_gym.dat:891CADECB56AA099637516C06911FE92,maps\gyms\cinnabar_gym.dat:32EED4BF4DC930FF5F3DCE9517D45585,maps\gyms\ecruteak_gym.dat:25DF1158384FAFBB3830DAF4227E14D2,maps\gyms\fuchsia_gym.dat:9FBB3354251AC618A719E580989D8EF9,maps\gyms\goldenrod_gym.dat:00717ECC7FACE6C31240457F904A8261,maps\gyms\mahogany_gym.dat:562CF10D6E9754FE8DAE55BDED9A6746,maps\gyms\olivine_gym.dat:3FD4BF7D09E0F6C1C754C35420CB59C5,maps\gyms\pewter_gym.dat:537DD597B990A839A3865E66A65E16CF,maps\gyms\saffron_gym.dat:617237BE52AB3B6F913CF4FA4778AD91,maps\gyms\vermilion_gym.dat:BE131EA8B4CC639F6F2CB6D02781A938,maps\gyms\violet_gym.dat:E64EAF5C2BCE04FF47220DAADF522C38,maps\gyms\viridian_gym.dat:D5CF0DBCDFF4BC9237DB67B3F6D0A6FB,maps\hiddengrotto\berryvista.dat:68648E787B9F09CCE1806E8C6268A777,maps\hiddengrotto\ilexforest.dat:A31978CF7B2CB178496896526B7C4820,maps\hiddengrotto\indigo.dat:163A10B8642DB0CCCE92B8B5CF1608AD,maps\hiddengrotto\lakeofrage.dat:B0A074978F4619F698CA86709121569C,maps\hiddengrotto\mahogany.dat:464CFD63D39DA2F095378D2A330DEAD6,maps\hiddengrotto\nationalpark0.dat:0B03830AD3E43716CED9A658257EBA02,maps\hiddengrotto\route26.dat:49AEE37F325AA72AF2CCF90392969C87,maps\hiddengrotto\route27.dat:2213A0B4BBFB6FAE8EF1BB8D387F9B1A,maps\hiddengrotto\route31.dat:5224D34D0AD18F4A5912362E1DD6CC31,maps\hiddengrotto\route32.dat:D7149F6F5BCB8098C63D2A05F2586EC0,maps\hiddengrotto\route34.dat:D3883CC7CE4377F463A4B45C3B86F1F1,maps\hiddengrotto\route35.dat:28DCB2E4809CC304765EED3FC3E3573B,maps\hiddengrotto\route39.dat:ECD918E7054F8EEF39F139E50AA0028A,maps\hiddengrotto\route42.dat:36B2196B04F4DAF38B56E3BE56602AEB,maps\hiddengrotto\route43.dat:51B31D8F0BCBE151EBBA0AA86DB204CB,maps\hiddengrotto\route44.dat:AEDAF293976B17C09DFA94953477FEDD,maps\hiddengrotto\route46.dat:A41C4AAE28EF331E338695941A549B47,maps\hiddengrotto\route47.dat:076BE808AAF2BC9099FC60AE7C2DF9FF,maps\hiddengrotto\route48.dat:8A0BF7CFE7DA30DDC4F80D3BAED7E4D6,maps\hiddengrotto\twirl.dat:CCA1A5858FB8C0B5B7F7B465BB0C97D1,maps\hiddengrotto\violet.dat:D02D4F74E61D9F43585537BB3E6E99F8,maps\icefall\basement.dat:1FA5E9352899CAF480F5D24E12D2743B,maps\icefall\bay.dat:167E21515E36F02B857DA82D76958EDE,maps\icefall\dive.dat:38E37358EEBDDCAA653DDC8E434F92FF,maps\icefall\ent.dat:098824F7CA59BC95DA610B07A48B3A2E,maps\icefall\ground.dat:333CF6084BB15D597F6CC6B502589B78,maps\icepath\1f.dat:3D3A86A66FE8E6CA6133D3037F506A65,maps\icepath\2f.dat:66A343FB9D2AC8CAF22FF1FA1F1FFC67,maps\icepath\3f.dat:7DAA18C2C1976FF5FC72BA462B128551,maps\icepath\4f.dat:557588A75A6431C99CA7AE4CE3A495AE,maps\indigo\bruno.dat:420A187F72600E0C6CD60C32D57257E0,maps\indigo\halloffame.dat:1ABF4A009DAD5CE92344575AA4067B04,maps\indigo\halloffame_interface.dat:03D4C85E71E41A845B6835444386EFA1,maps\indigo\inside.dat:26DF765C6D60977A66FFEE3E9E995E01,maps\indigo\karen.dat:4EFE29FC575E19CB851115E27C2257B2,maps\indigo\koga.dat:1B1E7B0BAFFFEE80162F65A652B6DF32,maps\indigo\lance.dat:B6B3E7902CBC11C55B96C74E0155E9C7,maps\indigo\outside.dat:28971328395EFCBA710E3E6A54C266F5,maps\indigo\portraitplace.dat:F33CFCFF19FDE33004289874FFC7C1D9,maps\indigo\will.dat:8944F696FCAEAF8DF2DD21D5C1C3BCD0,maps\kin\1.dat:DF5EEFF6E0365557F309A19A2A8BE215,maps\kin\2.dat:A73EE2F7493B64CAA83B4C5EE9C41EF3,maps\kin\3.dat:37EF01E439ACAB8576F73634812287F9,maps\kin\4.dat:8F86AF0FE8C75DC47F01817C299C7269,maps\kin\5.dat:0E9AFF2F3B1B7D3BD05A5524936EB375,maps\kin\bbridge.dat:3624ADE5C4B4167D54EE45BA419BA02F,maps\kin\berry.dat:2F4D03E26DFD7D66181C33D6D7E289DD,maps\kin\center.dat:17AF8B93FA2D31A760421A53B851D25D,maps\kin\dock.dat:09F40F1C3D21F06EE5352FB4A490D208,maps\kin\mart.dat:44F4923641C74076DFDDA047309A61B8,maps\kin\path.dat:7D940384A001D856E5677C8B3A7B48D6,maps\kin\port.dat:5B3996818BDF9B7438ADB5402D5A4B94,maps\kin\town.dat:A4FB35309E668BC9FD0571724C193269,maps\knot\1.dat:D6127B938BACAA59971F6E29E5971794,maps\knot\2.dat:D2730FCA876B888C7AFF33CA9FB0A3D0,maps\knot\dock.dat:9BE4C44A1ECEF445CCE379CCA8A1CD53,maps\knot\kindle.dat:ACB603E85D66C53FD68DABF4BB09A2B5,maps\knot\spa.dat:E0950CD1B7ACC038C30F403F83F4AD87,maps\knot\town.dat:DC80C8EFB0EB486391A866F32BEF47B5,maps\knot\treasure.dat:1EBA02D3AAF1E56C36C40776F03B847C,maps\kolben\center.dat:2246B8DD68A66DC7E298FF9DB927EC96,maps\kolben\devoffices.dat:8B81D7ADADAE497AFECD6E02529BB51B,maps\kolben\elevator.dat:2C57B047E380C9D40F1373C5826CB5E0,maps\kolben\lounge.dat:7CD9DE1389441685ADE359E32768E5F0,maps\kolben\servers.dat:FF243D6B7A5C32159FA529995E2600AB,maps\lakeofrage\0.dat:6F2C9403498481C1FDC90C4F269C76A6,maps\lakeofrage\1.dat:A13694CCB9F2006A42E916F66BAAF1B8,maps\lavender\1.dat:88A2902FF23602B0A41DFB9F54528723,maps\lavender\2.dat:D8CCE76A3B55208EF83B1C4092362ACA,maps\lavender\3.dat:1133C3A6C216248B9E25D58F0DCD24A2,maps\lavender\cemetary.dat:A42050806922B7C7D05AF72B3E139993,maps\lavender\center.dat:2BE6AE969AF160C4B08B5AE8BA07CF82,maps\lavender\main.dat:5142543AFEFF424A129BDC11A7D76A37,maps\lavender\mart.dat:ED0944145B2FC6B4C759463D739AE8F9,maps\lavender\radio.dat:E697A2F39D195DB2022A8FC95076E5BE,maps\lighthouse\lighthouse0.dat:A724CA565CD26EECE96EF7C14620C6A6,maps\mahogany\0.dat:4576251683265D721517352B3DA8518B,maps\mahogany\center.dat:81C9FA8FA6BDEE46021C71ECEC725920,maps\mahogany\shop.dat:77F835B26593BD728AA6C66BDCD2EB01,maps\mainmenu\cubetest.dat:5615DFB13243B203D828B3DE18806C06,maps\mainmenu\mainmenu0.dat:0C8FB339ACD08BEF4F2B2FB20C24C449,maps\mainmenu\mainmenu1.dat:116939AB0427996C471D473AFF55C7B5,maps\mainmenu\mainmenu2.dat:180BE6C6C44A5B56B5C5A89ECC8E4856,maps\mainmenu\_mainmenu3.dat:095FC2F6097F89CC3FD2965D352D6EF5,maps\mtember\braille1.dat:F1E4B43D1C17CA1794C44F1530627E1B,maps\mtember\braille2.dat:B1AF9C317D40260BF73809273E8F4609,maps\mtember\exterior.dat:44549603BA5DEF3E0705C33CF10FB9CD,maps\mtember\peak.dat:F6705B6B98732D88B54A500D4F9FB849,maps\mtember\peakp1.dat:50A22DF8DC136D30C1E8AA3367079E54,maps\mtember\peakp2.dat:BF64C46887C62E04538B13E58FF0850A,maps\mtember\peakp3.dat:1CCE5A6867E1AB5940CCBABBFD230B43,maps\mtember\secretpath1.dat:04BD1143157F05AA607F4C63F8B19F66,maps\mtember\secretpath2.dat:C61D103E9EFD85DA4665F420A2E8658F,maps\mtember\secretpath3.dat:AE6B301AFF942A55AAE1E434AA3AD645,maps\mtember\secretpath4.dat:9424CC5F2BF5F0F93C4565E3AD4E17A5,maps\mtember\secretpath5.dat:AEEA1951793AF1BE7F67F0CCF4375403,maps\mtember\secretpath6.dat:0B6FADFCA70512CAB34D71199F6403A5,maps\mtmoon\main.dat:74D932B0C3D14E47A3AAFCD732A5463F,maps\mtmoon\north.dat:487D35AEFEF39CEB831CF530CDF81FEE,maps\mtmoon\shop.dat:B9AADF52D499BFBDC9102E33715796B7,maps\mtmoon\south.dat:1E9D2532A800D41F690B83CEBC40E83E,maps\mtmoon\square.dat:E2EE884AAB68A036BA496C9FDDB54AD3,maps\mtmortar\mtmortarbf1.dat:E297F1AA5C9DD1155B084BBFA94A9F80,maps\mtmortar\mtmortarf1.dat:8EBBA92E7FE8369007D96BF1FA6BD492,maps\mtmortar\mtmortarf2.dat:D7C590D1E5224B575AA6F4D62F0849D8,maps\mtmortar\mtmortarmain.dat:4A8B6CC868BB39168309768B75D0600A,maps\mtsilver\1f.dat:F9550338CB50988B4539691257C49BC3,maps\mtsilver\exterior.dat:09B920753D389B5965A1098B3680ED6A,maps\nationalpark\contest.dat:03A56348F991083D2D512390F727CBB9,maps\nationalpark\nationalpark0.dat:DC0C380177E3EECBF596738D5AAD1CA1,maps\nationalpark\nationalpark1.dat:B432A22B8B7A70C590303BF36EF0BEA4,maps\nationalpark\nationalpark2.dat:4F18AA85322EF59BE1672D6B60EE9E7C,maps\olivine\001.dat:5CB082DED7A1A3B17DD401DC263B3A0C,maps\olivine\002.dat:FDA85D9CBD64ADF5D2271D93D1349464,maps\olivine\003.dat:6839A742887EF99767DD16D757E94F80,maps\olivine\Cafe.dat:4A8A85C1A5CBB2DBE23FDE650A43EAEE,maps\olivine\center.dat:7FB0A411CAD97562EE9C435E7DAC3255,maps\olivine\dock.dat:AFD074F5DD44A06689E6C00C3DCE3633,maps\olivine\dock_entrance.dat:4DD7EA5C8E164F645D77D8F1BE41BC65,maps\olivine\mart.dat:6059E860EBA5069B33E82CAF80ECC443,maps\pallet\Blue.dat:0573407D96CF69F80955F5A48A23E36D,maps\pallet\main.dat:DEC32384E0DFDBDDA3697B503E2E6473,maps\pallet\oaklab.dat:F778B085F908944DF6E8A44B79D1C168,maps\pallet\Red1.dat:E45D3B6EE802F925361E307F751659C7,maps\pallet\Red2.dat:FAA6836778E2ACA571A17BB67F440C4C,maps\pewter\1.dat:E4E68139A386B98CC7986F3B2E6E591E,maps\pewter\2.dat:407BD1F942C05A139BBB2D38F2741D80,maps\pewter\center.dat:9C805E643C802679A5CCC23EE99D2C86,maps\pewter\main.dat:1E3AC433EA7DF8CACFC0BF7F1FDD9C96,maps\pewter\mart.dat:63176E93D98F015B723D5860B60F8798,maps\pewter\museum.dat:05A1811232C0009866CED3E2E10EB540,maps\poke\azalea.poke:FC3D40BDC4C83AA627B3471928D8BEC7,maps\poke\barktown.poke:236F105F2DA798D2DCEB6E1A96FA38F1,maps\poke\blackthorn.poke:207C6E1CA9659FB696808D9FFF417C58,maps\poke\cherrygrove.poke:89DEC1749B85014DFF96A16257F1099A,maps\poke\cianwood.poke:6509486821DB7C5904E25A844FDB4ED6,maps\poke\ecruteak.poke:F15BD3BA60D3E02CE0CDD4DC9DB7B582,maps\poke\ilexforest.poke:A857B6F130DA7949EBDF0BB6189A0886,maps\poke\lakeofrage.poke:3330A9BE614F22A5E12F3A7D07D0B942,maps\poke\olivine.poke:A01CE6C8D879993052D0519B9253DEA7,maps\poke\route29.poke:8219160417BC869146B33924A0EFB5A0,maps\poke\route30.poke:6282C587A072FC884AE0FE49577E8CF9,maps\poke\route31.poke:44BA2AEBCBD4A20F1255264A17098FE6,maps\poke\route32.poke:7FA94C6F220B1ECFE5E964C044384409,maps\poke\route33.poke:60DFD22E81A0FA63E2FA058218141FCC,maps\poke\route36.poke:B0898D883A90AD3714E724AAA07A7806,maps\poke\route37.poke:9799F7649B39128BCFCCAA34DE556FF2,maps\poke\route38.poke:12A86ACCFB7163A94E3C8C235FDB1D52,maps\poke\route39.poke:B969192D334C2BDEE6C8C538D6333996,maps\poke\tohjofalls.poke:BBE39AB385928A3F3715F9FDA24335C0,maps\poke\violet.poke:9A9D8F99D556A7160853056012C23126,maps\poke\alph\alph01.poke:E47D47B03C6DCFE446CE7A488F8D8139,maps\poke\alph\ruinsofalph.poke:F24F7831BB59EFC0D3E272BABB1721E6,maps\poke\boon\cape.poke:55B6C33DCFFC862978C9FD9137364F66,maps\poke\burnedtower\burnedtower1f.poke:2847C10737F37621B3B6F3C66F38D9B5,maps\poke\burnedtower\burnedtowerb1f.poke:9A2BB74269FD9001908ADFEAF4824678,maps\poke\celadon\main.poke:F9C2C472F0714938DB69D6295FA3461F,maps\poke\cerulean\main.poke:5EB3BC236C4729F5E54983B07F9E07DA,maps\poke\ceruleancave\1f.poke:626044F376613E4D2C36C176041E0255,maps\poke\ceruleancave\2f.poke:B6E3FDEF3DE541AFB35EC922F239F2E3,maps\poke\ceruleancave\bf1.poke:5AAB5ACF6541EE592A81B1DC3C49DD4E,maps\poke\chrono\meadow.poke:8A3E3F114883F27AAE4A682D913B5876,maps\poke\chrono\memorial.poke:F28E2A3FB6AC63E6F182C3B34B59AE95,maps\poke\darkcave\darkcave0.poke:7C76C19C9782FFC9A9F94DD4D1E84BE5,maps\poke\darkcave\darkcave1.poke:2C338F46747DF9BB9D553439CF5011D3,maps\poke\diglettscave\entpew.poke:980ACD5C531B2CDFA11501319E8D6B80,maps\poke\diglettscave\entver.poke:980ACD5C531B2CDFA11501319E8D6B80,maps\poke\diglettscave\main.poke:980ACD5C531B2CDFA11501319E8D6B80,maps\poke\dragonsden\main.poke:91693A129BB1DEC1788EAC28711CB52F,maps\poke\dungeon\main.poke:86B10C06D2FA92549D34A80CE1635314,maps\poke\dungeon\0\0.poke:86B10C06D2FA92549D34A80CE1635314,maps\poke\dungeon\0\1.poke:86B10C06D2FA92549D34A80CE1635314,maps\poke\dungeon\0\10.poke:C2425C6576FB5D85000E42A26C2410DD,maps\poke\dungeon\0\11.poke:C2425C6576FB5D85000E42A26C2410DD,maps\poke\dungeon\0\12.poke:ED18D09226E8D4FF6B5F5C14BF547503,maps\poke\dungeon\0\13.poke:ED18D09226E8D4FF6B5F5C14BF547503,maps\poke\dungeon\0\14.poke:ED18D09226E8D4FF6B5F5C14BF547503,maps\poke\dungeon\0\2.poke:89A9030BC66D991EE78CF40C0E646853,maps\poke\dungeon\0\3.poke:89A9030BC66D991EE78CF40C0E646853,maps\poke\dungeon\0\4.poke:89A9030BC66D991EE78CF40C0E646853,maps\poke\dungeon\0\5.poke:89A9030BC66D991EE78CF40C0E646853,maps\poke\dungeon\0\6.poke:89A9030BC66D991EE78CF40C0E646853,maps\poke\dungeon\0\7.poke:C2425C6576FB5D85000E42A26C2410DD,maps\poke\dungeon\0\8.poke:C2425C6576FB5D85000E42A26C2410DD,maps\poke\dungeon\0\9.poke:C2425C6576FB5D85000E42A26C2410DD,maps\poke\dungeon\2\0.poke:E4FFFD7E9CF9DDBBD78153D3E0D4488F,maps\poke\dungeon\2\1.poke:E4FFFD7E9CF9DDBBD78153D3E0D4488F,maps\poke\dungeon\2\2.poke:E4FFFD7E9CF9DDBBD78153D3E0D4488F,maps\poke\dungeon\2\3.poke:E4FFFD7E9CF9DDBBD78153D3E0D4488F,maps\poke\dungeon\2\4.poke:C613F73D0CF1A16112A1C878706DA556,maps\poke\dungeon\2\5.poke:300088E9B60AC14AC23B1EF987C00493,maps\poke\dungeon\2\6.poke:300088E9B60AC14AC23B1EF987C00493,maps\poke\dungeon\2\7.poke:300088E9B60AC14AC23B1EF987C00493,maps\poke\ecruteak\tintower2f.poke:0C83073DB1FD7BADF1DF66A4AAE1CB36,maps\poke\ecruteak\tintower3f.poke:0C83073DB1FD7BADF1DF66A4AAE1CB36,maps\poke\ecruteak\tintower4f.poke:0C83073DB1FD7BADF1DF66A4AAE1CB36,maps\poke\ecruteak\tintower5f.poke:0C83073DB1FD7BADF1DF66A4AAE1CB36,maps\poke\ecruteak\tintower6f.poke:0C83073DB1FD7BADF1DF66A4AAE1CB36,maps\poke\ecruteak\tintower7f.poke:0C83073DB1FD7BADF1DF66A4AAE1CB36,maps\poke\ecruteak\tintower8f.poke:0C83073DB1FD7BADF1DF66A4AAE1CB36,maps\poke\ecruteak\tintower9f.poke:0C83073DB1FD7BADF1DF66A4AAE1CB36,maps\poke\floe\town.poke:8B3394BC95006410122D82194A61E4A7,maps\poke\fuchsia\main.poke:0EBBB635D18FE48E557F71FB2064069E,maps\poke\gates\cliffedge.poke:3408207A30519F15876449E995619448,maps\poke\icefall\basement.poke:22C8D9A07E1318345806CE6C95070021,maps\poke\icefall\bay.poke:B68F637DBE21F59996ED94ED741AA720,maps\poke\icefall\ent.poke:9F1F3B49887D42BE843931E4B70CEFF7,maps\poke\icefall\ground.poke:22C8D9A07E1318345806CE6C95070021,maps\poke\icepath\1f.poke:F3CB789FB5DDCCEAA2D8C592AFECDE11,maps\poke\icepath\2f.poke:3E791DF67C0B8EE05A2454DC1F14635E,maps\poke\icepath\3f.poke:F9F1DC099DB4068BDD35F17BFA71FB36,maps\poke\icepath\4f.poke:EC42B7DFA8AB114F781E98C8F933D339,maps\poke\kin\bbridge.poke:F52079B27739666BB12A153B0E454EBA,maps\poke\kin\berry.poke:CA4BCB17EC14DBA29B76C9A3CA576E9C,maps\poke\kin\port.poke:0378EF9B598CBABEA8CAB1B153900FD5,maps\poke\knot\kindle.poke:367C1DEA8CF5EEAB95F5CF68FF9BAD84,maps\poke\knot\town.poke:840C431E76494CF074A8D6DF84706A66,maps\poke\knot\treasure.poke:B19A2CC3B31502BC5330F50E49B2964D,maps\poke\mtember\braille1.poke:D7F6BA43C5BB43ECE3A6669AE2C0B5F0,maps\poke\mtember\braille2.poke:EE7D3653C3D6352AFB8762921F0ABB9D,maps\poke\mtember\exterior.poke:ECB54F9CA16572A22AE3EDEC62E7208E,maps\poke\mtember\peakp1.poke:3B097FDCC1E9493A7CE8E696A9E8BD12,maps\poke\mtember\peakp2.poke:5D1C77715315960AF96C683C4A7632FD,maps\poke\mtember\peakp3.poke:3B097FDCC1E9493A7CE8E696A9E8BD12,maps\poke\mtember\secretpath1.poke:672F22BE09B5C76D26B9551E38E8F47E,maps\poke\mtember\secretpath2.poke:D7F6BA43C5BB43ECE3A6669AE2C0B5F0,maps\poke\mtember\secretpath3.poke:EE7D3653C3D6352AFB8762921F0ABB9D,maps\poke\mtember\secretpath4.poke:E53EC7D06B6913708A54833AF000CADD,maps\poke\mtember\secretpath5.poke:EE7D3653C3D6352AFB8762921F0ABB9D,maps\poke\mtember\secretpath6.poke:D7F6BA43C5BB43ECE3A6669AE2C0B5F0,maps\poke\mtmoon\main.poke:F10885415AD71DEE905D9F059E3BFFFA,maps\poke\mtmoon\north.poke:F10885415AD71DEE905D9F059E3BFFFA,maps\poke\mtmoon\south.poke:F10885415AD71DEE905D9F059E3BFFFA,maps\poke\mtmortar\mtmortarbf1.poke:2C97338CE6EBC38D4D2F9444BF3C756A,maps\poke\mtmortar\mtmortarf1.poke:EB5B06D866691173F762006A3F26F866,maps\poke\mtmortar\mtmortarf2.poke:BFA573D1205A21439839BECFE71242D2,maps\poke\mtmortar\mtmortarmain.poke:37903AE302AA0786F2FD30181969A344,maps\poke\nationalpark\contest.poke:8B5EA23F37EA12EB13E9A3136582E81C,maps\poke\nationalpark\nationalpark0.poke:BC2E43BB26F683E3EA9647E60DA17910,maps\poke\rocktunnel\bf1.poke:5B62FC9C1C95E7475D78CC828046FEDD,maps\poke\rocktunnel\bf2.poke:7F83182BF17D43D0C28DDCCABDD9B394,maps\poke\routes\route1.poke:6FB77CD068766ECC4045EDC9C3455B56,maps\poke\routes\route10.poke:6987B5085D28DAF0FC114409A7BB63F2,maps\poke\routes\route11.poke:A4657D28486A19A6C52962C17E22F4E0,maps\poke\routes\route12.poke:7471FB7B7A59DE851F859DC4A7E420A4,maps\poke\routes\route13.poke:FAA2ACC4976D46D7346FA0D8DD523202,maps\poke\routes\route14.poke:DE5B4593800003B6B4C4F5188494B09F,maps\poke\routes\route15.poke:74C6BA8CBD9CBE60E935A1C0DDCA1D53,maps\poke\routes\route16.poke:922E132184B4EC7416A0811EEBFB85B5,maps\poke\routes\route18.poke:211BE0BFEB5844819E0E000055C533B8,maps\poke\routes\route19.poke:BBD24A6A7EDB4EDF15A85E4326F155BE,maps\poke\routes\route2.poke:A67FB3608874913A96EE55C12B85CCEC,maps\poke\routes\route20.poke:FCA3FA7CA94CB3935B57CC9DE12CFC2F,maps\poke\routes\route21.poke:0856B84004CD4BA9A50F3E84B00D123A,maps\poke\routes\route22.poke:3954C5CB65A6FDAEEFA8B145E63FD21D,maps\poke\routes\route24.poke:C236BA09C9D5370DFF7FC914131A1C00,maps\poke\routes\route25.poke:F2A5BE5E5713D15E67C19740C67849B4,maps\poke\routes\route26.poke:69B6AB39DFF3430C9581067772F42A51,maps\poke\routes\route27.poke:BD31DC48585C8FD3D27E1E28D080C718,maps\poke\routes\route3.poke:732FEB1BF3229DA147EFA6EFC0E104E7,maps\poke\routes\route34.poke:C69C37A8DDC8E0FF91F70C5DC07DB0E6,maps\poke\routes\route35.poke:6BA24580B70E6A51D65E3ECBB3C70286,maps\poke\routes\route4.poke:DE88192C1894E2E20D2DA09E373D1DA7,maps\poke\routes\route40.poke:514D758D21771FB8005757AACE178F35,maps\poke\routes\route41.poke:9D981D38FBB8FE9665792B28A5FC8A5B,maps\poke\routes\route42.poke:2EE288F5610189D820791681293B14BA,maps\poke\routes\route43.poke:796B44335BD0B05DDBAC014AB5642A40,maps\poke\routes\route44.poke:9D1EA03CB02C68FAD7DB26B78EDC56C6,maps\poke\routes\route45.poke:537D9BD5BC374AB061D6F85343B274AD,maps\poke\routes\route46.poke:0794B256C553D3C9C3B9A80987D4914F,maps\poke\routes\route48.poke:9A57733532A2B268F8A20815095E6CFD,maps\poke\routes\route5.poke:74BF3D6981D32DE8F1E79BA9ED26E029,maps\poke\routes\route6.poke:06FD547B986237624FA22D558F0C37E4,maps\poke\routes\route7.poke:011394AC240DB22CDE3416529A21FC08,maps\poke\routes\route8.poke:CD5A200577F585C537BAB179417F2B43,maps\poke\routes\route9.poke:E4FF6B8DBF6BEB388C89CD7A97387922,maps\poke\routes\route47\1.poke:8D08BAE6CCF96DC842AC61FB63E9B766,maps\poke\routes\route47\2.poke:8D08BAE6CCF96DC842AC61FB63E9B766,maps\poke\routes\route47\3.poke:8D08BAE6CCF96DC842AC61FB63E9B766,maps\poke\routes\route47\c1.poke:E20586BB1147CE4180E77A15AF3AEB62,maps\poke\routes\route47\c2.poke:E20586BB1147CE4180E77A15AF3AEB62,maps\poke\routes\route47\cb.poke:E20586BB1147CE4180E77A15AF3AEB62,maps\poke\safarizone\areas\0.poke:44FC7135380E8C1954CDC23FB23AF587,maps\poke\safarizone\areas\1.poke:EDEA2214EC3F31570D6FE6464A9A8B25,maps\poke\safarizone\areas\10.poke:12D8E44AD690E3EACBA7B6E976C0A7C7,maps\poke\safarizone\areas\11.poke:F1110B58AADB2F91096BA3F395D8FB8C,maps\poke\safarizone\areas\12.poke:FB935DF48235A39C55B0D9044BCA61D0,maps\poke\safarizone\areas\13.poke:0BAF5A50ED5B41C6837EA3AF51C9F533,maps\poke\safarizone\areas\14.poke:C51D5E3355D036A5A26D13D04FF5C3DF,maps\poke\safarizone\areas\15.poke:7AEEF03EE1F0B0A0B72B207E1911DE83,maps\poke\safarizone\areas\16.poke:D0DE627C48240D551642FCC1C2DF87AC,maps\poke\safarizone\areas\17.poke:4E30936C04A13124626301E222D70AB5,maps\poke\safarizone\areas\18.poke:66E26EF03F0E8F516C80036CE0832F44,maps\poke\safarizone\areas\19.poke:5BB82EAA29924AC8EE0055044D50FA87,maps\poke\safarizone\areas\2.poke:801E8BCBCC019CE19B9C9D0E2D0CBA61,maps\poke\safarizone\areas\3.poke:A809C5D2C0FE2CFC6779B4FF95F7CD9E,maps\poke\safarizone\areas\4.poke:E050667F15292CB6AA2AB5AB31C03A5E,maps\poke\safarizone\areas\5.poke:E7D4BAD7390D4B1733482284B6BD9FB0,maps\poke\safarizone\areas\6.poke:8BE5AA961F9E35387841BBE041A8D8B3,maps\poke\safarizone\areas\7.poke:AA58378EA148D28016C3ED3DC975A488,maps\poke\safarizone\areas\8.poke:AFABC5C3A8FC377683A53DFF41A37B18,maps\poke\safarizone\areas\9.poke:5C206D36FE5E20C058F1B0779638F938,maps\poke\seafoam\bf1.poke:79E2300AAB3D1AAF19AD311E64C7687D,maps\poke\seafoam\bf2.poke:9622DC5B71DD64D303A3BAAC445CFCC0,maps\poke\seafoam\bf3.poke:220B491AC0C941C4176A297178323AD8,maps\poke\seafoam\bf4.poke:2298D32DE4679E97AA3E5AC7F3DDEDF7,maps\poke\slowpokewell\slowpokewell1f.poke:37D8A5F8ACB3DFA882090B9BEFC55F38,maps\poke\slowpokewell\slowpokewellb1f.poke:3EB1402CAC6F38C905D9DC9FF3DBBB6D,maps\poke\twirl forest\0\0.poke:C5D1210173955ACF98C673C87A0697A3,maps\poke\twirl forest\0\1.poke:C5D1210173955ACF98C673C87A0697A3,maps\poke\twirl forest\0\10.poke:C5D1210173955ACF98C673C87A0697A3,maps\poke\twirl forest\0\11.poke:C5D1210173955ACF98C673C87A0697A3,maps\poke\twirl forest\0\15.poke:C5D1210173955ACF98C673C87A0697A3,maps\poke\twirl forest\0\2.poke:C5D1210173955ACF98C673C87A0697A3,maps\poke\twirl forest\0\3.poke:C5D1210173955ACF98C673C87A0697A3,maps\poke\twirl forest\0\4.poke:C5D1210173955ACF98C673C87A0697A3,maps\poke\twirl forest\0\5.poke:C5D1210173955ACF98C673C87A0697A3,maps\poke\twirl forest\0\9.poke:C5D1210173955ACF98C673C87A0697A3,maps\poke\unioncave\unioncavebf1.poke:5E44CC1095740B2479A5F730B66E5CE8,maps\poke\unioncave\unioncavebf2.poke:1B910926629E3605BCD68D5A973B0C15,maps\poke\unioncave\unioncavef1.poke:5E44CC1095740B2479A5F730B66E5CE8,maps\poke\vermilion\dock.poke:77ABF5D46231809E4EC69A88C3ED67AD,maps\poke\vermilion\main.poke:77ABF5D46231809E4EC69A88C3ED67AD,maps\poke\victoryroad\1.poke:F65516607D189B7C45DBE0A2DAAFD4F6,maps\poke\victoryroad\2.poke:F65516607D189B7C45DBE0A2DAAFD4F6,maps\poke\victoryroad\3.poke:F65516607D189B7C45DBE0A2DAAFD4F6,maps\poke\violet\sprouttowerf1.poke:9BF2AA5F5EF54863B7B42B53C206724F,maps\poke\violet\sprouttowerf2.poke:9BF2AA5F5EF54863B7B42B53C206724F,maps\poke\violet\sprouttowerf3.poke:9BF2AA5F5EF54863B7B42B53C206724F,maps\poke\viridian\main.poke:9977339A2DDD805F7B0B540DF6F4E0B4,maps\poke\v_forest\main.poke:0E6BE9284CD5E2C922C0742197E8E3EB,maps\poke\whirlislands\1fne.poke:FC4EEC376B1194A6E85C3F494D9F935D,maps\poke\whirlislands\1fnw.poke:FC4EEC376B1194A6E85C3F494D9F935D,maps\poke\whirlislands\1fse.poke:FC4EEC376B1194A6E85C3F494D9F935D,maps\poke\whirlislands\1fsw.poke:FC4EEC376B1194A6E85C3F494D9F935D,maps\poke\whirlislands\bf1main.poke:EF77D805419DCAA7B7AC23B136A4B5B9,maps\poke\whirlislands\lugia.poke:503AF8538269713FD9978C31190C5CDB,maps\poke\whirlislands\sc1.poke:FC4EEC376B1194A6E85C3F494D9F935D,maps\poke\whirlislands\sc2.poke:FC4EEC376B1194A6E85C3F494D9F935D,maps\poke\whirlislands\sc3.poke:FC4EEC376B1194A6E85C3F494D9F935D,maps\poke\whirlislands\sc4.poke:FC4EEC376B1194A6E85C3F494D9F935D,maps\poke\whirlislands\wfall.poke:65779666A2AB8757233FA797F6FE1F1F,maps\quest\dock.dat:A56D224A6CD6B9DE0BB2EB0F8C64935D,maps\rocketbase\rocketbase1.dat:DE311E140FB3D172CF14CD6F56FB1B8B,maps\rocketbase\rocketbase2.dat:1B1B20033D4D56DF6339720768D2B7B7,maps\rocketbase\rocketbase3.dat:37AD336FDC70F3ABAFE05599DE8FF5C0,maps\rocktunnel\bf1.dat:AEB89127B3F4F251F36EC5FBC8B37132,maps\rocktunnel\bf2.dat:724C1AE6995FB9C5237A03274D71EC80,maps\route39\barn.dat:B17EFB29AF4276662D43836001E3D3AF,maps\route39\house.dat:E3406FCD0900360D4E5FB3FA1D9B31BF,maps\routes\berryhouse.dat:F9452BAED7FEDD16BD1AD86B3D0CEB31,maps\routes\daycare.dat:E44934B67A3DD6C7DF830766E694ABFE,maps\routes\route1.dat:D95025301677070DB799CCA34EA019A3,maps\routes\route10.dat:04DE0ACDB20D0496C1CDE8983240B0E3,maps\routes\route11.dat:96BD2364008F4A02DB0305EAD24CE086,maps\routes\route12.dat:F3E55E4DDF062FEE1CDEA37B7EE0C9D8,maps\routes\route13.dat:B7BA843D13DCC8E09AE0B90B86C98151,maps\routes\route14.dat:AC1A7BB29525F0901CA17F16FBF4AB6F,maps\routes\route15.dat:206980F4C5642326B4FBFF2A76AD54B2,maps\routes\route16.dat:3B73090B90B3378F18E05EB8615516A8,maps\routes\route17.dat:67080CFABEE7572C59FAC462B0B59D36,maps\routes\route17offset.dat:2C68F7D87AEB0552215EAFDB2B46535E,maps\routes\route18.dat:4057F6215FE9A8A6E89774AC4F8D5046,maps\routes\route18offset.dat:2053349FE2D2B56FF11E4A685E07AA02,maps\routes\route19.dat:91AFD536AD11484EB97EDEC3B1C4BBD9,maps\routes\route2.dat:9F0F9765E09809558DF0048F610C7318,maps\routes\route20.dat:BE42FB896F3F0746EA6B5D1E5F54598E,maps\routes\route21.dat:319F64E111BFB44953BF7C1F8D100849,maps\routes\route22.dat:D2DE8D24888BD0B5ED4F571C1B8E09B3,maps\routes\route24.dat:695801E98427B5EF36CB01452C54A553,maps\routes\route25.dat:30318EE9460AC4B12E9E2E9B4289B689,maps\routes\route26.dat:9C7ABAD027F65DEE1D05C5C143B8EAD5,maps\routes\route27.dat:AC0295B17DB3ADA02373A0B2B313249B,maps\routes\route28.dat:CEA31F0AF0A3985EA5D00EC31B04012E,maps\routes\route3.dat:6C6BF742839B330B4875E432D7DEBC8E,maps\routes\route34.dat:A08E3866EBBFA028B6446F9B8B0AF1AE,maps\routes\route35.dat:81E8C671812F4B0D0768B8C60DF1BE9F,maps\routes\route4.dat:AFB08D920264536142D3101E68AA2AC7,maps\routes\route40.dat:D437993B531928E7A36655ED88CA9521,maps\routes\route41.dat:62BD09D9BF3DC0A860A05354787C1D4D,maps\routes\route42.dat:C9CA387BC6AAFDF3F9CEEDF3B7A9F50C,maps\routes\route43.dat:D6EC3DEC769D8844F438A81BFDF25606,maps\routes\route44.dat:66BDDF4C1D6D4C8CBBB82BC60212CB9D,maps\routes\route45.dat:B8EABBCB4983C548F5ABF144AB5B058F,maps\routes\route46.dat:2564153DD77F8963E891762301E2A468,maps\routes\route48.dat:4F8853EAC1A0751E7557BA66927BBEE6,maps\routes\route49.dat:B4B36A9FE7280F2E5527230690D2FE95,maps\routes\route5.dat:A185B09CB4D32F9BDFB318DD8663CC39,maps\routes\route6.dat:0B4574D7A83325F221797CFC8F663FC3,maps\routes\route7.dat:E66DBB007AFC80EA65ADC5F92AC43545,maps\routes\route8.dat:EEE449E0E54048181866EC9E55FB43B3,maps\routes\route9.dat:4729637831BEA2E02D6BB5B4D3EA4568,maps\routes\route10\center.dat:BF2E7BC42CDDCBB36DC598D5B0611D67,maps\routes\route10\powerplant.dat:324756218BBE4B5E60F67D7EB6D599DE,maps\routes\route12\fish.dat:61B32A2FCE5C8E030033893AE7798303,maps\routes\route16\1.dat:BAB11DDC0043634719A1632F22839D2F,maps\routes\route2\1.dat:F2BA9567D5F554A6258FACF4C25B98BF,maps\routes\route2\gate.dat:82DB5ECF5F493063BB15D1F26850237E,maps\routes\route25\bill.dat:61788D135ABD6799BFF1AAD2CC78AA7B,maps\routes\route26\0.dat:4C1619E71A668CB5A66C64EB0CD9C866,maps\routes\route26\1.dat:9F541E43C55F86EEBDF1B5CD1EED6B35,maps\routes\route27\1.dat:28CDFA482C25A464411FFDA4D13FA2A1,maps\routes\route47\1.dat:C4AA269207D25C618DF9E9BC16307E6B,maps\routes\route47\2.dat:9C83ED4A71299475C2794BD9AC275F6D,maps\routes\route47\3.dat:B4057B0899EE5FE7FA23380C0D85E864,maps\routes\route47\c1.dat:E5F4BCB0507E60FCAED44D7EBD44C5CB,maps\routes\route47\c2.dat:068EA81FB82DB5805CECC8E309ADFD9A,maps\routes\route47\cb.dat:2B2D003355DDD0F0CE679D928DFF9EE6,maps\routes\route5\1.dat:2476B8081C68C3517E779723132506D3,maps\safarizone\center.dat:D2892B485192FBA268D65E126113DE56,maps\safarizone\gate.dat:80B0D01E9E9BD5FA0920DF9CBC2F104C,maps\safarizone\main.dat:E3CAB98B5AF5FD73B1D5EAFD535C343D,maps\safarizone\areas\0.dat:7E3CF8397D02BA0453654AFA8648160D,maps\safarizone\areas\1.dat:CC8C8E7BEB430F4A4EDC796935B7591F,maps\safarizone\areas\10.dat:AA1DCEAF3C3B0DAAFBAB68A836A0D554,maps\safarizone\areas\11.dat:790006269DC0B16223445B125D2371B8,maps\safarizone\areas\12.dat:8CE89755215E9CB8C0C80B281C0BEC5F,maps\safarizone\areas\13.dat:99B4CCECB5D4F4CD0B142FB0A35A093D,maps\safarizone\areas\14.dat:6C0DD3A89B0389CCC9CDAC99640F022F,maps\safarizone\areas\15.dat:09CCD9B230D83C30032F3F4B0E47C87E,maps\safarizone\areas\16.dat:E6CFB90C037BE7C5F366049A1EE47B35,maps\safarizone\areas\17.dat:A5DD6230C4A0BCCCFC9B5934028E0EF2,maps\safarizone\areas\18.dat:6F25A6EA21453CD84F7A3832D915639D,maps\safarizone\areas\19.dat:D848EFB21B247B0B6295CF68073A07F5,maps\safarizone\areas\2.dat:279C05396564B3A4BCA38796C0C83B1E,maps\safarizone\areas\3.dat:FA92DD44A0AF64F91A5BB15CD861C200,maps\safarizone\areas\4.dat:EF80C9B0EE5E0AC4FEDBF8717EF6EADF,maps\safarizone\areas\5.dat:72E78CA922978C8C61C1D3E1FD96AEB0,maps\safarizone\areas\6.dat:7F33D365347C2403E09D1A5ED6876CC7,maps\safarizone\areas\7.dat:038A85C718BB501E78AE0EC555967673,maps\safarizone\areas\8.dat:F031A68EE441826BF1531B4461A66CC6,maps\safarizone\areas\9.dat:3F71628CABB7B7AF0AA4886FA95FBE9E,maps\saffron\center.dat:2A20BA27DFA6FC467F726EFF115FEA86,maps\saffron\copycat1.dat:E18752863B9B3D4B242922EC3072B50D,maps\saffron\copycat2.dat:C954D8C40B51799700CED88EABA95106,maps\saffron\dojo.dat:9BA52E95C0A5B910BA8D40027C5CDFBB,maps\saffron\main.dat:284F82C809D075B56FFBEA024491B2D2,maps\saffron\mart.dat:32166E9F497FCBAE3952A8B6FC7F52A2,maps\saffron\psychic.dat:F66ED2EB55873F51948E4384B566A64D,maps\saffron\rotomroom.dat:46BA6A28A1EC251EB8BA65575C757376,maps\saffron\silph.dat:70DBDCAC5696DC7B202E9A2E6E62319A,maps\saffron\trainstation.dat:F2FF7AA008E65E5550D91948406E1557,maps\saffron\underground0.dat:1597E9485780D4DA521A5A9F0941969A,maps\seafoam\bf1.dat:4E0E9826A7FE8AA4890A26E0147521CD,maps\seafoam\bf2.dat:85F153585C83C23085198D611CC63035,maps\seafoam\bf3.dat:E1AB62019A1BC2B36D92288769910606,maps\seafoam\bf4.dat:D035AB1379D20EF5B68373DDA122CB15,maps\seafoam\entEast.dat:B56D0C69DBDE727D9B786237C27AC322,maps\seafoam\entWest.dat:E09B036E5F8032BF617BE04913ACBFE1,maps\slowpokewell\slowpokewell1f.dat:210BDE3DEF4B1D30B13E864F4CABB38F,maps\slowpokewell\slowpokewellb1f.dat:05D3471A11014B0834AECF5E2EEE1206,maps\SSAqua\firsttrip\bf1.dat:54ED398E88375CCE0880089F13608E3D,maps\SSAqua\firsttrip\captainoutside.dat:D80D2BD218EBA1101E024F3844F87EB0,maps\SSAqua\firsttrip\main.dat:925A11F7948995BD33A68D06BF538DED,maps\SSAqua\firsttrip\cabins\1.dat:34C7786592DB70DD99F0AA6DF7BF9CB3,maps\SSAqua\firsttrip\cabins\2.dat:23B91DBFA1D2BC971B5F07B8E1F4257B,maps\SSAqua\firsttrip\cabins\3.dat:C07A8A755D6EB1CFEC1512B566A9E51C,maps\SSAqua\firsttrip\cabins\4.dat:6E907848B0CFC7EE8AEDE71DCC2027BD,maps\SSAqua\firsttrip\cabins\5.dat:AA089BCB7A0438D93BE5926A8DA2B4DA,maps\SSAqua\firsttrip\cabins\6.dat:011D3119C3354945D70A5728C7F60A53,maps\SSAqua\firsttrip\cabins\7.dat:07DE1DB9C2C65B86BCC5A61B8787E38A,maps\SSAqua\firsttrip\cabins\8.dat:41036BA4488597656B2F6C6732C12BC6,maps\SSAqua\firsttrip\cabins\captain.dat:D6EB20C29B22103B07AE6C00E0CD8547,maps\SSAqua\olivine\bf1.dat:557F234FF6B3882F73398F82B32CCBE9,maps\SSAqua\olivine\captainoutside.dat:7C9D73785B7D17BC0AAF98C30AA7AA10,maps\SSAqua\olivine\main.dat:3738EAD967ACA83DBD845982417921C1,maps\SSAqua\olivine\cabins\1.dat:6D34B73E0E316F5BB5E263F205CBD187,maps\SSAqua\olivine\cabins\2.dat:91481B45E9D5269CE1EA3A59DDD2848E,maps\SSAqua\olivine\cabins\3.dat:A98FAADC85CCA1C8761439CD43082B3F,maps\SSAqua\olivine\cabins\4.dat:168D80621F16F894CC4603A10B0A2A9C,maps\SSAqua\olivine\cabins\5.dat:B9963E5D4AE8BF0E6FB30E329529B267,maps\SSAqua\olivine\cabins\6.dat:7F348F8816F1C503047E427E69647627,maps\SSAqua\olivine\cabins\7.dat:EC96E2A9DD4962434AB31315869124ED,maps\SSAqua\olivine\cabins\8.dat:7A5296D1E671F32F1F2B00705156D6A8,maps\SSAqua\olivine\cabins\captain.dat:5DE8DB70612E9E364D6A8E4ED052A488,maps\SSAqua\vermilion\bf1.dat:787E762BF93C57E505B90CFC4BB1A556,maps\SSAqua\vermilion\captainoutside.dat:D1371428011970450C8B28660802040A,maps\SSAqua\vermilion\main.dat:D5FEFCF8920CDBE6BBEC3BA4ECFDF9B5,maps\SSAqua\vermilion\cabins\1.dat:BAD36FE87421BB019B692739368CBA19,maps\SSAqua\vermilion\cabins\2.dat:35AE1F7261D6162EDE241B902D927F36,maps\SSAqua\vermilion\cabins\3.dat:23E453032880A70368A7736C45728F68,maps\SSAqua\vermilion\cabins\4.dat:169F0280B796B820DC5558B4CAE98FE5,maps\SSAqua\vermilion\cabins\5.dat:3E07CA6AF6A503202FE5F064D3CF1B58,maps\SSAqua\vermilion\cabins\6.dat:9485772D729B97F52002AABD9E0B1361,maps\SSAqua\vermilion\cabins\7.dat:FDF32EEBF0017550D683D2ED10A02DB9,maps\SSAqua\vermilion\cabins\8.dat:0E68BDED418B04C6E97E2114C2E95506,maps\SSAqua\vermilion\cabins\captain.dat:A3CC937FC779ABB565841FF9E901DC4D,maps\structures\magnettrain.dat:9734D9A1BE659DDB6FC2E2C24CAE9F7B,maps\structures\torchlight.dat:E80F7D56346556B461B0E6406ACABB32,maps\structures\cyclingroad\lamp_east.dat:ED33CA3F3082AC8D9337224A68123300,maps\structures\cyclingroad\lamp_west.dat:AF7AD9CDF21BA6BDFC503082BF00ADC3,maps\structures\frontier\factory.dat:BDB3D61313D4502E1AA99C35DDC6DFDE,maps\structures\frontier\flag.dat:DC77E21957FCBA554420B08711B82C14,maps\structures\frontier\small_house0.dat:B2652BF513A549D628A6C3C822C7C890,maps\structures\frontier\small_house1.dat:3CEDEC75C4EEE9ADE53B601E0E7137EB,maps\structures\goldenrod\2houseEW.dat:90CB5EB41430E4FD3CF9F52F86F77C60,maps\structures\goldenrod\2houseNS.dat:CE63819F1A84777C1BEF3582113A428D,maps\structures\goldenrod\3houseEW.dat:E016A256FA512573E13FC8CC78ECEB22,maps\structures\goldenrod\4houseEW.dat:109848F84CFC9523F98F53D95ED5D604,maps\structures\goldenrod\4houseEWWarp.dat:B4A5DFE9EF920883754D01611DDE5CDC,maps\structures\goldenrod\4houseNS.dat:9A57BC74F2DD286A271DF312D5068BB1,maps\structures\route17\lamp_east.dat:458965CC8F95FE9E3C3CB9DECB8F786B,maps\structures\route17\lamp_west.dat:5BEFC7388429489CC579378573372A6D,maps\structures\saffron\short.dat:3AAA8D5C15733B8E598A0C10B77DCEC5,maps\structures\saffron\shorteastwall.dat:310AB7997697E44654FE259D109CEC7E,maps\structures\saffron\shortwdoor.dat:451B0C1FFBED1FDFC297182417C4AED9,maps\structures\saffron\shortwestwall.dat:2CC63A0EFAB51053A054D7BDC19780EC,maps\structures\saffron\tall.dat:E060B5BAE1E9D4B78E3EE2F93351EB9C,maps\structures\sevii\center.dat:3CEE73707B61DA77BE571A1596FBE79A,maps\structures\sevii\dock.dat:672A427872CD3E18F7397C7B86CAF789,maps\structures\sevii\mart.dat:2318D59BF478058D9CDEE0E21DAAFE5B,maps\structures\sevii\purplehouse.dat:455E7D569D9D0E63DD337789C1AF85DE,maps\structures\stairs\0\n.dat:35E28C4CE5B67C850D2988D7305192CE,maps\structures\viridian\brick.dat:FB4B929546F0D9CEE377493421D5BAB9,maps\structures\viridian\brick_single.dat:5CC061D3FC38735B57FC549FED30F7EA,maps\tohjofalls\hideout.dat:4735F93325DF988F7B0D4425AF5F4B25,maps\trainmaps\center.dat:2E62DC0E5D9C628EB49BD795ECD17C4A,maps\trainmaps\fromgoldenrod.dat:CB25A320DC2B1530F58216DDB0B7D83E,maps\trainmaps\fromsaffron.dat:E2E0DD94AF0E07EE6FF54FE51583773C,maps\twirl forest\main.dat:93BC05A1564E7DCD58C9BD8D681E6B54,maps\twirl forest\0\0.dat:9BA592FF7512F655714B5F4A96F09B63,maps\twirl forest\0\1.dat:E6415A2C050F0D0641884CEE5B8B5BE4,maps\twirl forest\0\10.dat:B4F61917741F212DEC5BB4D71F133403,maps\twirl forest\0\11.dat:E76C288BBD064957B5F61BB23ECBCE1C,maps\twirl forest\0\15.dat:D60FB7B900CA768794971C2C503FBDDD,maps\twirl forest\0\2.dat:AE1BA7B5850099B5E017517260B457F5,maps\twirl forest\0\3.dat:3F271E3AEFD34D45BF200F9642D52507,maps\twirl forest\0\4.dat:A2BC3C5B6EA585AD8E2204EEF09AE0E3,maps\twirl forest\0\5.dat:EB887FED2A31DB02FEDCED247D69AFD1,maps\twirl forest\0\9.dat:C686DE8C0A418058B778C9B257AD95E6,maps\unioncave\unioncavebf1.dat:618B46F5E2496166DFA6D42CF6CC6ED2,maps\unioncave\unioncavebf2.dat:8D5F90BB482ACDACFDD390F77A65C072,maps\unioncave\unioncavef1.dat:E335FFED479BED2D8038A9329F5CD106,maps\vermilion\1.dat:B5FD3E16E249A3F40910557E6D6A5574,maps\vermilion\2.dat:3CFE6CC60B0F7DB51E78CE761C7E36FA,maps\vermilion\3.dat:405087F8C73CF0FC8435AB0A65F718AD,maps\vermilion\center.dat:9DD409274DE899AB1D5B2408A05D72F6,maps\vermilion\dock.dat:FDCB73EC89F8A26A2B741B1B8ED3C7B3,maps\vermilion\dock_entrance.dat:FF60889A5A78B85C9E48A530B9ABEE14,maps\vermilion\fan.dat:7861C4B5C0F23187793530FA4D630A23,maps\vermilion\main.dat:53DAF3AC1323DF8E1B8A149577489E78,maps\vermilion\mart.dat:54870E8D95926C8A291A4193E55D4308,maps\victoryroad\1.dat:7E1217173EE50FC8B6D4666391957DAD,maps\victoryroad\2.dat:26D6326066007546F543A66E70E3AC87,maps\victoryroad\3.dat:18DE02CCC0351DA7B897A0570B2B44E7,maps\violet\001.dat:F2F7BC34B66A3797FC34D069736AD13F,maps\violet\002.dat:0B6DABBF38C6434657E0DCBFA2E6040C,maps\violet\school.dat:0C223C8E1FAD9A6A8B032D833E1F7A7F,maps\violet\sprouttowerf1.dat:1B4B45FD5A450A6A609DFBC3D4BEBB2D,maps\violet\sprouttowerf2.dat:997B6597A798CD7EB37DE210F38217AC,maps\violet\sprouttowerf3.dat:CA1E90E70714DDF3D507B5BE889767C6,maps\viridian\1.dat:9DAC6D6897529F7FBADD273142CDA161,maps\viridian\center.dat:8A270848B9F743097318ABF134E5796D,maps\viridian\main.dat:E307FA91AFA671C9BFF950D2077C3E0B,maps\viridian\mart.dat:9C717AB7D36A5622BD12D2F061426424,maps\viridian\trainerhouse\arena.dat:DE583255932C957AAC5081FC2509D52B,maps\viridian\trainerhouse\bf.dat:F78B49A3E8A7BF8B6A269B0A5C551A97,maps\viridian\trainerhouse\main.dat:0D409F20266A03A06CC75D8B5A832107,maps\v_forest\main.dat:27A2031CD2968A9667D14E77EEFF1E12,maps\v_forest\north.dat:313875202B3CCFF9C863FE1DEC32470F,maps\v_forest\south.dat:65290658473DC287EB41E02DDC0B8072,maps\whirlislands\1fne.dat:D8F69529B65878A7D748962483BBF73E,maps\whirlislands\1fnw.dat:FA97B7F31960F148961F07F1B8B17F52,maps\whirlislands\1fse.dat:0F153FE01AA5421AA08F4EC5787BCDED,maps\whirlislands\1fsw.dat:A7FFE4A92B1B058F363C736B0235858B,maps\whirlislands\bf1main.dat:CCCF0E6193BB86580653C038CBABD1AE,maps\whirlislands\lugia.dat:AEEE76B7E2E3AD12AEAA03536409ACEB,maps\whirlislands\sc1.dat:C091BD03EA534E21351F302408691E62,maps\whirlislands\sc2.dat:7921B051DB66D6946A0FB21DF08C3C2C,maps\whirlislands\sc3.dat:343BD91A686CD2C4ACBAF8431D1678A4,maps\whirlislands\sc4.dat:2B3EC133CAC6CB14B0AF57C95AC1D029,maps\whirlislands\wfall.dat:4106695AD4D392252479CF441130E138,Scripts\BikeGate.dat:D5BC9CC15371142591076E577566514D,Scripts\center_script.dat:C34708635BBB85A92205F778F738401D,Scripts\computer.dat:22E53F7309E8D75596286C5F6AD7D32E,Scripts\computer_choose.dat:3582C2B2A956D7D5173EE1CB071ABEE7,Scripts\empty_trash.dat:DAD02C5597F80A79411504B99271748D,Scripts\GateKeeper.dat:CAF7D8F2A7F513A125E85FDC9792B654,Scripts\GateKeeper0.dat:293672ACFE8A2836041DA3B265E73C27,Scripts\heal_machine.dat:89CAB132C5DE157083EF0A06603C2939,Scripts\kurt.dat:F15BAA66C828357A9E54E2D94F6C2292,Scripts\multiplayer.dat:D295C4BB8AB902B72896ABBEF156AA04,Scripts\mystery_event.dat:BEF8AD7ABBEA3D922D2BE4433407682E,Scripts\oldguide.dat:F44D920FF104E1AF591F7832775BA1F2,Scripts\radio_tower_start.dat:26DD0B048A83C3D98D150E5765704A7B,Scripts\Shelf.dat:9AB5FB20F1D167810E899FE152299698,Scripts\slenderman.dat:4B4644015E387F4721B245455DF655DC,Scripts\speedboatscene.dat:8C7593AEBA4179B0007A7E2380D6B5F6,Scripts\testscript.dat:A3981324E1EBEE2C87A9116807F01C58,Scripts\warning.dat:0BC40C3CBADDE7237B4D68DB332815FB,Scripts\Whirlpool.dat:C44105719E5A9A498BC0AB241321A54A,Scripts\alph\alph01.dat:795F48FB877E232729773BA08E6C267F,Scripts\alph\alph02.dat:6447E308F5F0DCE458DCD8E53C089503,Scripts\alph\alph03.dat:D6F85A0552BB32604BB6B8E843DA8070,Scripts\alph\alph04.dat:71FCB27E603D140CA428E69BC5B6679C,Scripts\alph\alph05.dat:464144F34C47DEDD619A05DA723E3D4A,Scripts\alph\alph06.dat:03F2B862403936BEBD2439C4B2334D26,Scripts\alph\alph07.dat:F416872F40DC89FAA6BCEBB5A3120EE5,Scripts\alph\alph08.dat:3A5D97148D1919605655AFD604276800,Scripts\alph\alph09.dat:67FD88CD7B9A071BC80DA848D818BFF2,Scripts\alph\alph10.dat:10CF4A2704C35C52827A9FE19B51C971,Scripts\alph\alph11.dat:11770EF94A7E0A59F75D5883FF86FA41,Scripts\alph\alph12.dat:1146B37684FB5C79ED57700CF760F3E6,Scripts\alph\alph13.dat:19A10E1445B1F428AA0FECFA0A2000A7,Scripts\alph\alph14.dat:90CEA0C0B21A2D54623D93BBA5A2C7A1,Scripts\alph\alph15.dat:37EE57E5FD2BC22A854577BDD5FC2143,Scripts\alph\alph16.dat:77B8EB71ED64539D0AF72608072C72AA,Scripts\alph\alph17.dat:04957AC2AAD2EDB14636B40AA5A1BB38,Scripts\alph\alph_appear.dat:6876DC4A6AEA3995D5AEE34F56C9BA22,Scripts\alph\alph_oldman.dat:E93B9657E3BADD9272548423D495F55E,Scripts\alph\computer.dat:ADC8368731B5A4C5EF66AB6A84DD06CD,Scripts\alph\unown\1.dat:B18B4416BF2AB176C7E92C9196090E91,Scripts\alph\unown\2.dat:220312519D1348A5B09E7BDCDB423021,Scripts\alph\unown\3.dat:7E57E53C12DBB2B9BD73747EFC1F4771,Scripts\alph\unown\4.dat:62730B6E2D0993C87268E8A9C16A63EC,Scripts\alph\unown\5.dat:C8A7D999CB204C0FD636790B6534310D,Scripts\alph\unown\6.dat:734A24087322424605006234BB6EBE87,Scripts\alph\unown\7.dat:B99EA8027B2B0AA4F5FFA7EEB7868819,Scripts\alph\unown\8.dat:445F40BED2E0CC95BBCA996A38C6ABF2,Scripts\azalea\charcoal_guy.dat:A8BD7365D7DA690EB00ABD700D74681C,Scripts\azalea\charcoal_teacher.dat:9D1C1D5746215428FA605AABA66DBB74,Scripts\azalea\farfetchd.dat:9CC5D5FF9859268ACD915AC0255CD7CD,Scripts\azalea\GymGuy.dat:149BFC074E3233E66D40448546C34636,Scripts\azalea\GymPillar.dat:178B76DC807315F87A58DC36FBBA5B96,Scripts\azalea\kurt.dat:F15BAA66C828357A9E54E2D94F6C2292,Scripts\azalea\kurt_aggro.dat:6F4DFB2153CB8D2C855E65826E7EE0F0,Scripts\azalea\kurt_daughter.dat:D9E23A91B34DFA0A76DCC1A98B37E368,Scripts\azalea\kurt_thanks.dat:6F3E7D236E83C6BD289F522987B5DF77,Scripts\azalea\oldman.dat:1383B6EDB75A6BC7A886CDCD7F493810,Scripts\azalea\slowpokewell_kingsrock.dat:B7C5CCCC1DD2A46159002E347B6AC62A,Scripts\azalea\slowpoke_talk.dat:FDDB644FFFC81EEE37793C753032E65E,Scripts\barktown\mapscript.dat:35A4C38B354B9771DF60DD9E4C27C061,Scripts\barktown\mary.dat:E350A595C9A56CF608F98CD7E4AD2815,Scripts\barktown\mom.dat:A0C488C37CF8FB9BF48ECA3F14F0DF6E,Scripts\barktown\momdoor.dat:BFD1BF116865EC2DD3125AF5CB77BD30,Scripts\barktown\no_pokemon.dat:758AAED06CDA7016C806EAFDC7DE4798,Scripts\berryvista\trainman.dat:7206B889E5EA05B02B67BDF8CEFD1705,Scripts\blackthorn\dden_guard.dat:31D18E88A42BEBB06CD3A156E433BAFA,Scripts\blackthorn\dragonair_trade.dat:56503427B5FF8895B5E918D6184114B1,Scripts\blackthorn\dratini.dat:1854D6680E6DF8641F63D93053078778,Scripts\blackthorn\movedeleter.dat:ADC87BBE7BA8CAD202D99650E080D124,Scripts\blackthorn\moverelearner.dat:D161A551449168D0F8EA619772313303,Scripts\blackthorn\santos.dat:57A916215F8C5949E848FB9FA42702F9,Scripts\blackthorn\santos_map.dat:5E7340DE976F741CD962CE2D68BE917C,Scripts\blackthorn\gym\GymGuy.dat:FD990153B86D90512876E63853CBFDD2,Scripts\blackthorn\gym\puzzlerocks.dat:02DEA625B3E2811F047620F3086B339D,Scripts\blackthorn\gym\rock_0.dat:6F12EDEA641A30B965EEE77294FC9B40,Scripts\blackthorn\gym\rock_1.dat:130D3DC82E96EB8950651CD9FC5551C0,Scripts\blackthorn\gym\rock_2.dat:1B2C0445902E955C95A374C27DE3279F,Scripts\blackthorn\gym\warp_0.dat:E4D5DBAB0B0BDC82292DADD0A9B84223,Scripts\blackthorn\gym\warp_1.dat:1E88562C130B0B6BB9A3542057E149AC,Scripts\blackthorn\gym\warp_2.dat:26C49B6A18D66406EADE144F6A430FBE,Scripts\boon\dockguy.dat:85425BD1A514DC38EF582D4F78E386A2,Scripts\boon\housemapscript.dat:72A1F7DC4D6D34DAFC9A6FCB10468299,Scripts\boon\lostellesdad.dat:0ED604027649DF2CC74611534D02EC6A,Scripts\boon\oldlady.dat:84A92FB9B2A7A32EE3249782ECA60BAC,Scripts\celadon\clefairy.dat:BD2B4F5472E46AECAA102FEA3B1D00C1,Scripts\celadon\condoinfo.dat:ACCFC203D22FC4B6DDDE1D362FCA9AE0,Scripts\celadon\curse.dat:ED5C6BD0604A9B93B5E64E3279D8E034,Scripts\celadon\meowth.dat:E116820C2A50DFEB4A46A9DA8082BF84,Scripts\celadon\nidoran.dat:E72F891FB8B0AA4B4FDC2B21AEECBE2C,Scripts\celadon\poliwrath.dat:B087B228E11F40F92DBAA3FDC16564B4,Scripts\celadon\mart\counter.dat:5CE75F5EB05ABAC47DC8654747DB0DAE,Scripts\celadon\mart\elevator.dat:58C711FF27A6DBB5AFF9843C49F789A4,Scripts\celadon\mart\information.dat:EE9CB51BAB73799AE181E0D824227F38,Scripts\cerulean\diglett.dat:0C8AE0803AEF57E51F915A6E2D942865,Scripts\cerulean\gymgrunt.dat:28CE2BDF8963B4E9638D5119BEFBF932,Scripts\cerulean\GymGuy.dat:9BEBE26A385CF8870AC7823913C306D0,Scripts\cerulean\kangaskhan.dat:5C6FF06190C90B7655ED7E3D9C9B4195,Scripts\cerulean\slowbro.dat:D2CC5536D50D39ABCE6375CFB424062E,Scripts\cerulean\zubat.dat:38E4562368570AE8EAF574B5736834F4,Scripts\ceruleancave\healer.dat:F8BEEBFE5C9BDCD77FA172F873AEDBF8,Scripts\ceruleancave\lookerencounter.dat:1E1411EADB2D336A2EA832F3E6977B13,Scripts\ceruleancave\mewtwo.dat:28F631E441D85917C77D80AC8E191B4B,Scripts\ceruleancave\protonencounter.dat:1FB32FD19372466FEB02FF8BB3648FB3,Scripts\cherrygrove\mystic_water.dat:A7DF3FA764E15BF23DDA4A208A4F778B,Scripts\cherrygrove\oldguide.dat:AB00AA27D2CF94349EF4779C49ADD68A,Scripts\cherrygrove\steve.dat:DC2BAF3D45EECD792F57469482AC525E,Scripts\chrono\dockguy.dat:4220C5714A38C15AB04BA1046AC58E53,Scripts\chrono\dockguymemorial.dat:9492206781A6B40656515DAEB04AE1B3,Scripts\chrono\door.dat:F28D479CDA821D9CDC0F5CB97F777D05,Scripts\chrono\gruntencounter.dat:2C7BDA023709792D065C01823459FF61,Scripts\chrono\memorialmap.dat:B625342E6097A7C3E7FDEEEDCFDF4429,Scripts\chrono\protonencounter.dat:60E442797B1088084821E36CC9031C09,Scripts\chrono\warehousedoormap.dat:B56C69332E8A78BF9949D12BCDE6BBFC,Scripts\cianwood\Fly.dat:88A51F5E27F2DE424B318C2B64B1BA82,Scripts\cianwood\GymGuy.dat:6F28D715C6A2CD88A5D97811E5AEBED2,Scripts\cianwood\potion_guy.dat:53FC93D67952E7D15A1FC02BFAAE387D,Scripts\cianwood\seer.dat:A797D3F3B17B104EC7B3F8952CD168FA,Scripts\cianwood\Shuckle.dat:393C13B2B41A321695E1124296EC9C1A,Scripts\cinnabar\blue.dat:C1254110A0EF5312560F72DF8FE08191,Scripts\darkcave\black_glasses.dat:53E05240DA56CB30CC65392FA8FC3751,Scripts\dragonsden\clairtmget.dat:0D29AB4DEB62C55049D63A5A60BE7BDB,Scripts\dragonsden\master.dat:2AD8954AAE50D6BC7D6D204C11E15600,Scripts\dragonsden\questions.dat:5030116DF4DCC43747C4437F71723450,Scripts\dragonsden\torch1.dat:E00D66131D484E1559C7A889F8C01F16,Scripts\dragonsden\torch2.dat:E00D66131D484E1559C7A889F8C01F16,Scripts\dungeon\blue.dat:22E3B68EDA9347268F8B17B2572501F5,Scripts\dungeon\centerrobomap.dat:64D982C825E074AEFA50C945305670F7,Scripts\dungeon\chessmap.dat:62D71C3ABBDF3D5A87749DF9226A2F11,Scripts\dungeon\chessmoves.dat:843B4CF0A722D99039D1CE14F3C324B9,Scripts\dungeon\chessscientist.dat:CAE31B9F43A932255DD66F04C85771C7,Scripts\dungeon\crackedfloormap.dat:BE0601D049F86EA819FBEF094E0CF533,Scripts\dungeon\crackfloors.dat:306F2BC8982F1D68BEF5122CACE5B63E,Scripts\dungeon\doors.dat:87017BF5B45A5BF93B9870754D57457A,Scripts\dungeon\hiker.dat:58E98EFD05A0044FE0ABD8B82AC9EAB0,Scripts\dungeon\jirachi.dat:15007CFB4B69734D11CCF57138808B64,Scripts\dungeon\masterrobot.dat:D44651769F9C7A6C2C177902FF496F2C,Scripts\dungeon\postchess.dat:91778BDE670872ED3EE76CED35EAB6C6,Scripts\dungeon\postpostchess.dat:35A524F6EF62FFCA0A50E52189F36069,Scripts\dungeon\red.dat:91A5CE5744E53905438DEE8A960DB804,Scripts\dungeon\robots.dat:A3B5FBF3B9FBDF19A424333F0CD6772E,Scripts\dungeon\robotwarpout.dat:79AA45013E3540E0606763B6FB2B5698,Scripts\dungeon\rockremove.dat:534D715AE113EF97232E7B0188D197CF,Scripts\dungeon\rock_0.dat:D1B7AC9827F08F8577B2EDFCFEE3A0A8,Scripts\dungeon\rock_1.dat:80D4758AE173169F310D82FB7F9FA958,Scripts\dungeon\rock_2.dat:DC0DEB2A9EBA9F88353F46D5775E242E,Scripts\dungeon\textblock.dat:F0CAF05E4146E7805EE1251FE6E97492,Scripts\dungeon\towerregister.dat:5BFAEAA4F6BDF1C2B667AE5F0D21E56D,Scripts\dungeon\towertopregister.dat:225192CA3253CD66EF5F96559B30D52E,Scripts\dungeon\trainman.dat:E679568E560846E7A1D449F7B0D77219,Scripts\dungeon\unregistercracked.dat:FFE73D51FE5CE70B1CC11F5C4493BBCA,Scripts\dungeon\chesspieces\bishop1.dat:69651836B5A9F1EA0E66C71863F9EA89,Scripts\dungeon\chesspieces\bishop2.dat:165BAB42381DE9F45AFECE85D98384B8,Scripts\dungeon\chesspieces\bishop3.dat:8920F2A652101B76AA5A9A5A9EC3924E,Scripts\dungeon\chesspieces\bishop4.dat:F25E6ABB4C67275D2D246C720F1F1CFC,Scripts\dungeon\chesspieces\king.dat:31C6D8E483BBE8CB9BDDED19A2229425,Scripts\dungeon\chesspieces\knight1.dat:76CB85CAF15E4170CFF64A64C0B47B75,Scripts\dungeon\chesspieces\knight2.dat:1D630CB19F4037943AA35C94AB11956F,Scripts\dungeon\chesspieces\pawn.dat:E036FA76266E82E0C69741D143193CBD,Scripts\dungeon\chesspieces\queen1.dat:5C53D57253622C7ADEAA02473A99DD6C,Scripts\dungeon\chesspieces\queen2.dat:0DE36C463588F20D2C314F947C28D686,Scripts\dungeon\chesspieces\rook1.dat:F4706BCF19F5655642259433204D387B,Scripts\dungeon\chesspieces\rook2.dat:E431DF3B0B1A830F4D35473BB30142DA,Scripts\dungeon\chesspieces\rook3.dat:0F56219A36EB0A7FF42D2B7FB962D111,Scripts\ecruteak\bill_encounter.dat:4C3996C9FFAEC328361EFCADD9764EE0,Scripts\ecruteak\gymwarp.dat:AD7F810BCF0E3CA94A19147E305806DC,Scripts\ecruteak\item_finder.dat:8A4BE3D392290A06BDC1C43E65C46770,Scripts\ecruteak\rhydon.dat:0351AD169E69C5D9207122086A68AEDC,Scripts\ecruteak\rumor_lighthouse.dat:C3C416D278B8B21ABD851317D2A9A0D9,Scripts\ecruteak\suicune_encounter.dat:7A61EC239FCC18FBFB601FA767BBDA32,Scripts\ecruteak\surf_man.dat:7CAED1C8A07F48D85EAD2529FDC13134,Scripts\ecruteak\tintowersage1.dat:22F77BD24C629C6FEBB2F3599A3C64F9,Scripts\ecruteak\tintowersage2.dat:5513E2AD9BE2BC97FE090B0D7205A054,Scripts\ecruteak\tintowersage3.dat:009066FF30ECB0A8857DEB7696BB608F,Scripts\ecruteak\tower_story.dat:122AD884EE242DEBABE0D81C5FACFD86,Scripts\elmlab\chikorita.dat:8371493D69628FED815736318CC496E3,Scripts\elmlab\cyndaquil.dat:9C6A6700A193D830E15F74D4D6C4DF38,Scripts\elmlab\door.dat:8C51B690C56C9B2087DE1A5001E86D1A,Scripts\elmlab\door0.dat:0B28F008E1A38EB8BB5AAB265D3FCE43,Scripts\elmlab\elm.dat:44616006556DDB68C2957C12C5913794,Scripts\elmlab\heal_machine.dat:89CAB132C5DE157083EF0A06603C2939,Scripts\elmlab\totodile.dat:7A7A5988445EBEA3013193D215CC2AC5,Scripts\eusine\burnt1.dat:AB0799059F783E9F917ABCEA69A238BD,Scripts\eusine\burnt2.dat:F0F5152289CF742BAF62E453B1CDC150,Scripts\eusine\burnt3.dat:9D03C97006FB56D1D72E2FB9CB277A15,Scripts\eusine\cianwood.dat:EB2FB0183A3E0F28F4CA904EBF67CE63,Scripts\eusine\route14.dat:654B50E4238221ADA35DD384EC95F379,Scripts\eusine\route25.dat:222F9C36C17A31369BFC64D624D09EDD,Scripts\eusine\route42.dat:5648A46712916691BCDC392B7D0A2961,Scripts\eusine\suicunebattle.dat:D5F6FF3E54D906C0B3CE72B21C4FCEFF,Scripts\eusine\vermilion.dat:C2898297F9AAEFB53786F755394D934F,Scripts\faraway\dockhand.dat:2316151A0C0CAFD7246B3C2A765FD547,Scripts\faraway\mew.dat:678CF48F5605D683696A8D84C5B6EC58,Scripts\faraway\warpin.dat:3A6F1206CF3D37915F33A6390B839DDF,Scripts\faraway\warpout.dat:E8FF5479AA9340114B0890764D0E3E67,Scripts\floe\bayissues.dat:0B8DA9CBB6D6647969463889FACDAB86,Scripts\floe\bodyslam.dat:A275AD4D57438C1DEB2F4EFC421336AE,Scripts\floe\daycare_pokemon.dat:DBFB8E79EC4871E5FB5C72CC199442DA,Scripts\floe\dockguy.dat:14DCEB85D12A3BE197E36C2C00D0501A,Scripts\floe\lorelei.dat:C70714F18C071C259212633A517CC80A,Scripts\floe\runner.dat:AD841DD10A6489AB631655CC29244360,Scripts\floe\daycare\leave_pokemon.dat:9A0685361DFCD9BA031EFC6DB479BE8A,Scripts\floe\daycare\main.dat:565ADA6DA5BC4F3CEAE47588A5D95873,Scripts\floe\daycare\man.dat:0C06C3154E7FDF0091A89C03AD790C55,Scripts\floe\daycare\pokemon_0.dat:F224F2E434AC2DDABC1742A8B2A5D3E9,Scripts\floe\daycare\pokemon_1.dat:B9A8CB72217438A90FC9575C2355725B,Scripts\floe\daycare\take_back.dat:3AFD31D6DF49BC557CFC128530A6006D,Scripts\floe\daycare\take_egg.dat:373F6AF127DE92935C08DE60C7E63F35,Scripts\fortune\dockguy.dat:47F057A9620A341A588B77431A1D2E77,Scripts\frontier\battlegate.dat:DA1B367FF46F611D8B21445C01A8A8E3,Scripts\frontier\frontier_cameraintro.dat:DB9B2E0EC803936970E656B0505C05AA,Scripts\frontier\intro.dat:717BB5DD26D5579A70FB01FAA76B33FD,Scripts\frontier\battlefactory\ruleboard.dat:D07222254CE582F86FEC2E46CD2F99CA,Scripts\frontier\battlefactory\challenge\afterbattle.dat:B5BBC93820B172DA22801F9D7FC1F102,Scripts\frontier\battlefactory\challenge\beforebattle.dat:EBCDA407E9324ED27A091FC8ED0D2AC8,Scripts\frontier\battlefactory\challenge\cancelbattle.dat:F1365FBD5C7798DF0ABEEA1A09643158,Scripts\frontier\battlefactory\challenge\choosetrainer.dat:4AA8CECA70536E43F671EE7E34DBE86A,Scripts\frontier\battlefactory\challenge\clearup.dat:E426CBDBE0E2F32BC0E82D6D90C0C7C8,Scripts\frontier\battlefactory\challenge\intro_walk.dat:A5B22E90992DD12A652165E3342EA0D8,Scripts\frontier\battlefactory\challenge\lostbattle.dat:8BEC42F2184F7F1078ACC7DAF2F32B85,Scripts\frontier\battlefactory\challenge\main.dat:919B88DD444FBA0DF37784CF31F960E2,Scripts\frontier\battlefactory\challenge\record_machine.dat:DAC5E724E770CFDC82A63B45A59BE9B9,Scripts\frontier\battlefactory\challenge\rent.dat:26CA87FC44D8F84EFFB870486AD721C2,Scripts\frontier\battlefactory\challenge\won7.dat:96449BB0EC22610C7041DD8E6F7BDB7D,Scripts\frontier\battlefactory\challenge\wonbrain.dat:1DF514B704E5D09DE56658B8F2AEC4CB,Scripts\frontier\battlefactory\endless\afterbattle.dat:AAFE62B654D82CDB88BB0D6179241D50,Scripts\frontier\battlefactory\endless\beforebattle.dat:89A334638D93D3A9558660D2B13671D1,Scripts\frontier\battlefactory\endless\cancelbattle.dat:D6C8A7C90460369DA623FC69EB430EA0,Scripts\frontier\battlefactory\endless\choosetrainer.dat:EB827257410CDB8D4E93E3D9735D04E3,Scripts\frontier\battlefactory\endless\clearup.dat:E426CBDBE0E2F32BC0E82D6D90C0C7C8,Scripts\frontier\battlefactory\endless\intro_walk.dat:495C738CDEA33B0AA914C5DBF5B55307,Scripts\frontier\battlefactory\endless\lostbattle.dat:49B1E4228A889E31910377D8F6A819FE,Scripts\frontier\battlefactory\endless\main.dat:8A8E19739AB6BE0F6E1E3EF8DA5404C8,Scripts\frontier\battlefactory\endless\record_machine.dat:F377F2CB2F65F23BB4C79294CA50624B,Scripts\frontier\battlefactory\endless\rent.dat:26CA87FC44D8F84EFFB870486AD721C2,Scripts\frontier\battletower\ruleboard.dat:315B5E3803ADCA8078C2415C145F8B3F,Scripts\frontier\battletower\challenge\afterbattle.dat:E64BF550D61545716E88B0C3811A3E9A,Scripts\frontier\battletower\challenge\beforebattle.dat:C0C0918497F4DCCA58E3B817C01D9A08,Scripts\frontier\battletower\challenge\cancelbattle.dat:334D5C863146A02AABD5F9BC440E5A57,Scripts\frontier\battletower\challenge\choosetrainer.dat:B45117E7155CC3821DBEB185A86ABDAE,Scripts\frontier\battletower\challenge\intro_walk.dat:36E186B144BAD27CBD1488BE9FE0AA77,Scripts\frontier\battletower\challenge\lostbattle.dat:2A7B055807529F2DE7F26DC65D7F694D,Scripts\frontier\battletower\challenge\main.dat:38DDFF8BBD8B4D602AE9ECF98120F4FF,Scripts\frontier\battletower\challenge\record_machine.dat:8C2CB04DC75CA139342664BF6E3C14D3,Scripts\frontier\battletower\challenge\won7.dat:D082ED031D922C5613920F8F4724DE49,Scripts\frontier\battletower\challenge\wonbrain.dat:3958015B18D84308F6444CBAF828D141,Scripts\frontier\battletower\endless\afterbattle.dat:9FDFAC3EB08D4555CCF8439D8A4C1701,Scripts\frontier\battletower\endless\beforebattle.dat:85F38756DCEEBED279876827B3A7EF3C,Scripts\frontier\battletower\endless\cancelbattle.dat:683550C23C75B0D4B61EEE446528BF54,Scripts\frontier\battletower\endless\choosetrainer.dat:190669A473440A2481D7264EB56563D7,Scripts\frontier\battletower\endless\intro_walk.dat:EA882D246040AA0EEC41D866FD72DF4E,Scripts\frontier\battletower\endless\lostbattle.dat:0FDCBF1438BBD5C2A1A94768316CE5AF,Scripts\frontier\battletower\endless\main.dat:0EAE157C71E2919751C193924103C89C,Scripts\frontier\battletower\endless\record_machine.dat:02EA5BDAA7F821B8AE31C9ADC6EEC017,Scripts\fuchsia\GymGuy.dat:06EDAA4F0DDED8464121D3845BF68403,Scripts\fuchsia\gymskins.dat:E87EF4689EB69C67C1AD8C7DBB8E6719,Scripts\fuchsia\janinefan.dat:79C10F50DB46691EE957086237BE606C,Scripts\furniture\barktown\livingroom\cookplate.dat:ABAB91641112AC12FF4F02AB6FA1F02A,Scripts\furniture\barktown\livingroom\dish.dat:1567A633C14D32B5286D8BB01FB6AD80,Scripts\furniture\barktown\livingroom\fridge.dat:A10F205B57FD2F911DADA5BC9BBDE773,Scripts\furniture\barktown\livingroom\tv.dat:1D31CCF59670A40C43BAEC33D195004B,Scripts\furniture\barktown\yourroom\bookshelf.dat:F25387CB4714FA541DACAFA2D1FE22F5,Scripts\furniture\barktown\yourroom\donators.dat:E247DD6687155B6EEB2A0F0BEAAF38CF,Scripts\furniture\barktown\yourroom\note.dat:5D350C9083A6F6804385CBF376D0694D,Scripts\furniture\barktown\yourroom\townmap.dat:01F508EF755B67BB62B021CF3D166C09,Scripts\furniture\barktown\yourroom\tv.dat:B499BC6FF2F915A52BA2931A500D3245,Scripts\goldenrod\bill_eevee.dat:EACAD0D8A22D582FD43BC53F3DB20944,Scripts\goldenrod\bill_sister.dat:B8BC505EB879736560097B335DE7BDAE,Scripts\goldenrod\flowershop0.dat:152BFD19FAC5BD6A46056A1A04DDA37C,Scripts\goldenrod\flowershop1.dat:1DE08872C3DB4449686C284E681A3EE2,Scripts\goldenrod\gate_spearow.dat:CEF3C0EE1042E1E1CC54A8EDF004490D,Scripts\goldenrod\get_ride.dat:EF63BE48FA09FF3B7FAE749C2FB90DFE,Scripts\goldenrod\GymGuy.dat:980D31E31B6D096C669C0587456B42F0,Scripts\goldenrod\leader_badge.dat:C6E494C257AF036E34B836A747D09225,Scripts\goldenrod\machop_trade.dat:1D87F00FD52C0C1BE905B5129D3BC5B1,Scripts\goldenrod\namerater.dat:BEA4A16D27F8DB7F4B325147BE6B5677,Scripts\goldenrod\rapidash_tameshop.dat:4836A62F2E9D6F1ED1CF6505577BE61B,Scripts\goldenrod\trainman.dat:99A64B654EC97FB5B451A51AE502DF08,Scripts\goldenrod\trainsaffron.dat:8F44CC541EF5536101B14C48D295BC3A,Scripts\goldenrod\underground_barbershop_1.dat:796B34F58072016C6C3F60223225C673,Scripts\goldenrod\underground_barbershop_2.dat:27570586228D4990D9654D5939925E3F,Scripts\goldenrod\underground_bargainshop.dat:6029F5B45244BC425523ACD19C4163EE,Scripts\goldenrod\underground_herbshop.dat:C9150DCE0DB6B09F6D94684520573438,Scripts\goldenrod\underground_unlock.dat:AC1DF2A9060D23CA60645322F3A6D1A9,Scripts\goldenrod\mart\basementelevator.dat:65C2B68BDD433503156DB2B8915E87E3,Scripts\goldenrod\mart\basementmove.dat:A71D0222DD0BD0D8D792F9BE351A3871,Scripts\goldenrod\mart\elevator.dat:13CA9C3083E34D6969B2986288E1CB3F,Scripts\goldenrod\mart\information.dat:D974B7B650B9A0528D476EB72CF6BF35,Scripts\goldenrod\mart\machoke.dat:D6207D67FCB516497835D2910DD8E900,Scripts\goldenrod\mart\sundaytm.dat:928447AA6E02025483531D3749C9C4B2,Scripts\goldenrod\mart\sunmap.dat:15A5EED35D6BFBA83A5641651CFB95CD,Scripts\goldenrod\radiotower\info_board.dat:0C08B3360BD647E3045B5203810DC764,Scripts\goldenrod\radiotower\info_board_1.dat:FC08DBA52D6ACDD40127B98407DE0AA6,Scripts\gts\friend_hub_computer.dat:F8F4E1F5E0700738D5C03455D677F3EE,Scripts\gts\gamejolt.dat:AEA0C0340F36138E57728A6CEC8496C3,Scripts\gts\golbal_hub_computer.dat:1A9F639F9F9EBE19464D3227A564D8FB,Scripts\gts\green.dat:909AE9ADD4DE3F043A108E52C089A069,Scripts\gts\information.dat:213155CA063BD1860B873FA09BF85335,Scripts\gts\orange.dat:DFE87819A60B6D889129C4FE042E035A,Scripts\hiddengrotto\item.dat:C5804EFAD7F7F2DD80E763F0BEF6F82A,Scripts\hiddengrotto\main.dat:4815A59B4AD7D26DEE0C92E7D9B662D6,Scripts\hiddengrotto\pokemon.dat:46F650A22DBE58B66AB27D89FC2D9814,Scripts\hiddengrotto\warpto.dat:6FE7F63ADF87C7E710D251EFA0604D90,Scripts\hiddengrotto\getlists\berryvista.dat:780968C1D9CAA8690BE03032C9C12203,Scripts\hiddengrotto\getlists\ilexforest.dat:8AE4907604E7D59C2A8E6C49139CEE73,Scripts\hiddengrotto\getlists\indigo.dat:FA118A32BD5E472877434D7E27886050,Scripts\hiddengrotto\getlists\lakeofrage.dat:4003BFC7FA66F8BE3C8FEBC7188EE17B,Scripts\hiddengrotto\getlists\mahogany.dat:8FAA4668D82EED9A370E8E980B085911,Scripts\hiddengrotto\getlists\nationalpark0.dat:58942E70E2B46F030212BF9C65EE1360,Scripts\hiddengrotto\getlists\route26.dat:0A7FC37405D06B3208B02A47A6AF5572,Scripts\hiddengrotto\getlists\route27.dat:32143452A5AE202AF8F2045FA50C9840,Scripts\hiddengrotto\getlists\route31.dat:26F2F617341398C7D6649EC01B052C72,Scripts\hiddengrotto\getlists\route32.dat:62D7EE0A327E4C106EBE102C9EA73929,Scripts\hiddengrotto\getlists\route34.dat:E632B83B00131C020860D3E1DE06C819,Scripts\hiddengrotto\getlists\route35.dat:8E05F69A289177437807C586F052E64B,Scripts\hiddengrotto\getlists\route39.dat:F10717FBBCB1273A7649091ADA0833DC,Scripts\hiddengrotto\getlists\route42.dat:F4A3CBD1542E36619BDC1E00E7DB9C9D,Scripts\hiddengrotto\getlists\route43.dat:BB333928D0BBC2FF57D4B18AF0D63C99,Scripts\hiddengrotto\getlists\route44.dat:6C1B1FEB82F9E5EFBC229FAC5E73F9E2,Scripts\hiddengrotto\getlists\route46.dat:0924D4C22E64E4981BAA5B4430F14AEA,Scripts\hiddengrotto\getlists\route47.dat:8B3D974E75E4A6D5FAF5F0C83FB2B20E,Scripts\hiddengrotto\getlists\route48.dat:FD35CEC5069F8400564CA8978AFD4B8D,Scripts\hiddengrotto\getlists\twirl.dat:55755B1A0D3520901088E3A4351B064B,Scripts\hiddengrotto\getlists\violet.dat:6EF3B809F5264A47A004EB3ED0E60118,Scripts\hiddengrotto\hiddenlists\1.dat:8AFFC31EC8C33A0DA6E58C2AC1EBD64F,Scripts\hiddengrotto\hiddenlists\2.dat:2E513938D25EE6BB6F57D8B47BB848EC,Scripts\hiddengrotto\visiblelists\1.dat:263481911E25D005E383D8B2F30EF148,Scripts\hiddengrotto\visiblelists\2.dat:D176446E0346305305BDA721FAFF834B,Scripts\hiddengrotto\visiblelists\3.dat:746FA73313CC713DC42529DD77360804,Scripts\icefall\block0.dat:622EE57F60FE4B20452531C9ED634457,Scripts\icefall\block1.dat:D09A312796B33E37CAEA7261C837061C,Scripts\icefall\block2.dat:D0AF85CA285722E98C74DDBE9278A6F5,Scripts\icefall\block3.dat:C281866FB70B389DCEC07C845BF50FB7,Scripts\icefall\block4.dat:91BE34CB7C6279BCB629741BB6F62F05,Scripts\icefall\block5.dat:05B12C66542380788A34208253909635,Scripts\icefall\block6.dat:095797EFF3187F49A3FDA0BDF72840DF,Scripts\icefall\block7.dat:95435BFE2954E255B36C9D569B650C37,Scripts\icefall\block8.dat:A8955DA125BCD66AF8EEC7A3555271D0,Scripts\icefall\unreg.dat:445860329F405876054E36B34A3134A3,Scripts\icepath\puzzlerocks.dat:ADE8C363847611909934CEFB2034B2F8,Scripts\icepath\rock_0.dat:2AD2750F5B3F7E1BD6248BF185E7B89D,Scripts\icepath\rock_1.dat:957193BE49749A13E527346DA5F3B852,Scripts\icepath\rock_2.dat:1C0D2EF1A55CCA7228608143872DF3DD,Scripts\icepath\rock_3.dat:8867E4DB0E412DFC6D33A0F2573B5378,Scripts\icepath\warp_0.dat:B6B9AA0B58EBC6DA981F6651B36E0E92,Scripts\icepath\warp_1.dat:129461131625DB14FAFA6AF9A4D5E129,Scripts\icepath\warp_2.dat:D1925BC52E4FAC2589CBBD5000491707,Scripts\icepath\warp_3.dat:50A686581675E7B8B5A9647C2E3368D1,Scripts\ilex\charcoal_defeat.dat:4BCE0D4A742C79A6C2E24AD2E7340B06,Scripts\ilex\charcoal_guy.dat:772A1B11CDDF8F4419F92B40D956B237,Scripts\ilex\charcoal_intro.dat:70CBCD0AA938198D059DB57FCD763F06,Scripts\ilex\farfetchd.dat:47EE687E891FDE5BC0F5BB8BE0669E99,Scripts\ilex\farfetchd_start.dat:3985509D7BF8FE28B12988E181A78CD9,Scripts\ilex\headbutt.dat:ED43673EB7E76189B73D31420C83A2B5,Scripts\kin\bikerintro.dat:DC9E6D9CE6325144014C8963EA1551DF,Scripts\kin\bikers.dat:8A672E17635B19365511379E2C7F377E,Scripts\kin\dockguy.dat:DB02E5A5930076B69BC8718503A7447F,Scripts\kin\doduo.dat:DC70C619A0402AD87C4A53A7803301BD,Scripts\kin\incompletepath.dat:63BAE2DE0FC2AB83D84D78ECDC0AE165,Scripts\kin\lostelle.dat:38FD7D2FE803DCAB3769CA646979686A,Scripts\kin\martguy.dat:2502C2E72FC515650AEA9F4C7B0A8052,Scripts\kin\portlady.dat:0A80439AADD9333AAE91EDA4CB2F863D,Scripts\kin\berryforestitems\2000.dat:583F7A2AFB3A795576AB16FC49B5307A,Scripts\kin\berryforestitems\2001.dat:7D2422425E4C13FB0DDAB51A23A572DB,Scripts\kin\berryforestitems\2002.dat:AE4C58BF1D5F94A518BAF6ECEA24FDFC,Scripts\kin\berryforestitems\2003.dat:18D1B4EA4CF2D6A20CCD2C61A80EC74C,Scripts\kin\berryforestitems\2004.dat:F65E026052D1B5B28C03938A1301004C,Scripts\kin\berryforestitems\2006.dat:EF51BE6EB2B1FA4E4E645A7EE884CC70,Scripts\kin\berryforestitems\2007.dat:863A33347892F6344E89E6A471C5469A,Scripts\kin\berryforestitems\2008.dat:B8C50BBE0C736E171B1B31702F9DAE66,Scripts\kin\berryforestitems\2015.dat:0A87094BB19573D1DFAE9041DA16F57D,Scripts\kin\berryforestitems\2016.dat:A6175A8E921B7FCDC3398D196D92CF9F,Scripts\kin\berryforestitems\2017.dat:45E7CF04123501B1CABCC939B5F31035,Scripts\kin\berryforestitems\2018.dat:AC10A01FE793245AE3A42EF41CA53047,Scripts\kin\berryforestitems\2019.dat:52BA795A9F2D7F49BA3E9D5E94319AD5,Scripts\kin\berryforestitems\main.dat:A300A1B3B2A07051A7B8794350EDC735,Scripts\knot\dockguy.dat:3174C94AAEC4F29E3FF4A509295EE0CD,Scripts\knot\HM08get.dat:74D18150CE40BF308BC557E7D3B157FF,Scripts\knot\spaheal.dat:6E38E277F1A8F2F0B040653E96E55924,Scripts\knot\treasureislanditems\110-1.dat:B1A5CE4D53D33AA4553B02639B8AFFF9,Scripts\knot\treasureislanditems\110-2.dat:7FE57C41AA9022CD398A1F13A415CA10,Scripts\knot\treasureislanditems\111.dat:7AB075F766A1AC71164600D8A43E9457,Scripts\knot\treasureislanditems\131-1.dat:3579A85E67DA824C1A7A276D28ABB684,Scripts\knot\treasureislanditems\131-2.dat:686D82D3F5B3362F49484540A99910C1,Scripts\knot\treasureislanditems\132.dat:AC8C9C45476075051FD833B67C3741CF,Scripts\knot\treasureislanditems\2-1.dat:988C2C34AB3D44ABEC1ECE3CAE71F3D1,Scripts\knot\treasureislanditems\2-2.dat:0B77AF9994AF7135EE8DC57E47B82780,Scripts\knot\treasureislanditems\main.dat:5EF7E4ABD5124272904CCC37D97C6892,Scripts\kolben\aaron.dat:E76BE54000837375225B6C2C3F39133D,Scripts\kolben\BSOD.dat:4199BA89AA80A98AB4505AB4E954F660,Scripts\kolben\BSODPorygon.dat:5E510F02D38E6CB7453119575E6E798A,Scripts\kolben\daniel.dat:1E51834DADCAE2FE8A8972B4A7B43098,Scripts\kolben\darkfire.dat:AADD848CBBF454144A3B1B15D388D6F3,Scripts\kolben\daziman.dat:08200C0B415E394CD13BDD6EE4F71A8D,Scripts\kolben\elevator.dat:EA0F633EC0FCF52D0C8356A3D721359E,Scripts\kolben\enethil.dat:D84EB5CB101A98A0E872809790CDBB3D,Scripts\kolben\fanta.dat:2068EC52D136D3EABBB8F03A89E94F6C,Scripts\kolben\jaybird.dat:296B78AF03B21797BFF7F0E793BC45C4,Scripts\kolben\killgore.dat:CA419BAD877EA09891D94D7F39BD2CF5,Scripts\kolben\malc.dat:10D507B506B4A75CA2FFB7472339AFDD,Scripts\kolben\mario.dat:2B0321487D83D3DC0A0916A3D23EFFAB,Scripts\kolben\nilllzz.dat:5AD479804A52B6F6880DD6C83F6DCE81,Scripts\kolben\nilllzzhide.dat:17AF2F91C69D48CC6561F3DB08D84490,Scripts\kolben\nilllzzunhide.dat:55063BE9506D7405B1AB3109168A0885,Scripts\kolben\randomscreen.dat:38554BD550BA6D73B299E6F4AA785B1B,Scripts\kolben\vendingmachine.dat:84127B26FA2D64A240CB5EB0528B0F20,Scripts\lakeofrage\1.dat:36434CDBD9CD9A88FD7962AF890A15CA,Scripts\lakeofrage\fishingguru.dat:442F836280F15C8F9E78E142FF2EDDD8,Scripts\lakeofrage\gyarados.dat:B3967BED3DD1CED72C049335F72B3CFA,Scripts\lakeofrage\hiddenpower.dat:1A79AE6FA78CB632E8D42D4228E66CEE,Scripts\lakeofrage\lance.dat:58E427E6FA927E90B1293DCE9217FD26,Scripts\lakeofrage\wesley.dat:E8FF328B3A5B672FA1A3A5B634EF9E49,Scripts\lakeofrage\wesley_map.dat:CC3919E563FA175A14F6B785BA9225E3,Scripts\lavender\director.dat:46767D349EDEF640B6F069A994DC4A26,Scripts\lavender\nidorino.dat:C0CEEADD3A6838FD0A29F03F2BFE49E9,Scripts\lavender\pidgey.dat:4066A1ACF4C9C817CAD2C7F69187675A,Scripts\lavender\psyduck.dat:BB5611A956060C2F3F50428A73615415,Scripts\league\enter.dat:7DBA16B6CC3B96C9AB602944FEC693F0,Scripts\league\entere4.dat:E200AF8314378D333F9E537292421AD4,Scripts\league\gatemap.dat:FC9809FA46F4A9F298FACBD9E47BE582,Scripts\league\halloffame.dat:1A559051A55F60361D84038464DDCB9F,Scripts\league\leaguegate.dat:56C5CE3E0217ED1CC6FF72730BDA0623,Scripts\league\leaguegatekeeper.dat:DEE394074F2C589897E8083717AFC98B,Scripts\league\teleport.dat:03DF61E36339DEACA2EEA7AE150CEA3B,Scripts\league\portraits\Blue.dat:5DB4189B18526EBFFFBA178EFF42D422,Scripts\league\portraits\Lance.dat:02B6A4DFD8EEA81C39E5D72F949B10C5,Scripts\league\portraits\Player.dat:3BEF559BE3186C616BDB4B124C17A17C,Scripts\league\portraits\portraits.dat:521F37C103EE17EC3B2B50F43047E6B8,Scripts\league\portraits\Red.dat:C36C7EDAB40F3148147329A26822D69E,Scripts\lighthouse\ampharos.dat:A7E1C5484666697FF49559DC2C0CF56E,Scripts\lighthouse\drop.dat:E91D807D31B54A81BB3FD8D2A8E7D91B,Scripts\lighthouse\lighthousetop.dat:D384D4A405DA9910D338D747721688B2,Scripts\mahogany\Candy.dat:BF0814FC88E0A9798E6A7C21AB586150,Scripts\mahogany\GymGuy.dat:D9C1DB13AACB161565545ADB98D4A13E,Scripts\mahogany\shop\1.dat:13C69B3695A29D37EA357FED3795E9A3,Scripts\mahogany\shop\findstairs.dat:60E09B8F952EB405B36EA4EC9B4629BB,Scripts\mahogany\shop\Shop.dat:0FCA9ED25720167E0A77BFF326FBAEA4,Scripts\mahogany\shop\Shop2.dat:40925E3664B09FFDA22DCC4B94889199,Scripts\marts\azalea.dat:C2F14641D5ED364F731DEA0F9A9A0D38,Scripts\marts\blackthorn.dat:02283137808EFDD471716291F0EEFB79,Scripts\marts\boon.dat:1A1A51D9CBAFD9AD3872D7B0FE19A4AF,Scripts\marts\celadon01.dat:413535E367538D949D40C6D345325A46,Scripts\marts\celadon02.dat:9EFE0242BBDDAEAF55B56F1B1FE97E1D,Scripts\marts\celadon03.dat:722F3F8D26678447FACD4E874C524A95,Scripts\marts\celadon04.dat:A4A3E593F7DC40530CDB6AFA9CBBAB33,Scripts\marts\celadon05.dat:ED94C5ABA71A8DF6DB16E89CB6522995,Scripts\marts\celadon06.dat:02E5B47DF9DF64B6429BCAA1EE6E194E,Scripts\marts\cherrygrove.dat:92B3609BA37D145653DB75AC0AEDD8A7,Scripts\marts\default.dat:A341EBC7F8BB1DC990706F3F6C288E89,Scripts\marts\ecruteak.dat:854902F3B735DAB58A8CBEFA96AA1ADF,Scripts\marts\goldenrod01.dat:7E4E4FC2CBA57EA91D91EED64F8C7A68,Scripts\marts\goldenrod02.dat:7E43A6DDAB9B2C57254FB3D75E63F36A,Scripts\marts\goldenrod03.dat:D6A3C1A6EE7F471E559CAA3CE9746953,Scripts\marts\goldenrod04.dat:ED94C5ABA71A8DF6DB16E89CB6522995,Scripts\marts\goldenrod05.dat:221027D93D6AADE2E2B41DA1F4C4D2EA,Scripts\marts\league.dat:672E745F7185B94588F6B0B8991C453D,Scripts\marts\olivine.dat:9110C6CAA31CA9F5CBF00D883AB6DA82,Scripts\marts\vendingmachine.dat:A45D154C58A1A2557D9911FFC10F78BF,Scripts\marts\vermilion.dat:2F49BECBD653160AF4EFA23C7C5F0645,Scripts\marts\violet.dat:972CA7234AE2F14DDAD3432FBD8EA781,Scripts\mtember\explosiontm.dat:6ACD3138658A90A6DEDA5F11605826B8,Scripts\mtember\volcanion.dat:BBA4E7B8993AEB6B2B6354E60BA4AFB1,Scripts\mtember\braille\abc.dat:06FCED7A71465BBF2E6C1F5925208790,Scripts\mtember\braille\comma.dat:D98DDB1B2F8719B24DB84EEB7E2D80F4,Scripts\mtember\braille\def.dat:5A774AB452E0651FC2C3CD918C0E088A,Scripts\mtember\braille\ghi.dat:9244C2131556BEFE6AD9E10ACA6A4AD6,Scripts\mtember\braille\jkl.dat:453AB4A30B304B3DC5C474812FDA57CD,Scripts\mtember\braille\message.dat:4B9E35F5106A5587C3CCF0AFC507D71B,Scripts\mtember\braille\mno.dat:99C7E6CD4AD58E4300A16FBBC9A68970,Scripts\mtember\braille\period.dat:8ED8116538EC0E27AC7288614010DCF4,Scripts\mtember\braille\pqrs.dat:5072D532FF7892A440D2A2A3F208066D,Scripts\mtember\braille\tuv.dat:B5022C5FE1549D82E5DE627FF18DB5A0,Scripts\mtember\braille\wxyz.dat:D97E9C2CEA7E34C72813D5638018D1D4,Scripts\mtmoon\dancing.dat:EA614B63CFBED95E9C6EEF185A6B018F,Scripts\mtmoon\enterclearing.dat:345474597F1D4AA86AF40F4585FCCFC6,Scripts\mtmoon\entshop.dat:A6C4AE1344C26735411C8081B4CC29E4,Scripts\mtmoon\rock.dat:061D796EA41328DF1B783C8D42F2DB61,Scripts\mtmoon\shop.dat:69C854BCD4AC707A048F9C53ECE8F266,Scripts\nationalpark\contest_prize.dat:3B5688EC94DE57E285BE2BAD93DB5DE3,Scripts\nationalpark\end_contest_menu.dat:CCB8FD18EF649DB1DFACA04597D60343,Scripts\nationalpark\end_contest_officer0.dat:4C6841952DD6DE128733B05D0DDE9811,Scripts\nationalpark\end_contest_officer1.dat:CB976A45C19DDA02B211C94EA04B45D8,Scripts\nationalpark\park_officer0.dat:17C25794600FEF86567369250654A120,Scripts\nationalpark\park_officer1.dat:FFFB5C86213F5FD9134D3ECDA99D8712,Scripts\nationalpark\persian.dat:A3924D7B15DCC25D806DB74F2D3C5AC6,Scripts\nationalpark\quick_claw.dat:6FDCCDD5574FAFFBF3CEF4201230406B,Scripts\nationalpark\sport_balls.dat:EE87C9C14DB8C2AE4A6193C394D39979,Scripts\nationalpark\unregister_NPCs.dat:63B919C483EECFB8A112D734677C236B,Scripts\nationalpark\youngster_wondering.dat:0832563C55D2EC664644925B8CB6F333,Scripts\olivine\butterfree.dat:D4DD982B08DCAEB25F21C6592CF67FAE,Scripts\olivine\dockhand.dat:3B872739FE95CDB449EFE8BBC25DABA7,Scripts\olivine\get_goodrod.dat:7FD47A6BEDC1930283AB008A32C554F5,Scripts\olivine\GymGuy.dat:752DB40B901EDBD230BA48D70C2E96D1,Scripts\olivine\Strength.dat:1EA6E891A25D74E7B125CE2490CE2C4B,Scripts\olivine\voltorb_trade.dat:C883618C73B039B77688488D7B6667EF,Scripts\pallet\daisy.dat:C4B38B904DDE28F40D72982E8C615386,Scripts\pallet\evaldist.dat:4D7DE737E4EC530CFF513C1E4114C67A,Scripts\pallet\evaljohtext.dat:86B4796E503342D94758C81B35A55F38,Scripts\pallet\evalnattext.dat:AA9CEF74F225647023D134D9C986EE09,Scripts\pallet\oak.dat:8B41D2D262613583BBA602FF5337D8CE,Scripts\pewter\fossilscientist.dat:D471F83333531568B3F5EC5A2BA0615F,Scripts\pewter\GymGuy.dat:FCDBB3F01F8599C2D84831D55F112D70,Scripts\pewter\haunter_trade.dat:AED1C656AB03606AA6FE4980E1E86F94,Scripts\pewter\jigglypuff.dat:743FC1A79875FB8CDFB8A0CA5CA5F221,Scripts\pewter\nidoran.dat:011DCEBCBA16F9CF2594B0E4348F3D39,Scripts\pewter\radioscientist.dat:5717EE38BABC51CFE652F04918D5A411,Scripts\pewter\wingman.dat:E00FC2C49FC0E1390D3EB06C3160CA0B,Scripts\phone\000.dat:F73DE989CA2010D7D05F595DFACF0199,Scripts\phone\001.dat:DA8F1FD3B2467B8AB4915CB485903AFE,Scripts\phone\003.dat:8E1E9BAA1DBA53BA87046105C986C0E3,Scripts\phone\004.dat:984FB9DB63E04653F397CE876350AAB5,Scripts\phone\005.dat:5BEF2EE62B8EC51E67230E04573BA53B,Scripts\phone\006.dat:E2DDE428A9DB519E6B2C84D4DCEDB19D,Scripts\phone\007.dat:E34E424AB84D3EEA0940CEFE381A922C,Scripts\phone\009.dat:C3C32A8D04005C0E28165818271CB549,Scripts\phone\010.dat:FFDF89A23A15A0BF8B4F8A219FEEB5D8,Scripts\phone\011.dat:641881207111A672A6652C0794291675,Scripts\phone\012.dat:3286F2A6F5E486811DDF122FB36F9872,Scripts\phone\013.dat:76856F7C3DC9162A7AE940D4BEC7A415,Scripts\phone\014.dat:1F7C224F1B9F8C66E6645ACEACE595DA,Scripts\phone\015.dat:38ACBF5366A7145568349B22A434602F,Scripts\phone\016.dat:E81BE014410E512474E4C4F0B3BBD44F,Scripts\phone\017.dat:61C6D8A5CABBA000E2DA6B947BCDF39A,Scripts\phone\018.dat:E1C286E82753FC8232F1B65C20218419,Scripts\phone\019.dat:285A43A344795E24F125BD6599DDE2C8,Scripts\phone\020.dat:4BCFB84FBCF648CCB39B6D1AB7F91BAF,Scripts\phone\021.dat:E54B0D7D7842B8306466045C825658D5,Scripts\phone\022.dat:3C3CC3B15932EC609672495780317325,Scripts\phone\023.dat:2F05AE6C5CA3FB5F53E6ABB03B746136,Scripts\phone\024.dat:4A15536CC13CD9A05A856653E5A78D3C,Scripts\phone\025.dat:F7B2DC1FAD4941930DBE94350232571C,Scripts\phone\026.dat:C43996572867145F7D83BF183CD2A38E,Scripts\phone\027.dat:CD35629437948396E1B294AEE7C82881,Scripts\phone\028.dat:DF43DEBC54C431326FDC9DC04AF197EB,Scripts\phone\029.dat:E1EB582C1DD77220D9F5AE876BE4BF38,Scripts\phone\030.dat:992EA3479DD6411AB2F165A614B1A932,Scripts\phone\031.dat:40CE3DA94BC34D76975497897C71A16B,Scripts\phone\032.dat:5061ACB7A73E30A39EA9F492EA9D705B,Scripts\phone\033.dat:7C07443FE7FC98C382C6E72E67F622DE,Scripts\phone\034.dat:2C8C0819D2C7B43088EF8519BA1A9E79,Scripts\phone\035.dat:DCBE83B659A34B09B5FFE6C382527B05,Scripts\phone\contacts.dat:109D611C967B49E70C79E12743688ACB,Scripts\powerplant\call.dat:24CDBFA028DCFC04EB7F9B1AE95D3921,Scripts\powerplant\cop1.dat:065804609847C78D6CD075D4A3B63530,Scripts\powerplant\cop2.dat:2168D9A7FE004979F90282BDB52338A0,Scripts\powerplant\leave.dat:B1A79119895F0B8D826523FC38A459D3,Scripts\powerplant\manager.dat:1E90100E39D5F306698A1BABF41EA7FB,Scripts\powerplant\scientist1.dat:22C21C766CC57BCC51AAA16F603BEDCA,Scripts\powerplant\scientist2.dat:9702181ADB1F567DE21F1248988EE925,Scripts\powerplant\scientist3.dat:D4473BE9A1961681919D56F41B0C6060,Scripts\powerplant\scientist4.dat:A9F751CCDD9011E19AB6F064A4F77432,Scripts\powerplant\zapdos.dat:218155FDC0BEEB843DB81B3C5915A690,Scripts\quest\dockguy.dat:A59D61CF3823ED6CE3DC72181A103C5A,Scripts\radiotower\jigglypuff.dat:9DEA5776616BEE29FCE8CDC3830636BB,Scripts\radiotower\lotto.dat:19AF61FDB4B40D33CAECF073A84432B4,Scripts\radiotower\meowth.dat:67084DD19A0A9C8F304EC40752B315DB,Scripts\radiotower\petrel_start.dat:A89A2AB177E5F3177ABD070AFC3B6E0B,Scripts\radiotower\radiocard_quiz.dat:F3512B72DE3FFDFAF69DFA2688FE7922,Scripts\radiotower\radioshutters.dat:44D580D6F205F643E781C33B888DC8B0,Scripts\radiotower\rocketinvasionmusic.dat:5B3B3674741F82321CFDB1103F11FAD1,Scripts\radiotower\rocketinvasionmusic3f.dat:C0ADDF8A4237F95B6AC476360AFAD629,Scripts\radiotower\rocketinvasionmusic5f.dat:804A659255A9ED3334ECD12A3E9B8626,Scripts\radiotower\welcome.dat:DCE7F2EDA6FF602615E4A0B4A085E8ED,Scripts\radiotower\people\1.dat:56EB8065E6EA10A095E3DC82ADBCA124,Scripts\radiotower\people\2.dat:C56A70427614F93E68917A648A8CD8DF,Scripts\radiotower\people\3.dat:8CAFB431BA8FFBB5D09B1CA15D4ABD5D,Scripts\radiotower\people\Buena.dat:27B5715D9CE44C5DFAB12986A876ED03,Scripts\radiotower\people\Guard.dat:1529F31D00E6E725BB08A13F7C2274A0,Scripts\radiotower\people\Mary.dat:BB0B3789550406B69AAB43625F954D0B,Scripts\radiotower\people\Tradepts.dat:B2D6475FA1F7F124B189F8E8D92BEF4B,Scripts\rival\rival_barktown.dat:40B089F81454C66289E726BE8BDD64C4,Scripts\rival\rival_mahogany.dat:585B0DA4FD5D3C5552FCBB6B64CDE2EB,Scripts\rival\rival_rocket_underground.dat:CC58D9208331183C836F3CA299431E2E,Scripts\rival\rival_sprouttower.dat:1C15D06BB8D12D5BF45F20BF1DCCDD45,Scripts\rival\rival_victoryroad.dat:372271A9A8E619F3904A9EA39BFC5858,Scripts\rival\rival_azalea\startscript.dat:C59191DC959EFB31B70047EC4FBE390D,Scripts\rival\rival_azalea\walk_script.dat:42A99151FAA048919F6116ED5B444C07,Scripts\rival\rival_cherrygrove\startscript.dat:4BE723B4D6704D7B30BEE6B7681699E1,Scripts\rival\rival_ecruteak\walk_script.dat:161E8B551F3998D326742004ECE0B6FD,Scripts\rival\rival_olivine\olivine0.dat:0109ECD67DAA81B0E0A097591BD15736,Scripts\rival\rival_olivine\olivine1.dat:056906B6C4D3773169F0E59AB1A902E6,Scripts\rocketbase\computer.dat:8CC3F92231095E9CB52A0BC92EE5A82F,Scripts\rocketbase\elec1.dat:F1DD0112D04C872A682972F5C5B2C696,Scripts\rocketbase\elec2.dat:853CFA0B60F2AFE6E4CF831BCBCA6436,Scripts\rocketbase\elec3.dat:85BA713E6DE6641684F6C5A08D3502B6,Scripts\rocketbase\electrodedefeat.dat:4C20C48D7E383C2A47676E0A6F2B826F,Scripts\rocketbase\gate1.dat:0F896C8D54C05B763E5824215139DB2D,Scripts\rocketbase\gate2.dat:8DE63AAF615D53360AC1433A579C1C0A,Scripts\rocketbase\gates.dat:5FFB52271EFC7048259A86BF4F263E6F,Scripts\rocketbase\generator.dat:6209A75AF5736C8F35AFC3EBA0B1C388,Scripts\rocketbase\generator_on.dat:15886216FA6513051272A1CA9E8F051D,Scripts\rocketbase\lanceheal.dat:29F6F7278265A1E9E41104A5BD46525B,Scripts\rocketbase\murkrow.dat:CA593D6D6AD16F137CC67FA71986C240,Scripts\rocketbase\passtel.dat:B48F6EFD69A855A26D78D7AF59344061,Scripts\rocketbase\pokemon.dat:3200D66807D7D16E6DBA8DA8103ABC70,Scripts\rocketbase\switch.dat:5246A4D765418B8742EC457BC9B17E2A,Scripts\rocketbase\trap1.dat:0B0B0804AA59AEAB3E6CA99E31E139E9,Scripts\rocketbase\trap2.dat:BC2CDCCEDF1B6C8272708003F04F4F34,Scripts\rocketbase\trap3.dat:5A2150C839D989E86F07BE81B558E940,Scripts\rocketbase\trap4.dat:5C604539BF836ED39E7102E3617E6B89,Scripts\rocketbase\trap5.dat:A7A3F63FA5494E237A32C48B7A84D6C6,Scripts\rocketbase\warp.dat:CE76E4CFCA43234C6E7F0D0288248C9B,Scripts\route12\rod.dat:9777C8CE6BA56E7F078D15499E3D51DC,Scripts\route14\chanseylady.dat:DF01D5F836024A5C3B4FF27D554C349F,Scripts\route2\nuggetman.dat:5D0F16D866CA8C3AA0CAC5A86DC3C1B5,Scripts\route25\grandpa.dat:20A65A86541066697DDD1BA80C3FA0F7,Scripts\route25\misty.dat:59A5E37E02D60056CF00763808C5E50F,Scripts\route26\daysibs.dat:0E14529BA46C81EA72D4DB8FC26B5501,Scripts\route26\heal.dat:1CF9FF340DC12226FFA2751EF9B7ACE9,Scripts\route27\oldlady.dat:7D4E72509D439FA97810F84239D44C82,Scripts\route27\welcome.dat:39ADED5953156315C8F58332C5A19B43,Scripts\route29\1.dat:89E06F6BBF25EB9933DD0D023F017721,Scripts\route29\tuscany.dat:35D82B2FE0D14ADA197FD572FC693F51,Scripts\route29\tuscany_map.dat:27451965577B1CC5192FDE30019400C9,Scripts\route30\apricorninstruction.dat:9D7904B92F323B6F6AF20B0CCF47D25A,Scripts\route30\elm_call.dat:96C0697C43D932E8B20238C7CCE49C42,Scripts\route30\johnmaynad.dat:9CE98C79C29FCC6FF0692C8907A2A9AD,Scripts\route30\mrpokemon.dat:8A146F5C385ED270904C1B26B1535EEE,Scripts\route30\mrpokemon_start.dat:0E19229C58C663A3D50165C95BF9C1FF,Scripts\route30\rattatabattle0.dat:26B68D6F91212D28764AEEF42537ECEE,Scripts\route31\sleepy_guy.dat:0C2C36B57356C518D54421890AFFE934,Scripts\route32\badgeCheck.dat:8932BE33A77ECE0F937620B9713E2D59,Scripts\route32\badgeCheckTalk.dat:0C002D322D1DC4A0DD915B93DD6F64D8,Scripts\route32\frieda.dat:8CEEB18B58D8D38AD32A870B70B7E584,Scripts\route32\frieda_map.dat:AABD3D562E2C2BC5CC02BB3C34CB4E98,Scripts\route32\get_oldrod.dat:B95885649AE1F777DE8FC46C68A1E449,Scripts\route32\RoarTM.dat:BCD2FBCBA0844CAADE3DF861AB015B42,Scripts\route32\slowpoketail.dat:C471E523C85CDAF7A0C22CBA53A0A95D,Scripts\route34\daycare_pokemon.dat:85F2EB74FFE35FAD52E5347994E1B0DB,Scripts\route34\gateTMgirl.dat:A1FBBDA303E39327F366D4A0CF2E57F0,Scripts\route34\gate_butterfree.dat:41425EDDE654DB995E6AE427AFA94654,Scripts\route34\daycare\leave_pokemon.dat:9C2EC6F55F1D84D97909A1C78DE17BBB,Scripts\route34\daycare\main.dat:E5AE61D14A8437034A30C16401957BE7,Scripts\route34\daycare\odd_egg.dat:2EED6A912EE42A5355091B68D568CB97,Scripts\route34\daycare\oldLady.dat:28F77ABE4412A036529B86F9BAD4E500,Scripts\route34\daycare\pokemon_0.dat:B4207E7ECE0241B6C0010438780C16EB,Scripts\route34\daycare\pokemon_1.dat:57531414EC938E6D301BD60B4EB90650,Scripts\route34\daycare\take_back.dat:7458BBC8FDA9B537F91C5943BC99DF93,Scripts\route34\daycare\take_egg.dat:7EA6959A1E7BC147C48555C24EC078FB,Scripts\route36\arthur.dat:CBBC085E50CC7171439A113966465A83,Scripts\route36\arthur_map.dat:35865085271D47B097B14135AE0C569B,Scripts\route36\rocksmash_event.dat:6F1B699734B6F99E9A9171BD873348B3,Scripts\route36\sudowoodo.dat:4F45DD61977C2ED99D08E7A5B7E190FE,Scripts\route36\sudowoodo_reaction.dat:3BD5EC5D98878F373AC4186D90C28AA9,Scripts\route37\sunny.dat:E51F7C1EBB9EB435C05F1672F34EA689,Scripts\route37\sunny_map.dat:EB0C7B1A7333A5C8479BE254B4A4EA3F,Scripts\route39\barn_kid1.dat:EECC9DCB3F0F3CBB80F10CF75C789F48,Scripts\route39\barn_kid2.dat:503B41801FBCC131CE8EDF8E7BD1337E,Scripts\route39\barn_lady.dat:E72B040FACDE1D209D2DFCDED67D042F,Scripts\route39\barn_man.dat:622B1B3E0DF47FE356FF7BF4556FB6A8,Scripts\route39\barn_miltank.dat:B34553C29DDA28EEF84244317881748E,Scripts\route39\miltank_field.dat:9FBA7BC205FA7FA3600BFC446CEF75F4,Scripts\route40\block_man.dat:8190A9D1E2043944C50BF21F560C1C82,Scripts\route40\monica.dat:035CDBF4769866CEC3F7B662F74116D7,Scripts\route40\monica_map.dat:4FA0621786EEB6400B23899D7611EAE7,Scripts\route43\GateKeeper.dat:F9AF980287D4F0D9130D10FF9920914B,Scripts\route43\toll.dat:04B2CE7BD9873F4109DFE503F6014D34,Scripts\route5\daycare_pokemon.dat:4B284185711072DEE3642F91256981BF,Scripts\route5\oldlady.dat:00D700C90ED4412C5B0B18B4CE3BB55C,Scripts\route5\daycare\leave_pokemon.dat:FEBD410E26F7A9BEFB7AA3D9529510BF,Scripts\route5\daycare\main.dat:29803BB9C9E76492CF8BF4886092BF4F,Scripts\route5\daycare\pokemon_0.dat:45418ECBBABD289DA39577C95118F042,Scripts\route5\daycare\pokemon_1.dat:974B159BE519D09B95D0016B56D993DE,Scripts\route5\daycare\take_back.dat:77D4467A88DF7AAAD4E8FE4E0485174F,Scripts\route5\daycare\take_egg.dat:DE1A51058BEBCE841E754516800390D3,Scripts\route6\cop.dat:B127D427229A7896F7EB47A0A6CB681B,Scripts\route6\grunt.dat:DE34E6011A348AE31436750FA5B1DAC3,Scripts\safarizone\butterfree.dat:267E5D462E890BB3DB42618791DA9E07,Scripts\safarizone\explanation1.dat:9CE2DA56230537CE3F214FE8BDC7CD33,Scripts\safarizone\explanation2.dat:A63F797A4A58A9423BDE1E1A348EDCFE,Scripts\safarizone\hitmonchan.dat:E5D36B79BB3FE76A131ADEBA7A080640,Scripts\safarizone\kangaskhan.dat:6C4B940437BE17FFCF742C85AD77BF62,Scripts\safarizone\market1.dat:EC267B84BE808692C48F10BD778404B2,Scripts\safarizone\market2.dat:87A4FA0B83DD1496410B718353C05310,Scripts\safarizone\market3.dat:2DBD575407848C031D8DDE5D3EACCF6F,Scripts\safarizone\market4.dat:4099E5043325D1CD98F7523CDCE8AD01,Scripts\safarizone\market5.dat:52C1880793D33085C95D556EF3776C0A,Scripts\safarizone\next.dat:860360C5715C82B497C48248ED2B71A5,Scripts\safarizone\nextarea.dat:1F88ECB9AA918E26220E36507DED2291,Scripts\safarizone\quit.dat:57E893887ADB5814807354E090235203,Scripts\safarizone\quitsafari.dat:1EC9E19CF5AB122CE9A97BF0BCE1AEA1,Scripts\safarizone\randomclouds.dat:759B106A2C2C8FFC9B3E9FE56C280E68,Scripts\safarizone\slowpoke.dat:6A74356A575F40DDFFF451465985F13D,Scripts\safarizone\start.dat:49FCB4D9873D2C4DC0872B29F9FB89A3,Scripts\saffron\blissey.dat:3606F22EB1C9D7E68EF1F3E1A2D4AA3A,Scripts\saffron\cop.dat:1F7399AFE26322CB7BDF6D2801FC6B5B,Scripts\saffron\copycat.dat:6E9B9A715B548379E465A4548F1910F9,Scripts\saffron\dodrio.dat:2E7041727B71AF2016271767EA7F1184,Scripts\saffron\elevator.dat:C397E2489841541EE9197CED64DC7F2E,Scripts\saffron\GymGuy.dat:2B8E153F6EE44A24F86CA7104E59211B,Scripts\saffron\psychic.dat:7367D6F9FCA602FB012F8327C0FE586A,Scripts\saffron\traingoldenrod.dat:512F04D7E6C788294F0748F308EF3D35,Scripts\saffron\trainman.dat:BA260129952903C7B93907747535DE37,Scripts\saffron\warp.dat:425AC7CD599711ACC11F06436BF59D86,Scripts\saffron\rotom\elevator.dat:E6167D610CF9B62F8674744D08770FF3,Scripts\saffron\rotom\entermotor.dat:954BB3C900EAFD29673BE4D72E86B8F0,Scripts\saffron\rotom\fan.dat:ABAC459AF5EF3D03AACF3F8521FAFC21,Scripts\saffron\rotom\frost.dat:5EA55E6AA4B8C979AFA8F00B0A8BAE66,Scripts\saffron\rotom\heat.dat:3AABF15C50B53275A8B72BC6012DE722,Scripts\saffron\rotom\main.dat:0AEA9E919358B95F5AC3A0BCD5851AA9,Scripts\saffron\rotom\managedevices.dat:9F8C364BB29C58D62D8B9159AEE0CDBF,Scripts\saffron\rotom\mow.dat:6A69B547F64081E6BD0390B224C31D8A,Scripts\saffron\rotom\recall.dat:8872679FE8A4ED77115E981BDD72B35D,Scripts\saffron\rotom\removeattacks.dat:BFE826CDECE7C12C7EF36CD6D87CE181,Scripts\saffron\rotom\wash.dat:AED4BFD4E8B5AFB42941AEB5AC21DFFA,Scripts\seafoam\articuno.dat:15EA0975DB9A5248879D038CAC1DD2B6,Scripts\seafoam\GymGuy.dat:32A7EBC1BFF146DB14E28485E518F85C,Scripts\ssaqua\bed.dat:16795761F98909EB2D0E1C13BDB8341E,Scripts\ssaqua\leave.dat:FC2A1B9496B2FA9C34F9B09627AD52A8,Scripts\ssaqua\mainmapscript.dat:FE88D253D6241849E0561046B519D4EE,Scripts\ssaqua\first trip\bed.dat:4BB7ADA6DE81612A8B580F1C6239BDFD,Scripts\ssaqua\first trip\block.dat:A2D31E9051110F269697A0B8619B1CBD,Scripts\ssaqua\first trip\blockingguy.dat:308988962E1674AE29B2A94677AFFA6C,Scripts\ssaqua\first trip\bump.dat:1E41E8886A86B87D96C9EB3F2A4308AC,Scripts\ssaqua\first trip\grandpa.dat:B86E393D60D2FB8B8E9104C9660A1287,Scripts\ssaqua\first trip\littlegirl.dat:0F3952B373765FB6C4EF2734BFD7078D,Scripts\test\level1.dat:7D9C9690CFD8441BF8C5C9DBB5648C42,Scripts\test\start.dat:A96E75CE0D67EE0ECD12AF634D28D702,Scripts\tintower\7-1.dat:C1A429E9C0E56675149A03E789347916,Scripts\tintower\7-2.dat:4C6B50E13E46C8EE8E4F48A30BA126D6,Scripts\tintower\7-3.dat:C68BB0313C1D474237E9A7572D6A627C,Scripts\tintower\7-4.dat:37963B9FE1FEE2C207ECC5406F310D13,Scripts\tintower\8-1.dat:5C0F370B32287EC765CE156F8489D6A5,Scripts\tintower\8-2.dat:24D57FA11AA4012BFDC9100C6F9E4147,Scripts\tintower\8-3.dat:C913F8F5195EF6F5BA3386CAC966C2F5,Scripts\tintower\8-4.dat:141B151AAFFFB37938DC7DC675E7F633,Scripts\tintower\8-5.dat:515040F1A38191360C933289961A6D0F,Scripts\tintower\8-6.dat:9ACE440492ECDFDB7000525F158FE90F,Scripts\tintower\9-1.dat:720472AB65583C70F54ADFF3E7E322A0,Scripts\tintower\9-2.dat:4DD2C960516CA4711BBBC96F9C12A786,Scripts\tintower\9-3.dat:3E1E947743EDE9284E6B7A67121F9EA1,Scripts\tintower\9-4.dat:971C4D37B956E7E31FE6E3EDE538BA7F,Scripts\tintower\9-5.dat:88766F4EDEC30A28BEE8141BE9E4FB0A,Scripts\tintower\9-6.dat:684B7F2C543D9FA594326F22334B6089,Scripts\tintower\hooh.dat:70865803AD523FA3C95DF05AF9F6CA8A,Scripts\tintower\ho_oh_appear.dat:EDC6008E338B2A951A0CD92E40A0F507,Scripts\tintower\sage.dat:EF7BDE30A77EC09C0DC684E7AC9C4C2D,Scripts\trainer\30001.trainer:46CCDDE36EA24DFF3F7BF4524E3AD8C1,Scripts\trainer\30002.trainer:081299B37EF4C5AC1C6B6EC40A20167F,Scripts\trainer\30003.trainer:B4E292AA576DFC4F0295E18A651680E6,Scripts\trainer\30004.trainer:BA8E1B226B8642BEFB906A4C397FED5B,Scripts\trainer\31001.trainer:056BF6B336238C8DBCBB5A27F8099905,Scripts\trainer\31002.trainer:016D6EA221D5F112A7998E43634E10F0,Scripts\trainer\reggie.trainer:0665A84E73C7CDE4861EEE932E0FE95C,Scripts\trainer\rival_0_fire.trainer:BAC213FBD34E38711A338B6C6973EBB5,Scripts\trainer\rival_0_grass.trainer:8155BFDE02D02DC9732943092311E27D,Scripts\trainer\rival_0_water.trainer:79E84F7673814FB9C01B1C3154CC7C25,Scripts\trainer\sprout001.trainer:8B23132999C7D55881247E90B3297439,Scripts\trainer\sprout002.trainer:D04DA7D23730047B7E499A732439A891,Scripts\trainer\sprout003.trainer:FFDEB288933F34A8A2C454784678DA68,Scripts\trainer\sprout004.trainer:5236E8557586A045D64EA2172F3D4F8D,Scripts\trainer\sprout005.trainer:6F45C75977DA885BB7C6F63992F04748,Scripts\trainer\sprout006.trainer:A4F9DBA9A1FB4C80AFD25BF635838452,Scripts\trainer\sproutelder.trainer:2AB0814B352A7B9CD0DB00E719370741,Scripts\trainer\test.trainer:E7C47E78B90751E5D93E230609C1B623,Scripts\trainer\violetgym001.trainer:3F17BD3F2AD7411EEA959711E88DE211,Scripts\trainer\violetgym002.trainer:94D6B933E05E0E7D4029149C4BB7B6CE,Scripts\trainer\violetgymleader.trainer:904148AEF17401E544D22C1D8935C554,Scripts\trainer\azalea_gym\001.dat:722FFE0C6CB89483B5DA1BFC173B225E,Scripts\trainer\azalea_gym\001.trainer:FF3F2FBFDA91E33F67F1CF0350C8CF29,Scripts\trainer\azalea_gym\002.dat:9A3FC93B7C91AAA68F875398D080EC7A,Scripts\trainer\azalea_gym\003.dat:2BB02DFCB5F659F0B2A6E3B413F9C81D,Scripts\trainer\azalea_gym\003.trainer:F803BC8F68B0A3C0808A49276156FD58,Scripts\trainer\azalea_gym\004.dat:A1DDACB34E3BD068650C898081C7D770,Scripts\trainer\azalea_gym\004.trainer:C6E71EAFDE30FD9DBE2CD0F0C9396F87,Scripts\trainer\azalea_gym\005.dat:F43CB2DED1420E3FDFC0B77FD2831896,Scripts\trainer\azalea_gym\005.trainer:127D22F08ECA1165784E34169CCA3986,Scripts\trainer\azalea_gym\leader.dat:BBDD54F38F1D17EFF8755AE6461AA385,Scripts\trainer\azalea_gym\leader.trainer:98D35F5730999BAE7CA1BDF755F0F788,Scripts\trainer\blackthorn_gym\001.dat:50BA4A43154A132A9D22D4A9F0B66E85,Scripts\trainer\blackthorn_gym\001.trainer:E4D9F58B7A3BE2AE2869B88CD14A2380,Scripts\trainer\blackthorn_gym\002.dat:DA6AD0AC6A3FBC86B157447E93F3D5CC,Scripts\trainer\blackthorn_gym\002.trainer:B75B784F1103FC0C18916788BF34F81E,Scripts\trainer\blackthorn_gym\003.dat:F48B9D5187E8D29E62B7112D45B85EFF,Scripts\trainer\blackthorn_gym\003.trainer:487A5A2296E1BD1570EF652A1AA39D41,Scripts\trainer\blackthorn_gym\004.dat:D5161A0AC6B776FE9EE103746CC8B88B,Scripts\trainer\blackthorn_gym\004.trainer:04785B2B8BF7511B73F1FC0ABB839FC5,Scripts\trainer\blackthorn_gym\005.dat:9CB3646A690746C3B8A8D0063437FA96,Scripts\trainer\blackthorn_gym\005.trainer:39305CC7A6B55755944452F6C105A082,Scripts\trainer\blackthorn_gym\leader.dat:9BA97D1B6E2AF942C0BF8C58226E140D,Scripts\trainer\blackthorn_gym\leader.trainer:74FDACD0B783A29C6FCC6205F4F48742,Scripts\trainer\celadon_gym\001.dat:7AD602735F3B00A88B17EFDD03483052,Scripts\trainer\celadon_gym\001.trainer:BC84D58FE070050DDC9E15CDF632B80F,Scripts\trainer\celadon_gym\002.dat:A81461BFDAFFF5BC7394BB2E5F3DD1AF,Scripts\trainer\celadon_gym\003.dat:440415D7B898EA66CDD58C790CBD51B3,Scripts\trainer\celadon_gym\003.trainer:3A1C2B85D02FAF3FCF7DB1AC0755199C,Scripts\trainer\celadon_gym\004.dat:335341B94C52F070A2AA0A98C6C3E4B3,Scripts\trainer\celadon_gym\004.trainer:0CD4243C1BA15C728AF863F5BD40FFBB,Scripts\trainer\celadon_gym\005.dat:4C12D48BEDD55B91F1ACFB05D4B12324,Scripts\trainer\celadon_gym\005.trainer:B09AB3AC9E1C88FF44867CA86A6B3A41,Scripts\trainer\celadon_gym\leader.dat:634D7AD393B70BFEDF8739F261C979C3,Scripts\trainer\celadon_gym\leader.trainer:CCED7D45488150D346C794321D572299,Scripts\trainer\ceruleancave\000.dat:A97E7218761C0C0D67522825D2672D49,Scripts\trainer\ceruleancave\000.trainer:A86413F409E5F98D9DB04E53ECB380C7,Scripts\trainer\ceruleancave\001.dat:0E26F6E8F555446CFCA55B8373EC5A21,Scripts\trainer\ceruleancave\001.trainer:EA6C446CBE296C320AA673D59C7086C8,Scripts\trainer\ceruleancave\002.dat:3E783480DEB87AF7BF00B4F0A8996E26,Scripts\trainer\ceruleancave\002.trainer:A973F5563ED5F2E5B7AD2344D1404C63,Scripts\trainer\ceruleancave\003.dat:C0C68F1939170A5E4181FA9A357BE907,Scripts\trainer\ceruleancave\003.trainer:9FD300EDDCD3C5B6A6D202BA370BA61F,Scripts\trainer\ceruleancave\004.dat:8C0F273C3FE1F7221BD9B329E038BC08,Scripts\trainer\ceruleancave\004.trainer:A71D1BB6B9F02E0E99168FCAE0B08D17,Scripts\trainer\ceruleancave\005.dat:AC459A5304A930A7CCDDD739A77CFA6E,Scripts\trainer\ceruleancave\005.trainer:2E12151053CC589AB64833217CD5933F,Scripts\trainer\ceruleancave\006.dat:16DD4AA732B9086BF6A0DE79ACE59015,Scripts\trainer\ceruleancave\006.trainer:1E725F7D8071EBA891773F5B0C279B12,Scripts\trainer\ceruleancave\007.dat:F274B63F93AC4A485712A0437AC3782D,Scripts\trainer\ceruleancave\007.trainer:B7E35B06F37FC830BAB6BD33B43C35A2,Scripts\trainer\ceruleancave\promew2.trainer:B294DA9D266510DE3B762A1C0BCADE94,Scripts\trainer\ceruleancave\Proton.trainer:FC42A8F37BFBFA7CE5C43AD834D14E40,Scripts\trainer\cerulean_gym\001.dat:DD7377F1C8C97EAAFDB2B47A32D50CF5,Scripts\trainer\cerulean_gym\001.trainer:8A2C981FB4BC3BF4EB49355C693447FE,Scripts\trainer\cerulean_gym\002.dat:A50914D1A256E301BBCC5A0351C21E17,Scripts\trainer\cerulean_gym\002.trainer:04E0DE1B1B286033C49C89F0D55B745A,Scripts\trainer\cerulean_gym\003.dat:D43CFAB10636454E57FF546EB10D73D9,Scripts\trainer\cerulean_gym\003.trainer:A5D95665EAE95C4DE0B5989FAC3CCD76,Scripts\trainer\cerulean_gym\leader.dat:A14666B1BA1437C80AC8C28169164BDC,Scripts\trainer\cerulean_gym\leader.trainer:3DEC7EAC45F158E69392055447DF895C,Scripts\trainer\chrono\grunts\001.trainer:7AAFA5767422DFADEAA73060541FF5EE,Scripts\trainer\chrono\grunts\002.trainer:DA8C53905F10763534778F6B6D83F6B5,Scripts\trainer\chrono\grunts\003.dat:50BE2BFAF250711EF3A9EC47500841E5,Scripts\trainer\chrono\grunts\003.trainer:0716F8D5D66840D82C4C0DB073EB11E0,Scripts\trainer\chrono\grunts\004.dat:ECD31ADCF6A61ABC5F293F892D02D720,Scripts\trainer\chrono\grunts\004.trainer:B8A65915F615D7A65353DB5EB7C8E397,Scripts\trainer\chrono\grunts\005.dat:246B87C9A1B648C8C9CEDFFE68965A0D,Scripts\trainer\chrono\grunts\005.trainer:F1E82321916721332B8A595863DD27AC,Scripts\trainer\chrono\grunts\006.dat:0C18749D0F9A28D3452C4B5D5AFACAAC,Scripts\trainer\chrono\grunts\006.trainer:EDE1381FAB5B4A28A6AAF74E707EC529,Scripts\trainer\chrono\grunts\007.dat:77EF633E9664C828050B3227714D0861,Scripts\trainer\chrono\grunts\007.trainer:C945213ECB326C5E5A85B6EF60630E4E,Scripts\trainer\chrono\grunts\008.dat:A23824CBA9307BE5E1E6DC519E61864A,Scripts\trainer\chrono\grunts\008.trainer:C69B727F11FD880B6E487C4FFCC9CDA6,Scripts\trainer\chrono\grunts\009.dat:3710DCDE635A3FF1CA27CE5AE4BA8D47,Scripts\trainer\chrono\grunts\009.trainer:215F13D23C5E14294948262C79FBE58D,Scripts\trainer\chrono\grunts\010.trainer:95AF5F55A0523156FDEFC59FAB53B1F9,Scripts\trainer\chrono\grunts\Proton.trainer:7299404B999EDF55B6E9ACF9EF7829D8,Scripts\trainer\cianwood\Eusine.trainer:2612780F49992CABAAD65D0B42C818D3,Scripts\trainer\cianwood_gym\001.dat:18D54A65C2A5FACE8C05B4DA9087DDEF,Scripts\trainer\cianwood_gym\001.trainer:46D9DADC668B1E1285314C22EB0B8CF3,Scripts\trainer\cianwood_gym\002.dat:E5CAB6C0FBA68D2A08694B9771B15132,Scripts\trainer\cianwood_gym\002.trainer:0131754AC55C38A327B1C14240E76F1D,Scripts\trainer\cianwood_gym\003.dat:62D41A6172C1B5DE2FF90506E42AE186,Scripts\trainer\cianwood_gym\003.trainer:83B48B4FC54E8B8554DB4BDC2CAF0CF0,Scripts\trainer\cianwood_gym\004.dat:A2FF967CF02EECDF4934DE1B81B60C5C,Scripts\trainer\cianwood_gym\004.trainer:50180858039A3383A9A010166ED5ED96,Scripts\trainer\cianwood_gym\leader.dat:4FB8316276AD0596BCB124954BBC7B14,Scripts\trainer\cianwood_gym\leader.trainer:ACCD101710BE8D03A1C8DBA9F8E18737,Scripts\trainer\cianwood_gym\000\1.dat:23B4D496E8F744ACB14570C0D2CB4DDE,Scripts\trainer\cianwood_gym\000\2.dat:83978FFFC412C8D2E96AF33C9D745DC4,Scripts\trainer\cinnabar_gym\001.dat:5A4A3C8F09AAAA3EE43131326ECCDB57,Scripts\trainer\cinnabar_gym\001.trainer:C7268C67EAF5EDEBD0E8309B7C82A96E,Scripts\trainer\cinnabar_gym\002.dat:7A2845C05D51A8A726112A89B3470834,Scripts\trainer\cinnabar_gym\002.trainer:FAA07C73AA6DBA4B0E42EF7A4D0902A0,Scripts\trainer\cinnabar_gym\003.dat:F12FE6972C400D438AD132934BF1E40F,Scripts\trainer\cinnabar_gym\003.trainer:8391A50FC5F64FB603218F148E4783BE,Scripts\trainer\cinnabar_gym\004.dat:01AAC00A92F66631FB0E1EEC9BDF86A9,Scripts\trainer\cinnabar_gym\004.trainer:05239DBFF6EE5392A62169C83F8D7789,Scripts\trainer\cinnabar_gym\005.dat:8707A8B059D16D06BA8216BD66772C62,Scripts\trainer\cinnabar_gym\005.trainer:691D7E8E71F5B96DFD93F7C20A31C3AC,Scripts\trainer\cinnabar_gym\006.dat:674E70F762E0F09D8B8B558A5C2859AA,Scripts\trainer\cinnabar_gym\006.trainer:71D38F3A3DE39A2F4D0CD9126D49A2AF,Scripts\trainer\cinnabar_gym\leader.dat:4821051CBE07843D8E0477A79049F888,Scripts\trainer\cinnabar_gym\leader.trainer:EBFF1F3F311090289848766AE3654EF7,Scripts\trainer\dragonsden\001.dat:66886834C0E4B8BE5C1EFE79D4339281,Scripts\trainer\dragonsden\001.trainer:DC62B549C5E7AE2B849FF18EE9CCD9E3,Scripts\trainer\dragonsden\002.dat:E3614BAC6829EAC464A97712A2E8A491,Scripts\trainer\dragonsden\002.trainer:AA3814EA2C8DFD3AEF49BA841ADF2DBE,Scripts\trainer\dragonsden\003.dat:D414421D77B660BC908E84F10ED81AA1,Scripts\trainer\dragonsden\003.trainer:5A453EB48D7E22BC07DA2BFD2D6BB5FA,Scripts\trainer\dungeon\robots\0.trainer:BAE889BE92D3F5782D2B4A313DECC170,Scripts\trainer\dungeon\robots\1.trainer:B02847C7959523D747A201D38972B809,Scripts\trainer\dungeon\robots\2.trainer:238742146563C7AF0B8583583445668C,Scripts\trainer\dungeon\robots\3.trainer:83E086D80CFE78D1DDF21C3AA246EB0A,Scripts\trainer\dungeon\robots\4.trainer:347A28D02F43AD7282FCF1C3700A6383,Scripts\trainer\ecruteak\001.dat:BE9D3DB7EF8811E3FFB035A39F6F21FB,Scripts\trainer\ecruteak\001.trainer:09CA5F1AEF2894EC8DD00CB332B85589,Scripts\trainer\ecruteak\002.dat:27B8230D9F70074ED7947732E3B07F05,Scripts\trainer\ecruteak\002.trainer:29C77D1EF8CA84EFEEA47841B32C5261,Scripts\trainer\ecruteak\003.dat:BF4424E10ABF94040133877C9F323E83,Scripts\trainer\ecruteak\003.trainer:C8B966E2E709A4716F730D0179741E43,Scripts\trainer\ecruteak\004.dat:06B71D67B85F2693916DAD2A37DA0753,Scripts\trainer\ecruteak\004.trainer:8C28B2C80830C333FC0B1FC0C7AFB6F4,Scripts\trainer\ecruteak\005.dat:3A2F5D8CA6649A3B862EA5F07700DFB6,Scripts\trainer\ecruteak\005.trainer:AEAE46288721467EAC9886F481905FF1,Scripts\trainer\ecruteak_gym\001.dat:F664EBB3A386E2DDE05B3E6DE6C5E294,Scripts\trainer\ecruteak_gym\001.trainer:12C659183E0F2AA2B93A4076C32CE6DF,Scripts\trainer\ecruteak_gym\002.dat:1A4700D89FD081F45E37AE78B1DB3CAC,Scripts\trainer\ecruteak_gym\002.trainer:51158A3EFEF1C8FF206DF2E30E8A364A,Scripts\trainer\ecruteak_gym\003.dat:F2227970B5BD47DD569670D6FE8AF6CB,Scripts\trainer\ecruteak_gym\003.trainer:80A1C5A3626880B43074062B49109D04,Scripts\trainer\ecruteak_gym\004.dat:5451B81224EA863B1FA6546D78FCFBE3,Scripts\trainer\ecruteak_gym\004.trainer:98E962E68D534483CE07CD526B8F75FF,Scripts\trainer\ecruteak_gym\leader.dat:F80F47C8D6304ED6A65D7D5690F7A6BE,Scripts\trainer\ecruteak_gym\Leader.trainer:8F009E87DA5276BAA69AE84F2655AAAF,Scripts\trainer\floe\grunt.trainer:2D2C97A5C50C4E9012DB46FCD611B979,Scripts\trainer\floe\lorelei1.trainer:EE3F5F628E3C87AE5C239C2A9EAF2D5B,Scripts\trainer\floe\lorelei2.trainer:F3233F68B36F2EE746359371EEEAD441,Scripts\trainer\frontier\battletower\0.trainer:1D8A663F6552515CE19CE1A2FD39E77F,Scripts\trainer\frontier\battletower\1.trainer:4795ECFB9F27A2F9223520712DB7128F,Scripts\trainer\frontier\battletower\10.trainer:BB674F1291496BBF7C76887E4F5BEA53,Scripts\trainer\frontier\battletower\100.trainer:DEA98D63D27558D062E0C99527DCA668,Scripts\trainer\frontier\battletower\101.trainer:EA39581FE0D654BEF7C919F4D7DBBF67,Scripts\trainer\frontier\battletower\102.trainer:1518B34EFC7C4E0216C43E25649E9EB4,Scripts\trainer\frontier\battletower\103.trainer:FF95A9569766DF1452C471FBAA5374D7,Scripts\trainer\frontier\battletower\104.trainer:3BBF7A4A8EC35E65A535F6D52AAAE677,Scripts\trainer\frontier\battletower\105.trainer:1A04BE858AFE07521F0A16AD49F5AC5B,Scripts\trainer\frontier\battletower\106.trainer:C0FFA1719ABB8812116958E28CDC70FD,Scripts\trainer\frontier\battletower\107.trainer:9D7220BC79CBBDBDF0206BE780009511,Scripts\trainer\frontier\battletower\108.trainer:1C532BE45D6D0F8F3C2828C74F8364FC,Scripts\trainer\frontier\battletower\109.trainer:B703D3593105E708218A70AD3E2F4648,Scripts\trainer\frontier\battletower\11.trainer:AF882973A69A3880C7C13F0EE2475AAD,Scripts\trainer\frontier\battletower\110.trainer:A3B7F132C53E70F17075DCF3073D15BB,Scripts\trainer\frontier\battletower\111.trainer:EC07751E183CD7881ABC7655D0F602E0,Scripts\trainer\frontier\battletower\112.trainer:340BEB31B5F3FB5262048B8951D017A2,Scripts\trainer\frontier\battletower\113.trainer:57B05DEF0B40E05CBFA981CF1755B1BE,Scripts\trainer\frontier\battletower\114.trainer:4D3C30F5614DEC2504D71F3FBDC52AC6,Scripts\trainer\frontier\battletower\115.trainer:ED3EC604AE718031F6E2E1876DB961AA,Scripts\trainer\frontier\battletower\116.trainer:C3CED8C012B6CAC3BD795F4816569B3C,Scripts\trainer\frontier\battletower\117.trainer:C0D03BFC3AF92BD4089B2E7C5D49A9A8,Scripts\trainer\frontier\battletower\118.trainer:D1A9D76F64D88C5CDF5E83BEEEDFDD81,Scripts\trainer\frontier\battletower\119.trainer:E7A28FC9098C34937E38B4EB8F6F3ADD,Scripts\trainer\frontier\battletower\12.trainer:DB7F25F0DEE5BF77B1E651D6DEDA785A,Scripts\trainer\frontier\battletower\120.trainer:3ED54EF3584C8706E300C97CBA46C92D,Scripts\trainer\frontier\battletower\121.trainer:976CE555E502439B9A307D432EBEB98A,Scripts\trainer\frontier\battletower\122.trainer:F46FB074C2F64EB08254B56313CD4A74,Scripts\trainer\frontier\battletower\123.trainer:0107D68C15E0B8E1D228AF83A517CDBD,Scripts\trainer\frontier\battletower\124.trainer:A6F365526B64D3DD75803D62646B9391,Scripts\trainer\frontier\battletower\125.trainer:69569BAD6D18F0250175CBA9136370FE,Scripts\trainer\frontier\battletower\126.trainer:276DAD1F85F6A2BFFCC7F633A395F3FF,Scripts\trainer\frontier\battletower\127.trainer:DD0FDAE204EB403EA8CE18687CDACB7F,Scripts\trainer\frontier\battletower\128.trainer:62D1CCB1CFC60398F9CCBD321770B974,Scripts\trainer\frontier\battletower\129.trainer:2B9670E9BFFC58188EC1162756FFA7A8,Scripts\trainer\frontier\battletower\13.trainer:9130D8A0AC7C3E36F0718588DA440244,Scripts\trainer\frontier\battletower\130.trainer:483261F2A3100661F286286155A743A9,Scripts\trainer\frontier\battletower\131.trainer:54B460E505D13065676BE7C642465E33,Scripts\trainer\frontier\battletower\132.trainer:806DA90830C5CB376074E5063BD02046,Scripts\trainer\frontier\battletower\133.trainer:43D68ADD70603E2423774C18AC862B26,Scripts\trainer\frontier\battletower\134.trainer:1E62F5E4F75EDFDD8FC215D9AB106E74,Scripts\trainer\frontier\battletower\135.trainer:B58E729FC6F7B43616856FA6A1615D91,Scripts\trainer\frontier\battletower\136.trainer:AB264607380C6F4407973E4EEDCB9C99,Scripts\trainer\frontier\battletower\137.trainer:CF1A80F450D50FC12AB1B5D495CB1832,Scripts\trainer\frontier\battletower\138.trainer:89B044D4707D404F0FBB3B7DC12D9757,Scripts\trainer\frontier\battletower\139.trainer:E68310B423F1748F5AF3E8402E8E8366,Scripts\trainer\frontier\battletower\14.trainer:A1B422714EB56723CB7952E1D8BF5081,Scripts\trainer\frontier\battletower\140.trainer:F6AD967BBCAEDEBE5FF404F17F5E78B2,Scripts\trainer\frontier\battletower\141.trainer:2ADA72EBC16049F2FCBC69A1F8038CBA,Scripts\trainer\frontier\battletower\142.trainer:37D2CBD27F1E37C91BC2E936243D9478,Scripts\trainer\frontier\battletower\143.trainer:0CDE861B85916A876811C4727EC8BE68,Scripts\trainer\frontier\battletower\144.trainer:B6D9F51002E6B97D933AE29638E66AFF,Scripts\trainer\frontier\battletower\145.trainer:38B59BD4738510A80FBC4009D86BAF4A,Scripts\trainer\frontier\battletower\146.trainer:EAFCAFB365767C653067CB66FBD5484B,Scripts\trainer\frontier\battletower\147.trainer:73385F5696A98BCD250644D05E2CE9A1,Scripts\trainer\frontier\battletower\148.trainer:95CDEF3ACFF36D96D58B89F9AA782F43,Scripts\trainer\frontier\battletower\149.trainer:F5EE7F8394DE7C903E072C00BDA2E297,Scripts\trainer\frontier\battletower\15.trainer:D6B8395B1B3A1D52CB31016B4372EB90,Scripts\trainer\frontier\battletower\150.trainer:A980C008DA761478F6105B39953EA44E,Scripts\trainer\frontier\battletower\151.trainer:4B361550726754A329CB12C55A544BDD,Scripts\trainer\frontier\battletower\152.trainer:D9AAF0EDBD5D95D0561ECDBCE5451A86,Scripts\trainer\frontier\battletower\153.trainer:42D4B452BFA732EB15A3E7647CF0A5C3,Scripts\trainer\frontier\battletower\154.trainer:52C0C00D803DED86BEC3D9965124F477,Scripts\trainer\frontier\battletower\155.trainer:B807F00FE04022C77125562B361E00C5,Scripts\trainer\frontier\battletower\156.trainer:3D3B40CD32B06A4C07CDC239CF421F09,Scripts\trainer\frontier\battletower\157.trainer:BED2EBA856F5585F6E8F014A346A8EDE,Scripts\trainer\frontier\battletower\158.trainer:360926A3C3FFBDFA0B324CF04187F783,Scripts\trainer\frontier\battletower\159.trainer:ABFE040F685C8E447699FF6CAD2343A7,Scripts\trainer\frontier\battletower\16.trainer:A587FB84E3022949B7BCA7C1B359CD29,Scripts\trainer\frontier\battletower\160.trainer:3805A1212B38C5A5D60D7D4CD9FFA362,Scripts\trainer\frontier\battletower\161.trainer:96D3D8B69004D24CA616894A7D860A99,Scripts\trainer\frontier\battletower\162.trainer:18AC039358A0D83EFBCE622A64047EE5,Scripts\trainer\frontier\battletower\163.trainer:EB15B980C44417323873BBAE40CD5EF6,Scripts\trainer\frontier\battletower\164.trainer:9E7635B76662B5D1756B4D1F46CF649B,Scripts\trainer\frontier\battletower\165.trainer:612498AFBF1F5DDEA6A4C37A6BBB8345,Scripts\trainer\frontier\battletower\166.trainer:373C13AFB0337EAA1A2C99977271C975,Scripts\trainer\frontier\battletower\167.trainer:4C347AD938ADBB7384B33970621A0F99,Scripts\trainer\frontier\battletower\168.trainer:2EE843C8CC02DD9E864B30219CE5A4CC,Scripts\trainer\frontier\battletower\169.trainer:61F076C80068888C867F8A49E6BB7FA7,Scripts\trainer\frontier\battletower\17.trainer:C2A88526769F2E32D8CA0DBBB9AD2910,Scripts\trainer\frontier\battletower\170.trainer:E97C14FCE61C9DBFFD261C0EE70D87E5,Scripts\trainer\frontier\battletower\171.trainer:485F56F0478E537AB4F0AAD6AC7CCA93,Scripts\trainer\frontier\battletower\172.trainer:81D6A48A99659D72E2C6C09B91F520D4,Scripts\trainer\frontier\battletower\173.trainer:A6F556E6BC3A14CB84CAD8E6C3967123,Scripts\trainer\frontier\battletower\174.trainer:0F60259BEF253F743562398D2D685AA9,Scripts\trainer\frontier\battletower\175.trainer:81AE48524DFA971071C46B931319E017,Scripts\trainer\frontier\battletower\176.trainer:AF8BFD8C8B47C24CBD018D514A367BE9,Scripts\trainer\frontier\battletower\177.trainer:D39502AA73A2C6D83BF825E9F5B3F00C,Scripts\trainer\frontier\battletower\178.trainer:5FE59E32368FCC12620159D911F5D795,Scripts\trainer\frontier\battletower\179.trainer:033985C5FB3558DB3D94179837724948,Scripts\trainer\frontier\battletower\18.trainer:E8CD8C9E50FDF7E115B5F70D8D7B4DE5,Scripts\trainer\frontier\battletower\180.trainer:57581E07C36D248F464A2DFAEACEFE48,Scripts\trainer\frontier\battletower\181.trainer:5E2B7C18455A755671E300AD1BD57EFC,Scripts\trainer\frontier\battletower\182.trainer:9EBCFEA9D3231BD207504E01A3E5CA27,Scripts\trainer\frontier\battletower\183.trainer:DF101006CEE0B636F92B6E9DF00B5D70,Scripts\trainer\frontier\battletower\184.trainer:4B972628454C4750959302F671E41AAA,Scripts\trainer\frontier\battletower\185.trainer:EE7EFB1122363A004E6BA91C8D1EE754,Scripts\trainer\frontier\battletower\186.trainer:1F5724685ADB8A210B8CE0F1F8B07119,Scripts\trainer\frontier\battletower\187.trainer:D773E8EBCDD74166CFE39A12AC464507,Scripts\trainer\frontier\battletower\188.trainer:8794191912E23E8CA0C9C56CC8BAD542,Scripts\trainer\frontier\battletower\189.trainer:4378223DD5C149AA4551D83704021ECD,Scripts\trainer\frontier\battletower\19.trainer:32F3D80A6E6DCB21E02ED36EA65F8010,Scripts\trainer\frontier\battletower\190.trainer:09FF1D8861547C4E3CFF6EFBDA8E0AA7,Scripts\trainer\frontier\battletower\191.trainer:CD975B63A523E4A76635B9FD96C9EF17,Scripts\trainer\frontier\battletower\192.trainer:8192CEF8CFBFFA0226043917097F88BF,Scripts\trainer\frontier\battletower\193.trainer:7A8D754C94EFBA354F09D96AF0D4407A,Scripts\trainer\frontier\battletower\194.trainer:04086527613DCF6DEA7767EDA642E104,Scripts\trainer\frontier\battletower\195.trainer:F82752AA2986ED38F7E5F44119F18D66,Scripts\trainer\frontier\battletower\196.trainer:02FE7B7BA33900A536F262A545977B1D,Scripts\trainer\frontier\battletower\197.trainer:95AEA02D16C88120328B694349FBA24A,Scripts\trainer\frontier\battletower\198.trainer:A3239C78240FBF0F650262C54EFD6166,Scripts\trainer\frontier\battletower\199.trainer:90265CF770BB2DB3A86F15ACC6AD7A0E,Scripts\trainer\frontier\battletower\2.trainer:416085537446C9B1009AB7E6BB5E49F6,Scripts\trainer\frontier\battletower\20.trainer:69F886A3CC9140F0332B313925D6D1E5,Scripts\trainer\frontier\battletower\200.trainer:B348255B5AA4332CAA53AE645241E886,Scripts\trainer\frontier\battletower\201.trainer:79C1BED941D9E21FC4AB99FA3CE3DDC9,Scripts\trainer\frontier\battletower\202.trainer:82D849217EFCE1A13C45D9F554FDBAA7,Scripts\trainer\frontier\battletower\203.trainer:794FBBE9C0AF385042FE52D5AAF02B99,Scripts\trainer\frontier\battletower\204.trainer:967BC3F386B1F7F2C20D3AC8556EA93D,Scripts\trainer\frontier\battletower\205.trainer:C64605B81B5A2E0AA11B3571B0CC3E41,Scripts\trainer\frontier\battletower\206.trainer:51F787960FE673014882058BACE45A94,Scripts\trainer\frontier\battletower\207.trainer:80959499534442ED4097220E51C9095E,Scripts\trainer\frontier\battletower\208.trainer:FFC2DFBFA21C6F15E783A35D99555479,Scripts\trainer\frontier\battletower\209.trainer:C702EDFA9C6CA7336834D5E1ED1EDC60,Scripts\trainer\frontier\battletower\21.trainer:1225F79716B4D95A00A7C5BF2A8B48D3,Scripts\trainer\frontier\battletower\210.trainer:20A8CD924E0DC5EA4BC9507689316E31,Scripts\trainer\frontier\battletower\211.trainer:52ECB81367DCD3785B126FDC0497BF4E,Scripts\trainer\frontier\battletower\212.trainer:CE082364613FA504E98C8E7FA6A36531,Scripts\trainer\frontier\battletower\213.trainer:C8522F9F0A8A595F2EB140E637155273,Scripts\trainer\frontier\battletower\214.trainer:08F8428CD302177A8EAAA058A06B9362,Scripts\trainer\frontier\battletower\215.trainer:3381275D566802199C4ABE855E488C05,Scripts\trainer\frontier\battletower\216.trainer:23728FC2320B387DDFC4E3FAAB4E69A9,Scripts\trainer\frontier\battletower\217.trainer:FEBA68865B1B963D6D9B6533E12CEE60,Scripts\trainer\frontier\battletower\218.trainer:2506C6DFF09B5D70D8C9E894FC377C1E,Scripts\trainer\frontier\battletower\219.trainer:287912C65D09490DBCC7AFB13DA13CD5,Scripts\trainer\frontier\battletower\22.trainer:9A1985634F9CD259FE5CAFCF0885184C,Scripts\trainer\frontier\battletower\220.trainer:951D28EC437C9D3A7E03BFA1EF107D84,Scripts\trainer\frontier\battletower\221.trainer:4D8FBC833095D744B0A067B61D2A6584,Scripts\trainer\frontier\battletower\222.trainer:3A22BC1EB48CBC8B1F725827F08A08EA,Scripts\trainer\frontier\battletower\223.trainer:CCF3F676711FB6E86BC5C620B5F892E3,Scripts\trainer\frontier\battletower\224.trainer:275D7D74A33E2D12D58A2E1FEC1171D5,Scripts\trainer\frontier\battletower\225.trainer:DFD53CCAE72C2BD314130F082D9AB8AB,Scripts\trainer\frontier\battletower\226.trainer:BB02E05B5CD557181BADD8D9277262FD,Scripts\trainer\frontier\battletower\227.trainer:FF1385A8117B24BCDDA8F34CAE9BA4AD,Scripts\trainer\frontier\battletower\228.trainer:8C2EEEA43FE9B57C2DE7A90FC0CF6DFB,Scripts\trainer\frontier\battletower\229.trainer:3DA68389063D0034533F1DDDF611CF60,Scripts\trainer\frontier\battletower\23.trainer:EBCD9B0141DBB89600BC7FF19D9EDCDC,Scripts\trainer\frontier\battletower\230.trainer:A6CA25FF254672C01652AB5DD713FADF,Scripts\trainer\frontier\battletower\231.trainer:263661C7F43364FDB405CC151D40F468,Scripts\trainer\frontier\battletower\232.trainer:7D61B6DB7D9742494973645666FA1CEB,Scripts\trainer\frontier\battletower\233.trainer:1BB35E80D09F02397591402FC8D20F54,Scripts\trainer\frontier\battletower\234.trainer:30A41A7245BECB0B272D3AC321F832A0,Scripts\trainer\frontier\battletower\235.trainer:20A87AB2786AA109DC0C12EDF1477959,Scripts\trainer\frontier\battletower\236.trainer:C7207A3E197C684C84CE27273776B55E,Scripts\trainer\frontier\battletower\237.trainer:B1FFDAC91A6CE4618BFB5E8AFB8522BC,Scripts\trainer\frontier\battletower\238.trainer:78CA6B930B770FD628C00628F818EA96,Scripts\trainer\frontier\battletower\239.trainer:72FE01BF6D9E3B8FE8C99C00588B2C87,Scripts\trainer\frontier\battletower\24.trainer:62641AE0C4CC8B00C0F781B7C490F2EB,Scripts\trainer\frontier\battletower\240.trainer:AEAC7F0337A4E0D9B5DA1DBA76AAA96A,Scripts\trainer\frontier\battletower\241.trainer:9E7E7BA807876006A357977E4CCF8A9D,Scripts\trainer\frontier\battletower\242.trainer:E5BA761AD965D67DAF39DE18455A9D14,Scripts\trainer\frontier\battletower\243.trainer:A6F5CB838E2A725A228FBB505039CF1B,Scripts\trainer\frontier\battletower\244.trainer:BABB52FBD351941B7D7AA49F1CC05375,Scripts\trainer\frontier\battletower\245.trainer:EA99C1DF1DFC04BC78C293530B602B6C,Scripts\trainer\frontier\battletower\246.trainer:6B872C684939B6E38500AB3D962F6592,Scripts\trainer\frontier\battletower\247.trainer:C9FEC05CEF254E33BBE8FE8D49829299,Scripts\trainer\frontier\battletower\248.trainer:7A99133D754BC1E4FA2CEF548C0C877D,Scripts\trainer\frontier\battletower\249.trainer:EC94209B84F788FE3C90A2850EDA3FD4,Scripts\trainer\frontier\battletower\25.trainer:DA0298D8BA9DBF657EF1050D7F185D68,Scripts\trainer\frontier\battletower\250.trainer:51702B3FA48009F5316EBDF60E05553F,Scripts\trainer\frontier\battletower\251.trainer:52B30EBB2D4124E598CE4271D393A98A,Scripts\trainer\frontier\battletower\252.trainer:3CEE9DE3C9729FF3220BDB4DE6C52CCF,Scripts\trainer\frontier\battletower\253.trainer:A05F52EABB3AA7D9738A8EC936812EE1,Scripts\trainer\frontier\battletower\254.trainer:AC1CA32706360185E8AD75C6A906A904,Scripts\trainer\frontier\battletower\255.trainer:0D4896C691B4C6F320B3143EB667F51A,Scripts\trainer\frontier\battletower\256.trainer:A270E237783D19453C7863C3492ADE60,Scripts\trainer\frontier\battletower\257.trainer:1BBD005E9B927316C4AA259CD0E42C99,Scripts\trainer\frontier\battletower\258.trainer:29A7D9E70B90B592642151A946879685,Scripts\trainer\frontier\battletower\259.trainer:FAAFC68D7AEE7520F80FA0E40029044F,Scripts\trainer\frontier\battletower\26.trainer:C7BEADD5A1650C21C4495682583B51F4,Scripts\trainer\frontier\battletower\260.trainer:020EFA930BA85D42D0CDDA79C0FAEC21,Scripts\trainer\frontier\battletower\261.trainer:F70228D34AE04D5FF0A233E25159F6AD,Scripts\trainer\frontier\battletower\262.trainer:8BF7ED3270E42C0EA6EAF019ADED9A6A,Scripts\trainer\frontier\battletower\263.trainer:5C822CFBCFBB4A573874E0EE83EB6A31,Scripts\trainer\frontier\battletower\264.trainer:32D74B6870C92051C37D6B1202CE19DC,Scripts\trainer\frontier\battletower\265.trainer:14AD7797A3C26CDFE1D28AF8C1B448A8,Scripts\trainer\frontier\battletower\266.trainer:2680A132C524E2A3AA06B98621BC9814,Scripts\trainer\frontier\battletower\267.trainer:EF8F91BA12436238F61CE3F2773CC259,Scripts\trainer\frontier\battletower\268.trainer:094EA3B046FB256BCE7CBB2B9190B4E3,Scripts\trainer\frontier\battletower\269.trainer:9FF7442AF32BAEB453FCD7EF87BACBDA,Scripts\trainer\frontier\battletower\27.trainer:65409880C43C11041114AE6F38DFDA9C,Scripts\trainer\frontier\battletower\270.trainer:9BADD7A176BFB95C59EE362A2AA6E0EC,Scripts\trainer\frontier\battletower\271.trainer:3A48B9EA2ABCE10892513B50DB45AFB2,Scripts\trainer\frontier\battletower\272.trainer:D288C8FD4255F5171BD8228637BB795A,Scripts\trainer\frontier\battletower\273.trainer:582006069AED33B24C73B06716E2D7DA,Scripts\trainer\frontier\battletower\274.trainer:527169E6CBB20A607BB7BF3A5D600525,Scripts\trainer\frontier\battletower\275.trainer:F54732D2A7E17F5165932FCF6960D14C,Scripts\trainer\frontier\battletower\276.trainer:05DDF2212E4ABE6C11CD9F614AD3FB88,Scripts\trainer\frontier\battletower\277.trainer:B228E8862DA269CA95ED6BBE890F932D,Scripts\trainer\frontier\battletower\278.trainer:D4D76B8478833322C3EE202B60E3D36D,Scripts\trainer\frontier\battletower\279.trainer:EE6940CB10E7DBE76C3EA7140698214E,Scripts\trainer\frontier\battletower\28.trainer:4A5B5D249345FF65ABC295A8C55702B8,Scripts\trainer\frontier\battletower\280.trainer:313B2475F8E4D52714CD47FC04351661,Scripts\trainer\frontier\battletower\281.trainer:1ACF68A966A296EB5209F4E344B2B0CC,Scripts\trainer\frontier\battletower\282.trainer:97074BCAFE313EFB962043588BBE2688,Scripts\trainer\frontier\battletower\283.trainer:22AD410E89401DF688213BA3729FDB97,Scripts\trainer\frontier\battletower\284.trainer:81564C18279C7E2B65D45AE0FB3AEE1D,Scripts\trainer\frontier\battletower\285.trainer:ACADA1859F03A762B1A3DDD94EFA4AA1,Scripts\trainer\frontier\battletower\286.trainer:5C29FE881748F87527C0734576EFDFA0,Scripts\trainer\frontier\battletower\287.trainer:AF998416673463C462021F1981309419,Scripts\trainer\frontier\battletower\288.trainer:970C8B3166C646C8E2E9FFAE1A717968,Scripts\trainer\frontier\battletower\289.trainer:DFC64F6E587B8B8256C287A7AF3105B2,Scripts\trainer\frontier\battletower\29.trainer:7858439A82CCA1C056B0F9C7F22C6AF6,Scripts\trainer\frontier\battletower\290.trainer:CD6E32BD7DA1215EAD147F246BD60ED1,Scripts\trainer\frontier\battletower\291.trainer:FC2EF9FA200CBEBEC1AD92453EDA3A75,Scripts\trainer\frontier\battletower\292.trainer:6912430574D19FB3C7BCEDCFEB130AAB,Scripts\trainer\frontier\battletower\293.trainer:5C95E366D2F5BB5131306BB191E3404A,Scripts\trainer\frontier\battletower\294.trainer:AF0CAC2B61881E1EADF409A99FAD7B50,Scripts\trainer\frontier\battletower\295.trainer:B6C84814180E1EBBE9EB0C27249D4ABE,Scripts\trainer\frontier\battletower\296.trainer:646B400F36D0172E73487F4497D9EC02,Scripts\trainer\frontier\battletower\297.trainer:2ED7AD12A5DFB0974D493F344451EADC,Scripts\trainer\frontier\battletower\298.trainer:11AB191BA38FB09F8D1090339E5CCFEC,Scripts\trainer\frontier\battletower\299.trainer:7B12727CF42FFA2861D1F1AB595DEA8A,Scripts\trainer\frontier\battletower\3.trainer:444A3F12E1F42EF983525BE86C444340,Scripts\trainer\frontier\battletower\30.trainer:FD7FFC31957005ED982D00F290919B0F,Scripts\trainer\frontier\battletower\300.trainer:0F7A7CA60739DE4C68E61AB194507823,Scripts\trainer\frontier\battletower\301.trainer:A2005E9D49290FF321098BE229186C10,Scripts\trainer\frontier\battletower\302.trainer:32224C74A5DC7675B5770E55A80883EB,Scripts\trainer\frontier\battletower\303.trainer:B7A7A48335C55768121936893D67C4BA,Scripts\trainer\frontier\battletower\304.trainer:735EDFBCF27605CF9BC5AF1F8047BB8A,Scripts\trainer\frontier\battletower\305.trainer:BEEAF0A682F9A12A588449982F38093C,Scripts\trainer\frontier\battletower\306.trainer:D7D2AC6FF11503BACC1AE21567406D17,Scripts\trainer\frontier\battletower\307.trainer:2A3C911B4152FDB48BB6D693447A57CD,Scripts\trainer\frontier\battletower\31.trainer:FD7FFC31957005ED982D00F290919B0F,Scripts\trainer\frontier\battletower\32.trainer:5C7498E88F045E7234DFC334B08FB5CF,Scripts\trainer\frontier\battletower\33.trainer:95B4898FAD703FC7AE93EF43DE7B0C4F,Scripts\trainer\frontier\battletower\34.trainer:D2F161013DF56255E247ACF7BD5FAEB4,Scripts\trainer\frontier\battletower\35.trainer:901EE8F69E51559D37A0578EF27F6737,Scripts\trainer\frontier\battletower\36.trainer:0F09EF226623F30889DA7BB953A95218,Scripts\trainer\frontier\battletower\37.trainer:78E1BC6D55B89CEE64F4A344EC92785D,Scripts\trainer\frontier\battletower\38.trainer:7F67ECA388692E64D332FFB1064D628B,Scripts\trainer\frontier\battletower\39.trainer:CE77F864DEC7DE2E0C3F011D46E2CE65,Scripts\trainer\frontier\battletower\4.trainer:0753EC13200239CDE19923E7C6AC64E2,Scripts\trainer\frontier\battletower\40.trainer:748D26DB1D8A23589B118164EB46A4DF,Scripts\trainer\frontier\battletower\41.trainer:0180CAA345E1D9F67DBDB85F17548ECA,Scripts\trainer\frontier\battletower\42.trainer:23DD697DA9F47544B84724AC248FCDA1,Scripts\trainer\frontier\battletower\43.trainer:71BE88CD5A1FF8B002723483FF8F5C3A,Scripts\trainer\frontier\battletower\44.trainer:09E0AB2DEA0DD75AE5B1E7659BEB0E9E,Scripts\trainer\frontier\battletower\45.trainer:73149048A32E59B4C36576AD7C9C2EE8,Scripts\trainer\frontier\battletower\46.trainer:D0D5797D97A5D6367178BD96C100303A,Scripts\trainer\frontier\battletower\47.trainer:F591273E23AD0C4C45A83ED656C7C5A9,Scripts\trainer\frontier\battletower\48.trainer:315F8A06F966B9E029ECB83855287E4A,Scripts\trainer\frontier\battletower\49.trainer:43CA1AEAA7EA62CE2619AC2FC668DB5C,Scripts\trainer\frontier\battletower\5.trainer:0B33C2787306D078F7F03EBBC1FB26BA,Scripts\trainer\frontier\battletower\50.trainer:7A77461DF21D550CDFB163E720745AC4,Scripts\trainer\frontier\battletower\51.trainer:E4E9D68D6715D2D7D528679F480904C8,Scripts\trainer\frontier\battletower\52.trainer:66445F62118C4ECB26011F280CC51D3D,Scripts\trainer\frontier\battletower\53.trainer:C4B48AB3321753721246DF7FAE5FA7EA,Scripts\trainer\frontier\battletower\54.trainer:F479CC1AC35FC47DDFBFC37551D65356,Scripts\trainer\frontier\battletower\55.trainer:11FE254A5AF496EDB1EC41D228CCE6EA,Scripts\trainer\frontier\battletower\56.trainer:FB2D8EF8D80F4C4973143C2723C46214,Scripts\trainer\frontier\battletower\57.trainer:C63BEE67DA8C8F23C88A109D1E32671A,Scripts\trainer\frontier\battletower\58.trainer:27EF2FA6FAAB9AF9B889AF6776AE15AE,Scripts\trainer\frontier\battletower\59.trainer:D5AC7A6F47CF7F8C9DED0A7C991C81A3,Scripts\trainer\frontier\battletower\6.trainer:93BCD2D5C9D7729C5AEB19B243F6D854,Scripts\trainer\frontier\battletower\60.trainer:ADF7203DBD882E60E69F3AE39F8D0F80,Scripts\trainer\frontier\battletower\61.trainer:FA378773451D5BDD576740B0AC4F0F19,Scripts\trainer\frontier\battletower\62.trainer:630F2D109C2938D45BD2D1476FCBAE2A,Scripts\trainer\frontier\battletower\63.trainer:3F3860F0E897C416FE7C5BCD116AC751,Scripts\trainer\frontier\battletower\64.trainer:8F590D6C62E1A005788CB0976347BC50,Scripts\trainer\frontier\battletower\65.trainer:C9A3C73F22EB574D37078F8A62A9F6EC,Scripts\trainer\frontier\battletower\66.trainer:46D0AB0FEE8D1BC7C1713313C8FEDAC2,Scripts\trainer\frontier\battletower\67.trainer:0231FC1A51F9BEC0D31B98176E782400,Scripts\trainer\frontier\battletower\68.trainer:EFBB6E64CB411998E5A576F5D0426A7D,Scripts\trainer\frontier\battletower\69.trainer:64CC1EEC02A8A0B20CADA3F5F9DD2ECC,Scripts\trainer\frontier\battletower\7.trainer:41A38EDFE83DEE2540DC6D8191EC6FAF,Scripts\trainer\frontier\battletower\70.trainer:8FC604EB4A1DFCD33D41BFFB6CF52D20,Scripts\trainer\frontier\battletower\71.trainer:8102E1580A04BAEC40904209A3E7E13E,Scripts\trainer\frontier\battletower\72.trainer:6C471CA87027E185133A44FC425930DA,Scripts\trainer\frontier\battletower\73.trainer:20E7F0C09A3165E1006AAABB94D1B204,Scripts\trainer\frontier\battletower\74.trainer:972112D9989D2B671FAD370F520E1275,Scripts\trainer\frontier\battletower\75.trainer:385ADDF020978D773006DA6AC42A2124,Scripts\trainer\frontier\battletower\76.trainer:19C8F3B3AE9C04C6BB1E5266F63929E1,Scripts\trainer\frontier\battletower\77.trainer:8EF0B8CD9B789C7E8DF672FDAEFA876E,Scripts\trainer\frontier\battletower\78.trainer:8C1AD6117072D5429B8DD5707B3FA894,Scripts\trainer\frontier\battletower\79.trainer:B02D733180AC1C704E1280832913C3A1,Scripts\trainer\frontier\battletower\8.trainer:170B0C507ACE065CD26764C16E12512D,Scripts\trainer\frontier\battletower\80.trainer:597855DDDE8AAAE8D0FB5385C4B214A9,Scripts\trainer\frontier\battletower\81.trainer:5AAD352C7250857E70510E58AEB944A1,Scripts\trainer\frontier\battletower\82.trainer:7B6A7658055808D2D3898CB7DF5C2EB1,Scripts\trainer\frontier\battletower\83.trainer:0D91A5845141542E4C425AE5C7B57269,Scripts\trainer\frontier\battletower\84.trainer:4923563B7865B532D4C624EE29EC0D36,Scripts\trainer\frontier\battletower\85.trainer:47168DDE9C11E21639890AF3BA386661,Scripts\trainer\frontier\battletower\86.trainer:A943B3C6E29085245D0C8C55A7449785,Scripts\trainer\frontier\battletower\87.trainer:96CAA4266F0B15C287F131E525AB3626,Scripts\trainer\frontier\battletower\88.trainer:12E42B252DBC01AC25F7EF45BC4369A8,Scripts\trainer\frontier\battletower\89.trainer:5B3B13FEF049E4693E99EED995C3F4DD,Scripts\trainer\frontier\battletower\9.trainer:EB9F77BA1CF16CE8194562F095AC4F3C,Scripts\trainer\frontier\battletower\90.trainer:E905F54F532702EF6AFBD12773179C3D,Scripts\trainer\frontier\battletower\91.trainer:292BC2BFAEA079B06F106FA3434D5702,Scripts\trainer\frontier\battletower\92.trainer:D8F79CF9922262DB3F7160537DA9AE44,Scripts\trainer\frontier\battletower\93.trainer:84E6199E87FDAF53A865B5B5932D39A7,Scripts\trainer\frontier\battletower\94.trainer:4C4504A29ED32F4BD1A517D5D81ADF20,Scripts\trainer\frontier\battletower\95.trainer:439FAC0B41D845338425B41223DA196F,Scripts\trainer\frontier\battletower\96.trainer:30290DFB1F0B253F204CD6B602F5EDEB,Scripts\trainer\frontier\battletower\97.trainer:9701F6AD627D0448C7E929559A1A1B91,Scripts\trainer\frontier\battletower\98.trainer:6F74929351AFF494B80343629D012B5C,Scripts\trainer\frontier\battletower\99.trainer:8E148CC5B6A40A7BBF31AE460B6B3BF9,Scripts\trainer\frontier\battletower\draco.trainer:3ABAB697FF8B88FB81554BCCAF0B27C4,Scripts\trainer\frontier\battletower\nilllzz.trainer:0114D673E699AE97DC1D8C96FD95CBE6,Scripts\trainer\frontier\battletower\template.trainer:A2883535AA50D86DF91AFC12A7DF59D0,Scripts\trainer\fuchsia_gym\001.dat:C612D6217C9CA069DCBAC229E852C833,Scripts\trainer\fuchsia_gym\001.trainer:7BB68224F93D400C3BDA6DF42F61D795,Scripts\trainer\fuchsia_gym\002.dat:FBA3F9598F677198766DFC2AD2072C85,Scripts\trainer\fuchsia_gym\002.trainer:E54AD77AB7CEDF0F89C6BF76C34738FE,Scripts\trainer\fuchsia_gym\003.dat:FFB5D82F39C60B725C944B7D7A38CEF7,Scripts\trainer\fuchsia_gym\003.trainer:1294307CA9533C8DDEA7F7183EFBB9AC,Scripts\trainer\fuchsia_gym\004.dat:FC196405EA05EB505822D9BB170E76BD,Scripts\trainer\fuchsia_gym\004.trainer:B209EF6CA5ECD83E3A4446849F6BA939,Scripts\trainer\fuchsia_gym\leader.dat:438B59940366FB354D15B23E41D9EA86,Scripts\trainer\fuchsia_gym\leader.trainer:D5851213F9A3A3B45D4FCD3A58272E70,Scripts\trainer\goldenrod\001.dat:35BA479CAB98BF5EA3B77615F2FDC319,Scripts\trainer\goldenrod\001.trainer:0AC139AE7B641D18B50EEDF5AB030D9F,Scripts\trainer\goldenrod\002.dat:D11530B2C12123286E849C6B782DC3E9,Scripts\trainer\goldenrod\002.trainer:FB712EDE1076E92EC61DC938EA4EAB8A,Scripts\trainer\goldenrod\003.dat:D7C5772FE05B051554AD3169133E363C,Scripts\trainer\goldenrod\003.trainer:1B729E2F49959EF6DAABCA49AC7203B4,Scripts\trainer\goldenrod\004.dat:67DB7744275F9A655C84F24938AE16C6,Scripts\trainer\goldenrod\004.trainer:A4CFD9D346884EBE05EDC2CE55FDC71D,Scripts\trainer\goldenrod_gym\001.dat:0286CB049EA16B6926137CC8286BAE53,Scripts\trainer\goldenrod_gym\001.trainer:5908088D14D331D1F367C933EDD7EC61,Scripts\trainer\goldenrod_gym\002.dat:3FB70A1A7A3138888B94A9F0B4D2FA0E,Scripts\trainer\goldenrod_gym\002.trainer:07A181CB76D1F0EB0F2D6097A892FA62,Scripts\trainer\goldenrod_gym\003.dat:58CF3742349E8A8478262B3B76701DAD,Scripts\trainer\goldenrod_gym\003.trainer:BA5A122FE0647A173BC2650D327D5857,Scripts\trainer\goldenrod_gym\004.dat:DA7F9B83587DB33DB649BBBA88C9B704,Scripts\trainer\goldenrod_gym\004.trainer:5C6AF6ACA6F9747281C9DC7C5A5479A5,Scripts\trainer\goldenrod_gym\leader.dat:C91E73F5B783EC85F7A8F2D8363630E6,Scripts\trainer\goldenrod_gym\leader.trainer:DAA7B2669C7E4292024AF4FE59D6A63A,Scripts\trainer\kantounderground\GruntF.trainer:285C1B567B306992B5257C7E0FAAA2FC,Scripts\trainer\kantounderground\GruntM.trainer:F3C6E0E836D663BCC8A2C722344D51BE,Scripts\trainer\kantounderground\grunts.dat:2F21E7ED34DDB12060414C4E7F9FA7E8,Scripts\trainer\kin\bikers\001.trainer:61D85BA4E580F962EA9AAD456D1B55AD,Scripts\trainer\kin\bikers\002.trainer:7B8880E5797BD8C84EE8B175071ACDB0,Scripts\trainer\kin\bikers\003.trainer:102609BFABA9FB818D3E5E4F7859FF72,Scripts\trainer\kin\bikers\Boss.trainer:2F2AEB27551C54123C621FBA87911262,Scripts\trainer\kin\bridge\001.dat:EC2B47E47AC23838A914E1D3591CAA16,Scripts\trainer\kin\bridge\001.trainer:03D888E6539521A810510132E938E050,Scripts\trainer\kin\bridge\002.dat:4B55C804295C9A49347B995036D5A1FE,Scripts\trainer\kin\bridge\002.trainer:1C979FFA51D77B88E017B375116214C7,Scripts\trainer\kin\bridge\003.dat:C7DE2D36EC59080260731A2E8A7E968A,Scripts\trainer\kin\bridge\003.trainer:ABD855472CAD41F261CD229D6767D6FE,Scripts\trainer\kin\bridge\004.dat:FC817F2698A1B89991AE4CDA9D6B2508,Scripts\trainer\kin\bridge\004.trainer:9A3D9C74C0066F3A3418C1B906BD5BB6,Scripts\trainer\kin\bridge\005.dat:7CF79E8A2737C9572653EA15E84BED4E,Scripts\trainer\kin\bridge\005.trainer:96C4E0D34A4D68EC87DDB43A04FA0A07,Scripts\trainer\kin\bridge\006.dat:DC26AFA3C50DA020AEB23D597C08F882,Scripts\trainer\kin\bridge\006.trainer:2DAE4AFFEF4CB9F1E776939B4C69DDAE,Scripts\trainer\kin\bridge\007.dat:AE9E68E7642F7E7BEC02F6495FB56DDC,Scripts\trainer\kin\bridge\007.trainer:46D25644BCD11A501515AF300FBBAF35,Scripts\trainer\kindle\001.dat:99BDE919A6449D3C9535FD781C428A94,Scripts\trainer\kindle\001.trainer:2008F2C2B7EB9C50AF4D701228745C77,Scripts\trainer\kindle\002.dat:727DC4ADE7AB935C16CDBA03071BCD07,Scripts\trainer\kindle\002.trainer:B5B1700F4F30600ED8E1A241C094A617,Scripts\trainer\kindle\003.dat:A791456DB5F40A28299E5CEBA66FC058,Scripts\trainer\kindle\003.trainer:20AA395D792AA5027F1CF80B5C8EE11A,Scripts\trainer\kindle\004.dat:658A97A98DD4030B570A019AE4C8F600,Scripts\trainer\kindle\004.trainer:F016222715F5C13D19405D0512875DA7,Scripts\trainer\kindle\005.dat:9266517C1C36257CEFF45FFDDCD7BABA,Scripts\trainer\kindle\005.trainer:F553C0E6F538BC034E44CBAB5C381F2D,Scripts\trainer\kindle\006.dat:DDA02105A57DB1013B2C130774D84F47,Scripts\trainer\kindle\006.trainer:A582A9CDF56D20B1BDB1510A891775D6,Scripts\trainer\kindle\007.dat:944175A95B5A9A5641F4B514DD1C7F4A,Scripts\trainer\kindle\007.trainer:F7C9B42E5B942795CF5D66DA9E607E10,Scripts\trainer\kindle\008.dat:E4C1AD4DFFE59D0A6365E0C2CEB4FFBF,Scripts\trainer\kindle\008.trainer:584068A268542C66F354E85DCA4C8A33,Scripts\trainer\kindle\009.dat:8C5F3768E16DEEE5E0291A4B4BBA7067,Scripts\trainer\kindle\009.trainer:D601ED69A14929A752AA5D53E007025C,Scripts\trainer\kindle\010.dat:0833D3507ED3C8B2F3EAB57EB19A5BA7,Scripts\trainer\kindle\010.trainer:D8FAA2371DA3339EB701DEC40BD42213,Scripts\trainer\kindle\011.dat:A74530005D832DA00EE5CAD1D62E6F7E,Scripts\trainer\kindle\011.trainer:07491F7D29BDF5BD593669BAE87EF64E,Scripts\trainer\kindle\012.dat:663BA4FADF5094B5B0BF7F7F58192B05,Scripts\trainer\kindle\012.trainer:4582D0726CE1007257EFAC982A95ADAA,Scripts\trainer\kindle\013.dat:9E8170BB2248E35881C790CE157AA593,Scripts\trainer\kindle\013.trainer:AC79B0ED366B0F4DC7DBB2C064EA568B,Scripts\trainer\kolben\darkfire0.trainer:98C3BF7625AD179BD971AD9ED1AB3415,Scripts\trainer\kolben\Enethil.trainer:CCBDCD1BA836B3F03842CD042DAAA8CE,Scripts\trainer\kolben\Enethil2.trainer:370160C19763F8DB65F21AA6BE88E48B,Scripts\trainer\kolben\Jaybird.trainer:3E1148587AD9EE30525D2E6D77500481,Scripts\trainer\kolben\Jaybird2.trainer:9F900F55F914ADDF5BFEDB608651965C,Scripts\trainer\kolben\Malc.trainer:02D3B99E3AE170EE3184C9BB102A6249,Scripts\trainer\kolben\nilllzz.trainer:1D8E32E78DD7C7156AD138C98419777F,Scripts\trainer\kolben\darkfire1\0.trainer:0F9E12C297FCE805E7BEA46DC5687DC1,Scripts\trainer\kolben\darkfire1\1.trainer:5EF82ABDE6A50976ECB1D582FEE76B47,Scripts\trainer\kolben\darkfire1\2.trainer:FA09EBBB6260D95DDDA0E9B127F32FFA,Scripts\trainer\kolben\darkfire1\3.trainer:42B8799549DE3CEFCA117B395D37FD65,Scripts\trainer\kolben\darkfire1\4.trainer:DAA4E90905E424F68D23F9E9865B57B7,Scripts\trainer\kolben\darkfire1\5.trainer:AFAA47C009E045C6375837C4A70E8EC9,Scripts\trainer\kolben\darkfire1\6.trainer:ABCF8466690D4CF9B3FF82A2C494C0E7,Scripts\trainer\kolben\darkfire2\0.trainer:3B22D21ECA065BD8250A1BEFF6509757,Scripts\trainer\kolben\darkfire2\1.trainer:57C6606FD4AC256EF80A3B1669E43375,Scripts\trainer\kolben\darkfire2\2.trainer:35C818C6D9FAB7E27E413E25634171E4,Scripts\trainer\kolben\darkfire2\3.trainer:38F3C8FB7453F1D705156C40044E424D,Scripts\trainer\kolben\darkfire2\4.trainer:ED8C5CF543C6EAA1AE76E195733F894F,Scripts\trainer\kolben\darkfire2\5.trainer:6D644713CDE75768B7B73F1ACABBEE3F,Scripts\trainer\kolben\darkfire2\6.trainer:ABCF8466690D4CF9B3FF82A2C494C0E7,Scripts\trainer\lakeofrage\001.dat:0335AEAD01A421D70073D21FFAC90635,Scripts\trainer\lakeofrage\001.trainer:5A27F926D1915BB887078E7A1DF026CC,Scripts\trainer\lakeofrage\002.dat:24F2B662A892BF1569EA65F7DFA186FC,Scripts\trainer\lakeofrage\002.trainer:D1367B5DF705AD7F986F11A5EE8E4D7A,Scripts\trainer\lakeofrage\003.dat:06F2301CB193BFFF0A38C5B84EB9D2A7,Scripts\trainer\lakeofrage\003.trainer:CCDE8DD0AD276E869B187F7D1267B0B6,Scripts\trainer\league\bruno.trainer:250E9BFF6C695D798B05CDD454E1A7F5,Scripts\trainer\league\e4.dat:A1A19144F9A42F7888133000FAA2AADC,Scripts\trainer\league\karen.trainer:AB115471F9EF2318977D6E45BB4E28AB,Scripts\trainer\league\koga.trainer:9534FCE5B005FC675D55FD7A6CA8B343,Scripts\trainer\league\lance.dat:CB1A4184F728959AF3D47DB4ACA0BA56,Scripts\trainer\league\lance.trainer:AF3ADD9A90B55613656BC710D211B168,Scripts\trainer\league\will.trainer:529E2820B1BC0F3F5C56F11AE37B54F9,Scripts\trainer\Lighthouse\001.dat:3487B28D45BB82EDABC3710A84515718,Scripts\trainer\Lighthouse\001.trainer:9303754D3853CCA5E288DBD7D1610D49,Scripts\trainer\Lighthouse\001_1.trainer:494D2DC54C6ACD7AA0F0FA74F444B187,Scripts\trainer\Lighthouse\001_2.trainer:35B65474523E253410B9C4D5D949DFEA,Scripts\trainer\Lighthouse\002.dat:81CFC77D39F3203ACB784E7D2DB1E840,Scripts\trainer\Lighthouse\002.trainer:08249BFF47742EF4BC527BEA6C307771,Scripts\trainer\Lighthouse\002_1.trainer:D30B72992B431AB81EB7CE13E233BCD2,Scripts\trainer\Lighthouse\002_2.trainer:DD88C77F89DDDD04E2371EF209AFBDA8,Scripts\trainer\Lighthouse\003.dat:EDEDAE2FF7BFAB3DF7740591F73B3385,Scripts\trainer\Lighthouse\003.trainer:AAB3A77D818A6726A034923D521CB020,Scripts\trainer\Lighthouse\004.dat:BE518DA6A540E5E76988773A9F6D2E40,Scripts\trainer\Lighthouse\004.trainer:1CF18B958B47B8A774E18F138CCBF0F4,Scripts\trainer\Lighthouse\005.dat:E998C0C82E48BF52706BD3AAC007F7F8,Scripts\trainer\Lighthouse\005.trainer:35D9B1E4A9885A599B024EEC4383A86C,Scripts\trainer\Lighthouse\006.dat:C5A2DFA43C61F01A886D8ADF5C220BAF,Scripts\trainer\Lighthouse\006.trainer:42C4434EB3F8502CF28039F897C28C68,Scripts\trainer\Lighthouse\007.dat:6DDCD8C344908B22C4AEEF14749DB484,Scripts\trainer\Lighthouse\007.trainer:B256A9CDAB5816E91FFD3C2913A12346,Scripts\trainer\Lighthouse\008.dat:0AD7F1A58D20564BF223C0550B234E2D,Scripts\trainer\Lighthouse\008.trainer:2A74B72D056A2AC792C95CAD323EB01E,Scripts\trainer\Lighthouse\009.dat:BA7F39020D40D340F57AEC9390591630,Scripts\trainer\Lighthouse\009.trainer:0032C5FBF1A952DFC3B8389C56C52984,Scripts\trainer\mahogany_gym\001.dat:D07496A6D661DF7BB57897D5487926FF,Scripts\trainer\mahogany_gym\001.trainer:DFAE8B332E5AE7EA102586CD4FA14727,Scripts\trainer\mahogany_gym\002.dat:A8DF8E95EF76B11749E2B63C76A2750C,Scripts\trainer\mahogany_gym\002.trainer:B0875F96DE13A6BCC4495B545766EB34,Scripts\trainer\mahogany_gym\003.dat:2A7EC8ECC3519CB907B11272112B515E,Scripts\trainer\mahogany_gym\003.trainer:A4C23F985BF39023D19C6E29A06BE919,Scripts\trainer\mahogany_gym\004.dat:26C25F19CE51648D92A6D452A76BEE72,Scripts\trainer\mahogany_gym\004.trainer:A0C8FDA30F13D151D5CA5A6016D80E2E,Scripts\trainer\mahogany_gym\005.dat:2D62AF22FECF96F1EDA6E204B4D5FE96,Scripts\trainer\mahogany_gym\005.trainer:E7F5BA44189EAB4F23DB0720D290B268,Scripts\trainer\mahogany_gym\leader.dat:54F408F5C8D233AF50BBA40E5F750ABA,Scripts\trainer\mahogany_gym\leader.trainer:22881140925BBE128BB6386FCA6EA792,Scripts\trainer\mtember\001.dat:EE1754617B311010DC8EB0C69B3EB27D,Scripts\trainer\mtember\001.trainer:14146C3103504CFC6A0A4C30D2C66E90,Scripts\trainer\mtember\002.dat:D6301FE72E5CA2DBF07E0FFCBE5699D2,Scripts\trainer\mtember\002.trainer:E079232922074E01CE3FEB7D115380D2,Scripts\trainer\mtember\003.dat:4DC5F1E87E01D87A257CF76EF14A68F6,Scripts\trainer\mtember\003.trainer:7455FDE65E7FF9C99C7119A9033E60AA,Scripts\trainer\mtmortar\001.dat:F14EF69339DDBED6BF19420BED9BDE5F,Scripts\trainer\mtmortar\001.trainer:F40EECBBAFC829BFF5FAA37E1C576991,Scripts\trainer\mtmortar\002.dat:7BCD3D9DD79A9D1D6DC20E5A517F434A,Scripts\trainer\mtmortar\002.trainer:02BE12AB6BC098A69F3B8E963405D562,Scripts\trainer\mtmortar\003.dat:9B3A52BB8AF17A2EE0BCBE02F4B95659,Scripts\trainer\mtmortar\003.trainer:B59744BACFD216C032F143DE0B9E3FBA,Scripts\trainer\mtmortar\Kungfu.dat:642D1BDC5A3A96FA46BA7CE927ACD683,Scripts\trainer\mtmortar\Kungfu.trainer:22DA915C27E27EA795AF39D85AFBD611,Scripts\trainer\nationalpark\001.dat:695F0576FA052F3802B34294511BC325,Scripts\trainer\nationalpark\001.trainer:A5838E0062065E4893C844F2BF18B711,Scripts\trainer\nationalpark\001_1.trainer:35C3E339D0E5D41B855A5909D75F179C,Scripts\trainer\nationalpark\001_2.trainer:2A3ADF5BBD1C241FB28A932C540D86A3,Scripts\trainer\nationalpark\002.dat:37AE78078DE58765DCC4F5365EDC26D1,Scripts\trainer\nationalpark\002.trainer:D0414A38EF55136588D586CACE670476,Scripts\trainer\nationalpark\003.dat:083BC63B692201AE9352E9369ED9D143,Scripts\trainer\nationalpark\003.trainer:2392C3BF2FE0B3A9D396DCA2EAE77A15,Scripts\trainer\nationalpark\003_1.trainer:05E35538E7C8C93C5AD4A13A8521DEEE,Scripts\trainer\nationalpark\003_2.trainer:F35EB6553AC05E1A931E4CE17D3FE29A,Scripts\trainer\nationalpark\004.dat:806E4D41D4071C4B8CA4B6A8C6CD90BF,Scripts\trainer\nationalpark\004.trainer:D346111BC9ACBE590C514E2665BC774D,Scripts\trainer\nationalpark\004_1.trainer:B638EE35BBA36192F66FC5D3796F64EE,Scripts\trainer\nationalpark\004_2.trainer:B11D7BA16E20FC1995B80F04E534B23B,Scripts\trainer\olivine_gym\leader.dat:D50EDC31171046AB24CA7B6B491ABBBA,Scripts\trainer\olivine_gym\leader.trainer:B980AC7DF1019DD5BFED78102C1808AA,Scripts\trainer\pewter_gym\001.dat:9ABB80D58FED5EFBAB22695C756D176B,Scripts\trainer\pewter_gym\001.trainer:5AA2F76245A547ED49F9F639A1457141,Scripts\trainer\pewter_gym\leader.dat:67EB98D7292FA63406D7F983665186FA,Scripts\trainer\pewter_gym\leader.trainer:15E545F689C7A32864E05B571E66EB49,Scripts\trainer\radiotower\001.dat:52BE111C479FFCEE17B025E88B796FED,Scripts\trainer\radiotower\001.trainer:F1FE26935DA77C7E0E34D7E5B875D8FB,Scripts\trainer\radiotower\002.dat:63DB13FD40B4EF747DF8C748622CE3F5,Scripts\trainer\radiotower\002.trainer:1443AD63F8D62346E4EA08EED9413DB7,Scripts\trainer\radiotower\003.dat:E1C5BF53C0F73C4089BA168FF9EBD518,Scripts\trainer\radiotower\003.trainer:0BBDA3F018C73AF594ED17E952380820,Scripts\trainer\radiotower\004.dat:340C0DB1EF94F6E6C52D2C0F3A5A6640,Scripts\trainer\radiotower\004.trainer:AB068A830B1601641265846640B371A1,Scripts\trainer\radiotower\005.dat:C843D6887050847E7E66E5D90DEE0BE3,Scripts\trainer\radiotower\005.trainer:E7B52C7C1A484C6E1D180BA9ED662AA5,Scripts\trainer\radiotower\006.dat:99AD812D3014D90D1FBCC4F985272AE0,Scripts\trainer\radiotower\006.trainer:60E2C6677D2D48FCEE67A572AA1D27DF,Scripts\trainer\radiotower\007.dat:A3E543193E6253C6CDAC7071743766CB,Scripts\trainer\radiotower\007.trainer:2C7581C3BDC14EEA304DF369AB902213,Scripts\trainer\radiotower\008.dat:1264B7D4170C2024C6B18509E7A599A3,Scripts\trainer\radiotower\008.trainer:55CD0CFEDB35FED7735EF666A57EBA12,Scripts\trainer\radiotower\009.dat:FB18524C8751AD883197A206A9CB1EA8,Scripts\trainer\radiotower\009.trainer:D98C2E54364F50FD1A70BFE38EFCFFE8,Scripts\trainer\radiotower\010.dat:93C5F0D6A207E9B51085F5B053EE690D,Scripts\trainer\radiotower\010.trainer:712E76B7151D4AE41C239D9BB8300478,Scripts\trainer\radiotower\011.dat:C84D70AFD14216C26014147E597ABB7F,Scripts\trainer\radiotower\011.trainer:CD126CDE85B9DCA515687FFA16245118,Scripts\trainer\radiotower\012.dat:0CF932A37579B654134EAE9E515BAD2B,Scripts\trainer\radiotower\012.trainer:BA5FF5A236B44A63B7D79C31C279F783,Scripts\trainer\radiotower\Archer.dat:C1A3F29CF93F34CE1D33344AB7BCCC01,Scripts\trainer\radiotower\Archer.trainer:693B815FF912DA053EBCA1B46B649A76,Scripts\trainer\radiotower\Ariana.dat:241D3E255E93A461CB4FE93F243D6414,Scripts\trainer\radiotower\Ariana.trainer:CA1795FA827B3BC19BA33C48F057DA07,Scripts\trainer\radiotower\Petrel.dat:270B2525C33435C422F1087FBA7CFB47,Scripts\trainer\radiotower\Petrel.trainer:E8CBE278C1F55B1CA72DFB96A42D61E6,Scripts\trainer\radiotower\Proton.dat:7AFC85BAB4AF3D3BC1326079F75FE8BB,Scripts\trainer\radiotower\Proton.trainer:C470AC3D90A4CC933544EDC14A3F3B39,Scripts\trainer\rival\rival_1_fire.trainer:F98A1E46DF2F21F15A29717FFEC52093,Scripts\trainer\rival\rival_1_grass.trainer:809A1C69358FDD3D913612279B9F3271,Scripts\trainer\rival\rival_1_water.trainer:9F6D4117DEF521241EB02ABADF42CB1C,Scripts\trainer\rival\rival_2_fire.trainer:A59A23363CA7A5B86C25D7322601BCF5,Scripts\trainer\rival\rival_2_grass.trainer:B0886025863B66F9F3807B4E3B28222B,Scripts\trainer\rival\rival_2_water.trainer:209B38807DE8857FADC79452B2DA78F3,Scripts\trainer\rival\rival_3_fire.trainer:C7B5D708F705423E92D08DE4CD293F26,Scripts\trainer\rival\rival_3_grass.trainer:3A8A4022B44C419EBE249D937B96D9F3,Scripts\trainer\rival\rival_3_water.trainer:71C350D0CFF5C3FF9927BB2194DF783C,Scripts\trainer\rival\rival_4_fire.trainer:1ABF23F85860D56233B72D1ECE1217CF,Scripts\trainer\rival\rival_4_grass.trainer:69765D775CEC3D899CBB00A6F20F334A,Scripts\trainer\rival\rival_4_water.trainer:28F7B4097D46E45166F2C8B42260A819,Scripts\trainer\rocketbase\001.dat:6A5E4FBE0FFDC532244490B03ED2592C,Scripts\trainer\rocketbase\001.trainer:67ACCC363AEF6F9762C8E611F1AF9289,Scripts\trainer\rocketbase\002.dat:57ED382C0E116C3A2108D1C522F4FB82,Scripts\trainer\rocketbase\002.trainer:71002D9A998E804CFD5899E3C1C01627,Scripts\trainer\rocketbase\003.dat:7932E5465886C4B4B9D31AD995FE01B0,Scripts\trainer\rocketbase\003.trainer:64C0762EC2F2B7CCD91E59219B9E25BE,Scripts\trainer\rocketbase\004.dat:6F280193F303B6A5C2F51BE82B8EA087,Scripts\trainer\rocketbase\004.trainer:BEAC639C09251A6291DF6A0FBE6C90F9,Scripts\trainer\rocketbase\005.dat:FC11AC54FF93A47FAE4BC058641A5FDF,Scripts\trainer\rocketbase\005.trainer:433DA57AF7AF4563C8DED940CCDBC4D7,Scripts\trainer\rocketbase\006.dat:FBBD7AF3C9E2BC3D0200823138657AAB,Scripts\trainer\rocketbase\006.trainer:42D7F6C804D2E4CAFC6EFF2153FC04FA,Scripts\trainer\rocketbase\007.dat:63FC172086C54A263FAA5E073B7706AA,Scripts\trainer\rocketbase\007.trainer:930E7718CC4C2B714238A618C9F52E49,Scripts\trainer\rocketbase\008.dat:5449ED3CF1B4AC318526A44D9570F120,Scripts\trainer\rocketbase\008.trainer:4AF21FC22BE6305FDB0DEA69A7934932,Scripts\trainer\rocketbase\009.dat:8971358A8D7D1F814C5374BB1823BDFF,Scripts\trainer\rocketbase\009.trainer:4B845342506489878DB21B539B828094,Scripts\trainer\rocketbase\Ariana.dat:761A3BC70F0DD59C0E123592500B69FC,Scripts\trainer\rocketbase\Ariana.trainer:57A257284A351296CEF8550D502132D0,Scripts\trainer\rocketbase\Petrel.dat:DD8EFE5577B93028C275631AD5467CE2,Scripts\trainer\rocketbase\Petrel.trainer:4C4AD440E1921B5785E2C918D458162B,Scripts\trainer\rocketbase\t1.trainer:715F29B7CC989E7064B2F8F49DB1300A,Scripts\trainer\rocketbase\t2.trainer:FFFE463F219912BE9CAE2B623E0CF39F,Scripts\trainer\route1\001.dat:1A3C9D4D594E411AF17E1F99414FB947,Scripts\trainer\route1\001.trainer:ECDFC69CC27399C22D4EAB07AE876F4B,Scripts\trainer\route1\002.dat:54F26CB3CC85649BB41AD57EDFB5E60F,Scripts\trainer\route1\002.trainer:79BBFAB375744450B446C46E2C60581E,Scripts\trainer\route10\001.dat:4D5484E6DCACAF08982002C0AFA66442,Scripts\trainer\route10\001.trainer:80C9E1394DF9FE89948899218CDCD6EB,Scripts\trainer\route10\002.dat:42695BE3842E68885C5C3ABF3513E48E,Scripts\trainer\route10\002.trainer:3B39C906DA0C1551C2E6D5521DAFDFA5,Scripts\trainer\route11\001.dat:D5307E90C7157BA7C310034A97A0A2DC,Scripts\trainer\route11\001.trainer:9D56F0FB4FF664B0F28B09C17D015F7C,Scripts\trainer\route11\002.dat:0DDB3D839E6CBDABA0D1AB208D8DA2D6,Scripts\trainer\route11\002.trainer:987CE2C0589A3824B0FA7C2B7B180100,Scripts\trainer\route11\003.dat:C764F550625EF1FBD91FF3305BF81348,Scripts\trainer\route11\003.trainer:CE77944CC56C6C5400804E3770E5B774,Scripts\trainer\route11\004.dat:ACD102AEF7F61568F5FE39D7D30BE873,Scripts\trainer\route11\004.trainer:B76B439A75B7977234425C5348F60618,Scripts\trainer\route12\001.dat:36648A8301E79A93F4E8F5BD29D4ACE7,Scripts\trainer\route12\001.trainer:8ED6ACD7EB9D3F6CCB359C067ED9633A,Scripts\trainer\route12\002.dat:9DF289A881D21923730A29246951B1B3,Scripts\trainer\route12\002.trainer:BC8B7DA5A1D94B8AE5D0D736D3D07628,Scripts\trainer\route12\003.dat:3AE4E47F0A0ACA649653D7A1744C963F,Scripts\trainer\route12\003.trainer:CF0419B59606F0B418B4ED1A2E1F8962,Scripts\trainer\route12\004.dat:5A007A190CBD9EECF987CF1993CCA0E5,Scripts\trainer\route12\004.trainer:BE226FA9A07C7477CF25D7998D4355D5,Scripts\trainer\route13\001.dat:C19364971DFE44CF960D24EB72F605E7,Scripts\trainer\route13\001.trainer:254AD261333A267FA03B6D489E798CEE,Scripts\trainer\route13\002.dat:1BF07146F02B1BDEA417044D92C384DD,Scripts\trainer\route13\002.trainer:CE5B2E3B19B37552F5F063F2ACAD10AB,Scripts\trainer\route13\003.dat:235CC8A0EB83F2AA3CCDCA32E8E91CFE,Scripts\trainer\route13\003.trainer:54565DCA1D2CF002DF9987158F5A1C04,Scripts\trainer\route13\004.dat:2AD90DE045315E6629FB3FDD6FB61271,Scripts\trainer\route13\004.trainer:7E687368387B28A2E16944C0840D411C,Scripts\trainer\route13\005.dat:D465886C38511365ABA7B2B254A550C5,Scripts\trainer\route13\005.trainer:856BCB7BAC8F0D3FDF1FF18FB8777537,Scripts\trainer\route14\001.dat:86E63C6EFC8DEF499ACDDAC973212C7D,Scripts\trainer\route14\001.trainer:A1CDE727B1F2EA16A3CCE53F473F0355,Scripts\trainer\route14\002.dat:369604D587CC7D30731F0E971D0F8072,Scripts\trainer\route14\002.trainer:CA826F23E704D12B2FF3BB2E4DA78074,Scripts\trainer\route14\003.dat:30492300BA32C193B2502A33B66DF45A,Scripts\trainer\route14\003.trainer:91C24729CFEA8F5D3288BED818B06948,Scripts\trainer\route15\001.dat:2DAC50F0E495382B39E69ED388492E80,Scripts\trainer\route15\001.trainer:15A4FE7FF232E9A9C5C3067B250B961E,Scripts\trainer\route15\002.dat:5B70035FD8FD2E9DAEC29704129ACA51,Scripts\trainer\route15\002.trainer:83C66732EF791F7C45E0D318418DBC30,Scripts\trainer\route15\003.dat:6B7A3595EF9611B30DCC00A86F15CEF9,Scripts\trainer\route15\003.trainer:B73FFB0B503CF47567B1BE76D03D296C,Scripts\trainer\route15\004.dat:667CB8E08ABD635684B93DFA79DEDC34,Scripts\trainer\route15\004.trainer:B974CDB0CACC49F9C15F15D205DA77E1,Scripts\trainer\route15\005.dat:5EA375DCAFFDEB85DC2E40BF2C4CFB07,Scripts\trainer\route15\005.trainer:59C705D5D47BE8A33088E428734B6291,Scripts\trainer\route15\006.dat:EB25E77A82FA151F90F96757EDED824C,Scripts\trainer\route15\006.trainer:F99F0B493D5A4C5F6CB441CD82FD3C22,Scripts\trainer\route17\001.dat:B22B49DC3A56678AA689BB88436DF928,Scripts\trainer\route17\001.trainer:DA09C7D7CFBFDAB131B8BD2FB71EF56C,Scripts\trainer\route17\002.dat:60EF09B1E98C538ADABEA994AB646678,Scripts\trainer\route17\002.trainer:07EDF72B6A854AF41BC9AAC2F09FCDFC,Scripts\trainer\route17\003.dat:01E88A4525665ED6E5CB8C3F769FF21B,Scripts\trainer\route17\003.trainer:7B89483FF28DCB4D5380457517E82460,Scripts\trainer\route17\004.dat:C70E28452CD974C5CFC4FCC5FE23BA48,Scripts\trainer\route17\004.trainer:B11314794C2423313729DAA3694187A1,Scripts\trainer\route17\005.dat:B0F2CA94396FF8A55F14725AB64A3F55,Scripts\trainer\route17\005.trainer:044FF0A0F5D639E6986BA74AEB12C502,Scripts\trainer\route17\006.dat:C11DFA63969750814D34A647569EB46B,Scripts\trainer\route17\006.trainer:66A11730598ACB4758168D4462AA2119,Scripts\trainer\route17\007.dat:196AF172991762DDA883D1D7D4E8C4FB,Scripts\trainer\route17\007.trainer:9C57E5C758418DC85DBE10FF9448E8DA,Scripts\trainer\route17\008.dat:9D9CE71CE35A5F3CB4045D6DF78280A5,Scripts\trainer\route17\008.trainer:E170C27DE7EEE337041E39B7FD327016,Scripts\trainer\route17\009.dat:29E03D75D6DD0738DE6029E4F68EE216,Scripts\trainer\route17\009.trainer:EB8C25C325E413521E2A9C13A56E77CC,Scripts\trainer\route17\010.dat:EE40654F8D5432E1F5B1AC0D5F42B509,Scripts\trainer\route17\010.trainer:AB2BC0F8480425071B9B3D4C695A0504,Scripts\trainer\route17\011.dat:E3027FF3CA3A340E9616B428CC66209A,Scripts\trainer\route17\011.trainer:33DBBDE263501600287475F85BAEE361,Scripts\trainer\route17\012.dat:EE99994072110FF4CABABBB29E021E2D,Scripts\trainer\route17\012.trainer:49183CCFBB5FBCB7F2D222B48141B3FA,Scripts\trainer\route18\001.dat:9B91958404BF24DBD1CCF760B7D49A57,Scripts\trainer\route18\001.trainer:B6B7138755EA6F625BB17922E466A742,Scripts\trainer\route18\002.dat:38730103B77C418A947CE748B78705AF,Scripts\trainer\route18\002.trainer:9E8702AFDD59A494645A402173EED20A,Scripts\trainer\route19\001.dat:8D570CFEF885F0B5E9CD6FDEAD428656,Scripts\trainer\route19\001.trainer:D056BB9AE3B0CC981A23DC7F9CAD39EC,Scripts\trainer\route19\002.dat:7994D00ED5C30F83D3A0C628F25C7E83,Scripts\trainer\route19\002.trainer:D08399509957736CC3E2176323480A7E,Scripts\trainer\route19\003.dat:F37947BA515311EE14AAC6422F2F6998,Scripts\trainer\route19\003.trainer:4F95A4E7B7B436F149B4690D0CC8B4B3,Scripts\trainer\route19\004.dat:339F9035FF6DF2DA1D566A7B3C9028D8,Scripts\trainer\route19\004.trainer:B003863F1DB89B9B1D1CD9883217D2FF,Scripts\trainer\route2\001.dat:CC5FCE36FF6BCD12A679B30A6C467E48,Scripts\trainer\route2\001.trainer:404B9DAF83C994B21F808C7B6A264F34,Scripts\trainer\route2\002.dat:2079286CE9E6EB43E0A02C7F45827F4B,Scripts\trainer\route2\002.trainer:ED066B34B0FD1312F177CBC5DD14BF9D,Scripts\trainer\route2\003.dat:C2FAEA3E0BF49BC0504048843B059E52,Scripts\trainer\route2\003.trainer:D90B0BF859F1A644200FB1EC2818BCEB,Scripts\trainer\route20\001.dat:7B708097E0C511105E2FA13295BF9597,Scripts\trainer\route20\001.trainer:B7F2DAF0FD3E1A8DB49E92798EFAD4C0,Scripts\trainer\route20\002.dat:596893E9C9B9A1FEFA95EDAD9CFC66EC,Scripts\trainer\route20\002.trainer:6C676E69E28632EF1AB1E689DFEDCCF4,Scripts\trainer\route20\003.dat:17A9DB51AFA716996639504C6565A70E,Scripts\trainer\route20\003.trainer:5B7E92562C046B4CA06FB55AE6537560,Scripts\trainer\route21\001.dat:4C631040B431BCD76617DA2532295465,Scripts\trainer\route21\001.trainer:02F3B8E0C78B176371244A88844D85E8,Scripts\trainer\route21\002.dat:766C6055E12CC28F10926B7821F44EFF,Scripts\trainer\route21\002.trainer:1E79F1732D8BAC2DCAF425C8AB79E69A,Scripts\trainer\route21\003.dat:81626C8F72AE7BAB0BE2C22090FF1005,Scripts\trainer\route21\003.trainer:08ECA20C266A63DBBE717C7A526E1D4C,Scripts\trainer\route24\grunt.dat:181A2730123CE4A7030507427692AA02,Scripts\trainer\route24\Grunt.trainer:F28643133599C6F160CBA7E406A9490D,Scripts\trainer\route25\000.dat:F60A029B44357B04CA73B13C1CA5549A,Scripts\trainer\route25\001.dat:6332CC4B2BA924680A5ABFA0129E92B9,Scripts\trainer\route25\001.trainer:AD399A2D700C7DEC7420E89F117F6CC9,Scripts\trainer\route25\002.dat:6476F37C531E2F38AF090A6A96B2230C,Scripts\trainer\route25\002.trainer:B63913FA063E2FD6C5DAEEA6ED39A6E7,Scripts\trainer\route25\003.dat:2D09AB9269758201F7D11CBDDBAF490D,Scripts\trainer\route25\003.trainer:D88445EB7EC3C12A25C41E18B8F05A64,Scripts\trainer\route25\004.dat:7B4D50808FCD607A77C5A5F727B1AB4E,Scripts\trainer\route25\004.trainer:14B1B659A6A233D9C06BBC5664616019,Scripts\trainer\route25\005.dat:1DCF0FF34BB790DFE874BE777E438189,Scripts\trainer\route25\005.trainer:09A563116CF7344CE473834C3ECF9E56,Scripts\trainer\route25\006.dat:01F3FEFD71C3650CC0AF9227E6961F51,Scripts\trainer\route25\006.trainer:1068A222FADF65381728EB5C80AED261,Scripts\trainer\route25\007.dat:55DDC0AB74E06A019ACCD15B056BA353,Scripts\trainer\route25\007.trainer:19F33B38AF82A230F21E3F65C76CFA2E,Scripts\trainer\route25\008.dat:B6216862627F210F9A42F63A9FA7FBE1,Scripts\trainer\route25\008.trainer:DE65F34E0E49C4D6F7F25B453BBFB937,Scripts\trainer\route26\001.dat:79B6DC303C6A2E71F2A153103E14495B,Scripts\trainer\route26\001.trainer:12647F51CF3551379A92E6B6490526B6,Scripts\trainer\route26\002.dat:A955A32F276EC9408E6A8731162F0BE5,Scripts\trainer\route26\002.trainer:51AAEC0534609CB34C4936D36D4945ED,Scripts\trainer\route26\003.dat:6471F8BBD52492C642F211B75264199A,Scripts\trainer\route26\003.trainer:CAE690729575ACCCE0592E595358CE64,Scripts\trainer\route26\004.dat:C7CE1C53A190461F66DCDFF9B81E4B3E,Scripts\trainer\route26\004.trainer:9002599360F28C603F81DE01E73CE4F8,Scripts\trainer\route26\005.dat:787B23888823C3620C5D4DF3E2B9F960,Scripts\trainer\route26\005.trainer:DB3B59153A7D791359A0E11B82A74039,Scripts\trainer\route26\006.dat:82CDB048FEAA8B1802C5C9AF3C8BA635,Scripts\trainer\route26\006.trainer:EAF8D4A6943336E4B4D5F82DF9D6DA0E,Scripts\trainer\route27\001.dat:E6466889F9B830F32010D8399063F760,Scripts\trainer\route27\001.trainer:DB88C70B3E155385418AF3A901B67340,Scripts\trainer\route27\002.dat:88046057ADD4D131E740A1DFE9B1E3E2,Scripts\trainer\route27\002.trainer:011908CBA6B77E85C3A7C7CDEA12ED5A,Scripts\trainer\route27\003.dat:84E75414F8DD862E1346100D38855A86,Scripts\trainer\route27\003.trainer:8901A2C8F0C292CF6EC1AF0D0F578622,Scripts\trainer\route27\004.dat:71CEE7B3DD5D71F83C334922CD4A7C98,Scripts\trainer\route27\004.trainer:E69C3CF72C967E782689D940868F1CFA,Scripts\trainer\route27\005.dat:D4EE687FF43FF857D84D72D378DD39A1,Scripts\trainer\route27\005.trainer:F6384F13D07E05EE440909834613868B,Scripts\trainer\route27\006.dat:D27B9938D5BEA786EEC695FF623AF8BC,Scripts\trainer\route27\006.trainer:6A4D52122FFD7635BFE61F26E5C595CB,Scripts\trainer\route3\001.dat:8ADBCFF96DD8605A52A3C4BCA8E73489,Scripts\trainer\route3\001.trainer:B91587496FABB932323954903C164BE8,Scripts\trainer\route3\002.dat:7CA9C4924D1CB5A23CBB4CE0CCE6444D,Scripts\trainer\route3\002.trainer:1F539B7459F70BB8758D87D43DE06108,Scripts\trainer\route3\003.dat:BE28B21AE76EF11E536BC447B0EA53F7,Scripts\trainer\route3\003.trainer:F5A42A6DC97FE4E4499CCD5C3D42F603,Scripts\trainer\route3\004.dat:802AAA5F8E0E60AA199CEDD7D1B9412B,Scripts\trainer\route3\004.trainer:DFF7AD5DAB04BFA2B44E090B60170DD9,Scripts\trainer\route30\001.dat:AB690F6C0E1CB54B0627A28E43AE942B,Scripts\trainer\route30\001_1.trainer:68E64AF3E2CC33B357747478F18BA4DB,Scripts\trainer\route30\001_2.trainer:1CA1A29A3E2EF16DD5C6C0A669D8F5DD,Scripts\trainer\route30\002.dat:9CD52DD804AFF6DC8C36129C317DC4B7,Scripts\trainer\route30\003.dat:B5E7144FF2CE767D03CF46D476A33704,Scripts\trainer\route31\001.dat:652D9F42003637B81FD09D6A796CAA36,Scripts\trainer\route32\001.dat:DEA5B946B1F559539460745E3F8685B1,Scripts\trainer\route32\002.dat:47E3A631305AA9B00E34F220197819E7,Scripts\trainer\route32\003.dat:45C4697CD4B0878FF97D75F450566AFB,Scripts\trainer\route32\004.dat:951268C78C275CBAB9C1BC2EA285F3C6,Scripts\trainer\route32\005.dat:23E06E8587E3A4F634FC0719E1311FA2,Scripts\trainer\route32\006.dat:49E8C5342DFFE75600F43DB52CB863B7,Scripts\trainer\route32\007.dat:7C4789E57FA065E1AA4D547564F50040,Scripts\trainer\route32\008.dat:7C9ABA5FDA245EED6B1A5EDA8BA14954,Scripts\trainer\route32\32001.trainer:E2360ED4E7CB20D8CED08199DD801206,Scripts\trainer\route32\32002.trainer:AD770A397ECC7520EC4DF58F6131C308,Scripts\trainer\route32\32002_1.trainer:A3DF4962446A8843353C2D500B08CFD8,Scripts\trainer\route32\32002_2.trainer:29A23A6D18D55367CF254ED0594D2109,Scripts\trainer\route32\32003.trainer:5B2EBD6A772C02966D06605F14F4ABBF,Scripts\trainer\route32\32004.trainer:CFF185BB822C1451199F92B049686D13,Scripts\trainer\route32\32005.trainer:4A3AA0560731C5F6B052A794382D87BB,Scripts\trainer\route32\32005_1.trainer:149F1A29D235DB2A9DE18E3FBE4A7AFA,Scripts\trainer\route32\32005_2.trainer:2BF081E40153648765ABF6454495E26B,Scripts\trainer\route32\32006.trainer:69F488F684E934D7C7B162701EBF85D8,Scripts\trainer\route32\32007.trainer:43A55AD5A53AB4431DE0C42A48940CFC,Scripts\trainer\route32\32008.trainer:8AD449C1F973181F565E6B76DE16B3C1,Scripts\trainer\route32\32009.trainer:9AF441DDF045643063312CE0AE8C0A39,Scripts\trainer\route33\001.dat:16D33559C6CBBDD738936E12C149231C,Scripts\trainer\route33\33001.trainer:4709BDB13793E79B2B63BE1827E48570,Scripts\trainer\route33\33001_1.trainer:F770D8A49F39DC53B0929F419FFF1928,Scripts\trainer\route33\33001_2.trainer:D53C14406D85465C3735DAB750CC216C,Scripts\trainer\route34\000.dat:3E763FFCC25E4B871A4C96554665893E,Scripts\trainer\route34\001.dat:DCE6CD5DA80A3FAF2D302B3B7D008BC7,Scripts\trainer\route34\001.trainer:163F43A2150E66C6B6523246C2F9287E,Scripts\trainer\route34\002.dat:D1A96E07DA4B9D5E40617FCE0EDB4B92,Scripts\trainer\route34\002.trainer:CDF48928DA7A9580825322923CD52E17,Scripts\trainer\route34\003.dat:DE976C22437F719FCFF1C595CBA28E80,Scripts\trainer\route34\003.trainer:C2FB4277DDBA701F1EF39C69AAC23CFD,Scripts\trainer\route34\003_1.trainer:C4ADEDC521F6F1182A49BA48E7302E27,Scripts\trainer\route34\003_2.trainer:29C800226DF55BB6C2D69DC69E39F47F,Scripts\trainer\route34\004.dat:6EDF35653D3CE2C1C3C553D5B8775065,Scripts\trainer\route34\004.trainer:27C8008AAC97C8D25921C5CD39ABAAD3,Scripts\trainer\route34\004_1.trainer:977A34442C1B8C30BA4CEBAA0FFDD3A3,Scripts\trainer\route34\004_2.trainer:487FB430479E12C3764DE1E2D0DDB968,Scripts\trainer\route34\005.dat:18D68A8EF9DF42F0924EC155DA812BD6,Scripts\trainer\route34\005.trainer:359D40C5EBBED2C56BBFDB665B78BE08,Scripts\trainer\route34\005_1.trainer:33FB9D33ABEE76247514B7F72D2A724C,Scripts\trainer\route34\005_2.trainer:34962666BBC806DA6F2CDED2A54213B6,Scripts\trainer\route34\005_3.trainer:B3AA60D2031DD6759F11C8BE5DB9F8A5,Scripts\trainer\route34\006.dat:2D2B1B57877B99CB2EDE69CA0E94215A,Scripts\trainer\route34\006.trainer:8FBAD86ADF988D1E758E52D764F298E3,Scripts\trainer\route34\007.dat:35942828E35A2FD1FA439859DD311460,Scripts\trainer\route34\007.trainer:007D5A3C2ABF44D42F19D1BDAD0C70D6,Scripts\trainer\route34\008.dat:661C573CDFBD86011F64EA719DF380A2,Scripts\trainer\route34\008.trainer:151FF73BD8B9502B70188FE4B4831D06,Scripts\trainer\route34\009.dat:5CFDC0ACB2989575D098C21CC10D7B24,Scripts\trainer\route34\009.trainer:8DAE0D972098746537AF964959C81000,Scripts\trainer\route35\001.dat:08430B8581FD909AF820A397C5E80C2B,Scripts\trainer\route35\001.trainer:499DA02C7CC28491CB00B4BA3A134BD8,Scripts\trainer\route35\002.dat:675551DD1683D6C3CBF8A9309231DA3C,Scripts\trainer\route35\002.trainer:E1FA6641262E64AEE61FE41DBC193C38,Scripts\trainer\route35\003.dat:6FBEECE2CB2F4CD06981649C17639559,Scripts\trainer\route35\003.trainer:256299150B6CB58CDFE92E377122C142,Scripts\trainer\route35\004.dat:C11C2FD23C5DA134540DD5C1408A16E2,Scripts\trainer\route35\004.trainer:5E285D99637D198266DE7B0E2FDB856D,Scripts\trainer\route35\005.dat:AED00FE3E12D8B3F3523E015AB84CE41,Scripts\trainer\route35\005.trainer:4C2CCEA2A0923A941407FF2AABFB1551,Scripts\trainer\route35\005_1.trainer:0AF078323D85BC23DB9CC2732A37ED78,Scripts\trainer\route35\005_2.trainer:2F141872685DEEE7A316194F423692BC,Scripts\trainer\route35\006.dat:5F3E06892B7FAB1AB4C3AA3785CE6873,Scripts\trainer\route35\006.trainer:2051C220399889BB24684D531FFCC4E9,Scripts\trainer\route35\007.dat:8B4BB5B5290A60E34C48708B5CDC8028,Scripts\trainer\route35\007.trainer:27635B5C2B9A75005243373C19FAFF8A,Scripts\trainer\route35\008.dat:21993B8C54CFF6A47FF52D3EE6E23BD8,Scripts\trainer\route35\008.trainer:78B8F50E690FF1F1464F00CADDE55FFD,Scripts\trainer\route35\008_1.trainer:F8C9D037E6C22D335D55632EB49CE23C,Scripts\trainer\route35\008_2.trainer:CE00FBD1A5F9C5642F4660586E3367D9,Scripts\trainer\route35\009.dat:7D7D7324CB6D6511A888562780E6D481,Scripts\trainer\route35\009.trainer:69491CD5798B915D00BFCB8ABC886155,Scripts\trainer\route36\001.dat:6C64D888D1ACBA5B62F001F5CD0908E3,Scripts\trainer\route36\001.trainer:ECBB29FB5DDCB735E5894A38A2F682A5,Scripts\trainer\route36\002.dat:85037D1846167FDFF0119D40A9E27663,Scripts\trainer\route36\002.trainer:3768C6247C7566FB4F0734BC54B20CDB,Scripts\trainer\route36\002_1.trainer:F18127614DEDC6F9DF6D762A0644DC59,Scripts\trainer\route36\002_2.trainer:7EA7652194D9DFC1D37B06F223176D12,Scripts\trainer\route37\001.dat:4A272C8A4C3EA7B8838C2B488494F3D2,Scripts\trainer\route37\001.trainer:9563091A04F9055993C03AC27B43C0FA,Scripts\trainer\route37\002.dat:DC027EC3CFEABF83612CB844995872FD,Scripts\trainer\route37\003.dat:657914627F9C5D06935EB8D356315F92,Scripts\trainer\route37\003.trainer:724957F6CD947F4DDF00DAAFCAE51963,Scripts\trainer\route38\001.dat:94BD08F58F6EA78A4B4E2F2BA54841E9,Scripts\trainer\route38\001.trainer:0FAE3FC3C16969ABD3ABDB9E1C4DF286,Scripts\trainer\route38\002.dat:EF41F41B40947D372E44BF704D150C4E,Scripts\trainer\route38\002.trainer:EC8F8000A97E10C69AC035A030153A31,Scripts\trainer\route38\002_1.trainer:4E2737ACA9B2340BB597124ECA529E98,Scripts\trainer\route38\002_2.trainer:00F2A0950DDBC11DA59B168B99AE5C35,Scripts\trainer\route38\003.dat:E7C14F572EB0C527F3764E06F2857A65,Scripts\trainer\route38\003.trainer:D602A95BD27E5C657CA92B6A73E3E65B,Scripts\trainer\route38\004.dat:ABD774336265B278E3D080F57A951837,Scripts\trainer\route38\004.trainer:E226638AEE2FF178F0F6497AA92FB421,Scripts\trainer\route38\005.dat:36746F2DF6C1651293A9CDDAB69769D6,Scripts\trainer\route38\005.trainer:164839F2375782D34396F955B7B6216F,Scripts\trainer\route38\005_1.trainer:5FBF08A25854A769C9B6E29A5C27192C,Scripts\trainer\route38\005_2.trainer:923575B567CFF4F6CAF2035AF71F0376,Scripts\trainer\route38\006.dat:5C6D1D89AC51BF4D9CA8F6D5B9BFD15F,Scripts\trainer\route38\006.trainer:2105856BD09B7AB8298BA4D95D6B2318,Scripts\trainer\route39\001.dat:56E6691A3B592414EDDBAD143CBB1204,Scripts\trainer\route39\001.trainer:35FD8EB843638FAB4FF179136D0D9B58,Scripts\trainer\route39\002.dat:41F413C3BEB69FD2ED52C8839796E684,Scripts\trainer\route39\002.trainer:28B7F74E0EFC01C6BF04D19512CCFE72,Scripts\trainer\route39\003.dat:629E8F8C513241BFD57F4F3E27CD65CD,Scripts\trainer\route39\003.trainer:592989D9A6D7E11AAD18ABB17125FCF0,Scripts\trainer\route39\003_1.trainer:4A86A5926A2A06E3D50E09497CC88317,Scripts\trainer\route39\003_2.trainer:2E265FADC01C0525B49FAA18499DC380,Scripts\trainer\route39\004.dat:13232CE4CA30D860857863212C72FA4B,Scripts\trainer\route39\004.trainer:02631A4A7D432FDB8E021F7887B60533,Scripts\trainer\route39\005.dat:C32778AEA5EC325D504B08C2F7116262,Scripts\trainer\route39\005.trainer:B34B21F072A832773D1C18502AE856AF,Scripts\trainer\route4\001.dat:9E0E86B07F461162186039C01561D058,Scripts\trainer\route4\001.trainer:71E29C754F41E3969A055B4AA344B2DC,Scripts\trainer\route4\002.dat:8F5D054E05D3C9CC936793C8165D92FD,Scripts\trainer\route4\002.trainer:2B4CB0AE073742994263F8D5D54ED2FB,Scripts\trainer\route4\003.dat:49B39481DD16AB426055446B52398E88,Scripts\trainer\route4\003.trainer:6C69FDDDACD998D585E4C2E0404F323E,Scripts\trainer\route40\001.dat:890F438AFB1DBFC8AB834117BDE1CB99,Scripts\trainer\route40\001.trainer:3BAC4255270EA5E8281E2A5187519162,Scripts\trainer\route40\002.dat:4A68844E76F9226ADD50A877D47B13B9,Scripts\trainer\route40\002.trainer:18C8932EAC2EFA52219408357C0ECF68,Scripts\trainer\route40\003.dat:F6C7DD836E7224EA9E59AF72757BD3FF,Scripts\trainer\route40\003.trainer:838EF3AA5834D42AC2145061F8890F4F,Scripts\trainer\route40\004.dat:179A54B92FC3E240B5ACC2DF2148A911,Scripts\trainer\route40\004.trainer:7DC95178FAF1DF9779F0467BE0B2EA6C,Scripts\trainer\route41\001.dat:B3148D0CC8D8E696EF0B7E02C552574B,Scripts\trainer\route41\001.trainer:AB80701EF20FF0D7D1227329ECB25B3B,Scripts\trainer\route41\002.dat:B70CB838AF9520808A44BAFC90594828,Scripts\trainer\route41\002.trainer:D3FF969270CB9CD1B03E8CD8D601A676,Scripts\trainer\route41\003.dat:4D188E4209360B9A9FE9467ED10811AC,Scripts\trainer\route41\003.trainer:CDB46123EDACF1CD9DB712EB0A4CE8F7,Scripts\trainer\route41\004.dat:4BB812F34E8448FF57FA54B44E8FA103,Scripts\trainer\route41\004.trainer:1E30AB3E06344B6246C6EE7C7914E6B6,Scripts\trainer\route41\005.dat:C3D3B9DD496BB36456C587D29909B81C,Scripts\trainer\route41\005.trainer:21B6A85731D04DF4FA32799FCF04628E,Scripts\trainer\route41\006.dat:75601A5F94C0F203AE3764760E6F8B04,Scripts\trainer\route41\006.trainer:D2D2030E0012B4A326FBF4F0FA4FEFCB,Scripts\trainer\route41\007.dat:DECC4655BADCE00203CBF04F07AF0235,Scripts\trainer\route41\007.trainer:098AC742BAA68C3E47783DC7385AB27D,Scripts\trainer\route41\008.dat:6A02CB8CE32DF3D76901F52BF9A1A460,Scripts\trainer\route41\008.trainer:08F8FCEE45DD67B41520A4F8B0265B56,Scripts\trainer\route41\009.dat:BEE670BD67C60ADCCAE825B4F9E8D736,Scripts\trainer\route41\009.trainer:B0D7B709D76497DEC7B2495323D78705,Scripts\trainer\route41\010.dat:4F9CBBE4399F60FF00C4402D52780EF4,Scripts\trainer\route41\010.trainer:FD7DB9E8900B8B28FB8C14988ECB4EE5,Scripts\trainer\route42\001.dat:3EA39E05436E3D533A34FF823E423704,Scripts\trainer\route42\001.trainer:B2B7EE6CAB4E13238AEA17A856480AD3,Scripts\trainer\route42\001_1.trainer:DEC9330D9569E97F4BE4C05B1496E4D6,Scripts\trainer\route42\001_2.trainer:AA59F50FC6E1E91AEF327B0C4F0A3605,Scripts\trainer\route42\002.dat:A43D2AEC59A73D7713368CE2C312A412,Scripts\trainer\route42\002.trainer:E326C782AF22AED5A1FB8A78FC29871E,Scripts\trainer\route42\003.dat:4760EE8170AD5261B4E82F4B7522EE8E,Scripts\trainer\route42\003.trainer:77A3F2D0C3CA1839B088186B21A6C2D5,Scripts\trainer\route43\001.dat:8382047ABA4BB17A0A13FE5E114D22DD,Scripts\trainer\route43\001.trainer:A8371421305F0A05CAEB60CCB81F6ABB,Scripts\trainer\route43\002.dat:3D301A58200ED3195BAD44737F23A714,Scripts\trainer\route43\002.trainer:ED907C1B5BF96343AB6B4B897B6EF722,Scripts\trainer\route43\002_1.trainer:12191028D7806F3354F1A29507014001,Scripts\trainer\route43\002_2.trainer:D8AA0CC2F0779D4C9DA6182B6B0A1855,Scripts\trainer\route43\003.dat:F9667D7DF249503ACC8D1E86AF3E027E,Scripts\trainer\route43\003.trainer:0362001D45FD26F00F57570E2FF795F6,Scripts\trainer\route43\004.dat:BB0D4839698ED4E347F125D89C2CD0B4,Scripts\trainer\route43\004.trainer:4D3D543A5FF9B700DA43EAEDF4FAA317,Scripts\trainer\route43\004_1.trainer:C4BECCEF5EC1C5C624A07D1B445C96D8,Scripts\trainer\route43\004_2.trainer:3A24922F61B8C4C3BF32B643D7563849,Scripts\trainer\route43\005.dat:7B77EBF60A13560F22ACB099120D32F5,Scripts\trainer\route43\005.trainer:97DB713F805E1891AB264C38945BBF23,Scripts\trainer\route43\006.dat:5F6924096F73BA223325B78A68CEC13C,Scripts\trainer\route43\006.trainer:6513E5D66B052AC5943DFB7A24AB512A,Scripts\trainer\route44\001.dat:F4C49BF06E6B87A96DBD9C14A4D04859,Scripts\trainer\route44\001.trainer:06A50947F437196D5E224EC9AF434A30,Scripts\trainer\route44\002.dat:9D34651C0BAE1FB861BCAD1785AB9C11,Scripts\trainer\route44\002.trainer:E068ACB1CA9A7B2900AACE40A80C08AE,Scripts\trainer\route44\003.dat:37C9E4E8EEA9D8B00FC7E65D7FB74D18,Scripts\trainer\route44\003.trainer:37BC3C20E16412B3DA12155383776DF5,Scripts\trainer\route44\004.dat:2EDE09C421F0DD306C0F52194D1534B1,Scripts\trainer\route44\004.trainer:588A1CAC33B139A8E18168EE3F6677F4,Scripts\trainer\route44\005.dat:167061AE61CB664F24C22BFACB99B3AE,Scripts\trainer\route44\005.trainer:33450ABC8973CEB71211934B66878643,Scripts\trainer\route44\006.dat:49183B1244A0601DC07E5A0C3A2D80A1,Scripts\trainer\route44\006.trainer:2566F77D4A7D2621705E36A339E068FA,Scripts\trainer\route44\007.dat:1C23378C064C08FA10E40DF2A00C4755,Scripts\trainer\route44\007.trainer:C561512E1DB476EF9D4E5E31D464FC1B,Scripts\trainer\route45\001.dat:5ECA68B10B5AB2537ABDF6C2B1F9D2A5,Scripts\trainer\route45\001.trainer:29BB265846A05C1910302F83E3882BB3,Scripts\trainer\route45\002.dat:642EDF23073A0A38B82261A032B8F88F,Scripts\trainer\route45\002.trainer:858933AD0F080F554E7E4DFC93706351,Scripts\trainer\route45\002_1.trainer:68A178CE1573A37695BA31EF4605B80C,Scripts\trainer\route45\002_2.trainer:50AB49C95DBF5418E205126B1AB38F54,Scripts\trainer\route45\003.dat:B55C487C8A37EB656595C9C272E05285,Scripts\trainer\route45\003.trainer:C61E6DC90902670214CB81F192A9509C,Scripts\trainer\route45\004.dat:7E9657A3BE4692BE73EF82968061CC34,Scripts\trainer\route45\004.trainer:83488A491264A24E67D0712C48D06BB5,Scripts\trainer\route45\005.dat:4309F2382776402C83F401259F42B429,Scripts\trainer\route45\005.trainer:A0285857B5DEEFD3058942346B7FB7F9,Scripts\trainer\route45\005_1.trainer:D93B87D82C31DD802FD8569FACB68D24,Scripts\trainer\route45\005_2.trainer:8441D3B46ADF5E342A8590CDAFCA35AF,Scripts\trainer\route45\006.dat:8472BCC9B3003493B0BE970D67117138,Scripts\trainer\route45\006.trainer:5BE2D94597BCFB71F840DCE5381629C8,Scripts\trainer\route45\007.dat:E285D0240F39D4E7C5E4B23EAF9E10B9,Scripts\trainer\route45\007.trainer:5634B891906F1176271FD17AA0714C0F,Scripts\trainer\route45\008.dat:AB0CE876D3E622B451097857DFA6BEA4,Scripts\trainer\route45\008.trainer:7A6FB180EE844DF30B188FDECB1A3CC6,Scripts\trainer\route46\001.dat:6C446FAC1B839E87D50A698A8EA9DD1B,Scripts\trainer\route46\001.trainer:E4018451DD637C5DA60E2D588E0A2101,Scripts\trainer\route46\002.dat:67DFA4D46F3B88BD9CD3BC5D614194DF,Scripts\trainer\route46\002.trainer:6E15B0DB4AC7CFA94138AA49BB0A630D,Scripts\trainer\route46\002_1.trainer:95989E4E5E5DFEE1B274A82F99E022EA,Scripts\trainer\route46\002_2.trainer:5885D978D45524694D479D40D1871E3D,Scripts\trainer\route46\003.dat:CC39E2E2546C45B68A93343F050C3630,Scripts\trainer\route46\003.trainer:BE28110B60ADBC94A27DDD4848ABE51D,Scripts\trainer\route47\001.dat:A3A771994EC3A845D8C4B7FB0202A45A,Scripts\trainer\route47\001.trainer:D03817313B2545BF22B53F90848165E4,Scripts\trainer\route47\002.dat:1BE947A7C112381485A0961F3AEF09C1,Scripts\trainer\route47\002.trainer:BC219962A08DAE22B8EF04A5EC2C04E4,Scripts\trainer\route47\003.dat:DABB81754B34D7BBCA83281D413F5E58,Scripts\trainer\route47\003.trainer:D4971E123152E1EDD83F11EBD1F73ECE,Scripts\trainer\route47\004.dat:8D407160A1FB44A5AF9F967D56A29637,Scripts\trainer\route47\004.trainer:E014F164A3FF7DDC5C73D060180CEAC2,Scripts\trainer\route47\005.dat:B82810544B3893F0A17AAE3AF682D30B,Scripts\trainer\route47\005.trainer:C07076961E1A56A243270392883B30B5,Scripts\trainer\route47\006.dat:B9EE8EAE72AD9110B9BB8B27AE3D9C23,Scripts\trainer\route47\006.trainer:DCCA19462DA240CACAC2ED68AB524EB8,Scripts\trainer\route6\001.dat:ACCC222E8618E63AB490DC1C0B543930,Scripts\trainer\route6\001.trainer:5B2561C1357893E742CD96D380EEA5FD,Scripts\trainer\route6\002.dat:3CA7628DC04F8CA0C9C6E6D29785CBC4,Scripts\trainer\route6\002.trainer:56183238E5681CC5E5E4B04488AE3732,Scripts\trainer\route8\001.dat:B647ED811BEDF3A700D00181812B143A,Scripts\trainer\route8\001.trainer:EC8CBDBCF8B8EFA84DF3618CFD674E19,Scripts\trainer\route8\002.dat:DF07676C098F700C4CE5DAA656140B5D,Scripts\trainer\route8\002.trainer:30AAE4F6CD0CB58331A323FB07C410D9,Scripts\trainer\route8\003.dat:8DF3761DD185D26CC3494FC87509BFB0,Scripts\trainer\route8\003.trainer:10A4401BBB9708D0A0C3E48838EA850D,Scripts\trainer\route8\004.dat:BDB678902607B8C9F8ACF286280B8833,Scripts\trainer\route8\004.trainer:1E13315F0E436220904E44A84A158DE5,Scripts\trainer\route8\005.dat:285C077904A020347A35F8C583921D0E,Scripts\trainer\route8\005.trainer:7446971355E152750A13FEC974093C52,Scripts\trainer\route9\001.dat:60AEE0C811B1B6B01C23BE7EB806CA1F,Scripts\trainer\route9\001.trainer:75D7602B368ECF305AB45EE6BB4C19AB,Scripts\trainer\route9\002.dat:90876C758F114875847AB0CB8022B2AE,Scripts\trainer\route9\002.trainer:46C64FDCC2CD76A8E6B254361F22FC44,Scripts\trainer\route9\003.dat:29771F79CCBC4681544F046630BB4766,Scripts\trainer\route9\003.trainer:83C380C9F25AA806AE6ECD35F0AD1808,Scripts\trainer\route9\004.dat:6EFE5BB52F99F4C48CE63113017A6471,Scripts\trainer\route9\004.trainer:C806720F6CBB1C9748433CBE22821A94,Scripts\trainer\route9\005.dat:7A7BEA5D0959EC2F9C66E41A0A3536F0,Scripts\trainer\route9\005.trainer:59F0006F96F8531D7F3F3F13A24BB0D2,Scripts\trainer\route9\006.dat:915DBD17576020448D12F4BFAA4EDDD6,Scripts\trainer\route9\006.trainer:C4FCCF9FEF10F745FB0AF9B25ABB9EE6,Scripts\trainer\Ruinsofalph\001.dat:3B8C21A574D4C92D554E0BCCAA190407,Scripts\trainer\Ruinsofalph\001.trainer:CEF1C4B7A481834B9A12055C75CF11B3,Scripts\trainer\saffron_gym\001.dat:8B2D573A271E6E50FCDC8F6839609402,Scripts\trainer\saffron_gym\001.trainer:82C4B584DF32360C08AC43E782A19A1F,Scripts\trainer\saffron_gym\002.dat:C1C22D74BA458ED31650283FF4335D29,Scripts\trainer\saffron_gym\002.trainer:2183E36ED62B2F07502FB946FF1B93DC,Scripts\trainer\saffron_gym\003.dat:2A76C2D4D7B2D9E54710673E95896F9F,Scripts\trainer\saffron_gym\003.trainer:68368203C001F3044AE105B1E53B3F3D,Scripts\trainer\saffron_gym\004.dat:D97B2B6874F06628AF6883757222B1E8,Scripts\trainer\saffron_gym\004.trainer:A8E3C75BEAE0347AA61ED80724CA0676,Scripts\trainer\saffron_gym\leader.dat:F04909E8EC336005BD537FF1D79E98D7,Scripts\trainer\saffron_gym\Leader.trainer:1D3A490D2AB7D509799C3C6D6A37D8EC,Scripts\trainer\seafoam\001.dat:C302C7C2062BAB946576ADF02BDCB895,Scripts\trainer\seafoam\001.trainer:B0CB50E7BA867DA100EDFD08E6A81BC4,Scripts\trainer\seafoam\002.dat:3021D032AC57EC60D67C64763ECEF157,Scripts\trainer\seafoam\002.trainer:FC0234A581FE0B9A248D6B551A9A188D,Scripts\trainer\seafoam\003.dat:FF65A57179A4FA8F4A388A452631E8E2,Scripts\trainer\seafoam\003.trainer:6492007E023589D0B72CB39B9E570F75,Scripts\trainer\slowpokewell\001.dat:AB7AB0BB4AEBAE10431B0CB57B70EF72,Scripts\trainer\slowpokewell\001.trainer:2E969237A36B574190F356187932F197,Scripts\trainer\slowpokewell\002.dat:72E3C1291C05AC3AA0CAAAA64EC0AE06,Scripts\trainer\slowpokewell\002.trainer:82DB92BA9E57A98490921019DE3133A2,Scripts\trainer\slowpokewell\003.dat:1396106E4E047E4787909C1BF0A37379,Scripts\trainer\slowpokewell\003.trainer:F9898F25CBC2F424D24EB22BF8A6B4CF,Scripts\trainer\slowpokewell\Proton.dat:6F1FA6656D757453F342DBDA626028B6,Scripts\trainer\slowpokewell\Proton.trainer:15394E2CB5FAB5F38BF926DF54970151,Scripts\trainer\sprouttower\001.dat:B2F66F8574163F0F9508DEA57CAD2FBC,Scripts\trainer\sprouttower\002.dat:279B05C7B2887D0D917C243CC90EF402,Scripts\trainer\sprouttower\003.dat:5BCE97B94058EF3191BFBA66A8BB481F,Scripts\trainer\sprouttower\004.dat:561CD185010004470BD44D40AF790377,Scripts\trainer\sprouttower\005.dat:F9396F62895442D288BFC4BB22658793,Scripts\trainer\sprouttower\006.dat:536C8DB6AB1232545605363D0DD0221D,Scripts\trainer\sprouttower\elder.dat:3725A9998D67F1644F69B2722FD42FD5,Scripts\trainer\ssaqua\first trip\001.dat:A54DF6212A4EFE1AAADEA1FEC16F55E9,Scripts\trainer\ssaqua\first trip\001.trainer:88D48E37E7F9DAEFB5E853318B60092F,Scripts\trainer\ssaqua\first trip\002.dat:DE10996F99E46F85C940945D58E229AF,Scripts\trainer\ssaqua\first trip\002.trainer:DCA7484A3269E5CF9C9581D429108570,Scripts\trainer\ssaqua\first trip\003.dat:AFF2444FC7A88DE360425D9A4BC6C691,Scripts\trainer\ssaqua\first trip\003.trainer:A2A925E03CD88BEEA832788A0CEED3E7,Scripts\trainer\ssaqua\first trip\004.dat:96B181986447B8C62934C2C799467E92,Scripts\trainer\ssaqua\first trip\004.trainer:4A3E6620D27EFDB1E09A9C16A121BECE,Scripts\trainer\ssaqua\first trip\005.dat:792653F95D3C35C4DA009C60F39DAB1C,Scripts\trainer\ssaqua\first trip\005.trainer:784E6D4BF41F7B353C4328420A30C8D4,Scripts\trainer\ssaqua\first trip\006.dat:C687E9F91AD12D2C85CE0A1C34ACFD2D,Scripts\trainer\ssaqua\first trip\006.trainer:55247081B7469EFB6846AA0CDC5F57A1,Scripts\trainer\ssaqua\first trip\007.dat:978895BEF720CCE74683925294959875,Scripts\trainer\ssaqua\first trip\007.trainer:0EDB49344AAB318F6AAD1633FDFDFE63,Scripts\trainer\ssaqua\first trip\lazysailor.dat:7598A51C4FACB3F1E3E3D86F5C036136,Scripts\trainer\ssaqua\first trip\lazysailor.trainer:449B477062B718F3DBF86E8FD10CFBCB,Scripts\trainer\ssaqua\olivine\001.dat:C230A4A641C27FED1B348FF34BDF7DE1,Scripts\trainer\ssaqua\olivine\001.trainer:50AB15266C91788087DA4BE2BEF0EDCB,Scripts\trainer\ssaqua\olivine\002.dat:D415166CE4FB4404C25406C2DE410CC3,Scripts\trainer\ssaqua\olivine\002.trainer:E7DE386AE158E7187D54CB31FB2BDF68,Scripts\trainer\ssaqua\olivine\003.dat:C0EBD0FB9A632CFD8298179E6060375E,Scripts\trainer\ssaqua\olivine\003.trainer:4A9DA373E3C033FF56BA28A32980729E,Scripts\trainer\ssaqua\olivine\004.dat:D8693E83CB6D7C435738E8D540C887A3,Scripts\trainer\ssaqua\olivine\004.trainer:1392F4FA33E7DD71DF06B1309F642FB6,Scripts\trainer\ssaqua\olivine\005.dat:A975EEEF26D6DA5F71C464C91613C32F,Scripts\trainer\ssaqua\olivine\005.trainer:CD9259D34E801D8644DFC33511358CDB,Scripts\trainer\ssaqua\olivine\006.dat:F9D9D5E873896630F33807F4ED049F09,Scripts\trainer\ssaqua\olivine\006.trainer:9AD0861FEF8722190328FEC032D4998F,Scripts\trainer\ssaqua\olivine\007.dat:2B71DB21F4117DDCB03480FAAAE1C0F4,Scripts\trainer\ssaqua\olivine\007.trainer:B01441E13A8B3CBCA211DB7EA0B83A39,Scripts\trainer\ssaqua\olivine\008.dat:FCAAA2578394CC682D497BB1F51D230B,Scripts\trainer\ssaqua\olivine\008.trainer:E65B275BB2146C6D70D75A3AE41F67FD,Scripts\trainer\ssaqua\olivine\009.dat:9B2E1C3A6C167F500343053876990B8F,Scripts\trainer\ssaqua\olivine\009.trainer:5CCB4ED2297766D0D0975FF471C55B4A,Scripts\trainer\ssaqua\vermilion\001.dat:8B6DD0E9CC11DD97E1BE577C52FF614A,Scripts\trainer\ssaqua\vermilion\001.trainer:718E6C4725811AD20D6668824CA2425A,Scripts\trainer\ssaqua\vermilion\002.dat:AE29F0749B3D573812994CB171460F60,Scripts\trainer\ssaqua\vermilion\002.trainer:FA30E78699EECBE6C46DF69ECACF6F1D,Scripts\trainer\ssaqua\vermilion\003.dat:70FFF8400DA96A643FBE98CCF7AE4B75,Scripts\trainer\ssaqua\vermilion\003.trainer:84543F1B25BDE27E2C21F1591AB714D9,Scripts\trainer\ssaqua\vermilion\004.dat:87C556EEF2D0C457F7214BD0116CF6C0,Scripts\trainer\ssaqua\vermilion\004.trainer:A7BC6D3DCB93E8E1D452BF0D7E131A06,Scripts\trainer\ssaqua\vermilion\005.dat:ECCCF887E922FD46C1C1AA7210DB5F12,Scripts\trainer\ssaqua\vermilion\005.trainer:3BFBB131719D2FEE03B674143F9E39E4,Scripts\trainer\ssaqua\vermilion\006.dat:CE7CFE0EB12318354CD89BBBAFAD68B6,Scripts\trainer\ssaqua\vermilion\006.trainer:2C82B26D5A88D59B1ABCC5A7A6B4E046,Scripts\trainer\ssaqua\vermilion\007.dat:89CA3AA2E20AE4B41745A5626F552455,Scripts\trainer\ssaqua\vermilion\007.trainer:A91164BBDCADC99FF44BFE8441D5457F,Scripts\trainer\ssaqua\vermilion\008.dat:A4D3E5A06FB3DFE8E67CB105E144D984,Scripts\trainer\ssaqua\vermilion\008.trainer:BA624623B13E7F03D778B813BD973AD3,Scripts\trainer\ssaqua\vermilion\009.dat:AE6B4B440602B3A3272DD456A156780C,Scripts\trainer\ssaqua\vermilion\009.trainer:598877653EF73077BC0BC02703262FC5,Scripts\trainer\ssaqua\vermilion\010.dat:EBF67DCD1019D9507B93995FAEBDB358,Scripts\trainer\ssaqua\vermilion\010.trainer:3FF6E7852328AB3778502F6AB5D74880,Scripts\trainer\trainerhouse\cal.dat:CA233A427A50C4C1941D5FA687ADAE87,Scripts\trainer\trainerhouse\cal.trainer:8A05803A445247CE1F92C1AB802487FB,Scripts\trainer\treasure\001.dat:20FFB1F71E5B705E11DC31DCB235ADEE,Scripts\trainer\treasure\001.trainer:B5FCE75E36CBCEF11314F9C8B6CA730A,Scripts\trainer\underground\001.dat:E665D708524BF4ECD2C6B92F9628E5BE,Scripts\trainer\underground\001.trainer:A6D998C787E644BDAE50B058FA8EF844,Scripts\trainer\underground\002.dat:09300C10445916637AD393C04203AF68,Scripts\trainer\underground\002.trainer:C7F61A5C476F7B488BDCE0EFD7C5F050,Scripts\trainer\underground\003.dat:27FEB8B7841ED72262CD990958355205,Scripts\trainer\underground\003.trainer:3D434B3D22D6E0A2DA06B1C2E8BBF242,Scripts\trainer\underground\004.dat:F4B9079F1404060FED4D0DF2163B50AC,Scripts\trainer\underground\004.trainer:46F28DBBB6CCC53A0F0D0CFE6A6CF12C,Scripts\trainer\underground\005.dat:F10B205C9601373E2C850734F233BD53,Scripts\trainer\underground\005.trainer:AF42C6C58DE39E972894519C559FBDDB,Scripts\trainer\underground\006.dat:7D28108D3041F8FB58E7CAC148D0EE00,Scripts\trainer\underground\006.trainer:902910E6162B754A7366A04DDA7EFD5B,Scripts\trainer\underground\007.dat:8104792EBAC85FD8FD864AC8389998A3,Scripts\trainer\underground\007.trainer:349068F2B325F8CF25B29440AD4124DC,Scripts\trainer\underground\008.dat:B49E0700AA8EE17FF0B126DF08C4A23C,Scripts\trainer\underground\008.trainer:5A0C221890EB16477D6521F3732416CC,Scripts\trainer\underground\009.dat:D66832A2E6B545E3A75BD871E7809560,Scripts\trainer\underground\009.trainer:8F92910911321EB22FBCA1F591FA418A,Scripts\trainer\unioncave\001.dat:8F2BBBE786D1C662C7C3D92F476D00D5,Scripts\trainer\unioncave\001.trainer:815057C3A6EC586760DBFC1448F4A9D1,Scripts\trainer\unioncave\002.dat:4481694B8AD43661491A220B4307888E,Scripts\trainer\unioncave\002.trainer:22F891060328AA134A8D32282C5DD580,Scripts\trainer\unioncave\003.dat:D669A99050329464B3F1294513806903,Scripts\trainer\unioncave\003.trainer:46F9FBC2D1F326C964A67F5221E315B1,Scripts\trainer\unioncave\004.dat:AC6E1B3AC336797884C8BF9216C36226,Scripts\trainer\unioncave\004.trainer:BE029635F50532F787681572C5935D91,Scripts\trainer\unioncave\005.dat:B96A758893DB0D510FDE9CCB8DD254B3,Scripts\trainer\unioncave\005.trainer:B65CBF784CC8EBAFE660F363C2786128,Scripts\trainer\unioncave\006.dat:6BD41F56D9E05855AE9C9CAF7380AB46,Scripts\trainer\unioncave\006.trainer:988D178A05E6EE85E4DA8C9BB387558B,Scripts\trainer\unioncave\007.dat:C5EAA022FE4F2A56762FFF952EE0B44C,Scripts\trainer\unioncave\007.trainer:B9471BCE546C7359C8F7F77FA1705773,Scripts\trainer\unioncave\008.dat:75C372D76CEA8F86D405A6522F5BBD45,Scripts\trainer\unioncave\008.trainer:51864D7C5A086854B298E3BB285E4805,Scripts\trainer\unioncave\009.dat:832DD7854B77A8260F203522B2752C7C,Scripts\trainer\unioncave\009.trainer:D9885BD938269CB8894A18D197239F72,Scripts\trainer\unioncave\010.dat:FDDC0FE5DA6315B6589DBA93BCCEF185,Scripts\trainer\unioncave\010.trainer:C343C2EADDE211D04A593778851C3BB7,Scripts\trainer\unioncave\011.dat:0652544DA07EDC52CD41E35D20AB01F9,Scripts\trainer\unioncave\011.trainer:344C122766532AFE4F2F9708F59DA9B5,Scripts\trainer\unioncave\012.dat:F6BBC40887903E8AB7FE7CF8D0C4DE65,Scripts\trainer\unioncave\012.trainer:B0FC770C8C40124D7504E44FCAD2CFD0,Scripts\trainer\vermilion_gym\001.dat:9EF8D5CD2C166A5C5774EDACF1DCB744,Scripts\trainer\vermilion_gym\001.trainer:DCB6FEAC940B6B1AA9001970EEE36E1C,Scripts\trainer\vermilion_gym\002.dat:AF069EF34E46D2597EC3FF48E774A936,Scripts\trainer\vermilion_gym\002.trainer:BF2D4D66E9F50320491B4FA90200CF2A,Scripts\trainer\vermilion_gym\003.dat:41CE7A88AFBD6A5F1B43FC3E83562053,Scripts\trainer\vermilion_gym\003.trainer:711A06A80A9D18624B9FF803C8691CB9,Scripts\trainer\vermilion_gym\leader.dat:5B84902A8B586319F6F611BAC5E99B79,Scripts\trainer\vermilion_gym\leader.trainer:58A9483D4AC79E6DAEAE7174304BF6E1,Scripts\trainer\violet_gym\001.dat:89A923CE858C9C0E24003E9E0509BF4C,Scripts\trainer\violet_gym\002.dat:E60E8EB3FCCBDCA5924BBB17FB2C48F3,Scripts\trainer\violet_gym\003.dat:00DA500DE14224D37C4F09073AD8D5E2,Scripts\trainer\viridian_gym\leader.dat:EE92BB8CD883DF477B4414BA7ED6E12F,Scripts\trainer\viridian_gym\leader.trainer:837B78B3C75CBB568781ECDA7A90C023,Scripts\trainer\v_forest\001.dat:35AF0F1CD3FC59E2167C0DDCE21760D0,Scripts\trainer\v_forest\001.trainer:991EF21927334F7B82F6D7945F92898E,Scripts\trainer\v_forest\002.dat:F36EF6FC00BDFA48501A6B84037E7B2B,Scripts\trainer\v_forest\002.trainer:0D4B4FF9D025F7DEF655A53C7084F78A,Scripts\trainer\v_forest\003.dat:D3AE43A8FA88A9AB80889CEEC13B81DA,Scripts\trainer\v_forest\003.trainer:5BABDCE25BF0C075B8AF1E86F6576230,Scripts\trainer\v_forest\004.dat:93E631FD3CA2A8719562162F8A24D50A,Scripts\trainer\v_forest\004.trainer:8C95BC09AF4FAED939E5335D2E268B57,Scripts\trainer\v_forest\005.dat:FDCA2140A45C3E9DD5964A1E620FFFA8,Scripts\trainer\v_forest\005.trainer:73B8144E0DA24FEB304E901B54FAD515,Scripts\twirl forest\confused_man.dat:AA1ABCCDA60A2D5B9495DA0423BABC02,Scripts\twirl forest\heal.dat:81CA8F68209BBEE7CDA9DAA6FC11032B,Scripts\twirl forest\0\scizor_appear.dat:ED20363321D591DBF96D7F97D63E95B8,Scripts\twirl forest\0\scizor_battle.dat:B15234D815B0C8134D4EF5399E41A3B2,Scripts\underground\box_moves.dat:D4C8D945834ABBE5EBC06393FAB29CA1,Scripts\underground\director.dat:DCE83CB4FC155FEB7931EE46C754554D,Scripts\underground\dooropen.dat:CEC6A163FDFA637C2556B7DDC74BC589,Scripts\underground\dooropen2.dat:01237620B29BE09426AB21BDA03B9FCB,Scripts\underground\switchcenter.dat:B7FA75730E051E7DA2CCD689007494DB,Scripts\underground\switchend.dat:77926D61683F954110017C1DA702FEC6,Scripts\underground\switchleft.dat:7B90DFF9CE98547FBF8129D59058BEC8,Scripts\underground\switchmap.dat:E04B3355F34D5C35D0B460B680FEEE07,Scripts\underground\switchright.dat:248B7652C32E1C8D55BF900049B76AE3,Scripts\unioncave\Friday1.dat:E41023AF55534A0CC16780AB40EF425D,Scripts\unioncave\Friday2.dat:7FCF8159E28EC3E7D33CC5290CE1E84F,Scripts\unioncave\lapras.dat:27F5BF03A185896B5AEE2B1DB3E92F90,Scripts\vermilion\bayleef.dat:6FF39B92D0E211D45C7C95FC8059C3B7,Scripts\vermilion\chairman.dat:064419EB906EE7F330701E8EF7A25DA6,Scripts\vermilion\dockhand.dat:2B2E2AF6D91CEF0A90DCB98398A946C5,Scripts\vermilion\dockhand2.dat:0CD9BB7812A84952CBBC27E17E1BB383,Scripts\vermilion\dockhand3.dat:F9D8FBB12BCC6E8685EA30634769A9C5,Scripts\vermilion\fastshipleaving.dat:080973597FEA065E4B171EFF2C1420F0,Scripts\vermilion\GymGuy.dat:686E783A0FE70BA7A3325A01BC8C99ED,Scripts\vermilion\machop.dat:43B3A220F8E6A53B3151AAE885DF3105,Scripts\vermilion\plushfinder.dat:5D3889D1ACBE0F0F4C835C7A4F12BEFE,Scripts\vermilion\seemew.dat:173F268108931188F5A0CB153C6589A4,Scripts\vermilion\snorlax.dat:C760894308AE00BB5962324A9B6BA199,Scripts\vermilion\snorlaxawake.dat:C89E80E89DC5A6844C9AEB02E7897127,Scripts\vermilion\gymtrash\0.dat:51480F1D1BCFF1612975EE7FA4524285,Scripts\vermilion\gymtrash\1.dat:B66989899391E95D893C1DCDA7330FE6,Scripts\vermilion\gymtrash\10.dat:45027B2024FD76A63D385B2164524578,Scripts\vermilion\gymtrash\11.dat:308284C08514B5951CCDF2F1E1E8A79A,Scripts\vermilion\gymtrash\12.dat:C79565D055C18F88DDB1BC37E9F46187,Scripts\vermilion\gymtrash\13.dat:FE663ADD9113CBF6AF474A06CF6AF6C1,Scripts\vermilion\gymtrash\14.dat:8C0A07C81D83DB930559A037488445B2,Scripts\vermilion\gymtrash\2.dat:08D2EAE7CC5927499A7816D14BC1C2B9,Scripts\vermilion\gymtrash\3.dat:B5085CD05691B4CC72FDF504E58C57C3,Scripts\vermilion\gymtrash\4.dat:27DA0ED207A4CA4FE05C39A2138284ED,Scripts\vermilion\gymtrash\5.dat:1D3F2D2B0427725DF11D0D166BCF16BB,Scripts\vermilion\gymtrash\6.dat:C9CD7E5CEB41BE467E84F52C68EB5B22,Scripts\vermilion\gymtrash\7.dat:3D558DA25E08DCAB15EEB00D922DF9ED,Scripts\vermilion\gymtrash\8.dat:0D715B0A8797B4C7BD0B27D2B97D790B,Scripts\vermilion\gymtrash\9.dat:0351261C8D6D9039F4EC555E7F564748,Scripts\vermilion\gymtrash\reset.dat:12D996CD49B5ED732286692B64850C8F,Scripts\violet\elmcall.dat:6EF8115FB47BEBE0B0A4FFF8F2300B80,Scripts\violet\GymGuy.dat:A80E26F05C5F65C90D077A918847B5FD,Scripts\violet\onix_trade.dat:DDCDFCB16178D73D822F9394CD7495B1,Scripts\violet\school_teacher.dat:E102543562690298AB98A5F3097F096F,Scripts\violet\strawberry.dat:AA49782DF03E404546955ECD9AF97685,Scripts\violet\teacher.dat:D7CFAF126A10BAC68ED0A1033AE05FFD,Scripts\violet\togepi_egg.dat:7B4AAB5625D4331977A9540A31D9919C,Scripts\viridian\GymGuy.dat:B1065DD19E97F27937C24030C8239579,Scripts\viridian\oakphone.dat:D0595DAE8252E29ABC70B81AE2AED14B,Scripts\viridian\rattata.dat:534707D2804B8AEB323D30B876E9A096,Scripts\viridian\sleeping.dat:A4BA03F31A9A6688783516212C60B551,Scripts\viridian\spearow.dat:47DC06EA1D74BEA8F02187B373C0F1B4,Scripts\whirlislands\lugia.dat:5EC06FE34C67CBFDF9DC850E755AC44E,Scripts\whirlislands\lugiawarp1.dat:54537A1D05074DF15CB73F9D76B9F4A6,Scripts\whirlislands\lugiawarp2.dat:38BC7525B4CF0B292BF65E60038FC2D7,Scripts\whirlislands\sage.dat:1E9D7FE8A40C1E90B986C51B225D4343,Scripts\worldmap\johto.dat:6998B594B8FBD0C2C878FF779791CEA7,Scripts\worldmap\kanto.dat:F5D8E02BEA99ED6E2B84CC5EEFD23FEF,Scripts\worldmap\roaming_regions.dat:D30E73598751C5F66256D5C61F8B70FC,Scripts\worldmap\sevii islands.dat:8F542FF98C0AD15B0CE78EB6CE8C3E08 \ No newline at end of file diff --git a/2.5DHero/2.5DHeroContent/Content.mgcb b/2.5DHero/2.5DHeroContent/Content.mgcb index bc890c687..ce548b2af 100644 --- a/2.5DHero/2.5DHeroContent/Content.mgcb +++ b/2.5DHero/2.5DHeroContent/Content.mgcb @@ -1,4 +1,4 @@ - + #----------------------------- Global Properties ----------------------------# /outputDir:bin @@ -6,37117 +6,53 @@ /platform:DesktopGL /config: /profile:Reach -/compress:False +/compress:True #-------------------------------- References --------------------------------# #---------------------------------- Content ---------------------------------# -#begin Textures/indigo.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:Textures/indigo.png +#begin meta +/copy:meta -#begin Textures/NPC/Bruno.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:Textures/NPC/Bruno.png +#begin Content/Data/badges.dat +/copy:Content/Data/badges.dat -#begin Textures/NPC/Karen.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:Textures/NPC/Karen.png +#begin Content/Data/channels.dat +/copy:Content/Data/channels.dat -#begin Textures/NPC/Koga.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:Textures/NPC/Koga.png +#begin Content/Data/interactions.dat +/copy:Content/Data/interactions.dat -#begin Textures/NPC/Will.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:Textures/NPC/Will.png +#begin Content/Data/pokedex.dat +/copy:Content/Data/pokedex.dat -#begin Textures/portraits.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:Textures/portraits.png +#begin Content/Data/smashrockitems.dat +/copy:Content/Data/smashrockitems.dat -#begin Textures/Weather/bubble.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:Textures/Weather/bubble.png +#begin Content/Data/Moves/example.dat +/copy:Content/Data/Moves/example.dat -#begin Textures/Weather/rain.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:Textures/Weather/rain.png - -#begin Textures/Weather/snow.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:Textures/Weather/snow.png - -#begin Textures/Village.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:Textures/Village.png - -#begin SkyDomeResource/Clouds.jpg -/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:SkyDomeResource/Clouds.jpg - -#begin Textures/Routes.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:Textures/Routes.png - -#begin GUI/Overworld/Sign.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:GUI/Overworld/Sign.png - -#begin Textures/BarkTown.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:Textures/BarkTown.png - -#begin Textures/House.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:Textures/House.png - -#begin SkyDomeResource/Dark.jpg -/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:SkyDomeResource/Dark.jpg - -#begin GUI/Overworld/TextBox.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:GUI/Overworld/TextBox.png - -#begin GUI/Overworld/ChooseBox.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:GUI/Overworld/ChooseBox.png - -#begin Textures/Cherrygrove.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:Textures/Cherrygrove.png - -#begin SkyDomeResource/SunRise.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:SkyDomeResource/SunRise.png - -#begin SkyDomeResource/AuroraBoralis.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:SkyDomeResource/AuroraBoralis.png - -#begin SkyDomeResource/Cave.jpg -/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:SkyDomeResource/Cave.jpg - -#begin Items/ItemSheet.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:Items/ItemSheet.png - -#begin GUI/Menus/Menu.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:GUI/Menus/Menu.png - -#begin GUI/PokemonMenu.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:GUI/PokemonMenu.png - -#begin GUI/Menus/BagPack.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:GUI/Menus/BagPack.png - -#begin GUI/Menus/Types.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:GUI/Menus/Types.png - -#begin Textures/Berries.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:Textures/Berries.png - -#begin Textures/NPC/0.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:Textures/NPC/0.png - -#begin Textures/NPC/28.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:Textures/NPC/28.png - -#begin Textures/NPC/1.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:Textures/NPC/1.png - -#begin Textures/NPC/14.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:Textures/NPC/14.png - -#begin Textures/NPC/49.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:Textures/NPC/49.png - -#begin Textures/Battle/Cloud.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:Textures/Battle/Cloud.png - -#begin SkyDomeResource/SunSet.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:SkyDomeResource/SunSet.png - -#begin Textures/Center.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:Textures/Center.png - -#begin GUI/Intro.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:GUI/Intro.png - -#begin GUI/Overworld/Particles.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:GUI/Overworld/Particles.png - -#begin Textures/Lab.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:Textures/Lab.png - -#begin Textures/NPC/61.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:Textures/NPC/61.png - -#begin Textures/NPC/12.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:Textures/NPC/12.png - -#begin Textures/NPC/Pokeball.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:Textures/NPC/Pokeball.png - -#begin Textures/NPC/5.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:Textures/NPC/5.png - -#begin Textures/NPC/62.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:Textures/NPC/62.png - -#begin Textures/violet.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:Textures/violet.png - -#begin Textures/NPC/63.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:Textures/NPC/63.png - -#begin Textures/NPC/2.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:Textures/NPC/2.png - -#begin GUI/Logos/P3D.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:GUI/Logos/P3D.png - -#begin Textures/NPC/3.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:Textures/NPC/3.png - -#begin Textures/NPC/4.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:Textures/NPC/4.png - -#begin GUI/Map/johto_map.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:GUI/Map/johto_map.png - -#begin GUI/Map/map_objects.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:GUI/Map/map_objects.png - -#begin Textures/NPC/Blue.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:Textures/NPC/Blue.png - -#begin Textures/NPC/Red.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:Textures/NPC/Red.png - -#begin Textures/Mart.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:Textures/Mart.png - -#begin SkyDomeResource/Underwater.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:SkyDomeResource/Underwater.png - -#begin Textures/Lavender.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:Textures/Lavender.png - -#begin Textures/NPC/slender.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:Textures/NPC/slender.png - -#begin Textures/NPC/6.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:Textures/NPC/6.png - -#begin GUI/Overworld/flash_overlay.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:GUI/Overworld/flash_overlay.png - -#begin Textures/House2.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:Textures/House2.png - -#begin Textures/NPC/7.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:Textures/NPC/7.png - -#begin Textures/NPC/Hilbert.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:Textures/NPC/Hilbert.png - -#begin Textures/NPC/8.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:Textures/NPC/8.png - -#begin Textures/NPC/Hilda.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:Textures/NPC/Hilda.png - -#begin GUI/Evolution/EvolutionSpark.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:GUI/Evolution/EvolutionSpark.png - -#begin GUI/Evolution/Light.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:GUI/Evolution/Light.png - -#begin Textures/Azalea.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:Textures/Azalea.png - -#begin Textures/Apricorn.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:Textures/Apricorn.png - -#begin Textures/House3.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:Textures/House3.png - -#begin Textures/NPC/Kurt.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:Textures/NPC/Kurt.png - -#begin Textures/Battle/Fire/Fire.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:Textures/Battle/Fire/Fire.png - -#begin Textures/Battle/Fire/Hand.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:Textures/Battle/Fire/Hand.png - -#begin Textures/Battle/Physical/Tackle.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:Textures/Battle/Physical/Tackle.png - -#begin Textures/Battle/Physical/Particle.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:Textures/Battle/Physical/Particle.png - -#begin Textures/Battle/Other/RedCircle.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:Textures/Battle/Other/RedCircle.png - -#begin Textures/Battle/Other/YellowCloud.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:Textures/Battle/Other/YellowCloud.png - -#begin Textures/Battle/Fire/EmberBall.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:Textures/Battle/Fire/EmberBall.png - -#begin Textures/Weather/rain2.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:Textures/Weather/rain2.png - -#begin Textures/Weather/rain3.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:Textures/Weather/rain3.png - -#begin Textures/Weather/snow2.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:Textures/Weather/snow2.png - -#begin Textures/NPC/GoldRetro.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:Textures/NPC/GoldRetro.png - -#begin Textures/Battle/StatChange/statDown.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:Textures/Battle/StatChange/statDown.png - -#begin Textures/Battle/StatChange/statUp.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:Textures/Battle/StatChange/statUp.png - -#begin Textures/NPC/Ethan.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:Textures/NPC/Ethan.png - -#begin Textures/NPC/oak.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:Textures/NPC/oak.png - -#begin Textures/NPC/oldhatman.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:Textures/NPC/oldhatman.png - -#begin Textures/Gym.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:Textures/Gym.png - -#begin Sounds/pokemon_heal.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/pokemon_heal.mp3 - -#begin Sounds/item_found.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/item_found.mp3 - -#begin Textures/NPC/Sudowoodo.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:Textures/NPC/Sudowoodo.png - -#begin Textures/WoodTower.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:Textures/WoodTower.png - -#begin Textures/NPC/Elder.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:Textures/NPC/Elder.png - -#begin Textures/NPC/OldLady.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:Textures/NPC/OldLady.png - -#begin Textures/NPC/PinkShirtGirl.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:Textures/NPC/PinkShirtGirl.png - -#begin Textures/NPC/Sage.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:Textures/NPC/Sage.png - -#begin Textures/NPC/bugcatcher.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:Textures/NPC/bugcatcher.png - -#begin Textures/NPC/Rattata.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:Textures/NPC/Rattata.png - -#begin Textures/emoticons.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:Textures/emoticons.png - -#begin Sounds/Cries/1.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/1.mp3 - -#begin Sounds/Cries/2.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/2.mp3 - -#begin Sounds/Cries/3.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/3.mp3 - -#begin Sounds/Cries/4.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/4.mp3 - -#begin Sounds/Cries/5.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/5.mp3 - -#begin Sounds/Cries/6.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/6.mp3 - -#begin Sounds/Cries/7.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/7.mp3 - -#begin Sounds/Cries/8.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/8.mp3 - -#begin Sounds/Cries/9.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/9.mp3 - -#begin Sounds/Cries/10.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/10.mp3 - -#begin Sounds/Cries/11.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/11.mp3 - -#begin Sounds/Cries/12.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/12.mp3 - -#begin Sounds/Cries/13.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/13.mp3 - -#begin Sounds/Cries/14.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/14.mp3 - -#begin Sounds/Cries/15.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/15.mp3 - -#begin Sounds/Cries/16.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/16.mp3 - -#begin Sounds/Cries/17.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/17.mp3 - -#begin Sounds/Cries/18.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/18.mp3 - -#begin Sounds/Cries/19.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/19.mp3 - -#begin Sounds/Cries/20.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/20.mp3 - -#begin Sounds/Cries/21.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/21.mp3 - -#begin Sounds/Cries/22.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/22.mp3 - -#begin Sounds/Cries/23.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/23.mp3 - -#begin Sounds/Cries/24.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/24.mp3 - -#begin Sounds/Cries/25.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/25.mp3 - -#begin Sounds/Cries/26.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/26.mp3 - -#begin Sounds/Cries/27.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/27.mp3 - -#begin Sounds/Cries/28.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/28.mp3 - -#begin Sounds/Cries/29.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/29.mp3 - -#begin Sounds/Cries/30.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/30.mp3 - -#begin Sounds/Cries/31.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/31.mp3 - -#begin Sounds/Cries/32.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/32.mp3 - -#begin Sounds/Cries/33.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/33.mp3 - -#begin Sounds/Cries/34.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/34.mp3 - -#begin Sounds/Cries/35.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/35.mp3 - -#begin Sounds/Cries/36.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/36.mp3 - -#begin Sounds/Cries/37.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/37.mp3 - -#begin Sounds/Cries/38.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/38.mp3 - -#begin Sounds/Cries/39.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/39.mp3 - -#begin Sounds/Cries/40.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/40.mp3 - -#begin Sounds/Cries/41.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/41.mp3 - -#begin Sounds/Cries/42.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/42.mp3 - -#begin Sounds/Cries/43.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/43.mp3 - -#begin Sounds/Cries/44.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/44.mp3 - -#begin Sounds/Cries/45.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/45.mp3 - -#begin Sounds/Cries/46.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/46.mp3 - -#begin Sounds/Cries/47.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/47.mp3 - -#begin Sounds/Cries/48.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/48.mp3 - -#begin Sounds/Cries/49.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/49.mp3 - -#begin Sounds/Cries/50.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/50.mp3 - -#begin Sounds/Cries/51.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/51.mp3 - -#begin Sounds/Cries/52.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/52.mp3 - -#begin Sounds/Cries/53.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/53.mp3 - -#begin Sounds/Cries/54.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/54.mp3 - -#begin Sounds/Cries/55.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/55.mp3 - -#begin Sounds/Cries/69.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/69.mp3 - -#begin Sounds/Cries/163.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/163.mp3 - -#begin Sounds/Cries/187.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/187.mp3 - -#begin Textures/NPC/9.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:Textures/NPC/9.png - -#begin Textures/NPC/Falkner.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:Textures/NPC/Falkner.png - -#begin GUI/Badges.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:GUI/Badges.png - -#begin Textures/NPC/10.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:Textures/NPC/10.png - -#begin Sounds/Cries/100.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/100.mp3 - -#begin Sounds/Cries/101.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/101.mp3 - -#begin Sounds/Cries/102.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/102.mp3 - -#begin Sounds/Cries/103.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/103.mp3 - -#begin Sounds/Cries/104.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/104.mp3 - -#begin Sounds/Cries/105.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/105.mp3 - -#begin Sounds/Cries/106.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/106.mp3 - -#begin Sounds/Cries/107.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/107.mp3 - -#begin Sounds/Cries/108.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/108.mp3 - -#begin Sounds/Cries/109.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/109.mp3 - -#begin Sounds/Cries/110.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/110.mp3 - -#begin Sounds/Cries/111.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/111.mp3 - -#begin Sounds/Cries/112.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/112.mp3 - -#begin Sounds/Cries/113.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/113.mp3 - -#begin Sounds/Cries/114.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/114.mp3 - -#begin Sounds/Cries/115.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/115.mp3 - -#begin Sounds/Cries/116.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/116.mp3 - -#begin Sounds/Cries/117.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/117.mp3 - -#begin Sounds/Cries/118.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/118.mp3 - -#begin Sounds/Cries/119.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/119.mp3 - -#begin Sounds/Cries/120.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/120.mp3 - -#begin Sounds/Cries/121.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/121.mp3 - -#begin Sounds/Cries/122.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/122.mp3 - -#begin Sounds/Cries/123.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/123.mp3 - -#begin Sounds/Cries/124.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/124.mp3 - -#begin Sounds/Cries/125.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/125.mp3 - -#begin Sounds/Cries/126.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/126.mp3 - -#begin Sounds/Cries/127.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/127.mp3 - -#begin Sounds/Cries/128.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/128.mp3 - -#begin Sounds/Cries/129.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/129.mp3 - -#begin Sounds/Cries/130.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/130.mp3 - -#begin Sounds/Cries/131.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/131.mp3 - -#begin Sounds/Cries/132.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/132.mp3 - -#begin Sounds/Cries/133.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/133.mp3 - -#begin Sounds/Cries/134.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/134.mp3 - -#begin Sounds/Cries/135.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/135.mp3 - -#begin Sounds/Cries/136.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/136.mp3 - -#begin Sounds/Cries/137.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/137.mp3 - -#begin Sounds/Cries/138.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/138.mp3 - -#begin Sounds/Cries/139.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/139.mp3 - -#begin Sounds/Cries/140.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/140.mp3 - -#begin Sounds/Cries/141.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/141.mp3 - -#begin Sounds/Cries/142.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/142.mp3 - -#begin Sounds/Cries/143.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/143.mp3 - -#begin Sounds/Cries/144.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/144.mp3 - -#begin Sounds/Cries/145.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/145.mp3 - -#begin Sounds/Cries/146.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/146.mp3 - -#begin Sounds/Cries/147.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/147.mp3 - -#begin Sounds/Cries/148.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/148.mp3 - -#begin Sounds/Cries/149.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/149.mp3 - -#begin Sounds/Cries/150.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/150.mp3 - -#begin Sounds/Cries/151.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/151.mp3 - -#begin Sounds/Cries/152.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/152.mp3 - -#begin Sounds/Cries/153.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/153.mp3 - -#begin Sounds/Cries/154.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/154.mp3 - -#begin Sounds/Cries/155.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/155.mp3 - -#begin Sounds/Cries/156.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/156.mp3 - -#begin Sounds/Cries/157.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/157.mp3 - -#begin Sounds/Cries/158.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/158.mp3 - -#begin Sounds/Cries/159.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/159.mp3 - -#begin Sounds/Cries/160.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/160.mp3 - -#begin Sounds/Cries/161.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/161.mp3 - -#begin Sounds/Cries/162.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/162.mp3 - -#begin Sounds/Cries/164.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/164.mp3 - -#begin Sounds/Cries/165.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/165.mp3 - -#begin Sounds/Cries/166.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/166.mp3 - -#begin Sounds/Cries/167.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/167.mp3 - -#begin Sounds/Cries/168.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/168.mp3 - -#begin Sounds/Cries/169.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/169.mp3 - -#begin Sounds/Cries/170.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/170.mp3 - -#begin Sounds/Cries/171.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/171.mp3 - -#begin Sounds/Cries/172.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/172.mp3 - -#begin Sounds/Cries/173.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/173.mp3 - -#begin Sounds/Cries/174.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/174.mp3 - -#begin Sounds/Cries/175.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/175.mp3 - -#begin Sounds/Cries/176.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/176.mp3 - -#begin Sounds/Cries/177.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/177.mp3 - -#begin Sounds/Cries/178.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/178.mp3 - -#begin Sounds/Cries/179.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/179.mp3 - -#begin Sounds/Cries/180.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/180.mp3 - -#begin Sounds/Cries/181.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/181.mp3 - -#begin Sounds/Cries/182.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/182.mp3 - -#begin Sounds/Cries/183.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/183.mp3 - -#begin Sounds/Cries/184.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/184.mp3 - -#begin Sounds/Cries/185.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/185.mp3 - -#begin Sounds/Cries/186.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/186.mp3 - -#begin Sounds/Cries/188.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/188.mp3 - -#begin Sounds/Cries/189.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/189.mp3 - -#begin Sounds/Cries/190.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/190.mp3 - -#begin Sounds/Cries/191.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/191.mp3 - -#begin Sounds/Cries/192.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/192.mp3 - -#begin Sounds/Cries/193.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/193.mp3 - -#begin Sounds/Cries/194.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/194.mp3 - -#begin Sounds/Cries/195.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/195.mp3 - -#begin Sounds/Cries/196.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/196.mp3 - -#begin Sounds/Cries/197.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/197.mp3 - -#begin Sounds/Cries/198.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/198.mp3 - -#begin Sounds/Cries/199.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/199.mp3 - -#begin Sounds/Cries/200.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/200.mp3 - -#begin Sounds/Cries/201.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/201.mp3 - -#begin Sounds/Cries/202.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/202.mp3 - -#begin Sounds/Cries/203.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/203.mp3 - -#begin Sounds/Cries/204.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/204.mp3 - -#begin Sounds/Cries/205.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/205.mp3 - -#begin Sounds/Cries/206.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/206.mp3 - -#begin Sounds/Cries/207.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/207.mp3 - -#begin Sounds/Cries/208.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/208.mp3 - -#begin Sounds/Cries/209.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/209.mp3 - -#begin Sounds/Cries/210.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/210.mp3 - -#begin Sounds/Cries/211.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/211.mp3 - -#begin Sounds/Cries/212.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/212.mp3 - -#begin Sounds/Cries/213.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/213.mp3 - -#begin Sounds/Cries/214.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/214.mp3 - -#begin Sounds/Cries/215.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/215.mp3 - -#begin Sounds/Cries/216.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/216.mp3 - -#begin Sounds/Cries/217.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/217.mp3 - -#begin Sounds/Cries/218.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/218.mp3 - -#begin Sounds/Cries/219.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/219.mp3 - -#begin Sounds/Cries/220.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/220.mp3 - -#begin Sounds/Cries/221.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/221.mp3 - -#begin Sounds/Cries/222.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/222.mp3 - -#begin Sounds/Cries/223.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/223.mp3 - -#begin Sounds/Cries/224.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/224.mp3 - -#begin Sounds/Cries/225.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/225.mp3 - -#begin Sounds/Cries/226.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/226.mp3 - -#begin Sounds/Cries/227.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/227.mp3 - -#begin Sounds/Cries/228.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/228.mp3 - -#begin Sounds/Cries/229.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/229.mp3 - -#begin Sounds/Cries/230.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/230.mp3 - -#begin Sounds/Cries/231.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/231.mp3 - -#begin Sounds/Cries/232.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/232.mp3 - -#begin Sounds/Cries/233.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/233.mp3 - -#begin Sounds/Cries/234.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/234.mp3 - -#begin Sounds/Cries/235.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/235.mp3 - -#begin Sounds/Cries/236.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/236.mp3 - -#begin Sounds/Cries/237.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/237.mp3 - -#begin Sounds/Cries/238.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/238.mp3 - -#begin Sounds/Cries/239.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/239.mp3 - -#begin Sounds/Cries/240.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/240.mp3 - -#begin Sounds/Cries/241.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/241.mp3 - -#begin Sounds/Cries/242.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/242.mp3 - -#begin Sounds/Cries/243.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/243.mp3 - -#begin Sounds/Cries/244.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/244.mp3 - -#begin Sounds/Cries/245.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/245.mp3 - -#begin Sounds/Cries/246.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/246.mp3 - -#begin Sounds/Cries/247.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/247.mp3 - -#begin Sounds/Cries/248.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/248.mp3 - -#begin Sounds/Cries/249.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/249.mp3 - -#begin Sounds/Cries/250.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/250.mp3 - -#begin Sounds/Cries/251.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/251.mp3 - -#begin Sounds/Cries/56.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/56.mp3 - -#begin Sounds/Cries/57.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/57.mp3 - -#begin Sounds/Cries/58.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/58.mp3 - -#begin Sounds/Cries/59.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/59.mp3 - -#begin Sounds/Cries/60.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/60.mp3 - -#begin Sounds/Cries/61.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/61.mp3 - -#begin Sounds/Cries/62.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/62.mp3 - -#begin Sounds/Cries/63.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/63.mp3 - -#begin Sounds/Cries/64.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/64.mp3 - -#begin Sounds/Cries/65.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/65.mp3 - -#begin Sounds/Cries/66.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/66.mp3 - -#begin Sounds/Cries/67.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/67.mp3 - -#begin Sounds/Cries/68.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/68.mp3 - -#begin Sounds/Cries/70.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/70.mp3 - -#begin Sounds/Cries/71.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/71.mp3 - -#begin Sounds/Cries/72.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/72.mp3 - -#begin Sounds/Cries/73.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/73.mp3 - -#begin Sounds/Cries/74.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/74.mp3 - -#begin Sounds/Cries/75.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/75.mp3 - -#begin Sounds/Cries/76.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/76.mp3 - -#begin Sounds/Cries/77.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/77.mp3 - -#begin Sounds/Cries/78.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/78.mp3 - -#begin Sounds/Cries/79.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/79.mp3 - -#begin Sounds/Cries/80.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/80.mp3 - -#begin Sounds/Cries/81.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/81.mp3 - -#begin Sounds/Cries/82.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/82.mp3 - -#begin Sounds/Cries/83.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/83.mp3 - -#begin Sounds/Cries/84.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/84.mp3 - -#begin Sounds/Cries/85.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/85.mp3 - -#begin Sounds/Cries/86.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/86.mp3 - -#begin Sounds/Cries/87.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/87.mp3 - -#begin Sounds/Cries/88.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/88.mp3 - -#begin Sounds/Cries/89.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/89.mp3 - -#begin Sounds/Cries/90.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/90.mp3 - -#begin Sounds/Cries/91.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/91.mp3 - -#begin Sounds/Cries/92.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/92.mp3 - -#begin Sounds/Cries/93.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/93.mp3 - -#begin Sounds/Cries/94.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/94.mp3 - -#begin Sounds/Cries/95.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/95.mp3 - -#begin Sounds/Cries/96.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/96.mp3 - -#begin Sounds/Cries/97.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/97.mp3 - -#begin Sounds/Cries/98.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/98.mp3 - -#begin Sounds/Cries/99.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/99.mp3 - -#begin Textures/NPC/11.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:Textures/NPC/11.png - -#begin Textures/NPC/13.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:Textures/NPC/13.png - -#begin Textures/NPC/15.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:Textures/NPC/15.png - -#begin Textures/NPC/Pidgey.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:Textures/NPC/Pidgey.png - -#begin Textures/NPC/16.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:Textures/NPC/16.png - -#begin Textures/NPC/17.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:Textures/NPC/17.png - -#begin Textures/NPC/18.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:Textures/NPC/18.png - -#begin Textures/NPC/19.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:Textures/NPC/19.png - -#begin Textures/Battle/Status.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:Textures/Battle/Status.png - -#begin Textures/NPC/20.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:Textures/NPC/20.png - -#begin Textures/NPC/21.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:Textures/NPC/21.png - -#begin Textures/SecretBase.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:Textures/SecretBase.png - -#begin Textures/NPC/GruntF.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:Textures/NPC/GruntF.png - -#begin Textures/NPC/GruntM.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:Textures/NPC/GruntM.png - -#begin Textures/NPC/Proton.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:Textures/NPC/Proton.png - -#begin Textures/NPC/Slowpoke.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:Textures/NPC/Slowpoke.png - -#begin Textures/NPC/Bugsy.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:Textures/NPC/Bugsy.png - -#begin Textures/NPC/GymGuy.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:Textures/NPC/GymGuy.png - -#begin Textures/NPC/LittleGirl.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:Textures/NPC/LittleGirl.png - -#begin Textures/NPC/Farfetch'd.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:Textures/NPC/Farfetch'd.png - -#begin Sounds/badge_acquired.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/badge_acquired.mp3 - -#begin Textures/NPC/22.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:Textures/NPC/22.png - -#begin Sounds/Save.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Save.mp3 - -#begin Textures/Goldenrod.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:Textures/Goldenrod.png - -#begin Pokemon/Overworld/Normal/1.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:Pokemon/Overworld/Normal/1.png - -#begin Pokemon/Overworld/Normal/10.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:Pokemon/Overworld/Normal/10.png - -#begin Pokemon/Overworld/Normal/100.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:Pokemon/Overworld/Normal/100.png - -#begin Pokemon/Overworld/Normal/101.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:Pokemon/Overworld/Normal/101.png - -#begin Pokemon/Overworld/Normal/102.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:Pokemon/Overworld/Normal/102.png - -#begin Pokemon/Overworld/Normal/103.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:Pokemon/Overworld/Normal/103.png - -#begin Pokemon/Overworld/Normal/104.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:Pokemon/Overworld/Normal/104.png - -#begin Pokemon/Overworld/Normal/105.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:Pokemon/Overworld/Normal/105.png - -#begin Pokemon/Overworld/Normal/106.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:Pokemon/Overworld/Normal/106.png - -#begin Pokemon/Overworld/Normal/107.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:Pokemon/Overworld/Normal/107.png - -#begin Pokemon/Overworld/Normal/108.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:Pokemon/Overworld/Normal/108.png - -#begin Pokemon/Overworld/Normal/109.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:Pokemon/Overworld/Normal/109.png - -#begin Pokemon/Overworld/Normal/11.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:Pokemon/Overworld/Normal/11.png - -#begin Pokemon/Overworld/Normal/110.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:Pokemon/Overworld/Normal/110.png - -#begin Pokemon/Overworld/Normal/111.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:Pokemon/Overworld/Normal/111.png - -#begin Pokemon/Overworld/Normal/112.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:Pokemon/Overworld/Normal/112.png - -#begin Pokemon/Overworld/Normal/113.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:Pokemon/Overworld/Normal/113.png - -#begin Pokemon/Overworld/Normal/114.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:Pokemon/Overworld/Normal/114.png - -#begin Pokemon/Overworld/Normal/115.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:Pokemon/Overworld/Normal/115.png - -#begin Pokemon/Overworld/Normal/116.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:Pokemon/Overworld/Normal/116.png - -#begin Pokemon/Overworld/Normal/117.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:Pokemon/Overworld/Normal/117.png - -#begin Pokemon/Overworld/Normal/118.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:Pokemon/Overworld/Normal/118.png - -#begin Pokemon/Overworld/Normal/119.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:Pokemon/Overworld/Normal/119.png - -#begin Pokemon/Overworld/Normal/12.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:Pokemon/Overworld/Normal/12.png - -#begin Pokemon/Overworld/Normal/120.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:Pokemon/Overworld/Normal/120.png - -#begin Pokemon/Overworld/Normal/121.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:Pokemon/Overworld/Normal/121.png - -#begin Pokemon/Overworld/Normal/122.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:Pokemon/Overworld/Normal/122.png - -#begin Pokemon/Overworld/Normal/123.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:Pokemon/Overworld/Normal/123.png - -#begin Pokemon/Overworld/Normal/124.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:Pokemon/Overworld/Normal/124.png - -#begin Pokemon/Overworld/Normal/125.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:Pokemon/Overworld/Normal/125.png - -#begin Pokemon/Overworld/Normal/126.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:Pokemon/Overworld/Normal/126.png - -#begin Pokemon/Overworld/Normal/127.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:Pokemon/Overworld/Normal/127.png - -#begin Pokemon/Overworld/Normal/128.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:Pokemon/Overworld/Normal/128.png - -#begin Pokemon/Overworld/Normal/129.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:Pokemon/Overworld/Normal/129.png - -#begin Pokemon/Overworld/Normal/13.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:Pokemon/Overworld/Normal/13.png - -#begin Pokemon/Overworld/Normal/130.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:Pokemon/Overworld/Normal/130.png - -#begin Pokemon/Overworld/Normal/131.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:Pokemon/Overworld/Normal/131.png - -#begin Pokemon/Overworld/Normal/132.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:Pokemon/Overworld/Normal/132.png - -#begin Pokemon/Overworld/Normal/133.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:Pokemon/Overworld/Normal/133.png - -#begin Pokemon/Overworld/Normal/134.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:Pokemon/Overworld/Normal/134.png - -#begin Pokemon/Overworld/Normal/135.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:Pokemon/Overworld/Normal/135.png - -#begin Pokemon/Overworld/Normal/136.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:Pokemon/Overworld/Normal/136.png - -#begin Pokemon/Overworld/Normal/137.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:Pokemon/Overworld/Normal/137.png - -#begin Pokemon/Overworld/Normal/138.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:Pokemon/Overworld/Normal/138.png - -#begin Pokemon/Overworld/Normal/139.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:Pokemon/Overworld/Normal/139.png - -#begin Pokemon/Overworld/Normal/14.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:Pokemon/Overworld/Normal/14.png - -#begin Pokemon/Overworld/Normal/140.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:Pokemon/Overworld/Normal/140.png - -#begin Pokemon/Overworld/Normal/141.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:Pokemon/Overworld/Normal/141.png - -#begin Pokemon/Overworld/Normal/142.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:Pokemon/Overworld/Normal/142.png - -#begin Pokemon/Overworld/Normal/143.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:Pokemon/Overworld/Normal/143.png - -#begin Pokemon/Overworld/Normal/144.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:Pokemon/Overworld/Normal/144.png - -#begin Pokemon/Overworld/Normal/145.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:Pokemon/Overworld/Normal/145.png - -#begin Pokemon/Overworld/Normal/146.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:Pokemon/Overworld/Normal/146.png - -#begin Pokemon/Overworld/Normal/147.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:Pokemon/Overworld/Normal/147.png - -#begin Pokemon/Overworld/Normal/148.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:Pokemon/Overworld/Normal/148.png - -#begin Pokemon/Overworld/Normal/149.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:Pokemon/Overworld/Normal/149.png - -#begin Pokemon/Overworld/Normal/15.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:Pokemon/Overworld/Normal/15.png - -#begin Pokemon/Overworld/Normal/150.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:Pokemon/Overworld/Normal/150.png - -#begin Pokemon/Overworld/Normal/151.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:Pokemon/Overworld/Normal/151.png - -#begin Pokemon/Overworld/Normal/152.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:Pokemon/Overworld/Normal/152.png - -#begin Pokemon/Overworld/Normal/153.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:Pokemon/Overworld/Normal/153.png - -#begin Pokemon/Overworld/Normal/154.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:Pokemon/Overworld/Normal/154.png - -#begin Pokemon/Overworld/Normal/155.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:Pokemon/Overworld/Normal/155.png - -#begin Pokemon/Overworld/Normal/156.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:Pokemon/Overworld/Normal/156.png - -#begin Pokemon/Overworld/Normal/157.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:Pokemon/Overworld/Normal/157.png - -#begin Pokemon/Overworld/Normal/158.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:Pokemon/Overworld/Normal/158.png - -#begin Pokemon/Overworld/Normal/159.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:Pokemon/Overworld/Normal/159.png - -#begin Pokemon/Overworld/Normal/16.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:Pokemon/Overworld/Normal/16.png - -#begin Pokemon/Overworld/Normal/160.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:Pokemon/Overworld/Normal/160.png - -#begin Pokemon/Overworld/Normal/161.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:Pokemon/Overworld/Normal/161.png - -#begin Pokemon/Overworld/Normal/162.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:Pokemon/Overworld/Normal/162.png - -#begin Pokemon/Overworld/Normal/163.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:Pokemon/Overworld/Normal/163.png - -#begin Pokemon/Overworld/Normal/164.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:Pokemon/Overworld/Normal/164.png - -#begin Pokemon/Overworld/Normal/165.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:Pokemon/Overworld/Normal/165.png - -#begin Pokemon/Overworld/Normal/166.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:Pokemon/Overworld/Normal/166.png - -#begin Pokemon/Overworld/Normal/167.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:Pokemon/Overworld/Normal/167.png - -#begin Pokemon/Overworld/Normal/168.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:Pokemon/Overworld/Normal/168.png - -#begin Pokemon/Overworld/Normal/169.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:Pokemon/Overworld/Normal/169.png - -#begin Pokemon/Overworld/Normal/17.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:Pokemon/Overworld/Normal/17.png - -#begin Pokemon/Overworld/Normal/170.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:Pokemon/Overworld/Normal/170.png - -#begin Pokemon/Overworld/Normal/171.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:Pokemon/Overworld/Normal/171.png - -#begin Pokemon/Overworld/Normal/172_spiky-eared.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:Pokemon/Overworld/Normal/172_spiky-eared.png - -#begin Pokemon/Overworld/Normal/172.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:Pokemon/Overworld/Normal/172.png - -#begin Pokemon/Overworld/Normal/173.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:Pokemon/Overworld/Normal/173.png - -#begin Pokemon/Overworld/Normal/174.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:Pokemon/Overworld/Normal/174.png - -#begin Pokemon/Overworld/Normal/175.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:Pokemon/Overworld/Normal/175.png - -#begin Pokemon/Overworld/Normal/176.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:Pokemon/Overworld/Normal/176.png - -#begin Pokemon/Overworld/Normal/177.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:Pokemon/Overworld/Normal/177.png - -#begin Pokemon/Overworld/Normal/178.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:Pokemon/Overworld/Normal/178.png - -#begin Pokemon/Overworld/Normal/179.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:Pokemon/Overworld/Normal/179.png - -#begin Pokemon/Overworld/Normal/18.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:Pokemon/Overworld/Normal/18.png - -#begin Pokemon/Overworld/Normal/180.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:Pokemon/Overworld/Normal/180.png - -#begin Pokemon/Overworld/Normal/181.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:Pokemon/Overworld/Normal/181.png - -#begin Pokemon/Overworld/Normal/182.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:Pokemon/Overworld/Normal/182.png - -#begin Pokemon/Overworld/Normal/183.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:Pokemon/Overworld/Normal/183.png - -#begin Pokemon/Overworld/Normal/184.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:Pokemon/Overworld/Normal/184.png - -#begin Pokemon/Overworld/Normal/185.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:Pokemon/Overworld/Normal/185.png - -#begin Pokemon/Overworld/Normal/186.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:Pokemon/Overworld/Normal/186.png - -#begin Pokemon/Overworld/Normal/187.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:Pokemon/Overworld/Normal/187.png - -#begin Pokemon/Overworld/Normal/188.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:Pokemon/Overworld/Normal/188.png - -#begin Pokemon/Overworld/Normal/189.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:Pokemon/Overworld/Normal/189.png - -#begin Pokemon/Overworld/Normal/19.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:Pokemon/Overworld/Normal/19.png - -#begin Pokemon/Overworld/Normal/190.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:Pokemon/Overworld/Normal/190.png - -#begin Pokemon/Overworld/Normal/191.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:Pokemon/Overworld/Normal/191.png - -#begin Pokemon/Overworld/Normal/192.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:Pokemon/Overworld/Normal/192.png - -#begin Pokemon/Overworld/Normal/193.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:Pokemon/Overworld/Normal/193.png - -#begin Pokemon/Overworld/Normal/194.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:Pokemon/Overworld/Normal/194.png - -#begin Pokemon/Overworld/Normal/195.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:Pokemon/Overworld/Normal/195.png - -#begin Pokemon/Overworld/Normal/196.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:Pokemon/Overworld/Normal/196.png - -#begin Pokemon/Overworld/Normal/197.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:Pokemon/Overworld/Normal/197.png - -#begin Pokemon/Overworld/Normal/198.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:Pokemon/Overworld/Normal/198.png - -#begin Pokemon/Overworld/Normal/199.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:Pokemon/Overworld/Normal/199.png - -#begin Pokemon/Overworld/Normal/2.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:Pokemon/Overworld/Normal/2.png - -#begin Pokemon/Overworld/Normal/20.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:Pokemon/Overworld/Normal/20.png - -#begin Pokemon/Overworld/Normal/200.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:Pokemon/Overworld/Normal/200.png - -#begin Pokemon/Overworld/Normal/201-a.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:Pokemon/Overworld/Normal/201-a.png - -#begin Pokemon/Overworld/Normal/201-b.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:Pokemon/Overworld/Normal/201-b.png - -#begin Pokemon/Overworld/Normal/201-c.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:Pokemon/Overworld/Normal/201-c.png - -#begin Pokemon/Overworld/Normal/201-d.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:Pokemon/Overworld/Normal/201-d.png - -#begin Pokemon/Overworld/Normal/201-e.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:Pokemon/Overworld/Normal/201-e.png - -#begin Pokemon/Overworld/Normal/201-exclamation.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:Pokemon/Overworld/Normal/201-exclamation.png - -#begin Pokemon/Overworld/Normal/201-f.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:Pokemon/Overworld/Normal/201-f.png - -#begin Pokemon/Overworld/Normal/201-g.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:Pokemon/Overworld/Normal/201-g.png - -#begin Pokemon/Overworld/Normal/201-h.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:Pokemon/Overworld/Normal/201-h.png - -#begin Pokemon/Overworld/Normal/201-i.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:Pokemon/Overworld/Normal/201-i.png - -#begin Pokemon/Overworld/Normal/201-j.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:Pokemon/Overworld/Normal/201-j.png - -#begin Pokemon/Overworld/Normal/201-k.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:Pokemon/Overworld/Normal/201-k.png - -#begin Pokemon/Overworld/Normal/201-l.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:Pokemon/Overworld/Normal/201-l.png - -#begin Pokemon/Overworld/Normal/201-m.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:Pokemon/Overworld/Normal/201-m.png - -#begin Pokemon/Overworld/Normal/201-n.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:Pokemon/Overworld/Normal/201-n.png - -#begin Pokemon/Overworld/Normal/201-o.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:Pokemon/Overworld/Normal/201-o.png - -#begin Pokemon/Overworld/Normal/201-p.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:Pokemon/Overworld/Normal/201-p.png - -#begin Pokemon/Overworld/Normal/201-q.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:Pokemon/Overworld/Normal/201-q.png - -#begin Pokemon/Overworld/Normal/201-question.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:Pokemon/Overworld/Normal/201-question.png - -#begin Pokemon/Overworld/Normal/201-r.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:Pokemon/Overworld/Normal/201-r.png - -#begin Pokemon/Overworld/Normal/201-s.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:Pokemon/Overworld/Normal/201-s.png - -#begin Pokemon/Overworld/Normal/201-t.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:Pokemon/Overworld/Normal/201-t.png - -#begin Pokemon/Overworld/Normal/201-u.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:Pokemon/Overworld/Normal/201-u.png - -#begin Pokemon/Overworld/Normal/201-v.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:Pokemon/Overworld/Normal/201-v.png - -#begin Pokemon/Overworld/Normal/201-w.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:Pokemon/Overworld/Normal/201-w.png - -#begin Pokemon/Overworld/Normal/201-x.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:Pokemon/Overworld/Normal/201-x.png - -#begin Pokemon/Overworld/Normal/201-y.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:Pokemon/Overworld/Normal/201-y.png - -#begin Pokemon/Overworld/Normal/201-z.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:Pokemon/Overworld/Normal/201-z.png - -#begin Pokemon/Overworld/Normal/201.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:Pokemon/Overworld/Normal/201.png - -#begin Pokemon/Overworld/Normal/202.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:Pokemon/Overworld/Normal/202.png - -#begin Pokemon/Overworld/Normal/203.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:Pokemon/Overworld/Normal/203.png - -#begin Pokemon/Overworld/Normal/204.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:Pokemon/Overworld/Normal/204.png - -#begin Pokemon/Overworld/Normal/205.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:Pokemon/Overworld/Normal/205.png - -#begin Pokemon/Overworld/Normal/206.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:Pokemon/Overworld/Normal/206.png - -#begin Pokemon/Overworld/Normal/207.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:Pokemon/Overworld/Normal/207.png - -#begin Pokemon/Overworld/Normal/208.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:Pokemon/Overworld/Normal/208.png - -#begin Pokemon/Overworld/Normal/209.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:Pokemon/Overworld/Normal/209.png - -#begin Pokemon/Overworld/Normal/21.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:Pokemon/Overworld/Normal/21.png - -#begin Pokemon/Overworld/Normal/210.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:Pokemon/Overworld/Normal/210.png - -#begin Pokemon/Overworld/Normal/211.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:Pokemon/Overworld/Normal/211.png - -#begin Pokemon/Overworld/Normal/212.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:Pokemon/Overworld/Normal/212.png - -#begin Pokemon/Overworld/Normal/213.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:Pokemon/Overworld/Normal/213.png - -#begin Pokemon/Overworld/Normal/214.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:Pokemon/Overworld/Normal/214.png - -#begin Pokemon/Overworld/Normal/215.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:Pokemon/Overworld/Normal/215.png - -#begin Pokemon/Overworld/Normal/216.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:Pokemon/Overworld/Normal/216.png - -#begin Pokemon/Overworld/Normal/217.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:Pokemon/Overworld/Normal/217.png - -#begin Pokemon/Overworld/Normal/218.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:Pokemon/Overworld/Normal/218.png - -#begin Pokemon/Overworld/Normal/219.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:Pokemon/Overworld/Normal/219.png - -#begin Pokemon/Overworld/Normal/22.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:Pokemon/Overworld/Normal/22.png - -#begin Pokemon/Overworld/Normal/220.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:Pokemon/Overworld/Normal/220.png - -#begin Pokemon/Overworld/Normal/221.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:Pokemon/Overworld/Normal/221.png - -#begin Pokemon/Overworld/Normal/222.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:Pokemon/Overworld/Normal/222.png - -#begin Pokemon/Overworld/Normal/223.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:Pokemon/Overworld/Normal/223.png - -#begin Pokemon/Overworld/Normal/224.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:Pokemon/Overworld/Normal/224.png - -#begin Pokemon/Overworld/Normal/225.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:Pokemon/Overworld/Normal/225.png - -#begin Pokemon/Overworld/Normal/226.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:Pokemon/Overworld/Normal/226.png - -#begin Pokemon/Overworld/Normal/227.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:Pokemon/Overworld/Normal/227.png - -#begin Pokemon/Overworld/Normal/228.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:Pokemon/Overworld/Normal/228.png - -#begin Pokemon/Overworld/Normal/229.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:Pokemon/Overworld/Normal/229.png - -#begin Pokemon/Overworld/Normal/23.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:Pokemon/Overworld/Normal/23.png - -#begin Pokemon/Overworld/Normal/230.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:Pokemon/Overworld/Normal/230.png - -#begin Pokemon/Overworld/Normal/231.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:Pokemon/Overworld/Normal/231.png - -#begin Pokemon/Overworld/Normal/232.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:Pokemon/Overworld/Normal/232.png - -#begin Pokemon/Overworld/Normal/233.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:Pokemon/Overworld/Normal/233.png - -#begin Pokemon/Overworld/Normal/234.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:Pokemon/Overworld/Normal/234.png - -#begin Pokemon/Overworld/Normal/235.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:Pokemon/Overworld/Normal/235.png - -#begin Pokemon/Overworld/Normal/236.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:Pokemon/Overworld/Normal/236.png - -#begin Pokemon/Overworld/Normal/237.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:Pokemon/Overworld/Normal/237.png - -#begin Pokemon/Overworld/Normal/238.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:Pokemon/Overworld/Normal/238.png - -#begin Pokemon/Overworld/Normal/239.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:Pokemon/Overworld/Normal/239.png - -#begin Pokemon/Overworld/Normal/24.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:Pokemon/Overworld/Normal/24.png - -#begin Pokemon/Overworld/Normal/240.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:Pokemon/Overworld/Normal/240.png - -#begin Pokemon/Overworld/Normal/241.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:Pokemon/Overworld/Normal/241.png - -#begin Pokemon/Overworld/Normal/242.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:Pokemon/Overworld/Normal/242.png - -#begin Pokemon/Overworld/Normal/243.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:Pokemon/Overworld/Normal/243.png - -#begin Pokemon/Overworld/Normal/244.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:Pokemon/Overworld/Normal/244.png - -#begin Pokemon/Overworld/Normal/245.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:Pokemon/Overworld/Normal/245.png - -#begin Pokemon/Overworld/Normal/246.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:Pokemon/Overworld/Normal/246.png - -#begin Pokemon/Overworld/Normal/247.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:Pokemon/Overworld/Normal/247.png - -#begin Pokemon/Overworld/Normal/248.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:Pokemon/Overworld/Normal/248.png - -#begin Pokemon/Overworld/Normal/249.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:Pokemon/Overworld/Normal/249.png - -#begin Pokemon/Overworld/Normal/25.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:Pokemon/Overworld/Normal/25.png - -#begin Pokemon/Overworld/Normal/250.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:Pokemon/Overworld/Normal/250.png - -#begin Pokemon/Overworld/Normal/251.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:Pokemon/Overworld/Normal/251.png - -#begin Pokemon/Overworld/Normal/26.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:Pokemon/Overworld/Normal/26.png - -#begin Pokemon/Overworld/Normal/27.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:Pokemon/Overworld/Normal/27.png - -#begin Pokemon/Overworld/Normal/28.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:Pokemon/Overworld/Normal/28.png - -#begin Pokemon/Overworld/Normal/29.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:Pokemon/Overworld/Normal/29.png - -#begin Pokemon/Overworld/Normal/3.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:Pokemon/Overworld/Normal/3.png - -#begin Pokemon/Overworld/Normal/30.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:Pokemon/Overworld/Normal/30.png - -#begin Pokemon/Overworld/Normal/31.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:Pokemon/Overworld/Normal/31.png - -#begin Pokemon/Overworld/Normal/32.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:Pokemon/Overworld/Normal/32.png - -#begin Pokemon/Overworld/Normal/33.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:Pokemon/Overworld/Normal/33.png - -#begin Pokemon/Overworld/Normal/34.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:Pokemon/Overworld/Normal/34.png - -#begin Pokemon/Overworld/Normal/35.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:Pokemon/Overworld/Normal/35.png - -#begin Pokemon/Overworld/Normal/36.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:Pokemon/Overworld/Normal/36.png - -#begin Pokemon/Overworld/Normal/37.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:Pokemon/Overworld/Normal/37.png - -#begin Pokemon/Overworld/Normal/38.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:Pokemon/Overworld/Normal/38.png - -#begin Pokemon/Overworld/Normal/39.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:Pokemon/Overworld/Normal/39.png - -#begin Pokemon/Overworld/Normal/4.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:Pokemon/Overworld/Normal/4.png - -#begin Pokemon/Overworld/Normal/40.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:Pokemon/Overworld/Normal/40.png - -#begin Pokemon/Overworld/Normal/41.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:Pokemon/Overworld/Normal/41.png - -#begin Pokemon/Overworld/Normal/42.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:Pokemon/Overworld/Normal/42.png - -#begin Pokemon/Overworld/Normal/43.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:Pokemon/Overworld/Normal/43.png - -#begin Pokemon/Overworld/Normal/44.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:Pokemon/Overworld/Normal/44.png - -#begin Pokemon/Overworld/Normal/45.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:Pokemon/Overworld/Normal/45.png - -#begin Pokemon/Overworld/Normal/46.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:Pokemon/Overworld/Normal/46.png - -#begin Pokemon/Overworld/Normal/47.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:Pokemon/Overworld/Normal/47.png - -#begin Pokemon/Overworld/Normal/48.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:Pokemon/Overworld/Normal/48.png - -#begin Pokemon/Overworld/Normal/49.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:Pokemon/Overworld/Normal/49.png - -#begin Pokemon/Overworld/Normal/5.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:Pokemon/Overworld/Normal/5.png - -#begin Pokemon/Overworld/Normal/50.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:Pokemon/Overworld/Normal/50.png - -#begin Pokemon/Overworld/Normal/51.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:Pokemon/Overworld/Normal/51.png - -#begin Pokemon/Overworld/Normal/52.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:Pokemon/Overworld/Normal/52.png - -#begin Pokemon/Overworld/Normal/53.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:Pokemon/Overworld/Normal/53.png - -#begin Pokemon/Overworld/Normal/54.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:Pokemon/Overworld/Normal/54.png - -#begin Pokemon/Overworld/Normal/55.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:Pokemon/Overworld/Normal/55.png - -#begin Pokemon/Overworld/Normal/56.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:Pokemon/Overworld/Normal/56.png - -#begin Pokemon/Overworld/Normal/57.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:Pokemon/Overworld/Normal/57.png - -#begin Pokemon/Overworld/Normal/58.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:Pokemon/Overworld/Normal/58.png - -#begin Pokemon/Overworld/Normal/59.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:Pokemon/Overworld/Normal/59.png - -#begin Pokemon/Overworld/Normal/6.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:Pokemon/Overworld/Normal/6.png - -#begin Pokemon/Overworld/Normal/60.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:Pokemon/Overworld/Normal/60.png - -#begin Pokemon/Overworld/Normal/61.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:Pokemon/Overworld/Normal/61.png - -#begin Pokemon/Overworld/Normal/62.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:Pokemon/Overworld/Normal/62.png - -#begin Pokemon/Overworld/Normal/63.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:Pokemon/Overworld/Normal/63.png - -#begin Pokemon/Overworld/Normal/64.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:Pokemon/Overworld/Normal/64.png - -#begin Pokemon/Overworld/Normal/65.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:Pokemon/Overworld/Normal/65.png - -#begin Pokemon/Overworld/Normal/66.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:Pokemon/Overworld/Normal/66.png - -#begin Pokemon/Overworld/Normal/67.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:Pokemon/Overworld/Normal/67.png - -#begin Pokemon/Overworld/Normal/68.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:Pokemon/Overworld/Normal/68.png - -#begin Pokemon/Overworld/Normal/69.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:Pokemon/Overworld/Normal/69.png - -#begin Pokemon/Overworld/Normal/7.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:Pokemon/Overworld/Normal/7.png - -#begin Pokemon/Overworld/Normal/70.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:Pokemon/Overworld/Normal/70.png - -#begin Pokemon/Overworld/Normal/71.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:Pokemon/Overworld/Normal/71.png - -#begin Pokemon/Overworld/Normal/72.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:Pokemon/Overworld/Normal/72.png - -#begin Pokemon/Overworld/Normal/73.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:Pokemon/Overworld/Normal/73.png - -#begin Pokemon/Overworld/Normal/74.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:Pokemon/Overworld/Normal/74.png - -#begin Pokemon/Overworld/Normal/75.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:Pokemon/Overworld/Normal/75.png - -#begin Pokemon/Overworld/Normal/76.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:Pokemon/Overworld/Normal/76.png - -#begin Pokemon/Overworld/Normal/77.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:Pokemon/Overworld/Normal/77.png - -#begin Pokemon/Overworld/Normal/78.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:Pokemon/Overworld/Normal/78.png - -#begin Pokemon/Overworld/Normal/79.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:Pokemon/Overworld/Normal/79.png - -#begin Pokemon/Overworld/Normal/8.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:Pokemon/Overworld/Normal/8.png - -#begin Pokemon/Overworld/Normal/80.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:Pokemon/Overworld/Normal/80.png - -#begin Pokemon/Overworld/Normal/81.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:Pokemon/Overworld/Normal/81.png - -#begin Pokemon/Overworld/Normal/82.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:Pokemon/Overworld/Normal/82.png - -#begin Pokemon/Overworld/Normal/83.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:Pokemon/Overworld/Normal/83.png - -#begin Pokemon/Overworld/Normal/84.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:Pokemon/Overworld/Normal/84.png - -#begin Pokemon/Overworld/Normal/85.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:Pokemon/Overworld/Normal/85.png - -#begin Pokemon/Overworld/Normal/86.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:Pokemon/Overworld/Normal/86.png - -#begin Pokemon/Overworld/Normal/87.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:Pokemon/Overworld/Normal/87.png - -#begin Pokemon/Overworld/Normal/88.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:Pokemon/Overworld/Normal/88.png - -#begin Pokemon/Overworld/Normal/89.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:Pokemon/Overworld/Normal/89.png - -#begin Pokemon/Overworld/Normal/9.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:Pokemon/Overworld/Normal/9.png - -#begin Pokemon/Overworld/Normal/90.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:Pokemon/Overworld/Normal/90.png - -#begin Pokemon/Overworld/Normal/91.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:Pokemon/Overworld/Normal/91.png - -#begin Pokemon/Overworld/Normal/92.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:Pokemon/Overworld/Normal/92.png - -#begin Pokemon/Overworld/Normal/93.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:Pokemon/Overworld/Normal/93.png - -#begin Pokemon/Overworld/Normal/94.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:Pokemon/Overworld/Normal/94.png - -#begin Pokemon/Overworld/Normal/95.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:Pokemon/Overworld/Normal/95.png - -#begin Pokemon/Overworld/Normal/96.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:Pokemon/Overworld/Normal/96.png - -#begin Pokemon/Overworld/Normal/97.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:Pokemon/Overworld/Normal/97.png - -#begin Pokemon/Overworld/Normal/98.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:Pokemon/Overworld/Normal/98.png - -#begin Pokemon/Overworld/Normal/99.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:Pokemon/Overworld/Normal/99.png - -#begin Pokemon/Overworld/Shiny/1.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:Pokemon/Overworld/Shiny/1.png - -#begin Pokemon/Overworld/Shiny/10.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:Pokemon/Overworld/Shiny/10.png - -#begin Pokemon/Overworld/Shiny/100.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:Pokemon/Overworld/Shiny/100.png - -#begin Pokemon/Overworld/Shiny/101.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:Pokemon/Overworld/Shiny/101.png - -#begin Pokemon/Overworld/Shiny/102.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:Pokemon/Overworld/Shiny/102.png - -#begin Pokemon/Overworld/Shiny/103.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:Pokemon/Overworld/Shiny/103.png - -#begin Pokemon/Overworld/Shiny/104.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:Pokemon/Overworld/Shiny/104.png - -#begin Pokemon/Overworld/Shiny/105.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:Pokemon/Overworld/Shiny/105.png - -#begin Pokemon/Overworld/Shiny/106.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:Pokemon/Overworld/Shiny/106.png - -#begin Pokemon/Overworld/Shiny/107.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:Pokemon/Overworld/Shiny/107.png - -#begin Pokemon/Overworld/Shiny/108.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:Pokemon/Overworld/Shiny/108.png - -#begin Pokemon/Overworld/Shiny/109.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:Pokemon/Overworld/Shiny/109.png - -#begin Pokemon/Overworld/Shiny/11.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:Pokemon/Overworld/Shiny/11.png - -#begin Pokemon/Overworld/Shiny/110.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:Pokemon/Overworld/Shiny/110.png - -#begin Pokemon/Overworld/Shiny/111.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:Pokemon/Overworld/Shiny/111.png - -#begin Pokemon/Overworld/Shiny/112.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:Pokemon/Overworld/Shiny/112.png - -#begin Pokemon/Overworld/Shiny/113.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:Pokemon/Overworld/Shiny/113.png - -#begin Pokemon/Overworld/Shiny/114.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:Pokemon/Overworld/Shiny/114.png - -#begin Pokemon/Overworld/Shiny/115.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:Pokemon/Overworld/Shiny/115.png - -#begin Pokemon/Overworld/Shiny/116.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:Pokemon/Overworld/Shiny/116.png - -#begin Pokemon/Overworld/Shiny/117.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:Pokemon/Overworld/Shiny/117.png - -#begin Pokemon/Overworld/Shiny/118.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:Pokemon/Overworld/Shiny/118.png - -#begin Pokemon/Overworld/Shiny/119.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:Pokemon/Overworld/Shiny/119.png - -#begin Pokemon/Overworld/Shiny/12.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:Pokemon/Overworld/Shiny/12.png - -#begin Pokemon/Overworld/Shiny/120.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:Pokemon/Overworld/Shiny/120.png - -#begin Pokemon/Overworld/Shiny/121.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:Pokemon/Overworld/Shiny/121.png - -#begin Pokemon/Overworld/Shiny/122.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:Pokemon/Overworld/Shiny/122.png - -#begin Pokemon/Overworld/Shiny/123.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:Pokemon/Overworld/Shiny/123.png - -#begin Pokemon/Overworld/Shiny/124.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:Pokemon/Overworld/Shiny/124.png - -#begin Pokemon/Overworld/Shiny/125.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:Pokemon/Overworld/Shiny/125.png - -#begin Pokemon/Overworld/Shiny/126.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:Pokemon/Overworld/Shiny/126.png - -#begin Pokemon/Overworld/Shiny/127.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:Pokemon/Overworld/Shiny/127.png - -#begin Pokemon/Overworld/Shiny/128.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:Pokemon/Overworld/Shiny/128.png - -#begin Pokemon/Overworld/Shiny/129.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:Pokemon/Overworld/Shiny/129.png - -#begin Pokemon/Overworld/Shiny/13.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:Pokemon/Overworld/Shiny/13.png - -#begin Pokemon/Overworld/Shiny/130.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:Pokemon/Overworld/Shiny/130.png - -#begin Pokemon/Overworld/Shiny/131.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:Pokemon/Overworld/Shiny/131.png - -#begin Pokemon/Overworld/Shiny/132.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:Pokemon/Overworld/Shiny/132.png - -#begin Pokemon/Overworld/Shiny/133.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:Pokemon/Overworld/Shiny/133.png - -#begin Pokemon/Overworld/Shiny/134.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:Pokemon/Overworld/Shiny/134.png - -#begin Pokemon/Overworld/Shiny/135.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:Pokemon/Overworld/Shiny/135.png - -#begin Pokemon/Overworld/Shiny/136.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:Pokemon/Overworld/Shiny/136.png - -#begin Pokemon/Overworld/Shiny/137.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:Pokemon/Overworld/Shiny/137.png - -#begin Pokemon/Overworld/Shiny/138.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:Pokemon/Overworld/Shiny/138.png - -#begin Pokemon/Overworld/Shiny/139.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:Pokemon/Overworld/Shiny/139.png - -#begin Pokemon/Overworld/Shiny/14.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:Pokemon/Overworld/Shiny/14.png - -#begin Pokemon/Overworld/Shiny/140.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:Pokemon/Overworld/Shiny/140.png - -#begin Pokemon/Overworld/Shiny/141.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:Pokemon/Overworld/Shiny/141.png - -#begin Pokemon/Overworld/Shiny/142.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:Pokemon/Overworld/Shiny/142.png - -#begin Pokemon/Overworld/Shiny/143.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:Pokemon/Overworld/Shiny/143.png - -#begin Pokemon/Overworld/Shiny/144.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:Pokemon/Overworld/Shiny/144.png - -#begin Pokemon/Overworld/Shiny/145.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:Pokemon/Overworld/Shiny/145.png - -#begin Pokemon/Overworld/Shiny/146.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:Pokemon/Overworld/Shiny/146.png - -#begin Pokemon/Overworld/Shiny/147.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:Pokemon/Overworld/Shiny/147.png - -#begin Pokemon/Overworld/Shiny/148.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:Pokemon/Overworld/Shiny/148.png - -#begin Pokemon/Overworld/Shiny/149.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:Pokemon/Overworld/Shiny/149.png - -#begin Pokemon/Overworld/Shiny/15.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:Pokemon/Overworld/Shiny/15.png - -#begin Pokemon/Overworld/Shiny/150.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:Pokemon/Overworld/Shiny/150.png - -#begin Pokemon/Overworld/Shiny/151.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:Pokemon/Overworld/Shiny/151.png - -#begin Pokemon/Overworld/Shiny/152.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:Pokemon/Overworld/Shiny/152.png - -#begin Pokemon/Overworld/Shiny/153.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:Pokemon/Overworld/Shiny/153.png - -#begin Pokemon/Overworld/Shiny/154.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:Pokemon/Overworld/Shiny/154.png - -#begin Pokemon/Overworld/Shiny/155.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:Pokemon/Overworld/Shiny/155.png - -#begin Pokemon/Overworld/Shiny/156.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:Pokemon/Overworld/Shiny/156.png - -#begin Pokemon/Overworld/Shiny/157.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:Pokemon/Overworld/Shiny/157.png - -#begin Pokemon/Overworld/Shiny/158.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:Pokemon/Overworld/Shiny/158.png - -#begin Pokemon/Overworld/Shiny/159.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:Pokemon/Overworld/Shiny/159.png - -#begin Pokemon/Overworld/Shiny/16.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:Pokemon/Overworld/Shiny/16.png - -#begin Pokemon/Overworld/Shiny/160.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:Pokemon/Overworld/Shiny/160.png - -#begin Pokemon/Overworld/Shiny/161.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:Pokemon/Overworld/Shiny/161.png - -#begin Pokemon/Overworld/Shiny/162.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:Pokemon/Overworld/Shiny/162.png - -#begin Pokemon/Overworld/Shiny/163.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:Pokemon/Overworld/Shiny/163.png - -#begin Pokemon/Overworld/Shiny/164.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:Pokemon/Overworld/Shiny/164.png - -#begin Pokemon/Overworld/Shiny/165.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:Pokemon/Overworld/Shiny/165.png - -#begin Pokemon/Overworld/Shiny/166.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:Pokemon/Overworld/Shiny/166.png - -#begin Pokemon/Overworld/Shiny/167.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:Pokemon/Overworld/Shiny/167.png - -#begin Pokemon/Overworld/Shiny/168.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:Pokemon/Overworld/Shiny/168.png - -#begin Pokemon/Overworld/Shiny/169.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:Pokemon/Overworld/Shiny/169.png - -#begin Pokemon/Overworld/Shiny/17.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:Pokemon/Overworld/Shiny/17.png - -#begin Pokemon/Overworld/Shiny/170.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:Pokemon/Overworld/Shiny/170.png - -#begin Pokemon/Overworld/Shiny/171.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:Pokemon/Overworld/Shiny/171.png - -#begin Pokemon/Overworld/Shiny/172_spiky-eared.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:Pokemon/Overworld/Shiny/172_spiky-eared.png - -#begin Pokemon/Overworld/Shiny/172.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:Pokemon/Overworld/Shiny/172.png - -#begin Pokemon/Overworld/Shiny/173.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:Pokemon/Overworld/Shiny/173.png - -#begin Pokemon/Overworld/Shiny/174.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:Pokemon/Overworld/Shiny/174.png - -#begin Pokemon/Overworld/Shiny/175.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:Pokemon/Overworld/Shiny/175.png - -#begin Pokemon/Overworld/Shiny/176.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:Pokemon/Overworld/Shiny/176.png - -#begin Pokemon/Overworld/Shiny/177.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:Pokemon/Overworld/Shiny/177.png - -#begin Pokemon/Overworld/Shiny/178.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:Pokemon/Overworld/Shiny/178.png - -#begin Pokemon/Overworld/Shiny/179.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:Pokemon/Overworld/Shiny/179.png - -#begin Pokemon/Overworld/Shiny/18.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:Pokemon/Overworld/Shiny/18.png - -#begin Pokemon/Overworld/Shiny/180.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:Pokemon/Overworld/Shiny/180.png - -#begin Pokemon/Overworld/Shiny/181.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:Pokemon/Overworld/Shiny/181.png - -#begin Pokemon/Overworld/Shiny/182.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:Pokemon/Overworld/Shiny/182.png - -#begin Pokemon/Overworld/Shiny/183.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:Pokemon/Overworld/Shiny/183.png - -#begin Pokemon/Overworld/Shiny/184.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:Pokemon/Overworld/Shiny/184.png - -#begin Pokemon/Overworld/Shiny/185.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:Pokemon/Overworld/Shiny/185.png - -#begin Pokemon/Overworld/Shiny/186.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:Pokemon/Overworld/Shiny/186.png - -#begin Pokemon/Overworld/Shiny/187.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:Pokemon/Overworld/Shiny/187.png - -#begin Pokemon/Overworld/Shiny/188.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:Pokemon/Overworld/Shiny/188.png - -#begin Pokemon/Overworld/Shiny/189.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:Pokemon/Overworld/Shiny/189.png - -#begin Pokemon/Overworld/Shiny/19.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:Pokemon/Overworld/Shiny/19.png - -#begin Pokemon/Overworld/Shiny/190.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:Pokemon/Overworld/Shiny/190.png - -#begin Pokemon/Overworld/Shiny/191.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:Pokemon/Overworld/Shiny/191.png - -#begin Pokemon/Overworld/Shiny/192.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:Pokemon/Overworld/Shiny/192.png - -#begin Pokemon/Overworld/Shiny/193.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:Pokemon/Overworld/Shiny/193.png - -#begin Pokemon/Overworld/Shiny/194.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:Pokemon/Overworld/Shiny/194.png - -#begin Pokemon/Overworld/Shiny/195.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:Pokemon/Overworld/Shiny/195.png - -#begin Pokemon/Overworld/Shiny/196.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:Pokemon/Overworld/Shiny/196.png - -#begin Pokemon/Overworld/Shiny/197.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:Pokemon/Overworld/Shiny/197.png - -#begin Pokemon/Overworld/Shiny/198.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:Pokemon/Overworld/Shiny/198.png - -#begin Pokemon/Overworld/Shiny/199.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:Pokemon/Overworld/Shiny/199.png - -#begin Pokemon/Overworld/Shiny/2.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:Pokemon/Overworld/Shiny/2.png - -#begin Pokemon/Overworld/Shiny/20.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:Pokemon/Overworld/Shiny/20.png - -#begin Pokemon/Overworld/Shiny/200.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:Pokemon/Overworld/Shiny/200.png - -#begin Pokemon/Overworld/Shiny/201-a.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:Pokemon/Overworld/Shiny/201-a.png - -#begin Pokemon/Overworld/Shiny/201-b.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:Pokemon/Overworld/Shiny/201-b.png - -#begin Pokemon/Overworld/Shiny/201-c.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:Pokemon/Overworld/Shiny/201-c.png - -#begin Pokemon/Overworld/Shiny/201-d.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:Pokemon/Overworld/Shiny/201-d.png - -#begin Pokemon/Overworld/Shiny/201-e.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:Pokemon/Overworld/Shiny/201-e.png - -#begin Pokemon/Overworld/Shiny/201-exclamation.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:Pokemon/Overworld/Shiny/201-exclamation.png - -#begin Pokemon/Overworld/Shiny/201-f.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:Pokemon/Overworld/Shiny/201-f.png - -#begin Pokemon/Overworld/Shiny/201-g.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:Pokemon/Overworld/Shiny/201-g.png - -#begin Pokemon/Overworld/Shiny/201-h.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:Pokemon/Overworld/Shiny/201-h.png - -#begin Pokemon/Overworld/Shiny/201-i.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:Pokemon/Overworld/Shiny/201-i.png - -#begin Pokemon/Overworld/Shiny/201-j.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:Pokemon/Overworld/Shiny/201-j.png - -#begin Pokemon/Overworld/Shiny/201-k.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:Pokemon/Overworld/Shiny/201-k.png - -#begin Pokemon/Overworld/Shiny/201-l.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:Pokemon/Overworld/Shiny/201-l.png - -#begin Pokemon/Overworld/Shiny/201-m.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:Pokemon/Overworld/Shiny/201-m.png - -#begin Pokemon/Overworld/Shiny/201-n.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:Pokemon/Overworld/Shiny/201-n.png - -#begin Pokemon/Overworld/Shiny/201-o.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:Pokemon/Overworld/Shiny/201-o.png - -#begin Pokemon/Overworld/Shiny/201-p.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:Pokemon/Overworld/Shiny/201-p.png - -#begin Pokemon/Overworld/Shiny/201-q.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:Pokemon/Overworld/Shiny/201-q.png - -#begin Pokemon/Overworld/Shiny/201-question.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:Pokemon/Overworld/Shiny/201-question.png - -#begin Pokemon/Overworld/Shiny/201-r.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:Pokemon/Overworld/Shiny/201-r.png - -#begin Pokemon/Overworld/Shiny/201-s.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:Pokemon/Overworld/Shiny/201-s.png - -#begin Pokemon/Overworld/Shiny/201-t.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:Pokemon/Overworld/Shiny/201-t.png - -#begin Pokemon/Overworld/Shiny/201-u.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:Pokemon/Overworld/Shiny/201-u.png - -#begin Pokemon/Overworld/Shiny/201-v.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:Pokemon/Overworld/Shiny/201-v.png - -#begin Pokemon/Overworld/Shiny/201-w.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:Pokemon/Overworld/Shiny/201-w.png - -#begin Pokemon/Overworld/Shiny/201-x.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:Pokemon/Overworld/Shiny/201-x.png - -#begin Pokemon/Overworld/Shiny/201-y.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:Pokemon/Overworld/Shiny/201-y.png - -#begin Pokemon/Overworld/Shiny/201-z.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:Pokemon/Overworld/Shiny/201-z.png - -#begin Pokemon/Overworld/Shiny/201.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:Pokemon/Overworld/Shiny/201.png - -#begin Pokemon/Overworld/Shiny/202.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:Pokemon/Overworld/Shiny/202.png - -#begin Pokemon/Overworld/Shiny/203.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:Pokemon/Overworld/Shiny/203.png - -#begin Pokemon/Overworld/Shiny/204.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:Pokemon/Overworld/Shiny/204.png - -#begin Pokemon/Overworld/Shiny/205.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:Pokemon/Overworld/Shiny/205.png - -#begin Pokemon/Overworld/Shiny/206.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:Pokemon/Overworld/Shiny/206.png - -#begin Pokemon/Overworld/Shiny/207.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:Pokemon/Overworld/Shiny/207.png - -#begin Pokemon/Overworld/Shiny/208.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:Pokemon/Overworld/Shiny/208.png - -#begin Pokemon/Overworld/Shiny/209.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:Pokemon/Overworld/Shiny/209.png - -#begin Pokemon/Overworld/Shiny/21.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:Pokemon/Overworld/Shiny/21.png - -#begin Pokemon/Overworld/Shiny/210.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:Pokemon/Overworld/Shiny/210.png - -#begin Pokemon/Overworld/Shiny/211.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:Pokemon/Overworld/Shiny/211.png - -#begin Pokemon/Overworld/Shiny/212.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:Pokemon/Overworld/Shiny/212.png - -#begin Pokemon/Overworld/Shiny/213.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:Pokemon/Overworld/Shiny/213.png - -#begin Pokemon/Overworld/Shiny/214.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:Pokemon/Overworld/Shiny/214.png - -#begin Pokemon/Overworld/Shiny/215.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:Pokemon/Overworld/Shiny/215.png - -#begin Pokemon/Overworld/Shiny/216.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:Pokemon/Overworld/Shiny/216.png - -#begin Pokemon/Overworld/Shiny/217.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:Pokemon/Overworld/Shiny/217.png - -#begin Pokemon/Overworld/Shiny/218.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:Pokemon/Overworld/Shiny/218.png - -#begin Pokemon/Overworld/Shiny/219.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:Pokemon/Overworld/Shiny/219.png - -#begin Pokemon/Overworld/Shiny/22.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:Pokemon/Overworld/Shiny/22.png - -#begin Pokemon/Overworld/Shiny/220.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:Pokemon/Overworld/Shiny/220.png - -#begin Pokemon/Overworld/Shiny/221.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:Pokemon/Overworld/Shiny/221.png - -#begin Pokemon/Overworld/Shiny/222.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:Pokemon/Overworld/Shiny/222.png - -#begin Pokemon/Overworld/Shiny/223.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:Pokemon/Overworld/Shiny/223.png - -#begin Pokemon/Overworld/Shiny/224.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:Pokemon/Overworld/Shiny/224.png - -#begin Pokemon/Overworld/Shiny/225.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:Pokemon/Overworld/Shiny/225.png - -#begin Pokemon/Overworld/Shiny/226.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:Pokemon/Overworld/Shiny/226.png - -#begin Pokemon/Overworld/Shiny/227.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:Pokemon/Overworld/Shiny/227.png - -#begin Pokemon/Overworld/Shiny/228.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:Pokemon/Overworld/Shiny/228.png - -#begin Pokemon/Overworld/Shiny/229.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:Pokemon/Overworld/Shiny/229.png - -#begin Pokemon/Overworld/Shiny/23.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:Pokemon/Overworld/Shiny/23.png - -#begin Pokemon/Overworld/Shiny/230.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:Pokemon/Overworld/Shiny/230.png - -#begin Pokemon/Overworld/Shiny/231.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:Pokemon/Overworld/Shiny/231.png - -#begin Pokemon/Overworld/Shiny/232.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:Pokemon/Overworld/Shiny/232.png - -#begin Pokemon/Overworld/Shiny/233.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:Pokemon/Overworld/Shiny/233.png - -#begin Pokemon/Overworld/Shiny/234.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:Pokemon/Overworld/Shiny/234.png - -#begin Pokemon/Overworld/Shiny/235.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:Pokemon/Overworld/Shiny/235.png - -#begin Pokemon/Overworld/Shiny/236.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:Pokemon/Overworld/Shiny/236.png - -#begin Pokemon/Overworld/Shiny/237.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:Pokemon/Overworld/Shiny/237.png - -#begin Pokemon/Overworld/Shiny/238.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:Pokemon/Overworld/Shiny/238.png - -#begin Pokemon/Overworld/Shiny/239.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:Pokemon/Overworld/Shiny/239.png - -#begin Pokemon/Overworld/Shiny/24.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:Pokemon/Overworld/Shiny/24.png - -#begin Pokemon/Overworld/Shiny/240.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:Pokemon/Overworld/Shiny/240.png - -#begin Pokemon/Overworld/Shiny/241.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:Pokemon/Overworld/Shiny/241.png - -#begin Pokemon/Overworld/Shiny/242.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:Pokemon/Overworld/Shiny/242.png - -#begin Pokemon/Overworld/Shiny/243.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:Pokemon/Overworld/Shiny/243.png - -#begin Pokemon/Overworld/Shiny/244.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:Pokemon/Overworld/Shiny/244.png - -#begin Pokemon/Overworld/Shiny/245.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:Pokemon/Overworld/Shiny/245.png - -#begin Pokemon/Overworld/Shiny/246.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:Pokemon/Overworld/Shiny/246.png - -#begin Pokemon/Overworld/Shiny/247.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:Pokemon/Overworld/Shiny/247.png - -#begin Pokemon/Overworld/Shiny/248.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:Pokemon/Overworld/Shiny/248.png - -#begin Pokemon/Overworld/Shiny/249.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:Pokemon/Overworld/Shiny/249.png - -#begin Pokemon/Overworld/Shiny/25.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:Pokemon/Overworld/Shiny/25.png - -#begin Pokemon/Overworld/Shiny/250.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:Pokemon/Overworld/Shiny/250.png - -#begin Pokemon/Overworld/Shiny/251.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:Pokemon/Overworld/Shiny/251.png - -#begin Pokemon/Overworld/Shiny/26.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:Pokemon/Overworld/Shiny/26.png - -#begin Pokemon/Overworld/Shiny/27.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:Pokemon/Overworld/Shiny/27.png - -#begin Pokemon/Overworld/Shiny/28.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:Pokemon/Overworld/Shiny/28.png - -#begin Pokemon/Overworld/Shiny/29.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:Pokemon/Overworld/Shiny/29.png - -#begin Pokemon/Overworld/Shiny/3.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:Pokemon/Overworld/Shiny/3.png - -#begin Pokemon/Overworld/Shiny/30.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:Pokemon/Overworld/Shiny/30.png - -#begin Pokemon/Overworld/Shiny/31.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:Pokemon/Overworld/Shiny/31.png - -#begin Pokemon/Overworld/Shiny/32.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:Pokemon/Overworld/Shiny/32.png - -#begin Pokemon/Overworld/Shiny/33.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:Pokemon/Overworld/Shiny/33.png - -#begin Pokemon/Overworld/Shiny/34.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:Pokemon/Overworld/Shiny/34.png - -#begin Pokemon/Overworld/Shiny/35.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:Pokemon/Overworld/Shiny/35.png - -#begin Pokemon/Overworld/Shiny/36.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:Pokemon/Overworld/Shiny/36.png - -#begin Pokemon/Overworld/Shiny/37.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:Pokemon/Overworld/Shiny/37.png - -#begin Pokemon/Overworld/Shiny/38.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:Pokemon/Overworld/Shiny/38.png - -#begin Pokemon/Overworld/Shiny/39.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:Pokemon/Overworld/Shiny/39.png - -#begin Pokemon/Overworld/Shiny/4.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:Pokemon/Overworld/Shiny/4.png - -#begin Pokemon/Overworld/Shiny/40.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:Pokemon/Overworld/Shiny/40.png - -#begin Pokemon/Overworld/Shiny/41.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:Pokemon/Overworld/Shiny/41.png - -#begin Pokemon/Overworld/Shiny/42.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:Pokemon/Overworld/Shiny/42.png - -#begin Pokemon/Overworld/Shiny/43.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:Pokemon/Overworld/Shiny/43.png - -#begin Pokemon/Overworld/Shiny/44.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:Pokemon/Overworld/Shiny/44.png - -#begin Pokemon/Overworld/Shiny/45.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:Pokemon/Overworld/Shiny/45.png - -#begin Pokemon/Overworld/Shiny/46.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:Pokemon/Overworld/Shiny/46.png - -#begin Pokemon/Overworld/Shiny/47.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:Pokemon/Overworld/Shiny/47.png - -#begin Pokemon/Overworld/Shiny/48.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:Pokemon/Overworld/Shiny/48.png - -#begin Pokemon/Overworld/Shiny/49.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:Pokemon/Overworld/Shiny/49.png - -#begin Pokemon/Overworld/Shiny/5.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:Pokemon/Overworld/Shiny/5.png - -#begin Pokemon/Overworld/Shiny/50.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:Pokemon/Overworld/Shiny/50.png - -#begin Pokemon/Overworld/Shiny/51.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:Pokemon/Overworld/Shiny/51.png - -#begin Pokemon/Overworld/Shiny/52.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:Pokemon/Overworld/Shiny/52.png - -#begin Pokemon/Overworld/Shiny/53.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:Pokemon/Overworld/Shiny/53.png - -#begin Pokemon/Overworld/Shiny/54.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:Pokemon/Overworld/Shiny/54.png - -#begin Pokemon/Overworld/Shiny/55.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:Pokemon/Overworld/Shiny/55.png - -#begin Pokemon/Overworld/Shiny/56.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:Pokemon/Overworld/Shiny/56.png - -#begin Pokemon/Overworld/Shiny/57.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:Pokemon/Overworld/Shiny/57.png - -#begin Pokemon/Overworld/Shiny/58.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:Pokemon/Overworld/Shiny/58.png - -#begin Pokemon/Overworld/Shiny/59.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:Pokemon/Overworld/Shiny/59.png - -#begin Pokemon/Overworld/Shiny/6.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:Pokemon/Overworld/Shiny/6.png - -#begin Pokemon/Overworld/Shiny/60.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:Pokemon/Overworld/Shiny/60.png - -#begin Pokemon/Overworld/Shiny/61.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:Pokemon/Overworld/Shiny/61.png - -#begin Pokemon/Overworld/Shiny/62.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:Pokemon/Overworld/Shiny/62.png - -#begin Pokemon/Overworld/Shiny/63.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:Pokemon/Overworld/Shiny/63.png - -#begin Pokemon/Overworld/Shiny/64.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:Pokemon/Overworld/Shiny/64.png - -#begin Pokemon/Overworld/Shiny/65.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:Pokemon/Overworld/Shiny/65.png - -#begin Pokemon/Overworld/Shiny/66.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:Pokemon/Overworld/Shiny/66.png - -#begin Pokemon/Overworld/Shiny/67.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:Pokemon/Overworld/Shiny/67.png - -#begin Pokemon/Overworld/Shiny/68.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:Pokemon/Overworld/Shiny/68.png - -#begin Pokemon/Overworld/Shiny/69.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:Pokemon/Overworld/Shiny/69.png - -#begin Pokemon/Overworld/Shiny/7.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:Pokemon/Overworld/Shiny/7.png - -#begin Pokemon/Overworld/Shiny/70.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:Pokemon/Overworld/Shiny/70.png - -#begin Pokemon/Overworld/Shiny/71.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:Pokemon/Overworld/Shiny/71.png - -#begin Pokemon/Overworld/Shiny/72.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:Pokemon/Overworld/Shiny/72.png - -#begin Pokemon/Overworld/Shiny/73.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:Pokemon/Overworld/Shiny/73.png - -#begin Pokemon/Overworld/Shiny/74.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:Pokemon/Overworld/Shiny/74.png - -#begin Pokemon/Overworld/Shiny/75.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:Pokemon/Overworld/Shiny/75.png - -#begin Pokemon/Overworld/Shiny/76.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:Pokemon/Overworld/Shiny/76.png - -#begin Pokemon/Overworld/Shiny/77.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:Pokemon/Overworld/Shiny/77.png - -#begin Pokemon/Overworld/Shiny/78.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:Pokemon/Overworld/Shiny/78.png - -#begin Pokemon/Overworld/Shiny/79.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:Pokemon/Overworld/Shiny/79.png - -#begin Pokemon/Overworld/Shiny/8.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:Pokemon/Overworld/Shiny/8.png - -#begin Pokemon/Overworld/Shiny/80.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:Pokemon/Overworld/Shiny/80.png - -#begin Pokemon/Overworld/Shiny/81.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:Pokemon/Overworld/Shiny/81.png - -#begin Pokemon/Overworld/Shiny/82.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:Pokemon/Overworld/Shiny/82.png - -#begin Pokemon/Overworld/Shiny/83.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:Pokemon/Overworld/Shiny/83.png - -#begin Pokemon/Overworld/Shiny/84.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:Pokemon/Overworld/Shiny/84.png - -#begin Pokemon/Overworld/Shiny/85.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:Pokemon/Overworld/Shiny/85.png - -#begin Pokemon/Overworld/Shiny/86.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:Pokemon/Overworld/Shiny/86.png - -#begin Pokemon/Overworld/Shiny/87.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:Pokemon/Overworld/Shiny/87.png - -#begin Pokemon/Overworld/Shiny/88.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:Pokemon/Overworld/Shiny/88.png - -#begin Pokemon/Overworld/Shiny/89.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:Pokemon/Overworld/Shiny/89.png - -#begin Pokemon/Overworld/Shiny/9.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:Pokemon/Overworld/Shiny/9.png - -#begin Pokemon/Overworld/Shiny/90.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:Pokemon/Overworld/Shiny/90.png - -#begin Pokemon/Overworld/Shiny/91.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:Pokemon/Overworld/Shiny/91.png - -#begin Pokemon/Overworld/Shiny/92.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:Pokemon/Overworld/Shiny/92.png - -#begin Pokemon/Overworld/Shiny/93.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:Pokemon/Overworld/Shiny/93.png - -#begin Pokemon/Overworld/Shiny/94.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:Pokemon/Overworld/Shiny/94.png - -#begin Pokemon/Overworld/Shiny/95.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:Pokemon/Overworld/Shiny/95.png - -#begin Pokemon/Overworld/Shiny/96.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:Pokemon/Overworld/Shiny/96.png - -#begin Pokemon/Overworld/Shiny/97.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:Pokemon/Overworld/Shiny/97.png - -#begin Pokemon/Overworld/Shiny/98.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:Pokemon/Overworld/Shiny/98.png - -#begin Pokemon/Overworld/Shiny/99.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:Pokemon/Overworld/Shiny/99.png - -#begin Textures/NPC/Nate.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:Textures/NPC/Nate.png - -#begin Textures/NPC/Rosa.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:Textures/NPC/Rosa.png - -#begin GUI/Intro/VSIntro.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:GUI/Intro/VSIntro.png - -#begin Textures/Alph.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:Textures/Alph.png - -#begin Sounds/Battle/running.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Battle/running.mp3 - -#begin Sounds/TossPokeball.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/TossPokeball.mp3 - -#begin Sounds/PokeballOpen.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/PokeballOpen.mp3 - -#begin Textures/NPC/23.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:Textures/NPC/23.png - -#begin Textures/NPC/24.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:Textures/NPC/24.png - -#begin Textures/NPC/25.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:Textures/NPC/25.png - -#begin Pokemon/Egg/Egg_back.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:Pokemon/Egg/Egg_back.png - -#begin Pokemon/Egg/Egg_front.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:Pokemon/Egg/Egg_front.png - -#begin Textures/NPC/Lyra.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:Textures/NPC/Lyra.png - -#begin GUI/EggBreak.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:GUI/EggBreak.png - -#begin Textures/NPC/Whitney.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:Textures/NPC/Whitney.png - -#begin Textures/NPC/26.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:Textures/NPC/26.png - -#begin Textures/NPC/27.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:Textures/NPC/27.png - -#begin Textures/Kanto0.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:Textures/Kanto0.png - -#begin Textures/NPC/29.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:Textures/NPC/29.png - -#begin Textures/Park.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:Textures/Park.png - -#begin Textures/Battle/Fighting/forcepalmhand.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:Textures/Battle/Fighting/forcepalmhand.png - -#begin Textures/Battle/Fighting/forcepalmhandfaded.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:Textures/Battle/Fighting/forcepalmhandfaded.png - -#begin Textures/Battle/Fighting/forcepalmhandfading.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:Textures/Battle/Fighting/forcepalmhandfading.png - -#begin Textures/Battle/Fighting/forcepalmimpact.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:Textures/Battle/Fighting/forcepalmimpact.png - -#begin Textures/Battle/Fighting/forcepalmparticle.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:Textures/Battle/Fighting/forcepalmparticle.png - -#begin Textures/Battle/StatChange/Heal.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:Textures/Battle/StatChange/Heal.png - -#begin Textures/ecruteak.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:Textures/ecruteak.png - -#begin Textures/NPC/30.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:Textures/NPC/30.png - -#begin Textures/NPC/Pokemon/243_stone.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:Textures/NPC/Pokemon/243_stone.png - -#begin Textures/NPC/Pokemon/244_stone.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:Textures/NPC/Pokemon/244_stone.png - -#begin Textures/NPC/Pokemon/245_stone.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:Textures/NPC/Pokemon/245_stone.png - -#begin Textures/NPC/Eusine.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:Textures/NPC/Eusine.png - -#begin Textures/NPC/Morty.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:Textures/NPC/Morty.png - -#begin Textures/NPC/31.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:Textures/NPC/31.png - -#begin Textures/NPC/32.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:Textures/NPC/32.png - -#begin Textures/Olivine.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:Textures/Olivine.png - -#begin GUI/Logos/GameJolt.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:GUI/Logos/GameJolt.png - -#begin Textures/Mahogany.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:Textures/Mahogany.png - -#begin Textures/NPC/Jasmine.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:Textures/NPC/Jasmine.png - -#begin Textures/House4.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:Textures/House4.png - -#begin Textures/NPC/33.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:Textures/NPC/33.png - -#begin Textures/cianwood.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:Textures/cianwood.png - -#begin Textures/NPC/34.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:Textures/NPC/34.png - -#begin Textures/NPC/35.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:Textures/NPC/35.png - -#begin Textures/NPC/Chuck.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:Textures/NPC/Chuck.png - -#begin Textures/Seasons/PlantColoring.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:Textures/Seasons/PlantColoring.png - -#begin Textures/Seasons/Grass.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:Textures/Seasons/Grass.png - -#begin Textures/Seasons/Flowers.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:Textures/Seasons/Flowers.png - -#begin Textures/Battle/Water/bubble.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:Textures/Battle/Water/bubble.png - -#begin Textures/Battle/Water/Water.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:Textures/Battle/Water/Water.png - -#begin Textures/Lakeofrage.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:Textures/Lakeofrage.png - -#begin Textures/rocketbase.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:Textures/rocketbase.png - -#begin Textures/NPC/Ariana.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:Textures/NPC/Ariana.png - -#begin Textures/Emblem/trainer.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:Textures/Emblem/trainer.png - -#begin Textures/Emblem/alph.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:Textures/Emblem/alph.png - -#begin Textures/Emblem/champion.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:Textures/Emblem/champion.png - -#begin Textures/Emblem/eevee.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:Textures/Emblem/eevee.png - -#begin Textures/Emblem/genetics.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:Textures/Emblem/genetics.png - -#begin Textures/Emblem/legendary.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:Textures/Emblem/legendary.png - -#begin Textures/Emblem/overkill.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:Textures/Emblem/overkill.png - -#begin Textures/Emblem/pokedex.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:Textures/Emblem/pokedex.png - -#begin Textures/Emblem/snow.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:Textures/Emblem/snow.png - -#begin Textures/Emblem/stars.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:Textures/Emblem/stars.png - -#begin Textures/Emblem/cyber.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:Textures/Emblem/cyber.png - -#begin Textures/Emblem/glowing.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:Textures/Emblem/glowing.png - -#begin Textures/Emblem/johto.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:Textures/Emblem/johto.png - -#begin Textures/Emblem/kanto.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:Textures/Emblem/kanto.png - -#begin Textures/Emblem/unodostres.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:Textures/Emblem/unodostres.png - -#begin Textures/Emblem/material.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:Textures/Emblem/material.png - -#begin Textures/NPC/darkfire.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:Textures/NPC/darkfire.png - -#begin Textures/NPC/dracohouston.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:Textures/NPC/dracohouston.png - -#begin Textures/NPC/nilllzz.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:Textures/NPC/nilllzz.png - -#begin Textures/NPC/princevade.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:Textures/NPC/princevade.png - -#begin Textures/Emblem/fog.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:Textures/Emblem/fog.png - -#begin Textures/Emblem/glacier.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:Textures/Emblem/glacier.png - -#begin Textures/Emblem/hive.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:Textures/Emblem/hive.png - -#begin Textures/Emblem/mineral.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:Textures/Emblem/mineral.png - -#begin Textures/Emblem/plain.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:Textures/Emblem/plain.png - -#begin Textures/Emblem/rising.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:Textures/Emblem/rising.png - -#begin Textures/Emblem/storm.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:Textures/Emblem/storm.png - -#begin Textures/Emblem/zephyr.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:Textures/Emblem/zephyr.png - -#begin Textures/Emblem/border.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:Textures/Emblem/border.png - -#begin Textures/NPC/36.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:Textures/NPC/36.png - -#begin Textures/NPC/37.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:Textures/NPC/37.png - -#begin Textures/NPC/Lance.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:Textures/NPC/Lance.png - -#begin Textures/NPC/Petrel.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:Textures/NPC/Petrel.png - -#begin Textures/NPC/Pryce.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:Textures/NPC/Pryce.png - -#begin Textures/NPC/38.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:Textures/NPC/38.png - -#begin Textures/NPC/39.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:Textures/NPC/39.png - -#begin Textures/NPC/40.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:Textures/NPC/40.png - -#begin Textures/NPC/41.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:Textures/NPC/41.png - -#begin Textures/NPC/42.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:Textures/NPC/42.png - -#begin Textures/NPC/43.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:Textures/NPC/43.png - -#begin Textures/NPC/44.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:Textures/NPC/44.png - -#begin Textures/NPC/45.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:Textures/NPC/45.png - -#begin Textures/NPC/46.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:Textures/NPC/46.png - -#begin Textures/NPC/47.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:Textures/NPC/47.png - -#begin Textures/NPC/48.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:Textures/NPC/48.png - -#begin Textures/NPC/50.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:Textures/NPC/50.png - -#begin Textures/NPC/51.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:Textures/NPC/51.png - -#begin Textures/NPC/52.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:Textures/NPC/52.png - -#begin Textures/NPC/53.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:Textures/NPC/53.png - -#begin Textures/NPC/54.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:Textures/NPC/54.png - -#begin Textures/NPC/55.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:Textures/NPC/55.png - -#begin Textures/NPC/56.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:Textures/NPC/56.png - -#begin Textures/NPC/57.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:Textures/NPC/57.png - -#begin Textures/NPC/58.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:Textures/NPC/58.png - -#begin Textures/NPC/59.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:Textures/NPC/59.png - -#begin Textures/NPC/60.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:Textures/NPC/60.png - -#begin Textures/NPC/64.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:Textures/NPC/64.png - -#begin Textures/NPC/65.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:Textures/NPC/65.png - -#begin Textures/NPC/66.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:Textures/NPC/66.png - -#begin Textures/NPC/67.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:Textures/NPC/67.png - -#begin Textures/NPC/68.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:Textures/NPC/68.png - -#begin Textures/NPC/69.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:Textures/NPC/69.png - -#begin Textures/NPC/70.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:Textures/NPC/70.png - -#begin Textures/NPC/71.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:Textures/NPC/71.png - -#begin Textures/NPC/cros.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:Textures/NPC/cros.png - -#begin Textures/NPC/72.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:Textures/NPC/72.png - -#begin Textures/NPC/73.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:Textures/NPC/73.png - -#begin Textures/NPC/74.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:Textures/NPC/74.png - -#begin Textures/NPC/75.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:Textures/NPC/75.png - -#begin Textures/NPC/76.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:Textures/NPC/76.png - -#begin Textures/NPC/77.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:Textures/NPC/77.png - -#begin Textures/NPC/78.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:Textures/NPC/78.png - -#begin Textures/NPC/79.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:Textures/NPC/79.png - -#begin Textures/NPC/80.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:Textures/NPC/80.png - -#begin Textures/NPC/81.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:Textures/NPC/81.png - -#begin Textures/NPC/83.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:Textures/NPC/83.png - -#begin Textures/NPC/84.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:Textures/NPC/84.png - -#begin Textures/NPC/82.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:Textures/NPC/82.png - -#begin Textures/NPC/Archer.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:Textures/NPC/Archer.png - -#begin Sounds/itemfinder.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/itemfinder.mp3 - -#begin Textures/NPC/Mary.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:Textures/NPC/Mary.png - -#begin Textures/blackthorn.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:Textures/blackthorn.png - -#begin Textures/Weather/sand.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:Textures/Weather/sand.png - -#begin Textures/Emblem/eggsplosion.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:Textures/Emblem/eggsplosion.png - -#begin Textures/Gate.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:Textures/Gate.png - -#begin Textures/Shrine.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:Textures/Shrine.png - -#begin Textures/NPC/Clair.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:Textures/NPC/Clair.png - -#begin Textures/NPC/Flame.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:Textures/NPC/Flame.png - -#begin GUI/Overworld/Rods.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:GUI/Overworld/Rods.png - -#begin Pokemon/Overworld/Normal/280.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:Pokemon/Overworld/Normal/280.png - -#begin Pokemon/Overworld/Normal/281.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:Pokemon/Overworld/Normal/281.png - -#begin Pokemon/Overworld/Normal/282.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:Pokemon/Overworld/Normal/282.png - -#begin Pokemon/Overworld/Normal/298.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:Pokemon/Overworld/Normal/298.png - -#begin Pokemon/Overworld/Normal/360.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:Pokemon/Overworld/Normal/360.png - -#begin Pokemon/Overworld/Normal/382.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:Pokemon/Overworld/Normal/382.png - -#begin Pokemon/Overworld/Normal/383.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:Pokemon/Overworld/Normal/383.png - -#begin Pokemon/Overworld/Normal/384.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:Pokemon/Overworld/Normal/384.png - -#begin Pokemon/Overworld/Normal/424.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:Pokemon/Overworld/Normal/424.png - -#begin Pokemon/Overworld/Normal/429.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:Pokemon/Overworld/Normal/429.png - -#begin Pokemon/Overworld/Normal/430.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:Pokemon/Overworld/Normal/430.png - -#begin Pokemon/Overworld/Normal/438.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:Pokemon/Overworld/Normal/438.png - -#begin Pokemon/Overworld/Normal/439.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:Pokemon/Overworld/Normal/439.png - -#begin Pokemon/Overworld/Normal/440.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:Pokemon/Overworld/Normal/440.png - -#begin Pokemon/Overworld/Normal/446.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:Pokemon/Overworld/Normal/446.png - -#begin Pokemon/Overworld/Normal/447.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:Pokemon/Overworld/Normal/447.png - -#begin Pokemon/Overworld/Normal/448.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:Pokemon/Overworld/Normal/448.png - -#begin Pokemon/Overworld/Normal/458.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:Pokemon/Overworld/Normal/458.png - -#begin Pokemon/Overworld/Normal/461.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:Pokemon/Overworld/Normal/461.png - -#begin Pokemon/Overworld/Normal/462.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:Pokemon/Overworld/Normal/462.png - -#begin Pokemon/Overworld/Normal/463.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:Pokemon/Overworld/Normal/463.png - -#begin Pokemon/Overworld/Normal/464.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:Pokemon/Overworld/Normal/464.png - -#begin Pokemon/Overworld/Normal/465.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:Pokemon/Overworld/Normal/465.png - -#begin Pokemon/Overworld/Normal/466.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:Pokemon/Overworld/Normal/466.png - -#begin Pokemon/Overworld/Normal/467.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:Pokemon/Overworld/Normal/467.png - -#begin Pokemon/Overworld/Normal/468.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:Pokemon/Overworld/Normal/468.png - -#begin Pokemon/Overworld/Normal/469.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:Pokemon/Overworld/Normal/469.png - -#begin Pokemon/Overworld/Normal/470.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:Pokemon/Overworld/Normal/470.png - -#begin Pokemon/Overworld/Normal/471.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:Pokemon/Overworld/Normal/471.png - -#begin Pokemon/Overworld/Normal/472.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:Pokemon/Overworld/Normal/472.png - -#begin Pokemon/Overworld/Normal/473.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:Pokemon/Overworld/Normal/473.png - -#begin Pokemon/Overworld/Normal/474.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:Pokemon/Overworld/Normal/474.png - -#begin Pokemon/Overworld/Normal/475.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:Pokemon/Overworld/Normal/475.png - -#begin Pokemon/Overworld/Normal/476.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:Pokemon/Overworld/Normal/476.png - -#begin Pokemon/Overworld/Normal/477.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:Pokemon/Overworld/Normal/477.png - -#begin Pokemon/Overworld/Normal/478.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:Pokemon/Overworld/Normal/478.png - -#begin Pokemon/Overworld/Shiny/280.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:Pokemon/Overworld/Shiny/280.png - -#begin Pokemon/Overworld/Shiny/281.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:Pokemon/Overworld/Shiny/281.png - -#begin Pokemon/Overworld/Shiny/282.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:Pokemon/Overworld/Shiny/282.png - -#begin Pokemon/Overworld/Shiny/298.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:Pokemon/Overworld/Shiny/298.png - -#begin Pokemon/Overworld/Shiny/360.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:Pokemon/Overworld/Shiny/360.png - -#begin Pokemon/Overworld/Shiny/382.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:Pokemon/Overworld/Shiny/382.png - -#begin Pokemon/Overworld/Shiny/383.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:Pokemon/Overworld/Shiny/383.png - -#begin Pokemon/Overworld/Shiny/384.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:Pokemon/Overworld/Shiny/384.png - -#begin Pokemon/Overworld/Shiny/424.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:Pokemon/Overworld/Shiny/424.png - -#begin Pokemon/Overworld/Shiny/429.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:Pokemon/Overworld/Shiny/429.png - -#begin Pokemon/Overworld/Shiny/430.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:Pokemon/Overworld/Shiny/430.png - -#begin Pokemon/Overworld/Shiny/438.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:Pokemon/Overworld/Shiny/438.png - -#begin Pokemon/Overworld/Shiny/439.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:Pokemon/Overworld/Shiny/439.png - -#begin Pokemon/Overworld/Shiny/440.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:Pokemon/Overworld/Shiny/440.png - -#begin Pokemon/Overworld/Shiny/446.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:Pokemon/Overworld/Shiny/446.png - -#begin Pokemon/Overworld/Shiny/447.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:Pokemon/Overworld/Shiny/447.png - -#begin Pokemon/Overworld/Shiny/448.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:Pokemon/Overworld/Shiny/448.png - -#begin Pokemon/Overworld/Shiny/458.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:Pokemon/Overworld/Shiny/458.png - -#begin Pokemon/Overworld/Shiny/461.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:Pokemon/Overworld/Shiny/461.png - -#begin Pokemon/Overworld/Shiny/462.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:Pokemon/Overworld/Shiny/462.png - -#begin Pokemon/Overworld/Shiny/463.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:Pokemon/Overworld/Shiny/463.png - -#begin Pokemon/Overworld/Shiny/464.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:Pokemon/Overworld/Shiny/464.png - -#begin Pokemon/Overworld/Shiny/465.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:Pokemon/Overworld/Shiny/465.png - -#begin Pokemon/Overworld/Shiny/466.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:Pokemon/Overworld/Shiny/466.png - -#begin Pokemon/Overworld/Shiny/467.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:Pokemon/Overworld/Shiny/467.png - -#begin Pokemon/Overworld/Shiny/468.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:Pokemon/Overworld/Shiny/468.png - -#begin Pokemon/Overworld/Shiny/469.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:Pokemon/Overworld/Shiny/469.png - -#begin Pokemon/Overworld/Shiny/470.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:Pokemon/Overworld/Shiny/470.png - -#begin Pokemon/Overworld/Shiny/471.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:Pokemon/Overworld/Shiny/471.png - -#begin Pokemon/Overworld/Shiny/472.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:Pokemon/Overworld/Shiny/472.png - -#begin Pokemon/Overworld/Shiny/473.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:Pokemon/Overworld/Shiny/473.png - -#begin Pokemon/Overworld/Shiny/474.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:Pokemon/Overworld/Shiny/474.png - -#begin Pokemon/Overworld/Shiny/475.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:Pokemon/Overworld/Shiny/475.png - -#begin Pokemon/Overworld/Shiny/476.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:Pokemon/Overworld/Shiny/476.png - -#begin Pokemon/Overworld/Shiny/477.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:Pokemon/Overworld/Shiny/477.png - -#begin Pokemon/Overworld/Shiny/478.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:Pokemon/Overworld/Shiny/478.png - -#begin Sounds/Cries/461.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/461.mp3 - -#begin Sounds/Cries/462.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/462.mp3 - -#begin Sounds/Cries/463.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/463.mp3 - -#begin Sounds/Cries/464.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/464.mp3 - -#begin Sounds/Cries/465.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/465.mp3 - -#begin Sounds/Cries/466.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/466.mp3 - -#begin Sounds/Cries/467.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/467.mp3 - -#begin Sounds/Cries/468.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/468.mp3 - -#begin Sounds/Cries/469.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/469.mp3 - -#begin Sounds/Cries/470.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/470.mp3 - -#begin Sounds/Cries/471.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/471.mp3 - -#begin Sounds/Cries/472.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/472.mp3 - -#begin Sounds/Cries/473.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/473.mp3 - -#begin Sounds/Cries/474.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/474.mp3 - -#begin Sounds/Cries/475.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/475.mp3 - -#begin Sounds/Cries/476.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/476.mp3 - -#begin Sounds/Cries/477.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/477.mp3 - -#begin Sounds/Cries/478.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/478.mp3 - -#begin Sounds/Cries/360.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/360.mp3 - -#begin Sounds/Cries/382.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/382.mp3 - -#begin Sounds/Cries/383.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/383.mp3 - -#begin Sounds/Cries/384.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/384.mp3 - -#begin Sounds/Cries/424.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/424.mp3 - -#begin Sounds/Cries/427.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/427.mp3 - -#begin Sounds/Cries/428.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/428.mp3 - -#begin Sounds/Cries/429.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/429.mp3 - -#begin Sounds/Cries/430.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/430.mp3 - -#begin Sounds/Cries/438.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/438.mp3 - -#begin Sounds/Cries/439.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/439.mp3 - -#begin Sounds/Cries/440.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/440.mp3 - -#begin Sounds/Cries/442.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/442.mp3 - -#begin Sounds/Cries/446.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/446.mp3 - -#begin Sounds/Cries/458.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/458.mp3 - -#begin Sounds/Cries/280.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/280.mp3 - -#begin Sounds/Cries/281.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/281.mp3 - -#begin Sounds/Cries/282.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/282.mp3 - -#begin Sounds/Cries/298.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/298.mp3 - -#begin GUI/Map/kanto_map.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:GUI/Map/kanto_map.png - -#begin Effects/BlurEffect.fx +#begin Content/Effects/BackdropShader.fx /importer:EffectImporter /processor:EffectProcessor /processorParam:DebugMode=Auto -/build:Effects/BlurEffect.fx +/build:Content/Effects/BackdropShader.fx -#begin Textures/Emblem/missingno.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:Textures/Emblem/missingno.png - -#begin Effects/Shadow.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:Effects/Shadow.png - -#begin Textures/train.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:Textures/train.png - -#begin GUI/Menus/GTS.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:GUI/Menus/GTS.png - -#begin Pokemon/Sprites/Abra.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:Pokemon/Sprites/Abra.png - -#begin Pokemon/Sprites/Aerodactyl.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:Pokemon/Sprites/Aerodactyl.png - -#begin Pokemon/Sprites/Aipom.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:Pokemon/Sprites/Aipom.png - -#begin Pokemon/Sprites/Alakazam.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:Pokemon/Sprites/Alakazam.png - -#begin Pokemon/Sprites/Ambipom.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:Pokemon/Sprites/Ambipom.png - -#begin Pokemon/Sprites/Ampharos.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:Pokemon/Sprites/Ampharos.png - -#begin Pokemon/Sprites/Arbok.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:Pokemon/Sprites/Arbok.png - -#begin Pokemon/Sprites/Arcanine.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:Pokemon/Sprites/Arcanine.png - -#begin Pokemon/Sprites/Ariados.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:Pokemon/Sprites/Ariados.png - -#begin Pokemon/Sprites/Articuno.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:Pokemon/Sprites/Articuno.png - -#begin Pokemon/Sprites/Azumarill.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:Pokemon/Sprites/Azumarill.png - -#begin Pokemon/Sprites/Azurill.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:Pokemon/Sprites/Azurill.png - -#begin Pokemon/Sprites/Bayleef.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:Pokemon/Sprites/Bayleef.png - -#begin Pokemon/Sprites/Beedrill.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:Pokemon/Sprites/Beedrill.png - -#begin Pokemon/Sprites/Bellossom.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:Pokemon/Sprites/Bellossom.png - -#begin Pokemon/Sprites/Bellsprout.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:Pokemon/Sprites/Bellsprout.png - -#begin Pokemon/Sprites/Blastoise.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:Pokemon/Sprites/Blastoise.png - -#begin Pokemon/Sprites/Blissey.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:Pokemon/Sprites/Blissey.png - -#begin Pokemon/Sprites/Bonsly.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:Pokemon/Sprites/Bonsly.png - -#begin Pokemon/Sprites/Bulbasaur.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:Pokemon/Sprites/Bulbasaur.png - -#begin Pokemon/Sprites/Butterfree.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:Pokemon/Sprites/Butterfree.png - -#begin Pokemon/Sprites/Caterpie.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:Pokemon/Sprites/Caterpie.png - -#begin Pokemon/Sprites/Celebi.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:Pokemon/Sprites/Celebi.png - -#begin Pokemon/Sprites/Chansey.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:Pokemon/Sprites/Chansey.png - -#begin Pokemon/Sprites/Charizard.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:Pokemon/Sprites/Charizard.png - -#begin Pokemon/Sprites/Charmander.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:Pokemon/Sprites/Charmander.png - -#begin Pokemon/Sprites/Charmeleon.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:Pokemon/Sprites/Charmeleon.png - -#begin Pokemon/Sprites/Chikorita.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:Pokemon/Sprites/Chikorita.png - -#begin Pokemon/Sprites/Chinchou.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:Pokemon/Sprites/Chinchou.png - -#begin Pokemon/Sprites/Clefable.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:Pokemon/Sprites/Clefable.png - -#begin Pokemon/Sprites/Clefairy.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:Pokemon/Sprites/Clefairy.png - -#begin Pokemon/Sprites/Cleffa.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:Pokemon/Sprites/Cleffa.png - -#begin Pokemon/Sprites/Cloyster.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:Pokemon/Sprites/Cloyster.png - -#begin Pokemon/Sprites/Corsola.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:Pokemon/Sprites/Corsola.png - -#begin Pokemon/Sprites/Crobat.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:Pokemon/Sprites/Crobat.png - -#begin Pokemon/Sprites/Croconaw.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:Pokemon/Sprites/Croconaw.png - -#begin Pokemon/Sprites/Cubone.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:Pokemon/Sprites/Cubone.png - -#begin Pokemon/Sprites/Cyndaquil.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:Pokemon/Sprites/Cyndaquil.png - -#begin Pokemon/Sprites/Delibird.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:Pokemon/Sprites/Delibird.png - -#begin Pokemon/Sprites/Dewgong.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:Pokemon/Sprites/Dewgong.png - -#begin Pokemon/Sprites/Diglett.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:Pokemon/Sprites/Diglett.png - -#begin Pokemon/Sprites/Ditto.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:Pokemon/Sprites/Ditto.png - -#begin Pokemon/Sprites/Dodrio.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:Pokemon/Sprites/Dodrio.png - -#begin Pokemon/Sprites/Doduo.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:Pokemon/Sprites/Doduo.png - -#begin Pokemon/Sprites/Donphan.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:Pokemon/Sprites/Donphan.png - -#begin Pokemon/Sprites/Dragonair.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:Pokemon/Sprites/Dragonair.png - -#begin Pokemon/Sprites/Dragonite.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:Pokemon/Sprites/Dragonite.png - -#begin Pokemon/Sprites/Dratini.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:Pokemon/Sprites/Dratini.png - -#begin Pokemon/Sprites/Drowzee.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:Pokemon/Sprites/Drowzee.png - -#begin Pokemon/Sprites/Dugtrio.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:Pokemon/Sprites/Dugtrio.png - -#begin Pokemon/Sprites/Dunsparce.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:Pokemon/Sprites/Dunsparce.png - -#begin Pokemon/Sprites/Eevee.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:Pokemon/Sprites/Eevee.png - -#begin Pokemon/Sprites/Ekans.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:Pokemon/Sprites/Ekans.png - -#begin Pokemon/Sprites/Electabuzz.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:Pokemon/Sprites/Electabuzz.png - -#begin Pokemon/Sprites/Electivire.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:Pokemon/Sprites/Electivire.png - -#begin Pokemon/Sprites/Electrode.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:Pokemon/Sprites/Electrode.png - -#begin Pokemon/Sprites/Elekid.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:Pokemon/Sprites/Elekid.png - -#begin Pokemon/Sprites/Entei.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:Pokemon/Sprites/Entei.png - -#begin Pokemon/Sprites/Espeon.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:Pokemon/Sprites/Espeon.png - -#begin Pokemon/Sprites/Exeggcute.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:Pokemon/Sprites/Exeggcute.png - -#begin Pokemon/Sprites/Exeggutor.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:Pokemon/Sprites/Exeggutor.png - -#begin Pokemon/Sprites/Farfetch'd.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:Pokemon/Sprites/Farfetch'd.png - -#begin Pokemon/Sprites/Fearow.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:Pokemon/Sprites/Fearow.png - -#begin Pokemon/Sprites/Feraligatr.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:Pokemon/Sprites/Feraligatr.png - -#begin Pokemon/Sprites/Flaaffy.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:Pokemon/Sprites/Flaaffy.png - -#begin Pokemon/Sprites/Flareon.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:Pokemon/Sprites/Flareon.png - -#begin Pokemon/Sprites/Forretress.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:Pokemon/Sprites/Forretress.png - -#begin Pokemon/Sprites/Furret.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:Pokemon/Sprites/Furret.png - -#begin Pokemon/Sprites/Gallade.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:Pokemon/Sprites/Gallade.png - -#begin Pokemon/Sprites/Gardevoir.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:Pokemon/Sprites/Gardevoir.png - -#begin Pokemon/Sprites/Gastly.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:Pokemon/Sprites/Gastly.png - -#begin Pokemon/Sprites/Gengar.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:Pokemon/Sprites/Gengar.png - -#begin Pokemon/Sprites/Geodude.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:Pokemon/Sprites/Geodude.png - -#begin Pokemon/Sprites/Girafarig.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:Pokemon/Sprites/Girafarig.png - -#begin Pokemon/Sprites/Glaceon.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:Pokemon/Sprites/Glaceon.png - -#begin Pokemon/Sprites/Gligar.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:Pokemon/Sprites/Gligar.png - -#begin Pokemon/Sprites/Gliscor.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:Pokemon/Sprites/Gliscor.png - -#begin Pokemon/Sprites/Gloom.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:Pokemon/Sprites/Gloom.png - -#begin Pokemon/Sprites/Golbat.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:Pokemon/Sprites/Golbat.png - -#begin Pokemon/Sprites/Goldeen.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:Pokemon/Sprites/Goldeen.png - -#begin Pokemon/Sprites/Golduck.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:Pokemon/Sprites/Golduck.png - -#begin Pokemon/Sprites/Golem.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:Pokemon/Sprites/Golem.png - -#begin Pokemon/Sprites/Granbull.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:Pokemon/Sprites/Granbull.png - -#begin Pokemon/Sprites/Graveler.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:Pokemon/Sprites/Graveler.png - -#begin Pokemon/Sprites/Grimer.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:Pokemon/Sprites/Grimer.png - -#begin Pokemon/Sprites/Groudon.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:Pokemon/Sprites/Groudon.png - -#begin Pokemon/Sprites/Growlithe.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:Pokemon/Sprites/Growlithe.png - -#begin Pokemon/Sprites/Gyarados.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:Pokemon/Sprites/Gyarados.png - -#begin Pokemon/Sprites/Happiny.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:Pokemon/Sprites/Happiny.png - -#begin Pokemon/Sprites/Haunter.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:Pokemon/Sprites/Haunter.png - -#begin Pokemon/Sprites/Heracross.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:Pokemon/Sprites/Heracross.png - -#begin Pokemon/Sprites/Hitmonchan.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:Pokemon/Sprites/Hitmonchan.png - -#begin Pokemon/Sprites/Hitmonlee.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:Pokemon/Sprites/Hitmonlee.png - -#begin Pokemon/Sprites/Hitmontop.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:Pokemon/Sprites/Hitmontop.png - -#begin Pokemon/Sprites/Ho-Oh.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:Pokemon/Sprites/Ho-Oh.png - -#begin Pokemon/Sprites/Honchkrow.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:Pokemon/Sprites/Honchkrow.png - -#begin Pokemon/Sprites/Hoothoot.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:Pokemon/Sprites/Hoothoot.png - -#begin Pokemon/Sprites/Hoppip.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:Pokemon/Sprites/Hoppip.png - -#begin Pokemon/Sprites/Horsea.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:Pokemon/Sprites/Horsea.png - -#begin Pokemon/Sprites/Houndoom.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:Pokemon/Sprites/Houndoom.png - -#begin Pokemon/Sprites/Houndour.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:Pokemon/Sprites/Houndour.png - -#begin Pokemon/Sprites/Hypno.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:Pokemon/Sprites/Hypno.png - -#begin Pokemon/Sprites/Igglybuff.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:Pokemon/Sprites/Igglybuff.png - -#begin Pokemon/Sprites/Ivysaur.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:Pokemon/Sprites/Ivysaur.png - -#begin Pokemon/Sprites/Jigglypuff.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:Pokemon/Sprites/Jigglypuff.png - -#begin Pokemon/Sprites/Jolteon.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:Pokemon/Sprites/Jolteon.png - -#begin Pokemon/Sprites/Jumpluff.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:Pokemon/Sprites/Jumpluff.png - -#begin Pokemon/Sprites/Jynx.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:Pokemon/Sprites/Jynx.png - -#begin Pokemon/Sprites/Kabuto.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:Pokemon/Sprites/Kabuto.png - -#begin Pokemon/Sprites/Kabutops.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:Pokemon/Sprites/Kabutops.png - -#begin Pokemon/Sprites/Kadabra.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:Pokemon/Sprites/Kadabra.png - -#begin Pokemon/Sprites/Kakuna.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:Pokemon/Sprites/Kakuna.png - -#begin Pokemon/Sprites/Kangaskhan.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:Pokemon/Sprites/Kangaskhan.png - -#begin Pokemon/Sprites/Kingdra.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:Pokemon/Sprites/Kingdra.png - -#begin Pokemon/Sprites/Kingler.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:Pokemon/Sprites/Kingler.png - -#begin Pokemon/Sprites/Kirlia.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:Pokemon/Sprites/Kirlia.png - -#begin Pokemon/Sprites/Koffing.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:Pokemon/Sprites/Koffing.png - -#begin Pokemon/Sprites/Krabby.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:Pokemon/Sprites/Krabby.png - -#begin Pokemon/Sprites/Kyogre.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:Pokemon/Sprites/Kyogre.png - -#begin Pokemon/Sprites/Lanturn.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:Pokemon/Sprites/Lanturn.png - -#begin Pokemon/Sprites/Lapras.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:Pokemon/Sprites/Lapras.png - -#begin Pokemon/Sprites/Larvitar.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:Pokemon/Sprites/Larvitar.png - -#begin Pokemon/Sprites/Leafeon.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:Pokemon/Sprites/Leafeon.png - -#begin Pokemon/Sprites/Ledian.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:Pokemon/Sprites/Ledian.png - -#begin Pokemon/Sprites/Ledyba.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:Pokemon/Sprites/Ledyba.png - -#begin Pokemon/Sprites/Lickilicky.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:Pokemon/Sprites/Lickilicky.png - -#begin Pokemon/Sprites/Lickitung.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:Pokemon/Sprites/Lickitung.png - -#begin Pokemon/Sprites/Lucario.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:Pokemon/Sprites/Lucario.png - -#begin Pokemon/Sprites/Lugia.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:Pokemon/Sprites/Lugia.png - -#begin Pokemon/Sprites/Machamp.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:Pokemon/Sprites/Machamp.png - -#begin Pokemon/Sprites/Machoke.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:Pokemon/Sprites/Machoke.png - -#begin Pokemon/Sprites/Machop.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:Pokemon/Sprites/Machop.png - -#begin Pokemon/Sprites/Magby.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:Pokemon/Sprites/Magby.png - -#begin Pokemon/Sprites/Magcargo.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:Pokemon/Sprites/Magcargo.png - -#begin Pokemon/Sprites/Magikarp.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:Pokemon/Sprites/Magikarp.png - -#begin Pokemon/Sprites/Magmar.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:Pokemon/Sprites/Magmar.png - -#begin Pokemon/Sprites/Magmortar.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:Pokemon/Sprites/Magmortar.png - -#begin Pokemon/Sprites/Magnemite.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:Pokemon/Sprites/Magnemite.png - -#begin Pokemon/Sprites/Magneton.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:Pokemon/Sprites/Magneton.png - -#begin Pokemon/Sprites/Magnezone.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:Pokemon/Sprites/Magnezone.png - -#begin Pokemon/Sprites/Mamoswine.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:Pokemon/Sprites/Mamoswine.png - -#begin Pokemon/Sprites/Mankey.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:Pokemon/Sprites/Mankey.png - -#begin Pokemon/Sprites/Mantine.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:Pokemon/Sprites/Mantine.png - -#begin Pokemon/Sprites/Mantyke.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:Pokemon/Sprites/Mantyke.png - -#begin Pokemon/Sprites/Mareep.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:Pokemon/Sprites/Mareep.png - -#begin Pokemon/Sprites/Marill.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:Pokemon/Sprites/Marill.png - -#begin Pokemon/Sprites/Marowak.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:Pokemon/Sprites/Marowak.png - -#begin Pokemon/Sprites/Meganium.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:Pokemon/Sprites/Meganium.png - -#begin Pokemon/Sprites/Meowth.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:Pokemon/Sprites/Meowth.png - -#begin Pokemon/Sprites/Metapod.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:Pokemon/Sprites/Metapod.png - -#begin Pokemon/Sprites/Mew.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:Pokemon/Sprites/Mew.png - -#begin Pokemon/Sprites/Mewtwo.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:Pokemon/Sprites/Mewtwo.png - -#begin Pokemon/Sprites/Miltank.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:Pokemon/Sprites/Miltank.png - -#begin Pokemon/Sprites/Mime Jr..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:Pokemon/Sprites/Mime Jr..png - -#begin Pokemon/Sprites/Misdreavus.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:Pokemon/Sprites/Misdreavus.png - -#begin Pokemon/Sprites/Mismagius.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:Pokemon/Sprites/Mismagius.png - -#begin Pokemon/Sprites/Moltres.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:Pokemon/Sprites/Moltres.png - -#begin Pokemon/Sprites/Mr. Mime.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:Pokemon/Sprites/Mr. Mime.png - -#begin Pokemon/Sprites/Muk.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:Pokemon/Sprites/Muk.png - -#begin Pokemon/Sprites/Munchlax.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:Pokemon/Sprites/Munchlax.png - -#begin Pokemon/Sprites/Murkrow.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:Pokemon/Sprites/Murkrow.png - -#begin Pokemon/Sprites/Natu.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:Pokemon/Sprites/Natu.png - -#begin Pokemon/Sprites/Nidoking.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:Pokemon/Sprites/Nidoking.png - -#begin Pokemon/Sprites/Nidoqueen.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:Pokemon/Sprites/Nidoqueen.png - -#begin Pokemon/Sprites/Nidoran_f.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:Pokemon/Sprites/Nidoran_f.png - -#begin Pokemon/Sprites/Nidoran_m.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:Pokemon/Sprites/Nidoran_m.png - -#begin Pokemon/Sprites/Nidorina.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:Pokemon/Sprites/Nidorina.png - -#begin Pokemon/Sprites/Nidorino.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:Pokemon/Sprites/Nidorino.png - -#begin Pokemon/Sprites/Ninetales.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:Pokemon/Sprites/Ninetales.png - -#begin Pokemon/Sprites/Noctowl.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:Pokemon/Sprites/Noctowl.png - -#begin Pokemon/Sprites/Octillery.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:Pokemon/Sprites/Octillery.png - -#begin Pokemon/Sprites/Oddish.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:Pokemon/Sprites/Oddish.png - -#begin Pokemon/Sprites/Omanyte.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:Pokemon/Sprites/Omanyte.png - -#begin Pokemon/Sprites/Omastar.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:Pokemon/Sprites/Omastar.png - -#begin Pokemon/Sprites/Onix.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:Pokemon/Sprites/Onix.png - -#begin Pokemon/Sprites/Paras.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:Pokemon/Sprites/Paras.png - -#begin Pokemon/Sprites/Parasect.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:Pokemon/Sprites/Parasect.png - -#begin Pokemon/Sprites/Persian.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:Pokemon/Sprites/Persian.png - -#begin Pokemon/Sprites/Phanpy.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:Pokemon/Sprites/Phanpy.png - -#begin Pokemon/Sprites/Pichu.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:Pokemon/Sprites/Pichu.png - -#begin Pokemon/Sprites/Pidgeot.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:Pokemon/Sprites/Pidgeot.png - -#begin Pokemon/Sprites/Pidgeotto.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:Pokemon/Sprites/Pidgeotto.png - -#begin Pokemon/Sprites/Pidgey.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:Pokemon/Sprites/Pidgey.png - -#begin Pokemon/Sprites/Pikachu.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:Pokemon/Sprites/Pikachu.png - -#begin Pokemon/Sprites/Piloswine.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:Pokemon/Sprites/Piloswine.png - -#begin Pokemon/Sprites/Pineco.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:Pokemon/Sprites/Pineco.png - -#begin Pokemon/Sprites/Pinsir.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:Pokemon/Sprites/Pinsir.png - -#begin Pokemon/Sprites/Politoed.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:Pokemon/Sprites/Politoed.png - -#begin Pokemon/Sprites/Poliwag.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:Pokemon/Sprites/Poliwag.png - -#begin Pokemon/Sprites/Poliwhirl.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:Pokemon/Sprites/Poliwhirl.png - -#begin Pokemon/Sprites/Poliwrath.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:Pokemon/Sprites/Poliwrath.png - -#begin Pokemon/Sprites/Ponyta.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:Pokemon/Sprites/Ponyta.png - -#begin Pokemon/Sprites/Porygon-Z.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:Pokemon/Sprites/Porygon-Z.png - -#begin Pokemon/Sprites/Porygon.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:Pokemon/Sprites/Porygon.png - -#begin Pokemon/Sprites/Porygon2.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:Pokemon/Sprites/Porygon2.png - -#begin Pokemon/Sprites/Primeape.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:Pokemon/Sprites/Primeape.png - -#begin Pokemon/Sprites/Psyduck.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:Pokemon/Sprites/Psyduck.png - -#begin Pokemon/Sprites/Pupitar.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:Pokemon/Sprites/Pupitar.png - -#begin Pokemon/Sprites/Quagsire.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:Pokemon/Sprites/Quagsire.png - -#begin Pokemon/Sprites/Quilava.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:Pokemon/Sprites/Quilava.png - -#begin Pokemon/Sprites/Qwilfish.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:Pokemon/Sprites/Qwilfish.png - -#begin Pokemon/Sprites/Raichu.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:Pokemon/Sprites/Raichu.png - -#begin Pokemon/Sprites/Raikou.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:Pokemon/Sprites/Raikou.png - -#begin Pokemon/Sprites/Ralts.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:Pokemon/Sprites/Ralts.png - -#begin Pokemon/Sprites/Rapidash.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:Pokemon/Sprites/Rapidash.png - -#begin Pokemon/Sprites/Raticate.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:Pokemon/Sprites/Raticate.png - -#begin Pokemon/Sprites/Rattata.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:Pokemon/Sprites/Rattata.png - -#begin Pokemon/Sprites/Rayquaza.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:Pokemon/Sprites/Rayquaza.png - -#begin Pokemon/Sprites/Remoraid.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:Pokemon/Sprites/Remoraid.png - -#begin Pokemon/Sprites/Rhydon.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:Pokemon/Sprites/Rhydon.png - -#begin Pokemon/Sprites/Rhyhorn.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:Pokemon/Sprites/Rhyhorn.png - -#begin Pokemon/Sprites/Rhyperior.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:Pokemon/Sprites/Rhyperior.png - -#begin Pokemon/Sprites/Riolu.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:Pokemon/Sprites/Riolu.png - -#begin Pokemon/Sprites/Sandshrew.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:Pokemon/Sprites/Sandshrew.png - -#begin Pokemon/Sprites/Sandslash.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:Pokemon/Sprites/Sandslash.png - -#begin Pokemon/Sprites/Scizor.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:Pokemon/Sprites/Scizor.png - -#begin Pokemon/Sprites/Scyther.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:Pokemon/Sprites/Scyther.png - -#begin Pokemon/Sprites/Seadra.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:Pokemon/Sprites/Seadra.png - -#begin Pokemon/Sprites/Seaking.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:Pokemon/Sprites/Seaking.png - -#begin Pokemon/Sprites/Seel.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:Pokemon/Sprites/Seel.png - -#begin Pokemon/Sprites/Sentret.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:Pokemon/Sprites/Sentret.png - -#begin Pokemon/Sprites/Shellder.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:Pokemon/Sprites/Shellder.png - -#begin Pokemon/Sprites/Shuckle.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:Pokemon/Sprites/Shuckle.png - -#begin Pokemon/Sprites/Skarmory.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:Pokemon/Sprites/Skarmory.png - -#begin Pokemon/Sprites/Skiploom.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:Pokemon/Sprites/Skiploom.png - -#begin Pokemon/Sprites/Slowbro.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:Pokemon/Sprites/Slowbro.png - -#begin Pokemon/Sprites/Slowking.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:Pokemon/Sprites/Slowking.png - -#begin Pokemon/Sprites/Slowpoke.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:Pokemon/Sprites/Slowpoke.png - -#begin Pokemon/Sprites/Slugma.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:Pokemon/Sprites/Slugma.png - -#begin Pokemon/Sprites/Smeargle.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:Pokemon/Sprites/Smeargle.png - -#begin Pokemon/Sprites/Smoochum.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:Pokemon/Sprites/Smoochum.png - -#begin Pokemon/Sprites/Sneasel.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:Pokemon/Sprites/Sneasel.png - -#begin Pokemon/Sprites/Snorlax.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:Pokemon/Sprites/Snorlax.png - -#begin Pokemon/Sprites/Snubbull.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:Pokemon/Sprites/Snubbull.png - -#begin Pokemon/Sprites/Spearow.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:Pokemon/Sprites/Spearow.png - -#begin Pokemon/Sprites/Spinarak.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:Pokemon/Sprites/Spinarak.png - -#begin Pokemon/Sprites/Squirtle.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:Pokemon/Sprites/Squirtle.png - -#begin Pokemon/Sprites/Stantler.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:Pokemon/Sprites/Stantler.png - -#begin Pokemon/Sprites/Starmie.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:Pokemon/Sprites/Starmie.png - -#begin Pokemon/Sprites/Staryu.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:Pokemon/Sprites/Staryu.png - -#begin Pokemon/Sprites/Steelix.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:Pokemon/Sprites/Steelix.png - -#begin Pokemon/Sprites/Sudowoodo.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:Pokemon/Sprites/Sudowoodo.png - -#begin Pokemon/Sprites/Suicune.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:Pokemon/Sprites/Suicune.png - -#begin Pokemon/Sprites/Sunflora.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:Pokemon/Sprites/Sunflora.png - -#begin Pokemon/Sprites/Sunkern.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:Pokemon/Sprites/Sunkern.png - -#begin Pokemon/Sprites/Swinub.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:Pokemon/Sprites/Swinub.png - -#begin Pokemon/Sprites/Sylveon.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:Pokemon/Sprites/Sylveon.png - -#begin Pokemon/Sprites/Tangela.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:Pokemon/Sprites/Tangela.png - -#begin Pokemon/Sprites/Tangrowth.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:Pokemon/Sprites/Tangrowth.png - -#begin Pokemon/Sprites/Tauros.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:Pokemon/Sprites/Tauros.png - -#begin Pokemon/Sprites/Teddiursa.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:Pokemon/Sprites/Teddiursa.png - -#begin Pokemon/Sprites/Tentacool.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:Pokemon/Sprites/Tentacool.png - -#begin Pokemon/Sprites/Tentacruel.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:Pokemon/Sprites/Tentacruel.png - -#begin Pokemon/Sprites/Togekiss.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:Pokemon/Sprites/Togekiss.png - -#begin Pokemon/Sprites/Togepi.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:Pokemon/Sprites/Togepi.png - -#begin Pokemon/Sprites/Togetic.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:Pokemon/Sprites/Togetic.png - -#begin Pokemon/Sprites/Totodile.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:Pokemon/Sprites/Totodile.png - -#begin Pokemon/Sprites/Typhlosion.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:Pokemon/Sprites/Typhlosion.png - -#begin Pokemon/Sprites/Tyranitar.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:Pokemon/Sprites/Tyranitar.png - -#begin Pokemon/Sprites/Tyrogue.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:Pokemon/Sprites/Tyrogue.png - -#begin Pokemon/Sprites/Umbreon.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:Pokemon/Sprites/Umbreon.png - -#begin Pokemon/Sprites/Unown.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:Pokemon/Sprites/Unown.png - -#begin Pokemon/Sprites/Unown_b.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:Pokemon/Sprites/Unown_b.png - -#begin Pokemon/Sprites/Unown_c.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:Pokemon/Sprites/Unown_c.png - -#begin Pokemon/Sprites/Unown_d.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:Pokemon/Sprites/Unown_d.png - -#begin Pokemon/Sprites/Unown_e.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:Pokemon/Sprites/Unown_e.png - -#begin Pokemon/Sprites/Unown_exclamation.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:Pokemon/Sprites/Unown_exclamation.png - -#begin Pokemon/Sprites/Unown_f.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:Pokemon/Sprites/Unown_f.png - -#begin Pokemon/Sprites/Unown_g.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:Pokemon/Sprites/Unown_g.png - -#begin Pokemon/Sprites/Unown_h.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:Pokemon/Sprites/Unown_h.png - -#begin Pokemon/Sprites/Unown_i.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:Pokemon/Sprites/Unown_i.png - -#begin Pokemon/Sprites/Unown_j.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:Pokemon/Sprites/Unown_j.png - -#begin Pokemon/Sprites/Unown_k.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:Pokemon/Sprites/Unown_k.png - -#begin Pokemon/Sprites/Unown_l.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:Pokemon/Sprites/Unown_l.png - -#begin Pokemon/Sprites/Unown_m.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:Pokemon/Sprites/Unown_m.png - -#begin Pokemon/Sprites/Unown_n.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:Pokemon/Sprites/Unown_n.png - -#begin Pokemon/Sprites/Unown_o.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:Pokemon/Sprites/Unown_o.png - -#begin Pokemon/Sprites/Unown_p.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:Pokemon/Sprites/Unown_p.png - -#begin Pokemon/Sprites/Unown_q.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:Pokemon/Sprites/Unown_q.png - -#begin Pokemon/Sprites/Unown_question.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:Pokemon/Sprites/Unown_question.png - -#begin Pokemon/Sprites/Unown_r.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:Pokemon/Sprites/Unown_r.png - -#begin Pokemon/Sprites/Unown_s.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:Pokemon/Sprites/Unown_s.png - -#begin Pokemon/Sprites/Unown_t.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:Pokemon/Sprites/Unown_t.png - -#begin Pokemon/Sprites/Unown_u.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:Pokemon/Sprites/Unown_u.png - -#begin Pokemon/Sprites/Unown_v.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:Pokemon/Sprites/Unown_v.png - -#begin Pokemon/Sprites/Unown_w.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:Pokemon/Sprites/Unown_w.png - -#begin Pokemon/Sprites/Unown_x.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:Pokemon/Sprites/Unown_x.png - -#begin Pokemon/Sprites/Unown_y.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:Pokemon/Sprites/Unown_y.png - -#begin Pokemon/Sprites/Unown_z.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:Pokemon/Sprites/Unown_z.png - -#begin Pokemon/Sprites/Ursaring.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:Pokemon/Sprites/Ursaring.png - -#begin Pokemon/Sprites/Vaporeon.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:Pokemon/Sprites/Vaporeon.png - -#begin Pokemon/Sprites/Venomoth.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:Pokemon/Sprites/Venomoth.png - -#begin Pokemon/Sprites/Venonat.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:Pokemon/Sprites/Venonat.png - -#begin Pokemon/Sprites/Venusaur.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:Pokemon/Sprites/Venusaur.png - -#begin Pokemon/Sprites/Victreebel.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:Pokemon/Sprites/Victreebel.png - -#begin Pokemon/Sprites/Vileplume.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:Pokemon/Sprites/Vileplume.png - -#begin Pokemon/Sprites/Voltorb.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:Pokemon/Sprites/Voltorb.png - -#begin Pokemon/Sprites/Vulpix.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:Pokemon/Sprites/Vulpix.png - -#begin Pokemon/Sprites/Wartortle.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:Pokemon/Sprites/Wartortle.png - -#begin Pokemon/Sprites/Weavile.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:Pokemon/Sprites/Weavile.png - -#begin Pokemon/Sprites/Weedle.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:Pokemon/Sprites/Weedle.png - -#begin Pokemon/Sprites/Weepinbell.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:Pokemon/Sprites/Weepinbell.png - -#begin Pokemon/Sprites/Weezing.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:Pokemon/Sprites/Weezing.png - -#begin Pokemon/Sprites/Wigglytuff.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:Pokemon/Sprites/Wigglytuff.png - -#begin Pokemon/Sprites/Wobbuffet.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:Pokemon/Sprites/Wobbuffet.png - -#begin Pokemon/Sprites/Wooper.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:Pokemon/Sprites/Wooper.png - -#begin Pokemon/Sprites/Wynaut.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:Pokemon/Sprites/Wynaut.png - -#begin Pokemon/Sprites/Xatu.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:Pokemon/Sprites/Xatu.png - -#begin Pokemon/Sprites/Yanma.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:Pokemon/Sprites/Yanma.png - -#begin Pokemon/Sprites/Yanmega.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:Pokemon/Sprites/Yanmega.png - -#begin Pokemon/Sprites/Zapdos.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:Pokemon/Sprites/Zapdos.png - -#begin Pokemon/Sprites/Zubat.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:Pokemon/Sprites/Zubat.png - -#begin GUI/GamePad/xboxControllerButtonA.tga -/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:GUI/GamePad/xboxControllerButtonA.tga - -#begin GUI/GamePad/xboxControllerButtonB.tga -/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:GUI/GamePad/xboxControllerButtonB.tga - -#begin GUI/GamePad/xboxControllerButtonX.tga -/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:GUI/GamePad/xboxControllerButtonX.tga - -#begin GUI/GamePad/xboxControllerButtonY.tga -/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:GUI/GamePad/xboxControllerButtonY.tga - -#begin GUI/GamePad/xboxControllerLeftShoulder.tga -/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:GUI/GamePad/xboxControllerLeftShoulder.tga - -#begin GUI/GamePad/xboxControllerLeftThumbstick.tga -/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:GUI/GamePad/xboxControllerLeftThumbstick.tga - -#begin GUI/GamePad/xboxControllerLeftTrigger.tga -/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:GUI/GamePad/xboxControllerLeftTrigger.tga - -#begin GUI/GamePad/xboxControllerRightShoulder.tga -/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:GUI/GamePad/xboxControllerRightShoulder.tga - -#begin GUI/GamePad/xboxControllerRightThumbstick.tga -/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:GUI/GamePad/xboxControllerRightThumbstick.tga - -#begin GUI/GamePad/xboxControllerRightTrigger.tga -/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:GUI/GamePad/xboxControllerRightTrigger.tga - -#begin GUI/GamePad/xboxControllerStart.tga -/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:GUI/GamePad/xboxControllerStart.tga - -#begin Effects/DiffuseShader.fx +#begin Content/Effects/BlurEffect.fx /importer:EffectImporter /processor:EffectProcessor /processorParam:DebugMode=Auto -/build:Effects/DiffuseShader.fx +/build:Content/Effects/BlurEffect.fx -#begin Effects/Toon.fx +#begin Content/Effects/DiffuseShader.fx /importer:EffectImporter /processor:EffectProcessor /processorParam:DebugMode=Auto -/build:Effects/Toon.fx +/build:Content/Effects/DiffuseShader.fx -#begin Models/boat/Ship.X -/importer:XImporter -/processor:ModelProcessor -/processorParam:ColorKeyColor=0,0,0,0 -/processorParam:ColorKeyEnabled=True -/processorParam:DefaultEffect=BasicEffect -/processorParam:GenerateMipmaps=True -/processorParam:GenerateTangentFrames=False -/processorParam:PremultiplyTextureAlpha=True -/processorParam:PremultiplyVertexColors=True -/processorParam:ResizeTexturesToPowerOfTwo=False -/processorParam:RotationX=0 -/processorParam:RotationY=0 -/processorParam:RotationZ=0 -/processorParam:Scale=1 -/processorParam:SwapWindingOrder=False -/processorParam:TextureFormat=DxtCompressed -/build:Models/boat/Ship.X - -#begin Models/boat/ferry.X -/importer:XImporter -/processor:ModelProcessor -/processorParam:ColorKeyColor=0,0,0,0 -/processorParam:ColorKeyEnabled=True -/processorParam:DefaultEffect=BasicEffect -/processorParam:GenerateMipmaps=True -/processorParam:GenerateTangentFrames=False -/processorParam:PremultiplyTextureAlpha=True -/processorParam:PremultiplyVertexColors=True -/processorParam:ResizeTexturesToPowerOfTwo=False -/processorParam:RotationX=0 -/processorParam:RotationY=0 -/processorParam:RotationZ=0 -/processorParam:Scale=1 -/processorParam:SwapWindingOrder=False -/processorParam:TextureFormat=DxtCompressed -/build:Models/boat/ferry.X - -#begin Models/boat2/Boat.fbx -/importer:FbxImporter -/processor:ModelProcessor -/processorParam:ColorKeyColor=0,0,0,0 -/processorParam:ColorKeyEnabled=True -/processorParam:DefaultEffect=BasicEffect -/processorParam:GenerateMipmaps=True -/processorParam:GenerateTangentFrames=False -/processorParam:PremultiplyTextureAlpha=True -/processorParam:PremultiplyVertexColors=True -/processorParam:ResizeTexturesToPowerOfTwo=False -/processorParam:RotationX=0 -/processorParam:RotationY=0 -/processorParam:RotationZ=0 -/processorParam:Scale=1 -/processorParam:SwapWindingOrder=False -/processorParam:TextureFormat=DxtCompressed -/build:Models/boat2/Boat.fbx - -#begin Models/Environment/Test_floor/Test_floor.X -/importer:XImporter -/processor:ModelProcessor -/processorParam:ColorKeyColor=0,0,0,0 -/processorParam:ColorKeyEnabled=True -/processorParam:DefaultEffect=BasicEffect -/processorParam:GenerateMipmaps=True -/processorParam:GenerateTangentFrames=False -/processorParam:PremultiplyTextureAlpha=True -/processorParam:PremultiplyVertexColors=True -/processorParam:ResizeTexturesToPowerOfTwo=False -/processorParam:RotationX=0 -/processorParam:RotationY=0 -/processorParam:RotationZ=0 -/processorParam:Scale=1 -/processorParam:SwapWindingOrder=False -/processorParam:TextureFormat=DxtCompressed -/build:Models/Environment/Test_floor/Test_floor.X - -#begin Models/Environment/arena_colleseum.X -/importer:XImporter -/processor:ModelProcessor -/processorParam:ColorKeyColor=0,0,0,0 -/processorParam:ColorKeyEnabled=True -/processorParam:DefaultEffect=BasicEffect -/processorParam:GenerateMipmaps=True -/processorParam:GenerateTangentFrames=False -/processorParam:PremultiplyTextureAlpha=True -/processorParam:PremultiplyVertexColors=True -/processorParam:ResizeTexturesToPowerOfTwo=False -/processorParam:RotationX=0 -/processorParam:RotationY=0 -/processorParam:RotationZ=0 -/processorParam:Scale=1 -/processorParam:SwapWindingOrder=False -/processorParam:TextureFormat=DxtCompressed -/build:Models/Environment/arena_colleseum.X - -#begin Models/Environment/MtSilver/Mountain.x -/importer:XImporter -/processor:ModelProcessor -/processorParam:ColorKeyColor=0,0,0,0 -/processorParam:ColorKeyEnabled=True -/processorParam:DefaultEffect=BasicEffect -/processorParam:GenerateMipmaps=True -/processorParam:GenerateTangentFrames=False -/processorParam:PremultiplyTextureAlpha=True -/processorParam:PremultiplyVertexColors=True -/processorParam:ResizeTexturesToPowerOfTwo=False -/processorParam:RotationX=0 -/processorParam:RotationY=0 -/processorParam:RotationZ=0 -/processorParam:Scale=1 -/processorParam:SwapWindingOrder=False -/processorParam:TextureFormat=DxtCompressed -/build:Models/Environment/MtSilver/Mountain.x - -#begin Models/building/P3DBuilding.x -/importer:XImporter -/processor:ModelProcessor -/processorParam:ColorKeyColor=0,0,0,0 -/processorParam:ColorKeyEnabled=True -/processorParam:DefaultEffect=BasicEffect -/processorParam:GenerateMipmaps=True -/processorParam:GenerateTangentFrames=False -/processorParam:PremultiplyTextureAlpha=True -/processorParam:PremultiplyVertexColors=True -/processorParam:ResizeTexturesToPowerOfTwo=False -/processorParam:RotationX=0 -/processorParam:RotationY=0 -/processorParam:RotationZ=0 -/processorParam:Scale=1 -/processorParam:SwapWindingOrder=False -/processorParam:TextureFormat=DxtCompressed -/build:Models/building/P3DBuilding.x - -#begin Models/Snorlax/Shiny.x -/importer:XImporter -/processor:ModelProcessor -/processorParam:ColorKeyColor=0,0,0,0 -/processorParam:ColorKeyEnabled=True -/processorParam:DefaultEffect=BasicEffect -/processorParam:GenerateMipmaps=True -/processorParam:GenerateTangentFrames=False -/processorParam:PremultiplyTextureAlpha=True -/processorParam:PremultiplyVertexColors=True -/processorParam:ResizeTexturesToPowerOfTwo=False -/processorParam:RotationX=0 -/processorParam:RotationY=0 -/processorParam:RotationZ=0 -/processorParam:Scale=1 -/processorParam:SwapWindingOrder=False -/processorParam:TextureFormat=DxtCompressed -/build:Models/Snorlax/Shiny.x - -#begin Models/Snorlax/Normal.x -/importer:XImporter -/processor:ModelProcessor -/processorParam:ColorKeyColor=0,0,0,0 -/processorParam:ColorKeyEnabled=True -/processorParam:DefaultEffect=BasicEffect -/processorParam:GenerateMipmaps=True -/processorParam:GenerateTangentFrames=False -/processorParam:PremultiplyTextureAlpha=True -/processorParam:PremultiplyVertexColors=True -/processorParam:ResizeTexturesToPowerOfTwo=False -/processorParam:RotationX=0 -/processorParam:RotationY=0 -/processorParam:RotationZ=0 -/processorParam:Scale=1 -/processorParam:SwapWindingOrder=False -/processorParam:TextureFormat=DxtCompressed -/build:Models/Snorlax/Normal.x - -#begin SkyDomeResource/SkyDome.x -/importer:XImporter -/processor:ModelProcessor -/processorParam:ColorKeyColor=0,0,0,0 -/processorParam:ColorKeyEnabled=True -/processorParam:DefaultEffect=BasicEffect -/processorParam:GenerateMipmaps=True -/processorParam:GenerateTangentFrames=False -/processorParam:PremultiplyTextureAlpha=True -/processorParam:PremultiplyVertexColors=True -/processorParam:ResizeTexturesToPowerOfTwo=False -/processorParam:RotationX=0 -/processorParam:RotationY=0 -/processorParam:RotationZ=0 -/processorParam:Scale=1 -/processorParam:SwapWindingOrder=False -/processorParam:TextureFormat=DxtCompressed -/build:SkyDomeResource/SkyDome.x - -#begin GUI/Map/sevii islands_map.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:GUI/Map/sevii islands_map.png - -#begin Textures/NPC/captain.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:Textures/NPC/captain.png - -#begin Sounds/Cries/447.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/447.mp3 - -#begin Sounds/Cries/448.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/448.mp3 - -#begin Sounds/Cries/253.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/253.mp3 - -#begin Sounds/Cries/254.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/254.mp3 - -#begin Sounds/Cries/255.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/255.mp3 - -#begin Sounds/Cries/256.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/256.mp3 - -#begin Sounds/Cries/257.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/257.mp3 - -#begin Sounds/Cries/258.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/258.mp3 - -#begin Sounds/Cries/259.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/259.mp3 - -#begin Sounds/Cries/260.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/260.mp3 - -#begin Sounds/Cries/387.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/387.mp3 - -#begin Sounds/Cries/388.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/388.mp3 - -#begin Sounds/Cries/389.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/389.mp3 - -#begin Sounds/Cries/390.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/390.mp3 - -#begin Sounds/Cries/391.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/391.mp3 - -#begin Sounds/Cries/392.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/392.mp3 - -#begin Sounds/Cries/393.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/393.mp3 - -#begin Sounds/Cries/394.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/394.mp3 - -#begin Sounds/Cries/395.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/395.mp3 - -#begin Sounds/Cries/495.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/495.mp3 - -#begin Sounds/Cries/496.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/496.mp3 - -#begin Sounds/Cries/497.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/497.mp3 - -#begin Sounds/Cries/498.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/498.mp3 - -#begin Sounds/Cries/499.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/499.mp3 - -#begin Sounds/Cries/500.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/500.mp3 - -#begin Sounds/Cries/501.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/501.mp3 - -#begin Sounds/Cries/502.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/502.mp3 - -#begin Sounds/Cries/503.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/503.mp3 - -#begin Pokemon/Sprites/Blaziken.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:Pokemon/Sprites/Blaziken.png - -#begin Pokemon/Sprites/Chimchar.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:Pokemon/Sprites/Chimchar.png - -#begin Pokemon/Sprites/Combusken.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:Pokemon/Sprites/Combusken.png - -#begin Pokemon/Sprites/Dewott.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:Pokemon/Sprites/Dewott.png - -#begin Pokemon/Sprites/Emboar.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:Pokemon/Sprites/Emboar.png - -#begin Pokemon/Sprites/Empoleon.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:Pokemon/Sprites/Empoleon.png - -#begin Pokemon/Sprites/Grotle.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:Pokemon/Sprites/Grotle.png - -#begin Pokemon/Sprites/Grovyle.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:Pokemon/Sprites/Grovyle.png - -#begin Pokemon/Sprites/Infernape.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:Pokemon/Sprites/Infernape.png - -#begin Pokemon/Sprites/Marshtomp.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:Pokemon/Sprites/Marshtomp.png - -#begin Pokemon/Sprites/Monferno.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:Pokemon/Sprites/Monferno.png - -#begin Pokemon/Sprites/Mudkip.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:Pokemon/Sprites/Mudkip.png - -#begin Pokemon/Sprites/Oshawott.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:Pokemon/Sprites/Oshawott.png - -#begin Pokemon/Sprites/Pignite.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:Pokemon/Sprites/Pignite.png - -#begin Pokemon/Sprites/Piplup.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:Pokemon/Sprites/Piplup.png - -#begin Pokemon/Sprites/Prinplup.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:Pokemon/Sprites/Prinplup.png - -#begin Pokemon/Sprites/Samurott.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:Pokemon/Sprites/Samurott.png - -#begin Pokemon/Sprites/Sceptile.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:Pokemon/Sprites/Sceptile.png - -#begin Pokemon/Sprites/Serperior.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:Pokemon/Sprites/Serperior.png - -#begin Pokemon/Sprites/Servine.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:Pokemon/Sprites/Servine.png - -#begin Pokemon/Sprites/Snivy.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:Pokemon/Sprites/Snivy.png - -#begin Pokemon/Sprites/Swampert.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:Pokemon/Sprites/Swampert.png - -#begin Pokemon/Sprites/Tepig.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:Pokemon/Sprites/Tepig.png - -#begin Pokemon/Sprites/Torchic.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:Pokemon/Sprites/Torchic.png - -#begin Pokemon/Sprites/Torterra.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:Pokemon/Sprites/Torterra.png - -#begin Pokemon/Sprites/Treecko.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:Pokemon/Sprites/Treecko.png - -#begin Pokemon/Sprites/Turtwig.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:Pokemon/Sprites/Turtwig.png - -#begin Pokemon/Overworld/Normal/252.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:Pokemon/Overworld/Normal/252.png - -#begin Pokemon/Overworld/Normal/253.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:Pokemon/Overworld/Normal/253.png - -#begin Pokemon/Overworld/Normal/254.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:Pokemon/Overworld/Normal/254.png - -#begin Pokemon/Overworld/Normal/255.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:Pokemon/Overworld/Normal/255.png - -#begin Pokemon/Overworld/Normal/256.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:Pokemon/Overworld/Normal/256.png - -#begin Pokemon/Overworld/Normal/257.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:Pokemon/Overworld/Normal/257.png - -#begin Pokemon/Overworld/Normal/258.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:Pokemon/Overworld/Normal/258.png - -#begin Pokemon/Overworld/Normal/259.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:Pokemon/Overworld/Normal/259.png - -#begin Pokemon/Overworld/Normal/260.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:Pokemon/Overworld/Normal/260.png - -#begin Pokemon/Overworld/Normal/387.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:Pokemon/Overworld/Normal/387.png - -#begin Pokemon/Overworld/Normal/388.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:Pokemon/Overworld/Normal/388.png - -#begin Pokemon/Overworld/Normal/389.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:Pokemon/Overworld/Normal/389.png - -#begin Pokemon/Overworld/Normal/390.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:Pokemon/Overworld/Normal/390.png - -#begin Pokemon/Overworld/Normal/391.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:Pokemon/Overworld/Normal/391.png - -#begin Pokemon/Overworld/Normal/392.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:Pokemon/Overworld/Normal/392.png - -#begin Pokemon/Overworld/Normal/393.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:Pokemon/Overworld/Normal/393.png - -#begin Pokemon/Overworld/Normal/394.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:Pokemon/Overworld/Normal/394.png - -#begin Pokemon/Overworld/Normal/395.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:Pokemon/Overworld/Normal/395.png - -#begin Pokemon/Overworld/Normal/495.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:Pokemon/Overworld/Normal/495.png - -#begin Pokemon/Overworld/Normal/496.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:Pokemon/Overworld/Normal/496.png - -#begin Pokemon/Overworld/Normal/497.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:Pokemon/Overworld/Normal/497.png - -#begin Pokemon/Overworld/Normal/498.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:Pokemon/Overworld/Normal/498.png - -#begin Pokemon/Overworld/Normal/499.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:Pokemon/Overworld/Normal/499.png - -#begin Pokemon/Overworld/Normal/500.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:Pokemon/Overworld/Normal/500.png - -#begin Pokemon/Overworld/Normal/501.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:Pokemon/Overworld/Normal/501.png - -#begin Pokemon/Overworld/Normal/502.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:Pokemon/Overworld/Normal/502.png - -#begin Pokemon/Overworld/Normal/503.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:Pokemon/Overworld/Normal/503.png - -#begin Pokemon/Overworld/Shiny/252.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:Pokemon/Overworld/Shiny/252.png - -#begin Pokemon/Overworld/Shiny/253.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:Pokemon/Overworld/Shiny/253.png - -#begin Pokemon/Overworld/Shiny/254.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:Pokemon/Overworld/Shiny/254.png - -#begin Pokemon/Overworld/Shiny/255.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:Pokemon/Overworld/Shiny/255.png - -#begin Pokemon/Overworld/Shiny/256.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:Pokemon/Overworld/Shiny/256.png - -#begin Pokemon/Overworld/Shiny/257.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:Pokemon/Overworld/Shiny/257.png - -#begin Pokemon/Overworld/Shiny/258.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:Pokemon/Overworld/Shiny/258.png - -#begin Pokemon/Overworld/Shiny/259.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:Pokemon/Overworld/Shiny/259.png - -#begin Pokemon/Overworld/Shiny/260.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:Pokemon/Overworld/Shiny/260.png - -#begin Pokemon/Overworld/Shiny/387.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:Pokemon/Overworld/Shiny/387.png - -#begin Pokemon/Overworld/Shiny/388.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:Pokemon/Overworld/Shiny/388.png - -#begin Pokemon/Overworld/Shiny/389.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:Pokemon/Overworld/Shiny/389.png - -#begin Pokemon/Overworld/Shiny/390.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:Pokemon/Overworld/Shiny/390.png - -#begin Pokemon/Overworld/Shiny/391.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:Pokemon/Overworld/Shiny/391.png - -#begin Pokemon/Overworld/Shiny/392.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:Pokemon/Overworld/Shiny/392.png - -#begin Pokemon/Overworld/Shiny/393.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:Pokemon/Overworld/Shiny/393.png - -#begin Pokemon/Overworld/Shiny/394.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:Pokemon/Overworld/Shiny/394.png - -#begin Pokemon/Overworld/Shiny/395.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:Pokemon/Overworld/Shiny/395.png - -#begin Pokemon/Overworld/Shiny/495.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:Pokemon/Overworld/Shiny/495.png - -#begin Pokemon/Overworld/Shiny/496.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:Pokemon/Overworld/Shiny/496.png - -#begin Pokemon/Overworld/Shiny/497.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:Pokemon/Overworld/Shiny/497.png - -#begin Pokemon/Overworld/Shiny/498.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:Pokemon/Overworld/Shiny/498.png - -#begin Pokemon/Overworld/Shiny/499.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:Pokemon/Overworld/Shiny/499.png - -#begin Pokemon/Overworld/Shiny/500.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:Pokemon/Overworld/Shiny/500.png - -#begin Pokemon/Overworld/Shiny/501.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:Pokemon/Overworld/Shiny/501.png - -#begin Pokemon/Overworld/Shiny/502.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:Pokemon/Overworld/Shiny/502.png - -#begin Pokemon/Overworld/Shiny/503.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:Pokemon/Overworld/Shiny/503.png - -#begin Sounds/Cries/252.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/252.mp3 - -#begin GUI/Battle/WeatherIcons.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:GUI/Battle/WeatherIcons.png - -#begin Textures/Emblem/mailman.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:Textures/Emblem/mailman.png - -#begin Textures/ModelViewer/Ground.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:Textures/ModelViewer/Ground.png - -#begin SkyDomeResource/Forest.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:SkyDomeResource/Forest.png - -#begin Sounds/Cries/270.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/270.mp3 - -#begin Sounds/Cries/271.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/271.mp3 - -#begin Sounds/Cries/272.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/272.mp3 - -#begin Sounds/Cries/287.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/287.mp3 - -#begin Sounds/Cries/288.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/288.mp3 - -#begin Sounds/Cries/289.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/289.mp3 - -#begin Sounds/Cries/322.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/322.mp3 - -#begin Sounds/Cries/323.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/323.mp3 - -#begin Sounds/Cries/324.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/324.mp3 - -#begin Sounds/Cries/327.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/327.mp3 - -#begin Sounds/Cries/328.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/328.mp3 - -#begin Sounds/Cries/329.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/329.mp3 - -#begin Sounds/Cries/330.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/330.mp3 - -#begin Sounds/Cries/331.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/331.mp3 - -#begin Sounds/Cries/332.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/332.mp3 - -#begin Sounds/Cries/335.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/335.mp3 - -#begin Sounds/Cries/336.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/336.mp3 - -#begin Sounds/Cries/357.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/357.mp3 - -#begin Sounds/Cries/369.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/369.mp3 - -#begin Sounds/Cries/449.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/449.mp3 - -#begin Sounds/Cries/450.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/450.mp3 - -#begin Sounds/Cries/453.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/453.mp3 - -#begin Sounds/Cries/454.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/454.mp3 - -#begin Sounds/Cries/551.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/551.mp3 - -#begin Sounds/Cries/552.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/552.mp3 - -#begin Sounds/Cries/553.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/553.mp3 - -#begin Sounds/Cries/556.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/556.mp3 - -#begin Sounds/Cries/626.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/626.mp3 - -#begin Sounds/Cries/627.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/627.mp3 - -#begin Sounds/Cries/628.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/628.mp3 - -#begin Pokemon/Sprites/Bouffalant.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:Pokemon/Sprites/Bouffalant.png - -#begin Pokemon/Sprites/Braviary.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:Pokemon/Sprites/Braviary.png - -#begin Pokemon/Sprites/Cacnea.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:Pokemon/Sprites/Cacnea.png - -#begin Pokemon/Sprites/Cacturne.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:Pokemon/Sprites/Cacturne.png - -#begin Pokemon/Sprites/Camerupt.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:Pokemon/Sprites/Camerupt.png - -#begin Pokemon/Sprites/Croagunk.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:Pokemon/Sprites/Croagunk.png - -#begin Pokemon/Sprites/Flygon.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:Pokemon/Sprites/Flygon.png - -#begin Pokemon/Sprites/Hippopotas.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:Pokemon/Sprites/Hippopotas.png - -#begin Pokemon/Sprites/Hippowdon.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:Pokemon/Sprites/Hippowdon.png - -#begin Pokemon/Sprites/Krokorok.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:Pokemon/Sprites/Krokorok.png - -#begin Pokemon/Sprites/Krookodile.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:Pokemon/Sprites/Krookodile.png - -#begin Pokemon/Sprites/Lombre.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:Pokemon/Sprites/Lombre.png - -#begin Pokemon/Sprites/Lotad.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:Pokemon/Sprites/Lotad.png - -#begin Pokemon/Sprites/Ludicolo.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:Pokemon/Sprites/Ludicolo.png - -#begin Pokemon/Sprites/Maractus.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:Pokemon/Sprites/Maractus.png - -#begin Pokemon/Sprites/Numel.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:Pokemon/Sprites/Numel.png - -#begin Pokemon/Sprites/Relicanth.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:Pokemon/Sprites/Relicanth.png - -#begin Pokemon/Sprites/Rufflet.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:Pokemon/Sprites/Rufflet.png - -#begin Pokemon/Sprites/Sandile.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:Pokemon/Sprites/Sandile.png - -#begin Pokemon/Sprites/Seviper.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:Pokemon/Sprites/Seviper.png - -#begin Pokemon/Sprites/Slaking.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:Pokemon/Sprites/Slaking.png - -#begin Pokemon/Sprites/Slakoth.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:Pokemon/Sprites/Slakoth.png - -#begin Pokemon/Sprites/Spinda.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:Pokemon/Sprites/Spinda.png - -#begin Pokemon/Sprites/Torkoal.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:Pokemon/Sprites/Torkoal.png - -#begin Pokemon/Sprites/Toxicroak.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:Pokemon/Sprites/Toxicroak.png - -#begin Pokemon/Sprites/Trapinch.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:Pokemon/Sprites/Trapinch.png - -#begin Pokemon/Sprites/Tropius.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:Pokemon/Sprites/Tropius.png - -#begin Pokemon/Sprites/Vibrava.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:Pokemon/Sprites/Vibrava.png - -#begin Pokemon/Sprites/Vigoroth.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:Pokemon/Sprites/Vigoroth.png - -#begin Pokemon/Sprites/Zangoose.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:Pokemon/Sprites/Zangoose.png - -#begin Pokemon/Overworld/Normal/270.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:Pokemon/Overworld/Normal/270.png - -#begin Pokemon/Overworld/Normal/271.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:Pokemon/Overworld/Normal/271.png - -#begin Pokemon/Overworld/Normal/272.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:Pokemon/Overworld/Normal/272.png - -#begin Pokemon/Overworld/Normal/287.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:Pokemon/Overworld/Normal/287.png - -#begin Pokemon/Overworld/Normal/288.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:Pokemon/Overworld/Normal/288.png - -#begin Pokemon/Overworld/Normal/289.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:Pokemon/Overworld/Normal/289.png - -#begin Pokemon/Overworld/Normal/322.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:Pokemon/Overworld/Normal/322.png - -#begin Pokemon/Overworld/Normal/323.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:Pokemon/Overworld/Normal/323.png - -#begin Pokemon/Overworld/Normal/324.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:Pokemon/Overworld/Normal/324.png - -#begin Pokemon/Overworld/Normal/327.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:Pokemon/Overworld/Normal/327.png - -#begin Pokemon/Overworld/Normal/328.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:Pokemon/Overworld/Normal/328.png - -#begin Pokemon/Overworld/Normal/329.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:Pokemon/Overworld/Normal/329.png - -#begin Pokemon/Overworld/Normal/330.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:Pokemon/Overworld/Normal/330.png - -#begin Pokemon/Overworld/Normal/331.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:Pokemon/Overworld/Normal/331.png - -#begin Pokemon/Overworld/Normal/332.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:Pokemon/Overworld/Normal/332.png - -#begin Pokemon/Overworld/Normal/335.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:Pokemon/Overworld/Normal/335.png - -#begin Pokemon/Overworld/Normal/336.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:Pokemon/Overworld/Normal/336.png - -#begin Pokemon/Overworld/Normal/357.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:Pokemon/Overworld/Normal/357.png - -#begin Pokemon/Overworld/Normal/369.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:Pokemon/Overworld/Normal/369.png - -#begin Pokemon/Overworld/Normal/449.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:Pokemon/Overworld/Normal/449.png - -#begin Pokemon/Overworld/Normal/450.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:Pokemon/Overworld/Normal/450.png - -#begin Pokemon/Overworld/Normal/453.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:Pokemon/Overworld/Normal/453.png - -#begin Pokemon/Overworld/Normal/454.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:Pokemon/Overworld/Normal/454.png - -#begin Pokemon/Overworld/Normal/551.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:Pokemon/Overworld/Normal/551.png - -#begin Pokemon/Overworld/Normal/552.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:Pokemon/Overworld/Normal/552.png - -#begin Pokemon/Overworld/Normal/553.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:Pokemon/Overworld/Normal/553.png - -#begin Pokemon/Overworld/Normal/556.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:Pokemon/Overworld/Normal/556.png - -#begin Pokemon/Overworld/Normal/626.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:Pokemon/Overworld/Normal/626.png - -#begin Pokemon/Overworld/Normal/627.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:Pokemon/Overworld/Normal/627.png - -#begin Pokemon/Overworld/Normal/628.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:Pokemon/Overworld/Normal/628.png - -#begin Pokemon/Overworld/Shiny/270.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:Pokemon/Overworld/Shiny/270.png - -#begin Pokemon/Overworld/Shiny/271.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:Pokemon/Overworld/Shiny/271.png - -#begin Pokemon/Overworld/Shiny/272.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:Pokemon/Overworld/Shiny/272.png - -#begin Pokemon/Overworld/Shiny/287.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:Pokemon/Overworld/Shiny/287.png - -#begin Pokemon/Overworld/Shiny/288.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:Pokemon/Overworld/Shiny/288.png - -#begin Pokemon/Overworld/Shiny/289.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:Pokemon/Overworld/Shiny/289.png - -#begin Pokemon/Overworld/Shiny/322.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:Pokemon/Overworld/Shiny/322.png - -#begin Pokemon/Overworld/Shiny/323.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:Pokemon/Overworld/Shiny/323.png - -#begin Pokemon/Overworld/Shiny/324.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:Pokemon/Overworld/Shiny/324.png - -#begin Pokemon/Overworld/Shiny/327.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:Pokemon/Overworld/Shiny/327.png - -#begin Pokemon/Overworld/Shiny/328.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:Pokemon/Overworld/Shiny/328.png - -#begin Pokemon/Overworld/Shiny/329.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:Pokemon/Overworld/Shiny/329.png - -#begin Pokemon/Overworld/Shiny/330.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:Pokemon/Overworld/Shiny/330.png - -#begin Pokemon/Overworld/Shiny/331.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:Pokemon/Overworld/Shiny/331.png - -#begin Pokemon/Overworld/Shiny/332.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:Pokemon/Overworld/Shiny/332.png - -#begin Pokemon/Overworld/Shiny/335.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:Pokemon/Overworld/Shiny/335.png - -#begin Pokemon/Overworld/Shiny/336.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:Pokemon/Overworld/Shiny/336.png - -#begin Pokemon/Overworld/Shiny/357.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:Pokemon/Overworld/Shiny/357.png - -#begin Pokemon/Overworld/Shiny/369.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:Pokemon/Overworld/Shiny/369.png - -#begin Pokemon/Overworld/Shiny/449.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:Pokemon/Overworld/Shiny/449.png - -#begin Pokemon/Overworld/Shiny/450.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:Pokemon/Overworld/Shiny/450.png - -#begin Pokemon/Overworld/Shiny/453.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:Pokemon/Overworld/Shiny/453.png - -#begin Pokemon/Overworld/Shiny/454.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:Pokemon/Overworld/Shiny/454.png - -#begin Pokemon/Overworld/Shiny/551.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:Pokemon/Overworld/Shiny/551.png - -#begin Pokemon/Overworld/Shiny/552.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:Pokemon/Overworld/Shiny/552.png - -#begin Pokemon/Overworld/Shiny/553.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:Pokemon/Overworld/Shiny/553.png - -#begin Pokemon/Overworld/Shiny/556.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:Pokemon/Overworld/Shiny/556.png - -#begin Pokemon/Overworld/Shiny/626.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:Pokemon/Overworld/Shiny/626.png - -#begin Pokemon/Overworld/Shiny/627.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:Pokemon/Overworld/Shiny/627.png - -#begin Pokemon/Overworld/Shiny/628.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:Pokemon/Overworld/Shiny/628.png - -#begin Pokemon/Sprites/Probopass.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:Pokemon/Sprites/Probopass.png - -#begin Textures/SafariGate.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:Textures/SafariGate.png - -#begin Textures/Safari.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:Textures/Safari.png - -#begin Pokemon/Sprites/Froslass.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:Pokemon/Sprites/Froslass.png - -#begin Pokemon/Sprites/Dusknoir.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:Pokemon/Sprites/Dusknoir.png - -#begin Sounds/pokeball_set.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/pokeball_set.mp3 - -#begin GUI/Trophies.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:GUI/Trophies.png - -#begin Sounds/Cries/261.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/261.mp3 - -#begin Sounds/Cries/262.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/262.mp3 - -#begin Sounds/Cries/285.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/285.mp3 - -#begin Sounds/Cries/286.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/286.mp3 - -#begin Sounds/Cries/361.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/361.mp3 - -#begin Sounds/Cries/362.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/362.mp3 - -#begin Sounds/Cries/363.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/363.mp3 - -#begin Sounds/Cries/364.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/364.mp3 - -#begin Sounds/Cries/365.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/365.mp3 - -#begin Sounds/Cries/415.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/415.mp3 - -#begin Sounds/Cries/416.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/416.mp3 - -#begin Sounds/Cries/459.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/459.mp3 - -#begin Sounds/Cries/460.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/460.mp3 - -#begin Sounds/Cries/582.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/582.mp3 - -#begin Sounds/Cries/583.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/583.mp3 - -#begin Sounds/Cries/584.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/584.mp3 - -#begin Sounds/Cries/613.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/613.mp3 - -#begin Sounds/Cries/614.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/614.mp3 - -#begin Pokemon/Overworld/Normal/261.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:Pokemon/Overworld/Normal/261.png - -#begin Pokemon/Overworld/Normal/262.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:Pokemon/Overworld/Normal/262.png - -#begin Pokemon/Overworld/Normal/285.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:Pokemon/Overworld/Normal/285.png - -#begin Pokemon/Overworld/Normal/286.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:Pokemon/Overworld/Normal/286.png - -#begin Pokemon/Overworld/Normal/361.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:Pokemon/Overworld/Normal/361.png - -#begin Pokemon/Overworld/Normal/362.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:Pokemon/Overworld/Normal/362.png - -#begin Pokemon/Overworld/Normal/363.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:Pokemon/Overworld/Normal/363.png - -#begin Pokemon/Overworld/Normal/364.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:Pokemon/Overworld/Normal/364.png - -#begin Pokemon/Overworld/Normal/365.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:Pokemon/Overworld/Normal/365.png - -#begin Pokemon/Overworld/Normal/415.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:Pokemon/Overworld/Normal/415.png - -#begin Pokemon/Overworld/Normal/416.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:Pokemon/Overworld/Normal/416.png - -#begin Pokemon/Overworld/Normal/459.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:Pokemon/Overworld/Normal/459.png - -#begin Pokemon/Overworld/Normal/460.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:Pokemon/Overworld/Normal/460.png - -#begin Pokemon/Overworld/Normal/582.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:Pokemon/Overworld/Normal/582.png - -#begin Pokemon/Overworld/Normal/583.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:Pokemon/Overworld/Normal/583.png - -#begin Pokemon/Overworld/Normal/584.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:Pokemon/Overworld/Normal/584.png - -#begin Pokemon/Overworld/Normal/613.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:Pokemon/Overworld/Normal/613.png - -#begin Pokemon/Overworld/Normal/614.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:Pokemon/Overworld/Normal/614.png - -#begin Pokemon/Overworld/Shiny/261.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:Pokemon/Overworld/Shiny/261.png - -#begin Pokemon/Overworld/Shiny/262.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:Pokemon/Overworld/Shiny/262.png - -#begin Pokemon/Overworld/Shiny/285.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:Pokemon/Overworld/Shiny/285.png - -#begin Pokemon/Overworld/Shiny/286.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:Pokemon/Overworld/Shiny/286.png - -#begin Pokemon/Overworld/Shiny/361.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:Pokemon/Overworld/Shiny/361.png - -#begin Pokemon/Overworld/Shiny/362.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:Pokemon/Overworld/Shiny/362.png - -#begin Pokemon/Overworld/Shiny/363.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:Pokemon/Overworld/Shiny/363.png - -#begin Pokemon/Overworld/Shiny/364.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:Pokemon/Overworld/Shiny/364.png - -#begin Pokemon/Overworld/Shiny/365.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:Pokemon/Overworld/Shiny/365.png - -#begin Pokemon/Overworld/Shiny/415.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:Pokemon/Overworld/Shiny/415.png - -#begin Pokemon/Overworld/Shiny/416.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:Pokemon/Overworld/Shiny/416.png - -#begin Pokemon/Overworld/Shiny/459.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:Pokemon/Overworld/Shiny/459.png - -#begin Pokemon/Overworld/Shiny/460.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:Pokemon/Overworld/Shiny/460.png - -#begin Pokemon/Overworld/Shiny/582.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:Pokemon/Overworld/Shiny/582.png - -#begin Pokemon/Overworld/Shiny/583.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:Pokemon/Overworld/Shiny/583.png - -#begin Pokemon/Overworld/Shiny/584.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:Pokemon/Overworld/Shiny/584.png - -#begin Pokemon/Overworld/Shiny/613.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:Pokemon/Overworld/Shiny/613.png - -#begin Pokemon/Overworld/Shiny/614.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:Pokemon/Overworld/Shiny/614.png - -#begin Pokemon/Sprites/Abomasnow.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:Pokemon/Sprites/Abomasnow.png - -#begin Pokemon/Sprites/Beartic.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:Pokemon/Sprites/Beartic.png - -#begin Pokemon/Sprites/Breloom.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:Pokemon/Sprites/Breloom.png - -#begin Pokemon/Sprites/Combee.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:Pokemon/Sprites/Combee.png - -#begin Pokemon/Sprites/Cubchoo.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:Pokemon/Sprites/Cubchoo.png - -#begin Pokemon/Sprites/Glalie.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:Pokemon/Sprites/Glalie.png - -#begin Pokemon/Sprites/Mightyena.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:Pokemon/Sprites/Mightyena.png - -#begin Pokemon/Sprites/Poochyena.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:Pokemon/Sprites/Poochyena.png - -#begin Pokemon/Sprites/Sealeo.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:Pokemon/Sprites/Sealeo.png - -#begin Pokemon/Sprites/Shroomish.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:Pokemon/Sprites/Shroomish.png - -#begin Pokemon/Sprites/Snorunt.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:Pokemon/Sprites/Snorunt.png - -#begin Pokemon/Sprites/Snover.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:Pokemon/Sprites/Snover.png - -#begin Pokemon/Sprites/Spheal.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:Pokemon/Sprites/Spheal.png - -#begin Pokemon/Sprites/Vanillish.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:Pokemon/Sprites/Vanillish.png - -#begin Pokemon/Sprites/Vanillite.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:Pokemon/Sprites/Vanillite.png - -#begin Pokemon/Sprites/Vanilluxe.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:Pokemon/Sprites/Vanilluxe.png - -#begin Pokemon/Sprites/Vespiquen.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:Pokemon/Sprites/Vespiquen.png - -#begin Pokemon/Sprites/Walrein.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:Pokemon/Sprites/Walrein.png - -#begin Textures/Weather/ash.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:Textures/Weather/ash.png - -#begin Textures/Weather/ash2.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:Textures/Weather/ash2.png - -#begin Pokemon/Overworld/Normal/700.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:Pokemon/Overworld/Normal/700.png - -#begin Pokemon/Overworld/Shiny/700.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:Pokemon/Overworld/Shiny/700.png - -#begin Sounds/Cries/700.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/700.mp3 - -#begin GUI/Box/storage.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:GUI/Box/storage.png - -#begin GUI/Box/0.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:GUI/Box/0.png - -#begin GUI/Box/1.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:GUI/Box/1.png - -#begin GUI/Box/10.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:GUI/Box/10.png - -#begin GUI/Box/2.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:GUI/Box/2.png - -#begin GUI/Box/3.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:GUI/Box/3.png - -#begin GUI/Box/4.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:GUI/Box/4.png - -#begin GUI/Box/5.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:GUI/Box/5.png - -#begin GUI/Box/6.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:GUI/Box/6.png - -#begin GUI/Box/7.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:GUI/Box/7.png - -#begin GUI/Box/8.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:GUI/Box/8.png - -#begin GUI/Box/9.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:GUI/Box/9.png - -#begin GUI/Box/11.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:GUI/Box/11.png - -#begin GUI/Box/12.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:GUI/Box/12.png - -#begin GUI/Box/13.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:GUI/Box/13.png - -#begin GUI/Box/14.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:GUI/Box/14.png - -#begin GUI/Box/15.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:GUI/Box/15.png - -#begin GUI/Box/16.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:GUI/Box/16.png - -#begin GUI/Box/17.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:GUI/Box/17.png - -#begin GUI/Box/18.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:GUI/Box/18.png - -#begin GUI/Box/19.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:GUI/Box/19.png - -#begin GUI/Box/20.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:GUI/Box/20.png - -#begin GUI/Box/21.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:GUI/Box/21.png - -#begin GUI/Box/22.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:GUI/Box/22.png - -#begin GUI/Box/23.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:GUI/Box/23.png - -#begin Textures/NPC/btguide.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:Textures/NPC/btguide.png - -#begin Textures/NPC/bt_nilllzz.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:Textures/NPC/bt_nilllzz.png - -#begin Textures/NPC/bt_statue.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:Textures/NPC/bt_statue.png - -#begin Textures/NPC/construction.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:Textures/NPC/construction.png - -#begin Textures/NPC/battletower/0.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:Textures/NPC/battletower/0.png - -#begin Textures/NPC/battletower/1.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:Textures/NPC/battletower/1.png - -#begin Textures/NPC/battletower/10.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:Textures/NPC/battletower/10.png - -#begin Textures/NPC/battletower/11.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:Textures/NPC/battletower/11.png - -#begin Textures/NPC/battletower/12.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:Textures/NPC/battletower/12.png - -#begin Textures/NPC/battletower/13.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:Textures/NPC/battletower/13.png - -#begin Textures/NPC/battletower/14.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:Textures/NPC/battletower/14.png - -#begin Textures/NPC/battletower/15.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:Textures/NPC/battletower/15.png - -#begin Textures/NPC/battletower/16.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:Textures/NPC/battletower/16.png - -#begin Textures/NPC/battletower/17.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:Textures/NPC/battletower/17.png - -#begin Textures/NPC/battletower/18.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:Textures/NPC/battletower/18.png - -#begin Textures/NPC/battletower/19.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:Textures/NPC/battletower/19.png - -#begin Textures/NPC/battletower/2.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:Textures/NPC/battletower/2.png - -#begin Textures/NPC/battletower/20.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:Textures/NPC/battletower/20.png - -#begin Textures/NPC/battletower/21.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:Textures/NPC/battletower/21.png - -#begin Textures/NPC/battletower/22.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:Textures/NPC/battletower/22.png - -#begin Textures/NPC/battletower/23.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:Textures/NPC/battletower/23.png - -#begin Textures/NPC/battletower/24.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:Textures/NPC/battletower/24.png - -#begin Textures/NPC/battletower/25.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:Textures/NPC/battletower/25.png - -#begin Textures/NPC/battletower/26.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:Textures/NPC/battletower/26.png - -#begin Textures/NPC/battletower/27.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:Textures/NPC/battletower/27.png - -#begin Textures/NPC/battletower/28.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:Textures/NPC/battletower/28.png - -#begin Textures/NPC/battletower/29.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:Textures/NPC/battletower/29.png - -#begin Textures/NPC/battletower/3.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:Textures/NPC/battletower/3.png - -#begin Textures/NPC/battletower/30.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:Textures/NPC/battletower/30.png - -#begin Textures/NPC/battletower/31.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:Textures/NPC/battletower/31.png - -#begin Textures/NPC/battletower/32.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:Textures/NPC/battletower/32.png - -#begin Textures/NPC/battletower/33.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:Textures/NPC/battletower/33.png - -#begin Textures/NPC/battletower/34.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:Textures/NPC/battletower/34.png - -#begin Textures/NPC/battletower/35.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:Textures/NPC/battletower/35.png - -#begin Textures/NPC/battletower/36.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:Textures/NPC/battletower/36.png - -#begin Textures/NPC/battletower/37.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:Textures/NPC/battletower/37.png - -#begin Textures/NPC/battletower/38.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:Textures/NPC/battletower/38.png - -#begin Textures/NPC/battletower/39.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:Textures/NPC/battletower/39.png - -#begin Textures/NPC/battletower/4.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:Textures/NPC/battletower/4.png - -#begin Textures/NPC/battletower/40.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:Textures/NPC/battletower/40.png - -#begin Textures/NPC/battletower/41.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:Textures/NPC/battletower/41.png - -#begin Textures/NPC/battletower/42.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:Textures/NPC/battletower/42.png - -#begin Textures/NPC/battletower/43.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:Textures/NPC/battletower/43.png - -#begin Textures/NPC/battletower/44.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:Textures/NPC/battletower/44.png - -#begin Textures/NPC/battletower/45.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:Textures/NPC/battletower/45.png - -#begin Textures/NPC/battletower/46.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:Textures/NPC/battletower/46.png - -#begin Textures/NPC/battletower/47.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:Textures/NPC/battletower/47.png - -#begin Textures/NPC/battletower/48.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:Textures/NPC/battletower/48.png - -#begin Textures/NPC/battletower/49.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:Textures/NPC/battletower/49.png - -#begin Textures/NPC/battletower/5.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:Textures/NPC/battletower/5.png - -#begin Textures/NPC/battletower/50.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:Textures/NPC/battletower/50.png - -#begin Textures/NPC/battletower/51.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:Textures/NPC/battletower/51.png - -#begin Textures/NPC/battletower/52.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:Textures/NPC/battletower/52.png - -#begin Textures/NPC/battletower/53.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:Textures/NPC/battletower/53.png - -#begin Textures/NPC/battletower/6.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:Textures/NPC/battletower/6.png - -#begin Textures/NPC/battletower/7.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:Textures/NPC/battletower/7.png - -#begin Textures/NPC/battletower/8.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:Textures/NPC/battletower/8.png - -#begin Textures/NPC/battletower/9.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:Textures/NPC/battletower/9.png - -#begin Textures/Emblem/gold ability.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:Textures/Emblem/gold ability.png - -#begin Textures/Emblem/gold knowledge.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:Textures/Emblem/gold knowledge.png - -#begin Textures/Emblem/silver ability.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:Textures/Emblem/silver ability.png - -#begin Textures/Emblem/silver knowledge.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:Textures/Emblem/silver knowledge.png - -#begin Pokemon/Overworld/Normal/276.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:Pokemon/Overworld/Normal/276.png - -#begin Pokemon/Overworld/Normal/277.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:Pokemon/Overworld/Normal/277.png - -#begin Pokemon/Overworld/Normal/333.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:Pokemon/Overworld/Normal/333.png - -#begin Pokemon/Overworld/Normal/334.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:Pokemon/Overworld/Normal/334.png - -#begin Pokemon/Overworld/Normal/396.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:Pokemon/Overworld/Normal/396.png - -#begin Pokemon/Overworld/Normal/397.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:Pokemon/Overworld/Normal/397.png - -#begin Pokemon/Overworld/Normal/398.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:Pokemon/Overworld/Normal/398.png - -#begin Pokemon/Overworld/Normal/519.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:Pokemon/Overworld/Normal/519.png - -#begin Pokemon/Overworld/Normal/520.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:Pokemon/Overworld/Normal/520.png - -#begin Pokemon/Overworld/Normal/521.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:Pokemon/Overworld/Normal/521.png - -#begin Pokemon/Overworld/Shiny/276.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:Pokemon/Overworld/Shiny/276.png - -#begin Pokemon/Overworld/Shiny/277.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:Pokemon/Overworld/Shiny/277.png - -#begin Pokemon/Overworld/Shiny/333.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:Pokemon/Overworld/Shiny/333.png - -#begin Pokemon/Overworld/Shiny/334.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:Pokemon/Overworld/Shiny/334.png - -#begin Pokemon/Overworld/Shiny/396.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:Pokemon/Overworld/Shiny/396.png - -#begin Pokemon/Overworld/Shiny/397.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:Pokemon/Overworld/Shiny/397.png - -#begin Pokemon/Overworld/Shiny/398.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:Pokemon/Overworld/Shiny/398.png - -#begin Pokemon/Overworld/Shiny/519.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:Pokemon/Overworld/Shiny/519.png - -#begin Pokemon/Overworld/Shiny/520.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:Pokemon/Overworld/Shiny/520.png - -#begin Pokemon/Overworld/Shiny/521.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:Pokemon/Overworld/Shiny/521.png - -#begin Pokemon/Sprites/Altaria.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:Pokemon/Sprites/Altaria.png - -#begin Pokemon/Sprites/Pidove.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:Pokemon/Sprites/Pidove.png - -#begin Pokemon/Sprites/Staraptor.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:Pokemon/Sprites/Staraptor.png - -#begin Pokemon/Sprites/Staravia.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:Pokemon/Sprites/Staravia.png - -#begin Pokemon/Sprites/Starly.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:Pokemon/Sprites/Starly.png - -#begin Pokemon/Sprites/Swablu.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:Pokemon/Sprites/Swablu.png - -#begin Pokemon/Sprites/Swellow.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:Pokemon/Sprites/Swellow.png - -#begin Pokemon/Sprites/Taillow.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:Pokemon/Sprites/Taillow.png - -#begin Pokemon/Sprites/Tranquill.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:Pokemon/Sprites/Tranquill.png - -#begin Pokemon/Sprites/Unfezant.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:Pokemon/Sprites/Unfezant.png - -#begin Sounds/Cries/276.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/276.mp3 - -#begin Sounds/Cries/277.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/277.mp3 - -#begin Sounds/Cries/333.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/333.mp3 - -#begin Sounds/Cries/334.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/334.mp3 - -#begin Sounds/Cries/396.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/396.mp3 - -#begin Sounds/Cries/397.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/397.mp3 - -#begin Sounds/Cries/398.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/398.mp3 - -#begin Sounds/Cries/519.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/519.mp3 - -#begin Sounds/Cries/520.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/520.mp3 - -#begin Sounds/Cries/521.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/521.mp3 - -#begin Pokemon/Sprites/Zoroark.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:Pokemon/Sprites/Zoroark.png - -#begin Pokemon/Sprites/Zorua.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:Pokemon/Sprites/Zorua.png - -#begin Pokemon/Sprites/Tympole.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:Pokemon/Sprites/Tympole.png - -#begin Pokemon/Sprites/Shiftry.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:Pokemon/Sprites/Shiftry.png - -#begin Pokemon/Sprites/Seismitoad.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:Pokemon/Sprites/Seismitoad.png - -#begin Pokemon/Sprites/Seedot.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:Pokemon/Sprites/Seedot.png - -#begin Pokemon/Sprites/Palpitoad.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:Pokemon/Sprites/Palpitoad.png - -#begin Pokemon/Sprites/Nuzleaf.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:Pokemon/Sprites/Nuzleaf.png - -#begin Pokemon/Sprites/Axew.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:Pokemon/Sprites/Axew.png - -#begin Pokemon/Sprites/Beldum.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:Pokemon/Sprites/Beldum.png - -#begin Pokemon/Sprites/Chandelure.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:Pokemon/Sprites/Chandelure.png - -#begin Pokemon/Sprites/Clamperl.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:Pokemon/Sprites/Clamperl.png - -#begin Pokemon/Sprites/Finneon.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:Pokemon/Sprites/Finneon.png - -#begin Pokemon/Sprites/Fraxure.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:Pokemon/Sprites/Fraxure.png - -#begin Pokemon/Sprites/Gorebyss.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:Pokemon/Sprites/Gorebyss.png - -#begin Pokemon/Sprites/Hariyama.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:Pokemon/Sprites/Hariyama.png - -#begin Pokemon/Sprites/Haxorus.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:Pokemon/Sprites/Haxorus.png - -#begin Pokemon/Sprites/Huntail.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:Pokemon/Sprites/Huntail.png - -#begin Pokemon/Sprites/Klang.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:Pokemon/Sprites/Klang.png - -#begin Pokemon/Sprites/Klink.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:Pokemon/Sprites/Klink.png - -#begin Pokemon/Sprites/Klinklang.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:Pokemon/Sprites/Klinklang.png - -#begin Pokemon/Sprites/Lampent.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:Pokemon/Sprites/Lampent.png - -#begin Pokemon/Sprites/Litwick.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:Pokemon/Sprites/Litwick.png - -#begin Pokemon/Sprites/Lumineon.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:Pokemon/Sprites/Lumineon.png - -#begin Pokemon/Sprites/Makuhita.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:Pokemon/Sprites/Makuhita.png - -#begin Pokemon/Sprites/Metagross.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:Pokemon/Sprites/Metagross.png - -#begin Pokemon/Sprites/Metang.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:Pokemon/Sprites/Metang.png - -#begin Pokemon/Overworld/Normal/273.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:Pokemon/Overworld/Normal/273.png - -#begin Pokemon/Overworld/Normal/274.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:Pokemon/Overworld/Normal/274.png - -#begin Pokemon/Overworld/Normal/275.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:Pokemon/Overworld/Normal/275.png - -#begin Pokemon/Overworld/Normal/296.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:Pokemon/Overworld/Normal/296.png - -#begin Pokemon/Overworld/Normal/297.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:Pokemon/Overworld/Normal/297.png - -#begin Pokemon/Overworld/Normal/366.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:Pokemon/Overworld/Normal/366.png - -#begin Pokemon/Overworld/Normal/367.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:Pokemon/Overworld/Normal/367.png - -#begin Pokemon/Overworld/Normal/368.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:Pokemon/Overworld/Normal/368.png - -#begin Pokemon/Overworld/Normal/374.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:Pokemon/Overworld/Normal/374.png - -#begin Pokemon/Overworld/Normal/375.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:Pokemon/Overworld/Normal/375.png - -#begin Pokemon/Overworld/Normal/376.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:Pokemon/Overworld/Normal/376.png - -#begin Pokemon/Overworld/Normal/456.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:Pokemon/Overworld/Normal/456.png - -#begin Pokemon/Overworld/Normal/457.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:Pokemon/Overworld/Normal/457.png - -#begin Pokemon/Overworld/Normal/535.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:Pokemon/Overworld/Normal/535.png - -#begin Pokemon/Overworld/Normal/536.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:Pokemon/Overworld/Normal/536.png - -#begin Pokemon/Overworld/Normal/537.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:Pokemon/Overworld/Normal/537.png - -#begin Pokemon/Overworld/Normal/570.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:Pokemon/Overworld/Normal/570.png - -#begin Pokemon/Overworld/Normal/571.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:Pokemon/Overworld/Normal/571.png - -#begin Pokemon/Overworld/Normal/599.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:Pokemon/Overworld/Normal/599.png - -#begin Pokemon/Overworld/Normal/600.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:Pokemon/Overworld/Normal/600.png - -#begin Pokemon/Overworld/Normal/601.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:Pokemon/Overworld/Normal/601.png - -#begin Pokemon/Overworld/Normal/607.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:Pokemon/Overworld/Normal/607.png - -#begin Pokemon/Overworld/Normal/608.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:Pokemon/Overworld/Normal/608.png - -#begin Pokemon/Overworld/Normal/609.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:Pokemon/Overworld/Normal/609.png - -#begin Pokemon/Overworld/Normal/610.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:Pokemon/Overworld/Normal/610.png - -#begin Pokemon/Overworld/Normal/611.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:Pokemon/Overworld/Normal/611.png - -#begin Pokemon/Overworld/Normal/612.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:Pokemon/Overworld/Normal/612.png - -#begin Pokemon/Overworld/Shiny/273.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:Pokemon/Overworld/Shiny/273.png - -#begin Pokemon/Overworld/Shiny/274.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:Pokemon/Overworld/Shiny/274.png - -#begin Pokemon/Overworld/Shiny/275.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:Pokemon/Overworld/Shiny/275.png - -#begin Pokemon/Overworld/Shiny/296.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:Pokemon/Overworld/Shiny/296.png - -#begin Pokemon/Overworld/Shiny/297.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:Pokemon/Overworld/Shiny/297.png - -#begin Pokemon/Overworld/Shiny/366.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:Pokemon/Overworld/Shiny/366.png - -#begin Pokemon/Overworld/Shiny/367.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:Pokemon/Overworld/Shiny/367.png - -#begin Pokemon/Overworld/Shiny/368.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:Pokemon/Overworld/Shiny/368.png - -#begin Pokemon/Overworld/Shiny/374.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:Pokemon/Overworld/Shiny/374.png - -#begin Pokemon/Overworld/Shiny/375.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:Pokemon/Overworld/Shiny/375.png - -#begin Pokemon/Overworld/Shiny/376.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:Pokemon/Overworld/Shiny/376.png - -#begin Pokemon/Overworld/Shiny/456.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:Pokemon/Overworld/Shiny/456.png - -#begin Pokemon/Overworld/Shiny/457.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:Pokemon/Overworld/Shiny/457.png - -#begin Pokemon/Overworld/Shiny/535.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:Pokemon/Overworld/Shiny/535.png - -#begin Pokemon/Overworld/Shiny/536.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:Pokemon/Overworld/Shiny/536.png - -#begin Pokemon/Overworld/Shiny/537.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:Pokemon/Overworld/Shiny/537.png - -#begin Pokemon/Overworld/Shiny/570.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:Pokemon/Overworld/Shiny/570.png - -#begin Pokemon/Overworld/Shiny/571.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:Pokemon/Overworld/Shiny/571.png - -#begin Pokemon/Overworld/Shiny/599.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:Pokemon/Overworld/Shiny/599.png - -#begin Pokemon/Overworld/Shiny/600.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:Pokemon/Overworld/Shiny/600.png - -#begin Pokemon/Overworld/Shiny/601.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:Pokemon/Overworld/Shiny/601.png - -#begin Pokemon/Overworld/Shiny/607.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:Pokemon/Overworld/Shiny/607.png - -#begin Pokemon/Overworld/Shiny/608.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:Pokemon/Overworld/Shiny/608.png - -#begin Pokemon/Overworld/Shiny/609.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:Pokemon/Overworld/Shiny/609.png - -#begin Pokemon/Overworld/Shiny/610.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:Pokemon/Overworld/Shiny/610.png - -#begin Pokemon/Overworld/Shiny/611.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:Pokemon/Overworld/Shiny/611.png - -#begin Pokemon/Overworld/Shiny/612.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:Pokemon/Overworld/Shiny/612.png - -#begin Sounds/Cries/273.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/273.mp3 - -#begin Sounds/Cries/274.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/274.mp3 - -#begin Sounds/Cries/275.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/275.mp3 - -#begin Sounds/Cries/296.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/296.mp3 - -#begin Sounds/Cries/297.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/297.mp3 - -#begin Sounds/Cries/366.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/366.mp3 - -#begin Sounds/Cries/367.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/367.mp3 - -#begin Sounds/Cries/368.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/368.mp3 - -#begin Sounds/Cries/374.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/374.mp3 - -#begin Sounds/Cries/375.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/375.mp3 - -#begin Sounds/Cries/376.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/376.mp3 - -#begin Sounds/Cries/456.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/456.mp3 - -#begin Sounds/Cries/457.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/457.mp3 - -#begin Sounds/Cries/535.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/535.mp3 - -#begin Sounds/Cries/536.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/536.mp3 - -#begin Sounds/Cries/537.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/537.mp3 - -#begin Sounds/Cries/570.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/570.mp3 - -#begin Sounds/Cries/571.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/571.mp3 - -#begin Sounds/Cries/599.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/599.mp3 - -#begin Sounds/Cries/600.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/600.mp3 - -#begin Sounds/Cries/601.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/601.mp3 - -#begin Sounds/Cries/607.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/607.mp3 - -#begin Sounds/Cries/608.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/608.mp3 - -#begin Sounds/Cries/609.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/609.mp3 - -#begin Sounds/Cries/610.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/610.mp3 - -#begin Sounds/Cries/611.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/611.mp3 - -#begin Sounds/Cries/612.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/612.mp3 - -#begin Textures/NPC/seaweed.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:Textures/NPC/seaweed.png - -#begin Textures/battlefactory.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:Textures/battlefactory.png - -#begin Sounds/single_heal.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/single_heal.mp3 - -#begin GUI/Intro/battlefrontier.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:GUI/Intro/battlefrontier.png - -#begin Textures/battletower.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:Textures/battletower.png - -#begin GUI/Menus/pokegear.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:GUI/Menus/pokegear.png - -#begin Sounds/destroy.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/destroy.mp3 - -#begin Sounds/enter.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/enter.mp3 - -#begin Sounds/Cries/636.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/636.mp3 - -#begin Sounds/Cries/637.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/637.mp3 - -#begin Pokemon/Overworld/Normal/442.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:Pokemon/Overworld/Normal/442.png - -#begin Pokemon/Overworld/Normal/636.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:Pokemon/Overworld/Normal/636.png - -#begin Pokemon/Overworld/Normal/637.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:Pokemon/Overworld/Normal/637.png - -#begin Pokemon/Overworld/Shiny/442.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:Pokemon/Overworld/Shiny/442.png - -#begin Pokemon/Overworld/Shiny/636.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:Pokemon/Overworld/Shiny/636.png - -#begin Pokemon/Overworld/Shiny/637.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:Pokemon/Overworld/Shiny/637.png - -#begin Pokemon/Sprites/Larvesta.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:Pokemon/Sprites/Larvesta.png - -#begin Pokemon/Sprites/Spiritomb.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:Pokemon/Sprites/Spiritomb.png - -#begin Pokemon/Sprites/Volcarona.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:Pokemon/Sprites/Volcarona.png - -#begin Sounds/Cries/263.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/263.mp3 - -#begin Sounds/Cries/264.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/264.mp3 - -#begin Sounds/Cries/265.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/265.mp3 - -#begin Sounds/Cries/266.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/266.mp3 - -#begin Sounds/Cries/267.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/267.mp3 - -#begin Sounds/Cries/268.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/268.mp3 - -#begin Sounds/Cries/269.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/269.mp3 - -#begin Sounds/Cries/278.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/278.mp3 - -#begin Sounds/Cries/279.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/279.mp3 - -#begin Sounds/Cries/304.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/304.mp3 - -#begin Sounds/Cries/305.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/305.mp3 - -#begin Sounds/Cries/306.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/306.mp3 - -#begin Sounds/Cries/307.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/307.mp3 - -#begin Sounds/Cries/308.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/308.mp3 - -#begin Sounds/Cries/315.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/315.mp3 - -#begin Sounds/Cries/341.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/341.mp3 - -#begin Sounds/Cries/342.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/342.mp3 - -#begin Sounds/Cries/349.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/349.mp3 - -#begin Sounds/Cries/350.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/350.mp3 - -#begin Sounds/Cries/371.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/371.mp3 - -#begin Sounds/Cries/372.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/372.mp3 - -#begin Sounds/Cries/373.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/373.mp3 - -#begin Sounds/Cries/399.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/399.mp3 - -#begin Sounds/Cries/400.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/400.mp3 - -#begin Sounds/Cries/406.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/406.mp3 - -#begin Sounds/Cries/407.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/407.mp3 - -#begin Sounds/Cries/418.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/418.mp3 - -#begin Sounds/Cries/419.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/419.mp3 - -#begin Sounds/Cries/422.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/422.mp3 - -#begin Sounds/Cries/423.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/423.mp3 - -#begin Sounds/Cries/436.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/436.mp3 - -#begin Sounds/Cries/437.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/437.mp3 - -#begin Sounds/Cries/443.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/443.mp3 - -#begin Sounds/Cries/444.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/444.mp3 - -#begin Sounds/Cries/445.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/445.mp3 - -#begin Sounds/Cries/451.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/451.mp3 - -#begin Sounds/Cries/452.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/452.mp3 - -#begin Sounds/Cries/504.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/504.mp3 - -#begin Sounds/Cries/505.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/505.mp3 - -#begin Sounds/Cries/506.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/506.mp3 - -#begin Sounds/Cries/507.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/507.mp3 - -#begin Sounds/Cries/508.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/508.mp3 - -#begin Sounds/Cries/509.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/509.mp3 - -#begin Sounds/Cries/510.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/510.mp3 - -#begin Sounds/Cries/511.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/511.mp3 - -#begin Sounds/Cries/512.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/512.mp3 - -#begin Sounds/Cries/513.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/513.mp3 - -#begin Sounds/Cries/514.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/514.mp3 - -#begin Sounds/Cries/515.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/515.mp3 - -#begin Sounds/Cries/516.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/516.mp3 - -#begin Sounds/Cries/522.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/522.mp3 - -#begin Sounds/Cries/523.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/523.mp3 - -#begin Sounds/Cries/531.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/531.mp3 - -#begin Sounds/Cries/540.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/540.mp3 - -#begin Sounds/Cries/541.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/541.mp3 - -#begin Sounds/Cries/542.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/542.mp3 - -#begin Sounds/Cries/546.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/546.mp3 - -#begin Sounds/Cries/547.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/547.mp3 - -#begin Sounds/Cries/557.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/557.mp3 - -#begin Sounds/Cries/558.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/558.mp3 - -#begin Sounds/Cries/580.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/580.mp3 - -#begin Sounds/Cries/581.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/581.mp3 - -#begin Sounds/Cries/592.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/592.mp3 - -#begin Sounds/Cries/593.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/593.mp3 - -#begin Sounds/Cries/602.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/602.mp3 - -#begin Sounds/Cries/603.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/603.mp3 - -#begin Sounds/Cries/604.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/604.mp3 - -#begin Sounds/Cries/621.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/621.mp3 - -#begin Sounds/Cries/629.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/629.mp3 - -#begin Sounds/Cries/630.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/630.mp3 - -#begin Sounds/Cries/633.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/633.mp3 - -#begin Sounds/Cries/634.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/634.mp3 - -#begin Sounds/Cries/635.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/635.mp3 - -#begin Pokemon/Overworld/Normal/263.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:Pokemon/Overworld/Normal/263.png - -#begin Pokemon/Overworld/Normal/264.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:Pokemon/Overworld/Normal/264.png - -#begin Pokemon/Overworld/Normal/265.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:Pokemon/Overworld/Normal/265.png - -#begin Pokemon/Overworld/Normal/266.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:Pokemon/Overworld/Normal/266.png - -#begin Pokemon/Overworld/Normal/267.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:Pokemon/Overworld/Normal/267.png - -#begin Pokemon/Overworld/Normal/268.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:Pokemon/Overworld/Normal/268.png - -#begin Pokemon/Overworld/Normal/269.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:Pokemon/Overworld/Normal/269.png - -#begin Pokemon/Overworld/Normal/278.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:Pokemon/Overworld/Normal/278.png - -#begin Pokemon/Overworld/Normal/279.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:Pokemon/Overworld/Normal/279.png - -#begin Pokemon/Overworld/Normal/304.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:Pokemon/Overworld/Normal/304.png - -#begin Pokemon/Overworld/Normal/305.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:Pokemon/Overworld/Normal/305.png - -#begin Pokemon/Overworld/Normal/306.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:Pokemon/Overworld/Normal/306.png - -#begin Pokemon/Overworld/Normal/307.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:Pokemon/Overworld/Normal/307.png - -#begin Pokemon/Overworld/Normal/308.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:Pokemon/Overworld/Normal/308.png - -#begin Pokemon/Overworld/Normal/315.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:Pokemon/Overworld/Normal/315.png - -#begin Pokemon/Overworld/Normal/341.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:Pokemon/Overworld/Normal/341.png - -#begin Pokemon/Overworld/Normal/342.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:Pokemon/Overworld/Normal/342.png - -#begin Pokemon/Overworld/Normal/349.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:Pokemon/Overworld/Normal/349.png - -#begin Pokemon/Overworld/Normal/350.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:Pokemon/Overworld/Normal/350.png - -#begin Pokemon/Overworld/Normal/371.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:Pokemon/Overworld/Normal/371.png - -#begin Pokemon/Overworld/Normal/372.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:Pokemon/Overworld/Normal/372.png - -#begin Pokemon/Overworld/Normal/373.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:Pokemon/Overworld/Normal/373.png - -#begin Pokemon/Overworld/Normal/399.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:Pokemon/Overworld/Normal/399.png - -#begin Pokemon/Overworld/Normal/400.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:Pokemon/Overworld/Normal/400.png - -#begin Pokemon/Overworld/Normal/406.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:Pokemon/Overworld/Normal/406.png - -#begin Pokemon/Overworld/Normal/407.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:Pokemon/Overworld/Normal/407.png - -#begin Pokemon/Overworld/Normal/418.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:Pokemon/Overworld/Normal/418.png - -#begin Pokemon/Overworld/Normal/419.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:Pokemon/Overworld/Normal/419.png - -#begin Pokemon/Overworld/Normal/422e.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:Pokemon/Overworld/Normal/422e.png - -#begin Pokemon/Overworld/Normal/422w.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:Pokemon/Overworld/Normal/422w.png - -#begin Pokemon/Overworld/Normal/423e.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:Pokemon/Overworld/Normal/423e.png - -#begin Pokemon/Overworld/Normal/423w.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:Pokemon/Overworld/Normal/423w.png - -#begin Pokemon/Overworld/Normal/427.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:Pokemon/Overworld/Normal/427.png - -#begin Pokemon/Overworld/Normal/428.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:Pokemon/Overworld/Normal/428.png - -#begin Pokemon/Overworld/Normal/436.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:Pokemon/Overworld/Normal/436.png - -#begin Pokemon/Overworld/Normal/437.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:Pokemon/Overworld/Normal/437.png - -#begin Pokemon/Overworld/Normal/443.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:Pokemon/Overworld/Normal/443.png - -#begin Pokemon/Overworld/Normal/444.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:Pokemon/Overworld/Normal/444.png - -#begin Pokemon/Overworld/Normal/445.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:Pokemon/Overworld/Normal/445.png - -#begin Pokemon/Overworld/Normal/451.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:Pokemon/Overworld/Normal/451.png - -#begin Pokemon/Overworld/Normal/452.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:Pokemon/Overworld/Normal/452.png - -#begin Pokemon/Overworld/Normal/504.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:Pokemon/Overworld/Normal/504.png - -#begin Pokemon/Overworld/Normal/505.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:Pokemon/Overworld/Normal/505.png - -#begin Pokemon/Overworld/Normal/506.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:Pokemon/Overworld/Normal/506.png - -#begin Pokemon/Overworld/Normal/507.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:Pokemon/Overworld/Normal/507.png - -#begin Pokemon/Overworld/Normal/508.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:Pokemon/Overworld/Normal/508.png - -#begin Pokemon/Overworld/Normal/509.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:Pokemon/Overworld/Normal/509.png - -#begin Pokemon/Overworld/Normal/510.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:Pokemon/Overworld/Normal/510.png - -#begin Pokemon/Overworld/Normal/511.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:Pokemon/Overworld/Normal/511.png - -#begin Pokemon/Overworld/Normal/512.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:Pokemon/Overworld/Normal/512.png - -#begin Pokemon/Overworld/Normal/513.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:Pokemon/Overworld/Normal/513.png - -#begin Pokemon/Overworld/Normal/514.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:Pokemon/Overworld/Normal/514.png - -#begin Pokemon/Overworld/Normal/515.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:Pokemon/Overworld/Normal/515.png - -#begin Pokemon/Overworld/Normal/516.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:Pokemon/Overworld/Normal/516.png - -#begin Pokemon/Overworld/Normal/522.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:Pokemon/Overworld/Normal/522.png - -#begin Pokemon/Overworld/Normal/523.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:Pokemon/Overworld/Normal/523.png - -#begin Pokemon/Overworld/Normal/531.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:Pokemon/Overworld/Normal/531.png - -#begin Pokemon/Overworld/Normal/540.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:Pokemon/Overworld/Normal/540.png - -#begin Pokemon/Overworld/Normal/541.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:Pokemon/Overworld/Normal/541.png - -#begin Pokemon/Overworld/Normal/542.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:Pokemon/Overworld/Normal/542.png - -#begin Pokemon/Overworld/Normal/546.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:Pokemon/Overworld/Normal/546.png - -#begin Pokemon/Overworld/Normal/547.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:Pokemon/Overworld/Normal/547.png - -#begin Pokemon/Overworld/Normal/557.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:Pokemon/Overworld/Normal/557.png - -#begin Pokemon/Overworld/Normal/558.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:Pokemon/Overworld/Normal/558.png - -#begin Pokemon/Overworld/Normal/580.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:Pokemon/Overworld/Normal/580.png - -#begin Pokemon/Overworld/Normal/581.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:Pokemon/Overworld/Normal/581.png - -#begin Pokemon/Overworld/Normal/592_m.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:Pokemon/Overworld/Normal/592_m.png - -#begin Pokemon/Overworld/Normal/593_m.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:Pokemon/Overworld/Normal/593_m.png - -#begin Pokemon/Overworld/Normal/602.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:Pokemon/Overworld/Normal/602.png - -#begin Pokemon/Overworld/Normal/603.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:Pokemon/Overworld/Normal/603.png - -#begin Pokemon/Overworld/Normal/604.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:Pokemon/Overworld/Normal/604.png - -#begin Pokemon/Overworld/Normal/621.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:Pokemon/Overworld/Normal/621.png - -#begin Pokemon/Overworld/Normal/629.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:Pokemon/Overworld/Normal/629.png - -#begin Pokemon/Overworld/Normal/630.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:Pokemon/Overworld/Normal/630.png - -#begin Pokemon/Overworld/Normal/633.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:Pokemon/Overworld/Normal/633.png - -#begin Pokemon/Overworld/Normal/634.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:Pokemon/Overworld/Normal/634.png - -#begin Pokemon/Overworld/Normal/635.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:Pokemon/Overworld/Normal/635.png - -#begin Pokemon/Overworld/Shiny/263.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:Pokemon/Overworld/Shiny/263.png - -#begin Pokemon/Overworld/Shiny/264.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:Pokemon/Overworld/Shiny/264.png - -#begin Pokemon/Overworld/Shiny/265.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:Pokemon/Overworld/Shiny/265.png - -#begin Pokemon/Overworld/Shiny/266.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:Pokemon/Overworld/Shiny/266.png - -#begin Pokemon/Overworld/Shiny/267.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:Pokemon/Overworld/Shiny/267.png - -#begin Pokemon/Overworld/Shiny/268.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:Pokemon/Overworld/Shiny/268.png - -#begin Pokemon/Overworld/Shiny/269.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:Pokemon/Overworld/Shiny/269.png - -#begin Pokemon/Overworld/Shiny/278.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:Pokemon/Overworld/Shiny/278.png - -#begin Pokemon/Overworld/Shiny/279.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:Pokemon/Overworld/Shiny/279.png - -#begin Pokemon/Overworld/Shiny/304.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:Pokemon/Overworld/Shiny/304.png - -#begin Pokemon/Overworld/Shiny/305.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:Pokemon/Overworld/Shiny/305.png - -#begin Pokemon/Overworld/Shiny/306.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:Pokemon/Overworld/Shiny/306.png - -#begin Pokemon/Overworld/Shiny/307.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:Pokemon/Overworld/Shiny/307.png - -#begin Pokemon/Overworld/Shiny/308.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:Pokemon/Overworld/Shiny/308.png - -#begin Pokemon/Overworld/Shiny/315.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:Pokemon/Overworld/Shiny/315.png - -#begin Pokemon/Overworld/Shiny/341.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:Pokemon/Overworld/Shiny/341.png - -#begin Pokemon/Overworld/Shiny/342.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:Pokemon/Overworld/Shiny/342.png - -#begin Pokemon/Overworld/Shiny/349.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:Pokemon/Overworld/Shiny/349.png - -#begin Pokemon/Overworld/Shiny/350.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:Pokemon/Overworld/Shiny/350.png - -#begin Pokemon/Overworld/Shiny/371.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:Pokemon/Overworld/Shiny/371.png - -#begin Pokemon/Overworld/Shiny/372.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:Pokemon/Overworld/Shiny/372.png - -#begin Pokemon/Overworld/Shiny/373.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:Pokemon/Overworld/Shiny/373.png - -#begin Pokemon/Overworld/Shiny/399.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:Pokemon/Overworld/Shiny/399.png - -#begin Pokemon/Overworld/Shiny/400.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:Pokemon/Overworld/Shiny/400.png - -#begin Pokemon/Overworld/Shiny/406.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:Pokemon/Overworld/Shiny/406.png - -#begin Pokemon/Overworld/Shiny/407.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:Pokemon/Overworld/Shiny/407.png - -#begin Pokemon/Overworld/Shiny/418.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:Pokemon/Overworld/Shiny/418.png - -#begin Pokemon/Overworld/Shiny/419.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:Pokemon/Overworld/Shiny/419.png - -#begin Pokemon/Overworld/Shiny/422e.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:Pokemon/Overworld/Shiny/422e.png - -#begin Pokemon/Overworld/Shiny/422w.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:Pokemon/Overworld/Shiny/422w.png - -#begin Pokemon/Overworld/Shiny/423e.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:Pokemon/Overworld/Shiny/423e.png - -#begin Pokemon/Overworld/Shiny/423w.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:Pokemon/Overworld/Shiny/423w.png - -#begin Pokemon/Overworld/Shiny/427.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:Pokemon/Overworld/Shiny/427.png - -#begin Pokemon/Overworld/Shiny/428.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:Pokemon/Overworld/Shiny/428.png - -#begin Pokemon/Overworld/Shiny/436.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:Pokemon/Overworld/Shiny/436.png - -#begin Pokemon/Overworld/Shiny/437.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:Pokemon/Overworld/Shiny/437.png - -#begin Pokemon/Overworld/Shiny/443.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:Pokemon/Overworld/Shiny/443.png - -#begin Pokemon/Overworld/Shiny/444.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:Pokemon/Overworld/Shiny/444.png - -#begin Pokemon/Overworld/Shiny/445.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:Pokemon/Overworld/Shiny/445.png - -#begin Pokemon/Overworld/Shiny/451.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:Pokemon/Overworld/Shiny/451.png - -#begin Pokemon/Overworld/Shiny/452.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:Pokemon/Overworld/Shiny/452.png - -#begin Pokemon/Overworld/Shiny/504.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:Pokemon/Overworld/Shiny/504.png - -#begin Pokemon/Overworld/Shiny/505.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:Pokemon/Overworld/Shiny/505.png - -#begin Pokemon/Overworld/Shiny/506.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:Pokemon/Overworld/Shiny/506.png - -#begin Pokemon/Overworld/Shiny/507.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:Pokemon/Overworld/Shiny/507.png - -#begin Pokemon/Overworld/Shiny/508.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:Pokemon/Overworld/Shiny/508.png - -#begin Pokemon/Overworld/Shiny/509.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:Pokemon/Overworld/Shiny/509.png - -#begin Pokemon/Overworld/Shiny/510.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:Pokemon/Overworld/Shiny/510.png - -#begin Pokemon/Overworld/Shiny/511.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:Pokemon/Overworld/Shiny/511.png - -#begin Pokemon/Overworld/Shiny/512.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:Pokemon/Overworld/Shiny/512.png - -#begin Pokemon/Overworld/Shiny/513.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:Pokemon/Overworld/Shiny/513.png - -#begin Pokemon/Overworld/Shiny/514.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:Pokemon/Overworld/Shiny/514.png - -#begin Pokemon/Overworld/Shiny/515.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:Pokemon/Overworld/Shiny/515.png - -#begin Pokemon/Overworld/Shiny/516.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:Pokemon/Overworld/Shiny/516.png - -#begin Pokemon/Overworld/Shiny/522.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:Pokemon/Overworld/Shiny/522.png - -#begin Pokemon/Overworld/Shiny/523.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:Pokemon/Overworld/Shiny/523.png - -#begin Pokemon/Overworld/Shiny/531.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:Pokemon/Overworld/Shiny/531.png - -#begin Pokemon/Overworld/Shiny/540.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:Pokemon/Overworld/Shiny/540.png - -#begin Pokemon/Overworld/Shiny/541.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:Pokemon/Overworld/Shiny/541.png - -#begin Pokemon/Overworld/Shiny/542.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:Pokemon/Overworld/Shiny/542.png - -#begin Pokemon/Overworld/Shiny/546.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:Pokemon/Overworld/Shiny/546.png - -#begin Pokemon/Overworld/Shiny/547.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:Pokemon/Overworld/Shiny/547.png - -#begin Pokemon/Overworld/Shiny/557.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:Pokemon/Overworld/Shiny/557.png - -#begin Pokemon/Overworld/Shiny/558.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:Pokemon/Overworld/Shiny/558.png - -#begin Pokemon/Overworld/Shiny/580.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:Pokemon/Overworld/Shiny/580.png - -#begin Pokemon/Overworld/Shiny/581.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:Pokemon/Overworld/Shiny/581.png - -#begin Pokemon/Overworld/Shiny/592_m.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:Pokemon/Overworld/Shiny/592_m.png - -#begin Pokemon/Overworld/Shiny/593_m.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:Pokemon/Overworld/Shiny/593_m.png - -#begin Pokemon/Overworld/Shiny/602.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:Pokemon/Overworld/Shiny/602.png - -#begin Pokemon/Overworld/Shiny/603.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:Pokemon/Overworld/Shiny/603.png - -#begin Pokemon/Overworld/Shiny/604.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:Pokemon/Overworld/Shiny/604.png - -#begin Pokemon/Overworld/Shiny/621.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:Pokemon/Overworld/Shiny/621.png - -#begin Pokemon/Overworld/Shiny/629.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:Pokemon/Overworld/Shiny/629.png - -#begin Pokemon/Overworld/Shiny/630.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:Pokemon/Overworld/Shiny/630.png - -#begin Pokemon/Overworld/Shiny/633.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:Pokemon/Overworld/Shiny/633.png - -#begin Pokemon/Overworld/Shiny/634.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:Pokemon/Overworld/Shiny/634.png - -#begin Pokemon/Overworld/Shiny/635.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:Pokemon/Overworld/Shiny/635.png - -#begin Pokemon/Sprites/Aggron.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:Pokemon/Sprites/Aggron.png - -#begin Pokemon/Sprites/Aron.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:Pokemon/Sprites/Aron.png - -#begin Pokemon/Sprites/Audino.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:Pokemon/Sprites/Audino.png - -#begin Pokemon/Sprites/Bagon.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:Pokemon/Sprites/Bagon.png - -#begin Pokemon/Sprites/Beautifly.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:Pokemon/Sprites/Beautifly.png - -#begin Pokemon/Sprites/Bibarel.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:Pokemon/Sprites/Bibarel.png - -#begin Pokemon/Sprites/Bidoof.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:Pokemon/Sprites/Bidoof.png - -#begin Pokemon/Sprites/Blitzle.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:Pokemon/Sprites/Blitzle.png - -#begin Pokemon/Sprites/Bronzong.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:Pokemon/Sprites/Bronzong.png - -#begin Pokemon/Sprites/Bronzor.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:Pokemon/Sprites/Bronzor.png - -#begin Pokemon/Sprites/Budew.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:Pokemon/Sprites/Budew.png - -#begin Pokemon/Sprites/Buizel.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:Pokemon/Sprites/Buizel.png - -#begin Pokemon/Sprites/Buneary.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:Pokemon/Sprites/Buneary.png - -#begin Pokemon/Sprites/Cascoon.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:Pokemon/Sprites/Cascoon.png - -#begin Pokemon/Sprites/Corphish.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:Pokemon/Sprites/Corphish.png - -#begin Pokemon/Sprites/Cottonee.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:Pokemon/Sprites/Cottonee.png - -#begin Pokemon/Sprites/Crawdaunt.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:Pokemon/Sprites/Crawdaunt.png - -#begin Pokemon/Sprites/Crustle.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:Pokemon/Sprites/Crustle.png - -#begin Pokemon/Sprites/Deino.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:Pokemon/Sprites/Deino.png - -#begin Pokemon/Sprites/Drapion.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:Pokemon/Sprites/Drapion.png - -#begin Pokemon/Sprites/Druddigon.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:Pokemon/Sprites/Druddigon.png - -#begin Pokemon/Sprites/Ducklett.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:Pokemon/Sprites/Ducklett.png - -#begin Pokemon/Sprites/Dustox.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:Pokemon/Sprites/Dustox.png - -#begin Pokemon/Sprites/Dwebble.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:Pokemon/Sprites/Dwebble.png - -#begin Pokemon/Sprites/Eelektrik.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:Pokemon/Sprites/Eelektrik.png - -#begin Pokemon/Sprites/Eelektross.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:Pokemon/Sprites/Eelektross.png - -#begin Pokemon/Sprites/Feebas.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:Pokemon/Sprites/Feebas.png - -#begin Pokemon/Sprites/Floatzel.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:Pokemon/Sprites/Floatzel.png - -#begin Pokemon/Sprites/Frillish_m.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:Pokemon/Sprites/Frillish_m.png - -#begin Pokemon/Sprites/Gabite.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:Pokemon/Sprites/Gabite.png - -#begin Pokemon/Sprites/Garchomp.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:Pokemon/Sprites/Garchomp.png - -#begin Pokemon/Sprites/Gastrodone.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:Pokemon/Sprites/Gastrodone.png - -#begin Pokemon/Sprites/Gastrodonw.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:Pokemon/Sprites/Gastrodonw.png - -#begin Pokemon/Sprites/Gible.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:Pokemon/Sprites/Gible.png - -#begin Pokemon/Sprites/Herdier.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:Pokemon/Sprites/Herdier.png - -#begin Pokemon/Sprites/Hydreigon.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:Pokemon/Sprites/Hydreigon.png - -#begin Pokemon/Sprites/Jellicent_m.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:Pokemon/Sprites/Jellicent_m.png - -#begin Pokemon/Sprites/Lairon.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:Pokemon/Sprites/Lairon.png - -#begin Pokemon/Sprites/Leavanny.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:Pokemon/Sprites/Leavanny.png - -#begin Pokemon/Sprites/Liepard.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:Pokemon/Sprites/Liepard.png - -#begin Pokemon/Sprites/Lillipup.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:Pokemon/Sprites/Lillipup.png - -#begin Pokemon/Sprites/Linoone.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:Pokemon/Sprites/Linoone.png - -#begin Pokemon/Sprites/Lopunny.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:Pokemon/Sprites/Lopunny.png - -#begin Pokemon/Sprites/Mandibuzz.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:Pokemon/Sprites/Mandibuzz.png - -#begin Pokemon/Sprites/Medicham.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:Pokemon/Sprites/Medicham.png - -#begin Pokemon/Sprites/Meditite.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:Pokemon/Sprites/Meditite.png - -#begin Pokemon/Sprites/Milotic.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:Pokemon/Sprites/Milotic.png - -#begin Pokemon/Sprites/Panpour.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:Pokemon/Sprites/Panpour.png - -#begin Pokemon/Sprites/Pansage.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:Pokemon/Sprites/Pansage.png - -#begin Pokemon/Sprites/Pansear.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:Pokemon/Sprites/Pansear.png - -#begin Pokemon/Sprites/Patrat.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:Pokemon/Sprites/Patrat.png - -#begin Pokemon/Sprites/Pelipper.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:Pokemon/Sprites/Pelipper.png - -#begin Pokemon/Sprites/Purrloin.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:Pokemon/Sprites/Purrloin.png - -#begin Pokemon/Sprites/Roselia.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:Pokemon/Sprites/Roselia.png - -#begin Pokemon/Sprites/Roserade.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:Pokemon/Sprites/Roserade.png - -#begin Pokemon/Sprites/Salamence.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:Pokemon/Sprites/Salamence.png - -#begin Pokemon/Sprites/Sewaddle.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:Pokemon/Sprites/Sewaddle.png - -#begin Pokemon/Sprites/Shelgon.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:Pokemon/Sprites/Shelgon.png - -#begin Pokemon/Sprites/Shellose.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:Pokemon/Sprites/Shellose.png - -#begin Pokemon/Sprites/Shellosw.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:Pokemon/Sprites/Shellosw.png - -#begin Pokemon/Sprites/Silcoon.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:Pokemon/Sprites/Silcoon.png - -#begin Pokemon/Sprites/Simipour.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:Pokemon/Sprites/Simipour.png - -#begin Pokemon/Sprites/Simisage.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:Pokemon/Sprites/Simisage.png - -#begin Pokemon/Sprites/Simisear.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:Pokemon/Sprites/Simisear.png - -#begin Pokemon/Sprites/Skorupi.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:Pokemon/Sprites/Skorupi.png - -#begin Pokemon/Sprites/Stoutland.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:Pokemon/Sprites/Stoutland.png - -#begin Pokemon/Sprites/Swadloon.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:Pokemon/Sprites/Swadloon.png - -#begin Pokemon/Sprites/Swanna.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:Pokemon/Sprites/Swanna.png - -#begin Pokemon/Sprites/Tynamo.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:Pokemon/Sprites/Tynamo.png - -#begin Pokemon/Sprites/Vullaby.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:Pokemon/Sprites/Vullaby.png - -#begin Pokemon/Sprites/Watchog.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:Pokemon/Sprites/Watchog.png - -#begin Pokemon/Sprites/Whimsicott.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:Pokemon/Sprites/Whimsicott.png - -#begin Pokemon/Sprites/Wingull.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:Pokemon/Sprites/Wingull.png - -#begin Pokemon/Sprites/Wurmple.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:Pokemon/Sprites/Wurmple.png - -#begin Pokemon/Sprites/Zebstrika.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:Pokemon/Sprites/Zebstrika.png - -#begin Pokemon/Sprites/Zigzagoon.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:Pokemon/Sprites/Zigzagoon.png - -#begin Pokemon/Sprites/Zweilous.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:Pokemon/Sprites/Zweilous.png - -#begin Pokemon/Overworld/Normal/585_fa.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:Pokemon/Overworld/Normal/585_fa.png - -#begin Pokemon/Overworld/Normal/585_sp.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:Pokemon/Overworld/Normal/585_sp.png - -#begin Pokemon/Overworld/Normal/585_su.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:Pokemon/Overworld/Normal/585_su.png - -#begin Pokemon/Overworld/Normal/585_wi.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:Pokemon/Overworld/Normal/585_wi.png - -#begin Pokemon/Overworld/Normal/586_fa.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:Pokemon/Overworld/Normal/586_fa.png - -#begin Pokemon/Overworld/Normal/586_sp.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:Pokemon/Overworld/Normal/586_sp.png - -#begin Pokemon/Overworld/Normal/586_su.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:Pokemon/Overworld/Normal/586_su.png - -#begin Pokemon/Overworld/Normal/586_wi.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:Pokemon/Overworld/Normal/586_wi.png - -#begin Pokemon/Overworld/Shiny/585_fa.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:Pokemon/Overworld/Shiny/585_fa.png - -#begin Pokemon/Overworld/Shiny/585_sp.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:Pokemon/Overworld/Shiny/585_sp.png - -#begin Pokemon/Overworld/Shiny/585_su.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:Pokemon/Overworld/Shiny/585_su.png - -#begin Pokemon/Overworld/Shiny/585_wi.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:Pokemon/Overworld/Shiny/585_wi.png - -#begin Pokemon/Overworld/Shiny/586_fa.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:Pokemon/Overworld/Shiny/586_fa.png - -#begin Pokemon/Overworld/Shiny/586_sp.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:Pokemon/Overworld/Shiny/586_sp.png - -#begin Pokemon/Overworld/Shiny/586_su.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:Pokemon/Overworld/Shiny/586_su.png - -#begin Pokemon/Overworld/Shiny/586_wi.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:Pokemon/Overworld/Shiny/586_wi.png - -#begin Pokemon/Sprites/Deerling_fa.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:Pokemon/Sprites/Deerling_fa.png - -#begin Pokemon/Sprites/Deerling_sp.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:Pokemon/Sprites/Deerling_sp.png - -#begin Pokemon/Sprites/Deerling_su.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:Pokemon/Sprites/Deerling_su.png - -#begin Pokemon/Sprites/Deerling_wi.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:Pokemon/Sprites/Deerling_wi.png - -#begin Pokemon/Sprites/Sawsbuck_fa.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:Pokemon/Sprites/Sawsbuck_fa.png - -#begin Pokemon/Sprites/Sawsbuck_sp.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:Pokemon/Sprites/Sawsbuck_sp.png - -#begin Pokemon/Sprites/Sawsbuck_su.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:Pokemon/Sprites/Sawsbuck_su.png - -#begin Pokemon/Sprites/Sawsbuck_wi.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:Pokemon/Sprites/Sawsbuck_wi.png - -#begin Sounds/Cries/585.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/585.mp3 - -#begin Sounds/Cries/586.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/586.mp3 - -#begin Pokemon/Sprites/Frillish_f.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:Pokemon/Sprites/Frillish_f.png - -#begin Pokemon/Overworld/Normal/592_f.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:Pokemon/Overworld/Normal/592_f.png - -#begin Pokemon/Sprites/Jellicent_f.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:Pokemon/Sprites/Jellicent_f.png - -#begin Pokemon/Overworld/Normal/593_f.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:Pokemon/Overworld/Normal/593_f.png - -#begin Pokemon/Overworld/Shiny/592_f.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:Pokemon/Overworld/Shiny/592_f.png - -#begin Pokemon/Overworld/Shiny/593_f.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:Pokemon/Overworld/Shiny/593_f.png - -#begin SkyDomeResource/UnderwaterGround.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:SkyDomeResource/UnderwaterGround.png - -#begin Sounds/success.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/success.mp3 - -#begin GUI/Menus/pokedexhabitat.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:GUI/Menus/pokedexhabitat.png - -#begin GUI/PokemonMenuShiny.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:GUI/PokemonMenuShiny.png - -#begin Models/truck2/Truck.fbx -/importer:FbxImporter -/processor:ModelProcessor -/processorParam:ColorKeyColor=0,0,0,0 -/processorParam:ColorKeyEnabled=True -/processorParam:DefaultEffect=BasicEffect -/processorParam:GenerateMipmaps=True -/processorParam:GenerateTangentFrames=False -/processorParam:PremultiplyTextureAlpha=True -/processorParam:PremultiplyVertexColors=True -/processorParam:ResizeTexturesToPowerOfTwo=False -/processorParam:RotationX=0 -/processorParam:RotationY=0 -/processorParam:RotationZ=0 -/processorParam:Scale=1 -/processorParam:SwapWindingOrder=False -/processorParam:TextureFormat=DxtCompressed -/build:Models/truck2/Truck.fbx - -#begin Textures/NPC/lightning.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:Textures/NPC/lightning.png - -#begin Textures/NPC/LtSurge.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:Textures/NPC/LtSurge.png - -#begin Pokemon/Overworld/Normal/661.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:Pokemon/Overworld/Normal/661.png - -#begin Pokemon/Overworld/Normal/662.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:Pokemon/Overworld/Normal/662.png - -#begin Pokemon/Overworld/Normal/663.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:Pokemon/Overworld/Normal/663.png - -#begin Pokemon/Overworld/Shiny/661.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:Pokemon/Overworld/Shiny/661.png - -#begin Pokemon/Overworld/Shiny/662.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:Pokemon/Overworld/Shiny/662.png - -#begin Pokemon/Overworld/Shiny/663.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:Pokemon/Overworld/Shiny/663.png - -#begin Pokemon/Sprites/Fletchinder.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:Pokemon/Sprites/Fletchinder.png - -#begin Pokemon/Sprites/Fletchling.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:Pokemon/Sprites/Fletchling.png - -#begin Pokemon/Sprites/Talonflame.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:Pokemon/Sprites/Talonflame.png - -#begin Sounds/Cries/661.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/661.mp3 - -#begin Sounds/Cries/662.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/662.mp3 - -#begin Sounds/Cries/663.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/663.mp3 - -#begin Textures/NPC/Leaf.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:Textures/NPC/Leaf.png - -#begin Textures/NPC/Anvil.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:Textures/NPC/Anvil.png - -#begin Textures/NPC/mrhippocrit.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:Textures/NPC/mrhippocrit.png - -#begin Pokemon/Sprites/Pancham.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:Pokemon/Sprites/Pancham.png - -#begin Pokemon/Sprites/Pangoro.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:Pokemon/Sprites/Pangoro.png - -#begin Pokemon/Overworld/Shiny/674.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:Pokemon/Overworld/Shiny/674.png - -#begin Pokemon/Overworld/Shiny/675.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:Pokemon/Overworld/Shiny/675.png - -#begin Pokemon/Overworld/Normal/674.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:Pokemon/Overworld/Normal/674.png - -#begin Pokemon/Overworld/Normal/675.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:Pokemon/Overworld/Normal/675.png - -#begin Sounds/Cries/674.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/674.mp3 - -#begin Sounds/Cries/675.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/675.mp3 - -#begin GUI/no_texture.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:GUI/no_texture.png - -#begin Textures/Emblem/thunder.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:Textures/Emblem/thunder.png - -#begin Textures/Emblem/boulder.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:Textures/Emblem/boulder.png - -#begin Textures/Emblem/cascade.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:Textures/Emblem/cascade.png - -#begin Pokemon/Sprites/Luxio.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:Pokemon/Sprites/Luxio.png - -#begin Pokemon/Sprites/Luxray.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:Pokemon/Sprites/Luxray.png - -#begin Pokemon/Sprites/Rotom.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:Pokemon/Sprites/Rotom.png - -#begin Pokemon/Sprites/Rotom_fan.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:Pokemon/Sprites/Rotom_fan.png - -#begin Pokemon/Sprites/Rotom_frost.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:Pokemon/Sprites/Rotom_frost.png - -#begin Pokemon/Sprites/Rotom_heat.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:Pokemon/Sprites/Rotom_heat.png - -#begin Pokemon/Sprites/Rotom_mow.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:Pokemon/Sprites/Rotom_mow.png - -#begin Pokemon/Sprites/Rotom_wash.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:Pokemon/Sprites/Rotom_wash.png - -#begin Pokemon/Sprites/Shinx.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:Pokemon/Sprites/Shinx.png - -#begin Pokemon/Overworld/Normal/403.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:Pokemon/Overworld/Normal/403.png - -#begin Pokemon/Overworld/Normal/404.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:Pokemon/Overworld/Normal/404.png - -#begin Pokemon/Overworld/Normal/405.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:Pokemon/Overworld/Normal/405.png - -#begin Pokemon/Overworld/Normal/479.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:Pokemon/Overworld/Normal/479.png - -#begin Pokemon/Overworld/Normal/479_fan.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:Pokemon/Overworld/Normal/479_fan.png - -#begin Pokemon/Overworld/Normal/479_frost.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:Pokemon/Overworld/Normal/479_frost.png - -#begin Pokemon/Overworld/Normal/479_heat.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:Pokemon/Overworld/Normal/479_heat.png - -#begin Pokemon/Overworld/Normal/479_mow.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:Pokemon/Overworld/Normal/479_mow.png - -#begin Pokemon/Overworld/Normal/479_wash.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:Pokemon/Overworld/Normal/479_wash.png - -#begin Pokemon/Overworld/Shiny/403.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:Pokemon/Overworld/Shiny/403.png - -#begin Pokemon/Overworld/Shiny/404.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:Pokemon/Overworld/Shiny/404.png - -#begin Pokemon/Overworld/Shiny/405.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:Pokemon/Overworld/Shiny/405.png - -#begin Pokemon/Overworld/Shiny/479.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:Pokemon/Overworld/Shiny/479.png - -#begin Pokemon/Overworld/Shiny/479_fan.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:Pokemon/Overworld/Shiny/479_fan.png - -#begin Pokemon/Overworld/Shiny/479_frost.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:Pokemon/Overworld/Shiny/479_frost.png - -#begin Pokemon/Overworld/Shiny/479_heat.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:Pokemon/Overworld/Shiny/479_heat.png - -#begin Pokemon/Overworld/Shiny/479_mow.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:Pokemon/Overworld/Shiny/479_mow.png - -#begin Pokemon/Overworld/Shiny/479_wash.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:Pokemon/Overworld/Shiny/479_wash.png - -#begin Sounds/Cries/403.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/403.mp3 - -#begin Sounds/Cries/404.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/404.mp3 - -#begin Sounds/Cries/405.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/405.mp3 - -#begin Sounds/Cries/479.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/479.mp3 - -#begin SkyDomeResource/daycycle.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:SkyDomeResource/daycycle.png - -#begin SkyDomeResource/Clouds1.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:SkyDomeResource/Clouds1.png - -#begin SkyDomeResource/Stars.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:SkyDomeResource/Stars.png - -#begin SkyDomeResource/sun.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:SkyDomeResource/sun.png - -#begin SkyDomeResource/moon.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:SkyDomeResource/moon.png - -#begin SkyDomeResource/CloudsWeather.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:SkyDomeResource/CloudsWeather.png - -#begin Textures/mtsilver.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:Textures/mtsilver.png - -#begin Textures/NPC/misty.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:Textures/NPC/misty.png - -#begin GUI/Box/BattleBox.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:GUI/Box/BattleBox.png - -#begin Textures/NPC/85.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:Textures/NPC/85.png - -#begin Pokemon/Overworld/Normal/708.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:Pokemon/Overworld/Normal/708.png - -#begin Pokemon/Overworld/Normal/709.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:Pokemon/Overworld/Normal/709.PNG - -#begin Pokemon/Overworld/Shiny/708.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:Pokemon/Overworld/Shiny/708.png - -#begin Pokemon/Overworld/Shiny/709.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:Pokemon/Overworld/Shiny/709.png - -#begin Pokemon/Sprites/Phantump.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:Pokemon/Sprites/Phantump.png - -#begin Pokemon/Sprites/Trevenant.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:Pokemon/Sprites/Trevenant.png - -#begin Sounds/Cries/708.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/708.mp3 - -#begin Sounds/Cries/709.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/709.mp3 - -#begin Textures/NPC/Substitute.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:Textures/NPC/Substitute.png - -#begin Pokemon/Egg/Templates/Menu.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:Pokemon/Egg/Templates/Menu.png - -#begin Pokemon/Egg/Templates/Back.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:Pokemon/Egg/Templates/Back.png - -#begin Pokemon/Egg/Templates/Front.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:Pokemon/Egg/Templates/Front.png - -#begin Sounds/Cries/420.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/420.mp3 - -#begin Sounds/Cries/421.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/421.mp3 - -#begin Sounds/Cries/590.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/590.mp3 - -#begin Sounds/Cries/591.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/591.mp3 - -#begin Sounds/Cries/595.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/595.mp3 - -#begin Sounds/Cries/596.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/596.mp3 - -#begin Sounds/Cries/597.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/597.mp3 - -#begin Sounds/Cries/598.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/598.mp3 - -#begin Pokemon/Sprites/Amoonguss.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:Pokemon/Sprites/Amoonguss.png - -#begin Pokemon/Sprites/Cherrim.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:Pokemon/Sprites/Cherrim.png - -#begin Pokemon/Sprites/Cherubi.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:Pokemon/Sprites/Cherubi.png - -#begin Pokemon/Sprites/Ferroseed.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:Pokemon/Sprites/Ferroseed.png - -#begin Pokemon/Sprites/Ferrothorn.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:Pokemon/Sprites/Ferrothorn.png - -#begin Pokemon/Sprites/Foongus.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:Pokemon/Sprites/Foongus.png - -#begin Pokemon/Sprites/Galvantula.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:Pokemon/Sprites/Galvantula.png - -#begin Pokemon/Sprites/Joltik.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:Pokemon/Sprites/Joltik.png - -#begin Pokemon/Overworld/Shiny/420.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:Pokemon/Overworld/Shiny/420.png - -#begin Pokemon/Overworld/Shiny/421.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:Pokemon/Overworld/Shiny/421.png - -#begin Pokemon/Overworld/Shiny/590.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:Pokemon/Overworld/Shiny/590.png - -#begin Pokemon/Overworld/Shiny/591.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:Pokemon/Overworld/Shiny/591.png - -#begin Pokemon/Overworld/Shiny/595.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:Pokemon/Overworld/Shiny/595.png - -#begin Pokemon/Overworld/Shiny/596.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:Pokemon/Overworld/Shiny/596.png - -#begin Pokemon/Overworld/Shiny/597.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:Pokemon/Overworld/Shiny/597.png - -#begin Pokemon/Overworld/Shiny/598.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:Pokemon/Overworld/Shiny/598.png - -#begin Pokemon/Overworld/Normal/420.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:Pokemon/Overworld/Normal/420.png - -#begin Pokemon/Overworld/Normal/421.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:Pokemon/Overworld/Normal/421.png - -#begin Pokemon/Overworld/Normal/590.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:Pokemon/Overworld/Normal/590.png - -#begin Pokemon/Overworld/Normal/591.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:Pokemon/Overworld/Normal/591.png - -#begin Pokemon/Overworld/Normal/595.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:Pokemon/Overworld/Normal/595.png - -#begin Pokemon/Overworld/Normal/596.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:Pokemon/Overworld/Normal/596.png - -#begin Pokemon/Overworld/Normal/597.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:Pokemon/Overworld/Normal/597.png - -#begin Pokemon/Overworld/Normal/598.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:Pokemon/Overworld/Normal/598.png - -#begin Textures/shuttle.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:Textures/shuttle.png - -#begin Textures/NPC/141F.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:Textures/NPC/141F.png - -#begin Textures/NPC/142F.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:Textures/NPC/142F.png - -#begin Textures/NPC/Brock.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:Textures/NPC/Brock.png - -#begin Pokemon/Sprites/noibat.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:Pokemon/Sprites/noibat.png - -#begin Pokemon/Sprites/noivern.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:Pokemon/Sprites/noivern.png - -#begin Pokemon/Overworld/Shiny/714.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:Pokemon/Overworld/Shiny/714.PNG - -#begin Pokemon/Overworld/Shiny/715.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:Pokemon/Overworld/Shiny/715.PNG - -#begin Pokemon/Overworld/Normal/714.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:Pokemon/Overworld/Normal/714.PNG - -#begin Pokemon/Overworld/Normal/715.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:Pokemon/Overworld/Normal/715.PNG - -#begin Sounds/Cries/714.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/714.mp3 - -#begin Sounds/Cries/715.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/715.mp3 - -#begin Textures/sevii.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:Textures/sevii.png - -#begin Textures/NPC/Lorelei.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:Textures/NPC/Lorelei.png - -#begin Sounds/jump_ledge.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/jump_ledge.mp3 - -#begin Sounds/pickup.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/pickup.mp3 - -#begin Sounds/PC/pc_logon.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/PC/pc_logon.mp3 - -#begin Sounds/PC/pc_off.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/PC/pc_off.mp3 - -#begin Sounds/PC/pc_turnon.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/PC/pc_turnon.mp3 - -#begin Sounds/menu_open.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/menu_open.mp3 - -#begin Sounds/Battle/Damage/normaldamage.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Battle/Damage/normaldamage.mp3 - -#begin Sounds/Battle/Damage/not_effective.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Battle/Damage/not_effective.mp3 - -#begin Sounds/Battle/Damage/super_effective.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Battle/Damage/super_effective.mp3 - -#begin Sounds/Battle/ballshake.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Battle/ballshake.mp3 - -#begin Sounds/Battle/throw.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Battle/throw.mp3 - -#begin Sounds/buy2.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/buy2.mp3 - -#begin Sounds/Battle/exp_max.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Battle/exp_max.mp3 - -#begin Sounds/egg_hatch.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/egg_hatch.mp3 - -#begin Sounds/Battle/Effects/effect_pound.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Battle/Effects/effect_pound.mp3 - -#begin Sounds/Battle/Effects/effect_ember.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Battle/Effects/effect_ember.mp3 - -#begin Sounds/Battle/Effects/effect_fly.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Battle/Effects/effect_fly.mp3 - -#begin Sounds/Battle/Effects/effect_ice1.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Battle/Effects/effect_ice1.mp3 - -#begin Sounds/Battle/Effects/effect_poison.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Battle/Effects/effect_poison.mp3 - -#begin Sounds/Battle/Effects/effect_thundershock2.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Battle/Effects/effect_thundershock2.mp3 - -#begin Sounds/Battle/pokeball_land.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Battle/pokeball_land.mp3 - -#begin Sounds/Battle/shiny.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Battle/shiny.mp3 - -#begin Sounds/shutter.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/shutter.mp3 - -#begin Sounds/repel_use.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/repel_use.mp3 - -#begin Sounds/ice_break.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/ice_break.mp3 - -#begin Sounds/ice_crack.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/ice_crack.mp3 - -#begin Sounds/success_small.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/success_small.mp3 - -#begin Sounds/trhq_alarm.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/trhq_alarm.mp3 - -#begin Sounds/Pokegear/pokegear_off.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Pokegear/pokegear_off.mp3 - -#begin Sounds/Pokegear/pokegear_on.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Pokegear/pokegear_on.mp3 - -#begin Sounds/Contest/rankplace.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Contest/rankplace.mp3 - -#begin Sounds/teleport.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/teleport.mp3 - -#begin Textures/NPC/Looker.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:Textures/NPC/Looker.png - -#begin Textures/NPC/Sabrina.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:Textures/NPC/Sabrina.png - -#begin Textures/NPC/Erika.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:Textures/NPC/Erika.png - -#begin Textures/NPC/MasterRoshi.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:Textures/NPC/MasterRoshi.png - -#begin Textures/Emblem/marsh.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:Textures/Emblem/marsh.png - -#begin Textures/Emblem/rainbow.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:Textures/Emblem/rainbow.png - -#begin Sounds/magnettrain.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/magnettrain.mp3 - -#begin Textures/frontier.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:Textures/frontier.png - -#begin Textures/Emblem/volcano.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:Textures/Emblem/volcano.png - -#begin Sounds/Battle/Effects/effect_thunderbolt.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Battle/Effects/effect_thunderbolt.mp3 - -#begin Pokemon/Overworld/Normal/681.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:Pokemon/Overworld/Normal/681.PNG - -#begin Pokemon/Overworld/Normal/681_blade.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:Pokemon/Overworld/Normal/681_blade.PNG - -#begin Pokemon/Overworld/Shiny/681.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:Pokemon/Overworld/Shiny/681.PNG - -#begin Pokemon/Overworld/Shiny/681_blade.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:Pokemon/Overworld/Shiny/681_blade.PNG - -#begin Pokemon/Sprites/Aegislash_blade.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:Pokemon/Sprites/Aegislash_blade.png - -#begin Pokemon/Sprites/Aegislash.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:Pokemon/Sprites/Aegislash.png - -#begin Pokemon/Overworld/Normal/299.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:Pokemon/Overworld/Normal/299.png - -#begin Pokemon/Overworld/Normal/302.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:Pokemon/Overworld/Normal/302.png - -#begin Pokemon/Overworld/Normal/337.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:Pokemon/Overworld/Normal/337.png - -#begin Pokemon/Overworld/Normal/338.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:Pokemon/Overworld/Normal/338.png - -#begin Pokemon/Overworld/Normal/343.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:Pokemon/Overworld/Normal/343.png - -#begin Pokemon/Overworld/Normal/344.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:Pokemon/Overworld/Normal/344.png - -#begin Pokemon/Overworld/Normal/345.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:Pokemon/Overworld/Normal/345.png - -#begin Pokemon/Overworld/Normal/346.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:Pokemon/Overworld/Normal/346.png - -#begin Pokemon/Overworld/Normal/347.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:Pokemon/Overworld/Normal/347.png - -#begin Pokemon/Overworld/Normal/348.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:Pokemon/Overworld/Normal/348.png - -#begin Pokemon/Overworld/Normal/385.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:Pokemon/Overworld/Normal/385.png - -#begin Pokemon/Overworld/Normal/408.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:Pokemon/Overworld/Normal/408.png - -#begin Pokemon/Overworld/Normal/409.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:Pokemon/Overworld/Normal/409.png - -#begin Pokemon/Overworld/Normal/410.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:Pokemon/Overworld/Normal/410.png - -#begin Pokemon/Overworld/Normal/411.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:Pokemon/Overworld/Normal/411.png - -#begin Pokemon/Overworld/Normal/524.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:Pokemon/Overworld/Normal/524.png - -#begin Pokemon/Overworld/Normal/525.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:Pokemon/Overworld/Normal/525.png - -#begin Pokemon/Overworld/Normal/526.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:Pokemon/Overworld/Normal/526.png - -#begin Pokemon/Overworld/Normal/561.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:Pokemon/Overworld/Normal/561.png - -#begin Pokemon/Overworld/Normal/562.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:Pokemon/Overworld/Normal/562.png - -#begin Pokemon/Overworld/Normal/563.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:Pokemon/Overworld/Normal/563.png - -#begin Pokemon/Overworld/Normal/564.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:Pokemon/Overworld/Normal/564.png - -#begin Pokemon/Overworld/Normal/565.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:Pokemon/Overworld/Normal/565.png - -#begin Pokemon/Overworld/Normal/566.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:Pokemon/Overworld/Normal/566.png - -#begin Pokemon/Overworld/Normal/567.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:Pokemon/Overworld/Normal/567.png - -#begin Pokemon/Overworld/Normal/605.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:Pokemon/Overworld/Normal/605.png - -#begin Pokemon/Overworld/Normal/606.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:Pokemon/Overworld/Normal/606.png - -#begin Pokemon/Overworld/Normal/622.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:Pokemon/Overworld/Normal/622.png - -#begin Pokemon/Overworld/Normal/623.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:Pokemon/Overworld/Normal/623.png - -#begin Pokemon/Overworld/Normal/679.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:Pokemon/Overworld/Normal/679.PNG - -#begin Pokemon/Overworld/Normal/680.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:Pokemon/Overworld/Normal/680.PNG - -#begin Pokemon/Overworld/Normal/696.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:Pokemon/Overworld/Normal/696.PNG - -#begin Pokemon/Overworld/Normal/697.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:Pokemon/Overworld/Normal/697.PNG - -#begin Pokemon/Overworld/Normal/698.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:Pokemon/Overworld/Normal/698.PNG - -#begin Pokemon/Overworld/Normal/699.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:Pokemon/Overworld/Normal/699.png - -#begin Pokemon/Overworld/Normal/703.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:Pokemon/Overworld/Normal/703.PNG - -#begin Pokemon/Overworld/Normal/707.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:Pokemon/Overworld/Normal/707.png - -#begin Pokemon/Overworld/Shiny/299.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:Pokemon/Overworld/Shiny/299.png - -#begin Pokemon/Overworld/Shiny/302.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:Pokemon/Overworld/Shiny/302.png - -#begin Pokemon/Overworld/Shiny/337.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:Pokemon/Overworld/Shiny/337.png - -#begin Pokemon/Overworld/Shiny/338.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:Pokemon/Overworld/Shiny/338.png - -#begin Pokemon/Overworld/Shiny/343.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:Pokemon/Overworld/Shiny/343.png - -#begin Pokemon/Overworld/Shiny/344.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:Pokemon/Overworld/Shiny/344.png - -#begin Pokemon/Overworld/Shiny/345.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:Pokemon/Overworld/Shiny/345.png - -#begin Pokemon/Overworld/Shiny/346.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:Pokemon/Overworld/Shiny/346.png - -#begin Pokemon/Overworld/Shiny/347.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:Pokemon/Overworld/Shiny/347.png - -#begin Pokemon/Overworld/Shiny/348.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:Pokemon/Overworld/Shiny/348.png - -#begin Pokemon/Overworld/Shiny/385.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:Pokemon/Overworld/Shiny/385.png - -#begin Pokemon/Overworld/Shiny/408.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:Pokemon/Overworld/Shiny/408.png - -#begin Pokemon/Overworld/Shiny/409.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:Pokemon/Overworld/Shiny/409.png - -#begin Pokemon/Overworld/Shiny/410.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:Pokemon/Overworld/Shiny/410.png - -#begin Pokemon/Overworld/Shiny/411.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:Pokemon/Overworld/Shiny/411.png - -#begin Pokemon/Overworld/Shiny/524.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:Pokemon/Overworld/Shiny/524.png - -#begin Pokemon/Overworld/Shiny/525.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:Pokemon/Overworld/Shiny/525.png - -#begin Pokemon/Overworld/Shiny/526.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:Pokemon/Overworld/Shiny/526.png - -#begin Pokemon/Overworld/Shiny/561.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:Pokemon/Overworld/Shiny/561.png - -#begin Pokemon/Overworld/Shiny/562.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:Pokemon/Overworld/Shiny/562.png - -#begin Pokemon/Overworld/Shiny/563.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:Pokemon/Overworld/Shiny/563.png - -#begin Pokemon/Overworld/Shiny/564.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:Pokemon/Overworld/Shiny/564.png - -#begin Pokemon/Overworld/Shiny/565.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:Pokemon/Overworld/Shiny/565.png - -#begin Pokemon/Overworld/Shiny/566.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:Pokemon/Overworld/Shiny/566.png - -#begin Pokemon/Overworld/Shiny/567.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:Pokemon/Overworld/Shiny/567.png - -#begin Pokemon/Overworld/Shiny/605.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:Pokemon/Overworld/Shiny/605.png - -#begin Pokemon/Overworld/Shiny/606.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:Pokemon/Overworld/Shiny/606.png - -#begin Pokemon/Overworld/Shiny/622.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:Pokemon/Overworld/Shiny/622.png - -#begin Pokemon/Overworld/Shiny/623.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:Pokemon/Overworld/Shiny/623.png - -#begin Pokemon/Overworld/Shiny/679.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:Pokemon/Overworld/Shiny/679.PNG - -#begin Pokemon/Overworld/Shiny/680.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:Pokemon/Overworld/Shiny/680.PNG - -#begin Pokemon/Overworld/Shiny/696.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:Pokemon/Overworld/Shiny/696.PNG - -#begin Pokemon/Overworld/Shiny/697.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:Pokemon/Overworld/Shiny/697.PNG - -#begin Pokemon/Overworld/Shiny/698.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:Pokemon/Overworld/Shiny/698.PNG - -#begin Pokemon/Overworld/Shiny/699.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:Pokemon/Overworld/Shiny/699.png - -#begin Pokemon/Overworld/Shiny/703.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:Pokemon/Overworld/Shiny/703.PNG - -#begin Pokemon/Overworld/Shiny/707.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:Pokemon/Overworld/Shiny/707.png - -#begin Pokemon/Sprites/amaura.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:Pokemon/Sprites/amaura.png - -#begin Pokemon/Sprites/Anorith.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:Pokemon/Sprites/Anorith.png - -#begin Pokemon/Sprites/Archen.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:Pokemon/Sprites/Archen.png - -#begin Pokemon/Sprites/Archeops.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:Pokemon/Sprites/Archeops.png - -#begin Pokemon/Sprites/Armaldo.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:Pokemon/Sprites/Armaldo.png - -#begin Pokemon/Sprites/Aurorus.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:Pokemon/Sprites/Aurorus.png - -#begin Pokemon/Sprites/Baltoy.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:Pokemon/Sprites/Baltoy.png - -#begin Pokemon/Sprites/Bastiodon.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:Pokemon/Sprites/Bastiodon.png - -#begin Pokemon/Sprites/Beheeyem.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:Pokemon/Sprites/Beheeyem.png - -#begin Pokemon/Sprites/Boldore.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:Pokemon/Sprites/Boldore.png - -#begin Pokemon/Sprites/carbink.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:Pokemon/Sprites/carbink.png - -#begin Pokemon/Sprites/Carracosta.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:Pokemon/Sprites/Carracosta.png - -#begin Pokemon/Sprites/Claydol.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:Pokemon/Sprites/Claydol.png - -#begin Pokemon/Sprites/Cofagrigus.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:Pokemon/Sprites/Cofagrigus.png - -#begin Pokemon/Sprites/Cradily.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:Pokemon/Sprites/Cradily.png - -#begin Pokemon/Sprites/Cranidos.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:Pokemon/Sprites/Cranidos.png - -#begin Pokemon/Sprites/doublade.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:Pokemon/Sprites/doublade.png - -#begin Pokemon/Sprites/Elgyem.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:Pokemon/Sprites/Elgyem.png - -#begin Pokemon/Sprites/Gigalith.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:Pokemon/Sprites/Gigalith.png - -#begin Pokemon/Sprites/Golett.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:Pokemon/Sprites/Golett.png - -#begin Pokemon/Sprites/Golurk.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:Pokemon/Sprites/Golurk.png - -#begin Pokemon/Sprites/honedge.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:Pokemon/Sprites/honedge.png - -#begin Pokemon/Sprites/Jirachi.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:Pokemon/Sprites/Jirachi.png - -#begin Pokemon/Sprites/klefki.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:Pokemon/Sprites/klefki.png - -#begin Pokemon/Sprites/Lileep.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:Pokemon/Sprites/Lileep.png - -#begin Pokemon/Sprites/Lunatone.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:Pokemon/Sprites/Lunatone.png - -#begin Pokemon/Sprites/Nosepass.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:Pokemon/Sprites/Nosepass.png - -#begin Pokemon/Sprites/Rampardos.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:Pokemon/Sprites/Rampardos.png - -#begin Pokemon/Sprites/Roggenrola.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:Pokemon/Sprites/Roggenrola.png - -#begin Pokemon/Sprites/Sableye.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:Pokemon/Sprites/Sableye.png - -#begin Pokemon/Sprites/Shieldon.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:Pokemon/Sprites/Shieldon.png - -#begin Pokemon/Sprites/Sigilyph.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:Pokemon/Sprites/Sigilyph.png - -#begin Pokemon/Sprites/Solrock.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:Pokemon/Sprites/Solrock.png - -#begin Pokemon/Sprites/Tirtouga.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:Pokemon/Sprites/Tirtouga.png - -#begin Pokemon/Sprites/tyrantrum.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:Pokemon/Sprites/tyrantrum.png - -#begin Pokemon/Sprites/tyrunt.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:Pokemon/Sprites/tyrunt.png - -#begin Pokemon/Sprites/Yamask.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:Pokemon/Sprites/Yamask.png - -#begin Textures/NPC/queen.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:Textures/NPC/queen.png - -#begin Textures/NPC/robot1.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:Textures/NPC/robot1.png - -#begin Textures/NPC/robot2.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:Textures/NPC/robot2.png - -#begin Textures/NPC/robot3.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:Textures/NPC/robot3.png - -#begin Textures/chess.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:Textures/chess.png - -#begin Textures/dungeon.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:Textures/dungeon.png - -#begin Textures/Rotomroom.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:Textures/Rotomroom.png - -#begin Textures/cyclingroad.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:Textures/cyclingroad.png - -#begin Textures/kantogates.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:Textures/kantogates.png - -#begin Textures/NPC/rock.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:Textures/NPC/rock.png - -#begin Textures/NPC/Janine.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:Textures/NPC/Janine.png - -#begin Textures/Emblem/soul.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:Textures/Emblem/soul.png - -#begin Sounds/Cries/299.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/299.mp3 - -#begin Sounds/Cries/302.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/302.mp3 - -#begin Sounds/Cries/337.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/337.mp3 - -#begin Sounds/Cries/338.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/338.mp3 - -#begin Sounds/Cries/343.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/343.mp3 - -#begin Sounds/Cries/344.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/344.mp3 - -#begin Sounds/Cries/345.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/345.mp3 - -#begin Sounds/Cries/346.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/346.mp3 - -#begin Sounds/Cries/347.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/347.mp3 - -#begin Sounds/Cries/348.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/348.mp3 - -#begin Sounds/Cries/385.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/385.mp3 - -#begin Sounds/Cries/409.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/409.mp3 - -#begin Sounds/Cries/410.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/410.mp3 - -#begin Sounds/Cries/411.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/411.mp3 - -#begin Sounds/Cries/412.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/412.mp3 - -#begin Sounds/Cries/524.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/524.mp3 - -#begin Sounds/Cries/525.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/525.mp3 - -#begin Sounds/Cries/526.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/526.mp3 - -#begin Sounds/Cries/561.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/561.mp3 - -#begin Sounds/Cries/562.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/562.mp3 - -#begin Sounds/Cries/563.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/563.mp3 - -#begin Sounds/Cries/564.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/564.mp3 - -#begin Sounds/Cries/565.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/565.mp3 - -#begin Sounds/Cries/566.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/566.mp3 - -#begin Sounds/Cries/567.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/567.mp3 - -#begin Sounds/Cries/605.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/605.mp3 - -#begin Sounds/Cries/606.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/606.mp3 - -#begin Sounds/Cries/623.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/623.mp3 - -#begin Sounds/Cries/624.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/624.mp3 - -#begin Sounds/Cries/679.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/679.mp3 - -#begin Sounds/Cries/680.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/680.mp3 - -#begin Sounds/Cries/681.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/681.mp3 - -#begin Sounds/Cries/696.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/696.mp3 - -#begin Sounds/Cries/697.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/697.mp3 - -#begin Sounds/Cries/698.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/698.mp3 - -#begin Sounds/Cries/699.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/699.mp3 - -#begin Sounds/Cries/703.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/703.mp3 - -#begin Sounds/Cries/707.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/707.mp3 - -#begin Textures/NPC/86.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:Textures/NPC/86.png - -#begin Textures/NPC/87.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:Textures/NPC/87.png - -#begin Textures/NPC/88.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:Textures/NPC/88.png - -#begin Textures/NPC/89.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:Textures/NPC/89.png - -#begin Textures/NPC/90.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:Textures/NPC/90.png - -#begin Textures/NPC/91.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:Textures/NPC/91.png - -#begin Items/MegaStones.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:Items/MegaStones.png - -#begin Textures/viridianForest.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:Textures/viridianForest.png - -#begin Pokemon/Overworld/Normal/283.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:Pokemon/Overworld/Normal/283.png - -#begin Pokemon/Overworld/Normal/284.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:Pokemon/Overworld/Normal/284.png - -#begin Pokemon/Overworld/Normal/290.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:Pokemon/Overworld/Normal/290.png - -#begin Pokemon/Overworld/Normal/291.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:Pokemon/Overworld/Normal/291.png - -#begin Pokemon/Overworld/Normal/292.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:Pokemon/Overworld/Normal/292.png - -#begin Pokemon/Overworld/Normal/293.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:Pokemon/Overworld/Normal/293.png - -#begin Pokemon/Overworld/Normal/294.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:Pokemon/Overworld/Normal/294.png - -#begin Pokemon/Overworld/Normal/295.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:Pokemon/Overworld/Normal/295.png - -#begin Pokemon/Overworld/Normal/300.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:Pokemon/Overworld/Normal/300.png - -#begin Pokemon/Overworld/Normal/301.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:Pokemon/Overworld/Normal/301.png - -#begin Pokemon/Overworld/Normal/303.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:Pokemon/Overworld/Normal/303.png - -#begin Pokemon/Overworld/Normal/309.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:Pokemon/Overworld/Normal/309.png - -#begin Pokemon/Overworld/Normal/310.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:Pokemon/Overworld/Normal/310.png - -#begin Pokemon/Overworld/Normal/311.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:Pokemon/Overworld/Normal/311.png - -#begin Pokemon/Overworld/Normal/312.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:Pokemon/Overworld/Normal/312.png - -#begin Pokemon/Overworld/Normal/313.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:Pokemon/Overworld/Normal/313.png - -#begin Pokemon/Overworld/Normal/314.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:Pokemon/Overworld/Normal/314.png - -#begin Pokemon/Overworld/Normal/316.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:Pokemon/Overworld/Normal/316.png - -#begin Pokemon/Overworld/Normal/317.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:Pokemon/Overworld/Normal/317.png - -#begin Pokemon/Overworld/Normal/318.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:Pokemon/Overworld/Normal/318.png - -#begin Pokemon/Overworld/Normal/319.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:Pokemon/Overworld/Normal/319.png - -#begin Pokemon/Overworld/Normal/320.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:Pokemon/Overworld/Normal/320.png - -#begin Pokemon/Overworld/Normal/321.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:Pokemon/Overworld/Normal/321.png - -#begin Pokemon/Overworld/Normal/325.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:Pokemon/Overworld/Normal/325.png - -#begin Pokemon/Overworld/Normal/326.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:Pokemon/Overworld/Normal/326.png - -#begin Pokemon/Overworld/Normal/339.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:Pokemon/Overworld/Normal/339.png - -#begin Pokemon/Overworld/Normal/340.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:Pokemon/Overworld/Normal/340.png - -#begin Pokemon/Overworld/Normal/351.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:Pokemon/Overworld/Normal/351.png - -#begin Pokemon/Overworld/Normal/352.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:Pokemon/Overworld/Normal/352.png - -#begin Pokemon/Overworld/Normal/353.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:Pokemon/Overworld/Normal/353.png - -#begin Pokemon/Overworld/Normal/354.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:Pokemon/Overworld/Normal/354.png - -#begin Pokemon/Overworld/Normal/355.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:Pokemon/Overworld/Normal/355.png - -#begin Pokemon/Overworld/Normal/356.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:Pokemon/Overworld/Normal/356.png - -#begin Pokemon/Overworld/Normal/358.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:Pokemon/Overworld/Normal/358.png - -#begin Pokemon/Overworld/Normal/359.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:Pokemon/Overworld/Normal/359.png - -#begin Pokemon/Overworld/Normal/370.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:Pokemon/Overworld/Normal/370.png - -#begin Pokemon/Overworld/Normal/377.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:Pokemon/Overworld/Normal/377.png - -#begin Pokemon/Overworld/Normal/378.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:Pokemon/Overworld/Normal/378.png - -#begin Pokemon/Overworld/Normal/379.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:Pokemon/Overworld/Normal/379.png - -#begin Pokemon/Overworld/Normal/380.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:Pokemon/Overworld/Normal/380.png - -#begin Pokemon/Overworld/Normal/381.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:Pokemon/Overworld/Normal/381.png - -#begin Pokemon/Overworld/Normal/386.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:Pokemon/Overworld/Normal/386.png - -#begin Pokemon/Overworld/Normal/386_attack.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:Pokemon/Overworld/Normal/386_attack.png - -#begin Pokemon/Overworld/Normal/386_defense.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:Pokemon/Overworld/Normal/386_defense.png - -#begin Pokemon/Overworld/Normal/386_speed.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:Pokemon/Overworld/Normal/386_speed.png - -#begin Pokemon/Overworld/Shiny/283.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:Pokemon/Overworld/Shiny/283.png - -#begin Pokemon/Overworld/Shiny/284.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:Pokemon/Overworld/Shiny/284.png - -#begin Pokemon/Overworld/Shiny/290.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:Pokemon/Overworld/Shiny/290.png - -#begin Pokemon/Overworld/Shiny/291.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:Pokemon/Overworld/Shiny/291.png - -#begin Pokemon/Overworld/Shiny/292.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:Pokemon/Overworld/Shiny/292.png - -#begin Pokemon/Overworld/Shiny/293.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:Pokemon/Overworld/Shiny/293.png - -#begin Pokemon/Overworld/Shiny/294.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:Pokemon/Overworld/Shiny/294.png - -#begin Pokemon/Overworld/Shiny/295.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:Pokemon/Overworld/Shiny/295.png - -#begin Pokemon/Overworld/Shiny/300.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:Pokemon/Overworld/Shiny/300.png - -#begin Pokemon/Overworld/Shiny/301.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:Pokemon/Overworld/Shiny/301.png - -#begin Pokemon/Overworld/Shiny/303.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:Pokemon/Overworld/Shiny/303.png - -#begin Pokemon/Overworld/Shiny/309.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:Pokemon/Overworld/Shiny/309.png - -#begin Pokemon/Overworld/Shiny/310.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:Pokemon/Overworld/Shiny/310.png - -#begin Pokemon/Overworld/Shiny/311.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:Pokemon/Overworld/Shiny/311.png - -#begin Pokemon/Overworld/Shiny/312.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:Pokemon/Overworld/Shiny/312.png - -#begin Pokemon/Overworld/Shiny/313.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:Pokemon/Overworld/Shiny/313.png - -#begin Pokemon/Overworld/Shiny/314.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:Pokemon/Overworld/Shiny/314.png - -#begin Pokemon/Overworld/Shiny/316.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:Pokemon/Overworld/Shiny/316.png - -#begin Pokemon/Overworld/Shiny/317.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:Pokemon/Overworld/Shiny/317.png - -#begin Pokemon/Overworld/Shiny/318.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:Pokemon/Overworld/Shiny/318.png - -#begin Pokemon/Overworld/Shiny/319.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:Pokemon/Overworld/Shiny/319.png - -#begin Pokemon/Overworld/Shiny/320.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:Pokemon/Overworld/Shiny/320.png - -#begin Pokemon/Overworld/Shiny/321.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:Pokemon/Overworld/Shiny/321.png - -#begin Pokemon/Overworld/Shiny/325.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:Pokemon/Overworld/Shiny/325.png - -#begin Pokemon/Overworld/Shiny/326.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:Pokemon/Overworld/Shiny/326.png - -#begin Pokemon/Overworld/Shiny/339.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:Pokemon/Overworld/Shiny/339.png - -#begin Pokemon/Overworld/Shiny/340.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:Pokemon/Overworld/Shiny/340.png - -#begin Pokemon/Overworld/Shiny/351.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:Pokemon/Overworld/Shiny/351.png - -#begin Pokemon/Overworld/Shiny/352.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:Pokemon/Overworld/Shiny/352.png - -#begin Pokemon/Overworld/Shiny/353.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:Pokemon/Overworld/Shiny/353.png - -#begin Pokemon/Overworld/Shiny/354.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:Pokemon/Overworld/Shiny/354.png - -#begin Pokemon/Overworld/Shiny/355.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:Pokemon/Overworld/Shiny/355.png - -#begin Pokemon/Overworld/Shiny/356.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:Pokemon/Overworld/Shiny/356.png - -#begin Pokemon/Overworld/Shiny/358.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:Pokemon/Overworld/Shiny/358.png - -#begin Pokemon/Overworld/Shiny/359.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:Pokemon/Overworld/Shiny/359.png - -#begin Pokemon/Overworld/Shiny/370.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:Pokemon/Overworld/Shiny/370.png - -#begin Pokemon/Overworld/Shiny/377.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:Pokemon/Overworld/Shiny/377.png - -#begin Pokemon/Overworld/Shiny/378.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:Pokemon/Overworld/Shiny/378.png - -#begin Pokemon/Overworld/Shiny/379.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:Pokemon/Overworld/Shiny/379.png - -#begin Pokemon/Overworld/Shiny/380.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:Pokemon/Overworld/Shiny/380.png - -#begin Pokemon/Overworld/Shiny/381.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:Pokemon/Overworld/Shiny/381.png - -#begin Pokemon/Overworld/Shiny/386.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:Pokemon/Overworld/Shiny/386.png - -#begin Pokemon/Overworld/Shiny/386_attack.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:Pokemon/Overworld/Shiny/386_attack.png - -#begin Pokemon/Overworld/Shiny/386_defense.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:Pokemon/Overworld/Shiny/386_defense.png - -#begin Pokemon/Overworld/Shiny/386_speed.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:Pokemon/Overworld/Shiny/386_speed.png - -#begin Sounds/Cries/284.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/284.mp3 - -#begin Sounds/Cries/290.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/290.mp3 - -#begin Sounds/Cries/291.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/291.mp3 - -#begin Sounds/Cries/292.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/292.mp3 - -#begin Sounds/Cries/293.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/293.mp3 - -#begin Sounds/Cries/294.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/294.mp3 - -#begin Sounds/Cries/295.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/295.mp3 - -#begin Sounds/Cries/300.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/300.mp3 - -#begin Sounds/Cries/301.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/301.mp3 - -#begin Sounds/Cries/303.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/303.mp3 - -#begin Sounds/Cries/309.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/309.mp3 - -#begin Sounds/Cries/310.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/310.mp3 - -#begin Sounds/Cries/311.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/311.mp3 - -#begin Sounds/Cries/312.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/312.mp3 - -#begin Sounds/Cries/313.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/313.mp3 - -#begin Sounds/Cries/314.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/314.mp3 - -#begin Sounds/Cries/316.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/316.mp3 - -#begin Sounds/Cries/317.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/317.mp3 - -#begin Sounds/Cries/318.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/318.mp3 - -#begin Sounds/Cries/319.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/319.mp3 - -#begin Sounds/Cries/320.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/320.mp3 - -#begin Sounds/Cries/321.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/321.mp3 - -#begin Sounds/Cries/325.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/325.mp3 - -#begin Sounds/Cries/326.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/326.mp3 - -#begin Sounds/Cries/339.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/339.mp3 - -#begin Sounds/Cries/340.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/340.mp3 - -#begin Sounds/Cries/351.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/351.mp3 - -#begin Sounds/Cries/352.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/352.mp3 - -#begin Sounds/Cries/353.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/353.mp3 - -#begin Sounds/Cries/354.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/354.mp3 - -#begin Sounds/Cries/355.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/355.mp3 - -#begin Sounds/Cries/356.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/356.mp3 - -#begin Sounds/Cries/358.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/358.mp3 - -#begin Sounds/Cries/359.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/359.mp3 - -#begin Sounds/Cries/370.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/370.mp3 - -#begin Sounds/Cries/377.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/377.mp3 - -#begin Sounds/Cries/378.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/378.mp3 - -#begin Sounds/Cries/379.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/379.mp3 - -#begin Sounds/Cries/380.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/380.mp3 - -#begin Sounds/Cries/381.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/381.mp3 - -#begin Sounds/Cries/386.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/386.mp3 - -#begin Pokemon/Sprites/Absol.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:Pokemon/Sprites/Absol.png - -#begin Pokemon/Sprites/Banette.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:Pokemon/Sprites/Banette.png - -#begin Pokemon/Sprites/Barboach.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:Pokemon/Sprites/Barboach.png - -#begin Pokemon/Sprites/Castform.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:Pokemon/Sprites/Castform.png - -#begin Pokemon/Sprites/Chimecho.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:Pokemon/Sprites/Chimecho.png - -#begin Pokemon/Sprites/Chingling.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:Pokemon/Sprites/Chingling.png - -#begin Pokemon/Sprites/Carvanha.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:Pokemon/Sprites/Carvanha.png - -#begin Pokemon/Sprites/Delcatty.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:Pokemon/Sprites/Delcatty.png - -#begin Pokemon/Sprites/Deoxys.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:Pokemon/Sprites/Deoxys.png - -#begin Pokemon/Sprites/Deoxys_attack.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:Pokemon/Sprites/Deoxys_attack.png - -#begin Pokemon/Sprites/Deoxys_defense.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:Pokemon/Sprites/Deoxys_defense.png - -#begin Pokemon/Sprites/Deoxys_speed.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:Pokemon/Sprites/Deoxys_speed.png - -#begin Pokemon/Sprites/Dusclops.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:Pokemon/Sprites/Dusclops.png - -#begin Pokemon/Sprites/Duskull.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:Pokemon/Sprites/Duskull.png - -#begin Pokemon/Sprites/Electrike.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:Pokemon/Sprites/Electrike.png - -#begin Pokemon/Sprites/Exploud.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:Pokemon/Sprites/Exploud.png - -#begin Pokemon/Sprites/Grumpig.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:Pokemon/Sprites/Grumpig.png - -#begin Pokemon/Sprites/Gulpin.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:Pokemon/Sprites/Gulpin.png - -#begin Pokemon/Sprites/Illumise.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:Pokemon/Sprites/Illumise.png - -#begin Pokemon/Sprites/Kecleon.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:Pokemon/Sprites/Kecleon.png - -#begin Pokemon/Sprites/Latias.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:Pokemon/Sprites/Latias.png - -#begin Pokemon/Sprites/Latios.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:Pokemon/Sprites/Latios.png - -#begin Pokemon/Sprites/Loudred.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:Pokemon/Sprites/Loudred.png - -#begin Pokemon/Sprites/Luvdisc.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:Pokemon/Sprites/Luvdisc.png - -#begin Pokemon/Sprites/Manectric.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:Pokemon/Sprites/Manectric.png - -#begin Pokemon/Sprites/Masquerain.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:Pokemon/Sprites/Masquerain.png - -#begin Pokemon/Sprites/Mawile.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:Pokemon/Sprites/Mawile.png - -#begin Pokemon/Sprites/Minun.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:Pokemon/Sprites/Minun.png - -#begin Pokemon/Sprites/Nincada.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:Pokemon/Sprites/Nincada.png - -#begin Pokemon/Sprites/Ninjask.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:Pokemon/Sprites/Ninjask.png - -#begin Pokemon/Sprites/Plusle.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:Pokemon/Sprites/Plusle.png - -#begin Pokemon/Sprites/Regice.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:Pokemon/Sprites/Regice.png - -#begin Pokemon/Sprites/Regirock.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:Pokemon/Sprites/Regirock.png - -#begin Pokemon/Sprites/Registeel.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:Pokemon/Sprites/Registeel.png - -#begin Pokemon/Sprites/Sharpedo.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:Pokemon/Sprites/Sharpedo.png - -#begin Pokemon/Sprites/Shedinja.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:Pokemon/Sprites/Shedinja.png - -#begin Pokemon/Sprites/Shuppet.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:Pokemon/Sprites/Shuppet.png - -#begin Pokemon/Sprites/Skitty.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:Pokemon/Sprites/Skitty.png - -#begin Pokemon/Sprites/Spoink.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:Pokemon/Sprites/Spoink.png - -#begin Pokemon/Sprites/Surskit.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:Pokemon/Sprites/Surskit.png - -#begin Pokemon/Sprites/Swalot.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:Pokemon/Sprites/Swalot.png - -#begin Pokemon/Sprites/Volbeat.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:Pokemon/Sprites/Volbeat.png - -#begin Pokemon/Sprites/Wailmer.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:Pokemon/Sprites/Wailmer.png - -#begin Pokemon/Sprites/Wailord.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:Pokemon/Sprites/Wailord.png - -#begin Pokemon/Sprites/Whiscash.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:Pokemon/Sprites/Whiscash.png - -#begin Pokemon/Sprites/Whismur.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:Pokemon/Sprites/Whismur.png - -#begin Textures/berryForest.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:Textures/berryForest.png - -#begin Sounds/Cries/283.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/283.mp3 - -#begin Sounds/Cries/401.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/401.mp3 - -#begin Sounds/Cries/402.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/402.mp3 - -#begin Sounds/Cries/408.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/408.mp3 - -#begin Sounds/Cries/413.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/413.mp3 - -#begin Sounds/Cries/414.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/414.mp3 - -#begin Sounds/Cries/417.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/417.mp3 - -#begin Sounds/Cries/425.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/425.mp3 - -#begin Sounds/Cries/426.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/426.mp3 - -#begin Sounds/Cries/431.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/431.mp3 - -#begin Sounds/Cries/432.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/432.mp3 - -#begin Sounds/Cries/433.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/433.mp3 - -#begin Sounds/Cries/434.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/434.mp3 - -#begin Sounds/Cries/435.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/435.mp3 - -#begin Sounds/Cries/441.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/441.mp3 - -#begin Sounds/Cries/455.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/455.mp3 - -#begin Sounds/Cries/480.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/480.mp3 - -#begin Sounds/Cries/481.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/481.mp3 - -#begin Sounds/Cries/482.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/482.mp3 - -#begin Sounds/Cries/483.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/483.mp3 - -#begin Sounds/Cries/484.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/484.mp3 - -#begin Sounds/Cries/485.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/485.mp3 - -#begin Sounds/Cries/486.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/486.mp3 - -#begin Sounds/Cries/487.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/487.mp3 - -#begin Sounds/Cries/488.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/488.mp3 - -#begin Sounds/Cries/489.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/489.mp3 - -#begin Sounds/Cries/490.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/490.mp3 - -#begin Sounds/Cries/491.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/491.mp3 - -#begin Sounds/Cries/492.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/492.mp3 - -#begin Sounds/Cries/492_sky.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/492_sky.mp3 - -#begin Sounds/Cries/493.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/493.mp3 - -#begin Pokemon/Overworld/Normal/401.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:Pokemon/Overworld/Normal/401.png - -#begin Pokemon/Overworld/Normal/402.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:Pokemon/Overworld/Normal/402.png - -#begin Pokemon/Overworld/Normal/412.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:Pokemon/Overworld/Normal/412.png - -#begin Pokemon/Overworld/Normal/412_sandy.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:Pokemon/Overworld/Normal/412_sandy.png - -#begin Pokemon/Overworld/Normal/412_trash.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:Pokemon/Overworld/Normal/412_trash.png - -#begin Pokemon/Overworld/Normal/413.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:Pokemon/Overworld/Normal/413.png - -#begin Pokemon/Overworld/Normal/413_sandy.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:Pokemon/Overworld/Normal/413_sandy.png - -#begin Pokemon/Overworld/Normal/413_trash.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:Pokemon/Overworld/Normal/413_trash.png - -#begin Pokemon/Overworld/Normal/414.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:Pokemon/Overworld/Normal/414.png - -#begin Pokemon/Overworld/Normal/417.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:Pokemon/Overworld/Normal/417.png - -#begin Pokemon/Overworld/Normal/425.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:Pokemon/Overworld/Normal/425.png - -#begin Pokemon/Overworld/Normal/426.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:Pokemon/Overworld/Normal/426.png - -#begin Pokemon/Overworld/Normal/431.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:Pokemon/Overworld/Normal/431.png - -#begin Pokemon/Overworld/Normal/432.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:Pokemon/Overworld/Normal/432.png - -#begin Pokemon/Overworld/Normal/433.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:Pokemon/Overworld/Normal/433.png - -#begin Pokemon/Overworld/Normal/434.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:Pokemon/Overworld/Normal/434.png - -#begin Pokemon/Overworld/Normal/435.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:Pokemon/Overworld/Normal/435.png - -#begin Pokemon/Overworld/Normal/441.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:Pokemon/Overworld/Normal/441.png - -#begin Pokemon/Overworld/Normal/455.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:Pokemon/Overworld/Normal/455.png - -#begin Pokemon/Overworld/Normal/480.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:Pokemon/Overworld/Normal/480.png - -#begin Pokemon/Overworld/Normal/481.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:Pokemon/Overworld/Normal/481.png - -#begin Pokemon/Overworld/Normal/482.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:Pokemon/Overworld/Normal/482.png - -#begin Pokemon/Overworld/Normal/483.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:Pokemon/Overworld/Normal/483.png - -#begin Pokemon/Overworld/Normal/484.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:Pokemon/Overworld/Normal/484.png - -#begin Pokemon/Overworld/Normal/485.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:Pokemon/Overworld/Normal/485.png - -#begin Pokemon/Overworld/Normal/486.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:Pokemon/Overworld/Normal/486.png - -#begin Pokemon/Overworld/Normal/487.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:Pokemon/Overworld/Normal/487.png - -#begin Pokemon/Overworld/Normal/487_origin.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:Pokemon/Overworld/Normal/487_origin.png - -#begin Pokemon/Overworld/Normal/488.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:Pokemon/Overworld/Normal/488.png - -#begin Pokemon/Overworld/Normal/489.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:Pokemon/Overworld/Normal/489.png - -#begin Pokemon/Overworld/Normal/490.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:Pokemon/Overworld/Normal/490.png - -#begin Pokemon/Overworld/Normal/491.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:Pokemon/Overworld/Normal/491.png - -#begin Pokemon/Overworld/Normal/492.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:Pokemon/Overworld/Normal/492.png - -#begin Pokemon/Overworld/Normal/492_sky.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:Pokemon/Overworld/Normal/492_sky.png - -#begin Pokemon/Overworld/Normal/493.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:Pokemon/Overworld/Normal/493.png - -#begin Pokemon/Overworld/Normal/493_bug.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:Pokemon/Overworld/Normal/493_bug.png - -#begin Pokemon/Overworld/Normal/493_dark.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:Pokemon/Overworld/Normal/493_dark.png - -#begin Pokemon/Overworld/Normal/493_dragon.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:Pokemon/Overworld/Normal/493_dragon.png - -#begin Pokemon/Overworld/Normal/493_electric.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:Pokemon/Overworld/Normal/493_electric.png - -#begin Pokemon/Overworld/Normal/493_fighting.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:Pokemon/Overworld/Normal/493_fighting.png - -#begin Pokemon/Overworld/Normal/493_fire.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:Pokemon/Overworld/Normal/493_fire.png - -#begin Pokemon/Overworld/Normal/493_flying.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:Pokemon/Overworld/Normal/493_flying.png - -#begin Pokemon/Overworld/Normal/493_ghost.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:Pokemon/Overworld/Normal/493_ghost.png - -#begin Pokemon/Overworld/Normal/493_grass.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:Pokemon/Overworld/Normal/493_grass.png - -#begin Pokemon/Overworld/Normal/493_ground.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:Pokemon/Overworld/Normal/493_ground.png - -#begin Pokemon/Overworld/Normal/493_ice.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:Pokemon/Overworld/Normal/493_ice.png - -#begin Pokemon/Overworld/Normal/493_normal.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:Pokemon/Overworld/Normal/493_normal.png - -#begin Pokemon/Overworld/Normal/493_poison.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:Pokemon/Overworld/Normal/493_poison.png - -#begin Pokemon/Overworld/Normal/493_psychic.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:Pokemon/Overworld/Normal/493_psychic.png - -#begin Pokemon/Overworld/Normal/493_rock.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:Pokemon/Overworld/Normal/493_rock.png - -#begin Pokemon/Overworld/Normal/493_steel.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:Pokemon/Overworld/Normal/493_steel.png - -#begin Pokemon/Overworld/Normal/493_unknown.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:Pokemon/Overworld/Normal/493_unknown.png - -#begin Pokemon/Overworld/Normal/493_water.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:Pokemon/Overworld/Normal/493_water.png - -#begin Pokemon/Overworld/Normal/493_fairy.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:Pokemon/Overworld/Normal/493_fairy.png - -#begin Pokemon/Overworld/Shiny/401.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:Pokemon/Overworld/Shiny/401.png - -#begin Pokemon/Overworld/Shiny/402.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:Pokemon/Overworld/Shiny/402.png - -#begin Pokemon/Overworld/Shiny/412.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:Pokemon/Overworld/Shiny/412.png - -#begin Pokemon/Overworld/Shiny/412_sandy.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:Pokemon/Overworld/Shiny/412_sandy.png - -#begin Pokemon/Overworld/Shiny/412_trash.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:Pokemon/Overworld/Shiny/412_trash.png - -#begin Pokemon/Overworld/Shiny/413.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:Pokemon/Overworld/Shiny/413.png - -#begin Pokemon/Overworld/Shiny/413_sandy.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:Pokemon/Overworld/Shiny/413_sandy.png - -#begin Pokemon/Overworld/Shiny/413_trash.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:Pokemon/Overworld/Shiny/413_trash.png - -#begin Pokemon/Overworld/Shiny/414.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:Pokemon/Overworld/Shiny/414.png - -#begin Pokemon/Overworld/Shiny/417.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:Pokemon/Overworld/Shiny/417.png - -#begin Pokemon/Overworld/Shiny/425.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:Pokemon/Overworld/Shiny/425.png - -#begin Pokemon/Overworld/Shiny/426.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:Pokemon/Overworld/Shiny/426.png - -#begin Pokemon/Overworld/Shiny/431.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:Pokemon/Overworld/Shiny/431.png - -#begin Pokemon/Overworld/Shiny/432.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:Pokemon/Overworld/Shiny/432.png - -#begin Pokemon/Overworld/Shiny/433.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:Pokemon/Overworld/Shiny/433.png - -#begin Pokemon/Overworld/Shiny/434.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:Pokemon/Overworld/Shiny/434.png - -#begin Pokemon/Overworld/Shiny/435.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:Pokemon/Overworld/Shiny/435.png - -#begin Pokemon/Overworld/Shiny/441.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:Pokemon/Overworld/Shiny/441.png - -#begin Pokemon/Overworld/Shiny/455.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:Pokemon/Overworld/Shiny/455.png - -#begin Pokemon/Overworld/Shiny/480.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:Pokemon/Overworld/Shiny/480.png - -#begin Pokemon/Overworld/Shiny/481.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:Pokemon/Overworld/Shiny/481.png - -#begin Pokemon/Overworld/Shiny/482.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:Pokemon/Overworld/Shiny/482.png - -#begin Pokemon/Overworld/Shiny/485.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:Pokemon/Overworld/Shiny/485.png - -#begin Pokemon/Overworld/Shiny/486.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:Pokemon/Overworld/Shiny/486.png - -#begin Pokemon/Overworld/Shiny/487.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:Pokemon/Overworld/Shiny/487.png - -#begin Pokemon/Overworld/Shiny/487_origin.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:Pokemon/Overworld/Shiny/487_origin.png - -#begin Pokemon/Overworld/Shiny/488.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:Pokemon/Overworld/Shiny/488.png - -#begin Pokemon/Overworld/Shiny/489.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:Pokemon/Overworld/Shiny/489.png - -#begin Pokemon/Overworld/Shiny/490.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:Pokemon/Overworld/Shiny/490.png - -#begin Pokemon/Overworld/Shiny/491.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:Pokemon/Overworld/Shiny/491.png - -#begin Pokemon/Overworld/Shiny/492.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:Pokemon/Overworld/Shiny/492.png - -#begin Pokemon/Overworld/Shiny/492_sky.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:Pokemon/Overworld/Shiny/492_sky.png - -#begin Pokemon/Overworld/Shiny/493.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:Pokemon/Overworld/Shiny/493.png - -#begin Pokemon/Overworld/Shiny/493_bug.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:Pokemon/Overworld/Shiny/493_bug.png - -#begin Pokemon/Overworld/Shiny/493_dark.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:Pokemon/Overworld/Shiny/493_dark.png - -#begin Pokemon/Overworld/Shiny/493_dragon.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:Pokemon/Overworld/Shiny/493_dragon.png - -#begin Pokemon/Overworld/Shiny/493_electric.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:Pokemon/Overworld/Shiny/493_electric.png - -#begin Pokemon/Overworld/Shiny/493_fairy.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:Pokemon/Overworld/Shiny/493_fairy.png - -#begin Pokemon/Overworld/Shiny/493_fighting.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:Pokemon/Overworld/Shiny/493_fighting.png - -#begin Pokemon/Overworld/Shiny/493_fire.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:Pokemon/Overworld/Shiny/493_fire.png - -#begin Pokemon/Overworld/Shiny/493_flying.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:Pokemon/Overworld/Shiny/493_flying.png - -#begin Pokemon/Overworld/Shiny/493_ghost.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:Pokemon/Overworld/Shiny/493_ghost.png - -#begin Pokemon/Overworld/Shiny/493_grass.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:Pokemon/Overworld/Shiny/493_grass.png - -#begin Pokemon/Overworld/Shiny/493_ground.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:Pokemon/Overworld/Shiny/493_ground.png - -#begin Pokemon/Overworld/Shiny/493_ice.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:Pokemon/Overworld/Shiny/493_ice.png - -#begin Pokemon/Overworld/Shiny/493_normal.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:Pokemon/Overworld/Shiny/493_normal.png - -#begin Pokemon/Overworld/Shiny/493_poison.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:Pokemon/Overworld/Shiny/493_poison.png - -#begin Pokemon/Overworld/Shiny/493_psychic.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:Pokemon/Overworld/Shiny/493_psychic.png - -#begin Pokemon/Overworld/Shiny/493_rock.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:Pokemon/Overworld/Shiny/493_rock.png - -#begin Pokemon/Overworld/Shiny/493_steel.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:Pokemon/Overworld/Shiny/493_steel.png - -#begin Pokemon/Overworld/Shiny/493_unknown.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:Pokemon/Overworld/Shiny/493_unknown.png - -#begin Pokemon/Overworld/Shiny/493_water.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:Pokemon/Overworld/Shiny/493_water.png - -#begin Pokemon/Sprites/Azelf.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:Pokemon/Sprites/Azelf.png - -#begin Pokemon/Sprites/Burmy.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:Pokemon/Sprites/Burmy.png - -#begin Pokemon/Sprites/Burmy_sand.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:Pokemon/Sprites/Burmy_sand.png - -#begin Pokemon/Sprites/Burmy_trash.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:Pokemon/Sprites/Burmy_trash.png - -#begin Pokemon/Sprites/Chatot.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:Pokemon/Sprites/Chatot.png - -#begin Pokemon/Sprites/Cresselia.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:Pokemon/Sprites/Cresselia.png - -#begin Pokemon/Sprites/Darkrai.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:Pokemon/Sprites/Darkrai.png - -#begin Pokemon/Sprites/Dialga.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:Pokemon/Sprites/Dialga.png - -#begin Pokemon/Sprites/Drifblim.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:Pokemon/Sprites/Drifblim.png - -#begin Pokemon/Sprites/Drifloon.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:Pokemon/Sprites/Drifloon.png - -#begin Pokemon/Sprites/Girantina_origin.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:Pokemon/Sprites/Girantina_origin.png - -#begin Pokemon/Sprites/Giratina.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:Pokemon/Sprites/Giratina.png - -#begin Pokemon/Sprites/Glameow.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:Pokemon/Sprites/Glameow.png - -#begin Pokemon/Sprites/Heatran.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:Pokemon/Sprites/Heatran.png - -#begin Pokemon/Sprites/Kricketot.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:Pokemon/Sprites/Kricketot.png - -#begin Pokemon/Sprites/Kricketune.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:Pokemon/Sprites/Kricketune.png - -#begin Pokemon/Sprites/Manaphy.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:Pokemon/Sprites/Manaphy.png - -#begin Pokemon/Sprites/Mesprit.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:Pokemon/Sprites/Mesprit.png - -#begin Pokemon/Sprites/Mothim.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:Pokemon/Sprites/Mothim.png - -#begin Pokemon/Sprites/Pachirisu.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:Pokemon/Sprites/Pachirisu.png - -#begin Pokemon/Sprites/Palkia.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:Pokemon/Sprites/Palkia.png - -#begin Pokemon/Sprites/Phione.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:Pokemon/Sprites/Phione.png - -#begin Pokemon/Sprites/Purugly.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:Pokemon/Sprites/Purugly.png - -#begin Pokemon/Sprites/Regigigas.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:Pokemon/Sprites/Regigigas.png - -#begin Pokemon/Sprites/Shaymin.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:Pokemon/Sprites/Shaymin.png - -#begin Pokemon/Sprites/Shaymin_sky.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:Pokemon/Sprites/Shaymin_sky.png - -#begin Pokemon/Sprites/Skuntank.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:Pokemon/Sprites/Skuntank.png - -#begin Pokemon/Sprites/Stunky.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:Pokemon/Sprites/Stunky.png - -#begin Pokemon/Sprites/Uxie.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:Pokemon/Sprites/Uxie.png - -#begin Pokemon/Sprites/Wormadam.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:Pokemon/Sprites/Wormadam.png - -#begin Pokemon/Sprites/Wormadam_sand.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:Pokemon/Sprites/Wormadam_sand.png - -#begin Pokemon/Sprites/Wormadam_trash.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:Pokemon/Sprites/Wormadam_trash.png - -#begin Pokemon/Overworld/Normal/494.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:Pokemon/Overworld/Normal/494.png - -#begin Pokemon/Overworld/Normal/517.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:Pokemon/Overworld/Normal/517.png - -#begin Pokemon/Overworld/Normal/518.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:Pokemon/Overworld/Normal/518.png - -#begin Pokemon/Overworld/Normal/527.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:Pokemon/Overworld/Normal/527.png - -#begin Pokemon/Overworld/Normal/528.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:Pokemon/Overworld/Normal/528.png - -#begin Pokemon/Overworld/Normal/529.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:Pokemon/Overworld/Normal/529.png - -#begin Pokemon/Overworld/Normal/530.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:Pokemon/Overworld/Normal/530.png - -#begin Pokemon/Overworld/Normal/532.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:Pokemon/Overworld/Normal/532.png - -#begin Pokemon/Overworld/Normal/533.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:Pokemon/Overworld/Normal/533.png - -#begin Pokemon/Overworld/Normal/534.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:Pokemon/Overworld/Normal/534.png - -#begin Pokemon/Overworld/Normal/538.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:Pokemon/Overworld/Normal/538.png - -#begin Pokemon/Overworld/Normal/539.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:Pokemon/Overworld/Normal/539.png - -#begin Pokemon/Overworld/Normal/543.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:Pokemon/Overworld/Normal/543.png - -#begin Pokemon/Overworld/Normal/544.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:Pokemon/Overworld/Normal/544.png - -#begin Pokemon/Overworld/Normal/545.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:Pokemon/Overworld/Normal/545.png - -#begin Pokemon/Overworld/Normal/548.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:Pokemon/Overworld/Normal/548.png - -#begin Pokemon/Overworld/Normal/549.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:Pokemon/Overworld/Normal/549.png - -#begin Pokemon/Overworld/Normal/550.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:Pokemon/Overworld/Normal/550.png - -#begin Pokemon/Overworld/Normal/554.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:Pokemon/Overworld/Normal/554.png - -#begin Pokemon/Overworld/Normal/555.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:Pokemon/Overworld/Normal/555.png - -#begin Pokemon/Overworld/Normal/559.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:Pokemon/Overworld/Normal/559.png - -#begin Pokemon/Overworld/Normal/560.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:Pokemon/Overworld/Normal/560.png - -#begin Pokemon/Overworld/Normal/568.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:Pokemon/Overworld/Normal/568.png - -#begin Pokemon/Overworld/Normal/569.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:Pokemon/Overworld/Normal/569.png - -#begin Pokemon/Overworld/Normal/572.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:Pokemon/Overworld/Normal/572.png - -#begin Pokemon/Overworld/Normal/573.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:Pokemon/Overworld/Normal/573.png - -#begin Pokemon/Overworld/Normal/574.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:Pokemon/Overworld/Normal/574.png - -#begin Pokemon/Overworld/Normal/575.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:Pokemon/Overworld/Normal/575.png - -#begin Pokemon/Overworld/Normal/576.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:Pokemon/Overworld/Normal/576.png - -#begin Pokemon/Overworld/Normal/577.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:Pokemon/Overworld/Normal/577.png - -#begin Pokemon/Overworld/Normal/578.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:Pokemon/Overworld/Normal/578.png - -#begin Pokemon/Overworld/Normal/579.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:Pokemon/Overworld/Normal/579.png - -#begin Pokemon/Overworld/Normal/587.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:Pokemon/Overworld/Normal/587.png - -#begin Pokemon/Overworld/Normal/588.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:Pokemon/Overworld/Normal/588.png - -#begin Pokemon/Overworld/Normal/589.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:Pokemon/Overworld/Normal/589.png - -#begin Pokemon/Overworld/Normal/594.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:Pokemon/Overworld/Normal/594.png - -#begin Pokemon/Overworld/Normal/615.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:Pokemon/Overworld/Normal/615.png - -#begin Pokemon/Overworld/Normal/616.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:Pokemon/Overworld/Normal/616.png - -#begin Pokemon/Overworld/Normal/617.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:Pokemon/Overworld/Normal/617.png - -#begin Pokemon/Overworld/Normal/618.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:Pokemon/Overworld/Normal/618.png - -#begin Pokemon/Overworld/Normal/619.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:Pokemon/Overworld/Normal/619.png - -#begin Pokemon/Overworld/Normal/620.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:Pokemon/Overworld/Normal/620.png - -#begin Pokemon/Overworld/Normal/624.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:Pokemon/Overworld/Normal/624.png - -#begin Pokemon/Overworld/Normal/625.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:Pokemon/Overworld/Normal/625.png - -#begin Pokemon/Overworld/Normal/632.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:Pokemon/Overworld/Normal/632.png - -#begin Pokemon/Overworld/Normal/638.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:Pokemon/Overworld/Normal/638.png - -#begin Pokemon/Overworld/Normal/639.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:Pokemon/Overworld/Normal/639.png - -#begin Pokemon/Overworld/Normal/640.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:Pokemon/Overworld/Normal/640.png - -#begin Pokemon/Overworld/Normal/641.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:Pokemon/Overworld/Normal/641.png - -#begin Pokemon/Overworld/Normal/642.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:Pokemon/Overworld/Normal/642.png - -#begin Pokemon/Overworld/Normal/645.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:Pokemon/Overworld/Normal/645.png - -#begin Pokemon/Overworld/Normal/647.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:Pokemon/Overworld/Normal/647.png - -#begin Pokemon/Overworld/Normal/648.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:Pokemon/Overworld/Normal/648.png - -#begin Pokemon/Overworld/Normal/649.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:Pokemon/Overworld/Normal/649.png - -#begin Pokemon/Overworld/Shiny/494.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:Pokemon/Overworld/Shiny/494.png - -#begin Pokemon/Overworld/Shiny/517.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:Pokemon/Overworld/Shiny/517.png - -#begin Pokemon/Overworld/Shiny/518.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:Pokemon/Overworld/Shiny/518.png - -#begin Pokemon/Overworld/Shiny/527.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:Pokemon/Overworld/Shiny/527.png - -#begin Pokemon/Overworld/Shiny/528.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:Pokemon/Overworld/Shiny/528.png - -#begin Pokemon/Overworld/Shiny/529.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:Pokemon/Overworld/Shiny/529.png - -#begin Pokemon/Overworld/Shiny/530.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:Pokemon/Overworld/Shiny/530.png - -#begin Pokemon/Overworld/Shiny/532.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:Pokemon/Overworld/Shiny/532.png - -#begin Pokemon/Overworld/Shiny/533.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:Pokemon/Overworld/Shiny/533.png - -#begin Pokemon/Overworld/Shiny/534.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:Pokemon/Overworld/Shiny/534.png - -#begin Pokemon/Overworld/Shiny/538.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:Pokemon/Overworld/Shiny/538.png - -#begin Pokemon/Overworld/Shiny/539.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:Pokemon/Overworld/Shiny/539.png - -#begin Pokemon/Overworld/Shiny/543.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:Pokemon/Overworld/Shiny/543.png - -#begin Pokemon/Overworld/Shiny/544.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:Pokemon/Overworld/Shiny/544.png - -#begin Pokemon/Overworld/Shiny/545.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:Pokemon/Overworld/Shiny/545.png - -#begin Pokemon/Overworld/Shiny/548.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:Pokemon/Overworld/Shiny/548.png - -#begin Pokemon/Overworld/Shiny/549.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:Pokemon/Overworld/Shiny/549.png - -#begin Pokemon/Overworld/Shiny/550.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:Pokemon/Overworld/Shiny/550.png - -#begin Pokemon/Overworld/Shiny/554.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:Pokemon/Overworld/Shiny/554.png - -#begin Pokemon/Overworld/Shiny/555.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:Pokemon/Overworld/Shiny/555.png - -#begin Pokemon/Overworld/Shiny/559.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:Pokemon/Overworld/Shiny/559.png - -#begin Pokemon/Overworld/Shiny/560.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:Pokemon/Overworld/Shiny/560.png - -#begin Pokemon/Overworld/Shiny/568.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:Pokemon/Overworld/Shiny/568.png - -#begin Pokemon/Overworld/Shiny/569.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:Pokemon/Overworld/Shiny/569.png - -#begin Pokemon/Overworld/Shiny/572.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:Pokemon/Overworld/Shiny/572.png - -#begin Pokemon/Overworld/Shiny/573.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:Pokemon/Overworld/Shiny/573.png - -#begin Pokemon/Overworld/Shiny/574.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:Pokemon/Overworld/Shiny/574.png - -#begin Pokemon/Overworld/Shiny/575.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:Pokemon/Overworld/Shiny/575.png - -#begin Pokemon/Overworld/Shiny/576.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:Pokemon/Overworld/Shiny/576.png - -#begin Pokemon/Overworld/Shiny/577.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:Pokemon/Overworld/Shiny/577.png - -#begin Pokemon/Overworld/Shiny/578.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:Pokemon/Overworld/Shiny/578.png - -#begin Pokemon/Overworld/Shiny/579.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:Pokemon/Overworld/Shiny/579.png - -#begin Pokemon/Overworld/Shiny/587.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:Pokemon/Overworld/Shiny/587.png - -#begin Pokemon/Overworld/Shiny/588.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:Pokemon/Overworld/Shiny/588.png - -#begin Pokemon/Overworld/Shiny/589.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:Pokemon/Overworld/Shiny/589.png - -#begin Pokemon/Overworld/Shiny/594.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:Pokemon/Overworld/Shiny/594.png - -#begin Pokemon/Overworld/Shiny/615.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:Pokemon/Overworld/Shiny/615.png - -#begin Pokemon/Overworld/Shiny/616.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:Pokemon/Overworld/Shiny/616.png - -#begin Pokemon/Overworld/Shiny/617.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:Pokemon/Overworld/Shiny/617.png - -#begin Pokemon/Overworld/Shiny/618.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:Pokemon/Overworld/Shiny/618.png - -#begin Pokemon/Overworld/Shiny/619.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:Pokemon/Overworld/Shiny/619.png - -#begin Pokemon/Overworld/Shiny/620.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:Pokemon/Overworld/Shiny/620.png - -#begin Pokemon/Overworld/Shiny/624.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:Pokemon/Overworld/Shiny/624.png - -#begin Pokemon/Overworld/Shiny/625.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:Pokemon/Overworld/Shiny/625.png - -#begin Pokemon/Overworld/Shiny/632.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:Pokemon/Overworld/Shiny/632.png - -#begin Pokemon/Overworld/Shiny/638.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:Pokemon/Overworld/Shiny/638.png - -#begin Pokemon/Overworld/Shiny/639.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:Pokemon/Overworld/Shiny/639.png - -#begin Pokemon/Overworld/Shiny/640.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:Pokemon/Overworld/Shiny/640.png - -#begin Pokemon/Overworld/Shiny/641.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:Pokemon/Overworld/Shiny/641.png - -#begin Pokemon/Overworld/Shiny/642.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:Pokemon/Overworld/Shiny/642.png - -#begin Pokemon/Overworld/Shiny/645.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:Pokemon/Overworld/Shiny/645.png - -#begin Pokemon/Overworld/Shiny/647.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:Pokemon/Overworld/Shiny/647.png - -#begin Pokemon/Overworld/Shiny/648.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:Pokemon/Overworld/Shiny/648.png - -#begin Pokemon/Overworld/Shiny/649.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:Pokemon/Overworld/Shiny/649.png - -#begin Pokemon/Sprites/Accelgor.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:Pokemon/Sprites/Accelgor.png - -#begin Pokemon/Sprites/Alomomola.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:Pokemon/Sprites/Alomomola.png - -#begin Pokemon/Sprites/Basculin.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:Pokemon/Sprites/Basculin.png - -#begin Pokemon/Sprites/Bisharp.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:Pokemon/Sprites/Bisharp.png - -#begin Pokemon/Sprites/Carnivine.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:Pokemon/Sprites/Carnivine.png - -#begin Pokemon/Sprites/Cinccino.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:Pokemon/Sprites/Cinccino.png - -#begin Pokemon/Sprites/Cobalion.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:Pokemon/Sprites/Cobalion.png - -#begin Pokemon/Sprites/Conkeldurr.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:Pokemon/Sprites/Conkeldurr.png - -#begin Pokemon/Sprites/Darmanitan.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:Pokemon/Sprites/Darmanitan.png - -#begin Pokemon/Sprites/Darmanitan_zen.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:Pokemon/Sprites/Darmanitan_zen.png - -#begin Pokemon/Sprites/Darumaka.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:Pokemon/Sprites/Darumaka.png - -#begin Pokemon/Sprites/Drilbur.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:Pokemon/Sprites/Drilbur.png - -#begin Pokemon/Sprites/Duosion.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:Pokemon/Sprites/Duosion.png - -#begin Pokemon/Sprites/Durant.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:Pokemon/Sprites/Durant.png - -#begin Pokemon/Sprites/Emolga.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:Pokemon/Sprites/Emolga.png - -#begin Pokemon/Sprites/Escavalier.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:Pokemon/Sprites/Escavalier.png - -#begin Pokemon/Sprites/Excadrill.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:Pokemon/Sprites/Excadrill.png - -#begin Pokemon/Sprites/Garbodor.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:Pokemon/Sprites/Garbodor.png - -#begin Pokemon/Sprites/Genesect.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:Pokemon/Sprites/Genesect.png - -#begin Pokemon/Sprites/Genesect_burn.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:Pokemon/Sprites/Genesect_burn.png - -#begin Pokemon/Sprites/Genesect_chill.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:Pokemon/Sprites/Genesect_chill.png - -#begin Pokemon/Sprites/Genesect_douse.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:Pokemon/Sprites/Genesect_douse.png - -#begin Pokemon/Sprites/genesect_shock.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:Pokemon/Sprites/genesect_shock.png - -#begin Pokemon/Sprites/Gothita.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:Pokemon/Sprites/Gothita.png - -#begin Pokemon/Sprites/Gothitelle.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:Pokemon/Sprites/Gothitelle.png - -#begin Pokemon/Sprites/Gothorita.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:Pokemon/Sprites/Gothorita.png - -#begin Pokemon/Sprites/Gurdurr.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:Pokemon/Sprites/Gurdurr.png - -#begin Pokemon/Sprites/Karrablast.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:Pokemon/Sprites/Karrablast.png - -#begin Pokemon/Sprites/Keldeo.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:Pokemon/Sprites/Keldeo.png - -#begin Pokemon/Sprites/Keldeo_resolute.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:Pokemon/Sprites/Keldeo_resolute.png - -#begin Pokemon/Sprites/Kyurem.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:Pokemon/Sprites/Kyurem.png - -#begin Pokemon/Sprites/Kyurem_black.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:Pokemon/Sprites/Kyurem_black.png - -#begin Pokemon/Sprites/Kyurem_white.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:Pokemon/Sprites/Kyurem_white.png - -#begin Pokemon/Sprites/Landorus_therian.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:Pokemon/Sprites/Landorus_therian.png - -#begin Pokemon/Sprites/Landorus.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:Pokemon/Sprites/Landorus.png - -#begin Pokemon/Sprites/Lilligant.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:Pokemon/Sprites/Lilligant.png - -#begin Pokemon/Sprites/Meloetta.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:Pokemon/Sprites/Meloetta.png - -#begin Pokemon/Sprites/Meloetta_pirouette.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:Pokemon/Sprites/Meloetta_pirouette.png - -#begin Pokemon/Sprites/Mienfoo.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:Pokemon/Sprites/Mienfoo.png - -#begin Pokemon/Sprites/Mienshao.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:Pokemon/Sprites/Mienshao.png - -#begin Pokemon/Sprites/Minccino.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:Pokemon/Sprites/Minccino.png - -#begin Pokemon/Sprites/Munna.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:Pokemon/Sprites/Munna.png - -#begin Pokemon/Sprites/Musharna.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:Pokemon/Sprites/Musharna.png - -#begin Pokemon/Sprites/Pawniard.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:Pokemon/Sprites/Pawniard.png - -#begin Pokemon/Sprites/Petilil.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:Pokemon/Sprites/Petilil.png - -#begin Pokemon/Sprites/Reshiram.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:Pokemon/Sprites/Reshiram.png - -#begin Pokemon/Sprites/Reuniclus.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:Pokemon/Sprites/Reuniclus.png - -#begin Pokemon/Sprites/Sawk.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:Pokemon/Sprites/Sawk.png - -#begin Pokemon/Sprites/Scolipede.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:Pokemon/Sprites/Scolipede.png - -#begin Pokemon/Sprites/Scrafty.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:Pokemon/Sprites/Scrafty.png - -#begin Pokemon/Sprites/Scraggy.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:Pokemon/Sprites/Scraggy.png - -#begin Pokemon/Sprites/Shelmet.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:Pokemon/Sprites/Shelmet.png - -#begin Pokemon/Sprites/Solosis.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:Pokemon/Sprites/Solosis.png - -#begin Pokemon/Sprites/Stunfisk.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:Pokemon/Sprites/Stunfisk.png - -#begin Pokemon/Sprites/Swoobat.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:Pokemon/Sprites/Swoobat.png - -#begin Pokemon/Sprites/Terrakion.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:Pokemon/Sprites/Terrakion.png - -#begin Pokemon/Sprites/Throh.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:Pokemon/Sprites/Throh.png - -#begin Pokemon/Sprites/Thundurus.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:Pokemon/Sprites/Thundurus.png - -#begin Pokemon/Sprites/Thundurus_therian.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:Pokemon/Sprites/Thundurus_therian.png - -#begin Pokemon/Sprites/Timburr.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:Pokemon/Sprites/Timburr.png - -#begin Pokemon/Sprites/Tornadus.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:Pokemon/Sprites/Tornadus.png - -#begin Pokemon/Sprites/Tornadus_therian.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:Pokemon/Sprites/Tornadus_therian.png - -#begin Pokemon/Sprites/Trubbish.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:Pokemon/Sprites/Trubbish.png - -#begin Pokemon/Sprites/Venipede.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:Pokemon/Sprites/Venipede.png - -#begin Pokemon/Sprites/Victini.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:Pokemon/Sprites/Victini.png - -#begin Pokemon/Sprites/Virizion.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:Pokemon/Sprites/Virizion.png - -#begin Pokemon/Sprites/Whirlipede.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:Pokemon/Sprites/Whirlipede.png - -#begin Pokemon/Sprites/Woobat.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:Pokemon/Sprites/Woobat.png - -#begin Pokemon/Sprites/Zekrom.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:Pokemon/Sprites/Zekrom.png - -#begin Sounds/Cries/494.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/494.mp3 - -#begin Sounds/Cries/517.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/517.mp3 - -#begin Sounds/Cries/518.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/518.mp3 - -#begin Sounds/Cries/527.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/527.mp3 - -#begin Sounds/Cries/528.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/528.mp3 - -#begin Sounds/Cries/529.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/529.mp3 - -#begin Sounds/Cries/530.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/530.mp3 - -#begin Sounds/Cries/532.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/532.mp3 - -#begin Sounds/Cries/533.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/533.mp3 - -#begin Sounds/Cries/534.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/534.mp3 - -#begin Sounds/Cries/538.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/538.mp3 - -#begin Sounds/Cries/539.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/539.mp3 - -#begin Sounds/Cries/543.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/543.mp3 - -#begin Sounds/Cries/544.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/544.mp3 - -#begin Sounds/Cries/545.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/545.mp3 - -#begin Sounds/Cries/548.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/548.mp3 - -#begin Sounds/Cries/549.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/549.mp3 - -#begin Sounds/Cries/550.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/550.mp3 - -#begin Sounds/Cries/554.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/554.mp3 - -#begin Sounds/Cries/555.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/555.mp3 - -#begin Sounds/Cries/559.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/559.mp3 - -#begin Sounds/Cries/560.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/560.mp3 - -#begin Sounds/Cries/568.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/568.mp3 - -#begin Sounds/Cries/569.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/569.mp3 - -#begin Sounds/Cries/572.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/572.mp3 - -#begin Sounds/Cries/573.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/573.mp3 - -#begin Sounds/Cries/574.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/574.mp3 - -#begin Sounds/Cries/575.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/575.mp3 - -#begin Sounds/Cries/576.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/576.mp3 - -#begin Sounds/Cries/577.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/577.mp3 - -#begin Sounds/Cries/578.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/578.mp3 - -#begin Sounds/Cries/579.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/579.mp3 - -#begin Sounds/Cries/587.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/587.mp3 - -#begin Sounds/Cries/588.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/588.mp3 - -#begin Sounds/Cries/589.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/589.mp3 - -#begin Sounds/Cries/594.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/594.mp3 - -#begin Sounds/Cries/615.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/615.mp3 - -#begin Sounds/Cries/616.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/616.mp3 - -#begin Sounds/Cries/617.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/617.mp3 - -#begin Sounds/Cries/618.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/618.mp3 - -#begin Sounds/Cries/619.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/619.mp3 - -#begin Sounds/Cries/620.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/620.mp3 - -#begin Sounds/Cries/622.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/622.mp3 - -#begin Sounds/Cries/625.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/625.mp3 - -#begin Sounds/Cries/631.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/631.mp3 - -#begin Sounds/Cries/632.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/632.mp3 - -#begin Sounds/Cries/638.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/638.mp3 - -#begin Sounds/Cries/639.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/639.mp3 - -#begin Sounds/Cries/640.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/640.mp3 - -#begin Sounds/Cries/641.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/641.mp3 - -#begin Sounds/Cries/642.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/642.mp3 - -#begin Sounds/Cries/643.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/643.mp3 - -#begin Sounds/Cries/644.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/644.mp3 - -#begin Sounds/Cries/645.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/645.mp3 - -#begin Sounds/Cries/646.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/646.mp3 - -#begin Sounds/Cries/647.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/647.mp3 - -#begin Sounds/Cries/648.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/648.mp3 - -#begin Sounds/Cries/649.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/649.mp3 - -#begin GUI/Box/Sparkle.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:GUI/Box/Sparkle.png - -#begin Pokemon/Sprites/Arceus_bug.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:Pokemon/Sprites/Arceus_bug.png - -#begin Pokemon/Sprites/Arceus_dark.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:Pokemon/Sprites/Arceus_dark.png - -#begin Pokemon/Sprites/Arceus_dragon.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:Pokemon/Sprites/Arceus_dragon.png - -#begin Pokemon/Sprites/Arceus_electric.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:Pokemon/Sprites/Arceus_electric.png - -#begin Pokemon/Sprites/Arceus_fairy.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:Pokemon/Sprites/Arceus_fairy.png - -#begin Pokemon/Sprites/Arceus_fighting.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:Pokemon/Sprites/Arceus_fighting.png - -#begin Pokemon/Sprites/Arceus_fire.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:Pokemon/Sprites/Arceus_fire.png - -#begin Pokemon/Sprites/Arceus_flying.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:Pokemon/Sprites/Arceus_flying.png - -#begin Pokemon/Sprites/Arceus_ghost.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:Pokemon/Sprites/Arceus_ghost.png - -#begin Pokemon/Sprites/Arceus_grass.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:Pokemon/Sprites/Arceus_grass.png - -#begin Pokemon/Sprites/Arceus_ground.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:Pokemon/Sprites/Arceus_ground.png - -#begin Pokemon/Sprites/Arceus_ice.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:Pokemon/Sprites/Arceus_ice.png - -#begin Pokemon/Sprites/Arceus_poison.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:Pokemon/Sprites/Arceus_poison.png - -#begin Pokemon/Sprites/Arceus_psychic.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:Pokemon/Sprites/Arceus_psychic.png - -#begin Pokemon/Sprites/Arceus_rock.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:Pokemon/Sprites/Arceus_rock.png - -#begin Pokemon/Sprites/Arceus_steel.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:Pokemon/Sprites/Arceus_steel.png - -#begin Pokemon/Sprites/Arceus_water.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:Pokemon/Sprites/Arceus_water.png - -#begin Pokemon/Sprites/Arceus.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:Pokemon/Sprites/Arceus.png - -#begin Items/Plates.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:Items/Plates.png - -#begin Pokemon/Overworld/Shiny/483.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:Pokemon/Overworld/Shiny/483.png - -#begin Pokemon/Overworld/Shiny/484.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:Pokemon/Overworld/Shiny/484.png - -#begin Pokemon/Overworld/Shiny/641_therian.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:Pokemon/Overworld/Shiny/641_therian.png - -#begin Pokemon/Overworld/Shiny/642_therian.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:Pokemon/Overworld/Shiny/642_therian.png - -#begin Pokemon/Overworld/Shiny/645_therian.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:Pokemon/Overworld/Shiny/645_therian.png - -#begin Pokemon/Overworld/Normal/641_therian.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:Pokemon/Overworld/Normal/641_therian.png - -#begin Pokemon/Overworld/Normal/642_therian.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:Pokemon/Overworld/Normal/642_therian.png - -#begin Pokemon/Overworld/Normal/645_therian.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:Pokemon/Overworld/Normal/645_therian.png - -#begin Pokemon/Sprites/Pichu_spiky-eared.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:Pokemon/Sprites/Pichu_spiky-eared.png - -#begin Pokemon/Sprites/Basculin_blue.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:Pokemon/Sprites/Basculin_blue.png - -#begin Pokemon/Overworld/Normal/550_blue.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:Pokemon/Overworld/Normal/550_blue.png - -#begin Pokemon/Overworld/Shiny/550_blue.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:Pokemon/Overworld/Shiny/550_blue.png - -#begin Pokemon/Sprites/Dialga_primal.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:Pokemon/Sprites/Dialga_primal.png - -#begin Pokemon/Overworld/Normal/483_primal.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:Pokemon/Overworld/Normal/483_primal.png - -#begin Pokemon/Overworld/Shiny/483_primal.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:Pokemon/Overworld/Shiny/483_primal.png - -#begin Textures/kolben.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:Textures/kolben.png - -#begin Textures/NPC/Aaron.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:Textures/NPC/Aaron.png - -#begin Textures/NPC/daniel.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:Textures/NPC/daniel.png - -#begin Textures/NPC/daziman.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:Textures/NPC/daziman.png - -#begin Textures/NPC/Enethil.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:Textures/NPC/Enethil.png - -#begin Textures/NPC/Fanta.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:Textures/NPC/Fanta.png - -#begin Textures/NPC/Haydos.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:Textures/NPC/Haydos.png - -#begin Textures/NPC/HCSwagmar.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:Textures/NPC/HCSwagmar.png - -#begin Textures/NPC/Malc.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:Textures/NPC/Malc.png - -#begin Textures/NPC/tornado.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:Textures/NPC/tornado.png - -#begin Textures/TVs/Anime.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:Textures/TVs/Anime.png - -#begin Textures/TVs/benwork.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:Textures/TVs/benwork.png - -#begin Textures/TVs/Blue.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:Textures/TVs/Blue.png - -#begin Textures/TVs/BSOD.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:Textures/TVs/BSOD.png - -#begin Textures/TVs/Crystal.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:Textures/TVs/Crystal.png - -#begin Textures/TVs/Emerald.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:Textures/TVs/Emerald.png - -#begin Textures/TVs/GameGrumps.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:Textures/TVs/GameGrumps.png - -#begin Textures/TVs/Gold.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:Textures/TVs/Gold.png - -#begin Textures/TVs/inception.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:Textures/TVs/inception.png - -#begin Textures/TVs/Kolben.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:Textures/TVs/Kolben.png - -#begin Textures/TVs/MarioKart8.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:Textures/TVs/MarioKart8.png - -#begin Textures/TVs/Nyan.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:Textures/TVs/Nyan.png - -#begin Textures/TVs/office.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:Textures/TVs/office.png - -#begin Textures/TVs/P3d.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:Textures/TVs/P3d.png - -#begin Textures/TVs/Pong.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:Textures/TVs/Pong.png - -#begin Textures/TVs/PSwebCode.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:Textures/TVs/PSwebCode.png - -#begin Textures/TVs/Red.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:Textures/TVs/Red.png - -#begin Textures/TVs/RickRolled.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:Textures/TVs/RickRolled.png - -#begin Textures/TVs/RickRolled2.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:Textures/TVs/RickRolled2.png - -#begin Textures/TVs/Ruby.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:Textures/TVs/Ruby.png - -#begin Textures/TVs/Sapphire.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:Textures/TVs/Sapphire.png - -#begin Textures/TVs/Silver.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:Textures/TVs/Silver.png - -#begin Textures/TVs/webcode.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:Textures/TVs/webcode.png - -#begin Textures/TVs/website.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:Textures/TVs/website.png - -#begin Textures/TVs/webwork.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:Textures/TVs/webwork.png - -#begin Textures/TVs/work.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:Textures/TVs/work.png - -#begin Textures/TVs/Yellow.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:Textures/TVs/Yellow.png - -#begin GUI/Battle/Interface.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:GUI/Battle/Interface.png - -#begin GUI/Menus/General.png +#begin Content/Effects/Shadow.png /importer:TextureImporter /processor:TextureProcessor /processorParam:ColorKeyColor=255,0,255,255 @@ -37126,411 +62,69 @@ /processorParam:ResizeToPowerOfTwo=False /processorParam:MakeSquare=False /processorParam:TextureFormat=Color -/build:GUI/Menus/General.png +/build:Content/Effects/Shadow.png -#begin Effects/BackdropShader.fx +#begin Content/Effects/Toon.fx /importer:EffectImporter /processor:EffectProcessor /processorParam:DebugMode=Auto -/build:Effects/BackdropShader.fx +/build:Content/Effects/Toon.fx -#begin Textures/Backdrops/Water.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:Textures/Backdrops/Water.png - -#begin Textures/Backdrops/Grass.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:Textures/Backdrops/Grass.png - -#begin GUI/Logos/3D.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:GUI/Logos/3D.png - -#begin GUI/Logos/Pokemon_Small.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:GUI/Logos/Pokemon_Small.png - -#begin Pokemon/Overworld/Normal/631.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:Pokemon/Overworld/Normal/631.png - -#begin Pokemon/Overworld/Normal/643.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:Pokemon/Overworld/Normal/643.png - -#begin Pokemon/Overworld/Normal/644.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:Pokemon/Overworld/Normal/644.png - -#begin Pokemon/Overworld/Normal/646.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:Pokemon/Overworld/Normal/646.png - -#begin Pokemon/Overworld/Shiny/631.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:Pokemon/Overworld/Shiny/631.png - -#begin Pokemon/Overworld/Shiny/643.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:Pokemon/Overworld/Shiny/643.png - -#begin Pokemon/Overworld/Shiny/644.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:Pokemon/Overworld/Shiny/644.png - -#begin Pokemon/Overworld/Shiny/646.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:Pokemon/Overworld/Shiny/646.png - -#begin Sounds/bump.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/bump.mp3 - -#begin Sounds/select.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/select.mp3 - -#begin GUI/Chat/Icons.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:GUI/Chat/Icons.png - -#begin Pokemon/Overworld/Shiny/721.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:Pokemon/Overworld/Shiny/721.png - -#begin Pokemon/Overworld/Normal/721.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:Pokemon/Overworld/Normal/721.png - -#begin Pokemon/Sprites/Volcanion.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:Pokemon/Sprites/Volcanion.png - -#begin Sounds/Cries/721.mp3 -/importer:Mp3Importer -/processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/721.mp3 - -#begin Textures/NPC/Blaine.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:Textures/NPC/Blaine.png - -#begin Textures/NPC/Daisy.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:Textures/NPC/Daisy.png - -#begin Textures/NPC/RedMom.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:Textures/NPC/RedMom.png - -#begin Textures/DiglettCave.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:Textures/DiglettCave.png - -#begin Textures/NES.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:Textures/NES.png - -#begin Textures/Emblem/earth.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:Textures/Emblem/earth.png - -#begin Textures/Emblem/shooting star.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:Textures/Emblem/shooting star.png - -#begin Pokemon/Overworld/Normal/422.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:Pokemon/Overworld/Normal/422.png - -#begin Pokemon/Overworld/Normal/592.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:Pokemon/Overworld/Normal/592.png - -#begin Pokemon/Overworld/Shiny/422.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:Pokemon/Overworld/Shiny/422.png - -#begin Pokemon/Overworld/Shiny/592.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:Pokemon/Overworld/Shiny/592.png - -#begin Fonts/BMP/Braille.png +#begin Content/Fonts/BMP/Braille.png /importer:TextureImporter /processor:FontTextureProcessor /processorParam:FirstCharacter= /processorParam:PremultiplyAlpha=True /processorParam:TextureFormat=Color -/build:Fonts/BMP/Braille.png +/build:Content/Fonts/BMP/Braille.png -#begin Fonts/BMP/InGame.png +#begin Content/Fonts/BMP/chatFont.png /importer:TextureImporter /processor:FontTextureProcessor /processorParam:FirstCharacter= /processorParam:PremultiplyAlpha=True /processorParam:TextureFormat=Color -/build:Fonts/BMP/InGame.png +/build:Content/Fonts/BMP/chatFont.png -#begin Fonts/BMP/mainFont.png +#begin Content/Fonts/BMP/InGame.png /importer:TextureImporter /processor:FontTextureProcessor /processorParam:FirstCharacter= /processorParam:PremultiplyAlpha=True /processorParam:TextureFormat=Color -/build:Fonts/BMP/mainFont.png +/build:Content/Fonts/BMP/InGame.png -#begin Fonts/BMP/miniFont.spritefont +#begin Content/Fonts/BMP/mainFont.png +/importer:TextureImporter +/processor:FontTextureProcessor +/processorParam:FirstCharacter= +/processorParam:PremultiplyAlpha=True +/processorParam:TextureFormat=Color +/build:Content/Fonts/BMP/mainFont.png + +#begin Content/Fonts/BMP/miniFont.spritefont /importer:FontDescriptionImporter /processor:FontDescriptionProcessor /processorParam:TextureFormat=Compressed -/build:Fonts/BMP/miniFont.spritefont +/build:Content/Fonts/BMP/miniFont.spritefont -#begin Fonts/BMP/TextFont.png +#begin Content/Fonts/BMP/TextFont.png /importer:TextureImporter /processor:FontTextureProcessor /processorParam:FirstCharacter= /processorParam:PremultiplyAlpha=True /processorParam:TextureFormat=Color -/build:Fonts/BMP/TextFont.png +/build:Content/Fonts/BMP/TextFont.png -#begin Fonts/BMP/Unown.png +#begin Content/Fonts/BMP/Unown.png /importer:TextureImporter /processor:FontTextureProcessor /processorParam:FirstCharacter= /processorParam:PremultiplyAlpha=True /processorParam:TextureFormat=Color -/build:Fonts/BMP/Unown.png +/build:Content/Fonts/BMP/Unown.png -#begin Fonts/BMP/chatFont.png -/importer:TextureImporter -/processor:FontTextureProcessor -/processorParam:FirstCharacter= -/processorParam:PremultiplyAlpha=True -/processorParam:TextureFormat=Color -/build:Fonts/BMP/chatFont.png - -#begin GUI/Logos/MonoGame.png +#begin Content/GUI/Badges.png /importer:TextureImporter /processor:TextureProcessor /processorParam:ColorKeyColor=255,0,255,255 @@ -37540,9 +134,9 @@ /processorParam:ResizeToPowerOfTwo=False /processorParam:MakeSquare=False /processorParam:TextureFormat=Color -/build:GUI/Logos/MonoGame.png +/build:Content/GUI/Badges.png -#begin Pokemon/Overworld/Shiny/181_mega.png +#begin Content/GUI/EggBreak.png /importer:TextureImporter /processor:TextureProcessor /processorParam:ColorKeyColor=255,0,255,255 @@ -37552,9 +146,9 @@ /processorParam:ResizeToPowerOfTwo=False /processorParam:MakeSquare=False /processorParam:TextureFormat=Color -/build:Pokemon/Overworld/Shiny/181_mega.png +/build:Content/GUI/EggBreak.png -#begin Pokemon/Overworld/Normal/6_mega_x.png +#begin Content/GUI/Intro.png /importer:TextureImporter /processor:TextureProcessor /processorParam:ColorKeyColor=255,0,255,255 @@ -37564,9 +158,9 @@ /processorParam:ResizeToPowerOfTwo=False /processorParam:MakeSquare=False /processorParam:TextureFormat=Color -/build:Pokemon/Overworld/Normal/6_mega_x.png +/build:Content/GUI/Intro.png -#begin Pokemon/Overworld/Normal/6_mega_y.png +#begin Content/GUI/no_texture.png /importer:TextureImporter /processor:TextureProcessor /processorParam:ColorKeyColor=255,0,255,255 @@ -37576,9 +170,9 @@ /processorParam:ResizeToPowerOfTwo=False /processorParam:MakeSquare=False /processorParam:TextureFormat=Color -/build:Pokemon/Overworld/Normal/6_mega_y.png +/build:Content/GUI/no_texture.png -#begin Pokemon/Overworld/Normal/15_mega.png +#begin Content/GUI/PokemonMenu.png /importer:TextureImporter /processor:TextureProcessor /processorParam:ColorKeyColor=255,0,255,255 @@ -37588,9 +182,9 @@ /processorParam:ResizeToPowerOfTwo=False /processorParam:MakeSquare=False /processorParam:TextureFormat=Color -/build:Pokemon/Overworld/Normal/15_mega.png +/build:Content/GUI/PokemonMenu.png -#begin Pokemon/Overworld/Normal/18_mega.png +#begin Content/GUI/PokemonMenuShiny.png /importer:TextureImporter /processor:TextureProcessor /processorParam:ColorKeyColor=255,0,255,255 @@ -37600,9 +194,9 @@ /processorParam:ResizeToPowerOfTwo=False /processorParam:MakeSquare=False /processorParam:TextureFormat=Color -/build:Pokemon/Overworld/Normal/18_mega.png +/build:Content/GUI/PokemonMenuShiny.png -#begin Pokemon/Overworld/Normal/65_mega.png +#begin Content/GUI/Trophies.png /importer:TextureImporter /processor:TextureProcessor /processorParam:ColorKeyColor=255,0,255,255 @@ -37612,9 +206,9 @@ /processorParam:ResizeToPowerOfTwo=False /processorParam:MakeSquare=False /processorParam:TextureFormat=Color -/build:Pokemon/Overworld/Normal/65_mega.png +/build:Content/GUI/Trophies.png -#begin Pokemon/Overworld/Normal/80_mega.png +#begin Content/GUI/Battle/Interface.png /importer:TextureImporter /processor:TextureProcessor /processorParam:ColorKeyColor=255,0,255,255 @@ -37624,9 +218,9 @@ /processorParam:ResizeToPowerOfTwo=False /processorParam:MakeSquare=False /processorParam:TextureFormat=Color -/build:Pokemon/Overworld/Normal/80_mega.png +/build:Content/GUI/Battle/Interface.png -#begin Pokemon/Overworld/Normal/94_mega.png +#begin Content/GUI/Battle/WeatherIcons.png /importer:TextureImporter /processor:TextureProcessor /processorParam:ColorKeyColor=255,0,255,255 @@ -37636,9 +230,9 @@ /processorParam:ResizeToPowerOfTwo=False /processorParam:MakeSquare=False /processorParam:TextureFormat=Color -/build:Pokemon/Overworld/Normal/94_mega.png +/build:Content/GUI/Battle/WeatherIcons.png -#begin Pokemon/Overworld/Normal/212_mega.png +#begin Content/GUI/Box/0.png /importer:TextureImporter /processor:TextureProcessor /processorParam:ColorKeyColor=255,0,255,255 @@ -37648,9 +242,9 @@ /processorParam:ResizeToPowerOfTwo=False /processorParam:MakeSquare=False /processorParam:TextureFormat=Color -/build:Pokemon/Overworld/Normal/212_mega.png +/build:Content/GUI/Box/0.png -#begin Pokemon/Overworld/Normal/214_mega.png +#begin Content/GUI/Box/1.png /importer:TextureImporter /processor:TextureProcessor /processorParam:ColorKeyColor=255,0,255,255 @@ -37660,9 +254,9 @@ /processorParam:ResizeToPowerOfTwo=False /processorParam:MakeSquare=False /processorParam:TextureFormat=Color -/build:Pokemon/Overworld/Normal/214_mega.png +/build:Content/GUI/Box/1.png -#begin Pokemon/Overworld/Normal/248_mega.png +#begin Content/GUI/Box/10.png /importer:TextureImporter /processor:TextureProcessor /processorParam:ColorKeyColor=255,0,255,255 @@ -37672,9 +266,9 @@ /processorParam:ResizeToPowerOfTwo=False /processorParam:MakeSquare=False /processorParam:TextureFormat=Color -/build:Pokemon/Overworld/Normal/248_mega.png +/build:Content/GUI/Box/10.png -#begin Pokemon/Overworld/Normal/254_mega.png +#begin Content/GUI/Box/11.png /importer:TextureImporter /processor:TextureProcessor /processorParam:ColorKeyColor=255,0,255,255 @@ -37684,9 +278,9 @@ /processorParam:ResizeToPowerOfTwo=False /processorParam:MakeSquare=False /processorParam:TextureFormat=Color -/build:Pokemon/Overworld/Normal/254_mega.png +/build:Content/GUI/Box/11.png -#begin Pokemon/Overworld/Normal/257_mega.png +#begin Content/GUI/Box/12.png /importer:TextureImporter /processor:TextureProcessor /processorParam:ColorKeyColor=255,0,255,255 @@ -37696,9 +290,9 @@ /processorParam:ResizeToPowerOfTwo=False /processorParam:MakeSquare=False /processorParam:TextureFormat=Color -/build:Pokemon/Overworld/Normal/257_mega.png +/build:Content/GUI/Box/12.png -#begin Pokemon/Overworld/Normal/260_mega.png +#begin Content/GUI/Box/13.png /importer:TextureImporter /processor:TextureProcessor /processorParam:ColorKeyColor=255,0,255,255 @@ -37708,9 +302,9 @@ /processorParam:ResizeToPowerOfTwo=False /processorParam:MakeSquare=False /processorParam:TextureFormat=Color -/build:Pokemon/Overworld/Normal/260_mega.png +/build:Content/GUI/Box/13.png -#begin Pokemon/Overworld/Normal/282_mega.png +#begin Content/GUI/Box/14.png /importer:TextureImporter /processor:TextureProcessor /processorParam:ColorKeyColor=255,0,255,255 @@ -37720,9 +314,9 @@ /processorParam:ResizeToPowerOfTwo=False /processorParam:MakeSquare=False /processorParam:TextureFormat=Color -/build:Pokemon/Overworld/Normal/282_mega.png +/build:Content/GUI/Box/14.png -#begin Pokemon/Overworld/Normal/306_mega.png +#begin Content/GUI/Box/15.png /importer:TextureImporter /processor:TextureProcessor /processorParam:ColorKeyColor=255,0,255,255 @@ -37732,9 +326,9 @@ /processorParam:ResizeToPowerOfTwo=False /processorParam:MakeSquare=False /processorParam:TextureFormat=Color -/build:Pokemon/Overworld/Normal/306_mega.png +/build:Content/GUI/Box/15.png -#begin Pokemon/Overworld/Normal/308_mega.png +#begin Content/GUI/Box/16.png /importer:TextureImporter /processor:TextureProcessor /processorParam:ColorKeyColor=255,0,255,255 @@ -37744,9 +338,9 @@ /processorParam:ResizeToPowerOfTwo=False /processorParam:MakeSquare=False /processorParam:TextureFormat=Color -/build:Pokemon/Overworld/Normal/308_mega.png +/build:Content/GUI/Box/16.png -#begin Pokemon/Overworld/Normal/323_mega.png +#begin Content/GUI/Box/17.png /importer:TextureImporter /processor:TextureProcessor /processorParam:ColorKeyColor=255,0,255,255 @@ -37756,9 +350,9 @@ /processorParam:ResizeToPowerOfTwo=False /processorParam:MakeSquare=False /processorParam:TextureFormat=Color -/build:Pokemon/Overworld/Normal/323_mega.png +/build:Content/GUI/Box/17.png -#begin Pokemon/Overworld/Normal/334_mega.png +#begin Content/GUI/Box/18.png /importer:TextureImporter /processor:TextureProcessor /processorParam:ColorKeyColor=255,0,255,255 @@ -37768,9 +362,9 @@ /processorParam:ResizeToPowerOfTwo=False /processorParam:MakeSquare=False /processorParam:TextureFormat=Color -/build:Pokemon/Overworld/Normal/334_mega.png +/build:Content/GUI/Box/18.png -#begin Pokemon/Overworld/Normal/354_mega.png +#begin Content/GUI/Box/19.png /importer:TextureImporter /processor:TextureProcessor /processorParam:ColorKeyColor=255,0,255,255 @@ -37780,9 +374,9 @@ /processorParam:ResizeToPowerOfTwo=False /processorParam:MakeSquare=False /processorParam:TextureFormat=Color -/build:Pokemon/Overworld/Normal/354_mega.png +/build:Content/GUI/Box/19.png -#begin Pokemon/Overworld/Normal/359_mega.png +#begin Content/GUI/Box/2.png /importer:TextureImporter /processor:TextureProcessor /processorParam:ColorKeyColor=255,0,255,255 @@ -37792,9 +386,9 @@ /processorParam:ResizeToPowerOfTwo=False /processorParam:MakeSquare=False /processorParam:TextureFormat=Color -/build:Pokemon/Overworld/Normal/359_mega.png +/build:Content/GUI/Box/2.png -#begin Pokemon/Overworld/Normal/376_mega.png +#begin Content/GUI/Box/20.png /importer:TextureImporter /processor:TextureProcessor /processorParam:ColorKeyColor=255,0,255,255 @@ -37804,9 +398,9 @@ /processorParam:ResizeToPowerOfTwo=False /processorParam:MakeSquare=False /processorParam:TextureFormat=Color -/build:Pokemon/Overworld/Normal/376_mega.png +/build:Content/GUI/Box/20.png -#begin Pokemon/Overworld/Normal/382_primal.png +#begin Content/GUI/Box/21.png /importer:TextureImporter /processor:TextureProcessor /processorParam:ColorKeyColor=255,0,255,255 @@ -37816,9 +410,9 @@ /processorParam:ResizeToPowerOfTwo=False /processorParam:MakeSquare=False /processorParam:TextureFormat=Color -/build:Pokemon/Overworld/Normal/382_primal.png +/build:Content/GUI/Box/21.png -#begin Pokemon/Overworld/Normal/383_primal.png +#begin Content/GUI/Box/22.png /importer:TextureImporter /processor:TextureProcessor /processorParam:ColorKeyColor=255,0,255,255 @@ -37828,9 +422,9 @@ /processorParam:ResizeToPowerOfTwo=False /processorParam:MakeSquare=False /processorParam:TextureFormat=Color -/build:Pokemon/Overworld/Normal/383_primal.png +/build:Content/GUI/Box/22.png -#begin Pokemon/Overworld/Normal/428_mega.png +#begin Content/GUI/Box/23.png /importer:TextureImporter /processor:TextureProcessor /processorParam:ColorKeyColor=255,0,255,255 @@ -37840,9 +434,9 @@ /processorParam:ResizeToPowerOfTwo=False /processorParam:MakeSquare=False /processorParam:TextureFormat=Color -/build:Pokemon/Overworld/Normal/428_mega.png +/build:Content/GUI/Box/23.png -#begin Pokemon/Overworld/Normal/445_mega.png +#begin Content/GUI/Box/3.png /importer:TextureImporter /processor:TextureProcessor /processorParam:ColorKeyColor=255,0,255,255 @@ -37852,9 +446,9 @@ /processorParam:ResizeToPowerOfTwo=False /processorParam:MakeSquare=False /processorParam:TextureFormat=Color -/build:Pokemon/Overworld/Normal/445_mega.png +/build:Content/GUI/Box/3.png -#begin Pokemon/Overworld/Normal/448_mega.png +#begin Content/GUI/Box/4.png /importer:TextureImporter /processor:TextureProcessor /processorParam:ColorKeyColor=255,0,255,255 @@ -37864,9 +458,9 @@ /processorParam:ResizeToPowerOfTwo=False /processorParam:MakeSquare=False /processorParam:TextureFormat=Color -/build:Pokemon/Overworld/Normal/448_mega.png +/build:Content/GUI/Box/4.png -#begin Pokemon/Overworld/Normal/460_mega.png +#begin Content/GUI/Box/5.png /importer:TextureImporter /processor:TextureProcessor /processorParam:ColorKeyColor=255,0,255,255 @@ -37876,9 +470,9 @@ /processorParam:ResizeToPowerOfTwo=False /processorParam:MakeSquare=False /processorParam:TextureFormat=Color -/build:Pokemon/Overworld/Normal/460_mega.png +/build:Content/GUI/Box/5.png -#begin Pokemon/Overworld/Normal/475_mega.png +#begin Content/GUI/Box/6.png /importer:TextureImporter /processor:TextureProcessor /processorParam:ColorKeyColor=255,0,255,255 @@ -37888,9 +482,9 @@ /processorParam:ResizeToPowerOfTwo=False /processorParam:MakeSquare=False /processorParam:TextureFormat=Color -/build:Pokemon/Overworld/Normal/475_mega.png +/build:Content/GUI/Box/6.png -#begin Pokemon/Overworld/Normal/531_mega.png +#begin Content/GUI/Box/7.png /importer:TextureImporter /processor:TextureProcessor /processorParam:ColorKeyColor=255,0,255,255 @@ -37900,9 +494,9 @@ /processorParam:ResizeToPowerOfTwo=False /processorParam:MakeSquare=False /processorParam:TextureFormat=Color -/build:Pokemon/Overworld/Normal/531_mega.png +/build:Content/GUI/Box/7.png -#begin Pokemon/Overworld/Normal/719_mega.png +#begin Content/GUI/Box/8.png /importer:TextureImporter /processor:TextureProcessor /processorParam:ColorKeyColor=255,0,255,255 @@ -37912,9 +506,9 @@ /processorParam:ResizeToPowerOfTwo=False /processorParam:MakeSquare=False /processorParam:TextureFormat=Color -/build:Pokemon/Overworld/Normal/719_mega.png +/build:Content/GUI/Box/8.png -#begin Pokemon/Overworld/Normal/181_mega.png +#begin Content/GUI/Box/9.png /importer:TextureImporter /processor:TextureProcessor /processorParam:ColorKeyColor=255,0,255,255 @@ -37924,9 +518,9 @@ /processorParam:ResizeToPowerOfTwo=False /processorParam:MakeSquare=False /processorParam:TextureFormat=Color -/build:Pokemon/Overworld/Normal/181_mega.png +/build:Content/GUI/Box/9.png -#begin Pokemon/Sprites/aromatisse.png +#begin Content/GUI/Box/BattleBox.png /importer:TextureImporter /processor:TextureProcessor /processorParam:ColorKeyColor=255,0,255,255 @@ -37936,9 +530,9 @@ /processorParam:ResizeToPowerOfTwo=False /processorParam:MakeSquare=False /processorParam:TextureFormat=Color -/build:Pokemon/Sprites/aromatisse.png +/build:Content/GUI/Box/BattleBox.png -#begin Pokemon/Sprites/avalugg.png +#begin Content/GUI/Box/Sparkle.png /importer:TextureImporter /processor:TextureProcessor /processorParam:ColorKeyColor=255,0,255,255 @@ -37948,9 +542,9 @@ /processorParam:ResizeToPowerOfTwo=False /processorParam:MakeSquare=False /processorParam:TextureFormat=Color -/build:Pokemon/Sprites/avalugg.png +/build:Content/GUI/Box/Sparkle.png -#begin Pokemon/Sprites/barbaracle.png +#begin Content/GUI/Box/storage.png /importer:TextureImporter /processor:TextureProcessor /processorParam:ColorKeyColor=255,0,255,255 @@ -37960,9 +554,9 @@ /processorParam:ResizeToPowerOfTwo=False /processorParam:MakeSquare=False /processorParam:TextureFormat=Color -/build:Pokemon/Sprites/barbaracle.png +/build:Content/GUI/Box/storage.png -#begin Pokemon/Sprites/bergmite.png +#begin Content/GUI/Chat/Icons.png /importer:TextureImporter /processor:TextureProcessor /processorParam:ColorKeyColor=255,0,255,255 @@ -37972,9 +566,9 @@ /processorParam:ResizeToPowerOfTwo=False /processorParam:MakeSquare=False /processorParam:TextureFormat=Color -/build:Pokemon/Sprites/bergmite.png +/build:Content/GUI/Chat/Icons.png -#begin Pokemon/Sprites/binacle.png +#begin Content/GUI/Evolution/EvolutionSpark.png /importer:TextureImporter /processor:TextureProcessor /processorParam:ColorKeyColor=255,0,255,255 @@ -37984,9 +578,9 @@ /processorParam:ResizeToPowerOfTwo=False /processorParam:MakeSquare=False /processorParam:TextureFormat=Color -/build:Pokemon/Sprites/binacle.png +/build:Content/GUI/Evolution/EvolutionSpark.png -#begin Pokemon/Sprites/braixen.png +#begin Content/GUI/Evolution/Light.png /importer:TextureImporter /processor:TextureProcessor /processorParam:ColorKeyColor=255,0,255,255 @@ -37996,9 +590,9 @@ /processorParam:ResizeToPowerOfTwo=False /processorParam:MakeSquare=False /processorParam:TextureFormat=Color -/build:Pokemon/Sprites/braixen.png +/build:Content/GUI/Evolution/Light.png -#begin Pokemon/Sprites/bunnelby.png +#begin Content/GUI/Intro/battlefrontier.png /importer:TextureImporter /processor:TextureProcessor /processorParam:ColorKeyColor=255,0,255,255 @@ -38008,9 +602,9 @@ /processorParam:ResizeToPowerOfTwo=False /processorParam:MakeSquare=False /processorParam:TextureFormat=Color -/build:Pokemon/Sprites/bunnelby.png +/build:Content/GUI/Intro/battlefrontier.png -#begin Pokemon/Sprites/chesnaught.png +#begin Content/GUI/Intro/VSIntro.png /importer:TextureImporter /processor:TextureProcessor /processorParam:ColorKeyColor=255,0,255,255 @@ -38020,9 +614,9 @@ /processorParam:ResizeToPowerOfTwo=False /processorParam:MakeSquare=False /processorParam:TextureFormat=Color -/build:Pokemon/Sprites/chesnaught.png +/build:Content/GUI/Intro/VSIntro.png -#begin Pokemon/Sprites/chespin.png +#begin Content/GUI/Logos/3D.png /importer:TextureImporter /processor:TextureProcessor /processorParam:ColorKeyColor=255,0,255,255 @@ -38032,9 +626,9 @@ /processorParam:ResizeToPowerOfTwo=False /processorParam:MakeSquare=False /processorParam:TextureFormat=Color -/build:Pokemon/Sprites/chespin.png +/build:Content/GUI/Logos/3D.png -#begin Pokemon/Sprites/Cryogonal.png +#begin Content/GUI/Logos/GameJolt.png /importer:TextureImporter /processor:TextureProcessor /processorParam:ColorKeyColor=255,0,255,255 @@ -38044,9 +638,9 @@ /processorParam:ResizeToPowerOfTwo=False /processorParam:MakeSquare=False /processorParam:TextureFormat=Color -/build:Pokemon/Sprites/Cryogonal.png +/build:Content/GUI/Logos/GameJolt.png -#begin Pokemon/Sprites/dedenne.png +#begin Content/GUI/Logos/MonoGame.png /importer:TextureImporter /processor:TextureProcessor /processorParam:ColorKeyColor=255,0,255,255 @@ -38056,9 +650,9 @@ /processorParam:ResizeToPowerOfTwo=False /processorParam:MakeSquare=False /processorParam:TextureFormat=Color -/build:Pokemon/Sprites/dedenne.png +/build:Content/GUI/Logos/MonoGame.png -#begin Pokemon/Sprites/delphox.png +#begin Content/GUI/Logos/P3D.png /importer:TextureImporter /processor:TextureProcessor /processorParam:ColorKeyColor=255,0,255,255 @@ -38068,9 +662,9 @@ /processorParam:ResizeToPowerOfTwo=False /processorParam:MakeSquare=False /processorParam:TextureFormat=Color -/build:Pokemon/Sprites/delphox.png +/build:Content/GUI/Logos/P3D.png -#begin Pokemon/Sprites/diancie.png +#begin Content/GUI/Logos/Pokemon_Small.png /importer:TextureImporter /processor:TextureProcessor /processorParam:ColorKeyColor=255,0,255,255 @@ -38080,9 +674,9 @@ /processorParam:ResizeToPowerOfTwo=False /processorParam:MakeSquare=False /processorParam:TextureFormat=Color -/build:Pokemon/Sprites/diancie.png +/build:Content/GUI/Logos/Pokemon_Small.png -#begin Pokemon/Sprites/diggersby.png +#begin Content/GUI/Map/johto_map.png /importer:TextureImporter /processor:TextureProcessor /processorParam:ColorKeyColor=255,0,255,255 @@ -38092,9 +686,9 @@ /processorParam:ResizeToPowerOfTwo=False /processorParam:MakeSquare=False /processorParam:TextureFormat=Color -/build:Pokemon/Sprites/diggersby.png +/build:Content/GUI/Map/johto_map.png -#begin Pokemon/Sprites/espurr.png +#begin Content/GUI/Map/kanto_map.png /importer:TextureImporter /processor:TextureProcessor /processorParam:ColorKeyColor=255,0,255,255 @@ -38104,9 +698,9 @@ /processorParam:ResizeToPowerOfTwo=False /processorParam:MakeSquare=False /processorParam:TextureFormat=Color -/build:Pokemon/Sprites/espurr.png +/build:Content/GUI/Map/kanto_map.png -#begin Pokemon/Sprites/fennekin.png +#begin Content/GUI/Map/map_objects.png /importer:TextureImporter /processor:TextureProcessor /processorParam:ColorKeyColor=255,0,255,255 @@ -38116,9 +710,9 @@ /processorParam:ResizeToPowerOfTwo=False /processorParam:MakeSquare=False /processorParam:TextureFormat=Color -/build:Pokemon/Sprites/fennekin.png +/build:Content/GUI/Map/map_objects.png -#begin Pokemon/Sprites/flabebe.png +#begin Content/GUI/Map/sevii islands_map.png /importer:TextureImporter /processor:TextureProcessor /processorParam:ColorKeyColor=255,0,255,255 @@ -38128,9 +722,9 @@ /processorParam:ResizeToPowerOfTwo=False /processorParam:MakeSquare=False /processorParam:TextureFormat=Color -/build:Pokemon/Sprites/flabebe.png +/build:Content/GUI/Map/sevii islands_map.png -#begin Pokemon/Sprites/floette.png +#begin Content/GUI/Menus/BagPack.png /importer:TextureImporter /processor:TextureProcessor /processorParam:ColorKeyColor=255,0,255,255 @@ -38140,9 +734,9 @@ /processorParam:ResizeToPowerOfTwo=False /processorParam:MakeSquare=False /processorParam:TextureFormat=Color -/build:Pokemon/Sprites/floette.png +/build:Content/GUI/Menus/BagPack.png -#begin Pokemon/Sprites/florges.png +#begin Content/GUI/Menus/General.png /importer:TextureImporter /processor:TextureProcessor /processorParam:ColorKeyColor=255,0,255,255 @@ -38152,9 +746,9 @@ /processorParam:ResizeToPowerOfTwo=False /processorParam:MakeSquare=False /processorParam:TextureFormat=Color -/build:Pokemon/Sprites/florges.png +/build:Content/GUI/Menus/General.png -#begin Pokemon/Sprites/froakie.png +#begin Content/GUI/Menus/GTS.png /importer:TextureImporter /processor:TextureProcessor /processorParam:ColorKeyColor=255,0,255,255 @@ -38164,9 +758,9 @@ /processorParam:ResizeToPowerOfTwo=False /processorParam:MakeSquare=False /processorParam:TextureFormat=Color -/build:Pokemon/Sprites/froakie.png +/build:Content/GUI/Menus/GTS.png -#begin Pokemon/Sprites/frogadier.png +#begin Content/GUI/Menus/Menu.png /importer:TextureImporter /processor:TextureProcessor /processorParam:ColorKeyColor=255,0,255,255 @@ -38176,9 +770,9 @@ /processorParam:ResizeToPowerOfTwo=False /processorParam:MakeSquare=False /processorParam:TextureFormat=Color -/build:Pokemon/Sprites/frogadier.png +/build:Content/GUI/Menus/Menu.png -#begin Pokemon/Sprites/furfrou.png +#begin Content/GUI/Menus/pokedexhabitat.png /importer:TextureImporter /processor:TextureProcessor /processorParam:ColorKeyColor=255,0,255,255 @@ -38188,9 +782,9 @@ /processorParam:ResizeToPowerOfTwo=False /processorParam:MakeSquare=False /processorParam:TextureFormat=Color -/build:Pokemon/Sprites/furfrou.png +/build:Content/GUI/Menus/pokedexhabitat.png -#begin Pokemon/Sprites/gogoat.png +#begin Content/GUI/Menus/pokegear.png /importer:TextureImporter /processor:TextureProcessor /processorParam:ColorKeyColor=255,0,255,255 @@ -38200,9 +794,9 @@ /processorParam:ResizeToPowerOfTwo=False /processorParam:MakeSquare=False /processorParam:TextureFormat=Color -/build:Pokemon/Sprites/gogoat.png +/build:Content/GUI/Menus/pokegear.png -#begin Pokemon/Sprites/gourgeist.png +#begin Content/GUI/Menus/Types.png /importer:TextureImporter /processor:TextureProcessor /processorParam:ColorKeyColor=255,0,255,255 @@ -38212,9 +806,9 @@ /processorParam:ResizeToPowerOfTwo=False /processorParam:MakeSquare=False /processorParam:TextureFormat=Color -/build:Pokemon/Sprites/gourgeist.png +/build:Content/GUI/Menus/Types.png -#begin Pokemon/Sprites/gourgeist-large.png +#begin Content/GUI/Overworld/ChooseBox.png /importer:TextureImporter /processor:TextureProcessor /processorParam:ColorKeyColor=255,0,255,255 @@ -38224,9 +818,9 @@ /processorParam:ResizeToPowerOfTwo=False /processorParam:MakeSquare=False /processorParam:TextureFormat=Color -/build:Pokemon/Sprites/gourgeist-large.png +/build:Content/GUI/Overworld/ChooseBox.png -#begin Pokemon/Sprites/gourgeist-small.png +#begin Content/GUI/Overworld/flash_overlay.png /importer:TextureImporter /processor:TextureProcessor /processorParam:ColorKeyColor=255,0,255,255 @@ -38236,9 +830,9 @@ /processorParam:ResizeToPowerOfTwo=False /processorParam:MakeSquare=False /processorParam:TextureFormat=Color -/build:Pokemon/Sprites/gourgeist-small.png +/build:Content/GUI/Overworld/flash_overlay.png -#begin Pokemon/Sprites/gourgeist-super.png +#begin Content/GUI/Overworld/Particles.png /importer:TextureImporter /processor:TextureProcessor /processorParam:ColorKeyColor=255,0,255,255 @@ -38248,9 +842,9 @@ /processorParam:ResizeToPowerOfTwo=False /processorParam:MakeSquare=False /processorParam:TextureFormat=Color -/build:Pokemon/Sprites/gourgeist-super.png +/build:Content/GUI/Overworld/Particles.png -#begin Pokemon/Sprites/greninja.png +#begin Content/GUI/Overworld/Rods.png /importer:TextureImporter /processor:TextureProcessor /processorParam:ColorKeyColor=255,0,255,255 @@ -38260,9 +854,9 @@ /processorParam:ResizeToPowerOfTwo=False /processorParam:MakeSquare=False /processorParam:TextureFormat=Color -/build:Pokemon/Sprites/greninja.png +/build:Content/GUI/Overworld/Rods.png -#begin Pokemon/Sprites/hawlucha.png +#begin Content/GUI/Overworld/Sign.png /importer:TextureImporter /processor:TextureProcessor /processorParam:ColorKeyColor=255,0,255,255 @@ -38272,9 +866,9 @@ /processorParam:ResizeToPowerOfTwo=False /processorParam:MakeSquare=False /processorParam:TextureFormat=Color -/build:Pokemon/Sprites/hawlucha.png +/build:Content/GUI/Overworld/Sign.png -#begin Pokemon/Sprites/heliolisk.png +#begin Content/GUI/Overworld/TextBox.png /importer:TextureImporter /processor:TextureProcessor /processorParam:ColorKeyColor=255,0,255,255 @@ -38284,9 +878,9 @@ /processorParam:ResizeToPowerOfTwo=False /processorParam:MakeSquare=False /processorParam:TextureFormat=Color -/build:Pokemon/Sprites/heliolisk.png +/build:Content/GUI/Overworld/TextBox.png -#begin Pokemon/Sprites/helioptile.png +#begin Content/Items/ItemSheet.png /importer:TextureImporter /processor:TextureProcessor /processorParam:ColorKeyColor=255,0,255,255 @@ -38296,9 +890,9 @@ /processorParam:ResizeToPowerOfTwo=False /processorParam:MakeSquare=False /processorParam:TextureFormat=Color -/build:Pokemon/Sprites/helioptile.png +/build:Content/Items/ItemSheet.png -#begin Pokemon/Sprites/hoopa.png +#begin Content/Items/MegaStones.png /importer:TextureImporter /processor:TextureProcessor /processorParam:ColorKeyColor=255,0,255,255 @@ -38308,9 +902,9 @@ /processorParam:ResizeToPowerOfTwo=False /processorParam:MakeSquare=False /processorParam:TextureFormat=Color -/build:Pokemon/Sprites/hoopa.png +/build:Content/Items/MegaStones.png -#begin Pokemon/Sprites/inkay.png +#begin Content/Items/Plates.png /importer:TextureImporter /processor:TextureProcessor /processorParam:ColorKeyColor=255,0,255,255 @@ -38320,4383 +914,39461 @@ /processorParam:ResizeToPowerOfTwo=False /processorParam:MakeSquare=False /processorParam:TextureFormat=Color -/build:Pokemon/Sprites/inkay.png +/build:Content/Items/Plates.png -#begin Pokemon/Sprites/malamar.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:Pokemon/Sprites/malamar.png +#begin Content/Localization/Tokens_de.dat +/copy:Content/Localization/Tokens_de.dat -#begin Pokemon/Sprites/meowstic.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:Pokemon/Sprites/meowstic.png +#begin Content/Localization/Tokens_en.dat +/copy:Content/Localization/Tokens_en.dat -#begin Pokemon/Sprites/meowstic-f.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:Pokemon/Sprites/meowstic-f.png +#begin Content/Localization/Tokens_fr.dat +/copy:Content/Localization/Tokens_fr.dat -#begin Pokemon/Sprites/pumpkaboo.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:Pokemon/Sprites/pumpkaboo.png +#begin Content/Localization/Tokens_id.dat +/copy:Content/Localization/Tokens_id.dat -#begin Pokemon/Sprites/pumpkaboo_large.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:Pokemon/Sprites/pumpkaboo_large.png +#begin Content/Localization/Tokens_it.dat +/copy:Content/Localization/Tokens_it.dat -#begin Pokemon/Sprites/pumpkaboo_small.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:Pokemon/Sprites/pumpkaboo_small.png +#begin Content/Localization/Tokens_lt.dat +/copy:Content/Localization/Tokens_lt.dat -#begin Pokemon/Sprites/pumpkaboo_super.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:Pokemon/Sprites/pumpkaboo_super.png +#begin Content/Localization/Tokens_sv.dat +/copy:Content/Localization/Tokens_sv.dat -#begin Pokemon/Sprites/quilladin.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:Pokemon/Sprites/quilladin.png +#begin Content/Localization/Tokens_tr.dat +/copy:Content/Localization/Tokens_tr.dat -#begin Pokemon/Sprites/skiddo.png -/importer:TextureImporter -/processor:TextureProcessor -/processorParam:ColorKeyColor=255,0,255,255 +#begin Content/Models/boat/ferry.X +/importer:XImporter +/processor:ModelProcessor +/processorParam:ColorKeyColor=0,0,0,0 /processorParam:ColorKeyEnabled=True -/processorParam:GenerateMipmaps=False -/processorParam:PremultiplyAlpha=True -/processorParam:ResizeToPowerOfTwo=False -/processorParam:MakeSquare=False +/processorParam:DefaultEffect=BasicEffect +/processorParam:GenerateMipmaps=True +/processorParam:GenerateTangentFrames=False +/processorParam:PremultiplyTextureAlpha=True +/processorParam:PremultiplyVertexColors=True +/processorParam:ResizeTexturesToPowerOfTwo=False +/processorParam:RotationX=0 +/processorParam:RotationY=0 +/processorParam:RotationZ=0 +/processorParam:Scale=1 +/processorParam:SwapWindingOrder=False /processorParam:TextureFormat=Color -/build:Pokemon/Sprites/skiddo.png +/build:Content/Models/boat/ferry.X -#begin Pokemon/Sprites/slurpuff.png -/importer:TextureImporter -/processor:TextureProcessor -/processorParam:ColorKeyColor=255,0,255,255 +#begin Content/Models/boat/Ship.X +/importer:XImporter +/processor:ModelProcessor +/processorParam:ColorKeyColor=0,0,0,0 /processorParam:ColorKeyEnabled=True -/processorParam:GenerateMipmaps=False -/processorParam:PremultiplyAlpha=True -/processorParam:ResizeToPowerOfTwo=False -/processorParam:MakeSquare=False +/processorParam:DefaultEffect=BasicEffect +/processorParam:GenerateMipmaps=True +/processorParam:GenerateTangentFrames=False +/processorParam:PremultiplyTextureAlpha=True +/processorParam:PremultiplyVertexColors=True +/processorParam:ResizeTexturesToPowerOfTwo=False +/processorParam:RotationX=0 +/processorParam:RotationY=0 +/processorParam:RotationZ=0 +/processorParam:Scale=1 +/processorParam:SwapWindingOrder=False /processorParam:TextureFormat=Color -/build:Pokemon/Sprites/slurpuff.png +/build:Content/Models/boat/Ship.X -#begin Pokemon/Sprites/spritzee.png -/importer:TextureImporter -/processor:TextureProcessor -/processorParam:ColorKeyColor=255,0,255,255 +#begin Content/Models/boat2/Boat.fbx +/importer:FbxImporter +/processor:ModelProcessor +/processorParam:ColorKeyColor=0,0,0,0 /processorParam:ColorKeyEnabled=True -/processorParam:GenerateMipmaps=False -/processorParam:PremultiplyAlpha=True -/processorParam:ResizeToPowerOfTwo=False -/processorParam:MakeSquare=False +/processorParam:DefaultEffect=BasicEffect +/processorParam:GenerateMipmaps=True +/processorParam:GenerateTangentFrames=False +/processorParam:PremultiplyTextureAlpha=True +/processorParam:PremultiplyVertexColors=True +/processorParam:ResizeTexturesToPowerOfTwo=False +/processorParam:RotationX=0 +/processorParam:RotationY=0 +/processorParam:RotationZ=0 +/processorParam:Scale=1 +/processorParam:SwapWindingOrder=False /processorParam:TextureFormat=Color -/build:Pokemon/Sprites/spritzee.png +/build:Content/Models/boat2/Boat.fbx -#begin Pokemon/Sprites/swirlix.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:Pokemon/Sprites/swirlix.png +#begin Content/Models/building/P3DBuilding.x +/importer:XImporter +/processor:ModelProcessor +/processorParam:ColorKeyColor=0,0,0,0 +/processorParam:ColorKeyEnabled=True +/processorParam:DefaultEffect=BasicEffect +/processorParam:GenerateMipmaps=True +/processorParam:GenerateTangentFrames=False +/processorParam:PremultiplyTextureAlpha=True +/processorParam:PremultiplyVertexColors=True +/processorParam:ResizeTexturesToPowerOfTwo=False +/processorParam:RotationX=0 +/processorParam:RotationY=0 +/processorParam:RotationZ=0 +/processorParam:Scale=1 +/processorParam:SwapWindingOrder=False +/processorParam:TextureFormat=Color +/build:Content/Models/building/P3DBuilding.x + +#begin Content/Models/Environment/arena_colleseum.X +/importer:XImporter +/processor:ModelProcessor +/processorParam:ColorKeyColor=0,0,0,0 +/processorParam:ColorKeyEnabled=True +/processorParam:DefaultEffect=BasicEffect +/processorParam:GenerateMipmaps=True +/processorParam:GenerateTangentFrames=False +/processorParam:PremultiplyTextureAlpha=True +/processorParam:PremultiplyVertexColors=True +/processorParam:ResizeTexturesToPowerOfTwo=False +/processorParam:RotationX=0 +/processorParam:RotationY=0 +/processorParam:RotationZ=0 +/processorParam:Scale=1 +/processorParam:SwapWindingOrder=False +/processorParam:TextureFormat=Color +/build:Content/Models/Environment/arena_colleseum.X + +#begin Content/Models/Environment/MtSilver/Mountain.x +/importer:XImporter +/processor:ModelProcessor +/processorParam:ColorKeyColor=0,0,0,0 +/processorParam:ColorKeyEnabled=True +/processorParam:DefaultEffect=BasicEffect +/processorParam:GenerateMipmaps=True +/processorParam:GenerateTangentFrames=False +/processorParam:PremultiplyTextureAlpha=True +/processorParam:PremultiplyVertexColors=True +/processorParam:ResizeTexturesToPowerOfTwo=False +/processorParam:RotationX=0 +/processorParam:RotationY=0 +/processorParam:RotationZ=0 +/processorParam:Scale=1 +/processorParam:SwapWindingOrder=False +/processorParam:TextureFormat=Color +/build:Content/Models/Environment/MtSilver/Mountain.x + +#begin Content/Models/Environment/Test_floor/Test_floor.X +/importer:XImporter +/processor:ModelProcessor +/processorParam:ColorKeyColor=0,0,0,0 +/processorParam:ColorKeyEnabled=True +/processorParam:DefaultEffect=BasicEffect +/processorParam:GenerateMipmaps=True +/processorParam:GenerateTangentFrames=False +/processorParam:PremultiplyTextureAlpha=True +/processorParam:PremultiplyVertexColors=True +/processorParam:ResizeTexturesToPowerOfTwo=False +/processorParam:RotationX=0 +/processorParam:RotationY=0 +/processorParam:RotationZ=0 +/processorParam:Scale=1 +/processorParam:SwapWindingOrder=False +/processorParam:TextureFormat=Color +/build:Content/Models/Environment/Test_floor/Test_floor.X + +#begin Content/Models/Snorlax/Normal.x +/importer:XImporter +/processor:ModelProcessor +/processorParam:ColorKeyColor=0,0,0,0 +/processorParam:ColorKeyEnabled=True +/processorParam:DefaultEffect=BasicEffect +/processorParam:GenerateMipmaps=True +/processorParam:GenerateTangentFrames=False +/processorParam:PremultiplyTextureAlpha=True +/processorParam:PremultiplyVertexColors=True +/processorParam:ResizeTexturesToPowerOfTwo=False +/processorParam:RotationX=0 +/processorParam:RotationY=0 +/processorParam:RotationZ=0 +/processorParam:Scale=1 +/processorParam:SwapWindingOrder=False +/processorParam:TextureFormat=Color +/build:Content/Models/Snorlax/Normal.x + +#begin Content/Models/Snorlax/Shiny.x +/importer:XImporter +/processor:ModelProcessor +/processorParam:ColorKeyColor=0,0,0,0 +/processorParam:ColorKeyEnabled=True +/processorParam:DefaultEffect=BasicEffect +/processorParam:GenerateMipmaps=True +/processorParam:GenerateTangentFrames=False +/processorParam:PremultiplyTextureAlpha=True +/processorParam:PremultiplyVertexColors=True +/processorParam:ResizeTexturesToPowerOfTwo=False +/processorParam:RotationX=0 +/processorParam:RotationY=0 +/processorParam:RotationZ=0 +/processorParam:Scale=1 +/processorParam:SwapWindingOrder=False +/processorParam:TextureFormat=Color +/build:Content/Models/Snorlax/Shiny.x + +#begin Content/Models/truck2/Truck.fbx +/importer:FbxImporter +/processor:ModelProcessor +/processorParam:ColorKeyColor=0,0,0,0 +/processorParam:ColorKeyEnabled=True +/processorParam:DefaultEffect=BasicEffect +/processorParam:GenerateMipmaps=True +/processorParam:GenerateTangentFrames=False +/processorParam:PremultiplyTextureAlpha=True +/processorParam:PremultiplyVertexColors=True +/processorParam:ResizeTexturesToPowerOfTwo=False +/processorParam:RotationX=0 +/processorParam:RotationY=0 +/processorParam:RotationZ=0 +/processorParam:Scale=1 +/processorParam:SwapWindingOrder=False +/processorParam:TextureFormat=Color +/build:Content/Models/truck2/Truck.fbx -#begin Pokemon/Sprites/xerneas.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:Pokemon/Sprites/xerneas.png +#begin Content/Pokemon/Data/1.dat +/copy:Content/Pokemon/Data/1.dat -#begin Pokemon/Sprites/yveltal.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:Pokemon/Sprites/yveltal.png +#begin Content/Pokemon/Data/10.dat +/copy:Content/Pokemon/Data/10.dat -#begin Pokemon/Sprites/zygarde.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:Pokemon/Sprites/zygarde.png +#begin Content/Pokemon/Data/100.dat +/copy:Content/Pokemon/Data/100.dat -#begin Pokemon/Sprites/Abomasnow_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:Pokemon/Sprites/Abomasnow_mega.png +#begin Content/Pokemon/Data/101.dat +/copy:Content/Pokemon/Data/101.dat -#begin Pokemon/Sprites/Absol_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:Pokemon/Sprites/Absol_mega.png +#begin Content/Pokemon/Data/102.dat +/copy:Content/Pokemon/Data/102.dat -#begin Pokemon/Sprites/Aerodactyl_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:Pokemon/Sprites/Aerodactyl_mega.png +#begin Content/Pokemon/Data/103.dat +/copy:Content/Pokemon/Data/103.dat -#begin Pokemon/Sprites/Aggron_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:Pokemon/Sprites/Aggron_mega.png +#begin Content/Pokemon/Data/104.dat +/copy:Content/Pokemon/Data/104.dat -#begin Pokemon/Sprites/Alakazam_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:Pokemon/Sprites/Alakazam_mega.png +#begin Content/Pokemon/Data/105.dat +/copy:Content/Pokemon/Data/105.dat -#begin Pokemon/Sprites/Ampharos_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:Pokemon/Sprites/Ampharos_mega.png +#begin Content/Pokemon/Data/106.dat +/copy:Content/Pokemon/Data/106.dat -#begin Pokemon/Sprites/Banette_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:Pokemon/Sprites/Banette_mega.png +#begin Content/Pokemon/Data/107.dat +/copy:Content/Pokemon/Data/107.dat -#begin Pokemon/Sprites/Blastoise_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:Pokemon/Sprites/Blastoise_mega.png +#begin Content/Pokemon/Data/108.dat +/copy:Content/Pokemon/Data/108.dat -#begin Pokemon/Sprites/Blaziken_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:Pokemon/Sprites/Blaziken_mega.png +#begin Content/Pokemon/Data/109.dat +/copy:Content/Pokemon/Data/109.dat -#begin Pokemon/Sprites/Charizard_mega_x.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:Pokemon/Sprites/Charizard_mega_x.png +#begin Content/Pokemon/Data/11.dat +/copy:Content/Pokemon/Data/11.dat -#begin Pokemon/Sprites/Charizard_mega_y.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:Pokemon/Sprites/Charizard_mega_y.png +#begin Content/Pokemon/Data/110.dat +/copy:Content/Pokemon/Data/110.dat -#begin Pokemon/Sprites/Garchomp_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:Pokemon/Sprites/Garchomp_mega.png +#begin Content/Pokemon/Data/111.dat +/copy:Content/Pokemon/Data/111.dat -#begin Pokemon/Sprites/Gardevoir_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:Pokemon/Sprites/Gardevoir_mega.png +#begin Content/Pokemon/Data/112.dat +/copy:Content/Pokemon/Data/112.dat -#begin Pokemon/Sprites/Gengar_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:Pokemon/Sprites/Gengar_mega.png +#begin Content/Pokemon/Data/113.dat +/copy:Content/Pokemon/Data/113.dat -#begin Pokemon/Sprites/Gyarados_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:Pokemon/Sprites/Gyarados_mega.png +#begin Content/Pokemon/Data/114.dat +/copy:Content/Pokemon/Data/114.dat -#begin Pokemon/Sprites/Heracross_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:Pokemon/Sprites/Heracross_mega.png +#begin Content/Pokemon/Data/115.dat +/copy:Content/Pokemon/Data/115.dat -#begin Pokemon/Sprites/Houndoom_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:Pokemon/Sprites/Houndoom_mega.png +#begin Content/Pokemon/Data/116.dat +/copy:Content/Pokemon/Data/116.dat -#begin Pokemon/Sprites/Kangaskhan_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:Pokemon/Sprites/Kangaskhan_mega.png +#begin Content/Pokemon/Data/117.dat +/copy:Content/Pokemon/Data/117.dat -#begin Pokemon/Sprites/Latias_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:Pokemon/Sprites/Latias_mega.png +#begin Content/Pokemon/Data/118.dat +/copy:Content/Pokemon/Data/118.dat -#begin Pokemon/Sprites/Latios_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:Pokemon/Sprites/Latios_mega.png +#begin Content/Pokemon/Data/119.dat +/copy:Content/Pokemon/Data/119.dat -#begin Pokemon/Sprites/Lucario_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:Pokemon/Sprites/Lucario_mega.png +#begin Content/Pokemon/Data/12.dat +/copy:Content/Pokemon/Data/12.dat -#begin Pokemon/Sprites/Manectric_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:Pokemon/Sprites/Manectric_mega.png +#begin Content/Pokemon/Data/120.dat +/copy:Content/Pokemon/Data/120.dat -#begin Pokemon/Sprites/Mawile_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:Pokemon/Sprites/Mawile_mega.png +#begin Content/Pokemon/Data/121.dat +/copy:Content/Pokemon/Data/121.dat -#begin Pokemon/Sprites/Medicham_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:Pokemon/Sprites/Medicham_mega.png +#begin Content/Pokemon/Data/122.dat +/copy:Content/Pokemon/Data/122.dat -#begin Pokemon/Sprites/Mewtwo_mega_x.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:Pokemon/Sprites/Mewtwo_mega_x.png +#begin Content/Pokemon/Data/123.dat +/copy:Content/Pokemon/Data/123.dat -#begin Pokemon/Sprites/Mewtwo_mega_y.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:Pokemon/Sprites/Mewtwo_mega_y.png +#begin Content/Pokemon/Data/124.dat +/copy:Content/Pokemon/Data/124.dat -#begin Pokemon/Sprites/Pinsir_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:Pokemon/Sprites/Pinsir_mega.png +#begin Content/Pokemon/Data/125.dat +/copy:Content/Pokemon/Data/125.dat -#begin Pokemon/Sprites/Scizor_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:Pokemon/Sprites/Scizor_mega.png +#begin Content/Pokemon/Data/126.dat +/copy:Content/Pokemon/Data/126.dat -#begin Pokemon/Sprites/Tyranitar_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:Pokemon/Sprites/Tyranitar_mega.png +#begin Content/Pokemon/Data/127.dat +/copy:Content/Pokemon/Data/127.dat -#begin Pokemon/Sprites/Venusaur_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:Pokemon/Sprites/Venusaur_mega.png +#begin Content/Pokemon/Data/128.dat +/copy:Content/Pokemon/Data/128.dat -#begin Songs/intro/azalea.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/intro/azalea.ogg +#begin Content/Pokemon/Data/129.dat +/copy:Content/Pokemon/Data/129.dat -#begin Songs/alph.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/alph.ogg +#begin Content/Pokemon/Data/13.dat +/copy:Content/Pokemon/Data/13.dat -#begin Songs/azalea.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/azalea.ogg +#begin Content/Pokemon/Data/130.dat +/copy:Content/Pokemon/Data/130.dat -#begin Songs/cherrygrove.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/cherrygrove.ogg +#begin Content/Pokemon/Data/131.dat +/copy:Content/Pokemon/Data/131.dat -#begin Songs/intro/cherrygrove.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/intro/cherrygrove.ogg +#begin Content/Pokemon/Data/132.dat +/copy:Content/Pokemon/Data/132.dat -#begin Songs/barktown.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/barktown.ogg +#begin Content/Pokemon/Data/133.dat +/copy:Content/Pokemon/Data/133.dat -#begin Songs/intro/barktown.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/intro/barktown.ogg +#begin Content/Pokemon/Data/134.dat +/copy:Content/Pokemon/Data/134.dat -#begin Songs/battlefactory.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/battlefactory.ogg +#begin Content/Pokemon/Data/135.dat +/copy:Content/Pokemon/Data/135.dat -#begin Songs/intro/battlefactory.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/intro/battlefactory.ogg +#begin Content/Pokemon/Data/136.dat +/copy:Content/Pokemon/Data/136.dat -#begin Songs/battletower.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/battletower.ogg +#begin Content/Pokemon/Data/137.dat +/copy:Content/Pokemon/Data/137.dat -#begin Songs/brain_battle.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/brain_battle.ogg +#begin Content/Pokemon/Data/138.dat +/copy:Content/Pokemon/Data/138.dat -#begin Songs/brain_battle_intro.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/brain_battle_intro.ogg +#begin Content/Pokemon/Data/139.dat +/copy:Content/Pokemon/Data/139.dat -#begin Songs/bugcontest.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/bugcontest.ogg +#begin Content/Pokemon/Data/14.dat +/copy:Content/Pokemon/Data/14.dat -#begin Songs/intro/bugcontest.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/intro/bugcontest.ogg +#begin Content/Pokemon/Data/140.dat +/copy:Content/Pokemon/Data/140.dat -#begin Songs/intro/burnedtower.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/intro/burnedtower.ogg +#begin Content/Pokemon/Data/141.dat +/copy:Content/Pokemon/Data/141.dat -#begin Songs/intro/celadon.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/intro/celadon.ogg +#begin Content/Pokemon/Data/142.dat +/copy:Content/Pokemon/Data/142.dat -#begin Songs/celadon.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/celadon.ogg +#begin Content/Pokemon/Data/143.dat +/copy:Content/Pokemon/Data/143.dat -#begin Songs/center.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/center.ogg +#begin Content/Pokemon/Data/144.dat +/copy:Content/Pokemon/Data/144.dat -#begin Songs/cerulean.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/cerulean.ogg +#begin Content/Pokemon/Data/145.dat +/copy:Content/Pokemon/Data/145.dat -#begin Songs/intro/cerulean.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/intro/cerulean.ogg +#begin Content/Pokemon/Data/146.dat +/copy:Content/Pokemon/Data/146.dat -#begin Songs/intro/cerulean_cave.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/intro/cerulean_cave.ogg +#begin Content/Pokemon/Data/147.dat +/copy:Content/Pokemon/Data/147.dat -#begin Songs/cerulean_cave.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/cerulean_cave.ogg +#begin Content/Pokemon/Data/148.dat +/copy:Content/Pokemon/Data/148.dat -#begin Songs/champion_defeat.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/champion_defeat.ogg +#begin Content/Pokemon/Data/149.dat +/copy:Content/Pokemon/Data/149.dat -#begin Songs/intro/champion_defeat.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/intro/champion_defeat.ogg +#begin Content/Pokemon/Data/15.dat +/copy:Content/Pokemon/Data/15.dat -#begin Songs/diglettscave.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/diglettscave.ogg +#begin Content/Pokemon/Data/150.dat +/copy:Content/Pokemon/Data/150.dat -#begin Songs/intro/diglettscave.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/intro/diglettscave.ogg +#begin Content/Pokemon/Data/151.dat +/copy:Content/Pokemon/Data/151.dat -#begin Songs/cinnabar.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/cinnabar.ogg +#begin Content/Pokemon/Data/152.dat +/copy:Content/Pokemon/Data/152.dat -#begin Songs/credits.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/credits.ogg +#begin Content/Pokemon/Data/153.dat +/copy:Content/Pokemon/Data/153.dat -#begin Songs/dark_cave.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/dark_cave.ogg +#begin Content/Pokemon/Data/154.dat +/copy:Content/Pokemon/Data/154.dat -#begin Songs/dragonsden.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/dragonsden.ogg +#begin Content/Pokemon/Data/155.dat +/copy:Content/Pokemon/Data/155.dat -#begin Songs/ecruteak.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/ecruteak.ogg +#begin Content/Pokemon/Data/156.dat +/copy:Content/Pokemon/Data/156.dat -#begin Songs/intro/elite_defeat.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/intro/elite_defeat.ogg +#begin Content/Pokemon/Data/157.dat +/copy:Content/Pokemon/Data/157.dat -#begin Songs/intro/elmslab.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/intro/elmslab.ogg +#begin Content/Pokemon/Data/158.dat +/copy:Content/Pokemon/Data/158.dat -#begin Songs/elite_defeat.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/elite_defeat.ogg +#begin Content/Pokemon/Data/159.dat +/copy:Content/Pokemon/Data/159.dat -#begin Songs/elmslab.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/elmslab.ogg +#begin Content/Pokemon/Data/15_mega.dat +/copy:Content/Pokemon/Data/15_mega.dat -#begin Songs/intro/entei_battle.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/intro/entei_battle.ogg +#begin Content/Pokemon/Data/16.dat +/copy:Content/Pokemon/Data/16.dat -#begin Songs/intro/evolution.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/intro/evolution.ogg +#begin Content/Pokemon/Data/160.dat +/copy:Content/Pokemon/Data/160.dat -#begin Songs/intro/frontier.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/intro/frontier.ogg +#begin Content/Pokemon/Data/161.dat +/copy:Content/Pokemon/Data/161.dat -#begin Songs/intro/gamecorner.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/intro/gamecorner.ogg +#begin Content/Pokemon/Data/162.dat +/copy:Content/Pokemon/Data/162.dat -#begin Songs/intro/Goldenrod.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/intro/Goldenrod.ogg +#begin Content/Pokemon/Data/163.dat +/copy:Content/Pokemon/Data/163.dat -#begin Songs/intro/gts.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/intro/gts.ogg +#begin Content/Pokemon/Data/164.dat +/copy:Content/Pokemon/Data/164.dat -#begin Songs/intro/ho-oh_battle.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/intro/ho-oh_battle.ogg +#begin Content/Pokemon/Data/165.dat +/copy:Content/Pokemon/Data/165.dat -#begin Songs/intro/IlexForest.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/intro/IlexForest.ogg +#begin Content/Pokemon/Data/166.dat +/copy:Content/Pokemon/Data/166.dat -#begin Songs/intro/johto_elite.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/intro/johto_elite.ogg +#begin Content/Pokemon/Data/167.dat +/copy:Content/Pokemon/Data/167.dat -#begin Songs/intro/johto_leader.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/intro/johto_leader.ogg +#begin Content/Pokemon/Data/168.dat +/copy:Content/Pokemon/Data/168.dat -#begin Songs/intro/johto_rival_encounter.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/intro/johto_rival_encounter.ogg +#begin Content/Pokemon/Data/169.dat +/copy:Content/Pokemon/Data/169.dat -#begin Songs/intro/johto_rocket.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/intro/johto_rocket.ogg +#begin Content/Pokemon/Data/17.dat +/copy:Content/Pokemon/Data/17.dat -#begin Songs/intro/johto_trainer.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/intro/johto_trainer.ogg +#begin Content/Pokemon/Data/170.dat +/copy:Content/Pokemon/Data/170.dat -#begin Songs/intro/johto_wild.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/intro/johto_wild.ogg +#begin Content/Pokemon/Data/171.dat +/copy:Content/Pokemon/Data/171.dat -#begin Songs/entei_battle.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/entei_battle.ogg +#begin Content/Pokemon/Data/172.dat +/copy:Content/Pokemon/Data/172.dat -#begin Songs/entei_battle_intro.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/entei_battle_intro.ogg +#begin Content/Pokemon/Data/173.dat +/copy:Content/Pokemon/Data/173.dat -#begin Songs/eusine_encounter.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/eusine_encounter.ogg +#begin Content/Pokemon/Data/174.dat +/copy:Content/Pokemon/Data/174.dat -#begin Songs/evolution.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/evolution.ogg +#begin Content/Pokemon/Data/175.dat +/copy:Content/Pokemon/Data/175.dat -#begin Songs/frontier.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/frontier.ogg +#begin Content/Pokemon/Data/176.dat +/copy:Content/Pokemon/Data/176.dat -#begin Songs/gamecorner.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/gamecorner.ogg +#begin Content/Pokemon/Data/177.dat +/copy:Content/Pokemon/Data/177.dat -#begin Songs/Goldenrod.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/Goldenrod.ogg +#begin Content/Pokemon/Data/178.dat +/copy:Content/Pokemon/Data/178.dat -#begin Songs/gts.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/gts.ogg +#begin Content/Pokemon/Data/179.dat +/copy:Content/Pokemon/Data/179.dat -#begin Songs/gym.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/gym.ogg +#begin Content/Pokemon/Data/18.dat +/copy:Content/Pokemon/Data/18.dat -#begin Songs/HallofFame.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/HallofFame.ogg +#begin Content/Pokemon/Data/180.dat +/copy:Content/Pokemon/Data/180.dat -#begin Songs/ho-oh_battle.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/ho-oh_battle.ogg +#begin Content/Pokemon/Data/181.dat +/copy:Content/Pokemon/Data/181.dat -#begin Songs/ho-oh_battle_intro.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/ho-oh_battle_intro.ogg +#begin Content/Pokemon/Data/181_mega.dat +/copy:Content/Pokemon/Data/181_mega.dat -#begin Songs/IlexForest.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/IlexForest.ogg +#begin Content/Pokemon/Data/182.dat +/copy:Content/Pokemon/Data/182.dat -#begin Songs/indigo.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/indigo.ogg +#begin Content/Pokemon/Data/183.dat +/copy:Content/Pokemon/Data/183.dat -#begin Songs/johto_champion.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/johto_champion.ogg +#begin Content/Pokemon/Data/184.dat +/copy:Content/Pokemon/Data/184.dat -#begin Songs/Johto_champion_intro.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/Johto_champion_intro.ogg +#begin Content/Pokemon/Data/185.dat +/copy:Content/Pokemon/Data/185.dat -#begin Songs/johto_elite.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/johto_elite.ogg +#begin Content/Pokemon/Data/186.dat +/copy:Content/Pokemon/Data/186.dat -#begin Songs/johto_elite_intro.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/johto_elite_intro.ogg +#begin Content/Pokemon/Data/187.dat +/copy:Content/Pokemon/Data/187.dat -#begin Songs/johto_leader.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/johto_leader.ogg +#begin Content/Pokemon/Data/188.dat +/copy:Content/Pokemon/Data/188.dat -#begin Songs/johto_leader_intro.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/johto_leader_intro.ogg +#begin Content/Pokemon/Data/189.dat +/copy:Content/Pokemon/Data/189.dat -#begin Songs/johto_rival.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/johto_rival.ogg +#begin Content/Pokemon/Data/18_mega.dat +/copy:Content/Pokemon/Data/18_mega.dat -#begin Songs/johto_rival_encounter.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/johto_rival_encounter.ogg +#begin Content/Pokemon/Data/19.dat +/copy:Content/Pokemon/Data/19.dat -#begin Songs/johto_rivalintro.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/johto_rivalintro.ogg +#begin Content/Pokemon/Data/190.dat +/copy:Content/Pokemon/Data/190.dat -#begin Songs/johto_rocket.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/johto_rocket.ogg +#begin Content/Pokemon/Data/191.dat +/copy:Content/Pokemon/Data/191.dat -#begin Songs/johto_rocket_encounter.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/johto_rocket_encounter.ogg +#begin Content/Pokemon/Data/192.dat +/copy:Content/Pokemon/Data/192.dat -#begin Songs/johto_rocket_intro.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/johto_rocket_intro.ogg +#begin Content/Pokemon/Data/193.dat +/copy:Content/Pokemon/Data/193.dat -#begin Songs/johto_trainer.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/johto_trainer.ogg +#begin Content/Pokemon/Data/194.dat +/copy:Content/Pokemon/Data/194.dat -#begin Songs/johto_trainer_intro.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/johto_trainer_intro.ogg +#begin Content/Pokemon/Data/195.dat +/copy:Content/Pokemon/Data/195.dat -#begin Songs/johto_wild.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/johto_wild.ogg +#begin Content/Pokemon/Data/196.dat +/copy:Content/Pokemon/Data/196.dat -#begin Songs/johto_wild_intro.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/johto_wild_intro.ogg +#begin Content/Pokemon/Data/197.dat +/copy:Content/Pokemon/Data/197.dat -#begin Songs/intro/kanto_leader.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/intro/kanto_leader.ogg +#begin Content/Pokemon/Data/198.dat +/copy:Content/Pokemon/Data/198.dat -#begin Songs/ancient_ruins.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/ancient_ruins.ogg +#begin Content/Pokemon/Data/199.dat +/copy:Content/Pokemon/Data/199.dat -#begin Songs/intro/raikou_battle.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/intro/raikou_battle.ogg +#begin Content/Pokemon/Data/2.dat +/copy:Content/Pokemon/Data/2.dat -#begin Songs/intro/suicune_battle.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/intro/suicune_battle.ogg +#begin Content/Pokemon/Data/20.dat +/copy:Content/Pokemon/Data/20.dat -#begin Songs/raikou_battle.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/raikou_battle.ogg +#begin Content/Pokemon/Data/200.dat +/copy:Content/Pokemon/Data/200.dat -#begin Songs/raikou_battle_intro.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/raikou_battle_intro.ogg +#begin Content/Pokemon/Data/201.dat +/copy:Content/Pokemon/Data/201.dat -#begin Songs/suicune_battle.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/suicune_battle.ogg +#begin Content/Pokemon/Data/202.dat +/copy:Content/Pokemon/Data/202.dat -#begin Songs/suicune_battle_intro.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/suicune_battle_intro.ogg +#begin Content/Pokemon/Data/203.dat +/copy:Content/Pokemon/Data/203.dat -#begin Songs/kanto_leader.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/kanto_leader.ogg +#begin Content/Pokemon/Data/204.dat +/copy:Content/Pokemon/Data/204.dat -#begin Songs/kanto_leader_intro.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/kanto_leader_intro.ogg +#begin Content/Pokemon/Data/205.dat +/copy:Content/Pokemon/Data/205.dat -#begin Songs/intro/kanto_trainer.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/intro/kanto_trainer.ogg +#begin Content/Pokemon/Data/206.dat +/copy:Content/Pokemon/Data/206.dat -#begin Songs/intro/lavender.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/intro/lavender.ogg +#begin Content/Pokemon/Data/207.dat +/copy:Content/Pokemon/Data/207.dat -#begin Songs/intro/leader_defeat.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/intro/leader_defeat.ogg +#begin Content/Pokemon/Data/208.dat +/copy:Content/Pokemon/Data/208.dat -#begin Songs/intro/lobby.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/intro/lobby.ogg +#begin Content/Pokemon/Data/209.dat +/copy:Content/Pokemon/Data/209.dat -#begin Songs/intro/lugia_battle.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/intro/lugia_battle.ogg +#begin Content/Pokemon/Data/21.dat +/copy:Content/Pokemon/Data/21.dat -#begin Songs/intro/mart.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/intro/mart.ogg +#begin Content/Pokemon/Data/210.dat +/copy:Content/Pokemon/Data/210.dat -#begin Songs/intro/mary_encounter.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/intro/mary_encounter.ogg +#begin Content/Pokemon/Data/211.dat +/copy:Content/Pokemon/Data/211.dat -#begin Songs/intro/oak_encounter.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/intro/oak_encounter.ogg +#begin Content/Pokemon/Data/212.dat +/copy:Content/Pokemon/Data/212.dat -#begin Songs/intro/oakslab.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/intro/oakslab.ogg +#begin Content/Pokemon/Data/212_mega.dat +/copy:Content/Pokemon/Data/212_mega.dat -#begin Songs/intro/pokeflute.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/intro/pokeflute.ogg +#begin Content/Pokemon/Data/213.dat +/copy:Content/Pokemon/Data/213.dat -#begin Songs/intro/pokemon_lullaby.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/intro/pokemon_lullaby.ogg +#begin Content/Pokemon/Data/214.dat +/copy:Content/Pokemon/Data/214.dat -#begin Songs/intro/pokemon_march.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/intro/pokemon_march.ogg +#begin Content/Pokemon/Data/214_mega.dat +/copy:Content/Pokemon/Data/214_mega.dat -#begin Songs/intro/pvp.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/intro/pvp.ogg +#begin Content/Pokemon/Data/215.dat +/copy:Content/Pokemon/Data/215.dat -#begin Songs/kanto_trainer.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/kanto_trainer.ogg +#begin Content/Pokemon/Data/216.dat +/copy:Content/Pokemon/Data/216.dat -#begin Songs/kanto_trainer_intro.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/kanto_trainer_intro.ogg +#begin Content/Pokemon/Data/217.dat +/copy:Content/Pokemon/Data/217.dat -#begin Songs/kanto_wild.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/kanto_wild.ogg +#begin Content/Pokemon/Data/218.dat +/copy:Content/Pokemon/Data/218.dat -#begin Songs/kanto_wild_intro.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/kanto_wild_intro.ogg +#begin Content/Pokemon/Data/219.dat +/copy:Content/Pokemon/Data/219.dat -#begin Songs/kimono.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/kimono.ogg +#begin Content/Pokemon/Data/22.dat +/copy:Content/Pokemon/Data/22.dat -#begin Songs/kvictoryroad.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/kvictoryroad.ogg +#begin Content/Pokemon/Data/220.dat +/copy:Content/Pokemon/Data/220.dat -#begin Songs/lavender.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/lavender.ogg +#begin Content/Pokemon/Data/221.dat +/copy:Content/Pokemon/Data/221.dat -#begin Songs/leader_defeat.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/leader_defeat.ogg +#begin Content/Pokemon/Data/222.dat +/copy:Content/Pokemon/Data/222.dat -#begin Songs/lighthouse.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/lighthouse.ogg +#begin Content/Pokemon/Data/223.dat +/copy:Content/Pokemon/Data/223.dat -#begin Songs/lobby.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/lobby.ogg +#begin Content/Pokemon/Data/224.dat +/copy:Content/Pokemon/Data/224.dat -#begin Songs/Looker_encounter.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/Looker_encounter.ogg +#begin Content/Pokemon/Data/225.dat +/copy:Content/Pokemon/Data/225.dat -#begin Songs/lugia_battle.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/lugia_battle.ogg +#begin Content/Pokemon/Data/226.dat +/copy:Content/Pokemon/Data/226.dat -#begin Songs/lugia_battle_intro.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/lugia_battle_intro.ogg +#begin Content/Pokemon/Data/227.dat +/copy:Content/Pokemon/Data/227.dat -#begin Songs/mart.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/mart.ogg +#begin Content/Pokemon/Data/228.dat +/copy:Content/Pokemon/Data/228.dat -#begin Songs/mary_encounter.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/mary_encounter.ogg +#begin Content/Pokemon/Data/229.dat +/copy:Content/Pokemon/Data/229.dat -#begin Songs/mtmoonsq.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/mtmoonsq.ogg +#begin Content/Pokemon/Data/23.dat +/copy:Content/Pokemon/Data/23.dat -#begin Songs/nationalpark.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/nationalpark.ogg +#begin Content/Pokemon/Data/230.dat +/copy:Content/Pokemon/Data/230.dat -#begin Songs/oak_encounter.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/oak_encounter.ogg +#begin Content/Pokemon/Data/231.dat +/copy:Content/Pokemon/Data/231.dat -#begin Songs/oakslab.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/oakslab.ogg +#begin Content/Pokemon/Data/232.dat +/copy:Content/Pokemon/Data/232.dat -#begin Songs/pallet.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/pallet.ogg +#begin Content/Pokemon/Data/233.dat +/copy:Content/Pokemon/Data/233.dat -#begin Songs/pokeflute.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/pokeflute.ogg +#begin Content/Pokemon/Data/234.dat +/copy:Content/Pokemon/Data/234.dat -#begin Songs/pokemon_lullaby.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/pokemon_lullaby.ogg +#begin Content/Pokemon/Data/235.dat +/copy:Content/Pokemon/Data/235.dat -#begin Songs/pokemon_march.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/pokemon_march.ogg +#begin Content/Pokemon/Data/236.dat +/copy:Content/Pokemon/Data/236.dat -#begin Songs/pvp.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/pvp.ogg +#begin Content/Pokemon/Data/237.dat +/copy:Content/Pokemon/Data/237.dat -#begin Songs/rHideout.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/rHideout.ogg +#begin Content/Pokemon/Data/238.dat +/copy:Content/Pokemon/Data/238.dat -#begin Songs/ride.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/ride.ogg +#begin Content/Pokemon/Data/239.dat +/copy:Content/Pokemon/Data/239.dat -#begin Songs/intro/ride.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/intro/ride.ogg +#begin Content/Pokemon/Data/24.dat +/copy:Content/Pokemon/Data/24.dat -#begin Songs/rocket_broadcast.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/rocket_broadcast.ogg +#begin Content/Pokemon/Data/240.dat +/copy:Content/Pokemon/Data/240.dat -#begin Songs/RouteMusic0.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/RouteMusic0.ogg +#begin Content/Pokemon/Data/241.dat +/copy:Content/Pokemon/Data/241.dat -#begin Songs/RouteMusic1.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/RouteMusic1.ogg +#begin Content/Pokemon/Data/242.dat +/copy:Content/Pokemon/Data/242.dat -#begin Songs/RouteMusic2.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/RouteMusic2.ogg +#begin Content/Pokemon/Data/243.dat +/copy:Content/Pokemon/Data/243.dat -#begin Songs/intro/RouteMusic1.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/intro/RouteMusic1.ogg +#begin Content/Pokemon/Data/244.dat +/copy:Content/Pokemon/Data/244.dat -#begin Songs/intro/RouteMusic2.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/intro/RouteMusic2.ogg +#begin Content/Pokemon/Data/245.dat +/copy:Content/Pokemon/Data/245.dat -#begin Songs/RouteMusic3.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/RouteMusic3.ogg +#begin Content/Pokemon/Data/246.dat +/copy:Content/Pokemon/Data/246.dat -#begin Songs/RouteMusic4.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/RouteMusic4.ogg +#begin Content/Pokemon/Data/247.dat +/copy:Content/Pokemon/Data/247.dat -#begin Songs/RouteMusic5.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/RouteMusic5.ogg +#begin Content/Pokemon/Data/248.dat +/copy:Content/Pokemon/Data/248.dat -#begin Songs/RouteMusic6.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/RouteMusic6.ogg +#begin Content/Pokemon/Data/248_mega.dat +/copy:Content/Pokemon/Data/248_mega.dat -#begin Songs/RouteMusic7.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/RouteMusic7.ogg +#begin Content/Pokemon/Data/249.dat +/copy:Content/Pokemon/Data/249.dat -#begin Songs/RouteMusic8.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/RouteMusic8.ogg +#begin Content/Pokemon/Data/25.dat +/copy:Content/Pokemon/Data/25.dat -#begin Songs/RouteMusic9.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/RouteMusic9.ogg +#begin Content/Pokemon/Data/250.dat +/copy:Content/Pokemon/Data/250.dat -#begin Songs/RouteMusic10.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/RouteMusic10.ogg +#begin Content/Pokemon/Data/251.dat +/copy:Content/Pokemon/Data/251.dat -#begin Songs/RouteMusic11.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/RouteMusic11.ogg +#begin Content/Pokemon/Data/252.dat +/copy:Content/Pokemon/Data/252.dat -#begin Songs/intro/RouteMusic3.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/intro/RouteMusic3.ogg +#begin Content/Pokemon/Data/253.dat +/copy:Content/Pokemon/Data/253.dat -#begin Songs/intro/RouteMusic4.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/intro/RouteMusic4.ogg +#begin Content/Pokemon/Data/254.dat +/copy:Content/Pokemon/Data/254.dat -#begin Songs/intro/RouteMusic5.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/intro/RouteMusic5.ogg +#begin Content/Pokemon/Data/254_mega.dat +/copy:Content/Pokemon/Data/254_mega.dat -#begin Songs/intro/RouteMusic6.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/intro/RouteMusic6.ogg +#begin Content/Pokemon/Data/255.dat +/copy:Content/Pokemon/Data/255.dat -#begin Songs/intro/RouteMusic7.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/intro/RouteMusic7.ogg +#begin Content/Pokemon/Data/256.dat +/copy:Content/Pokemon/Data/256.dat -#begin Songs/intro/RouteMusic8.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/intro/RouteMusic8.ogg +#begin Content/Pokemon/Data/257.dat +/copy:Content/Pokemon/Data/257.dat -#begin Songs/intro/RouteMusic10.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/intro/RouteMusic10.ogg +#begin Content/Pokemon/Data/257_mega.dat +/copy:Content/Pokemon/Data/257_mega.dat -#begin Songs/intro/RouteMusic11.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/intro/RouteMusic11.ogg +#begin Content/Pokemon/Data/258.dat +/copy:Content/Pokemon/Data/258.dat -#begin Songs/intro/safari.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/intro/safari.ogg +#begin Content/Pokemon/Data/259.dat +/copy:Content/Pokemon/Data/259.dat -#begin Songs/intro/show_me_around.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/intro/show_me_around.ogg +#begin Content/Pokemon/Data/26.dat +/copy:Content/Pokemon/Data/26.dat -#begin Songs/intro/space_legend_battle.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/intro/space_legend_battle.ogg +#begin Content/Pokemon/Data/260.dat +/copy:Content/Pokemon/Data/260.dat -#begin Songs/intro/sprout_tower.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/intro/sprout_tower.ogg +#begin Content/Pokemon/Data/260_mega.dat +/copy:Content/Pokemon/Data/260_mega.dat -#begin Songs/intro/ssaqua.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/intro/ssaqua.ogg +#begin Content/Pokemon/Data/261.dat +/copy:Content/Pokemon/Data/261.dat -#begin Songs/intro/startower.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/intro/startower.ogg +#begin Content/Pokemon/Data/262.dat +/copy:Content/Pokemon/Data/262.dat -#begin Songs/intro/trainer_encounter.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/intro/trainer_encounter.ogg +#begin Content/Pokemon/Data/263.dat +/copy:Content/Pokemon/Data/263.dat -#begin Songs/intro/vermilion.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/intro/vermilion.ogg +#begin Content/Pokemon/Data/264.dat +/copy:Content/Pokemon/Data/264.dat -#begin Songs/intro/violet.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/intro/violet.ogg +#begin Content/Pokemon/Data/265.dat +/copy:Content/Pokemon/Data/265.dat -#begin Songs/safari.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/safari.ogg +#begin Content/Pokemon/Data/266.dat +/copy:Content/Pokemon/Data/266.dat -#begin Songs/safarigate.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/safarigate.ogg +#begin Content/Pokemon/Data/267.dat +/copy:Content/Pokemon/Data/267.dat -#begin Songs/show_me_around.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/show_me_around.ogg +#begin Content/Pokemon/Data/268.dat +/copy:Content/Pokemon/Data/268.dat -#begin Songs/space_legend_battle.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/space_legend_battle.ogg +#begin Content/Pokemon/Data/269.dat +/copy:Content/Pokemon/Data/269.dat -#begin Songs/space_legend_battle_intro.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/space_legend_battle_intro.ogg +#begin Content/Pokemon/Data/27.dat +/copy:Content/Pokemon/Data/27.dat -#begin Songs/sprout_tower.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/sprout_tower.ogg +#begin Content/Pokemon/Data/270.dat +/copy:Content/Pokemon/Data/270.dat -#begin Songs/ssaqua.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/ssaqua.ogg +#begin Content/Pokemon/Data/271.dat +/copy:Content/Pokemon/Data/271.dat -#begin Songs/startower.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/startower.ogg +#begin Content/Pokemon/Data/272.dat +/copy:Content/Pokemon/Data/272.dat -#begin Songs/surf.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/surf.ogg +#begin Content/Pokemon/Data/273.dat +/copy:Content/Pokemon/Data/273.dat -#begin Songs/tintower.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/tintower.ogg +#begin Content/Pokemon/Data/274.dat +/copy:Content/Pokemon/Data/274.dat -#begin Songs/title.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/title.ogg +#begin Content/Pokemon/Data/275.dat +/copy:Content/Pokemon/Data/275.dat -#begin Songs/trainer_defeat.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/trainer_defeat.ogg +#begin Content/Pokemon/Data/276.dat +/copy:Content/Pokemon/Data/276.dat -#begin Songs/trainer_encounter.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/trainer_encounter.ogg +#begin Content/Pokemon/Data/277.dat +/copy:Content/Pokemon/Data/277.dat -#begin Songs/unown_broadcast.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/unown_broadcast.ogg +#begin Content/Pokemon/Data/278.dat +/copy:Content/Pokemon/Data/278.dat -#begin Songs/vermilion.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/vermilion.ogg +#begin Content/Pokemon/Data/279.dat +/copy:Content/Pokemon/Data/279.dat -#begin Songs/violet.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/violet.ogg +#begin Content/Pokemon/Data/28.dat +/copy:Content/Pokemon/Data/28.dat -#begin Songs/viridian_forest.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/viridian_forest.ogg +#begin Content/Pokemon/Data/280.dat +/copy:Content/Pokemon/Data/280.dat -#begin Songs/wild_defeat.ogg -/importer:OggImporter -/processor:SongProcessor -/processorParam:Quality=Best -/build:Songs/wild_defeat.ogg +#begin Content/Pokemon/Data/281.dat +/copy:Content/Pokemon/Data/281.dat -#begin Pokemon/Egg/Egg_manaphy_back.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:Pokemon/Egg/Egg_manaphy_back.png +#begin Content/Pokemon/Data/282.dat +/copy:Content/Pokemon/Data/282.dat -#begin Pokemon/Egg/Egg_manaphy_front.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:Pokemon/Egg/Egg_manaphy_front.png +#begin Content/Pokemon/Data/282_mega.dat +/copy:Content/Pokemon/Data/282_mega.dat -#begin Pokemon/Sprites/Altaria_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:Pokemon/Sprites/Altaria_Mega.png +#begin Content/Pokemon/Data/283.dat +/copy:Content/Pokemon/Data/283.dat -#begin Pokemon/Sprites/Beedrill_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:Pokemon/Sprites/Beedrill_Mega.png +#begin Content/Pokemon/Data/284.dat +/copy:Content/Pokemon/Data/284.dat -#begin Textures/UnderwaterCave.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:Textures/UnderwaterCave.png +#begin Content/Pokemon/Data/285.dat +/copy:Content/Pokemon/Data/285.dat -#begin Pokemon/Overworld/Normal/650.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:Pokemon/Overworld/Normal/650.png +#begin Content/Pokemon/Data/286.dat +/copy:Content/Pokemon/Data/286.dat -#begin Pokemon/Overworld/Normal/651.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:Pokemon/Overworld/Normal/651.png +#begin Content/Pokemon/Data/287.dat +/copy:Content/Pokemon/Data/287.dat -#begin Pokemon/Overworld/Normal/652.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:Pokemon/Overworld/Normal/652.png +#begin Content/Pokemon/Data/288.dat +/copy:Content/Pokemon/Data/288.dat -#begin Pokemon/Overworld/Normal/653.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:Pokemon/Overworld/Normal/653.png +#begin Content/Pokemon/Data/289.dat +/copy:Content/Pokemon/Data/289.dat -#begin Pokemon/Overworld/Normal/654.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:Pokemon/Overworld/Normal/654.png +#begin Content/Pokemon/Data/29.dat +/copy:Content/Pokemon/Data/29.dat -#begin Pokemon/Overworld/Normal/655.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:Pokemon/Overworld/Normal/655.png +#begin Content/Pokemon/Data/290.dat +/copy:Content/Pokemon/Data/290.dat -#begin Pokemon/Overworld/Normal/656.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:Pokemon/Overworld/Normal/656.png +#begin Content/Pokemon/Data/291.dat +/copy:Content/Pokemon/Data/291.dat -#begin Pokemon/Overworld/Normal/657.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:Pokemon/Overworld/Normal/657.png +#begin Content/Pokemon/Data/292.dat +/copy:Content/Pokemon/Data/292.dat -#begin Pokemon/Overworld/Normal/658.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:Pokemon/Overworld/Normal/658.png +#begin Content/Pokemon/Data/293.dat +/copy:Content/Pokemon/Data/293.dat -#begin Pokemon/Overworld/Normal/659.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:Pokemon/Overworld/Normal/659.png +#begin Content/Pokemon/Data/294.dat +/copy:Content/Pokemon/Data/294.dat -#begin Pokemon/Overworld/Normal/660.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:Pokemon/Overworld/Normal/660.png +#begin Content/Pokemon/Data/295.dat +/copy:Content/Pokemon/Data/295.dat -#begin Pokemon/Overworld/Normal/664.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:Pokemon/Overworld/Normal/664.png +#begin Content/Pokemon/Data/296.dat +/copy:Content/Pokemon/Data/296.dat -#begin Pokemon/Overworld/Normal/665.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:Pokemon/Overworld/Normal/665.png +#begin Content/Pokemon/Data/297.dat +/copy:Content/Pokemon/Data/297.dat -#begin Pokemon/Overworld/Normal/666_archipelago.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:Pokemon/Overworld/Normal/666_archipelago.png +#begin Content/Pokemon/Data/298.dat +/copy:Content/Pokemon/Data/298.dat -#begin Pokemon/Overworld/Normal/666_continental.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:Pokemon/Overworld/Normal/666_continental.png +#begin Content/Pokemon/Data/299.dat +/copy:Content/Pokemon/Data/299.dat -#begin Pokemon/Overworld/Normal/666_elegant.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:Pokemon/Overworld/Normal/666_elegant.png +#begin Content/Pokemon/Data/3.dat +/copy:Content/Pokemon/Data/3.dat -#begin Pokemon/Overworld/Normal/666_fancy.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:Pokemon/Overworld/Normal/666_fancy.png +#begin Content/Pokemon/Data/30.dat +/copy:Content/Pokemon/Data/30.dat -#begin Pokemon/Overworld/Normal/666_garden.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:Pokemon/Overworld/Normal/666_garden.png +#begin Content/Pokemon/Data/300.dat +/copy:Content/Pokemon/Data/300.dat -#begin Pokemon/Overworld/Normal/666_high_plains.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:Pokemon/Overworld/Normal/666_high_plains.png +#begin Content/Pokemon/Data/301.dat +/copy:Content/Pokemon/Data/301.dat -#begin Pokemon/Overworld/Normal/666_icy_snow.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:Pokemon/Overworld/Normal/666_icy_snow.png +#begin Content/Pokemon/Data/302.dat +/copy:Content/Pokemon/Data/302.dat -#begin Pokemon/Overworld/Normal/666_jungle.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:Pokemon/Overworld/Normal/666_jungle.png +#begin Content/Pokemon/Data/303.dat +/copy:Content/Pokemon/Data/303.dat -#begin Pokemon/Overworld/Normal/666_marine.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:Pokemon/Overworld/Normal/666_marine.png +#begin Content/Pokemon/Data/304.dat +/copy:Content/Pokemon/Data/304.dat -#begin Pokemon/Overworld/Normal/666_meadow.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:Pokemon/Overworld/Normal/666_meadow.png +#begin Content/Pokemon/Data/305.dat +/copy:Content/Pokemon/Data/305.dat -#begin Pokemon/Overworld/Normal/666_modern.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:Pokemon/Overworld/Normal/666_modern.png +#begin Content/Pokemon/Data/306.dat +/copy:Content/Pokemon/Data/306.dat -#begin Pokemon/Overworld/Normal/666_monsoon.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:Pokemon/Overworld/Normal/666_monsoon.png +#begin Content/Pokemon/Data/306_mega.dat +/copy:Content/Pokemon/Data/306_mega.dat -#begin Pokemon/Overworld/Normal/666_ocean.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:Pokemon/Overworld/Normal/666_ocean.png +#begin Content/Pokemon/Data/307.dat +/copy:Content/Pokemon/Data/307.dat -#begin Pokemon/Overworld/Normal/666_pokeball.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:Pokemon/Overworld/Normal/666_pokeball.png +#begin Content/Pokemon/Data/308.dat +/copy:Content/Pokemon/Data/308.dat -#begin Pokemon/Overworld/Normal/666_polar.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:Pokemon/Overworld/Normal/666_polar.png +#begin Content/Pokemon/Data/308_mega.dat +/copy:Content/Pokemon/Data/308_mega.dat -#begin Pokemon/Overworld/Normal/666_river.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:Pokemon/Overworld/Normal/666_river.png +#begin Content/Pokemon/Data/309.dat +/copy:Content/Pokemon/Data/309.dat -#begin Pokemon/Overworld/Normal/666_sandstorm.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:Pokemon/Overworld/Normal/666_sandstorm.png +#begin Content/Pokemon/Data/31.dat +/copy:Content/Pokemon/Data/31.dat -#begin Pokemon/Overworld/Normal/666_savanna.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:Pokemon/Overworld/Normal/666_savanna.png +#begin Content/Pokemon/Data/310.dat +/copy:Content/Pokemon/Data/310.dat -#begin Pokemon/Overworld/Normal/666_sun.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:Pokemon/Overworld/Normal/666_sun.png +#begin Content/Pokemon/Data/311.dat +/copy:Content/Pokemon/Data/311.dat -#begin Pokemon/Overworld/Normal/666_tundra.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:Pokemon/Overworld/Normal/666_tundra.png +#begin Content/Pokemon/Data/312.dat +/copy:Content/Pokemon/Data/312.dat -#begin Pokemon/Overworld/Normal/667.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:Pokemon/Overworld/Normal/667.png +#begin Content/Pokemon/Data/313.dat +/copy:Content/Pokemon/Data/313.dat -#begin Pokemon/Overworld/Normal/668_female.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:Pokemon/Overworld/Normal/668_female.png +#begin Content/Pokemon/Data/314.dat +/copy:Content/Pokemon/Data/314.dat -#begin Pokemon/Overworld/Normal/668_male.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:Pokemon/Overworld/Normal/668_male.png +#begin Content/Pokemon/Data/315.dat +/copy:Content/Pokemon/Data/315.dat -#begin Pokemon/Overworld/Normal/669_blue.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:Pokemon/Overworld/Normal/669_blue.png +#begin Content/Pokemon/Data/316.dat +/copy:Content/Pokemon/Data/316.dat -#begin Pokemon/Overworld/Normal/669_orange.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:Pokemon/Overworld/Normal/669_orange.png +#begin Content/Pokemon/Data/317.dat +/copy:Content/Pokemon/Data/317.dat -#begin Pokemon/Overworld/Normal/669_red.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:Pokemon/Overworld/Normal/669_red.png +#begin Content/Pokemon/Data/318.dat +/copy:Content/Pokemon/Data/318.dat -#begin Pokemon/Overworld/Normal/669_white.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:Pokemon/Overworld/Normal/669_white.png +#begin Content/Pokemon/Data/319.dat +/copy:Content/Pokemon/Data/319.dat -#begin Pokemon/Overworld/Normal/669_yellow.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:Pokemon/Overworld/Normal/669_yellow.png +#begin Content/Pokemon/Data/32.dat +/copy:Content/Pokemon/Data/32.dat -#begin Pokemon/Overworld/Normal/670_blue.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:Pokemon/Overworld/Normal/670_blue.png +#begin Content/Pokemon/Data/320.dat +/copy:Content/Pokemon/Data/320.dat -#begin Pokemon/Overworld/Normal/670_eternal.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:Pokemon/Overworld/Normal/670_eternal.png +#begin Content/Pokemon/Data/321.dat +/copy:Content/Pokemon/Data/321.dat -#begin Pokemon/Overworld/Normal/670_orange.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:Pokemon/Overworld/Normal/670_orange.png +#begin Content/Pokemon/Data/322.dat +/copy:Content/Pokemon/Data/322.dat -#begin Pokemon/Overworld/Normal/670_red.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:Pokemon/Overworld/Normal/670_red.png +#begin Content/Pokemon/Data/323.dat +/copy:Content/Pokemon/Data/323.dat -#begin Pokemon/Overworld/Normal/670_white.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:Pokemon/Overworld/Normal/670_white.png +#begin Content/Pokemon/Data/323_mega.dat +/copy:Content/Pokemon/Data/323_mega.dat -#begin Pokemon/Overworld/Normal/670_yellow.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:Pokemon/Overworld/Normal/670_yellow.png +#begin Content/Pokemon/Data/324.dat +/copy:Content/Pokemon/Data/324.dat -#begin Pokemon/Overworld/Normal/671_blue.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:Pokemon/Overworld/Normal/671_blue.png +#begin Content/Pokemon/Data/325.dat +/copy:Content/Pokemon/Data/325.dat -#begin Pokemon/Overworld/Normal/671_orange.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:Pokemon/Overworld/Normal/671_orange.png +#begin Content/Pokemon/Data/326.dat +/copy:Content/Pokemon/Data/326.dat -#begin Pokemon/Overworld/Normal/671_red.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:Pokemon/Overworld/Normal/671_red.png +#begin Content/Pokemon/Data/327.dat +/copy:Content/Pokemon/Data/327.dat -#begin Pokemon/Overworld/Normal/671_white.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:Pokemon/Overworld/Normal/671_white.png +#begin Content/Pokemon/Data/328.dat +/copy:Content/Pokemon/Data/328.dat -#begin Pokemon/Overworld/Normal/671_yellow.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:Pokemon/Overworld/Normal/671_yellow.png +#begin Content/Pokemon/Data/329.dat +/copy:Content/Pokemon/Data/329.dat -#begin Pokemon/Overworld/Normal/672.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:Pokemon/Overworld/Normal/672.png +#begin Content/Pokemon/Data/33.dat +/copy:Content/Pokemon/Data/33.dat -#begin Pokemon/Overworld/Normal/673.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:Pokemon/Overworld/Normal/673.png +#begin Content/Pokemon/Data/330.dat +/copy:Content/Pokemon/Data/330.dat -#begin Pokemon/Overworld/Normal/676_dandy.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:Pokemon/Overworld/Normal/676_dandy.png +#begin Content/Pokemon/Data/331.dat +/copy:Content/Pokemon/Data/331.dat -#begin Pokemon/Overworld/Normal/676_deputante.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:Pokemon/Overworld/Normal/676_deputante.png +#begin Content/Pokemon/Data/332.dat +/copy:Content/Pokemon/Data/332.dat -#begin Pokemon/Overworld/Normal/676_diamond.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:Pokemon/Overworld/Normal/676_diamond.png +#begin Content/Pokemon/Data/333.dat +/copy:Content/Pokemon/Data/333.dat -#begin Pokemon/Overworld/Normal/676_heart.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:Pokemon/Overworld/Normal/676_heart.png +#begin Content/Pokemon/Data/334.dat +/copy:Content/Pokemon/Data/334.dat -#begin Pokemon/Overworld/Normal/676_kabuki.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:Pokemon/Overworld/Normal/676_kabuki.png +#begin Content/Pokemon/Data/334_mega.dat +/copy:Content/Pokemon/Data/334_mega.dat -#begin Pokemon/Overworld/Normal/676_la_reine.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:Pokemon/Overworld/Normal/676_la_reine.png +#begin Content/Pokemon/Data/335.dat +/copy:Content/Pokemon/Data/335.dat -#begin Pokemon/Overworld/Normal/676_matron.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:Pokemon/Overworld/Normal/676_matron.png +#begin Content/Pokemon/Data/336.dat +/copy:Content/Pokemon/Data/336.dat -#begin Pokemon/Overworld/Normal/676_natural.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:Pokemon/Overworld/Normal/676_natural.png +#begin Content/Pokemon/Data/337.dat +/copy:Content/Pokemon/Data/337.dat -#begin Pokemon/Overworld/Normal/676_pharaoh.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:Pokemon/Overworld/Normal/676_pharaoh.png +#begin Content/Pokemon/Data/338.dat +/copy:Content/Pokemon/Data/338.dat -#begin Pokemon/Overworld/Normal/676_star.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:Pokemon/Overworld/Normal/676_star.png +#begin Content/Pokemon/Data/339.dat +/copy:Content/Pokemon/Data/339.dat -#begin Pokemon/Overworld/Normal/677.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:Pokemon/Overworld/Normal/677.png +#begin Content/Pokemon/Data/34.dat +/copy:Content/Pokemon/Data/34.dat -#begin Pokemon/Overworld/Normal/678_female.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:Pokemon/Overworld/Normal/678_female.png +#begin Content/Pokemon/Data/340.dat +/copy:Content/Pokemon/Data/340.dat -#begin Pokemon/Overworld/Normal/678_male.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:Pokemon/Overworld/Normal/678_male.png +#begin Content/Pokemon/Data/341.dat +/copy:Content/Pokemon/Data/341.dat -#begin Pokemon/Overworld/Normal/682.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:Pokemon/Overworld/Normal/682.png +#begin Content/Pokemon/Data/342.dat +/copy:Content/Pokemon/Data/342.dat -#begin Pokemon/Overworld/Normal/683.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:Pokemon/Overworld/Normal/683.png +#begin Content/Pokemon/Data/343.dat +/copy:Content/Pokemon/Data/343.dat -#begin Pokemon/Overworld/Normal/684.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:Pokemon/Overworld/Normal/684.png +#begin Content/Pokemon/Data/344.dat +/copy:Content/Pokemon/Data/344.dat -#begin Pokemon/Overworld/Normal/685.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:Pokemon/Overworld/Normal/685.png +#begin Content/Pokemon/Data/345.dat +/copy:Content/Pokemon/Data/345.dat -#begin Pokemon/Overworld/Normal/686.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:Pokemon/Overworld/Normal/686.png +#begin Content/Pokemon/Data/346.dat +/copy:Content/Pokemon/Data/346.dat -#begin Pokemon/Overworld/Normal/687.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:Pokemon/Overworld/Normal/687.png +#begin Content/Pokemon/Data/347.dat +/copy:Content/Pokemon/Data/347.dat -#begin Pokemon/Overworld/Normal/688.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:Pokemon/Overworld/Normal/688.png +#begin Content/Pokemon/Data/348.dat +/copy:Content/Pokemon/Data/348.dat -#begin Pokemon/Overworld/Normal/689.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:Pokemon/Overworld/Normal/689.png +#begin Content/Pokemon/Data/349.dat +/copy:Content/Pokemon/Data/349.dat -#begin Pokemon/Overworld/Normal/690.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:Pokemon/Overworld/Normal/690.png +#begin Content/Pokemon/Data/35.dat +/copy:Content/Pokemon/Data/35.dat -#begin Pokemon/Overworld/Normal/691.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:Pokemon/Overworld/Normal/691.png +#begin Content/Pokemon/Data/350.dat +/copy:Content/Pokemon/Data/350.dat -#begin Pokemon/Overworld/Normal/692.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:Pokemon/Overworld/Normal/692.png +#begin Content/Pokemon/Data/351.dat +/copy:Content/Pokemon/Data/351.dat -#begin Pokemon/Overworld/Normal/693.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:Pokemon/Overworld/Normal/693.png +#begin Content/Pokemon/Data/352.dat +/copy:Content/Pokemon/Data/352.dat -#begin Pokemon/Overworld/Normal/694.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:Pokemon/Overworld/Normal/694.png +#begin Content/Pokemon/Data/353.dat +/copy:Content/Pokemon/Data/353.dat -#begin Pokemon/Overworld/Normal/695.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:Pokemon/Overworld/Normal/695.png +#begin Content/Pokemon/Data/354.dat +/copy:Content/Pokemon/Data/354.dat -#begin Pokemon/Overworld/Normal/701.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:Pokemon/Overworld/Normal/701.png +#begin Content/Pokemon/Data/354_mega.dat +/copy:Content/Pokemon/Data/354_mega.dat -#begin Pokemon/Overworld/Normal/702.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:Pokemon/Overworld/Normal/702.png +#begin Content/Pokemon/Data/355.dat +/copy:Content/Pokemon/Data/355.dat -#begin Pokemon/Overworld/Normal/704.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:Pokemon/Overworld/Normal/704.png +#begin Content/Pokemon/Data/356.dat +/copy:Content/Pokemon/Data/356.dat -#begin Pokemon/Overworld/Normal/705.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:Pokemon/Overworld/Normal/705.png +#begin Content/Pokemon/Data/357.dat +/copy:Content/Pokemon/Data/357.dat -#begin Pokemon/Overworld/Normal/706.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:Pokemon/Overworld/Normal/706.png +#begin Content/Pokemon/Data/358.dat +/copy:Content/Pokemon/Data/358.dat -#begin Pokemon/Overworld/Normal/710.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:Pokemon/Overworld/Normal/710.png +#begin Content/Pokemon/Data/359.dat +/copy:Content/Pokemon/Data/359.dat -#begin Pokemon/Overworld/Normal/711.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:Pokemon/Overworld/Normal/711.png +#begin Content/Pokemon/Data/359_mega.dat +/copy:Content/Pokemon/Data/359_mega.dat -#begin Pokemon/Overworld/Normal/712.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:Pokemon/Overworld/Normal/712.png +#begin Content/Pokemon/Data/36.dat +/copy:Content/Pokemon/Data/36.dat -#begin Pokemon/Overworld/Normal/713.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:Pokemon/Overworld/Normal/713.png +#begin Content/Pokemon/Data/360.dat +/copy:Content/Pokemon/Data/360.dat -#begin Pokemon/Overworld/Normal/716.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:Pokemon/Overworld/Normal/716.png +#begin Content/Pokemon/Data/361.dat +/copy:Content/Pokemon/Data/361.dat -#begin Pokemon/Overworld/Normal/717.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:Pokemon/Overworld/Normal/717.png +#begin Content/Pokemon/Data/362.dat +/copy:Content/Pokemon/Data/362.dat -#begin Pokemon/Overworld/Normal/718.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:Pokemon/Overworld/Normal/718.png +#begin Content/Pokemon/Data/363.dat +/copy:Content/Pokemon/Data/363.dat -#begin Pokemon/Overworld/Normal/719.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:Pokemon/Overworld/Normal/719.png +#begin Content/Pokemon/Data/364.dat +/copy:Content/Pokemon/Data/364.dat -#begin Pokemon/Overworld/Normal/720_confined.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:Pokemon/Overworld/Normal/720_confined.png +#begin Content/Pokemon/Data/365.dat +/copy:Content/Pokemon/Data/365.dat -#begin Pokemon/Overworld/Normal/720_unbound.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:Pokemon/Overworld/Normal/720_unbound.png +#begin Content/Pokemon/Data/366.dat +/copy:Content/Pokemon/Data/366.dat -#begin Pokemon/Overworld/Shiny/650.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:Pokemon/Overworld/Shiny/650.png +#begin Content/Pokemon/Data/367.dat +/copy:Content/Pokemon/Data/367.dat -#begin Pokemon/Overworld/Shiny/651.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:Pokemon/Overworld/Shiny/651.png +#begin Content/Pokemon/Data/368.dat +/copy:Content/Pokemon/Data/368.dat -#begin Pokemon/Overworld/Shiny/652.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:Pokemon/Overworld/Shiny/652.png +#begin Content/Pokemon/Data/369.dat +/copy:Content/Pokemon/Data/369.dat -#begin Pokemon/Overworld/Shiny/653.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:Pokemon/Overworld/Shiny/653.png +#begin Content/Pokemon/Data/37.dat +/copy:Content/Pokemon/Data/37.dat -#begin Pokemon/Overworld/Shiny/654.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:Pokemon/Overworld/Shiny/654.png +#begin Content/Pokemon/Data/370.dat +/copy:Content/Pokemon/Data/370.dat -#begin Pokemon/Overworld/Shiny/655.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:Pokemon/Overworld/Shiny/655.png +#begin Content/Pokemon/Data/371.dat +/copy:Content/Pokemon/Data/371.dat -#begin Pokemon/Overworld/Shiny/656.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:Pokemon/Overworld/Shiny/656.png +#begin Content/Pokemon/Data/372.dat +/copy:Content/Pokemon/Data/372.dat -#begin Pokemon/Overworld/Shiny/657.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:Pokemon/Overworld/Shiny/657.png +#begin Content/Pokemon/Data/373.dat +/copy:Content/Pokemon/Data/373.dat -#begin Pokemon/Overworld/Shiny/658.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:Pokemon/Overworld/Shiny/658.png +#begin Content/Pokemon/Data/374.dat +/copy:Content/Pokemon/Data/374.dat -#begin Pokemon/Overworld/Shiny/659.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:Pokemon/Overworld/Shiny/659.png +#begin Content/Pokemon/Data/375.dat +/copy:Content/Pokemon/Data/375.dat -#begin Pokemon/Overworld/Shiny/660.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:Pokemon/Overworld/Shiny/660.png +#begin Content/Pokemon/Data/376.dat +/copy:Content/Pokemon/Data/376.dat -#begin Pokemon/Overworld/Shiny/664.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:Pokemon/Overworld/Shiny/664.png +#begin Content/Pokemon/Data/376_mega.dat +/copy:Content/Pokemon/Data/376_mega.dat -#begin Pokemon/Overworld/Shiny/665.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:Pokemon/Overworld/Shiny/665.png +#begin Content/Pokemon/Data/377.dat +/copy:Content/Pokemon/Data/377.dat -#begin Pokemon/Overworld/Shiny/666_archipelago.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:Pokemon/Overworld/Shiny/666_archipelago.png +#begin Content/Pokemon/Data/378.dat +/copy:Content/Pokemon/Data/378.dat -#begin Pokemon/Overworld/Shiny/666_continental.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:Pokemon/Overworld/Shiny/666_continental.png +#begin Content/Pokemon/Data/379.dat +/copy:Content/Pokemon/Data/379.dat -#begin Pokemon/Overworld/Shiny/666_elegant.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:Pokemon/Overworld/Shiny/666_elegant.png +#begin Content/Pokemon/Data/38.dat +/copy:Content/Pokemon/Data/38.dat -#begin Pokemon/Overworld/Shiny/666_fancy.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:Pokemon/Overworld/Shiny/666_fancy.png +#begin Content/Pokemon/Data/380.dat +/copy:Content/Pokemon/Data/380.dat -#begin Pokemon/Overworld/Shiny/666_garden.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:Pokemon/Overworld/Shiny/666_garden.png +#begin Content/Pokemon/Data/381.dat +/copy:Content/Pokemon/Data/381.dat -#begin Pokemon/Overworld/Shiny/666_high_plains.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:Pokemon/Overworld/Shiny/666_high_plains.png +#begin Content/Pokemon/Data/382.dat +/copy:Content/Pokemon/Data/382.dat -#begin Pokemon/Overworld/Shiny/666_icy_snow.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:Pokemon/Overworld/Shiny/666_icy_snow.png +#begin Content/Pokemon/Data/382_primal.dat +/copy:Content/Pokemon/Data/382_primal.dat -#begin Pokemon/Overworld/Shiny/666_jungle.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:Pokemon/Overworld/Shiny/666_jungle.png +#begin Content/Pokemon/Data/383.dat +/copy:Content/Pokemon/Data/383.dat -#begin Pokemon/Overworld/Shiny/666_marine.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:Pokemon/Overworld/Shiny/666_marine.png +#begin Content/Pokemon/Data/383_primal.dat +/copy:Content/Pokemon/Data/383_primal.dat -#begin Pokemon/Overworld/Shiny/666_meadow.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:Pokemon/Overworld/Shiny/666_meadow.png +#begin Content/Pokemon/Data/384.dat +/copy:Content/Pokemon/Data/384.dat -#begin Pokemon/Overworld/Shiny/666_modern.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:Pokemon/Overworld/Shiny/666_modern.png +#begin Content/Pokemon/Data/385.dat +/copy:Content/Pokemon/Data/385.dat -#begin Pokemon/Overworld/Shiny/666_monsoon.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:Pokemon/Overworld/Shiny/666_monsoon.png +#begin Content/Pokemon/Data/386.dat +/copy:Content/Pokemon/Data/386.dat -#begin Pokemon/Overworld/Shiny/666_ocean.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:Pokemon/Overworld/Shiny/666_ocean.png +#begin Content/Pokemon/Data/386_attack.dat +/copy:Content/Pokemon/Data/386_attack.dat -#begin Pokemon/Overworld/Shiny/666_pokeball.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:Pokemon/Overworld/Shiny/666_pokeball.png +#begin Content/Pokemon/Data/386_defense.dat +/copy:Content/Pokemon/Data/386_defense.dat -#begin Pokemon/Overworld/Shiny/666_polar.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:Pokemon/Overworld/Shiny/666_polar.png +#begin Content/Pokemon/Data/386_speed.dat +/copy:Content/Pokemon/Data/386_speed.dat -#begin Pokemon/Overworld/Shiny/666_river.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:Pokemon/Overworld/Shiny/666_river.png +#begin Content/Pokemon/Data/387.dat +/copy:Content/Pokemon/Data/387.dat -#begin Pokemon/Overworld/Shiny/666_sandstorm.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:Pokemon/Overworld/Shiny/666_sandstorm.png +#begin Content/Pokemon/Data/388.dat +/copy:Content/Pokemon/Data/388.dat -#begin Pokemon/Overworld/Shiny/666_savanna.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:Pokemon/Overworld/Shiny/666_savanna.png +#begin Content/Pokemon/Data/389.dat +/copy:Content/Pokemon/Data/389.dat -#begin Pokemon/Overworld/Shiny/666_sun.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:Pokemon/Overworld/Shiny/666_sun.png +#begin Content/Pokemon/Data/39.dat +/copy:Content/Pokemon/Data/39.dat -#begin Pokemon/Overworld/Shiny/666_tundra.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:Pokemon/Overworld/Shiny/666_tundra.png +#begin Content/Pokemon/Data/390.dat +/copy:Content/Pokemon/Data/390.dat -#begin Pokemon/Overworld/Shiny/667.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:Pokemon/Overworld/Shiny/667.png +#begin Content/Pokemon/Data/391.dat +/copy:Content/Pokemon/Data/391.dat -#begin Pokemon/Overworld/Shiny/668_female.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:Pokemon/Overworld/Shiny/668_female.png +#begin Content/Pokemon/Data/392.dat +/copy:Content/Pokemon/Data/392.dat -#begin Pokemon/Overworld/Shiny/668_male.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:Pokemon/Overworld/Shiny/668_male.png +#begin Content/Pokemon/Data/393.dat +/copy:Content/Pokemon/Data/393.dat -#begin Pokemon/Overworld/Shiny/669_blue.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:Pokemon/Overworld/Shiny/669_blue.png +#begin Content/Pokemon/Data/394.dat +/copy:Content/Pokemon/Data/394.dat -#begin Pokemon/Overworld/Shiny/669_orange.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:Pokemon/Overworld/Shiny/669_orange.png +#begin Content/Pokemon/Data/395.dat +/copy:Content/Pokemon/Data/395.dat -#begin Pokemon/Overworld/Shiny/669_red.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:Pokemon/Overworld/Shiny/669_red.png +#begin Content/Pokemon/Data/396.dat +/copy:Content/Pokemon/Data/396.dat -#begin Pokemon/Overworld/Shiny/669_white.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:Pokemon/Overworld/Shiny/669_white.png +#begin Content/Pokemon/Data/397.dat +/copy:Content/Pokemon/Data/397.dat -#begin Pokemon/Overworld/Shiny/669_yellow.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:Pokemon/Overworld/Shiny/669_yellow.png +#begin Content/Pokemon/Data/398.dat +/copy:Content/Pokemon/Data/398.dat -#begin Pokemon/Overworld/Shiny/670_blue.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:Pokemon/Overworld/Shiny/670_blue.png +#begin Content/Pokemon/Data/399.dat +/copy:Content/Pokemon/Data/399.dat -#begin Pokemon/Overworld/Shiny/670_eternal.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:Pokemon/Overworld/Shiny/670_eternal.png +#begin Content/Pokemon/Data/4.dat +/copy:Content/Pokemon/Data/4.dat -#begin Pokemon/Overworld/Shiny/670_orange.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:Pokemon/Overworld/Shiny/670_orange.png +#begin Content/Pokemon/Data/40.dat +/copy:Content/Pokemon/Data/40.dat -#begin Pokemon/Overworld/Shiny/670_red.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:Pokemon/Overworld/Shiny/670_red.png +#begin Content/Pokemon/Data/400.dat +/copy:Content/Pokemon/Data/400.dat -#begin Pokemon/Overworld/Shiny/670_white.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:Pokemon/Overworld/Shiny/670_white.png +#begin Content/Pokemon/Data/401.dat +/copy:Content/Pokemon/Data/401.dat -#begin Pokemon/Overworld/Shiny/670_yellow.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:Pokemon/Overworld/Shiny/670_yellow.png +#begin Content/Pokemon/Data/402.dat +/copy:Content/Pokemon/Data/402.dat -#begin Pokemon/Overworld/Shiny/671_blue.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:Pokemon/Overworld/Shiny/671_blue.png +#begin Content/Pokemon/Data/403.dat +/copy:Content/Pokemon/Data/403.dat -#begin Pokemon/Overworld/Shiny/671_orange.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:Pokemon/Overworld/Shiny/671_orange.png +#begin Content/Pokemon/Data/404.dat +/copy:Content/Pokemon/Data/404.dat -#begin Pokemon/Overworld/Shiny/671_red.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:Pokemon/Overworld/Shiny/671_red.png +#begin Content/Pokemon/Data/405.dat +/copy:Content/Pokemon/Data/405.dat -#begin Pokemon/Overworld/Shiny/671_white.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:Pokemon/Overworld/Shiny/671_white.png +#begin Content/Pokemon/Data/406.dat +/copy:Content/Pokemon/Data/406.dat -#begin Pokemon/Overworld/Shiny/671_yellow.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:Pokemon/Overworld/Shiny/671_yellow.png +#begin Content/Pokemon/Data/407.dat +/copy:Content/Pokemon/Data/407.dat -#begin Pokemon/Overworld/Shiny/672.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:Pokemon/Overworld/Shiny/672.png +#begin Content/Pokemon/Data/408.dat +/copy:Content/Pokemon/Data/408.dat -#begin Pokemon/Overworld/Shiny/673.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:Pokemon/Overworld/Shiny/673.png +#begin Content/Pokemon/Data/409.dat +/copy:Content/Pokemon/Data/409.dat -#begin Pokemon/Overworld/Shiny/676_dandy.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:Pokemon/Overworld/Shiny/676_dandy.png +#begin Content/Pokemon/Data/41.dat +/copy:Content/Pokemon/Data/41.dat -#begin Pokemon/Overworld/Shiny/676_deputante.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:Pokemon/Overworld/Shiny/676_deputante.png +#begin Content/Pokemon/Data/410.dat +/copy:Content/Pokemon/Data/410.dat -#begin Pokemon/Overworld/Shiny/676_diamond.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:Pokemon/Overworld/Shiny/676_diamond.png +#begin Content/Pokemon/Data/411.dat +/copy:Content/Pokemon/Data/411.dat -#begin Pokemon/Overworld/Shiny/676_heart.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:Pokemon/Overworld/Shiny/676_heart.png +#begin Content/Pokemon/Data/412.dat +/copy:Content/Pokemon/Data/412.dat -#begin Pokemon/Overworld/Shiny/676_kabuki.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:Pokemon/Overworld/Shiny/676_kabuki.png +#begin Content/Pokemon/Data/413.dat +/copy:Content/Pokemon/Data/413.dat -#begin Pokemon/Overworld/Shiny/676_la_reine.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:Pokemon/Overworld/Shiny/676_la_reine.png +#begin Content/Pokemon/Data/413_sandy.dat +/copy:Content/Pokemon/Data/413_sandy.dat -#begin Pokemon/Overworld/Shiny/676_matron.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:Pokemon/Overworld/Shiny/676_matron.png +#begin Content/Pokemon/Data/413_trash.dat +/copy:Content/Pokemon/Data/413_trash.dat -#begin Pokemon/Overworld/Shiny/676_natural.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:Pokemon/Overworld/Shiny/676_natural.png +#begin Content/Pokemon/Data/414.dat +/copy:Content/Pokemon/Data/414.dat -#begin Pokemon/Overworld/Shiny/676_pharaoh.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:Pokemon/Overworld/Shiny/676_pharaoh.png +#begin Content/Pokemon/Data/415.dat +/copy:Content/Pokemon/Data/415.dat -#begin Pokemon/Overworld/Shiny/676_star.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:Pokemon/Overworld/Shiny/676_star.png +#begin Content/Pokemon/Data/416.dat +/copy:Content/Pokemon/Data/416.dat -#begin Pokemon/Overworld/Shiny/677.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:Pokemon/Overworld/Shiny/677.png +#begin Content/Pokemon/Data/417.dat +/copy:Content/Pokemon/Data/417.dat -#begin Pokemon/Overworld/Shiny/678_female.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:Pokemon/Overworld/Shiny/678_female.png +#begin Content/Pokemon/Data/418.dat +/copy:Content/Pokemon/Data/418.dat -#begin Pokemon/Overworld/Shiny/678_male.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:Pokemon/Overworld/Shiny/678_male.png +#begin Content/Pokemon/Data/419.dat +/copy:Content/Pokemon/Data/419.dat -#begin Pokemon/Overworld/Shiny/682.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:Pokemon/Overworld/Shiny/682.png +#begin Content/Pokemon/Data/42.dat +/copy:Content/Pokemon/Data/42.dat -#begin Pokemon/Overworld/Shiny/683.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:Pokemon/Overworld/Shiny/683.png +#begin Content/Pokemon/Data/420.dat +/copy:Content/Pokemon/Data/420.dat -#begin Pokemon/Overworld/Shiny/684.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:Pokemon/Overworld/Shiny/684.png +#begin Content/Pokemon/Data/421.dat +/copy:Content/Pokemon/Data/421.dat -#begin Pokemon/Overworld/Shiny/685.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:Pokemon/Overworld/Shiny/685.png +#begin Content/Pokemon/Data/422.dat +/copy:Content/Pokemon/Data/422.dat -#begin Pokemon/Overworld/Shiny/686.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:Pokemon/Overworld/Shiny/686.png +#begin Content/Pokemon/Data/423.dat +/copy:Content/Pokemon/Data/423.dat -#begin Pokemon/Overworld/Shiny/687.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:Pokemon/Overworld/Shiny/687.png +#begin Content/Pokemon/Data/424.dat +/copy:Content/Pokemon/Data/424.dat -#begin Pokemon/Overworld/Shiny/688.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:Pokemon/Overworld/Shiny/688.png +#begin Content/Pokemon/Data/425.dat +/copy:Content/Pokemon/Data/425.dat -#begin Pokemon/Overworld/Shiny/689.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:Pokemon/Overworld/Shiny/689.png +#begin Content/Pokemon/Data/426.dat +/copy:Content/Pokemon/Data/426.dat -#begin Pokemon/Overworld/Shiny/690.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:Pokemon/Overworld/Shiny/690.png +#begin Content/Pokemon/Data/427.dat +/copy:Content/Pokemon/Data/427.dat -#begin Pokemon/Overworld/Shiny/691.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:Pokemon/Overworld/Shiny/691.png +#begin Content/Pokemon/Data/428.dat +/copy:Content/Pokemon/Data/428.dat -#begin Pokemon/Overworld/Shiny/692.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:Pokemon/Overworld/Shiny/692.png +#begin Content/Pokemon/Data/428_mega.dat +/copy:Content/Pokemon/Data/428_mega.dat -#begin Pokemon/Overworld/Shiny/693.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:Pokemon/Overworld/Shiny/693.png +#begin Content/Pokemon/Data/429.dat +/copy:Content/Pokemon/Data/429.dat -#begin Pokemon/Overworld/Shiny/694.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:Pokemon/Overworld/Shiny/694.png +#begin Content/Pokemon/Data/43.dat +/copy:Content/Pokemon/Data/43.dat -#begin Pokemon/Overworld/Shiny/695.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:Pokemon/Overworld/Shiny/695.png +#begin Content/Pokemon/Data/430.dat +/copy:Content/Pokemon/Data/430.dat -#begin Pokemon/Overworld/Shiny/701.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:Pokemon/Overworld/Shiny/701.png +#begin Content/Pokemon/Data/431.dat +/copy:Content/Pokemon/Data/431.dat -#begin Pokemon/Overworld/Shiny/702.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:Pokemon/Overworld/Shiny/702.png +#begin Content/Pokemon/Data/432.dat +/copy:Content/Pokemon/Data/432.dat -#begin Pokemon/Overworld/Shiny/704.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:Pokemon/Overworld/Shiny/704.png +#begin Content/Pokemon/Data/433.dat +/copy:Content/Pokemon/Data/433.dat -#begin Pokemon/Overworld/Shiny/705.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:Pokemon/Overworld/Shiny/705.png +#begin Content/Pokemon/Data/434.dat +/copy:Content/Pokemon/Data/434.dat -#begin Pokemon/Overworld/Shiny/706.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:Pokemon/Overworld/Shiny/706.png +#begin Content/Pokemon/Data/435.dat +/copy:Content/Pokemon/Data/435.dat -#begin Pokemon/Overworld/Shiny/710.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:Pokemon/Overworld/Shiny/710.png +#begin Content/Pokemon/Data/436.dat +/copy:Content/Pokemon/Data/436.dat -#begin Pokemon/Overworld/Shiny/711.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:Pokemon/Overworld/Shiny/711.png +#begin Content/Pokemon/Data/437.dat +/copy:Content/Pokemon/Data/437.dat -#begin Pokemon/Overworld/Shiny/712.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:Pokemon/Overworld/Shiny/712.png +#begin Content/Pokemon/Data/438.dat +/copy:Content/Pokemon/Data/438.dat -#begin Pokemon/Overworld/Shiny/713.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:Pokemon/Overworld/Shiny/713.png +#begin Content/Pokemon/Data/439.dat +/copy:Content/Pokemon/Data/439.dat -#begin Pokemon/Overworld/Shiny/716.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:Pokemon/Overworld/Shiny/716.png +#begin Content/Pokemon/Data/44.dat +/copy:Content/Pokemon/Data/44.dat -#begin Pokemon/Overworld/Shiny/717.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:Pokemon/Overworld/Shiny/717.png +#begin Content/Pokemon/Data/440.dat +/copy:Content/Pokemon/Data/440.dat -#begin Pokemon/Overworld/Shiny/718.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:Pokemon/Overworld/Shiny/718.png +#begin Content/Pokemon/Data/441.dat +/copy:Content/Pokemon/Data/441.dat -#begin Pokemon/Overworld/Shiny/719.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:Pokemon/Overworld/Shiny/719.png +#begin Content/Pokemon/Data/442.dat +/copy:Content/Pokemon/Data/442.dat -#begin Pokemon/Overworld/Shiny/720_confined.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:Pokemon/Overworld/Shiny/720_confined.png +#begin Content/Pokemon/Data/443.dat +/copy:Content/Pokemon/Data/443.dat -#begin Pokemon/Overworld/Shiny/720_unbound.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:Pokemon/Overworld/Shiny/720_unbound.png +#begin Content/Pokemon/Data/444.dat +/copy:Content/Pokemon/Data/444.dat -#begin Pokemon/Overworld/Shiny/18_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:Pokemon/Overworld/Shiny/18_mega.png +#begin Content/Pokemon/Data/445.dat +/copy:Content/Pokemon/Data/445.dat -#begin Pokemon/Overworld/Shiny/80_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:Pokemon/Overworld/Shiny/80_mega.png +#begin Content/Pokemon/Data/445_mega.dat +/copy:Content/Pokemon/Data/445_mega.dat -#begin Pokemon/Overworld/Shiny/212_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 +#begin Content/Pokemon/Data/446.dat +/copy:Content/Pokemon/Data/446.dat + +#begin Content/Pokemon/Data/447.dat +/copy:Content/Pokemon/Data/447.dat + +#begin Content/Pokemon/Data/448.dat +/copy:Content/Pokemon/Data/448.dat + +#begin Content/Pokemon/Data/448_mega.dat +/copy:Content/Pokemon/Data/448_mega.dat + +#begin Content/Pokemon/Data/449.dat +/copy:Content/Pokemon/Data/449.dat + +#begin Content/Pokemon/Data/45.dat +/copy:Content/Pokemon/Data/45.dat + +#begin Content/Pokemon/Data/450.dat +/copy:Content/Pokemon/Data/450.dat + +#begin Content/Pokemon/Data/451.dat +/copy:Content/Pokemon/Data/451.dat + +#begin Content/Pokemon/Data/452.dat +/copy:Content/Pokemon/Data/452.dat + +#begin Content/Pokemon/Data/453.dat +/copy:Content/Pokemon/Data/453.dat + +#begin Content/Pokemon/Data/454.dat +/copy:Content/Pokemon/Data/454.dat + +#begin Content/Pokemon/Data/455.dat +/copy:Content/Pokemon/Data/455.dat + +#begin Content/Pokemon/Data/456.dat +/copy:Content/Pokemon/Data/456.dat + +#begin Content/Pokemon/Data/457.dat +/copy:Content/Pokemon/Data/457.dat + +#begin Content/Pokemon/Data/458.dat +/copy:Content/Pokemon/Data/458.dat + +#begin Content/Pokemon/Data/459.dat +/copy:Content/Pokemon/Data/459.dat + +#begin Content/Pokemon/Data/46.dat +/copy:Content/Pokemon/Data/46.dat + +#begin Content/Pokemon/Data/460.dat +/copy:Content/Pokemon/Data/460.dat + +#begin Content/Pokemon/Data/460_mega.dat +/copy:Content/Pokemon/Data/460_mega.dat + +#begin Content/Pokemon/Data/461.dat +/copy:Content/Pokemon/Data/461.dat + +#begin Content/Pokemon/Data/462.dat +/copy:Content/Pokemon/Data/462.dat + +#begin Content/Pokemon/Data/463.dat +/copy:Content/Pokemon/Data/463.dat + +#begin Content/Pokemon/Data/464.dat +/copy:Content/Pokemon/Data/464.dat + +#begin Content/Pokemon/Data/465.dat +/copy:Content/Pokemon/Data/465.dat + +#begin Content/Pokemon/Data/466.dat +/copy:Content/Pokemon/Data/466.dat + +#begin Content/Pokemon/Data/467.dat +/copy:Content/Pokemon/Data/467.dat + +#begin Content/Pokemon/Data/468.dat +/copy:Content/Pokemon/Data/468.dat + +#begin Content/Pokemon/Data/469.dat +/copy:Content/Pokemon/Data/469.dat + +#begin Content/Pokemon/Data/47.dat +/copy:Content/Pokemon/Data/47.dat + +#begin Content/Pokemon/Data/470.dat +/copy:Content/Pokemon/Data/470.dat + +#begin Content/Pokemon/Data/471.dat +/copy:Content/Pokemon/Data/471.dat + +#begin Content/Pokemon/Data/472.dat +/copy:Content/Pokemon/Data/472.dat + +#begin Content/Pokemon/Data/473.dat +/copy:Content/Pokemon/Data/473.dat + +#begin Content/Pokemon/Data/474.dat +/copy:Content/Pokemon/Data/474.dat + +#begin Content/Pokemon/Data/475.dat +/copy:Content/Pokemon/Data/475.dat + +#begin Content/Pokemon/Data/475_mega.dat +/copy:Content/Pokemon/Data/475_mega.dat + +#begin Content/Pokemon/Data/476.dat +/copy:Content/Pokemon/Data/476.dat + +#begin Content/Pokemon/Data/477.dat +/copy:Content/Pokemon/Data/477.dat + +#begin Content/Pokemon/Data/478.dat +/copy:Content/Pokemon/Data/478.dat + +#begin Content/Pokemon/Data/479.dat +/copy:Content/Pokemon/Data/479.dat + +#begin Content/Pokemon/Data/479_fan.dat +/copy:Content/Pokemon/Data/479_fan.dat + +#begin Content/Pokemon/Data/479_frost.dat +/copy:Content/Pokemon/Data/479_frost.dat + +#begin Content/Pokemon/Data/479_heat.dat +/copy:Content/Pokemon/Data/479_heat.dat + +#begin Content/Pokemon/Data/479_mow.dat +/copy:Content/Pokemon/Data/479_mow.dat + +#begin Content/Pokemon/Data/479_wash.dat +/copy:Content/Pokemon/Data/479_wash.dat + +#begin Content/Pokemon/Data/48.dat +/copy:Content/Pokemon/Data/48.dat + +#begin Content/Pokemon/Data/480.dat +/copy:Content/Pokemon/Data/480.dat + +#begin Content/Pokemon/Data/481.dat +/copy:Content/Pokemon/Data/481.dat + +#begin Content/Pokemon/Data/482.dat +/copy:Content/Pokemon/Data/482.dat + +#begin Content/Pokemon/Data/483.dat +/copy:Content/Pokemon/Data/483.dat + +#begin Content/Pokemon/Data/484.dat +/copy:Content/Pokemon/Data/484.dat + +#begin Content/Pokemon/Data/485.dat +/copy:Content/Pokemon/Data/485.dat + +#begin Content/Pokemon/Data/486.dat +/copy:Content/Pokemon/Data/486.dat + +#begin Content/Pokemon/Data/487.dat +/copy:Content/Pokemon/Data/487.dat + +#begin Content/Pokemon/Data/487_origin.dat +/copy:Content/Pokemon/Data/487_origin.dat + +#begin Content/Pokemon/Data/488.dat +/copy:Content/Pokemon/Data/488.dat + +#begin Content/Pokemon/Data/489.dat +/copy:Content/Pokemon/Data/489.dat + +#begin Content/Pokemon/Data/49.dat +/copy:Content/Pokemon/Data/49.dat + +#begin Content/Pokemon/Data/490.dat +/copy:Content/Pokemon/Data/490.dat + +#begin Content/Pokemon/Data/491.dat +/copy:Content/Pokemon/Data/491.dat + +#begin Content/Pokemon/Data/492.dat +/copy:Content/Pokemon/Data/492.dat + +#begin Content/Pokemon/Data/492_sky.dat +/copy:Content/Pokemon/Data/492_sky.dat + +#begin Content/Pokemon/Data/493.dat +/copy:Content/Pokemon/Data/493.dat + +#begin Content/Pokemon/Data/494.dat +/copy:Content/Pokemon/Data/494.dat + +#begin Content/Pokemon/Data/495.dat +/copy:Content/Pokemon/Data/495.dat + +#begin Content/Pokemon/Data/496.dat +/copy:Content/Pokemon/Data/496.dat + +#begin Content/Pokemon/Data/497.dat +/copy:Content/Pokemon/Data/497.dat + +#begin Content/Pokemon/Data/498.dat +/copy:Content/Pokemon/Data/498.dat + +#begin Content/Pokemon/Data/499.dat +/copy:Content/Pokemon/Data/499.dat + +#begin Content/Pokemon/Data/5.dat +/copy:Content/Pokemon/Data/5.dat + +#begin Content/Pokemon/Data/50.dat +/copy:Content/Pokemon/Data/50.dat + +#begin Content/Pokemon/Data/500.dat +/copy:Content/Pokemon/Data/500.dat + +#begin Content/Pokemon/Data/501.dat +/copy:Content/Pokemon/Data/501.dat + +#begin Content/Pokemon/Data/502.dat +/copy:Content/Pokemon/Data/502.dat + +#begin Content/Pokemon/Data/503.dat +/copy:Content/Pokemon/Data/503.dat + +#begin Content/Pokemon/Data/504.dat +/copy:Content/Pokemon/Data/504.dat + +#begin Content/Pokemon/Data/505.dat +/copy:Content/Pokemon/Data/505.dat + +#begin Content/Pokemon/Data/506.dat +/copy:Content/Pokemon/Data/506.dat + +#begin Content/Pokemon/Data/507.dat +/copy:Content/Pokemon/Data/507.dat + +#begin Content/Pokemon/Data/508.dat +/copy:Content/Pokemon/Data/508.dat + +#begin Content/Pokemon/Data/509.dat +/copy:Content/Pokemon/Data/509.dat + +#begin Content/Pokemon/Data/51.dat +/copy:Content/Pokemon/Data/51.dat + +#begin Content/Pokemon/Data/510.dat +/copy:Content/Pokemon/Data/510.dat + +#begin Content/Pokemon/Data/511.dat +/copy:Content/Pokemon/Data/511.dat + +#begin Content/Pokemon/Data/512.dat +/copy:Content/Pokemon/Data/512.dat + +#begin Content/Pokemon/Data/513.dat +/copy:Content/Pokemon/Data/513.dat + +#begin Content/Pokemon/Data/514.dat +/copy:Content/Pokemon/Data/514.dat + +#begin Content/Pokemon/Data/515.dat +/copy:Content/Pokemon/Data/515.dat + +#begin Content/Pokemon/Data/516.dat +/copy:Content/Pokemon/Data/516.dat + +#begin Content/Pokemon/Data/517.dat +/copy:Content/Pokemon/Data/517.dat + +#begin Content/Pokemon/Data/518.dat +/copy:Content/Pokemon/Data/518.dat + +#begin Content/Pokemon/Data/519.dat +/copy:Content/Pokemon/Data/519.dat + +#begin Content/Pokemon/Data/52.dat +/copy:Content/Pokemon/Data/52.dat + +#begin Content/Pokemon/Data/520.dat +/copy:Content/Pokemon/Data/520.dat + +#begin Content/Pokemon/Data/521.dat +/copy:Content/Pokemon/Data/521.dat + +#begin Content/Pokemon/Data/522.dat +/copy:Content/Pokemon/Data/522.dat + +#begin Content/Pokemon/Data/523.dat +/copy:Content/Pokemon/Data/523.dat + +#begin Content/Pokemon/Data/524.dat +/copy:Content/Pokemon/Data/524.dat + +#begin Content/Pokemon/Data/525.dat +/copy:Content/Pokemon/Data/525.dat + +#begin Content/Pokemon/Data/526.dat +/copy:Content/Pokemon/Data/526.dat + +#begin Content/Pokemon/Data/527.dat +/copy:Content/Pokemon/Data/527.dat + +#begin Content/Pokemon/Data/528.dat +/copy:Content/Pokemon/Data/528.dat + +#begin Content/Pokemon/Data/529.dat +/copy:Content/Pokemon/Data/529.dat + +#begin Content/Pokemon/Data/53.dat +/copy:Content/Pokemon/Data/53.dat + +#begin Content/Pokemon/Data/530.dat +/copy:Content/Pokemon/Data/530.dat + +#begin Content/Pokemon/Data/531.dat +/copy:Content/Pokemon/Data/531.dat + +#begin Content/Pokemon/Data/531_mega.dat +/copy:Content/Pokemon/Data/531_mega.dat + +#begin Content/Pokemon/Data/532.dat +/copy:Content/Pokemon/Data/532.dat + +#begin Content/Pokemon/Data/533.dat +/copy:Content/Pokemon/Data/533.dat + +#begin Content/Pokemon/Data/534.dat +/copy:Content/Pokemon/Data/534.dat + +#begin Content/Pokemon/Data/535.dat +/copy:Content/Pokemon/Data/535.dat + +#begin Content/Pokemon/Data/536.dat +/copy:Content/Pokemon/Data/536.dat + +#begin Content/Pokemon/Data/537.dat +/copy:Content/Pokemon/Data/537.dat + +#begin Content/Pokemon/Data/538.dat +/copy:Content/Pokemon/Data/538.dat + +#begin Content/Pokemon/Data/539.dat +/copy:Content/Pokemon/Data/539.dat + +#begin Content/Pokemon/Data/54.dat +/copy:Content/Pokemon/Data/54.dat + +#begin Content/Pokemon/Data/540.dat +/copy:Content/Pokemon/Data/540.dat + +#begin Content/Pokemon/Data/541.dat +/copy:Content/Pokemon/Data/541.dat + +#begin Content/Pokemon/Data/542.dat +/copy:Content/Pokemon/Data/542.dat + +#begin Content/Pokemon/Data/543.dat +/copy:Content/Pokemon/Data/543.dat + +#begin Content/Pokemon/Data/544.dat +/copy:Content/Pokemon/Data/544.dat + +#begin Content/Pokemon/Data/545.dat +/copy:Content/Pokemon/Data/545.dat + +#begin Content/Pokemon/Data/546.dat +/copy:Content/Pokemon/Data/546.dat + +#begin Content/Pokemon/Data/547.dat +/copy:Content/Pokemon/Data/547.dat + +#begin Content/Pokemon/Data/548.dat +/copy:Content/Pokemon/Data/548.dat + +#begin Content/Pokemon/Data/549.dat +/copy:Content/Pokemon/Data/549.dat + +#begin Content/Pokemon/Data/55.dat +/copy:Content/Pokemon/Data/55.dat + +#begin Content/Pokemon/Data/550.dat +/copy:Content/Pokemon/Data/550.dat + +#begin Content/Pokemon/Data/550_blue.dat +/copy:Content/Pokemon/Data/550_blue.dat + +#begin Content/Pokemon/Data/551.dat +/copy:Content/Pokemon/Data/551.dat + +#begin Content/Pokemon/Data/552.dat +/copy:Content/Pokemon/Data/552.dat + +#begin Content/Pokemon/Data/553.dat +/copy:Content/Pokemon/Data/553.dat + +#begin Content/Pokemon/Data/554.dat +/copy:Content/Pokemon/Data/554.dat + +#begin Content/Pokemon/Data/555.dat +/copy:Content/Pokemon/Data/555.dat + +#begin Content/Pokemon/Data/555_zen.dat +/copy:Content/Pokemon/Data/555_zen.dat + +#begin Content/Pokemon/Data/556.dat +/copy:Content/Pokemon/Data/556.dat + +#begin Content/Pokemon/Data/557.dat +/copy:Content/Pokemon/Data/557.dat + +#begin Content/Pokemon/Data/558.dat +/copy:Content/Pokemon/Data/558.dat + +#begin Content/Pokemon/Data/559.dat +/copy:Content/Pokemon/Data/559.dat + +#begin Content/Pokemon/Data/56.dat +/copy:Content/Pokemon/Data/56.dat + +#begin Content/Pokemon/Data/560.dat +/copy:Content/Pokemon/Data/560.dat + +#begin Content/Pokemon/Data/561.dat +/copy:Content/Pokemon/Data/561.dat + +#begin Content/Pokemon/Data/562.dat +/copy:Content/Pokemon/Data/562.dat + +#begin Content/Pokemon/Data/563.dat +/copy:Content/Pokemon/Data/563.dat + +#begin Content/Pokemon/Data/564.dat +/copy:Content/Pokemon/Data/564.dat + +#begin Content/Pokemon/Data/565.dat +/copy:Content/Pokemon/Data/565.dat + +#begin Content/Pokemon/Data/566.dat +/copy:Content/Pokemon/Data/566.dat + +#begin Content/Pokemon/Data/567.dat +/copy:Content/Pokemon/Data/567.dat + +#begin Content/Pokemon/Data/568.dat +/copy:Content/Pokemon/Data/568.dat + +#begin Content/Pokemon/Data/569.dat +/copy:Content/Pokemon/Data/569.dat + +#begin Content/Pokemon/Data/57.dat +/copy:Content/Pokemon/Data/57.dat + +#begin Content/Pokemon/Data/570.dat +/copy:Content/Pokemon/Data/570.dat + +#begin Content/Pokemon/Data/571.dat +/copy:Content/Pokemon/Data/571.dat + +#begin Content/Pokemon/Data/572.dat +/copy:Content/Pokemon/Data/572.dat + +#begin Content/Pokemon/Data/573.dat +/copy:Content/Pokemon/Data/573.dat + +#begin Content/Pokemon/Data/574.dat +/copy:Content/Pokemon/Data/574.dat + +#begin Content/Pokemon/Data/575.dat +/copy:Content/Pokemon/Data/575.dat + +#begin Content/Pokemon/Data/576.dat +/copy:Content/Pokemon/Data/576.dat + +#begin Content/Pokemon/Data/577.dat +/copy:Content/Pokemon/Data/577.dat + +#begin Content/Pokemon/Data/578.dat +/copy:Content/Pokemon/Data/578.dat + +#begin Content/Pokemon/Data/579.dat +/copy:Content/Pokemon/Data/579.dat + +#begin Content/Pokemon/Data/58.dat +/copy:Content/Pokemon/Data/58.dat + +#begin Content/Pokemon/Data/580.dat +/copy:Content/Pokemon/Data/580.dat + +#begin Content/Pokemon/Data/581.dat +/copy:Content/Pokemon/Data/581.dat + +#begin Content/Pokemon/Data/582.dat +/copy:Content/Pokemon/Data/582.dat + +#begin Content/Pokemon/Data/583.dat +/copy:Content/Pokemon/Data/583.dat + +#begin Content/Pokemon/Data/584.dat +/copy:Content/Pokemon/Data/584.dat + +#begin Content/Pokemon/Data/585.dat +/copy:Content/Pokemon/Data/585.dat + +#begin Content/Pokemon/Data/586.dat +/copy:Content/Pokemon/Data/586.dat + +#begin Content/Pokemon/Data/587.dat +/copy:Content/Pokemon/Data/587.dat + +#begin Content/Pokemon/Data/588.dat +/copy:Content/Pokemon/Data/588.dat + +#begin Content/Pokemon/Data/589.dat +/copy:Content/Pokemon/Data/589.dat + +#begin Content/Pokemon/Data/59.dat +/copy:Content/Pokemon/Data/59.dat + +#begin Content/Pokemon/Data/590.dat +/copy:Content/Pokemon/Data/590.dat + +#begin Content/Pokemon/Data/591.dat +/copy:Content/Pokemon/Data/591.dat + +#begin Content/Pokemon/Data/592.dat +/copy:Content/Pokemon/Data/592.dat + +#begin Content/Pokemon/Data/593.dat +/copy:Content/Pokemon/Data/593.dat + +#begin Content/Pokemon/Data/594.dat +/copy:Content/Pokemon/Data/594.dat + +#begin Content/Pokemon/Data/595.dat +/copy:Content/Pokemon/Data/595.dat + +#begin Content/Pokemon/Data/596.dat +/copy:Content/Pokemon/Data/596.dat + +#begin Content/Pokemon/Data/597.dat +/copy:Content/Pokemon/Data/597.dat + +#begin Content/Pokemon/Data/598.dat +/copy:Content/Pokemon/Data/598.dat + +#begin Content/Pokemon/Data/599.dat +/copy:Content/Pokemon/Data/599.dat + +#begin Content/Pokemon/Data/6.dat +/copy:Content/Pokemon/Data/6.dat + +#begin Content/Pokemon/Data/60.dat +/copy:Content/Pokemon/Data/60.dat + +#begin Content/Pokemon/Data/600.dat +/copy:Content/Pokemon/Data/600.dat + +#begin Content/Pokemon/Data/601.dat +/copy:Content/Pokemon/Data/601.dat + +#begin Content/Pokemon/Data/602.dat +/copy:Content/Pokemon/Data/602.dat + +#begin Content/Pokemon/Data/603.dat +/copy:Content/Pokemon/Data/603.dat + +#begin Content/Pokemon/Data/604.dat +/copy:Content/Pokemon/Data/604.dat + +#begin Content/Pokemon/Data/605.dat +/copy:Content/Pokemon/Data/605.dat + +#begin Content/Pokemon/Data/606.dat +/copy:Content/Pokemon/Data/606.dat + +#begin Content/Pokemon/Data/607.dat +/copy:Content/Pokemon/Data/607.dat + +#begin Content/Pokemon/Data/608.dat +/copy:Content/Pokemon/Data/608.dat + +#begin Content/Pokemon/Data/609.dat +/copy:Content/Pokemon/Data/609.dat + +#begin Content/Pokemon/Data/61.dat +/copy:Content/Pokemon/Data/61.dat + +#begin Content/Pokemon/Data/610.dat +/copy:Content/Pokemon/Data/610.dat + +#begin Content/Pokemon/Data/611.dat +/copy:Content/Pokemon/Data/611.dat + +#begin Content/Pokemon/Data/612.dat +/copy:Content/Pokemon/Data/612.dat + +#begin Content/Pokemon/Data/613.dat +/copy:Content/Pokemon/Data/613.dat + +#begin Content/Pokemon/Data/614.dat +/copy:Content/Pokemon/Data/614.dat + +#begin Content/Pokemon/Data/615.dat +/copy:Content/Pokemon/Data/615.dat + +#begin Content/Pokemon/Data/616.dat +/copy:Content/Pokemon/Data/616.dat + +#begin Content/Pokemon/Data/617.dat +/copy:Content/Pokemon/Data/617.dat + +#begin Content/Pokemon/Data/618.dat +/copy:Content/Pokemon/Data/618.dat + +#begin Content/Pokemon/Data/619.dat +/copy:Content/Pokemon/Data/619.dat + +#begin Content/Pokemon/Data/62.dat +/copy:Content/Pokemon/Data/62.dat + +#begin Content/Pokemon/Data/620.dat +/copy:Content/Pokemon/Data/620.dat + +#begin Content/Pokemon/Data/621.dat +/copy:Content/Pokemon/Data/621.dat + +#begin Content/Pokemon/Data/622.dat +/copy:Content/Pokemon/Data/622.dat + +#begin Content/Pokemon/Data/623.dat +/copy:Content/Pokemon/Data/623.dat + +#begin Content/Pokemon/Data/624.dat +/copy:Content/Pokemon/Data/624.dat + +#begin Content/Pokemon/Data/625.dat +/copy:Content/Pokemon/Data/625.dat + +#begin Content/Pokemon/Data/626.dat +/copy:Content/Pokemon/Data/626.dat + +#begin Content/Pokemon/Data/627.dat +/copy:Content/Pokemon/Data/627.dat + +#begin Content/Pokemon/Data/628.dat +/copy:Content/Pokemon/Data/628.dat + +#begin Content/Pokemon/Data/629.dat +/copy:Content/Pokemon/Data/629.dat + +#begin Content/Pokemon/Data/63.dat +/copy:Content/Pokemon/Data/63.dat + +#begin Content/Pokemon/Data/630.dat +/copy:Content/Pokemon/Data/630.dat + +#begin Content/Pokemon/Data/631.dat +/copy:Content/Pokemon/Data/631.dat + +#begin Content/Pokemon/Data/632.dat +/copy:Content/Pokemon/Data/632.dat + +#begin Content/Pokemon/Data/633.dat +/copy:Content/Pokemon/Data/633.dat + +#begin Content/Pokemon/Data/634.dat +/copy:Content/Pokemon/Data/634.dat + +#begin Content/Pokemon/Data/635.dat +/copy:Content/Pokemon/Data/635.dat + +#begin Content/Pokemon/Data/636.dat +/copy:Content/Pokemon/Data/636.dat + +#begin Content/Pokemon/Data/637.dat +/copy:Content/Pokemon/Data/637.dat + +#begin Content/Pokemon/Data/638.dat +/copy:Content/Pokemon/Data/638.dat + +#begin Content/Pokemon/Data/639.dat +/copy:Content/Pokemon/Data/639.dat + +#begin Content/Pokemon/Data/64.dat +/copy:Content/Pokemon/Data/64.dat + +#begin Content/Pokemon/Data/640.dat +/copy:Content/Pokemon/Data/640.dat + +#begin Content/Pokemon/Data/641.dat +/copy:Content/Pokemon/Data/641.dat + +#begin Content/Pokemon/Data/641_therian.dat +/copy:Content/Pokemon/Data/641_therian.dat + +#begin Content/Pokemon/Data/642.dat +/copy:Content/Pokemon/Data/642.dat + +#begin Content/Pokemon/Data/642_therian.dat +/copy:Content/Pokemon/Data/642_therian.dat + +#begin Content/Pokemon/Data/643.dat +/copy:Content/Pokemon/Data/643.dat + +#begin Content/Pokemon/Data/644.dat +/copy:Content/Pokemon/Data/644.dat + +#begin Content/Pokemon/Data/645.dat +/copy:Content/Pokemon/Data/645.dat + +#begin Content/Pokemon/Data/645_therian.dat +/copy:Content/Pokemon/Data/645_therian.dat + +#begin Content/Pokemon/Data/646.dat +/copy:Content/Pokemon/Data/646.dat + +#begin Content/Pokemon/Data/646_black.dat +/copy:Content/Pokemon/Data/646_black.dat + +#begin Content/Pokemon/Data/646_white.dat +/copy:Content/Pokemon/Data/646_white.dat + +#begin Content/Pokemon/Data/647.dat +/copy:Content/Pokemon/Data/647.dat + +#begin Content/Pokemon/Data/648.dat +/copy:Content/Pokemon/Data/648.dat + +#begin Content/Pokemon/Data/648_pirouette.dat +/copy:Content/Pokemon/Data/648_pirouette.dat + +#begin Content/Pokemon/Data/649.dat +/copy:Content/Pokemon/Data/649.dat + +#begin Content/Pokemon/Data/65.dat +/copy:Content/Pokemon/Data/65.dat + +#begin Content/Pokemon/Data/650.dat +/copy:Content/Pokemon/Data/650.dat + +#begin Content/Pokemon/Data/651.dat +/copy:Content/Pokemon/Data/651.dat + +#begin Content/Pokemon/Data/652.dat +/copy:Content/Pokemon/Data/652.dat + +#begin Content/Pokemon/Data/653.dat +/copy:Content/Pokemon/Data/653.dat + +#begin Content/Pokemon/Data/654.dat +/copy:Content/Pokemon/Data/654.dat + +#begin Content/Pokemon/Data/655.dat +/copy:Content/Pokemon/Data/655.dat + +#begin Content/Pokemon/Data/656.dat +/copy:Content/Pokemon/Data/656.dat + +#begin Content/Pokemon/Data/657.dat +/copy:Content/Pokemon/Data/657.dat + +#begin Content/Pokemon/Data/658.dat +/copy:Content/Pokemon/Data/658.dat + +#begin Content/Pokemon/Data/659.dat +/copy:Content/Pokemon/Data/659.dat + +#begin Content/Pokemon/Data/65_mega.dat +/copy:Content/Pokemon/Data/65_mega.dat + +#begin Content/Pokemon/Data/66.dat +/copy:Content/Pokemon/Data/66.dat + +#begin Content/Pokemon/Data/660.dat +/copy:Content/Pokemon/Data/660.dat + +#begin Content/Pokemon/Data/661.dat +/copy:Content/Pokemon/Data/661.dat + +#begin Content/Pokemon/Data/662.dat +/copy:Content/Pokemon/Data/662.dat + +#begin Content/Pokemon/Data/663.dat +/copy:Content/Pokemon/Data/663.dat + +#begin Content/Pokemon/Data/664.dat +/copy:Content/Pokemon/Data/664.dat + +#begin Content/Pokemon/Data/665.dat +/copy:Content/Pokemon/Data/665.dat + +#begin Content/Pokemon/Data/666.dat +/copy:Content/Pokemon/Data/666.dat + +#begin Content/Pokemon/Data/667.dat +/copy:Content/Pokemon/Data/667.dat + +#begin Content/Pokemon/Data/668.dat +/copy:Content/Pokemon/Data/668.dat + +#begin Content/Pokemon/Data/669.dat +/copy:Content/Pokemon/Data/669.dat + +#begin Content/Pokemon/Data/67.dat +/copy:Content/Pokemon/Data/67.dat + +#begin Content/Pokemon/Data/670.dat +/copy:Content/Pokemon/Data/670.dat + +#begin Content/Pokemon/Data/671.dat +/copy:Content/Pokemon/Data/671.dat + +#begin Content/Pokemon/Data/672.dat +/copy:Content/Pokemon/Data/672.dat + +#begin Content/Pokemon/Data/673.dat +/copy:Content/Pokemon/Data/673.dat + +#begin Content/Pokemon/Data/674.dat +/copy:Content/Pokemon/Data/674.dat + +#begin Content/Pokemon/Data/675.dat +/copy:Content/Pokemon/Data/675.dat + +#begin Content/Pokemon/Data/676.dat +/copy:Content/Pokemon/Data/676.dat + +#begin Content/Pokemon/Data/677.dat +/copy:Content/Pokemon/Data/677.dat + +#begin Content/Pokemon/Data/678.dat +/copy:Content/Pokemon/Data/678.dat + +#begin Content/Pokemon/Data/678_f.dat +/copy:Content/Pokemon/Data/678_f.dat + +#begin Content/Pokemon/Data/679.dat +/copy:Content/Pokemon/Data/679.dat + +#begin Content/Pokemon/Data/68.dat +/copy:Content/Pokemon/Data/68.dat + +#begin Content/Pokemon/Data/680.dat +/copy:Content/Pokemon/Data/680.dat + +#begin Content/Pokemon/Data/681.dat +/copy:Content/Pokemon/Data/681.dat + +#begin Content/Pokemon/Data/681_blade.dat +/copy:Content/Pokemon/Data/681_blade.dat + +#begin Content/Pokemon/Data/682.dat +/copy:Content/Pokemon/Data/682.dat + +#begin Content/Pokemon/Data/683.dat +/copy:Content/Pokemon/Data/683.dat + +#begin Content/Pokemon/Data/684.dat +/copy:Content/Pokemon/Data/684.dat + +#begin Content/Pokemon/Data/685.dat +/copy:Content/Pokemon/Data/685.dat + +#begin Content/Pokemon/Data/686.dat +/copy:Content/Pokemon/Data/686.dat + +#begin Content/Pokemon/Data/687.dat +/copy:Content/Pokemon/Data/687.dat + +#begin Content/Pokemon/Data/688.dat +/copy:Content/Pokemon/Data/688.dat + +#begin Content/Pokemon/Data/689.dat +/copy:Content/Pokemon/Data/689.dat + +#begin Content/Pokemon/Data/69.dat +/copy:Content/Pokemon/Data/69.dat + +#begin Content/Pokemon/Data/690.dat +/copy:Content/Pokemon/Data/690.dat + +#begin Content/Pokemon/Data/691.dat +/copy:Content/Pokemon/Data/691.dat + +#begin Content/Pokemon/Data/692.dat +/copy:Content/Pokemon/Data/692.dat + +#begin Content/Pokemon/Data/693.dat +/copy:Content/Pokemon/Data/693.dat + +#begin Content/Pokemon/Data/694.dat +/copy:Content/Pokemon/Data/694.dat + +#begin Content/Pokemon/Data/695.dat +/copy:Content/Pokemon/Data/695.dat + +#begin Content/Pokemon/Data/696.dat +/copy:Content/Pokemon/Data/696.dat + +#begin Content/Pokemon/Data/697.dat +/copy:Content/Pokemon/Data/697.dat + +#begin Content/Pokemon/Data/698.dat +/copy:Content/Pokemon/Data/698.dat + +#begin Content/Pokemon/Data/699.dat +/copy:Content/Pokemon/Data/699.dat + +#begin Content/Pokemon/Data/6_mega_x.dat +/copy:Content/Pokemon/Data/6_mega_x.dat + +#begin Content/Pokemon/Data/6_mega_y.dat +/copy:Content/Pokemon/Data/6_mega_y.dat + +#begin Content/Pokemon/Data/7.dat +/copy:Content/Pokemon/Data/7.dat + +#begin Content/Pokemon/Data/70.dat +/copy:Content/Pokemon/Data/70.dat + +#begin Content/Pokemon/Data/700.dat +/copy:Content/Pokemon/Data/700.dat + +#begin Content/Pokemon/Data/701.dat +/copy:Content/Pokemon/Data/701.dat + +#begin Content/Pokemon/Data/702.dat +/copy:Content/Pokemon/Data/702.dat + +#begin Content/Pokemon/Data/703.dat +/copy:Content/Pokemon/Data/703.dat + +#begin Content/Pokemon/Data/704.dat +/copy:Content/Pokemon/Data/704.dat + +#begin Content/Pokemon/Data/705.dat +/copy:Content/Pokemon/Data/705.dat + +#begin Content/Pokemon/Data/706.dat +/copy:Content/Pokemon/Data/706.dat + +#begin Content/Pokemon/Data/707.dat +/copy:Content/Pokemon/Data/707.dat + +#begin Content/Pokemon/Data/708.dat +/copy:Content/Pokemon/Data/708.dat + +#begin Content/Pokemon/Data/709.dat +/copy:Content/Pokemon/Data/709.dat + +#begin Content/Pokemon/Data/71.dat +/copy:Content/Pokemon/Data/71.dat + +#begin Content/Pokemon/Data/710.dat +/copy:Content/Pokemon/Data/710.dat + +#begin Content/Pokemon/Data/710_large.dat +/copy:Content/Pokemon/Data/710_large.dat + +#begin Content/Pokemon/Data/710_small.dat +/copy:Content/Pokemon/Data/710_small.dat + +#begin Content/Pokemon/Data/710_super.dat +/copy:Content/Pokemon/Data/710_super.dat + +#begin Content/Pokemon/Data/711.dat +/copy:Content/Pokemon/Data/711.dat + +#begin Content/Pokemon/Data/711_large.dat +/copy:Content/Pokemon/Data/711_large.dat + +#begin Content/Pokemon/Data/711_small.dat +/copy:Content/Pokemon/Data/711_small.dat + +#begin Content/Pokemon/Data/711_super.dat +/copy:Content/Pokemon/Data/711_super.dat + +#begin Content/Pokemon/Data/712.dat +/copy:Content/Pokemon/Data/712.dat + +#begin Content/Pokemon/Data/713.dat +/copy:Content/Pokemon/Data/713.dat + +#begin Content/Pokemon/Data/714.dat +/copy:Content/Pokemon/Data/714.dat + +#begin Content/Pokemon/Data/715.dat +/copy:Content/Pokemon/Data/715.dat + +#begin Content/Pokemon/Data/716.dat +/copy:Content/Pokemon/Data/716.dat + +#begin Content/Pokemon/Data/717.dat +/copy:Content/Pokemon/Data/717.dat + +#begin Content/Pokemon/Data/718.dat +/copy:Content/Pokemon/Data/718.dat + +#begin Content/Pokemon/Data/719.dat +/copy:Content/Pokemon/Data/719.dat + +#begin Content/Pokemon/Data/719_mega.dat +/copy:Content/Pokemon/Data/719_mega.dat + +#begin Content/Pokemon/Data/72.dat +/copy:Content/Pokemon/Data/72.dat + +#begin Content/Pokemon/Data/720.dat +/copy:Content/Pokemon/Data/720.dat + +#begin Content/Pokemon/Data/721.dat +/copy:Content/Pokemon/Data/721.dat + +#begin Content/Pokemon/Data/73.dat +/copy:Content/Pokemon/Data/73.dat + +#begin Content/Pokemon/Data/74.dat +/copy:Content/Pokemon/Data/74.dat + +#begin Content/Pokemon/Data/75.dat +/copy:Content/Pokemon/Data/75.dat + +#begin Content/Pokemon/Data/76.dat +/copy:Content/Pokemon/Data/76.dat + +#begin Content/Pokemon/Data/77.dat +/copy:Content/Pokemon/Data/77.dat + +#begin Content/Pokemon/Data/78.dat +/copy:Content/Pokemon/Data/78.dat + +#begin Content/Pokemon/Data/79.dat +/copy:Content/Pokemon/Data/79.dat + +#begin Content/Pokemon/Data/8.dat +/copy:Content/Pokemon/Data/8.dat + +#begin Content/Pokemon/Data/80.dat +/copy:Content/Pokemon/Data/80.dat + +#begin Content/Pokemon/Data/80_mega.dat +/copy:Content/Pokemon/Data/80_mega.dat + +#begin Content/Pokemon/Data/81.dat +/copy:Content/Pokemon/Data/81.dat + +#begin Content/Pokemon/Data/82.dat +/copy:Content/Pokemon/Data/82.dat + +#begin Content/Pokemon/Data/83.dat +/copy:Content/Pokemon/Data/83.dat + +#begin Content/Pokemon/Data/84.dat +/copy:Content/Pokemon/Data/84.dat + +#begin Content/Pokemon/Data/85.dat +/copy:Content/Pokemon/Data/85.dat + +#begin Content/Pokemon/Data/86.dat +/copy:Content/Pokemon/Data/86.dat + +#begin Content/Pokemon/Data/87.dat +/copy:Content/Pokemon/Data/87.dat + +#begin Content/Pokemon/Data/88.dat +/copy:Content/Pokemon/Data/88.dat + +#begin Content/Pokemon/Data/89.dat +/copy:Content/Pokemon/Data/89.dat + +#begin Content/Pokemon/Data/9.dat +/copy:Content/Pokemon/Data/9.dat + +#begin Content/Pokemon/Data/90.dat +/copy:Content/Pokemon/Data/90.dat + +#begin Content/Pokemon/Data/91.dat +/copy:Content/Pokemon/Data/91.dat + +#begin Content/Pokemon/Data/92.dat +/copy:Content/Pokemon/Data/92.dat + +#begin Content/Pokemon/Data/93.dat +/copy:Content/Pokemon/Data/93.dat + +#begin Content/Pokemon/Data/94.dat +/copy:Content/Pokemon/Data/94.dat + +#begin Content/Pokemon/Data/94_mega.dat +/copy:Content/Pokemon/Data/94_mega.dat + +#begin Content/Pokemon/Data/95.dat +/copy:Content/Pokemon/Data/95.dat + +#begin Content/Pokemon/Data/96.dat +/copy:Content/Pokemon/Data/96.dat + +#begin Content/Pokemon/Data/97.dat +/copy:Content/Pokemon/Data/97.dat + +#begin Content/Pokemon/Data/98.dat +/copy:Content/Pokemon/Data/98.dat + +#begin Content/Pokemon/Data/99.dat +/copy:Content/Pokemon/Data/99.dat + +#begin Content/Pokemon/Data/frontier/0.dat +/copy:Content/Pokemon/Data/frontier/0.dat + +#begin Content/Pokemon/Data/frontier/1.dat +/copy:Content/Pokemon/Data/frontier/1.dat + +#begin Content/Pokemon/Data/frontier/2.dat +/copy:Content/Pokemon/Data/frontier/2.dat + +#begin Content/Pokemon/Egg/Egg_back.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/Egg/Egg_back.png + +#begin Content/Pokemon/Egg/Egg_front.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/Egg/Egg_front.png + +#begin Content/Pokemon/Egg/Egg_manaphy_back.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/Egg/Egg_manaphy_back.png + +#begin Content/Pokemon/Egg/Egg_manaphy_front.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/Egg/Egg_manaphy_front.png + +#begin Content/Pokemon/Egg/Templates/Back.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/Egg/Templates/Back.png + +#begin Content/Pokemon/Egg/Templates/Front.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/Egg/Templates/Front.png + +#begin Content/Pokemon/Egg/Templates/Menu.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/Egg/Templates/Menu.png + +#begin Content/Pokemon/Overworld/Normal/1.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/1.png + +#begin Content/Pokemon/Overworld/Normal/10.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/10.png + +#begin Content/Pokemon/Overworld/Normal/100.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/100.png + +#begin Content/Pokemon/Overworld/Normal/101.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/101.png + +#begin Content/Pokemon/Overworld/Normal/102.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/102.png + +#begin Content/Pokemon/Overworld/Normal/103.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/103.png + +#begin Content/Pokemon/Overworld/Normal/104.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/104.png + +#begin Content/Pokemon/Overworld/Normal/105.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/105.png + +#begin Content/Pokemon/Overworld/Normal/106.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/106.png + +#begin Content/Pokemon/Overworld/Normal/107.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/107.png + +#begin Content/Pokemon/Overworld/Normal/108.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/108.png + +#begin Content/Pokemon/Overworld/Normal/109.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/109.png + +#begin Content/Pokemon/Overworld/Normal/11.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/11.png + +#begin Content/Pokemon/Overworld/Normal/110.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/110.png + +#begin Content/Pokemon/Overworld/Normal/111.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/111.png + +#begin Content/Pokemon/Overworld/Normal/112.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/112.png + +#begin Content/Pokemon/Overworld/Normal/113.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/113.png + +#begin Content/Pokemon/Overworld/Normal/114.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/114.png + +#begin Content/Pokemon/Overworld/Normal/115.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/115.png + +#begin Content/Pokemon/Overworld/Normal/116.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/116.png + +#begin Content/Pokemon/Overworld/Normal/117.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/117.png + +#begin Content/Pokemon/Overworld/Normal/118.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/118.png + +#begin Content/Pokemon/Overworld/Normal/119.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/119.png + +#begin Content/Pokemon/Overworld/Normal/12.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/12.png + +#begin Content/Pokemon/Overworld/Normal/120.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/120.png + +#begin Content/Pokemon/Overworld/Normal/121.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/121.png + +#begin Content/Pokemon/Overworld/Normal/122.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/122.png + +#begin Content/Pokemon/Overworld/Normal/123.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/123.png + +#begin Content/Pokemon/Overworld/Normal/124.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/124.png + +#begin Content/Pokemon/Overworld/Normal/125.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/125.png + +#begin Content/Pokemon/Overworld/Normal/126.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/126.png + +#begin Content/Pokemon/Overworld/Normal/127.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/127.png + +#begin Content/Pokemon/Overworld/Normal/128.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/128.png + +#begin Content/Pokemon/Overworld/Normal/129.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/129.png + +#begin Content/Pokemon/Overworld/Normal/13.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/13.png + +#begin Content/Pokemon/Overworld/Normal/130.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/130.png + +#begin Content/Pokemon/Overworld/Normal/131.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/131.png + +#begin Content/Pokemon/Overworld/Normal/132.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/132.png + +#begin Content/Pokemon/Overworld/Normal/133.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/133.png + +#begin Content/Pokemon/Overworld/Normal/134.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/134.png + +#begin Content/Pokemon/Overworld/Normal/135.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/135.png + +#begin Content/Pokemon/Overworld/Normal/136.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/136.png + +#begin Content/Pokemon/Overworld/Normal/137.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/137.png + +#begin Content/Pokemon/Overworld/Normal/138.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/138.png + +#begin Content/Pokemon/Overworld/Normal/139.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/139.png + +#begin Content/Pokemon/Overworld/Normal/14.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/14.png + +#begin Content/Pokemon/Overworld/Normal/140.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/140.png + +#begin Content/Pokemon/Overworld/Normal/141.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/141.png + +#begin Content/Pokemon/Overworld/Normal/142.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/142.png + +#begin Content/Pokemon/Overworld/Normal/143.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/143.png + +#begin Content/Pokemon/Overworld/Normal/144.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/144.png + +#begin Content/Pokemon/Overworld/Normal/145.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/145.png + +#begin Content/Pokemon/Overworld/Normal/146.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/146.png + +#begin Content/Pokemon/Overworld/Normal/147.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/147.png + +#begin Content/Pokemon/Overworld/Normal/148.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/148.png + +#begin Content/Pokemon/Overworld/Normal/149.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/149.png + +#begin Content/Pokemon/Overworld/Normal/15.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/15.png + +#begin Content/Pokemon/Overworld/Normal/150.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/150.png + +#begin Content/Pokemon/Overworld/Normal/151.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/151.png + +#begin Content/Pokemon/Overworld/Normal/152.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/152.png + +#begin Content/Pokemon/Overworld/Normal/153.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/153.png + +#begin Content/Pokemon/Overworld/Normal/154.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/154.png + +#begin Content/Pokemon/Overworld/Normal/155.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/155.png + +#begin Content/Pokemon/Overworld/Normal/156.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/156.png + +#begin Content/Pokemon/Overworld/Normal/157.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/157.png + +#begin Content/Pokemon/Overworld/Normal/158.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/158.png + +#begin Content/Pokemon/Overworld/Normal/159.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/159.png + +#begin Content/Pokemon/Overworld/Normal/15_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/15_mega.png + +#begin Content/Pokemon/Overworld/Normal/16.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/16.png + +#begin Content/Pokemon/Overworld/Normal/160.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/160.png + +#begin Content/Pokemon/Overworld/Normal/161.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/161.png + +#begin Content/Pokemon/Overworld/Normal/162.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/162.png + +#begin Content/Pokemon/Overworld/Normal/163.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/163.png + +#begin Content/Pokemon/Overworld/Normal/164.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/164.png + +#begin Content/Pokemon/Overworld/Normal/165.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/165.png + +#begin Content/Pokemon/Overworld/Normal/166.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/166.png + +#begin Content/Pokemon/Overworld/Normal/167.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/167.png + +#begin Content/Pokemon/Overworld/Normal/168.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/168.png + +#begin Content/Pokemon/Overworld/Normal/169.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/169.png + +#begin Content/Pokemon/Overworld/Normal/17.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/17.png + +#begin Content/Pokemon/Overworld/Normal/170.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/170.png + +#begin Content/Pokemon/Overworld/Normal/171.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/171.png + +#begin Content/Pokemon/Overworld/Normal/172.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/172.png + +#begin Content/Pokemon/Overworld/Normal/172_spiky-eared.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/172_spiky-eared.png + +#begin Content/Pokemon/Overworld/Normal/173.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/173.png + +#begin Content/Pokemon/Overworld/Normal/174.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/174.png + +#begin Content/Pokemon/Overworld/Normal/175.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/175.png + +#begin Content/Pokemon/Overworld/Normal/176.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/176.png + +#begin Content/Pokemon/Overworld/Normal/177.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/177.png + +#begin Content/Pokemon/Overworld/Normal/178.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/178.png + +#begin Content/Pokemon/Overworld/Normal/179.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/179.png + +#begin Content/Pokemon/Overworld/Normal/18.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/18.png + +#begin Content/Pokemon/Overworld/Normal/180.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/180.png + +#begin Content/Pokemon/Overworld/Normal/181.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/181.png + +#begin Content/Pokemon/Overworld/Normal/181_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/181_mega.png + +#begin Content/Pokemon/Overworld/Normal/182.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/182.png + +#begin Content/Pokemon/Overworld/Normal/183.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/183.png + +#begin Content/Pokemon/Overworld/Normal/184.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/184.png + +#begin Content/Pokemon/Overworld/Normal/185.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/185.png + +#begin Content/Pokemon/Overworld/Normal/186.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/186.png + +#begin Content/Pokemon/Overworld/Normal/187.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/187.png + +#begin Content/Pokemon/Overworld/Normal/188.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/188.png + +#begin Content/Pokemon/Overworld/Normal/189.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/189.png + +#begin Content/Pokemon/Overworld/Normal/18_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/18_mega.png + +#begin Content/Pokemon/Overworld/Normal/19.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/19.png + +#begin Content/Pokemon/Overworld/Normal/190.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/190.png + +#begin Content/Pokemon/Overworld/Normal/191.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/191.png + +#begin Content/Pokemon/Overworld/Normal/192.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/192.png + +#begin Content/Pokemon/Overworld/Normal/193.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/193.png + +#begin Content/Pokemon/Overworld/Normal/194.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/194.png + +#begin Content/Pokemon/Overworld/Normal/195.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/195.png + +#begin Content/Pokemon/Overworld/Normal/196.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/196.png + +#begin Content/Pokemon/Overworld/Normal/197.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/197.png + +#begin Content/Pokemon/Overworld/Normal/198.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/198.png + +#begin Content/Pokemon/Overworld/Normal/199.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/199.png + +#begin Content/Pokemon/Overworld/Normal/2.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/2.png + +#begin Content/Pokemon/Overworld/Normal/20.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/20.png + +#begin Content/Pokemon/Overworld/Normal/200.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/200.png + +#begin Content/Pokemon/Overworld/Normal/201-a.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/201-a.png + +#begin Content/Pokemon/Overworld/Normal/201-b.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/201-b.png + +#begin Content/Pokemon/Overworld/Normal/201-c.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/201-c.png + +#begin Content/Pokemon/Overworld/Normal/201-d.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/201-d.png + +#begin Content/Pokemon/Overworld/Normal/201-e.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/201-e.png + +#begin Content/Pokemon/Overworld/Normal/201-exclamation.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/201-exclamation.png + +#begin Content/Pokemon/Overworld/Normal/201-f.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/201-f.png + +#begin Content/Pokemon/Overworld/Normal/201-g.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/201-g.png + +#begin Content/Pokemon/Overworld/Normal/201-h.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/201-h.png + +#begin Content/Pokemon/Overworld/Normal/201-i.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/201-i.png + +#begin Content/Pokemon/Overworld/Normal/201-j.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/201-j.png + +#begin Content/Pokemon/Overworld/Normal/201-k.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/201-k.png + +#begin Content/Pokemon/Overworld/Normal/201-l.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/201-l.png + +#begin Content/Pokemon/Overworld/Normal/201-m.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/201-m.png + +#begin Content/Pokemon/Overworld/Normal/201-n.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/201-n.png + +#begin Content/Pokemon/Overworld/Normal/201-o.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/201-o.png + +#begin Content/Pokemon/Overworld/Normal/201-p.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/201-p.png + +#begin Content/Pokemon/Overworld/Normal/201-q.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/201-q.png + +#begin Content/Pokemon/Overworld/Normal/201-question.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/201-question.png + +#begin Content/Pokemon/Overworld/Normal/201-r.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/201-r.png + +#begin Content/Pokemon/Overworld/Normal/201-s.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/201-s.png + +#begin Content/Pokemon/Overworld/Normal/201-t.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/201-t.png + +#begin Content/Pokemon/Overworld/Normal/201-u.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/201-u.png + +#begin Content/Pokemon/Overworld/Normal/201-v.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/201-v.png + +#begin Content/Pokemon/Overworld/Normal/201-w.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/201-w.png + +#begin Content/Pokemon/Overworld/Normal/201-x.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/201-x.png + +#begin Content/Pokemon/Overworld/Normal/201-y.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/201-y.png + +#begin Content/Pokemon/Overworld/Normal/201-z.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/201-z.png + +#begin Content/Pokemon/Overworld/Normal/201.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/201.png + +#begin Content/Pokemon/Overworld/Normal/202.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/202.png + +#begin Content/Pokemon/Overworld/Normal/203.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/203.png + +#begin Content/Pokemon/Overworld/Normal/204.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/204.png + +#begin Content/Pokemon/Overworld/Normal/205.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/205.png + +#begin Content/Pokemon/Overworld/Normal/206.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/206.png + +#begin Content/Pokemon/Overworld/Normal/207.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/207.png + +#begin Content/Pokemon/Overworld/Normal/208.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/208.png + +#begin Content/Pokemon/Overworld/Normal/209.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/209.png + +#begin Content/Pokemon/Overworld/Normal/21.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/21.png + +#begin Content/Pokemon/Overworld/Normal/210.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/210.png + +#begin Content/Pokemon/Overworld/Normal/211.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/211.png + +#begin Content/Pokemon/Overworld/Normal/212.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/212.png + +#begin Content/Pokemon/Overworld/Normal/212_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/212_mega.png + +#begin Content/Pokemon/Overworld/Normal/213.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/213.png + +#begin Content/Pokemon/Overworld/Normal/214.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/214.png + +#begin Content/Pokemon/Overworld/Normal/214_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/214_mega.png + +#begin Content/Pokemon/Overworld/Normal/215.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/215.png + +#begin Content/Pokemon/Overworld/Normal/216.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/216.png + +#begin Content/Pokemon/Overworld/Normal/217.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/217.png + +#begin Content/Pokemon/Overworld/Normal/218.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/218.png + +#begin Content/Pokemon/Overworld/Normal/219.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/219.png + +#begin Content/Pokemon/Overworld/Normal/22.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/22.png + +#begin Content/Pokemon/Overworld/Normal/220.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/220.png + +#begin Content/Pokemon/Overworld/Normal/221.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/221.png + +#begin Content/Pokemon/Overworld/Normal/222.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/222.png + +#begin Content/Pokemon/Overworld/Normal/223.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/223.png + +#begin Content/Pokemon/Overworld/Normal/224.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/224.png + +#begin Content/Pokemon/Overworld/Normal/225.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/225.png + +#begin Content/Pokemon/Overworld/Normal/226.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/226.png + +#begin Content/Pokemon/Overworld/Normal/227.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/227.png + +#begin Content/Pokemon/Overworld/Normal/228.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/228.png + +#begin Content/Pokemon/Overworld/Normal/229.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.png + +#begin Content/Pokemon/Overworld/Normal/23.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/23.png + +#begin Content/Pokemon/Overworld/Normal/230.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/230.png + +#begin Content/Pokemon/Overworld/Normal/231.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/231.png + +#begin Content/Pokemon/Overworld/Normal/232.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/232.png + +#begin Content/Pokemon/Overworld/Normal/233.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/233.png + +#begin Content/Pokemon/Overworld/Normal/234.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/234.png + +#begin Content/Pokemon/Overworld/Normal/235.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/235.png + +#begin Content/Pokemon/Overworld/Normal/236.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/236.png + +#begin Content/Pokemon/Overworld/Normal/237.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/237.png + +#begin Content/Pokemon/Overworld/Normal/238.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/238.png + +#begin Content/Pokemon/Overworld/Normal/239.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/239.png + +#begin Content/Pokemon/Overworld/Normal/24.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/24.png + +#begin Content/Pokemon/Overworld/Normal/240.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/240.png + +#begin Content/Pokemon/Overworld/Normal/241.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/241.png + +#begin Content/Pokemon/Overworld/Normal/242.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/242.png + +#begin Content/Pokemon/Overworld/Normal/243.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/243.png + +#begin Content/Pokemon/Overworld/Normal/244.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/244.png + +#begin Content/Pokemon/Overworld/Normal/245.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/245.png + +#begin Content/Pokemon/Overworld/Normal/246.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/246.png + +#begin Content/Pokemon/Overworld/Normal/247.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/247.png + +#begin Content/Pokemon/Overworld/Normal/248.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/248.png + +#begin Content/Pokemon/Overworld/Normal/248_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/248_mega.png + +#begin Content/Pokemon/Overworld/Normal/249.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/249.png + +#begin Content/Pokemon/Overworld/Normal/25.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/25.png + +#begin Content/Pokemon/Overworld/Normal/250.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/250.png + +#begin Content/Pokemon/Overworld/Normal/251.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/251.png + +#begin Content/Pokemon/Overworld/Normal/252.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/252.png + +#begin Content/Pokemon/Overworld/Normal/253.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/253.png + +#begin Content/Pokemon/Overworld/Normal/254.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/254.png + +#begin Content/Pokemon/Overworld/Normal/254_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/254_mega.png + +#begin Content/Pokemon/Overworld/Normal/255.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/255.png + +#begin Content/Pokemon/Overworld/Normal/256.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/256.png + +#begin Content/Pokemon/Overworld/Normal/257.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/257.png + +#begin Content/Pokemon/Overworld/Normal/257_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/257_mega.png + +#begin Content/Pokemon/Overworld/Normal/258.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/258.png + +#begin Content/Pokemon/Overworld/Normal/259.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/259.png + +#begin Content/Pokemon/Overworld/Normal/26.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/26.png + +#begin Content/Pokemon/Overworld/Normal/260.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/260.png + +#begin Content/Pokemon/Overworld/Normal/260_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/260_mega.png + +#begin Content/Pokemon/Overworld/Normal/261.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/261.png + +#begin Content/Pokemon/Overworld/Normal/262.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/262.png + +#begin Content/Pokemon/Overworld/Normal/263.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/263.png + +#begin Content/Pokemon/Overworld/Normal/264.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/264.png + +#begin Content/Pokemon/Overworld/Normal/265.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/265.png + +#begin Content/Pokemon/Overworld/Normal/266.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/266.png + +#begin Content/Pokemon/Overworld/Normal/267.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/267.png + +#begin Content/Pokemon/Overworld/Normal/268.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/268.png + +#begin Content/Pokemon/Overworld/Normal/269.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/269.png + +#begin Content/Pokemon/Overworld/Normal/27.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/27.png + +#begin Content/Pokemon/Overworld/Normal/270.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/270.png + +#begin Content/Pokemon/Overworld/Normal/271.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/271.png + +#begin Content/Pokemon/Overworld/Normal/272.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/272.png + +#begin Content/Pokemon/Overworld/Normal/273.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/273.png + +#begin Content/Pokemon/Overworld/Normal/274.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/274.png + +#begin Content/Pokemon/Overworld/Normal/275.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/275.png + +#begin Content/Pokemon/Overworld/Normal/276.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/276.png + +#begin Content/Pokemon/Overworld/Normal/277.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/277.png + +#begin Content/Pokemon/Overworld/Normal/278.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/278.png + +#begin Content/Pokemon/Overworld/Normal/279.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/279.png + +#begin Content/Pokemon/Overworld/Normal/28.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/28.png + +#begin Content/Pokemon/Overworld/Normal/280.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/280.png + +#begin Content/Pokemon/Overworld/Normal/281.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/281.png + +#begin Content/Pokemon/Overworld/Normal/282.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/282.png + +#begin Content/Pokemon/Overworld/Normal/282_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/282_mega.png + +#begin Content/Pokemon/Overworld/Normal/283.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/283.png + +#begin Content/Pokemon/Overworld/Normal/284.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/284.png + +#begin Content/Pokemon/Overworld/Normal/285.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/285.png + +#begin Content/Pokemon/Overworld/Normal/286.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/286.png + +#begin Content/Pokemon/Overworld/Normal/287.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/287.png + +#begin Content/Pokemon/Overworld/Normal/288.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/288.png + +#begin Content/Pokemon/Overworld/Normal/289.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/289.png + +#begin Content/Pokemon/Overworld/Normal/29.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/29.png + +#begin Content/Pokemon/Overworld/Normal/290.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/290.png + +#begin Content/Pokemon/Overworld/Normal/291.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/291.png + +#begin Content/Pokemon/Overworld/Normal/292.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/292.png + +#begin Content/Pokemon/Overworld/Normal/293.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/293.png + +#begin Content/Pokemon/Overworld/Normal/294.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/294.png + +#begin Content/Pokemon/Overworld/Normal/295.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/295.png + +#begin Content/Pokemon/Overworld/Normal/296.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/296.png + +#begin Content/Pokemon/Overworld/Normal/297.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/297.png + +#begin Content/Pokemon/Overworld/Normal/298.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/298.png + +#begin Content/Pokemon/Overworld/Normal/299.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/299.png + +#begin Content/Pokemon/Overworld/Normal/3.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/3.png + +#begin Content/Pokemon/Overworld/Normal/30.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/30.png + +#begin Content/Pokemon/Overworld/Normal/300.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/300.png + +#begin Content/Pokemon/Overworld/Normal/301.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/301.png + +#begin Content/Pokemon/Overworld/Normal/302.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/302.png + +#begin Content/Pokemon/Overworld/Normal/303.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/303.png + +#begin Content/Pokemon/Overworld/Normal/304.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/304.png + +#begin Content/Pokemon/Overworld/Normal/305.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/305.png + +#begin Content/Pokemon/Overworld/Normal/306.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/306.png + +#begin Content/Pokemon/Overworld/Normal/306_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/306_mega.png + +#begin Content/Pokemon/Overworld/Normal/307.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/307.png + +#begin Content/Pokemon/Overworld/Normal/308.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/308.png + +#begin Content/Pokemon/Overworld/Normal/308_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/308_mega.png + +#begin Content/Pokemon/Overworld/Normal/309.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/309.png + +#begin Content/Pokemon/Overworld/Normal/31.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/31.png + +#begin Content/Pokemon/Overworld/Normal/310.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/310.png + +#begin Content/Pokemon/Overworld/Normal/311.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/311.png + +#begin Content/Pokemon/Overworld/Normal/312.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/312.png + +#begin Content/Pokemon/Overworld/Normal/313.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/313.png + +#begin Content/Pokemon/Overworld/Normal/314.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/314.png + +#begin Content/Pokemon/Overworld/Normal/315.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/315.png + +#begin Content/Pokemon/Overworld/Normal/316.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/316.png + +#begin Content/Pokemon/Overworld/Normal/317.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/317.png + +#begin Content/Pokemon/Overworld/Normal/318.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/318.png + +#begin Content/Pokemon/Overworld/Normal/319.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/319.png + +#begin Content/Pokemon/Overworld/Normal/32.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/32.png + +#begin Content/Pokemon/Overworld/Normal/320.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/320.png + +#begin Content/Pokemon/Overworld/Normal/321.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/321.png + +#begin Content/Pokemon/Overworld/Normal/322.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/322.png + +#begin Content/Pokemon/Overworld/Normal/323.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/323.png + +#begin Content/Pokemon/Overworld/Normal/323_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/323_mega.png + +#begin Content/Pokemon/Overworld/Normal/324.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/324.png + +#begin Content/Pokemon/Overworld/Normal/325.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/325.png + +#begin Content/Pokemon/Overworld/Normal/326.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/326.png + +#begin Content/Pokemon/Overworld/Normal/327.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/327.png + +#begin Content/Pokemon/Overworld/Normal/328.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/328.png + +#begin Content/Pokemon/Overworld/Normal/329.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/329.png + +#begin Content/Pokemon/Overworld/Normal/33.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/33.png + +#begin Content/Pokemon/Overworld/Normal/330.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/330.png + +#begin Content/Pokemon/Overworld/Normal/331.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/331.png + +#begin Content/Pokemon/Overworld/Normal/332.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/332.png + +#begin Content/Pokemon/Overworld/Normal/333.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/333.png + +#begin Content/Pokemon/Overworld/Normal/334.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/334.png + +#begin Content/Pokemon/Overworld/Normal/334_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/334_mega.png + +#begin Content/Pokemon/Overworld/Normal/335.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/335.png + +#begin Content/Pokemon/Overworld/Normal/336.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/336.png + +#begin Content/Pokemon/Overworld/Normal/337.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/337.png + +#begin Content/Pokemon/Overworld/Normal/338.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/338.png + +#begin Content/Pokemon/Overworld/Normal/339.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/339.png + +#begin Content/Pokemon/Overworld/Normal/34.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/34.png + +#begin Content/Pokemon/Overworld/Normal/340.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/340.png + +#begin Content/Pokemon/Overworld/Normal/341.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/341.png + +#begin Content/Pokemon/Overworld/Normal/342.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/342.png + +#begin Content/Pokemon/Overworld/Normal/343.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/343.png + +#begin Content/Pokemon/Overworld/Normal/344.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/344.png + +#begin Content/Pokemon/Overworld/Normal/345.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/345.png + +#begin Content/Pokemon/Overworld/Normal/346.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/346.png + +#begin Content/Pokemon/Overworld/Normal/347.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/347.png + +#begin Content/Pokemon/Overworld/Normal/348.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/348.png + +#begin Content/Pokemon/Overworld/Normal/349.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/349.png + +#begin Content/Pokemon/Overworld/Normal/35.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/35.png + +#begin Content/Pokemon/Overworld/Normal/350.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/350.png + +#begin Content/Pokemon/Overworld/Normal/351.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/351.png + +#begin Content/Pokemon/Overworld/Normal/352.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/352.png + +#begin Content/Pokemon/Overworld/Normal/353.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/353.png + +#begin Content/Pokemon/Overworld/Normal/354.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/354.png + +#begin Content/Pokemon/Overworld/Normal/354_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/354_mega.png + +#begin Content/Pokemon/Overworld/Normal/355.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/355.png + +#begin Content/Pokemon/Overworld/Normal/356.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/356.png + +#begin Content/Pokemon/Overworld/Normal/357.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/357.png + +#begin Content/Pokemon/Overworld/Normal/358.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/358.png + +#begin Content/Pokemon/Overworld/Normal/359.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/359.png + +#begin Content/Pokemon/Overworld/Normal/359_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/359_mega.png + +#begin Content/Pokemon/Overworld/Normal/36.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/36.png + +#begin Content/Pokemon/Overworld/Normal/360.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/360.png + +#begin Content/Pokemon/Overworld/Normal/361.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/361.png + +#begin Content/Pokemon/Overworld/Normal/362.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.png + +#begin Content/Pokemon/Overworld/Normal/363.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/363.png + +#begin Content/Pokemon/Overworld/Normal/364.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/364.png + +#begin Content/Pokemon/Overworld/Normal/365.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/365.png + +#begin Content/Pokemon/Overworld/Normal/366.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/366.png + +#begin Content/Pokemon/Overworld/Normal/367.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/367.png + +#begin Content/Pokemon/Overworld/Normal/368.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/368.png + +#begin Content/Pokemon/Overworld/Normal/369.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/369.png + +#begin Content/Pokemon/Overworld/Normal/37.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/37.png + +#begin Content/Pokemon/Overworld/Normal/370.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/370.png + +#begin Content/Pokemon/Overworld/Normal/371.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/371.png + +#begin Content/Pokemon/Overworld/Normal/372.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/372.png + +#begin Content/Pokemon/Overworld/Normal/373.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/373.png + +#begin Content/Pokemon/Overworld/Normal/374.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/374.png + +#begin Content/Pokemon/Overworld/Normal/375.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/375.png + +#begin Content/Pokemon/Overworld/Normal/376.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/376.png + +#begin Content/Pokemon/Overworld/Normal/376_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/376_mega.png + +#begin Content/Pokemon/Overworld/Normal/377.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/377.png + +#begin Content/Pokemon/Overworld/Normal/378.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/378.png + +#begin Content/Pokemon/Overworld/Normal/379.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/379.png + +#begin Content/Pokemon/Overworld/Normal/38.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/38.png + +#begin Content/Pokemon/Overworld/Normal/380.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/380.png + +#begin Content/Pokemon/Overworld/Normal/381.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/381.png + +#begin Content/Pokemon/Overworld/Normal/382.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/382.png + +#begin Content/Pokemon/Overworld/Normal/382_primal.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/382_primal.png + +#begin Content/Pokemon/Overworld/Normal/383.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/383.png + +#begin Content/Pokemon/Overworld/Normal/383_primal.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/383_primal.png + +#begin Content/Pokemon/Overworld/Normal/384.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/384.png + +#begin Content/Pokemon/Overworld/Normal/385.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/385.png + +#begin Content/Pokemon/Overworld/Normal/386.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/386.png + +#begin Content/Pokemon/Overworld/Normal/386_attack.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/386_attack.png + +#begin Content/Pokemon/Overworld/Normal/386_defense.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/386_defense.png + +#begin Content/Pokemon/Overworld/Normal/386_speed.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/386_speed.png + +#begin Content/Pokemon/Overworld/Normal/387.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/387.png + +#begin Content/Pokemon/Overworld/Normal/388.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/388.png + +#begin Content/Pokemon/Overworld/Normal/389.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/389.png + +#begin Content/Pokemon/Overworld/Normal/39.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/39.png + +#begin Content/Pokemon/Overworld/Normal/390.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/390.png + +#begin Content/Pokemon/Overworld/Normal/391.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/391.png + +#begin Content/Pokemon/Overworld/Normal/392.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/392.png + +#begin Content/Pokemon/Overworld/Normal/393.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/393.png + +#begin Content/Pokemon/Overworld/Normal/394.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/394.png + +#begin Content/Pokemon/Overworld/Normal/395.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/395.png + +#begin Content/Pokemon/Overworld/Normal/396.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/396.png + +#begin Content/Pokemon/Overworld/Normal/397.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/397.png + +#begin Content/Pokemon/Overworld/Normal/398.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/398.png + +#begin Content/Pokemon/Overworld/Normal/399.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/399.png + +#begin Content/Pokemon/Overworld/Normal/4.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/4.png + +#begin Content/Pokemon/Overworld/Normal/40.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/40.png + +#begin Content/Pokemon/Overworld/Normal/400.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/400.png + +#begin Content/Pokemon/Overworld/Normal/401.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/401.png + +#begin Content/Pokemon/Overworld/Normal/402.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/402.png + +#begin Content/Pokemon/Overworld/Normal/403.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/403.png + +#begin Content/Pokemon/Overworld/Normal/404.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/404.png + +#begin Content/Pokemon/Overworld/Normal/405.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/405.png + +#begin Content/Pokemon/Overworld/Normal/406.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/406.png + +#begin Content/Pokemon/Overworld/Normal/407.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/407.png + +#begin Content/Pokemon/Overworld/Normal/408.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/408.png + +#begin Content/Pokemon/Overworld/Normal/409.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/409.png + +#begin Content/Pokemon/Overworld/Normal/41.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/41.png + +#begin Content/Pokemon/Overworld/Normal/410.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/410.png + +#begin Content/Pokemon/Overworld/Normal/411.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/411.png + +#begin Content/Pokemon/Overworld/Normal/412.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/412.png + +#begin Content/Pokemon/Overworld/Normal/412_sandy.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/412_sandy.png + +#begin Content/Pokemon/Overworld/Normal/412_trash.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/412_trash.png + +#begin Content/Pokemon/Overworld/Normal/413.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/413.png + +#begin Content/Pokemon/Overworld/Normal/413_sandy.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/413_sandy.png + +#begin Content/Pokemon/Overworld/Normal/413_trash.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/413_trash.png + +#begin Content/Pokemon/Overworld/Normal/414.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/414.png + +#begin Content/Pokemon/Overworld/Normal/415.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/415.png + +#begin Content/Pokemon/Overworld/Normal/416.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/416.png + +#begin Content/Pokemon/Overworld/Normal/417.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/417.png + +#begin Content/Pokemon/Overworld/Normal/418.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/418.png + +#begin Content/Pokemon/Overworld/Normal/419.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/419.png + +#begin Content/Pokemon/Overworld/Normal/42.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/42.png + +#begin Content/Pokemon/Overworld/Normal/420.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/420.png + +#begin Content/Pokemon/Overworld/Normal/421.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/421.png + +#begin Content/Pokemon/Overworld/Normal/422.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/422.png + +#begin Content/Pokemon/Overworld/Normal/422e.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/422e.png + +#begin Content/Pokemon/Overworld/Normal/422w.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/422w.png + +#begin Content/Pokemon/Overworld/Normal/423e.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/423e.png + +#begin Content/Pokemon/Overworld/Normal/423w.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/423w.png + +#begin Content/Pokemon/Overworld/Normal/424.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/424.png + +#begin Content/Pokemon/Overworld/Normal/425.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/425.png + +#begin Content/Pokemon/Overworld/Normal/426.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/426.png + +#begin Content/Pokemon/Overworld/Normal/427.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/427.png + +#begin Content/Pokemon/Overworld/Normal/428.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/428.png + +#begin Content/Pokemon/Overworld/Normal/428_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/428_mega.png + +#begin Content/Pokemon/Overworld/Normal/429.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/429.png + +#begin Content/Pokemon/Overworld/Normal/43.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/43.png + +#begin Content/Pokemon/Overworld/Normal/430.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/430.png + +#begin Content/Pokemon/Overworld/Normal/431.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/431.png + +#begin Content/Pokemon/Overworld/Normal/432.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/432.png + +#begin Content/Pokemon/Overworld/Normal/433.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/433.png + +#begin Content/Pokemon/Overworld/Normal/434.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/434.png + +#begin Content/Pokemon/Overworld/Normal/435.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/435.png + +#begin Content/Pokemon/Overworld/Normal/436.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/436.png + +#begin Content/Pokemon/Overworld/Normal/437.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/437.png + +#begin Content/Pokemon/Overworld/Normal/438.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/438.png + +#begin Content/Pokemon/Overworld/Normal/439.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/439.png + +#begin Content/Pokemon/Overworld/Normal/44.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/44.png + +#begin Content/Pokemon/Overworld/Normal/440.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/440.png + +#begin Content/Pokemon/Overworld/Normal/441.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/441.png + +#begin Content/Pokemon/Overworld/Normal/442.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/442.png + +#begin Content/Pokemon/Overworld/Normal/443.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/443.png + +#begin Content/Pokemon/Overworld/Normal/444.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/444.png + +#begin Content/Pokemon/Overworld/Normal/445.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/445.png + +#begin Content/Pokemon/Overworld/Normal/445_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/445_mega.png + +#begin Content/Pokemon/Overworld/Normal/446.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/446.png + +#begin Content/Pokemon/Overworld/Normal/447.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/447.png + +#begin Content/Pokemon/Overworld/Normal/448.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/448.png + +#begin Content/Pokemon/Overworld/Normal/448_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/448_mega.png + +#begin Content/Pokemon/Overworld/Normal/449.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/449.png + +#begin Content/Pokemon/Overworld/Normal/45.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/45.png + +#begin Content/Pokemon/Overworld/Normal/450.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/450.png + +#begin Content/Pokemon/Overworld/Normal/451.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/451.png + +#begin Content/Pokemon/Overworld/Normal/452.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/452.png + +#begin Content/Pokemon/Overworld/Normal/453.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/453.png + +#begin Content/Pokemon/Overworld/Normal/454.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/454.png + +#begin Content/Pokemon/Overworld/Normal/455.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/455.png + +#begin Content/Pokemon/Overworld/Normal/456.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/456.png + +#begin Content/Pokemon/Overworld/Normal/457.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/457.png + +#begin Content/Pokemon/Overworld/Normal/458.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/458.png + +#begin Content/Pokemon/Overworld/Normal/459.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/459.png + +#begin Content/Pokemon/Overworld/Normal/46.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/46.png + +#begin Content/Pokemon/Overworld/Normal/460.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/460.png + +#begin Content/Pokemon/Overworld/Normal/460_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/460_mega.png + +#begin Content/Pokemon/Overworld/Normal/461.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/461.png + +#begin Content/Pokemon/Overworld/Normal/462.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/462.png + +#begin Content/Pokemon/Overworld/Normal/463.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/463.png + +#begin Content/Pokemon/Overworld/Normal/464.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/464.png + +#begin Content/Pokemon/Overworld/Normal/465.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/465.png + +#begin Content/Pokemon/Overworld/Normal/466.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/466.png + +#begin Content/Pokemon/Overworld/Normal/467.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/467.png + +#begin Content/Pokemon/Overworld/Normal/468.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/468.png + +#begin Content/Pokemon/Overworld/Normal/469.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/469.png + +#begin Content/Pokemon/Overworld/Normal/47.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/47.png + +#begin Content/Pokemon/Overworld/Normal/470.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/470.png + +#begin Content/Pokemon/Overworld/Normal/471.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/471.png + +#begin Content/Pokemon/Overworld/Normal/472.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/472.png + +#begin Content/Pokemon/Overworld/Normal/473.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/473.png + +#begin Content/Pokemon/Overworld/Normal/474.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/474.png + +#begin Content/Pokemon/Overworld/Normal/475.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/475.png + +#begin Content/Pokemon/Overworld/Normal/475_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/475_mega.png + +#begin Content/Pokemon/Overworld/Normal/476.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/476.png + +#begin Content/Pokemon/Overworld/Normal/477.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/477.png + +#begin Content/Pokemon/Overworld/Normal/478.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/478.png + +#begin Content/Pokemon/Overworld/Normal/479.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/479.png + +#begin Content/Pokemon/Overworld/Normal/479_fan.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/479_fan.png + +#begin Content/Pokemon/Overworld/Normal/479_frost.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/479_frost.png + +#begin Content/Pokemon/Overworld/Normal/479_heat.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/479_heat.png + +#begin Content/Pokemon/Overworld/Normal/479_mow.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/479_mow.png + +#begin Content/Pokemon/Overworld/Normal/479_wash.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/479_wash.png + +#begin Content/Pokemon/Overworld/Normal/48.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/48.png + +#begin Content/Pokemon/Overworld/Normal/480.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/480.png + +#begin Content/Pokemon/Overworld/Normal/481.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/481.png + +#begin Content/Pokemon/Overworld/Normal/482.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/482.png + +#begin Content/Pokemon/Overworld/Normal/483.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/483.png + +#begin Content/Pokemon/Overworld/Normal/483_primal.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/483_primal.png + +#begin Content/Pokemon/Overworld/Normal/484.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/484.png + +#begin Content/Pokemon/Overworld/Normal/485.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/485.png + +#begin Content/Pokemon/Overworld/Normal/486.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/486.png + +#begin Content/Pokemon/Overworld/Normal/487.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/487.png + +#begin Content/Pokemon/Overworld/Normal/487_origin.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/487_origin.png + +#begin Content/Pokemon/Overworld/Normal/488.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/488.png + +#begin Content/Pokemon/Overworld/Normal/489.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/489.png + +#begin Content/Pokemon/Overworld/Normal/49.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/49.png + +#begin Content/Pokemon/Overworld/Normal/490.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/490.png + +#begin Content/Pokemon/Overworld/Normal/491.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/491.png + +#begin Content/Pokemon/Overworld/Normal/492.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/492.png + +#begin Content/Pokemon/Overworld/Normal/492_sky.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/492_sky.png + +#begin Content/Pokemon/Overworld/Normal/493.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/493.png + +#begin Content/Pokemon/Overworld/Normal/493_bug.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/493_bug.png + +#begin Content/Pokemon/Overworld/Normal/493_dark.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/493_dark.png + +#begin Content/Pokemon/Overworld/Normal/493_dragon.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/493_dragon.png + +#begin Content/Pokemon/Overworld/Normal/493_electric.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/493_electric.png + +#begin Content/Pokemon/Overworld/Normal/493_fairy.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/493_fairy.png + +#begin Content/Pokemon/Overworld/Normal/493_fighting.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/493_fighting.png + +#begin Content/Pokemon/Overworld/Normal/493_fire.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/493_fire.png + +#begin Content/Pokemon/Overworld/Normal/493_flying.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/493_flying.png + +#begin Content/Pokemon/Overworld/Normal/493_ghost.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/493_ghost.png + +#begin Content/Pokemon/Overworld/Normal/493_grass.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/493_grass.png + +#begin Content/Pokemon/Overworld/Normal/493_ground.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/493_ground.png + +#begin Content/Pokemon/Overworld/Normal/493_ice.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/493_ice.png + +#begin Content/Pokemon/Overworld/Normal/493_normal.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/493_normal.png + +#begin Content/Pokemon/Overworld/Normal/493_poison.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/493_poison.png + +#begin Content/Pokemon/Overworld/Normal/493_psychic.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/493_psychic.png + +#begin Content/Pokemon/Overworld/Normal/493_rock.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/493_rock.png + +#begin Content/Pokemon/Overworld/Normal/493_steel.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/493_steel.png + +#begin Content/Pokemon/Overworld/Normal/493_unknown.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/493_unknown.png + +#begin Content/Pokemon/Overworld/Normal/493_water.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/493_water.png + +#begin Content/Pokemon/Overworld/Normal/494.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/494.png + +#begin Content/Pokemon/Overworld/Normal/495.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/495.png + +#begin Content/Pokemon/Overworld/Normal/496.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/496.png + +#begin Content/Pokemon/Overworld/Normal/497.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/497.png + +#begin Content/Pokemon/Overworld/Normal/498.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/498.png + +#begin Content/Pokemon/Overworld/Normal/499.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/499.png + +#begin Content/Pokemon/Overworld/Normal/5.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/5.png + +#begin Content/Pokemon/Overworld/Normal/50.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/50.png + +#begin Content/Pokemon/Overworld/Normal/500.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/500.png + +#begin Content/Pokemon/Overworld/Normal/501.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/501.png + +#begin Content/Pokemon/Overworld/Normal/502.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/502.png + +#begin Content/Pokemon/Overworld/Normal/503.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/503.png + +#begin Content/Pokemon/Overworld/Normal/504.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/504.png + +#begin Content/Pokemon/Overworld/Normal/505.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/505.png + +#begin Content/Pokemon/Overworld/Normal/506.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/506.png + +#begin Content/Pokemon/Overworld/Normal/507.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/507.png + +#begin Content/Pokemon/Overworld/Normal/508.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/508.png + +#begin Content/Pokemon/Overworld/Normal/509.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/509.png + +#begin Content/Pokemon/Overworld/Normal/51.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/51.png + +#begin Content/Pokemon/Overworld/Normal/510.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/510.png + +#begin Content/Pokemon/Overworld/Normal/511.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/511.png + +#begin Content/Pokemon/Overworld/Normal/512.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/512.png + +#begin Content/Pokemon/Overworld/Normal/513.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/513.png + +#begin Content/Pokemon/Overworld/Normal/514.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/514.png + +#begin Content/Pokemon/Overworld/Normal/515.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/515.png + +#begin Content/Pokemon/Overworld/Normal/516.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/516.png + +#begin Content/Pokemon/Overworld/Normal/517.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/517.png + +#begin Content/Pokemon/Overworld/Normal/518.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/518.png + +#begin Content/Pokemon/Overworld/Normal/519.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/519.png + +#begin Content/Pokemon/Overworld/Normal/52.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/52.png + +#begin Content/Pokemon/Overworld/Normal/520.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/520.png + +#begin Content/Pokemon/Overworld/Normal/521.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/521.png + +#begin Content/Pokemon/Overworld/Normal/522.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/522.png + +#begin Content/Pokemon/Overworld/Normal/523.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/523.png + +#begin Content/Pokemon/Overworld/Normal/524.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/524.png + +#begin Content/Pokemon/Overworld/Normal/525.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/525.png + +#begin Content/Pokemon/Overworld/Normal/526.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/526.png + +#begin Content/Pokemon/Overworld/Normal/527.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/527.png + +#begin Content/Pokemon/Overworld/Normal/528.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/528.png + +#begin Content/Pokemon/Overworld/Normal/529.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/529.png + +#begin Content/Pokemon/Overworld/Normal/53.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/53.png + +#begin Content/Pokemon/Overworld/Normal/530.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/530.png + +#begin Content/Pokemon/Overworld/Normal/531.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/531.png + +#begin Content/Pokemon/Overworld/Normal/531_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/531_mega.png + +#begin Content/Pokemon/Overworld/Normal/532.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/532.png + +#begin Content/Pokemon/Overworld/Normal/533.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/533.png + +#begin Content/Pokemon/Overworld/Normal/534.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/534.png + +#begin Content/Pokemon/Overworld/Normal/535.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/535.png + +#begin Content/Pokemon/Overworld/Normal/536.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/536.png + +#begin Content/Pokemon/Overworld/Normal/537.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/537.png + +#begin Content/Pokemon/Overworld/Normal/538.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/538.png + +#begin Content/Pokemon/Overworld/Normal/539.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/539.png + +#begin Content/Pokemon/Overworld/Normal/54.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/54.png + +#begin Content/Pokemon/Overworld/Normal/540.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/540.png + +#begin Content/Pokemon/Overworld/Normal/541.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/541.png + +#begin Content/Pokemon/Overworld/Normal/542.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/542.png + +#begin Content/Pokemon/Overworld/Normal/543.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/543.png + +#begin Content/Pokemon/Overworld/Normal/544.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/544.png + +#begin Content/Pokemon/Overworld/Normal/545.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/545.png + +#begin Content/Pokemon/Overworld/Normal/546.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/546.png + +#begin Content/Pokemon/Overworld/Normal/547.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/547.png + +#begin Content/Pokemon/Overworld/Normal/548.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/548.png + +#begin Content/Pokemon/Overworld/Normal/549.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/549.png + +#begin Content/Pokemon/Overworld/Normal/55.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/55.png + +#begin Content/Pokemon/Overworld/Normal/550.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/550.png + +#begin Content/Pokemon/Overworld/Normal/550_blue.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/550_blue.png + +#begin Content/Pokemon/Overworld/Normal/551.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/551.png + +#begin Content/Pokemon/Overworld/Normal/552.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/552.png + +#begin Content/Pokemon/Overworld/Normal/553.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/553.png + +#begin Content/Pokemon/Overworld/Normal/554.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/554.png + +#begin Content/Pokemon/Overworld/Normal/555.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/555.png + +#begin Content/Pokemon/Overworld/Normal/556.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/556.png + +#begin Content/Pokemon/Overworld/Normal/557.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/557.png + +#begin Content/Pokemon/Overworld/Normal/558.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/558.png + +#begin Content/Pokemon/Overworld/Normal/559.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/559.png + +#begin Content/Pokemon/Overworld/Normal/56.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/56.png + +#begin Content/Pokemon/Overworld/Normal/560.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/560.png + +#begin Content/Pokemon/Overworld/Normal/561.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/561.png + +#begin Content/Pokemon/Overworld/Normal/562.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/562.png + +#begin Content/Pokemon/Overworld/Normal/563.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/563.png + +#begin Content/Pokemon/Overworld/Normal/564.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/564.png + +#begin Content/Pokemon/Overworld/Normal/565.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/565.png + +#begin Content/Pokemon/Overworld/Normal/566.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/566.png + +#begin Content/Pokemon/Overworld/Normal/567.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/567.png + +#begin Content/Pokemon/Overworld/Normal/568.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/568.png + +#begin Content/Pokemon/Overworld/Normal/569.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/569.png + +#begin Content/Pokemon/Overworld/Normal/57.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/57.png + +#begin Content/Pokemon/Overworld/Normal/570.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/570.png + +#begin Content/Pokemon/Overworld/Normal/571.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/571.png + +#begin Content/Pokemon/Overworld/Normal/572.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/572.png + +#begin Content/Pokemon/Overworld/Normal/573.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/573.png + +#begin Content/Pokemon/Overworld/Normal/574.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/574.png + +#begin Content/Pokemon/Overworld/Normal/575.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/575.png + +#begin Content/Pokemon/Overworld/Normal/576.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/576.png + +#begin Content/Pokemon/Overworld/Normal/577.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/577.png + +#begin Content/Pokemon/Overworld/Normal/578.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/578.png + +#begin Content/Pokemon/Overworld/Normal/579.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/579.png + +#begin Content/Pokemon/Overworld/Normal/58.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/58.png + +#begin Content/Pokemon/Overworld/Normal/580.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/580.png + +#begin Content/Pokemon/Overworld/Normal/581.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/581.png + +#begin Content/Pokemon/Overworld/Normal/582.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/582.png + +#begin Content/Pokemon/Overworld/Normal/583.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/583.png + +#begin Content/Pokemon/Overworld/Normal/584.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/584.png + +#begin Content/Pokemon/Overworld/Normal/585_fa.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/585_fa.png + +#begin Content/Pokemon/Overworld/Normal/585_sp.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/585_sp.png + +#begin Content/Pokemon/Overworld/Normal/585_su.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/585_su.png + +#begin Content/Pokemon/Overworld/Normal/585_wi.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/585_wi.png + +#begin Content/Pokemon/Overworld/Normal/586_fa.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/586_fa.png + +#begin Content/Pokemon/Overworld/Normal/586_sp.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/586_sp.png + +#begin Content/Pokemon/Overworld/Normal/586_su.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/586_su.png + +#begin Content/Pokemon/Overworld/Normal/586_wi.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/586_wi.png + +#begin Content/Pokemon/Overworld/Normal/587.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/587.png + +#begin Content/Pokemon/Overworld/Normal/588.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/588.png + +#begin Content/Pokemon/Overworld/Normal/589.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/589.png + +#begin Content/Pokemon/Overworld/Normal/59.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/59.png + +#begin Content/Pokemon/Overworld/Normal/590.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/590.png + +#begin Content/Pokemon/Overworld/Normal/591.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/591.png + +#begin Content/Pokemon/Overworld/Normal/592.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/592.png + +#begin Content/Pokemon/Overworld/Normal/592_f.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/592_f.png + +#begin Content/Pokemon/Overworld/Normal/592_m.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/592_m.png + +#begin Content/Pokemon/Overworld/Normal/593_f.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/593_f.png + +#begin Content/Pokemon/Overworld/Normal/593_m.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/593_m.png + +#begin Content/Pokemon/Overworld/Normal/594.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/594.png + +#begin Content/Pokemon/Overworld/Normal/595.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/595.png + +#begin Content/Pokemon/Overworld/Normal/596.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/596.png + +#begin Content/Pokemon/Overworld/Normal/597.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/597.png + +#begin Content/Pokemon/Overworld/Normal/598.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/598.png + +#begin Content/Pokemon/Overworld/Normal/599.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/599.png + +#begin Content/Pokemon/Overworld/Normal/6.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/6.png + +#begin Content/Pokemon/Overworld/Normal/60.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/60.png + +#begin Content/Pokemon/Overworld/Normal/600.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/600.png + +#begin Content/Pokemon/Overworld/Normal/601.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/601.png + +#begin Content/Pokemon/Overworld/Normal/602.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/602.png + +#begin Content/Pokemon/Overworld/Normal/603.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/603.png + +#begin Content/Pokemon/Overworld/Normal/604.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/604.png + +#begin Content/Pokemon/Overworld/Normal/605.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/605.png + +#begin Content/Pokemon/Overworld/Normal/606.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/606.png + +#begin Content/Pokemon/Overworld/Normal/607.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/607.png + +#begin Content/Pokemon/Overworld/Normal/608.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/608.png + +#begin Content/Pokemon/Overworld/Normal/609.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/609.png + +#begin Content/Pokemon/Overworld/Normal/61.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/61.png + +#begin Content/Pokemon/Overworld/Normal/610.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/610.png + +#begin Content/Pokemon/Overworld/Normal/611.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/611.png + +#begin Content/Pokemon/Overworld/Normal/612.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/612.png + +#begin Content/Pokemon/Overworld/Normal/613.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/613.png + +#begin Content/Pokemon/Overworld/Normal/614.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/614.png + +#begin Content/Pokemon/Overworld/Normal/615.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/615.png + +#begin Content/Pokemon/Overworld/Normal/616.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/616.png + +#begin Content/Pokemon/Overworld/Normal/617.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/617.png + +#begin Content/Pokemon/Overworld/Normal/618.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/618.png + +#begin Content/Pokemon/Overworld/Normal/619.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/619.png + +#begin Content/Pokemon/Overworld/Normal/62.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/62.png + +#begin Content/Pokemon/Overworld/Normal/620.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/620.png + +#begin Content/Pokemon/Overworld/Normal/621.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/621.png + +#begin Content/Pokemon/Overworld/Normal/622.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/622.png + +#begin Content/Pokemon/Overworld/Normal/623.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/623.png + +#begin Content/Pokemon/Overworld/Normal/624.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/624.png + +#begin Content/Pokemon/Overworld/Normal/625.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/625.png + +#begin Content/Pokemon/Overworld/Normal/626.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/626.png + +#begin Content/Pokemon/Overworld/Normal/627.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/627.png + +#begin Content/Pokemon/Overworld/Normal/628.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/628.png + +#begin Content/Pokemon/Overworld/Normal/629.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/629.png + +#begin Content/Pokemon/Overworld/Normal/63.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/63.png + +#begin Content/Pokemon/Overworld/Normal/630.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/630.png + +#begin Content/Pokemon/Overworld/Normal/631.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/631.png + +#begin Content/Pokemon/Overworld/Normal/632.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/632.png + +#begin Content/Pokemon/Overworld/Normal/633.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/633.png + +#begin Content/Pokemon/Overworld/Normal/634.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/634.png + +#begin Content/Pokemon/Overworld/Normal/635.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/635.png + +#begin Content/Pokemon/Overworld/Normal/636.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/636.png + +#begin Content/Pokemon/Overworld/Normal/637.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/637.png + +#begin Content/Pokemon/Overworld/Normal/638.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/638.png + +#begin Content/Pokemon/Overworld/Normal/639.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/639.png + +#begin Content/Pokemon/Overworld/Normal/64.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/64.png + +#begin Content/Pokemon/Overworld/Normal/640.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/640.png + +#begin Content/Pokemon/Overworld/Normal/641.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/641.png + +#begin Content/Pokemon/Overworld/Normal/641_therian.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/641_therian.png + +#begin Content/Pokemon/Overworld/Normal/642.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/642.png + +#begin Content/Pokemon/Overworld/Normal/642_therian.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/642_therian.png + +#begin Content/Pokemon/Overworld/Normal/643.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/643.png + +#begin Content/Pokemon/Overworld/Normal/644.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/644.png + +#begin Content/Pokemon/Overworld/Normal/645.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/645.png + +#begin Content/Pokemon/Overworld/Normal/645_therian.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/645_therian.png + +#begin Content/Pokemon/Overworld/Normal/646.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/646.png + +#begin Content/Pokemon/Overworld/Normal/647.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/647.png + +#begin Content/Pokemon/Overworld/Normal/648.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/648.png + +#begin Content/Pokemon/Overworld/Normal/649.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/649.png + +#begin Content/Pokemon/Overworld/Normal/65.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/65.png + +#begin Content/Pokemon/Overworld/Normal/650.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/650.png + +#begin Content/Pokemon/Overworld/Normal/651.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/651.png + +#begin Content/Pokemon/Overworld/Normal/652.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/652.png + +#begin Content/Pokemon/Overworld/Normal/653.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/653.png + +#begin Content/Pokemon/Overworld/Normal/654.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/654.png + +#begin Content/Pokemon/Overworld/Normal/655.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/655.png + +#begin Content/Pokemon/Overworld/Normal/656.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/656.png + +#begin Content/Pokemon/Overworld/Normal/657.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/657.png + +#begin Content/Pokemon/Overworld/Normal/658.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/658.png + +#begin Content/Pokemon/Overworld/Normal/659.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/659.png + +#begin Content/Pokemon/Overworld/Normal/65_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/65_mega.png + +#begin Content/Pokemon/Overworld/Normal/66.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/66.png + +#begin Content/Pokemon/Overworld/Normal/660.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/660.png + +#begin Content/Pokemon/Overworld/Normal/661.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/661.png + +#begin Content/Pokemon/Overworld/Normal/662.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/662.png + +#begin Content/Pokemon/Overworld/Normal/663.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/663.png + +#begin Content/Pokemon/Overworld/Normal/664.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/664.png + +#begin Content/Pokemon/Overworld/Normal/665.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/665.png + +#begin Content/Pokemon/Overworld/Normal/666_archipelago.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/666_archipelago.png + +#begin Content/Pokemon/Overworld/Normal/666_continental.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/666_continental.png + +#begin Content/Pokemon/Overworld/Normal/666_elegant.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/666_elegant.png + +#begin Content/Pokemon/Overworld/Normal/666_fancy.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/666_fancy.png + +#begin Content/Pokemon/Overworld/Normal/666_garden.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/666_garden.png + +#begin Content/Pokemon/Overworld/Normal/666_high_plains.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/666_high_plains.png + +#begin Content/Pokemon/Overworld/Normal/666_icy_snow.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/666_icy_snow.png + +#begin Content/Pokemon/Overworld/Normal/666_jungle.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/666_jungle.png + +#begin Content/Pokemon/Overworld/Normal/666_marine.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/666_marine.png + +#begin Content/Pokemon/Overworld/Normal/666_meadow.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/666_meadow.png + +#begin Content/Pokemon/Overworld/Normal/666_modern.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/666_modern.png + +#begin Content/Pokemon/Overworld/Normal/666_monsoon.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/666_monsoon.png + +#begin Content/Pokemon/Overworld/Normal/666_ocean.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/666_ocean.png + +#begin Content/Pokemon/Overworld/Normal/666_pokeball.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/666_pokeball.png + +#begin Content/Pokemon/Overworld/Normal/666_polar.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/666_polar.png + +#begin Content/Pokemon/Overworld/Normal/666_river.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/666_river.png + +#begin Content/Pokemon/Overworld/Normal/666_sandstorm.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/666_sandstorm.png + +#begin Content/Pokemon/Overworld/Normal/666_savanna.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/666_savanna.png + +#begin Content/Pokemon/Overworld/Normal/666_sun.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/666_sun.png + +#begin Content/Pokemon/Overworld/Normal/666_tundra.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/666_tundra.png + +#begin Content/Pokemon/Overworld/Normal/667.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/667.png + +#begin Content/Pokemon/Overworld/Normal/668_female.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/668_female.png + +#begin Content/Pokemon/Overworld/Normal/668_male.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/668_male.png + +#begin Content/Pokemon/Overworld/Normal/669_blue.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/669_blue.png + +#begin Content/Pokemon/Overworld/Normal/669_orange.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/669_orange.png + +#begin Content/Pokemon/Overworld/Normal/669_red.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/669_red.png + +#begin Content/Pokemon/Overworld/Normal/669_white.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/669_white.png + +#begin Content/Pokemon/Overworld/Normal/669_yellow.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/669_yellow.png + +#begin Content/Pokemon/Overworld/Normal/67.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/67.png + +#begin Content/Pokemon/Overworld/Normal/670_blue.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/670_blue.png + +#begin Content/Pokemon/Overworld/Normal/670_eternal.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/670_eternal.png + +#begin Content/Pokemon/Overworld/Normal/670_orange.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/670_orange.png + +#begin Content/Pokemon/Overworld/Normal/670_red.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/670_red.png + +#begin Content/Pokemon/Overworld/Normal/670_white.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/670_white.png + +#begin Content/Pokemon/Overworld/Normal/670_yellow.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/670_yellow.png + +#begin Content/Pokemon/Overworld/Normal/671_blue.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/671_blue.png + +#begin Content/Pokemon/Overworld/Normal/671_orange.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/671_orange.png + +#begin Content/Pokemon/Overworld/Normal/671_red.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/671_red.png + +#begin Content/Pokemon/Overworld/Normal/671_white.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/671_white.png + +#begin Content/Pokemon/Overworld/Normal/671_yellow.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/671_yellow.png + +#begin Content/Pokemon/Overworld/Normal/672.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/672.png + +#begin Content/Pokemon/Overworld/Normal/673.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/673.png + +#begin Content/Pokemon/Overworld/Normal/674.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/674.png + +#begin Content/Pokemon/Overworld/Normal/675.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/675.png + +#begin Content/Pokemon/Overworld/Normal/676_dandy.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/676_dandy.png + +#begin Content/Pokemon/Overworld/Normal/676_deputante.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/676_deputante.png + +#begin Content/Pokemon/Overworld/Normal/676_diamond.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/676_diamond.png + +#begin Content/Pokemon/Overworld/Normal/676_heart.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/676_heart.png + +#begin Content/Pokemon/Overworld/Normal/676_kabuki.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/676_kabuki.png + +#begin Content/Pokemon/Overworld/Normal/676_la_reine.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/676_la_reine.png + +#begin Content/Pokemon/Overworld/Normal/676_matron.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/676_matron.png + +#begin Content/Pokemon/Overworld/Normal/676_natural.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/676_natural.png + +#begin Content/Pokemon/Overworld/Normal/676_pharaoh.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/676_pharaoh.png + +#begin Content/Pokemon/Overworld/Normal/676_star.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/676_star.png + +#begin Content/Pokemon/Overworld/Normal/677.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/677.png + +#begin Content/Pokemon/Overworld/Normal/678_female.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/678_female.png + +#begin Content/Pokemon/Overworld/Normal/678_male.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/678_male.png + +#begin Content/Pokemon/Overworld/Normal/679.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/679.PNG + +#begin Content/Pokemon/Overworld/Normal/68.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/68.png + +#begin Content/Pokemon/Overworld/Normal/680.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/680.PNG + +#begin Content/Pokemon/Overworld/Normal/681.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/681.PNG + +#begin Content/Pokemon/Overworld/Normal/681_blade.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/681_blade.PNG + +#begin Content/Pokemon/Overworld/Normal/682.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/682.png + +#begin Content/Pokemon/Overworld/Normal/683.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/683.png + +#begin Content/Pokemon/Overworld/Normal/684.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/684.png + +#begin Content/Pokemon/Overworld/Normal/685.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/685.png + +#begin Content/Pokemon/Overworld/Normal/686.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/686.png + +#begin Content/Pokemon/Overworld/Normal/687.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/687.png + +#begin Content/Pokemon/Overworld/Normal/688.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/688.png + +#begin Content/Pokemon/Overworld/Normal/689.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/689.png + +#begin Content/Pokemon/Overworld/Normal/69.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/69.png + +#begin Content/Pokemon/Overworld/Normal/690.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/690.png + +#begin Content/Pokemon/Overworld/Normal/691.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/691.png + +#begin Content/Pokemon/Overworld/Normal/692.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/692.png + +#begin Content/Pokemon/Overworld/Normal/693.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/693.png + +#begin Content/Pokemon/Overworld/Normal/694.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/694.png + +#begin Content/Pokemon/Overworld/Normal/695.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/695.png + +#begin Content/Pokemon/Overworld/Normal/696.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/696.PNG + +#begin Content/Pokemon/Overworld/Normal/697.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/697.PNG + +#begin Content/Pokemon/Overworld/Normal/698.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/698.PNG + +#begin Content/Pokemon/Overworld/Normal/699.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/699.png + +#begin Content/Pokemon/Overworld/Normal/6_mega_x.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/6_mega_x.png + +#begin Content/Pokemon/Overworld/Normal/6_mega_y.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/6_mega_y.png + +#begin Content/Pokemon/Overworld/Normal/7.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/7.png + +#begin Content/Pokemon/Overworld/Normal/70.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/70.png + +#begin Content/Pokemon/Overworld/Normal/700.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/700.png + +#begin Content/Pokemon/Overworld/Normal/701.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/701.png + +#begin Content/Pokemon/Overworld/Normal/702.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/702.png + +#begin Content/Pokemon/Overworld/Normal/703.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/703.PNG + +#begin Content/Pokemon/Overworld/Normal/704.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/704.png + +#begin Content/Pokemon/Overworld/Normal/705.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/705.png + +#begin Content/Pokemon/Overworld/Normal/706.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/706.png + +#begin Content/Pokemon/Overworld/Normal/707.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/707.png + +#begin Content/Pokemon/Overworld/Normal/708.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/708.png + +#begin Content/Pokemon/Overworld/Normal/709.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/709.PNG + +#begin Content/Pokemon/Overworld/Normal/71.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/71.png + +#begin Content/Pokemon/Overworld/Normal/710.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/710.png + +#begin Content/Pokemon/Overworld/Normal/711.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/711.png + +#begin Content/Pokemon/Overworld/Normal/712.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/712.png + +#begin Content/Pokemon/Overworld/Normal/713.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/713.png + +#begin Content/Pokemon/Overworld/Normal/714.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/714.PNG + +#begin Content/Pokemon/Overworld/Normal/715.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/715.PNG + +#begin Content/Pokemon/Overworld/Normal/716.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/716.png + +#begin Content/Pokemon/Overworld/Normal/717.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/717.png + +#begin Content/Pokemon/Overworld/Normal/718.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/718.png + +#begin Content/Pokemon/Overworld/Normal/719.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/719.png + +#begin Content/Pokemon/Overworld/Normal/719_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/719_mega.png + +#begin Content/Pokemon/Overworld/Normal/72.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/72.png + +#begin Content/Pokemon/Overworld/Normal/720_confined.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/720_confined.png + +#begin Content/Pokemon/Overworld/Normal/720_unbound.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/720_unbound.png + +#begin Content/Pokemon/Overworld/Normal/721.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/721.png + +#begin Content/Pokemon/Overworld/Normal/73.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/73.png + +#begin Content/Pokemon/Overworld/Normal/74.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/74.png + +#begin Content/Pokemon/Overworld/Normal/75.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/75.png + +#begin Content/Pokemon/Overworld/Normal/76.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/76.png + +#begin Content/Pokemon/Overworld/Normal/77.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/77.png + +#begin Content/Pokemon/Overworld/Normal/78.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/78.png + +#begin Content/Pokemon/Overworld/Normal/79.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/79.png + +#begin Content/Pokemon/Overworld/Normal/8.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/8.png + +#begin Content/Pokemon/Overworld/Normal/80.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/80.png + +#begin Content/Pokemon/Overworld/Normal/80_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/80_mega.png + +#begin Content/Pokemon/Overworld/Normal/81.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/81.png + +#begin Content/Pokemon/Overworld/Normal/82.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/82.png + +#begin Content/Pokemon/Overworld/Normal/83.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/83.png + +#begin Content/Pokemon/Overworld/Normal/84.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/84.png + +#begin Content/Pokemon/Overworld/Normal/85.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/85.png + +#begin Content/Pokemon/Overworld/Normal/86.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/86.png + +#begin Content/Pokemon/Overworld/Normal/87.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/87.png + +#begin Content/Pokemon/Overworld/Normal/88.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/88.png + +#begin Content/Pokemon/Overworld/Normal/89.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/89.png + +#begin Content/Pokemon/Overworld/Normal/9.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/9.png + +#begin Content/Pokemon/Overworld/Normal/90.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/90.png + +#begin Content/Pokemon/Overworld/Normal/91.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/91.png + +#begin Content/Pokemon/Overworld/Normal/92.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/92.png + +#begin Content/Pokemon/Overworld/Normal/93.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/93.png + +#begin Content/Pokemon/Overworld/Normal/94.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/94.png + +#begin Content/Pokemon/Overworld/Normal/94_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/94_mega.png + +#begin Content/Pokemon/Overworld/Normal/95.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/95.png + +#begin Content/Pokemon/Overworld/Normal/96.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/96.png + +#begin Content/Pokemon/Overworld/Normal/97.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/97.png + +#begin Content/Pokemon/Overworld/Normal/98.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/98.png + +#begin Content/Pokemon/Overworld/Normal/99.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/99.png + +#begin Content/Pokemon/Overworld/Shiny/1.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/1.png + +#begin Content/Pokemon/Overworld/Shiny/10.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/10.png + +#begin Content/Pokemon/Overworld/Shiny/100.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/100.png + +#begin Content/Pokemon/Overworld/Shiny/101.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/101.png + +#begin Content/Pokemon/Overworld/Shiny/102.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/102.png + +#begin Content/Pokemon/Overworld/Shiny/103.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/103.png + +#begin Content/Pokemon/Overworld/Shiny/104.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/104.png + +#begin Content/Pokemon/Overworld/Shiny/105.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/105.png + +#begin Content/Pokemon/Overworld/Shiny/106.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/106.png + +#begin Content/Pokemon/Overworld/Shiny/107.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/107.png + +#begin Content/Pokemon/Overworld/Shiny/108.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/108.png + +#begin Content/Pokemon/Overworld/Shiny/109.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/109.png + +#begin Content/Pokemon/Overworld/Shiny/11.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/11.png + +#begin Content/Pokemon/Overworld/Shiny/110.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/110.png + +#begin Content/Pokemon/Overworld/Shiny/111.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/111.png + +#begin Content/Pokemon/Overworld/Shiny/112.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/112.png + +#begin Content/Pokemon/Overworld/Shiny/113.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/113.png + +#begin Content/Pokemon/Overworld/Shiny/114.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/114.png + +#begin Content/Pokemon/Overworld/Shiny/115.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/115.png + +#begin Content/Pokemon/Overworld/Shiny/116.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/116.png + +#begin Content/Pokemon/Overworld/Shiny/117.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/117.png + +#begin Content/Pokemon/Overworld/Shiny/118.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/118.png + +#begin Content/Pokemon/Overworld/Shiny/119.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/119.png + +#begin Content/Pokemon/Overworld/Shiny/12.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/12.png + +#begin Content/Pokemon/Overworld/Shiny/120.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/120.png + +#begin Content/Pokemon/Overworld/Shiny/121.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/121.png + +#begin Content/Pokemon/Overworld/Shiny/122.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/122.png + +#begin Content/Pokemon/Overworld/Shiny/123.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/123.png + +#begin Content/Pokemon/Overworld/Shiny/124.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/124.png + +#begin Content/Pokemon/Overworld/Shiny/125.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/125.png + +#begin Content/Pokemon/Overworld/Shiny/126.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/126.png + +#begin Content/Pokemon/Overworld/Shiny/127.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/127.png + +#begin Content/Pokemon/Overworld/Shiny/128.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/128.png + +#begin Content/Pokemon/Overworld/Shiny/129.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/129.png + +#begin Content/Pokemon/Overworld/Shiny/13.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/13.png + +#begin Content/Pokemon/Overworld/Shiny/130.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/130.png + +#begin Content/Pokemon/Overworld/Shiny/131.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/131.png + +#begin Content/Pokemon/Overworld/Shiny/132.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/132.png + +#begin Content/Pokemon/Overworld/Shiny/133.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/133.png + +#begin Content/Pokemon/Overworld/Shiny/134.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/134.png + +#begin Content/Pokemon/Overworld/Shiny/135.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/135.png + +#begin Content/Pokemon/Overworld/Shiny/136.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/136.png + +#begin Content/Pokemon/Overworld/Shiny/137.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/137.png + +#begin Content/Pokemon/Overworld/Shiny/138.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/138.png + +#begin Content/Pokemon/Overworld/Shiny/139.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/139.png + +#begin Content/Pokemon/Overworld/Shiny/14.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/14.png + +#begin Content/Pokemon/Overworld/Shiny/140.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/140.png + +#begin Content/Pokemon/Overworld/Shiny/141.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/141.png + +#begin Content/Pokemon/Overworld/Shiny/142.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/142.png + +#begin Content/Pokemon/Overworld/Shiny/143.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/143.png + +#begin Content/Pokemon/Overworld/Shiny/144.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/144.png + +#begin Content/Pokemon/Overworld/Shiny/145.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/145.png + +#begin Content/Pokemon/Overworld/Shiny/146.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/146.png + +#begin Content/Pokemon/Overworld/Shiny/147.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/147.png + +#begin Content/Pokemon/Overworld/Shiny/148.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/148.png + +#begin Content/Pokemon/Overworld/Shiny/149.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/149.png + +#begin Content/Pokemon/Overworld/Shiny/15.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/15.png + +#begin Content/Pokemon/Overworld/Shiny/150.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/150.png + +#begin Content/Pokemon/Overworld/Shiny/151.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/151.png + +#begin Content/Pokemon/Overworld/Shiny/152.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/152.png + +#begin Content/Pokemon/Overworld/Shiny/153.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/153.png + +#begin Content/Pokemon/Overworld/Shiny/154.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/154.png + +#begin Content/Pokemon/Overworld/Shiny/155.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/155.png + +#begin Content/Pokemon/Overworld/Shiny/156.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/156.png + +#begin Content/Pokemon/Overworld/Shiny/157.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/157.png + +#begin Content/Pokemon/Overworld/Shiny/158.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/158.png + +#begin Content/Pokemon/Overworld/Shiny/159.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/159.png + +#begin Content/Pokemon/Overworld/Shiny/16.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/16.png + +#begin Content/Pokemon/Overworld/Shiny/160.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/160.png + +#begin Content/Pokemon/Overworld/Shiny/161.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/161.png + +#begin Content/Pokemon/Overworld/Shiny/162.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/162.png + +#begin Content/Pokemon/Overworld/Shiny/163.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/163.png + +#begin Content/Pokemon/Overworld/Shiny/164.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/164.png + +#begin Content/Pokemon/Overworld/Shiny/165.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/165.png + +#begin Content/Pokemon/Overworld/Shiny/166.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/166.png + +#begin Content/Pokemon/Overworld/Shiny/167.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/167.png + +#begin Content/Pokemon/Overworld/Shiny/168.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/168.png + +#begin Content/Pokemon/Overworld/Shiny/169.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/169.png + +#begin Content/Pokemon/Overworld/Shiny/17.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/17.png + +#begin Content/Pokemon/Overworld/Shiny/170.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/170.png + +#begin Content/Pokemon/Overworld/Shiny/171.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/171.png + +#begin Content/Pokemon/Overworld/Shiny/172.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/172.png + +#begin Content/Pokemon/Overworld/Shiny/172_spiky-eared.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/172_spiky-eared.png + +#begin Content/Pokemon/Overworld/Shiny/173.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/173.png + +#begin Content/Pokemon/Overworld/Shiny/174.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/174.png + +#begin Content/Pokemon/Overworld/Shiny/175.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/175.png + +#begin Content/Pokemon/Overworld/Shiny/176.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/176.png + +#begin Content/Pokemon/Overworld/Shiny/177.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/177.png + +#begin Content/Pokemon/Overworld/Shiny/178.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/178.png + +#begin Content/Pokemon/Overworld/Shiny/179.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/179.png + +#begin Content/Pokemon/Overworld/Shiny/18.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/18.png + +#begin Content/Pokemon/Overworld/Shiny/180.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/180.png + +#begin Content/Pokemon/Overworld/Shiny/181.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/181.png + +#begin Content/Pokemon/Overworld/Shiny/181_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/181_mega.png + +#begin Content/Pokemon/Overworld/Shiny/182.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/182.png + +#begin Content/Pokemon/Overworld/Shiny/183.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/183.png + +#begin Content/Pokemon/Overworld/Shiny/184.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/184.png + +#begin Content/Pokemon/Overworld/Shiny/185.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/185.png + +#begin Content/Pokemon/Overworld/Shiny/186.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/186.png + +#begin Content/Pokemon/Overworld/Shiny/187.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/187.png + +#begin Content/Pokemon/Overworld/Shiny/188.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/188.png + +#begin Content/Pokemon/Overworld/Shiny/189.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/189.png + +#begin Content/Pokemon/Overworld/Shiny/18_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/18_mega.png + +#begin Content/Pokemon/Overworld/Shiny/19.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/19.png + +#begin Content/Pokemon/Overworld/Shiny/190.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/190.png + +#begin Content/Pokemon/Overworld/Shiny/191.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/191.png + +#begin Content/Pokemon/Overworld/Shiny/192.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/192.png + +#begin Content/Pokemon/Overworld/Shiny/193.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/193.png + +#begin Content/Pokemon/Overworld/Shiny/194.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/194.png + +#begin Content/Pokemon/Overworld/Shiny/195.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/195.png + +#begin Content/Pokemon/Overworld/Shiny/196.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/196.png + +#begin Content/Pokemon/Overworld/Shiny/197.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/197.png + +#begin Content/Pokemon/Overworld/Shiny/198.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/198.png + +#begin Content/Pokemon/Overworld/Shiny/199.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/199.png + +#begin Content/Pokemon/Overworld/Shiny/2.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/2.png + +#begin Content/Pokemon/Overworld/Shiny/20.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/20.png + +#begin Content/Pokemon/Overworld/Shiny/200.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/200.png + +#begin Content/Pokemon/Overworld/Shiny/201-a.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/201-a.png + +#begin Content/Pokemon/Overworld/Shiny/201-b.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/201-b.png + +#begin Content/Pokemon/Overworld/Shiny/201-c.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/201-c.png + +#begin Content/Pokemon/Overworld/Shiny/201-d.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/201-d.png + +#begin Content/Pokemon/Overworld/Shiny/201-e.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/201-e.png + +#begin Content/Pokemon/Overworld/Shiny/201-exclamation.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/201-exclamation.png + +#begin Content/Pokemon/Overworld/Shiny/201-f.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/201-f.png + +#begin Content/Pokemon/Overworld/Shiny/201-g.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/201-g.png + +#begin Content/Pokemon/Overworld/Shiny/201-h.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/201-h.png + +#begin Content/Pokemon/Overworld/Shiny/201-i.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/201-i.png + +#begin Content/Pokemon/Overworld/Shiny/201-j.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/201-j.png + +#begin Content/Pokemon/Overworld/Shiny/201-k.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/201-k.png + +#begin Content/Pokemon/Overworld/Shiny/201-l.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/201-l.png + +#begin Content/Pokemon/Overworld/Shiny/201-m.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/201-m.png + +#begin Content/Pokemon/Overworld/Shiny/201-n.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/201-n.png + +#begin Content/Pokemon/Overworld/Shiny/201-o.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/201-o.png + +#begin Content/Pokemon/Overworld/Shiny/201-p.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/201-p.png + +#begin Content/Pokemon/Overworld/Shiny/201-q.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/201-q.png + +#begin Content/Pokemon/Overworld/Shiny/201-question.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/201-question.png + +#begin Content/Pokemon/Overworld/Shiny/201-r.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/201-r.png + +#begin Content/Pokemon/Overworld/Shiny/201-s.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/201-s.png + +#begin Content/Pokemon/Overworld/Shiny/201-t.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/201-t.png + +#begin Content/Pokemon/Overworld/Shiny/201-u.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/201-u.png + +#begin Content/Pokemon/Overworld/Shiny/201-v.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/201-v.png + +#begin Content/Pokemon/Overworld/Shiny/201-w.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/201-w.png + +#begin Content/Pokemon/Overworld/Shiny/201-x.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/201-x.png + +#begin Content/Pokemon/Overworld/Shiny/201-y.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/201-y.png + +#begin Content/Pokemon/Overworld/Shiny/201-z.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/201-z.png + +#begin Content/Pokemon/Overworld/Shiny/201.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/201.png + +#begin Content/Pokemon/Overworld/Shiny/202.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/202.png + +#begin Content/Pokemon/Overworld/Shiny/203.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/203.png + +#begin Content/Pokemon/Overworld/Shiny/204.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/204.png + +#begin Content/Pokemon/Overworld/Shiny/205.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/205.png + +#begin Content/Pokemon/Overworld/Shiny/206.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/206.png + +#begin Content/Pokemon/Overworld/Shiny/207.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/207.png + +#begin Content/Pokemon/Overworld/Shiny/208.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/208.png + +#begin Content/Pokemon/Overworld/Shiny/209.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/209.png + +#begin Content/Pokemon/Overworld/Shiny/21.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/21.png + +#begin Content/Pokemon/Overworld/Shiny/210.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/210.png + +#begin Content/Pokemon/Overworld/Shiny/211.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/211.png + +#begin Content/Pokemon/Overworld/Shiny/212.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/212.png + +#begin Content/Pokemon/Overworld/Shiny/212_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/212_mega.png + +#begin Content/Pokemon/Overworld/Shiny/213.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/213.png + +#begin Content/Pokemon/Overworld/Shiny/214.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/214.png + +#begin Content/Pokemon/Overworld/Shiny/215.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/215.png + +#begin Content/Pokemon/Overworld/Shiny/216.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/216.png + +#begin Content/Pokemon/Overworld/Shiny/217.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/217.png + +#begin Content/Pokemon/Overworld/Shiny/218.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/218.png + +#begin Content/Pokemon/Overworld/Shiny/219.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/219.png + +#begin Content/Pokemon/Overworld/Shiny/22.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/22.png + +#begin Content/Pokemon/Overworld/Shiny/220.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/220.png + +#begin Content/Pokemon/Overworld/Shiny/221.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/221.png + +#begin Content/Pokemon/Overworld/Shiny/222.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/222.png + +#begin Content/Pokemon/Overworld/Shiny/223.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/223.png + +#begin Content/Pokemon/Overworld/Shiny/224.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/224.png + +#begin Content/Pokemon/Overworld/Shiny/225.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/225.png + +#begin Content/Pokemon/Overworld/Shiny/226.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/226.png + +#begin Content/Pokemon/Overworld/Shiny/227.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/227.png + +#begin Content/Pokemon/Overworld/Shiny/228.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/228.png + +#begin Content/Pokemon/Overworld/Shiny/229.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.png + +#begin Content/Pokemon/Overworld/Shiny/23.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/23.png + +#begin Content/Pokemon/Overworld/Shiny/230.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/230.png + +#begin Content/Pokemon/Overworld/Shiny/231.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/231.png + +#begin Content/Pokemon/Overworld/Shiny/232.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/232.png + +#begin Content/Pokemon/Overworld/Shiny/233.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/233.png + +#begin Content/Pokemon/Overworld/Shiny/234.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/234.png + +#begin Content/Pokemon/Overworld/Shiny/235.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/235.png + +#begin Content/Pokemon/Overworld/Shiny/236.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/236.png + +#begin Content/Pokemon/Overworld/Shiny/237.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/237.png + +#begin Content/Pokemon/Overworld/Shiny/238.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/238.png + +#begin Content/Pokemon/Overworld/Shiny/239.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/239.png + +#begin Content/Pokemon/Overworld/Shiny/24.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/24.png + +#begin Content/Pokemon/Overworld/Shiny/240.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/240.png + +#begin Content/Pokemon/Overworld/Shiny/241.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/241.png + +#begin Content/Pokemon/Overworld/Shiny/242.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/242.png + +#begin Content/Pokemon/Overworld/Shiny/243.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/243.png + +#begin Content/Pokemon/Overworld/Shiny/244.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/244.png + +#begin Content/Pokemon/Overworld/Shiny/245.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/245.png + +#begin Content/Pokemon/Overworld/Shiny/246.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/246.png + +#begin Content/Pokemon/Overworld/Shiny/247.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/247.png + +#begin Content/Pokemon/Overworld/Shiny/248.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/248.png + +#begin Content/Pokemon/Overworld/Shiny/248_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/248_mega.png + +#begin Content/Pokemon/Overworld/Shiny/249.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/249.png + +#begin Content/Pokemon/Overworld/Shiny/25.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/25.png + +#begin Content/Pokemon/Overworld/Shiny/250.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/250.png + +#begin Content/Pokemon/Overworld/Shiny/251.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/251.png + +#begin Content/Pokemon/Overworld/Shiny/252.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/252.png + +#begin Content/Pokemon/Overworld/Shiny/253.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/253.png + +#begin Content/Pokemon/Overworld/Shiny/254.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/254.png + +#begin Content/Pokemon/Overworld/Shiny/254_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/254_mega.png + +#begin Content/Pokemon/Overworld/Shiny/255.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/255.png + +#begin Content/Pokemon/Overworld/Shiny/256.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/256.png + +#begin Content/Pokemon/Overworld/Shiny/257.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/257.png + +#begin Content/Pokemon/Overworld/Shiny/258.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/258.png + +#begin Content/Pokemon/Overworld/Shiny/259.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/259.png + +#begin Content/Pokemon/Overworld/Shiny/26.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/26.png + +#begin Content/Pokemon/Overworld/Shiny/260.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/260.png + +#begin Content/Pokemon/Overworld/Shiny/260_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/260_mega.png + +#begin Content/Pokemon/Overworld/Shiny/261.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/261.png + +#begin Content/Pokemon/Overworld/Shiny/262.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/262.png + +#begin Content/Pokemon/Overworld/Shiny/263.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/263.png + +#begin Content/Pokemon/Overworld/Shiny/264.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/264.png + +#begin Content/Pokemon/Overworld/Shiny/265.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/265.png + +#begin Content/Pokemon/Overworld/Shiny/266.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/266.png + +#begin Content/Pokemon/Overworld/Shiny/267.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/267.png + +#begin Content/Pokemon/Overworld/Shiny/268.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/268.png + +#begin Content/Pokemon/Overworld/Shiny/269.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/269.png + +#begin Content/Pokemon/Overworld/Shiny/27.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/27.png + +#begin Content/Pokemon/Overworld/Shiny/270.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/270.png + +#begin Content/Pokemon/Overworld/Shiny/271.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/271.png + +#begin Content/Pokemon/Overworld/Shiny/272.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/272.png + +#begin Content/Pokemon/Overworld/Shiny/273.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/273.png + +#begin Content/Pokemon/Overworld/Shiny/274.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/274.png + +#begin Content/Pokemon/Overworld/Shiny/275.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/275.png + +#begin Content/Pokemon/Overworld/Shiny/276.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/276.png + +#begin Content/Pokemon/Overworld/Shiny/277.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/277.png + +#begin Content/Pokemon/Overworld/Shiny/278.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/278.png + +#begin Content/Pokemon/Overworld/Shiny/279.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/279.png + +#begin Content/Pokemon/Overworld/Shiny/28.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/28.png + +#begin Content/Pokemon/Overworld/Shiny/280.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/280.png + +#begin Content/Pokemon/Overworld/Shiny/281.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/281.png + +#begin Content/Pokemon/Overworld/Shiny/282.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/282.png + +#begin Content/Pokemon/Overworld/Shiny/283.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/283.png + +#begin Content/Pokemon/Overworld/Shiny/284.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/284.png + +#begin Content/Pokemon/Overworld/Shiny/285.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/285.png + +#begin Content/Pokemon/Overworld/Shiny/286.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/286.png + +#begin Content/Pokemon/Overworld/Shiny/287.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/287.png + +#begin Content/Pokemon/Overworld/Shiny/288.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/288.png + +#begin Content/Pokemon/Overworld/Shiny/289.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/289.png + +#begin Content/Pokemon/Overworld/Shiny/29.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/29.png + +#begin Content/Pokemon/Overworld/Shiny/290.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/290.png + +#begin Content/Pokemon/Overworld/Shiny/291.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/291.png + +#begin Content/Pokemon/Overworld/Shiny/292.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/292.png + +#begin Content/Pokemon/Overworld/Shiny/293.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/293.png + +#begin Content/Pokemon/Overworld/Shiny/294.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/294.png + +#begin Content/Pokemon/Overworld/Shiny/295.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/295.png + +#begin Content/Pokemon/Overworld/Shiny/296.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/296.png + +#begin Content/Pokemon/Overworld/Shiny/297.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/297.png + +#begin Content/Pokemon/Overworld/Shiny/298.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/298.png + +#begin Content/Pokemon/Overworld/Shiny/299.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/299.png + +#begin Content/Pokemon/Overworld/Shiny/3.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/3.png + +#begin Content/Pokemon/Overworld/Shiny/30.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/30.png + +#begin Content/Pokemon/Overworld/Shiny/300.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/300.png + +#begin Content/Pokemon/Overworld/Shiny/301.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/301.png + +#begin Content/Pokemon/Overworld/Shiny/302.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/302.png + +#begin Content/Pokemon/Overworld/Shiny/303.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/303.png + +#begin Content/Pokemon/Overworld/Shiny/304.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/304.png + +#begin Content/Pokemon/Overworld/Shiny/305.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/305.png + +#begin Content/Pokemon/Overworld/Shiny/306.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/306.png + +#begin Content/Pokemon/Overworld/Shiny/307.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/307.png + +#begin Content/Pokemon/Overworld/Shiny/308.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/308.png + +#begin Content/Pokemon/Overworld/Shiny/309.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/309.png + +#begin Content/Pokemon/Overworld/Shiny/31.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/31.png + +#begin Content/Pokemon/Overworld/Shiny/310.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/310.png + +#begin Content/Pokemon/Overworld/Shiny/311.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/311.png + +#begin Content/Pokemon/Overworld/Shiny/312.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/312.png + +#begin Content/Pokemon/Overworld/Shiny/313.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/313.png + +#begin Content/Pokemon/Overworld/Shiny/314.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/314.png + +#begin Content/Pokemon/Overworld/Shiny/315.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/315.png + +#begin Content/Pokemon/Overworld/Shiny/316.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/316.png + +#begin Content/Pokemon/Overworld/Shiny/317.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/317.png + +#begin Content/Pokemon/Overworld/Shiny/318.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/318.png + +#begin Content/Pokemon/Overworld/Shiny/319.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/319.png + +#begin Content/Pokemon/Overworld/Shiny/32.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/32.png + +#begin Content/Pokemon/Overworld/Shiny/320.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/320.png + +#begin Content/Pokemon/Overworld/Shiny/321.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/321.png + +#begin Content/Pokemon/Overworld/Shiny/322.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/322.png + +#begin Content/Pokemon/Overworld/Shiny/323.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/323.png + +#begin Content/Pokemon/Overworld/Shiny/324.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/324.png + +#begin Content/Pokemon/Overworld/Shiny/325.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/325.png + +#begin Content/Pokemon/Overworld/Shiny/326.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/326.png + +#begin Content/Pokemon/Overworld/Shiny/327.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/327.png + +#begin Content/Pokemon/Overworld/Shiny/328.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/328.png + +#begin Content/Pokemon/Overworld/Shiny/329.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/329.png + +#begin Content/Pokemon/Overworld/Shiny/33.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/33.png + +#begin Content/Pokemon/Overworld/Shiny/330.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/330.png + +#begin Content/Pokemon/Overworld/Shiny/331.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/331.png + +#begin Content/Pokemon/Overworld/Shiny/332.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/332.png + +#begin Content/Pokemon/Overworld/Shiny/333.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/333.png + +#begin Content/Pokemon/Overworld/Shiny/334.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/334.png + +#begin Content/Pokemon/Overworld/Shiny/335.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/335.png + +#begin Content/Pokemon/Overworld/Shiny/336.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/336.png + +#begin Content/Pokemon/Overworld/Shiny/337.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/337.png + +#begin Content/Pokemon/Overworld/Shiny/338.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/338.png + +#begin Content/Pokemon/Overworld/Shiny/339.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/339.png + +#begin Content/Pokemon/Overworld/Shiny/34.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/34.png + +#begin Content/Pokemon/Overworld/Shiny/340.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/340.png + +#begin Content/Pokemon/Overworld/Shiny/341.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/341.png + +#begin Content/Pokemon/Overworld/Shiny/342.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/342.png + +#begin Content/Pokemon/Overworld/Shiny/343.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/343.png + +#begin Content/Pokemon/Overworld/Shiny/344.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/344.png + +#begin Content/Pokemon/Overworld/Shiny/345.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/345.png + +#begin Content/Pokemon/Overworld/Shiny/346.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/346.png + +#begin Content/Pokemon/Overworld/Shiny/347.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/347.png + +#begin Content/Pokemon/Overworld/Shiny/348.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/348.png + +#begin Content/Pokemon/Overworld/Shiny/349.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/349.png + +#begin Content/Pokemon/Overworld/Shiny/35.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/35.png + +#begin Content/Pokemon/Overworld/Shiny/350.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/350.png + +#begin Content/Pokemon/Overworld/Shiny/351.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/351.png + +#begin Content/Pokemon/Overworld/Shiny/352.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/352.png + +#begin Content/Pokemon/Overworld/Shiny/353.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/353.png + +#begin Content/Pokemon/Overworld/Shiny/354.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/354.png + +#begin Content/Pokemon/Overworld/Shiny/355.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/355.png + +#begin Content/Pokemon/Overworld/Shiny/356.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/356.png + +#begin Content/Pokemon/Overworld/Shiny/357.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/357.png + +#begin Content/Pokemon/Overworld/Shiny/358.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/358.png + +#begin Content/Pokemon/Overworld/Shiny/359.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/359.png + +#begin Content/Pokemon/Overworld/Shiny/36.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/36.png + +#begin Content/Pokemon/Overworld/Shiny/360.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/360.png + +#begin Content/Pokemon/Overworld/Shiny/361.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/361.png + +#begin Content/Pokemon/Overworld/Shiny/362.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.png + +#begin Content/Pokemon/Overworld/Shiny/363.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/363.png + +#begin Content/Pokemon/Overworld/Shiny/364.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/364.png + +#begin Content/Pokemon/Overworld/Shiny/365.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/365.png + +#begin Content/Pokemon/Overworld/Shiny/366.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/366.png + +#begin Content/Pokemon/Overworld/Shiny/367.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/367.png + +#begin Content/Pokemon/Overworld/Shiny/368.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/368.png + +#begin Content/Pokemon/Overworld/Shiny/369.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/369.png + +#begin Content/Pokemon/Overworld/Shiny/37.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/37.png + +#begin Content/Pokemon/Overworld/Shiny/370.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/370.png + +#begin Content/Pokemon/Overworld/Shiny/371.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/371.png + +#begin Content/Pokemon/Overworld/Shiny/372.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/372.png + +#begin Content/Pokemon/Overworld/Shiny/373.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/373.png + +#begin Content/Pokemon/Overworld/Shiny/374.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/374.png + +#begin Content/Pokemon/Overworld/Shiny/375.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/375.png + +#begin Content/Pokemon/Overworld/Shiny/376.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/376.png + +#begin Content/Pokemon/Overworld/Shiny/376_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/376_mega.png + +#begin Content/Pokemon/Overworld/Shiny/377.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/377.png + +#begin Content/Pokemon/Overworld/Shiny/378.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/378.png + +#begin Content/Pokemon/Overworld/Shiny/379.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/379.png + +#begin Content/Pokemon/Overworld/Shiny/38.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/38.png + +#begin Content/Pokemon/Overworld/Shiny/380.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/380.png + +#begin Content/Pokemon/Overworld/Shiny/381.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/381.png + +#begin Content/Pokemon/Overworld/Shiny/382.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/382.png + +#begin Content/Pokemon/Overworld/Shiny/383.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/383.png + +#begin Content/Pokemon/Overworld/Shiny/384.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/384.png + +#begin Content/Pokemon/Overworld/Shiny/385.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/385.png + +#begin Content/Pokemon/Overworld/Shiny/386.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/386.png + +#begin Content/Pokemon/Overworld/Shiny/386_attack.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/386_attack.png + +#begin Content/Pokemon/Overworld/Shiny/386_defense.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/386_defense.png + +#begin Content/Pokemon/Overworld/Shiny/386_speed.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/386_speed.png + +#begin Content/Pokemon/Overworld/Shiny/387.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/387.png + +#begin Content/Pokemon/Overworld/Shiny/388.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/388.png + +#begin Content/Pokemon/Overworld/Shiny/389.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/389.png + +#begin Content/Pokemon/Overworld/Shiny/39.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/39.png + +#begin Content/Pokemon/Overworld/Shiny/390.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/390.png + +#begin Content/Pokemon/Overworld/Shiny/391.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/391.png + +#begin Content/Pokemon/Overworld/Shiny/392.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/392.png + +#begin Content/Pokemon/Overworld/Shiny/393.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/393.png + +#begin Content/Pokemon/Overworld/Shiny/394.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/394.png + +#begin Content/Pokemon/Overworld/Shiny/395.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/395.png + +#begin Content/Pokemon/Overworld/Shiny/396.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/396.png + +#begin Content/Pokemon/Overworld/Shiny/397.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/397.png + +#begin Content/Pokemon/Overworld/Shiny/398.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/398.png + +#begin Content/Pokemon/Overworld/Shiny/399.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/399.png + +#begin Content/Pokemon/Overworld/Shiny/4.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/4.png + +#begin Content/Pokemon/Overworld/Shiny/40.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/40.png + +#begin Content/Pokemon/Overworld/Shiny/400.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/400.png + +#begin Content/Pokemon/Overworld/Shiny/401.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/401.png + +#begin Content/Pokemon/Overworld/Shiny/402.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/402.png + +#begin Content/Pokemon/Overworld/Shiny/403.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/403.png + +#begin Content/Pokemon/Overworld/Shiny/404.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/404.png + +#begin Content/Pokemon/Overworld/Shiny/405.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/405.png + +#begin Content/Pokemon/Overworld/Shiny/406.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/406.png + +#begin Content/Pokemon/Overworld/Shiny/407.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/407.png + +#begin Content/Pokemon/Overworld/Shiny/408.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/408.png + +#begin Content/Pokemon/Overworld/Shiny/409.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/409.png + +#begin Content/Pokemon/Overworld/Shiny/41.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/41.png + +#begin Content/Pokemon/Overworld/Shiny/410.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/410.png + +#begin Content/Pokemon/Overworld/Shiny/411.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/411.png + +#begin Content/Pokemon/Overworld/Shiny/412.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/412.png + +#begin Content/Pokemon/Overworld/Shiny/412_sandy.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/412_sandy.png + +#begin Content/Pokemon/Overworld/Shiny/412_trash.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/412_trash.png + +#begin Content/Pokemon/Overworld/Shiny/413.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/413.png + +#begin Content/Pokemon/Overworld/Shiny/413_sandy.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/413_sandy.png + +#begin Content/Pokemon/Overworld/Shiny/413_trash.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/413_trash.png + +#begin Content/Pokemon/Overworld/Shiny/414.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/414.png + +#begin Content/Pokemon/Overworld/Shiny/415.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/415.png + +#begin Content/Pokemon/Overworld/Shiny/416.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/416.png + +#begin Content/Pokemon/Overworld/Shiny/417.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/417.png + +#begin Content/Pokemon/Overworld/Shiny/418.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/418.png + +#begin Content/Pokemon/Overworld/Shiny/419.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/419.png + +#begin Content/Pokemon/Overworld/Shiny/42.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/42.png + +#begin Content/Pokemon/Overworld/Shiny/420.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/420.png + +#begin Content/Pokemon/Overworld/Shiny/421.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/421.png + +#begin Content/Pokemon/Overworld/Shiny/422.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/422.png + +#begin Content/Pokemon/Overworld/Shiny/422e.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/422e.png + +#begin Content/Pokemon/Overworld/Shiny/422w.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/422w.png + +#begin Content/Pokemon/Overworld/Shiny/423e.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/423e.png + +#begin Content/Pokemon/Overworld/Shiny/423w.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/423w.png + +#begin Content/Pokemon/Overworld/Shiny/424.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/424.png + +#begin Content/Pokemon/Overworld/Shiny/425.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/425.png + +#begin Content/Pokemon/Overworld/Shiny/426.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/426.png + +#begin Content/Pokemon/Overworld/Shiny/427.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/427.png + +#begin Content/Pokemon/Overworld/Shiny/428.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/428.png + +#begin Content/Pokemon/Overworld/Shiny/429.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/429.png + +#begin Content/Pokemon/Overworld/Shiny/43.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/43.png + +#begin Content/Pokemon/Overworld/Shiny/430.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/430.png + +#begin Content/Pokemon/Overworld/Shiny/431.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/431.png + +#begin Content/Pokemon/Overworld/Shiny/432.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/432.png + +#begin Content/Pokemon/Overworld/Shiny/433.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/433.png + +#begin Content/Pokemon/Overworld/Shiny/434.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/434.png + +#begin Content/Pokemon/Overworld/Shiny/435.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/435.png + +#begin Content/Pokemon/Overworld/Shiny/436.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/436.png + +#begin Content/Pokemon/Overworld/Shiny/437.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/437.png + +#begin Content/Pokemon/Overworld/Shiny/438.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/438.png + +#begin Content/Pokemon/Overworld/Shiny/439.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/439.png + +#begin Content/Pokemon/Overworld/Shiny/44.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/44.png + +#begin Content/Pokemon/Overworld/Shiny/440.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/440.png + +#begin Content/Pokemon/Overworld/Shiny/441.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/441.png + +#begin Content/Pokemon/Overworld/Shiny/442.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/442.png + +#begin Content/Pokemon/Overworld/Shiny/443.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/443.png + +#begin Content/Pokemon/Overworld/Shiny/444.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/444.png + +#begin Content/Pokemon/Overworld/Shiny/445.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/445.png + +#begin Content/Pokemon/Overworld/Shiny/446.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/446.png + +#begin Content/Pokemon/Overworld/Shiny/447.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/447.png + +#begin Content/Pokemon/Overworld/Shiny/448.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/448.png + +#begin Content/Pokemon/Overworld/Shiny/449.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/449.png + +#begin Content/Pokemon/Overworld/Shiny/45.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/45.png + +#begin Content/Pokemon/Overworld/Shiny/450.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/450.png + +#begin Content/Pokemon/Overworld/Shiny/451.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/451.png + +#begin Content/Pokemon/Overworld/Shiny/452.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/452.png + +#begin Content/Pokemon/Overworld/Shiny/453.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/453.png + +#begin Content/Pokemon/Overworld/Shiny/454.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/454.png + +#begin Content/Pokemon/Overworld/Shiny/455.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/455.png + +#begin Content/Pokemon/Overworld/Shiny/456.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/456.png + +#begin Content/Pokemon/Overworld/Shiny/457.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/457.png + +#begin Content/Pokemon/Overworld/Shiny/458.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/458.png + +#begin Content/Pokemon/Overworld/Shiny/459.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/459.png + +#begin Content/Pokemon/Overworld/Shiny/46.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/46.png + +#begin Content/Pokemon/Overworld/Shiny/460.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/460.png + +#begin Content/Pokemon/Overworld/Shiny/460_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/460_mega.png + +#begin Content/Pokemon/Overworld/Shiny/461.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/461.png + +#begin Content/Pokemon/Overworld/Shiny/462.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/462.png + +#begin Content/Pokemon/Overworld/Shiny/463.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/463.png + +#begin Content/Pokemon/Overworld/Shiny/464.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/464.png + +#begin Content/Pokemon/Overworld/Shiny/465.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/465.png + +#begin Content/Pokemon/Overworld/Shiny/466.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/466.png + +#begin Content/Pokemon/Overworld/Shiny/467.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/467.png + +#begin Content/Pokemon/Overworld/Shiny/468.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/468.png + +#begin Content/Pokemon/Overworld/Shiny/469.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/469.png + +#begin Content/Pokemon/Overworld/Shiny/47.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/47.png + +#begin Content/Pokemon/Overworld/Shiny/470.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/470.png + +#begin Content/Pokemon/Overworld/Shiny/471.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/471.png + +#begin Content/Pokemon/Overworld/Shiny/472.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/472.png + +#begin Content/Pokemon/Overworld/Shiny/473.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/473.png + +#begin Content/Pokemon/Overworld/Shiny/474.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/474.png + +#begin Content/Pokemon/Overworld/Shiny/475.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/475.png + +#begin Content/Pokemon/Overworld/Shiny/476.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/476.png + +#begin Content/Pokemon/Overworld/Shiny/477.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/477.png + +#begin Content/Pokemon/Overworld/Shiny/478.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/478.png + +#begin Content/Pokemon/Overworld/Shiny/479.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/479.png + +#begin Content/Pokemon/Overworld/Shiny/479_fan.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/479_fan.png + +#begin Content/Pokemon/Overworld/Shiny/479_frost.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/479_frost.png + +#begin Content/Pokemon/Overworld/Shiny/479_heat.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/479_heat.png + +#begin Content/Pokemon/Overworld/Shiny/479_mow.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/479_mow.png + +#begin Content/Pokemon/Overworld/Shiny/479_wash.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/479_wash.png + +#begin Content/Pokemon/Overworld/Shiny/48.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/48.png + +#begin Content/Pokemon/Overworld/Shiny/480.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/480.png + +#begin Content/Pokemon/Overworld/Shiny/481.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/481.png + +#begin Content/Pokemon/Overworld/Shiny/482.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/482.png + +#begin Content/Pokemon/Overworld/Shiny/483.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/483.png + +#begin Content/Pokemon/Overworld/Shiny/483_primal.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/483_primal.png + +#begin Content/Pokemon/Overworld/Shiny/484.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/484.png + +#begin Content/Pokemon/Overworld/Shiny/485.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/485.png + +#begin Content/Pokemon/Overworld/Shiny/486.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/486.png + +#begin Content/Pokemon/Overworld/Shiny/487.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/487.png + +#begin Content/Pokemon/Overworld/Shiny/487_origin.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/487_origin.png + +#begin Content/Pokemon/Overworld/Shiny/488.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/488.png + +#begin Content/Pokemon/Overworld/Shiny/489.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/489.png + +#begin Content/Pokemon/Overworld/Shiny/49.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/49.png + +#begin Content/Pokemon/Overworld/Shiny/490.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/490.png + +#begin Content/Pokemon/Overworld/Shiny/491.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/491.png + +#begin Content/Pokemon/Overworld/Shiny/492.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/492.png + +#begin Content/Pokemon/Overworld/Shiny/492_sky.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/492_sky.png + +#begin Content/Pokemon/Overworld/Shiny/493.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/493.png + +#begin Content/Pokemon/Overworld/Shiny/493_bug.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/493_bug.png + +#begin Content/Pokemon/Overworld/Shiny/493_dark.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/493_dark.png + +#begin Content/Pokemon/Overworld/Shiny/493_dragon.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/493_dragon.png + +#begin Content/Pokemon/Overworld/Shiny/493_electric.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/493_electric.png + +#begin Content/Pokemon/Overworld/Shiny/493_fairy.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/493_fairy.png + +#begin Content/Pokemon/Overworld/Shiny/493_fighting.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/493_fighting.png + +#begin Content/Pokemon/Overworld/Shiny/493_fire.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/493_fire.png + +#begin Content/Pokemon/Overworld/Shiny/493_flying.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/493_flying.png + +#begin Content/Pokemon/Overworld/Shiny/493_ghost.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/493_ghost.png + +#begin Content/Pokemon/Overworld/Shiny/493_grass.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/493_grass.png + +#begin Content/Pokemon/Overworld/Shiny/493_ground.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/493_ground.png + +#begin Content/Pokemon/Overworld/Shiny/493_ice.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/493_ice.png + +#begin Content/Pokemon/Overworld/Shiny/493_normal.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/493_normal.png + +#begin Content/Pokemon/Overworld/Shiny/493_poison.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/493_poison.png + +#begin Content/Pokemon/Overworld/Shiny/493_psychic.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/493_psychic.png + +#begin Content/Pokemon/Overworld/Shiny/493_rock.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/493_rock.png + +#begin Content/Pokemon/Overworld/Shiny/493_steel.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/493_steel.png + +#begin Content/Pokemon/Overworld/Shiny/493_unknown.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/493_unknown.png + +#begin Content/Pokemon/Overworld/Shiny/493_water.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/493_water.png + +#begin Content/Pokemon/Overworld/Shiny/494.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/494.png + +#begin Content/Pokemon/Overworld/Shiny/495.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/495.png + +#begin Content/Pokemon/Overworld/Shiny/496.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/496.png + +#begin Content/Pokemon/Overworld/Shiny/497.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/497.png + +#begin Content/Pokemon/Overworld/Shiny/498.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/498.png + +#begin Content/Pokemon/Overworld/Shiny/499.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/499.png + +#begin Content/Pokemon/Overworld/Shiny/5.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/5.png + +#begin Content/Pokemon/Overworld/Shiny/50.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/50.png + +#begin Content/Pokemon/Overworld/Shiny/500.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/500.png + +#begin Content/Pokemon/Overworld/Shiny/501.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/501.png + +#begin Content/Pokemon/Overworld/Shiny/502.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/502.png + +#begin Content/Pokemon/Overworld/Shiny/503.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/503.png + +#begin Content/Pokemon/Overworld/Shiny/504.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/504.png + +#begin Content/Pokemon/Overworld/Shiny/505.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/505.png + +#begin Content/Pokemon/Overworld/Shiny/506.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/506.png + +#begin Content/Pokemon/Overworld/Shiny/507.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/507.png + +#begin Content/Pokemon/Overworld/Shiny/508.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/508.png + +#begin Content/Pokemon/Overworld/Shiny/509.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/509.png + +#begin Content/Pokemon/Overworld/Shiny/51.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/51.png + +#begin Content/Pokemon/Overworld/Shiny/510.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/510.png + +#begin Content/Pokemon/Overworld/Shiny/511.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/511.png + +#begin Content/Pokemon/Overworld/Shiny/512.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/512.png + +#begin Content/Pokemon/Overworld/Shiny/513.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/513.png + +#begin Content/Pokemon/Overworld/Shiny/514.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/514.png + +#begin Content/Pokemon/Overworld/Shiny/515.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/515.png + +#begin Content/Pokemon/Overworld/Shiny/516.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/516.png + +#begin Content/Pokemon/Overworld/Shiny/517.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/517.png + +#begin Content/Pokemon/Overworld/Shiny/518.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/518.png + +#begin Content/Pokemon/Overworld/Shiny/519.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/519.png + +#begin Content/Pokemon/Overworld/Shiny/52.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/52.png + +#begin Content/Pokemon/Overworld/Shiny/520.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/520.png + +#begin Content/Pokemon/Overworld/Shiny/521.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/521.png + +#begin Content/Pokemon/Overworld/Shiny/522.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/522.png + +#begin Content/Pokemon/Overworld/Shiny/523.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/523.png + +#begin Content/Pokemon/Overworld/Shiny/524.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/524.png + +#begin Content/Pokemon/Overworld/Shiny/525.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/525.png + +#begin Content/Pokemon/Overworld/Shiny/526.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/526.png + +#begin Content/Pokemon/Overworld/Shiny/527.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/527.png + +#begin Content/Pokemon/Overworld/Shiny/528.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/528.png + +#begin Content/Pokemon/Overworld/Shiny/529.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/529.png + +#begin Content/Pokemon/Overworld/Shiny/53.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/53.png + +#begin Content/Pokemon/Overworld/Shiny/530.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/530.png + +#begin Content/Pokemon/Overworld/Shiny/531.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/531.png + +#begin Content/Pokemon/Overworld/Shiny/532.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/532.png + +#begin Content/Pokemon/Overworld/Shiny/533.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/533.png + +#begin Content/Pokemon/Overworld/Shiny/534.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/534.png + +#begin Content/Pokemon/Overworld/Shiny/535.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/535.png + +#begin Content/Pokemon/Overworld/Shiny/536.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/536.png + +#begin Content/Pokemon/Overworld/Shiny/537.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/537.png + +#begin Content/Pokemon/Overworld/Shiny/538.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/538.png + +#begin Content/Pokemon/Overworld/Shiny/539.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/539.png + +#begin Content/Pokemon/Overworld/Shiny/54.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/54.png + +#begin Content/Pokemon/Overworld/Shiny/540.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/540.png + +#begin Content/Pokemon/Overworld/Shiny/541.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/541.png + +#begin Content/Pokemon/Overworld/Shiny/542.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/542.png + +#begin Content/Pokemon/Overworld/Shiny/543.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/543.png + +#begin Content/Pokemon/Overworld/Shiny/544.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/544.png + +#begin Content/Pokemon/Overworld/Shiny/545.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/545.png + +#begin Content/Pokemon/Overworld/Shiny/546.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/546.png + +#begin Content/Pokemon/Overworld/Shiny/547.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/547.png + +#begin Content/Pokemon/Overworld/Shiny/548.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/548.png + +#begin Content/Pokemon/Overworld/Shiny/549.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/549.png + +#begin Content/Pokemon/Overworld/Shiny/55.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/55.png + +#begin Content/Pokemon/Overworld/Shiny/550.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/550.png + +#begin Content/Pokemon/Overworld/Shiny/550_blue.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/550_blue.png + +#begin Content/Pokemon/Overworld/Shiny/551.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/551.png + +#begin Content/Pokemon/Overworld/Shiny/552.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/552.png + +#begin Content/Pokemon/Overworld/Shiny/553.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/553.png + +#begin Content/Pokemon/Overworld/Shiny/554.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/554.png + +#begin Content/Pokemon/Overworld/Shiny/555.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/555.png + +#begin Content/Pokemon/Overworld/Shiny/556.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/556.png + +#begin Content/Pokemon/Overworld/Shiny/557.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/557.png + +#begin Content/Pokemon/Overworld/Shiny/558.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/558.png + +#begin Content/Pokemon/Overworld/Shiny/559.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/559.png + +#begin Content/Pokemon/Overworld/Shiny/56.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/56.png + +#begin Content/Pokemon/Overworld/Shiny/560.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/560.png + +#begin Content/Pokemon/Overworld/Shiny/561.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/561.png + +#begin Content/Pokemon/Overworld/Shiny/562.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/562.png + +#begin Content/Pokemon/Overworld/Shiny/563.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/563.png + +#begin Content/Pokemon/Overworld/Shiny/564.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/564.png + +#begin Content/Pokemon/Overworld/Shiny/565.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/565.png + +#begin Content/Pokemon/Overworld/Shiny/566.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/566.png + +#begin Content/Pokemon/Overworld/Shiny/567.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/567.png + +#begin Content/Pokemon/Overworld/Shiny/568.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/568.png + +#begin Content/Pokemon/Overworld/Shiny/569.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/569.png + +#begin Content/Pokemon/Overworld/Shiny/57.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/57.png + +#begin Content/Pokemon/Overworld/Shiny/570.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/570.png + +#begin Content/Pokemon/Overworld/Shiny/571.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/571.png + +#begin Content/Pokemon/Overworld/Shiny/572.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/572.png + +#begin Content/Pokemon/Overworld/Shiny/573.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/573.png + +#begin Content/Pokemon/Overworld/Shiny/574.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/574.png + +#begin Content/Pokemon/Overworld/Shiny/575.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/575.png + +#begin Content/Pokemon/Overworld/Shiny/576.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/576.png + +#begin Content/Pokemon/Overworld/Shiny/577.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/577.png + +#begin Content/Pokemon/Overworld/Shiny/578.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/578.png + +#begin Content/Pokemon/Overworld/Shiny/579.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/579.png + +#begin Content/Pokemon/Overworld/Shiny/58.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/58.png + +#begin Content/Pokemon/Overworld/Shiny/580.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/580.png + +#begin Content/Pokemon/Overworld/Shiny/581.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/581.png + +#begin Content/Pokemon/Overworld/Shiny/582.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/582.png + +#begin Content/Pokemon/Overworld/Shiny/583.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/583.png + +#begin Content/Pokemon/Overworld/Shiny/584.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/584.png + +#begin Content/Pokemon/Overworld/Shiny/585_fa.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/585_fa.png + +#begin Content/Pokemon/Overworld/Shiny/585_sp.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/585_sp.png + +#begin Content/Pokemon/Overworld/Shiny/585_su.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/585_su.png + +#begin Content/Pokemon/Overworld/Shiny/585_wi.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/585_wi.png + +#begin Content/Pokemon/Overworld/Shiny/586_fa.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/586_fa.png + +#begin Content/Pokemon/Overworld/Shiny/586_sp.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/586_sp.png + +#begin Content/Pokemon/Overworld/Shiny/586_su.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/586_su.png + +#begin Content/Pokemon/Overworld/Shiny/586_wi.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/586_wi.png + +#begin Content/Pokemon/Overworld/Shiny/587.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/587.png + +#begin Content/Pokemon/Overworld/Shiny/588.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/588.png + +#begin Content/Pokemon/Overworld/Shiny/589.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/589.png + +#begin Content/Pokemon/Overworld/Shiny/59.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/59.png + +#begin Content/Pokemon/Overworld/Shiny/590.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/590.png + +#begin Content/Pokemon/Overworld/Shiny/591.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/591.png + +#begin Content/Pokemon/Overworld/Shiny/592.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/592.png + +#begin Content/Pokemon/Overworld/Shiny/592_f.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/592_f.png + +#begin Content/Pokemon/Overworld/Shiny/592_m.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/592_m.png + +#begin Content/Pokemon/Overworld/Shiny/593_f.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/593_f.png + +#begin Content/Pokemon/Overworld/Shiny/593_m.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/593_m.png + +#begin Content/Pokemon/Overworld/Shiny/594.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/594.png + +#begin Content/Pokemon/Overworld/Shiny/595.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/595.png + +#begin Content/Pokemon/Overworld/Shiny/596.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/596.png + +#begin Content/Pokemon/Overworld/Shiny/597.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/597.png + +#begin Content/Pokemon/Overworld/Shiny/598.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/598.png + +#begin Content/Pokemon/Overworld/Shiny/599.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/599.png + +#begin Content/Pokemon/Overworld/Shiny/6.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/6.png + +#begin Content/Pokemon/Overworld/Shiny/60.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/60.png + +#begin Content/Pokemon/Overworld/Shiny/600.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/600.png + +#begin Content/Pokemon/Overworld/Shiny/601.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/601.png + +#begin Content/Pokemon/Overworld/Shiny/602.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/602.png + +#begin Content/Pokemon/Overworld/Shiny/603.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/603.png + +#begin Content/Pokemon/Overworld/Shiny/604.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/604.png + +#begin Content/Pokemon/Overworld/Shiny/605.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/605.png + +#begin Content/Pokemon/Overworld/Shiny/606.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/606.png + +#begin Content/Pokemon/Overworld/Shiny/607.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/607.png + +#begin Content/Pokemon/Overworld/Shiny/608.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/608.png + +#begin Content/Pokemon/Overworld/Shiny/609.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/609.png + +#begin Content/Pokemon/Overworld/Shiny/61.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/61.png + +#begin Content/Pokemon/Overworld/Shiny/610.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/610.png + +#begin Content/Pokemon/Overworld/Shiny/611.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/611.png + +#begin Content/Pokemon/Overworld/Shiny/612.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/612.png + +#begin Content/Pokemon/Overworld/Shiny/613.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/613.png + +#begin Content/Pokemon/Overworld/Shiny/614.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/614.png + +#begin Content/Pokemon/Overworld/Shiny/615.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/615.png + +#begin Content/Pokemon/Overworld/Shiny/616.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/616.png + +#begin Content/Pokemon/Overworld/Shiny/617.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/617.png + +#begin Content/Pokemon/Overworld/Shiny/618.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/618.png + +#begin Content/Pokemon/Overworld/Shiny/619.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/619.png + +#begin Content/Pokemon/Overworld/Shiny/62.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/62.png + +#begin Content/Pokemon/Overworld/Shiny/620.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/620.png + +#begin Content/Pokemon/Overworld/Shiny/621.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/621.png + +#begin Content/Pokemon/Overworld/Shiny/622.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/622.png + +#begin Content/Pokemon/Overworld/Shiny/623.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/623.png + +#begin Content/Pokemon/Overworld/Shiny/624.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/624.png + +#begin Content/Pokemon/Overworld/Shiny/625.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/625.png + +#begin Content/Pokemon/Overworld/Shiny/626.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/626.png + +#begin Content/Pokemon/Overworld/Shiny/627.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/627.png + +#begin Content/Pokemon/Overworld/Shiny/628.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/628.png + +#begin Content/Pokemon/Overworld/Shiny/629.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/629.png + +#begin Content/Pokemon/Overworld/Shiny/63.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/63.png + +#begin Content/Pokemon/Overworld/Shiny/630.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/630.png + +#begin Content/Pokemon/Overworld/Shiny/631.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/631.png + +#begin Content/Pokemon/Overworld/Shiny/632.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/632.png + +#begin Content/Pokemon/Overworld/Shiny/633.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/633.png + +#begin Content/Pokemon/Overworld/Shiny/634.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/634.png + +#begin Content/Pokemon/Overworld/Shiny/635.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/635.png + +#begin Content/Pokemon/Overworld/Shiny/636.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/636.png + +#begin Content/Pokemon/Overworld/Shiny/637.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/637.png + +#begin Content/Pokemon/Overworld/Shiny/638.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/638.png + +#begin Content/Pokemon/Overworld/Shiny/639.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/639.png + +#begin Content/Pokemon/Overworld/Shiny/64.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/64.png + +#begin Content/Pokemon/Overworld/Shiny/640.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/640.png + +#begin Content/Pokemon/Overworld/Shiny/641.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/641.png + +#begin Content/Pokemon/Overworld/Shiny/641_therian.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/641_therian.png + +#begin Content/Pokemon/Overworld/Shiny/642.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/642.png + +#begin Content/Pokemon/Overworld/Shiny/642_therian.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/642_therian.png + +#begin Content/Pokemon/Overworld/Shiny/643.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/643.png + +#begin Content/Pokemon/Overworld/Shiny/644.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/644.png + +#begin Content/Pokemon/Overworld/Shiny/645.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/645.png + +#begin Content/Pokemon/Overworld/Shiny/645_therian.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/645_therian.png + +#begin Content/Pokemon/Overworld/Shiny/646.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/646.png + +#begin Content/Pokemon/Overworld/Shiny/647.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/647.png + +#begin Content/Pokemon/Overworld/Shiny/648.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/648.png + +#begin Content/Pokemon/Overworld/Shiny/649.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/649.png + +#begin Content/Pokemon/Overworld/Shiny/65.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/65.png + +#begin Content/Pokemon/Overworld/Shiny/650.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/650.png + +#begin Content/Pokemon/Overworld/Shiny/651.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/651.png + +#begin Content/Pokemon/Overworld/Shiny/652.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/652.png + +#begin Content/Pokemon/Overworld/Shiny/653.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/653.png + +#begin Content/Pokemon/Overworld/Shiny/654.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/654.png + +#begin Content/Pokemon/Overworld/Shiny/655.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/655.png + +#begin Content/Pokemon/Overworld/Shiny/656.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/656.png + +#begin Content/Pokemon/Overworld/Shiny/657.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/657.png + +#begin Content/Pokemon/Overworld/Shiny/658.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/658.png + +#begin Content/Pokemon/Overworld/Shiny/659.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/659.png + +#begin Content/Pokemon/Overworld/Shiny/66.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/66.png + +#begin Content/Pokemon/Overworld/Shiny/660.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/660.png + +#begin Content/Pokemon/Overworld/Shiny/661.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/661.png + +#begin Content/Pokemon/Overworld/Shiny/662.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/662.png + +#begin Content/Pokemon/Overworld/Shiny/663.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/663.png + +#begin Content/Pokemon/Overworld/Shiny/664.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/664.png + +#begin Content/Pokemon/Overworld/Shiny/665.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/665.png + +#begin Content/Pokemon/Overworld/Shiny/666_archipelago.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/666_archipelago.png + +#begin Content/Pokemon/Overworld/Shiny/666_continental.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/666_continental.png + +#begin Content/Pokemon/Overworld/Shiny/666_elegant.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/666_elegant.png + +#begin Content/Pokemon/Overworld/Shiny/666_fancy.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/666_fancy.png + +#begin Content/Pokemon/Overworld/Shiny/666_garden.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/666_garden.png + +#begin Content/Pokemon/Overworld/Shiny/666_high_plains.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/666_high_plains.png + +#begin Content/Pokemon/Overworld/Shiny/666_icy_snow.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/666_icy_snow.png + +#begin Content/Pokemon/Overworld/Shiny/666_jungle.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/666_jungle.png + +#begin Content/Pokemon/Overworld/Shiny/666_marine.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/666_marine.png + +#begin Content/Pokemon/Overworld/Shiny/666_meadow.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/666_meadow.png + +#begin Content/Pokemon/Overworld/Shiny/666_modern.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/666_modern.png + +#begin Content/Pokemon/Overworld/Shiny/666_monsoon.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/666_monsoon.png + +#begin Content/Pokemon/Overworld/Shiny/666_ocean.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/666_ocean.png + +#begin Content/Pokemon/Overworld/Shiny/666_pokeball.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/666_pokeball.png + +#begin Content/Pokemon/Overworld/Shiny/666_polar.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/666_polar.png + +#begin Content/Pokemon/Overworld/Shiny/666_river.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/666_river.png + +#begin Content/Pokemon/Overworld/Shiny/666_sandstorm.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/666_sandstorm.png + +#begin Content/Pokemon/Overworld/Shiny/666_savanna.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/666_savanna.png + +#begin Content/Pokemon/Overworld/Shiny/666_sun.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/666_sun.png + +#begin Content/Pokemon/Overworld/Shiny/666_tundra.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/666_tundra.png + +#begin Content/Pokemon/Overworld/Shiny/667.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/667.png + +#begin Content/Pokemon/Overworld/Shiny/668_female.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/668_female.png + +#begin Content/Pokemon/Overworld/Shiny/668_male.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/668_male.png + +#begin Content/Pokemon/Overworld/Shiny/669_blue.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/669_blue.png + +#begin Content/Pokemon/Overworld/Shiny/669_orange.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/669_orange.png + +#begin Content/Pokemon/Overworld/Shiny/669_red.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/669_red.png + +#begin Content/Pokemon/Overworld/Shiny/669_white.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/669_white.png + +#begin Content/Pokemon/Overworld/Shiny/669_yellow.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/669_yellow.png + +#begin Content/Pokemon/Overworld/Shiny/67.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/67.png + +#begin Content/Pokemon/Overworld/Shiny/670_blue.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/670_blue.png + +#begin Content/Pokemon/Overworld/Shiny/670_eternal.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/670_eternal.png + +#begin Content/Pokemon/Overworld/Shiny/670_orange.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/670_orange.png + +#begin Content/Pokemon/Overworld/Shiny/670_red.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/670_red.png + +#begin Content/Pokemon/Overworld/Shiny/670_white.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/670_white.png + +#begin Content/Pokemon/Overworld/Shiny/670_yellow.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/670_yellow.png + +#begin Content/Pokemon/Overworld/Shiny/671_blue.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/671_blue.png + +#begin Content/Pokemon/Overworld/Shiny/671_orange.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/671_orange.png + +#begin Content/Pokemon/Overworld/Shiny/671_red.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/671_red.png + +#begin Content/Pokemon/Overworld/Shiny/671_white.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/671_white.png + +#begin Content/Pokemon/Overworld/Shiny/671_yellow.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/671_yellow.png + +#begin Content/Pokemon/Overworld/Shiny/672.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/672.png + +#begin Content/Pokemon/Overworld/Shiny/673.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/673.png + +#begin Content/Pokemon/Overworld/Shiny/674.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/674.png + +#begin Content/Pokemon/Overworld/Shiny/675.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/675.png + +#begin Content/Pokemon/Overworld/Shiny/676_dandy.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/676_dandy.png + +#begin Content/Pokemon/Overworld/Shiny/676_deputante.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/676_deputante.png + +#begin Content/Pokemon/Overworld/Shiny/676_diamond.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/676_diamond.png + +#begin Content/Pokemon/Overworld/Shiny/676_heart.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/676_heart.png + +#begin Content/Pokemon/Overworld/Shiny/676_kabuki.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/676_kabuki.png + +#begin Content/Pokemon/Overworld/Shiny/676_la_reine.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/676_la_reine.png + +#begin Content/Pokemon/Overworld/Shiny/676_matron.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/676_matron.png + +#begin Content/Pokemon/Overworld/Shiny/676_natural.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/676_natural.png + +#begin Content/Pokemon/Overworld/Shiny/676_pharaoh.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/676_pharaoh.png + +#begin Content/Pokemon/Overworld/Shiny/676_star.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/676_star.png + +#begin Content/Pokemon/Overworld/Shiny/677.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/677.png + +#begin Content/Pokemon/Overworld/Shiny/678_female.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/678_female.png + +#begin Content/Pokemon/Overworld/Shiny/678_male.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/678_male.png + +#begin Content/Pokemon/Overworld/Shiny/679.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/679.PNG + +#begin Content/Pokemon/Overworld/Shiny/68.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/68.png + +#begin Content/Pokemon/Overworld/Shiny/680.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/680.PNG + +#begin Content/Pokemon/Overworld/Shiny/681.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/681.PNG + +#begin Content/Pokemon/Overworld/Shiny/681_blade.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/681_blade.PNG + +#begin Content/Pokemon/Overworld/Shiny/682.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/682.png + +#begin Content/Pokemon/Overworld/Shiny/683.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/683.png + +#begin Content/Pokemon/Overworld/Shiny/684.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/684.png + +#begin Content/Pokemon/Overworld/Shiny/685.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/685.png + +#begin Content/Pokemon/Overworld/Shiny/686.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/686.png + +#begin Content/Pokemon/Overworld/Shiny/687.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/687.png + +#begin Content/Pokemon/Overworld/Shiny/688.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/688.png + +#begin Content/Pokemon/Overworld/Shiny/689.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/689.png + +#begin Content/Pokemon/Overworld/Shiny/69.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/69.png + +#begin Content/Pokemon/Overworld/Shiny/690.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/690.png + +#begin Content/Pokemon/Overworld/Shiny/691.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/691.png + +#begin Content/Pokemon/Overworld/Shiny/692.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/692.png + +#begin Content/Pokemon/Overworld/Shiny/693.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/693.png + +#begin Content/Pokemon/Overworld/Shiny/694.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/694.png + +#begin Content/Pokemon/Overworld/Shiny/695.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/695.png + +#begin Content/Pokemon/Overworld/Shiny/696.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/696.PNG + +#begin Content/Pokemon/Overworld/Shiny/697.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/697.PNG + +#begin Content/Pokemon/Overworld/Shiny/698.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/698.PNG + +#begin Content/Pokemon/Overworld/Shiny/699.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/699.png + +#begin Content/Pokemon/Overworld/Shiny/6_mega_x.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/6_mega_x.png + +#begin Content/Pokemon/Overworld/Shiny/7.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/7.png + +#begin Content/Pokemon/Overworld/Shiny/70.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/70.png + +#begin Content/Pokemon/Overworld/Shiny/700.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/700.png + +#begin Content/Pokemon/Overworld/Shiny/701.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/701.png + +#begin Content/Pokemon/Overworld/Shiny/702.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/702.png + +#begin Content/Pokemon/Overworld/Shiny/703.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/703.PNG + +#begin Content/Pokemon/Overworld/Shiny/704.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/704.png + +#begin Content/Pokemon/Overworld/Shiny/705.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/705.png + +#begin Content/Pokemon/Overworld/Shiny/706.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/706.png + +#begin Content/Pokemon/Overworld/Shiny/707.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/707.png + +#begin Content/Pokemon/Overworld/Shiny/708.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/708.png + +#begin Content/Pokemon/Overworld/Shiny/709.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/709.png + +#begin Content/Pokemon/Overworld/Shiny/71.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/71.png + +#begin Content/Pokemon/Overworld/Shiny/710.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/710.png + +#begin Content/Pokemon/Overworld/Shiny/711.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/711.png + +#begin Content/Pokemon/Overworld/Shiny/712.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/712.png + +#begin Content/Pokemon/Overworld/Shiny/713.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/713.png + +#begin Content/Pokemon/Overworld/Shiny/714.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/714.PNG + +#begin Content/Pokemon/Overworld/Shiny/715.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/715.PNG + +#begin Content/Pokemon/Overworld/Shiny/716.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/716.png + +#begin Content/Pokemon/Overworld/Shiny/717.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/717.png + +#begin Content/Pokemon/Overworld/Shiny/718.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/718.png + +#begin Content/Pokemon/Overworld/Shiny/719.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/719.png + +#begin Content/Pokemon/Overworld/Shiny/72.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/72.png + +#begin Content/Pokemon/Overworld/Shiny/720_confined.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/720_confined.png + +#begin Content/Pokemon/Overworld/Shiny/720_unbound.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/720_unbound.png + +#begin Content/Pokemon/Overworld/Shiny/721.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/721.png + +#begin Content/Pokemon/Overworld/Shiny/73.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/73.png + +#begin Content/Pokemon/Overworld/Shiny/74.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/74.png + +#begin Content/Pokemon/Overworld/Shiny/75.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/75.png + +#begin Content/Pokemon/Overworld/Shiny/76.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/76.png + +#begin Content/Pokemon/Overworld/Shiny/77.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/77.png + +#begin Content/Pokemon/Overworld/Shiny/78.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/78.png + +#begin Content/Pokemon/Overworld/Shiny/79.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/79.png + +#begin Content/Pokemon/Overworld/Shiny/8.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/8.png + +#begin Content/Pokemon/Overworld/Shiny/80.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/80.png + +#begin Content/Pokemon/Overworld/Shiny/80_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/80_mega.png + +#begin Content/Pokemon/Overworld/Shiny/81.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/81.png + +#begin Content/Pokemon/Overworld/Shiny/82.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/82.png + +#begin Content/Pokemon/Overworld/Shiny/83.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/83.png + +#begin Content/Pokemon/Overworld/Shiny/84.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/84.png + +#begin Content/Pokemon/Overworld/Shiny/85.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/85.png + +#begin Content/Pokemon/Overworld/Shiny/86.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/86.png + +#begin Content/Pokemon/Overworld/Shiny/87.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/87.png + +#begin Content/Pokemon/Overworld/Shiny/88.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/88.png + +#begin Content/Pokemon/Overworld/Shiny/89.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/89.png + +#begin Content/Pokemon/Overworld/Shiny/9.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/9.png + +#begin Content/Pokemon/Overworld/Shiny/90.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/90.png + +#begin Content/Pokemon/Overworld/Shiny/91.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/91.png + +#begin Content/Pokemon/Overworld/Shiny/92.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/92.png + +#begin Content/Pokemon/Overworld/Shiny/93.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/93.png + +#begin Content/Pokemon/Overworld/Shiny/94.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/94.png + +#begin Content/Pokemon/Overworld/Shiny/95.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/95.png + +#begin Content/Pokemon/Overworld/Shiny/96.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/96.png + +#begin Content/Pokemon/Overworld/Shiny/97.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/97.png + +#begin Content/Pokemon/Overworld/Shiny/98.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/98.png + +#begin Content/Pokemon/Overworld/Shiny/99.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/99.png + +#begin Content/Pokemon/Sprites/Abomasnow.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/Abomasnow.png + +#begin Content/Pokemon/Sprites/Abomasnow_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/Abomasnow_mega.png + +#begin Content/Pokemon/Sprites/Abra.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/Abra.png + +#begin Content/Pokemon/Sprites/Absol.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/Absol.png + +#begin Content/Pokemon/Sprites/Absol_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/Absol_mega.png + +#begin Content/Pokemon/Sprites/Accelgor.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/Accelgor.png + +#begin Content/Pokemon/Sprites/aegislash.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/aegislash.png + +#begin Content/Pokemon/Sprites/Aegislash_blade.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/Aegislash_blade.png + +#begin Content/Pokemon/Sprites/Aerodactyl.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/Aerodactyl.png + +#begin Content/Pokemon/Sprites/Aerodactyl_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/Aerodactyl_mega.png + +#begin Content/Pokemon/Sprites/Aggron.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/Aggron.png + +#begin Content/Pokemon/Sprites/Aggron_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/Aggron_mega.png + +#begin Content/Pokemon/Sprites/Aipom.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/Aipom.png + +#begin Content/Pokemon/Sprites/Alakazam.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/Alakazam.png + +#begin Content/Pokemon/Sprites/Alakazam_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/Alakazam_mega.png + +#begin Content/Pokemon/Sprites/Alomomola.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/Alomomola.png + +#begin Content/Pokemon/Sprites/Altaria.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/Altaria.png + +#begin Content/Pokemon/Sprites/Altaria_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/Altaria_Mega.png + +#begin Content/Pokemon/Sprites/amaura.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/amaura.png + +#begin Content/Pokemon/Sprites/Ambipom.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/Ambipom.png + +#begin Content/Pokemon/Sprites/Amoonguss.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/Amoonguss.png + +#begin Content/Pokemon/Sprites/Ampharos.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/Ampharos.png + +#begin Content/Pokemon/Sprites/Ampharos_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/Ampharos_mega.png + +#begin Content/Pokemon/Sprites/Anorith.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/Anorith.png + +#begin Content/Pokemon/Sprites/Arbok.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/Arbok.png + +#begin Content/Pokemon/Sprites/Arcanine.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/Arcanine.png + +#begin Content/Pokemon/Sprites/Arceus.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/Arceus.png + +#begin Content/Pokemon/Sprites/Arceus_bug.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/Arceus_bug.png + +#begin Content/Pokemon/Sprites/Arceus_dark.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/Arceus_dark.png + +#begin Content/Pokemon/Sprites/Arceus_dragon.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/Arceus_dragon.png + +#begin Content/Pokemon/Sprites/Arceus_electric.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/Arceus_electric.png + +#begin Content/Pokemon/Sprites/Arceus_fairy.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/Arceus_fairy.png + +#begin Content/Pokemon/Sprites/Arceus_fighting.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/Arceus_fighting.png + +#begin Content/Pokemon/Sprites/Arceus_fire.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/Arceus_fire.png + +#begin Content/Pokemon/Sprites/Arceus_flying.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/Arceus_flying.png + +#begin Content/Pokemon/Sprites/Arceus_ghost.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/Arceus_ghost.png + +#begin Content/Pokemon/Sprites/Arceus_grass.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/Arceus_grass.png + +#begin Content/Pokemon/Sprites/Arceus_ground.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/Arceus_ground.png + +#begin Content/Pokemon/Sprites/Arceus_ice.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/Arceus_ice.png + +#begin Content/Pokemon/Sprites/Arceus_poison.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/Arceus_poison.png + +#begin Content/Pokemon/Sprites/Arceus_psychic.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/Arceus_psychic.png + +#begin Content/Pokemon/Sprites/Arceus_rock.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/Arceus_rock.png + +#begin Content/Pokemon/Sprites/Arceus_steel.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/Arceus_steel.png + +#begin Content/Pokemon/Sprites/Arceus_water.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/Arceus_water.png + +#begin Content/Pokemon/Sprites/Archen.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/Archen.png + +#begin Content/Pokemon/Sprites/Archeops.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/Archeops.png + +#begin Content/Pokemon/Sprites/Ariados.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/Ariados.png + +#begin Content/Pokemon/Sprites/Armaldo.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/Armaldo.png + +#begin Content/Pokemon/Sprites/aromatisse.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/aromatisse.png + +#begin Content/Pokemon/Sprites/Aron.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/Aron.png + +#begin Content/Pokemon/Sprites/Articuno.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/Articuno.png + +#begin Content/Pokemon/Sprites/Audino.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/Audino.png + +#begin Content/Pokemon/Sprites/Aurorus.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/Aurorus.png + +#begin Content/Pokemon/Sprites/avalugg.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/avalugg.png + +#begin Content/Pokemon/Sprites/Axew.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/Axew.png + +#begin Content/Pokemon/Sprites/Azelf.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/Azelf.png + +#begin Content/Pokemon/Sprites/Azumarill.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/Azumarill.png + +#begin Content/Pokemon/Sprites/Azurill.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/Azurill.png + +#begin Content/Pokemon/Sprites/Bagon.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/Bagon.png + +#begin Content/Pokemon/Sprites/Baltoy.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/Baltoy.png + +#begin Content/Pokemon/Sprites/Banette.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/Banette.png + +#begin Content/Pokemon/Sprites/Banette_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/Banette_mega.png + +#begin Content/Pokemon/Sprites/barbaracle.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/barbaracle.png + +#begin Content/Pokemon/Sprites/Barboach.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/Barboach.png + +#begin Content/Pokemon/Sprites/Basculin.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/Basculin.png + +#begin Content/Pokemon/Sprites/Basculin_blue.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/Basculin_blue.png + +#begin Content/Pokemon/Sprites/Bastiodon.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/Bastiodon.png + +#begin Content/Pokemon/Sprites/Bayleef.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/Bayleef.png + +#begin Content/Pokemon/Sprites/Beartic.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/Beartic.png + +#begin Content/Pokemon/Sprites/Beautifly.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/Beautifly.png + +#begin Content/Pokemon/Sprites/Beedrill.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/Beedrill.png + +#begin Content/Pokemon/Sprites/Beedrill_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/Beedrill_Mega.png + +#begin Content/Pokemon/Sprites/Beheeyem.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/Beheeyem.png + +#begin Content/Pokemon/Sprites/Beldum.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/Beldum.png + +#begin Content/Pokemon/Sprites/Bellossom.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/Bellossom.png + +#begin Content/Pokemon/Sprites/Bellsprout.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/Bellsprout.png + +#begin Content/Pokemon/Sprites/bergmite.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/bergmite.png + +#begin Content/Pokemon/Sprites/Bibarel.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/Bibarel.png + +#begin Content/Pokemon/Sprites/Bidoof.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/Bidoof.png + +#begin Content/Pokemon/Sprites/binacle.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/binacle.png + +#begin Content/Pokemon/Sprites/Bisharp.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/Bisharp.png + +#begin Content/Pokemon/Sprites/Blastoise.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/Blastoise.png + +#begin Content/Pokemon/Sprites/Blastoise_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/Blastoise_mega.png + +#begin Content/Pokemon/Sprites/Blaziken.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/Blaziken.png + +#begin Content/Pokemon/Sprites/Blaziken_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/Blaziken_mega.png + +#begin Content/Pokemon/Sprites/Blissey.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/Blissey.png + +#begin Content/Pokemon/Sprites/Blitzle.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/Blitzle.png + +#begin Content/Pokemon/Sprites/Boldore.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/Boldore.png + +#begin Content/Pokemon/Sprites/Bonsly.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/Bonsly.png + +#begin Content/Pokemon/Sprites/Bouffalant.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/Bouffalant.png + +#begin Content/Pokemon/Sprites/braixen.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/braixen.png + +#begin Content/Pokemon/Sprites/Braviary.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/Braviary.png + +#begin Content/Pokemon/Sprites/Breloom.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/Breloom.png + +#begin Content/Pokemon/Sprites/Bronzong.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/Bronzong.png + +#begin Content/Pokemon/Sprites/Bronzor.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/Bronzor.png + +#begin Content/Pokemon/Sprites/Budew.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/Budew.png + +#begin Content/Pokemon/Sprites/Buizel.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/Buizel.png + +#begin Content/Pokemon/Sprites/Bulbasaur.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/Bulbasaur.png + +#begin Content/Pokemon/Sprites/Buneary.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/Buneary.png + +#begin Content/Pokemon/Sprites/bunnelby.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/bunnelby.png + +#begin Content/Pokemon/Sprites/Burmy.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/Burmy.png + +#begin Content/Pokemon/Sprites/Burmy_sand.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/Burmy_sand.png + +#begin Content/Pokemon/Sprites/Burmy_trash.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/Burmy_trash.png + +#begin Content/Pokemon/Sprites/Butterfree.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/Butterfree.png + +#begin Content/Pokemon/Sprites/Cacnea.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/Cacnea.png + +#begin Content/Pokemon/Sprites/Cacturne.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/Cacturne.png + +#begin Content/Pokemon/Sprites/Camerupt.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/Camerupt.png + +#begin Content/Pokemon/Sprites/Camerupt_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/Camerupt_mega.png + +#begin Content/Pokemon/Sprites/Carbink.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/Carbink.png + +#begin Content/Pokemon/Sprites/Carnivine.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/Carnivine.png + +#begin Content/Pokemon/Sprites/Carracosta.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/Carracosta.png + +#begin Content/Pokemon/Sprites/Carvanha.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/Carvanha.png + +#begin Content/Pokemon/Sprites/Cascoon.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/Cascoon.png + +#begin Content/Pokemon/Sprites/Castform.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/Castform.png + +#begin Content/Pokemon/Sprites/Caterpie.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/Caterpie.png + +#begin Content/Pokemon/Sprites/Celebi.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/Celebi.png + +#begin Content/Pokemon/Sprites/Chandelure.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/Chandelure.png + +#begin Content/Pokemon/Sprites/Chansey.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/Chansey.png + +#begin Content/Pokemon/Sprites/Charizard.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/Charizard.png + +#begin Content/Pokemon/Sprites/Charizard_mega_x.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/Charizard_mega_x.png + +#begin Content/Pokemon/Sprites/Charizard_mega_y.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/Charizard_mega_y.png + +#begin Content/Pokemon/Sprites/Charmander.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/Charmander.png + +#begin Content/Pokemon/Sprites/Charmeleon.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/Charmeleon.png + +#begin Content/Pokemon/Sprites/Chatot.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/Chatot.png + +#begin Content/Pokemon/Sprites/Cherrim.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/Cherrim.png + +#begin Content/Pokemon/Sprites/Cherubi.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/Cherubi.png + +#begin Content/Pokemon/Sprites/chesnaught.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/chesnaught.png + +#begin Content/Pokemon/Sprites/chespin.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/chespin.png + +#begin Content/Pokemon/Sprites/Chikorita.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/Chikorita.png + +#begin Content/Pokemon/Sprites/Chimchar.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/Chimchar.png + +#begin Content/Pokemon/Sprites/Chimecho.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/Chimecho.png + +#begin Content/Pokemon/Sprites/Chinchou.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/Chinchou.png + +#begin Content/Pokemon/Sprites/Chingling.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/Chingling.png + +#begin Content/Pokemon/Sprites/Cinccino.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/Cinccino.png + +#begin Content/Pokemon/Sprites/Clamperl.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/Clamperl.png + +#begin Content/Pokemon/Sprites/Clauncher.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/Clauncher.png + +#begin Content/Pokemon/Sprites/Clawitzer.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/Clawitzer.png + +#begin Content/Pokemon/Sprites/Claydol.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/Claydol.png + +#begin Content/Pokemon/Sprites/Clefable.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/Clefable.png + +#begin Content/Pokemon/Sprites/Clefairy.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/Clefairy.png + +#begin Content/Pokemon/Sprites/Cleffa.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/Cleffa.png + +#begin Content/Pokemon/Sprites/Cloyster.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/Cloyster.png + +#begin Content/Pokemon/Sprites/Cobalion.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/Cobalion.png + +#begin Content/Pokemon/Sprites/Cofagrigus.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/Cofagrigus.png + +#begin Content/Pokemon/Sprites/Combee.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/Combee.png + +#begin Content/Pokemon/Sprites/Combusken.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/Combusken.png + +#begin Content/Pokemon/Sprites/Conkeldurr.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/Conkeldurr.png + +#begin Content/Pokemon/Sprites/Corphish.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/Corphish.png + +#begin Content/Pokemon/Sprites/Corsola.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/Corsola.png + +#begin Content/Pokemon/Sprites/Cottonee.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/Cottonee.png + +#begin Content/Pokemon/Sprites/Cradily.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/Cradily.png + +#begin Content/Pokemon/Sprites/Cranidos.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/Cranidos.png + +#begin Content/Pokemon/Sprites/Crawdaunt.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/Crawdaunt.png + +#begin Content/Pokemon/Sprites/Cresselia.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/Cresselia.png + +#begin Content/Pokemon/Sprites/Croagunk.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/Croagunk.png + +#begin Content/Pokemon/Sprites/Crobat.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/Crobat.png + +#begin Content/Pokemon/Sprites/Croconaw.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/Croconaw.png + +#begin Content/Pokemon/Sprites/Crustle.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/Crustle.png + +#begin Content/Pokemon/Sprites/Cryogonal.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/Cryogonal.png + +#begin Content/Pokemon/Sprites/Cubchoo.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/Cubchoo.png + +#begin Content/Pokemon/Sprites/Cubone.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/Cubone.png + +#begin Content/Pokemon/Sprites/Cyndaquil.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/Cyndaquil.png + +#begin Content/Pokemon/Sprites/Darkrai.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/Darkrai.png + +#begin Content/Pokemon/Sprites/Darmanitan.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/Darmanitan.png + +#begin Content/Pokemon/Sprites/Darmanitan_zen.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/Darmanitan_zen.png + +#begin Content/Pokemon/Sprites/Darumaka.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/Darumaka.png + +#begin Content/Pokemon/Sprites/dedenne.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/dedenne.png + +#begin Content/Pokemon/Sprites/Deerling_fa.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/Deerling_fa.png + +#begin Content/Pokemon/Sprites/Deerling_sp.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/Deerling_sp.png + +#begin Content/Pokemon/Sprites/Deerling_su.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/Deerling_su.png + +#begin Content/Pokemon/Sprites/Deerling_wi.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/Deerling_wi.png + +#begin Content/Pokemon/Sprites/Deino.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/Deino.png + +#begin Content/Pokemon/Sprites/Delcatty.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/Delcatty.png + +#begin Content/Pokemon/Sprites/Delibird.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/Delibird.png + +#begin Content/Pokemon/Sprites/delphox.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/delphox.png + +#begin Content/Pokemon/Sprites/Deoxys.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/Deoxys.png + +#begin Content/Pokemon/Sprites/Deoxys_attack.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/Deoxys_attack.png + +#begin Content/Pokemon/Sprites/Deoxys_defense.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/Deoxys_defense.png + +#begin Content/Pokemon/Sprites/Deoxys_speed.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/Deoxys_speed.png + +#begin Content/Pokemon/Sprites/Dewgong.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/Dewgong.png + +#begin Content/Pokemon/Sprites/Dewott.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/Dewott.png + +#begin Content/Pokemon/Sprites/Dialga.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/Dialga.png + +#begin Content/Pokemon/Sprites/Dialga_primal.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/Dialga_primal.png + +#begin Content/Pokemon/Sprites/diancie.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/diancie.png + +#begin Content/Pokemon/Sprites/diggersby.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/diggersby.png + +#begin Content/Pokemon/Sprites/Diglett.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/Diglett.png + +#begin Content/Pokemon/Sprites/Ditto.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/Ditto.png + +#begin Content/Pokemon/Sprites/Dodrio.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/Dodrio.png + +#begin Content/Pokemon/Sprites/Doduo.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/Doduo.png + +#begin Content/Pokemon/Sprites/Donphan.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/Donphan.png + +#begin Content/Pokemon/Sprites/Doublade.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/Doublade.png + +#begin Content/Pokemon/Sprites/Dragalge.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/Dragalge.png + +#begin Content/Pokemon/Sprites/Dragonair.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/Dragonair.png + +#begin Content/Pokemon/Sprites/Dragonite.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/Dragonite.png + +#begin Content/Pokemon/Sprites/Drapion.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/Drapion.png + +#begin Content/Pokemon/Sprites/Dratini.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/Dratini.png + +#begin Content/Pokemon/Sprites/Drifblim.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/Drifblim.png + +#begin Content/Pokemon/Sprites/Drifloon.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/Drifloon.png + +#begin Content/Pokemon/Sprites/Drilbur.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/Drilbur.png + +#begin Content/Pokemon/Sprites/Drowzee.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/Drowzee.png + +#begin Content/Pokemon/Sprites/Druddigon.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/Druddigon.png + +#begin Content/Pokemon/Sprites/Ducklett.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/Ducklett.png + +#begin Content/Pokemon/Sprites/Dugtrio.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/Dugtrio.png + +#begin Content/Pokemon/Sprites/Dunsparce.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/Dunsparce.png + +#begin Content/Pokemon/Sprites/Duosion.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/Duosion.png + +#begin Content/Pokemon/Sprites/Durant.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/Durant.png + +#begin Content/Pokemon/Sprites/Dusclops.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/Dusclops.png + +#begin Content/Pokemon/Sprites/Dusknoir.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/Dusknoir.png + +#begin Content/Pokemon/Sprites/Duskull.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/Duskull.png + +#begin Content/Pokemon/Sprites/Dustox.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/Dustox.png + +#begin Content/Pokemon/Sprites/Dwebble.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/Dwebble.png + +#begin Content/Pokemon/Sprites/Eelektrik.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/Eelektrik.png + +#begin Content/Pokemon/Sprites/Eelektross.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/Eelektross.png + +#begin Content/Pokemon/Sprites/Eevee.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/Eevee.png + +#begin Content/Pokemon/Sprites/Ekans.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/Ekans.png + +#begin Content/Pokemon/Sprites/Electabuzz.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/Electabuzz.png + +#begin Content/Pokemon/Sprites/Electivire.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/Electivire.png + +#begin Content/Pokemon/Sprites/Electrike.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/Electrike.png + +#begin Content/Pokemon/Sprites/Electrode.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/Electrode.png + +#begin Content/Pokemon/Sprites/Elekid.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/Elekid.png + +#begin Content/Pokemon/Sprites/Elgyem.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/Elgyem.png + +#begin Content/Pokemon/Sprites/Emboar.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/Emboar.png + +#begin Content/Pokemon/Sprites/Emolga.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/Emolga.png + +#begin Content/Pokemon/Sprites/Empoleon.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/Empoleon.png + +#begin Content/Pokemon/Sprites/Entei.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/Entei.png + +#begin Content/Pokemon/Sprites/Escavalier.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/Escavalier.png + +#begin Content/Pokemon/Sprites/Espeon.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/Espeon.png + +#begin Content/Pokemon/Sprites/espurr.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/espurr.png + +#begin Content/Pokemon/Sprites/Excadrill.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/Excadrill.png + +#begin Content/Pokemon/Sprites/Exeggcute.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/Exeggcute.png + +#begin Content/Pokemon/Sprites/Exeggutor.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/Exeggutor.png + +#begin Content/Pokemon/Sprites/Exploud.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/Exploud.png + +#begin Content/Pokemon/Sprites/Farfetch'd.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/Farfetch'd.png + +#begin Content/Pokemon/Sprites/Fearow.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/Fearow.png + +#begin Content/Pokemon/Sprites/Feebas.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/Feebas.png + +#begin Content/Pokemon/Sprites/fennekin.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/fennekin.png + +#begin Content/Pokemon/Sprites/Feraligatr.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/Feraligatr.png + +#begin Content/Pokemon/Sprites/Ferroseed.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/Ferroseed.png + +#begin Content/Pokemon/Sprites/Ferrothorn.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/Ferrothorn.png + +#begin Content/Pokemon/Sprites/Finneon.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/Finneon.png + +#begin Content/Pokemon/Sprites/Flaaffy.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/Flaaffy.png + +#begin Content/Pokemon/Sprites/flabebe.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/flabebe.png + +#begin Content/Pokemon/Sprites/Flareon.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/Flareon.png + +#begin Content/Pokemon/Sprites/Fletchinder.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/Fletchinder.png + +#begin Content/Pokemon/Sprites/Fletchling.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/Fletchling.png + +#begin Content/Pokemon/Sprites/Floatzel.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/Floatzel.png + +#begin Content/Pokemon/Sprites/floette.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/floette.png + +#begin Content/Pokemon/Sprites/florges.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/florges.png + +#begin Content/Pokemon/Sprites/Flygon.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/Flygon.png + +#begin Content/Pokemon/Sprites/Foongus.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/Foongus.png + +#begin Content/Pokemon/Sprites/Forretress.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/Forretress.png + +#begin Content/Pokemon/Sprites/Fraxure.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/Fraxure.png + +#begin Content/Pokemon/Sprites/Frillish_f.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/Frillish_f.png + +#begin Content/Pokemon/Sprites/Frillish_m.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/Frillish_m.png + +#begin Content/Pokemon/Sprites/froakie.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/froakie.png + +#begin Content/Pokemon/Sprites/frogadier.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/frogadier.png + +#begin Content/Pokemon/Sprites/Froslass.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/Froslass.png + +#begin Content/Pokemon/Sprites/furfrou.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/furfrou.png + +#begin Content/Pokemon/Sprites/Furret.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/Furret.png + +#begin Content/Pokemon/Sprites/Gabite.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/Gabite.png + +#begin Content/Pokemon/Sprites/Gallade.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/Gallade.png + +#begin Content/Pokemon/Sprites/Galvantula.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/Galvantula.png + +#begin Content/Pokemon/Sprites/Garbodor.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/Garbodor.png + +#begin Content/Pokemon/Sprites/Garchomp.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/Garchomp.png + +#begin Content/Pokemon/Sprites/Garchomp_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/Garchomp_mega.png + +#begin Content/Pokemon/Sprites/Gardevoir.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/Gardevoir.png + +#begin Content/Pokemon/Sprites/Gardevoir_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/Gardevoir_mega.png + +#begin Content/Pokemon/Sprites/Gastly.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/Gastly.png + +#begin Content/Pokemon/Sprites/Gastrodone.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/Gastrodone.png + +#begin Content/Pokemon/Sprites/Gastrodonw.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/Gastrodonw.png + +#begin Content/Pokemon/Sprites/Genesect.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/Genesect.png + +#begin Content/Pokemon/Sprites/Genesect_burn.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/Genesect_burn.png + +#begin Content/Pokemon/Sprites/Genesect_chill.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/Genesect_chill.png + +#begin Content/Pokemon/Sprites/Genesect_douse.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/Genesect_douse.png + +#begin Content/Pokemon/Sprites/genesect_shock.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/genesect_shock.png + +#begin Content/Pokemon/Sprites/Gengar.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/Gengar.png + +#begin Content/Pokemon/Sprites/Gengar_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/Gengar_mega.png + +#begin Content/Pokemon/Sprites/Geodude.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/Geodude.png + +#begin Content/Pokemon/Sprites/Gible.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/Gible.png + +#begin Content/Pokemon/Sprites/Gigalith.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/Gigalith.png + +#begin Content/Pokemon/Sprites/Girafarig.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/Girafarig.png + +#begin Content/Pokemon/Sprites/Girantina_origin.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/Girantina_origin.png + +#begin Content/Pokemon/Sprites/Giratina.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/Giratina.png + +#begin Content/Pokemon/Sprites/Glaceon.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/Glaceon.png + +#begin Content/Pokemon/Sprites/Glalie.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.png + +#begin Content/Pokemon/Sprites/Glameow.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/Glameow.png + +#begin Content/Pokemon/Sprites/Gligar.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/Gligar.png + +#begin Content/Pokemon/Sprites/Gliscor.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/Gliscor.png + +#begin Content/Pokemon/Sprites/Gloom.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/Gloom.png + +#begin Content/Pokemon/Sprites/gogoat.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/gogoat.png + +#begin Content/Pokemon/Sprites/Golbat.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/Golbat.png + +#begin Content/Pokemon/Sprites/Goldeen.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/Goldeen.png + +#begin Content/Pokemon/Sprites/Golduck.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/Golduck.png + +#begin Content/Pokemon/Sprites/Golem.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/Golem.png + +#begin Content/Pokemon/Sprites/Golett.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/Golett.png + +#begin Content/Pokemon/Sprites/Golurk.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/Golurk.png + +#begin Content/Pokemon/Sprites/Goodra.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/Goodra.png + +#begin Content/Pokemon/Sprites/Goomy.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/Goomy.png + +#begin Content/Pokemon/Sprites/Gorebyss.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/Gorebyss.png + +#begin Content/Pokemon/Sprites/Gothita.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/Gothita.png + +#begin Content/Pokemon/Sprites/Gothitelle.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/Gothitelle.png + +#begin Content/Pokemon/Sprites/Gothorita.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/Gothorita.png + +#begin Content/Pokemon/Sprites/gourgeist-large.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/gourgeist-large.png + +#begin Content/Pokemon/Sprites/gourgeist-small.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/gourgeist-small.png + +#begin Content/Pokemon/Sprites/gourgeist-super.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/gourgeist-super.png + +#begin Content/Pokemon/Sprites/gourgeist.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/gourgeist.png + +#begin Content/Pokemon/Sprites/Granbull.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/Granbull.png + +#begin Content/Pokemon/Sprites/Graveler.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/Graveler.png + +#begin Content/Pokemon/Sprites/greninja.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/greninja.png + +#begin Content/Pokemon/Sprites/Grimer.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/Grimer.png + +#begin Content/Pokemon/Sprites/Grotle.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/Grotle.png + +#begin Content/Pokemon/Sprites/Groudon.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/Groudon.png + +#begin Content/Pokemon/Sprites/Grovyle.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/Grovyle.png + +#begin Content/Pokemon/Sprites/Growlithe.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/Growlithe.png + +#begin Content/Pokemon/Sprites/Grumpig.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/Grumpig.png + +#begin Content/Pokemon/Sprites/Gulpin.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/Gulpin.png + +#begin Content/Pokemon/Sprites/Gurdurr.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/Gurdurr.png + +#begin Content/Pokemon/Sprites/Gyarados.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/Gyarados.png + +#begin Content/Pokemon/Sprites/Gyarados_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/Gyarados_mega.png + +#begin Content/Pokemon/Sprites/Happiny.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/Happiny.png + +#begin Content/Pokemon/Sprites/Hariyama.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/Hariyama.png + +#begin Content/Pokemon/Sprites/Haunter.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/Haunter.png + +#begin Content/Pokemon/Sprites/hawlucha.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/hawlucha.png + +#begin Content/Pokemon/Sprites/Haxorus.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/Haxorus.png + +#begin Content/Pokemon/Sprites/Heatran.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/Heatran.png + +#begin Content/Pokemon/Sprites/heliolisk.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/heliolisk.png + +#begin Content/Pokemon/Sprites/helioptile.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/helioptile.png + +#begin Content/Pokemon/Sprites/Heracross.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/Heracross.png + +#begin Content/Pokemon/Sprites/Heracross_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/Heracross_mega.png + +#begin Content/Pokemon/Sprites/Herdier.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/Herdier.png + +#begin Content/Pokemon/Sprites/Hippopotas.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/Hippopotas.png + +#begin Content/Pokemon/Sprites/Hippowdon.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/Hippowdon.png + +#begin Content/Pokemon/Sprites/Hitmonchan.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/Hitmonchan.png + +#begin Content/Pokemon/Sprites/Hitmonlee.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/Hitmonlee.png + +#begin Content/Pokemon/Sprites/Hitmontop.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/Hitmontop.png + +#begin Content/Pokemon/Sprites/Ho-Oh.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/Ho-Oh.png + +#begin Content/Pokemon/Sprites/Honchkrow.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/Honchkrow.png + +#begin Content/Pokemon/Sprites/Honedge.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/Honedge.png + +#begin Content/Pokemon/Sprites/hoopa.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/hoopa.png + +#begin Content/Pokemon/Sprites/Hoothoot.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/Hoothoot.png + +#begin Content/Pokemon/Sprites/Hoppip.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/Hoppip.png + +#begin Content/Pokemon/Sprites/Horsea.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/Horsea.png + +#begin Content/Pokemon/Sprites/Houndoom.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/Houndoom.png + +#begin Content/Pokemon/Sprites/Houndoom_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/Houndoom_mega.png + +#begin Content/Pokemon/Sprites/Houndour.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/Houndour.png + +#begin Content/Pokemon/Sprites/Huntail.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/Huntail.png + +#begin Content/Pokemon/Sprites/Hydreigon.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/Hydreigon.png + +#begin Content/Pokemon/Sprites/Hypno.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/Hypno.png + +#begin Content/Pokemon/Sprites/Igglybuff.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/Igglybuff.png + +#begin Content/Pokemon/Sprites/Illumise.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/Illumise.png + +#begin Content/Pokemon/Sprites/Infernape.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/Infernape.png + +#begin Content/Pokemon/Sprites/inkay.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/inkay.png + +#begin Content/Pokemon/Sprites/Ivysaur.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/Ivysaur.png + +#begin Content/Pokemon/Sprites/Jellicent_f.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/Jellicent_f.png + +#begin Content/Pokemon/Sprites/Jellicent_m.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/Jellicent_m.png + +#begin Content/Pokemon/Sprites/Jigglypuff.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/Jigglypuff.png + +#begin Content/Pokemon/Sprites/Jirachi.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/Jirachi.png + +#begin Content/Pokemon/Sprites/Jolteon.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/Jolteon.png + +#begin Content/Pokemon/Sprites/Joltik.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/Joltik.png + +#begin Content/Pokemon/Sprites/Jumpluff.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/Jumpluff.png + +#begin Content/Pokemon/Sprites/Jynx.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/Jynx.png + +#begin Content/Pokemon/Sprites/Kabuto.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/Kabuto.png + +#begin Content/Pokemon/Sprites/Kabutops.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/Kabutops.png + +#begin Content/Pokemon/Sprites/Kadabra.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/Kadabra.png + +#begin Content/Pokemon/Sprites/Kakuna.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/Kakuna.png + +#begin Content/Pokemon/Sprites/Kangaskhan.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/Kangaskhan.png + +#begin Content/Pokemon/Sprites/Kangaskhan_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/Kangaskhan_mega.png + +#begin Content/Pokemon/Sprites/Karrablast.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/Karrablast.png + +#begin Content/Pokemon/Sprites/Kecleon.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/Kecleon.png + +#begin Content/Pokemon/Sprites/Keldeo.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/Keldeo.png + +#begin Content/Pokemon/Sprites/Keldeo_resolute.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/Keldeo_resolute.png + +#begin Content/Pokemon/Sprites/Kingdra.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/Kingdra.png + +#begin Content/Pokemon/Sprites/Kingler.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/Kingler.png + +#begin Content/Pokemon/Sprites/Kirlia.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/Kirlia.png + +#begin Content/Pokemon/Sprites/Klang.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/Klang.png + +#begin Content/Pokemon/Sprites/Klefki.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/Klefki.png + +#begin Content/Pokemon/Sprites/Klink.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/Klink.png + +#begin Content/Pokemon/Sprites/Klinklang.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/Klinklang.png + +#begin Content/Pokemon/Sprites/Koffing.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/Koffing.png + +#begin Content/Pokemon/Sprites/Krabby.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/Krabby.png + +#begin Content/Pokemon/Sprites/Kricketot.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/Kricketot.png + +#begin Content/Pokemon/Sprites/Kricketune.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/Kricketune.png + +#begin Content/Pokemon/Sprites/Krokorok.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/Krokorok.png + +#begin Content/Pokemon/Sprites/Krookodile.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/Krookodile.png + +#begin Content/Pokemon/Sprites/Kyogre.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/Kyogre.png + +#begin Content/Pokemon/Sprites/Kyurem.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/Kyurem.png + +#begin Content/Pokemon/Sprites/Kyurem_black.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/Kyurem_black.png + +#begin Content/Pokemon/Sprites/Kyurem_white.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/Kyurem_white.png + +#begin Content/Pokemon/Sprites/Lairon.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/Lairon.png + +#begin Content/Pokemon/Sprites/Lampent.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/Lampent.png + +#begin Content/Pokemon/Sprites/Landorus.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/Landorus.png + +#begin Content/Pokemon/Sprites/Landorus_therian.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/Landorus_therian.png + +#begin Content/Pokemon/Sprites/Lanturn.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/Lanturn.png + +#begin Content/Pokemon/Sprites/Lapras.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/Lapras.png + +#begin Content/Pokemon/Sprites/Larvesta.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/Larvesta.png + +#begin Content/Pokemon/Sprites/Larvitar.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/Larvitar.png + +#begin Content/Pokemon/Sprites/Latias.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/Latias.png + +#begin Content/Pokemon/Sprites/Latias_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/Latias_mega.png + +#begin Content/Pokemon/Sprites/Latios.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/Latios.png + +#begin Content/Pokemon/Sprites/Latios_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/Latios_mega.png + +#begin Content/Pokemon/Sprites/Leafeon.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/Leafeon.png + +#begin Content/Pokemon/Sprites/Leavanny.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/Leavanny.png + +#begin Content/Pokemon/Sprites/Ledian.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/Ledian.png + +#begin Content/Pokemon/Sprites/Ledyba.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/Ledyba.png + +#begin Content/Pokemon/Sprites/Lickilicky.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/Lickilicky.png + +#begin Content/Pokemon/Sprites/Lickitung.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/Lickitung.png + +#begin Content/Pokemon/Sprites/Liepard.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/Liepard.png + +#begin Content/Pokemon/Sprites/Lileep.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/Lileep.png + +#begin Content/Pokemon/Sprites/Lilligant.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/Lilligant.png + +#begin Content/Pokemon/Sprites/Lillipup.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/Lillipup.png + +#begin Content/Pokemon/Sprites/Linoone.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/Linoone.png + +#begin Content/Pokemon/Sprites/Litleo.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/Litleo.png + +#begin Content/Pokemon/Sprites/Litwick.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/Litwick.png + +#begin Content/Pokemon/Sprites/Lombre.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/Lombre.png + +#begin Content/Pokemon/Sprites/Lopunny.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/Lopunny.png + +#begin Content/Pokemon/Sprites/Lotad.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/Lotad.png + +#begin Content/Pokemon/Sprites/Loudred.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/Loudred.png + +#begin Content/Pokemon/Sprites/Lucario.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/Lucario.png + +#begin Content/Pokemon/Sprites/Lucario_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/Lucario_mega.png + +#begin Content/Pokemon/Sprites/Ludicolo.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/Ludicolo.png + +#begin Content/Pokemon/Sprites/Lugia.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/Lugia.png + +#begin Content/Pokemon/Sprites/Lumineon.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/Lumineon.png + +#begin Content/Pokemon/Sprites/Lunatone.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/Lunatone.png + +#begin Content/Pokemon/Sprites/Luvdisc.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/Luvdisc.png + +#begin Content/Pokemon/Sprites/Luxio.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/Luxio.png + +#begin Content/Pokemon/Sprites/Luxray.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/Luxray.png + +#begin Content/Pokemon/Sprites/Machamp.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/Machamp.png + +#begin Content/Pokemon/Sprites/Machoke.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/Machoke.png + +#begin Content/Pokemon/Sprites/Machop.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/Machop.png + +#begin Content/Pokemon/Sprites/Magby.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/Magby.png + +#begin Content/Pokemon/Sprites/Magcargo.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/Magcargo.png + +#begin Content/Pokemon/Sprites/Magikarp.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/Magikarp.png + +#begin Content/Pokemon/Sprites/Magmar.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/Magmar.png + +#begin Content/Pokemon/Sprites/Magmortar.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/Magmortar.png + +#begin Content/Pokemon/Sprites/Magnemite.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/Magnemite.png + +#begin Content/Pokemon/Sprites/Magneton.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/Magneton.png + +#begin Content/Pokemon/Sprites/Magnezone.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/Magnezone.png + +#begin Content/Pokemon/Sprites/Makuhita.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/Makuhita.png + +#begin Content/Pokemon/Sprites/malamar.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/malamar.png + +#begin Content/Pokemon/Sprites/Mamoswine.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/Mamoswine.png + +#begin Content/Pokemon/Sprites/Manaphy.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/Manaphy.png + +#begin Content/Pokemon/Sprites/Mandibuzz.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/Mandibuzz.png + +#begin Content/Pokemon/Sprites/Manectric.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/Manectric.png + +#begin Content/Pokemon/Sprites/Manectric_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/Manectric_mega.png + +#begin Content/Pokemon/Sprites/Mankey.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/Mankey.png + +#begin Content/Pokemon/Sprites/Mantine.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/Mantine.png + +#begin Content/Pokemon/Sprites/Mantyke.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/Mantyke.png + +#begin Content/Pokemon/Sprites/Maractus.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/Maractus.png + +#begin Content/Pokemon/Sprites/Mareep.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/Mareep.png + +#begin Content/Pokemon/Sprites/Marill.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/Marill.png + +#begin Content/Pokemon/Sprites/Marowak.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/Marowak.png + +#begin Content/Pokemon/Sprites/Marshtomp.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/Marshtomp.png + +#begin Content/Pokemon/Sprites/Masquerain.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/Masquerain.png + +#begin Content/Pokemon/Sprites/Mawile.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/Mawile.png + +#begin Content/Pokemon/Sprites/Mawile_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/Mawile_mega.png + +#begin Content/Pokemon/Sprites/Medicham.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/Medicham.png + +#begin Content/Pokemon/Sprites/Medicham_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/Medicham_mega.png + +#begin Content/Pokemon/Sprites/Meditite.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/Meditite.png + +#begin Content/Pokemon/Sprites/Meganium.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/Meganium.png + +#begin Content/Pokemon/Sprites/Meloetta.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/Meloetta.png + +#begin Content/Pokemon/Sprites/Meloetta_pirouette.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/Meloetta_pirouette.png + +#begin Content/Pokemon/Sprites/meowstic-f.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/meowstic-f.png + +#begin Content/Pokemon/Sprites/meowstic.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/meowstic.png + +#begin Content/Pokemon/Sprites/Meowth.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/Meowth.png + +#begin Content/Pokemon/Sprites/Mesprit.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/Mesprit.png + +#begin Content/Pokemon/Sprites/Metagross.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/Metagross.png + +#begin Content/Pokemon/Sprites/Metang.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/Metang.png + +#begin Content/Pokemon/Sprites/Metapod.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/Metapod.png + +#begin Content/Pokemon/Sprites/Mew.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/Mew.png + +#begin Content/Pokemon/Sprites/Mewtwo.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/Mewtwo.png + +#begin Content/Pokemon/Sprites/Mewtwo_mega_x.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/Mewtwo_mega_x.png + +#begin Content/Pokemon/Sprites/Mewtwo_mega_y.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/Mewtwo_mega_y.png + +#begin Content/Pokemon/Sprites/Mienfoo.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/Mienfoo.png + +#begin Content/Pokemon/Sprites/Mienshao.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/Mienshao.png + +#begin Content/Pokemon/Sprites/Mightyena.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/Mightyena.png + +#begin Content/Pokemon/Sprites/Milotic.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/Milotic.png + +#begin Content/Pokemon/Sprites/Miltank.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/Miltank.png + +#begin Content/Pokemon/Sprites/Mime Jr..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/Mime Jr..png + +#begin Content/Pokemon/Sprites/Minccino.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/Minccino.png + +#begin Content/Pokemon/Sprites/Minun.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/Minun.png + +#begin Content/Pokemon/Sprites/Misdreavus.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/Misdreavus.png + +#begin Content/Pokemon/Sprites/Mismagius.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/Mismagius.png + +#begin Content/Pokemon/Sprites/Moltres.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/Moltres.png + +#begin Content/Pokemon/Sprites/Monferno.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/Monferno.png + +#begin Content/Pokemon/Sprites/Mothim.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/Mothim.png + +#begin Content/Pokemon/Sprites/Mr. Mime.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/Mr. Mime.png + +#begin Content/Pokemon/Sprites/Mudkip.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/Mudkip.png + +#begin Content/Pokemon/Sprites/Muk.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/Muk.png + +#begin Content/Pokemon/Sprites/Munchlax.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/Munchlax.png + +#begin Content/Pokemon/Sprites/Munna.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/Munna.png + +#begin Content/Pokemon/Sprites/Murkrow.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/Murkrow.png + +#begin Content/Pokemon/Sprites/Musharna.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/Musharna.png + +#begin Content/Pokemon/Sprites/Natu.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/Natu.png + +#begin Content/Pokemon/Sprites/Nidoking.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/Nidoking.png + +#begin Content/Pokemon/Sprites/Nidoqueen.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/Nidoqueen.png + +#begin Content/Pokemon/Sprites/Nidoran_f.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/Nidoran_f.png + +#begin Content/Pokemon/Sprites/Nidoran_m.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/Nidoran_m.png + +#begin Content/Pokemon/Sprites/Nidorina.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/Nidorina.png + +#begin Content/Pokemon/Sprites/Nidorino.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/Nidorino.png + +#begin Content/Pokemon/Sprites/Nincada.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/Nincada.png + +#begin Content/Pokemon/Sprites/Ninetales.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/Ninetales.png + +#begin Content/Pokemon/Sprites/Ninjask.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/Ninjask.png + +#begin Content/Pokemon/Sprites/Noctowl.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/Noctowl.png + +#begin Content/Pokemon/Sprites/Noibat.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/Noibat.png + +#begin Content/Pokemon/Sprites/Noivern.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/Noivern.png + +#begin Content/Pokemon/Sprites/Nosepass.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/Nosepass.png + +#begin Content/Pokemon/Sprites/Numel.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/Numel.png + +#begin Content/Pokemon/Sprites/Nuzleaf.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/Nuzleaf.png + +#begin Content/Pokemon/Sprites/Octillery.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/Octillery.png + +#begin Content/Pokemon/Sprites/Oddish.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/Oddish.png + +#begin Content/Pokemon/Sprites/Omanyte.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/Omanyte.png + +#begin Content/Pokemon/Sprites/Omastar.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/Omastar.png + +#begin Content/Pokemon/Sprites/Onix.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/Onix.png + +#begin Content/Pokemon/Sprites/Oshawott.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/Oshawott.png + +#begin Content/Pokemon/Sprites/Pachirisu.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/Pachirisu.png + +#begin Content/Pokemon/Sprites/Palkia.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/Palkia.png + +#begin Content/Pokemon/Sprites/Palpitoad.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/Palpitoad.png + +#begin Content/Pokemon/Sprites/Pancham.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/Pancham.png + +#begin Content/Pokemon/Sprites/Pangoro.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/Pangoro.png + +#begin Content/Pokemon/Sprites/Panpour.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/Panpour.png + +#begin Content/Pokemon/Sprites/Pansage.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/Pansage.png + +#begin Content/Pokemon/Sprites/Pansear.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/Pansear.png + +#begin Content/Pokemon/Sprites/Paras.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/Paras.png + +#begin Content/Pokemon/Sprites/Parasect.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/Parasect.png + +#begin Content/Pokemon/Sprites/Patrat.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/Patrat.png + +#begin Content/Pokemon/Sprites/Pawniard.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/Pawniard.png + +#begin Content/Pokemon/Sprites/Pelipper.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/Pelipper.png + +#begin Content/Pokemon/Sprites/Persian.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/Persian.png + +#begin Content/Pokemon/Sprites/Petilil.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/Petilil.png + +#begin Content/Pokemon/Sprites/Phanpy.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/Phanpy.png + +#begin Content/Pokemon/Sprites/Phantump.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/Phantump.png + +#begin Content/Pokemon/Sprites/Phione.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/Phione.png + +#begin Content/Pokemon/Sprites/Pichu.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/Pichu.png + +#begin Content/Pokemon/Sprites/Pichu_spiky-eared.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/Pichu_spiky-eared.png + +#begin Content/Pokemon/Sprites/Pidgeot.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/Pidgeot.png + +#begin Content/Pokemon/Sprites/Pidgeotto.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/Pidgeotto.png + +#begin Content/Pokemon/Sprites/Pidgeot_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/Pidgeot_mega.png + +#begin Content/Pokemon/Sprites/Pidgey.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/Pidgey.png + +#begin Content/Pokemon/Sprites/Pidove.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/Pidove.png + +#begin Content/Pokemon/Sprites/Pignite.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/Pignite.png + +#begin Content/Pokemon/Sprites/Pikachu.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/Pikachu.png + +#begin Content/Pokemon/Sprites/Piloswine.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/Piloswine.png + +#begin Content/Pokemon/Sprites/Pineco.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/Pineco.png + +#begin Content/Pokemon/Sprites/Pinsir.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/Pinsir.png + +#begin Content/Pokemon/Sprites/Pinsir_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/Pinsir_mega.png + +#begin Content/Pokemon/Sprites/Piplup.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/Piplup.png + +#begin Content/Pokemon/Sprites/Plusle.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/Plusle.png + +#begin Content/Pokemon/Sprites/Politoed.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/Politoed.png + +#begin Content/Pokemon/Sprites/Poliwag.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/Poliwag.png + +#begin Content/Pokemon/Sprites/Poliwhirl.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/Poliwhirl.png + +#begin Content/Pokemon/Sprites/Poliwrath.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/Poliwrath.png + +#begin Content/Pokemon/Sprites/Ponyta.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/Ponyta.png + +#begin Content/Pokemon/Sprites/Poochyena.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/Poochyena.png + +#begin Content/Pokemon/Sprites/Porygon-Z.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/Porygon-Z.png + +#begin Content/Pokemon/Sprites/Porygon.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/Porygon.png + +#begin Content/Pokemon/Sprites/Porygon2.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/Porygon2.png + +#begin Content/Pokemon/Sprites/Primeape.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/Primeape.png + +#begin Content/Pokemon/Sprites/Prinplup.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/Prinplup.png + +#begin Content/Pokemon/Sprites/Probopass.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/Probopass.png + +#begin Content/Pokemon/Sprites/Psyduck.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/Psyduck.png + +#begin Content/Pokemon/Sprites/pumpkaboo.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/pumpkaboo.png + +#begin Content/Pokemon/Sprites/pumpkaboo_large.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/pumpkaboo_large.png + +#begin Content/Pokemon/Sprites/pumpkaboo_small.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/pumpkaboo_small.png + +#begin Content/Pokemon/Sprites/pumpkaboo_super.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/pumpkaboo_super.png + +#begin Content/Pokemon/Sprites/Pupitar.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/Pupitar.png + +#begin Content/Pokemon/Sprites/Purrloin.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/Purrloin.png + +#begin Content/Pokemon/Sprites/Purugly.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/Purugly.png + +#begin Content/Pokemon/Sprites/Pyroar_female.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/Pyroar_female.png + +#begin Content/Pokemon/Sprites/Pyroar_male.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/Pyroar_male.png + +#begin Content/Pokemon/Sprites/Quagsire.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/Quagsire.png + +#begin Content/Pokemon/Sprites/Quilava.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/Quilava.png + +#begin Content/Pokemon/Sprites/quilladin.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/quilladin.png + +#begin Content/Pokemon/Sprites/Qwilfish.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/Qwilfish.png + +#begin Content/Pokemon/Sprites/Raichu.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/Raichu.png + +#begin Content/Pokemon/Sprites/Raikou.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/Raikou.png + +#begin Content/Pokemon/Sprites/Ralts.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/Ralts.png + +#begin Content/Pokemon/Sprites/Rampardos.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/Rampardos.png + +#begin Content/Pokemon/Sprites/Rapidash.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/Rapidash.png + +#begin Content/Pokemon/Sprites/Raticate.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/Raticate.png + +#begin Content/Pokemon/Sprites/Rattata.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/Rattata.png + +#begin Content/Pokemon/Sprites/Rayquaza.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.png + +#begin Content/Pokemon/Sprites/Regice.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/Regice.png + +#begin Content/Pokemon/Sprites/Regigigas.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/Regigigas.png + +#begin Content/Pokemon/Sprites/Regirock.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/Regirock.png + +#begin Content/Pokemon/Sprites/Registeel.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/Registeel.png + +#begin Content/Pokemon/Sprites/Relicanth.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/Relicanth.png + +#begin Content/Pokemon/Sprites/Remoraid.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/Remoraid.png + +#begin Content/Pokemon/Sprites/Reshiram.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/Reshiram.png + +#begin Content/Pokemon/Sprites/Reuniclus.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/Reuniclus.png + +#begin Content/Pokemon/Sprites/Rhydon.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/Rhydon.png + +#begin Content/Pokemon/Sprites/Rhyhorn.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/Rhyhorn.png + +#begin Content/Pokemon/Sprites/Rhyperior.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/Rhyperior.png + +#begin Content/Pokemon/Sprites/Riolu.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/Riolu.png + +#begin Content/Pokemon/Sprites/Roggenrola.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/Roggenrola.png + +#begin Content/Pokemon/Sprites/Roselia.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/Roselia.png + +#begin Content/Pokemon/Sprites/Roserade.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/Roserade.png + +#begin Content/Pokemon/Sprites/Rotom.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/Rotom.png + +#begin Content/Pokemon/Sprites/Rotom_fan.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/Rotom_fan.png + +#begin Content/Pokemon/Sprites/Rotom_frost.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/Rotom_frost.png + +#begin Content/Pokemon/Sprites/Rotom_heat.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/Rotom_heat.png + +#begin Content/Pokemon/Sprites/Rotom_mow.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/Rotom_mow.png + +#begin Content/Pokemon/Sprites/Rotom_wash.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/Rotom_wash.png + +#begin Content/Pokemon/Sprites/Rufflet.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/Rufflet.png + +#begin Content/Pokemon/Sprites/Sableye.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/Sableye.png + +#begin Content/Pokemon/Sprites/Salamence.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/Salamence.png + +#begin Content/Pokemon/Sprites/Samurott.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/Samurott.png + +#begin Content/Pokemon/Sprites/Sandile.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/Sandile.png + +#begin Content/Pokemon/Sprites/Sandshrew.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/Sandshrew.png + +#begin Content/Pokemon/Sprites/Sandslash.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/Sandslash.png + +#begin Content/Pokemon/Sprites/Sawk.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/Sawk.png + +#begin Content/Pokemon/Sprites/Sawsbuck_fa.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/Sawsbuck_fa.png + +#begin Content/Pokemon/Sprites/Sawsbuck_sp.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/Sawsbuck_sp.png + +#begin Content/Pokemon/Sprites/Sawsbuck_su.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/Sawsbuck_su.png + +#begin Content/Pokemon/Sprites/Sawsbuck_wi.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/Sawsbuck_wi.png + +#begin Content/Pokemon/Sprites/Sceptile.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/Sceptile.png + +#begin Content/Pokemon/Sprites/Scizor.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/Scizor.png + +#begin Content/Pokemon/Sprites/Scizor_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/Scizor_mega.png + +#begin Content/Pokemon/Sprites/Scolipede.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/Scolipede.png + +#begin Content/Pokemon/Sprites/Scrafty.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/Scrafty.png + +#begin Content/Pokemon/Sprites/Scraggy.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/Scraggy.png + +#begin Content/Pokemon/Sprites/Scyther.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/Scyther.png + +#begin Content/Pokemon/Sprites/Seadra.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/Seadra.png + +#begin Content/Pokemon/Sprites/Seaking.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/Seaking.png + +#begin Content/Pokemon/Sprites/Sealeo.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/Sealeo.png + +#begin Content/Pokemon/Sprites/Seedot.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/Seedot.png + +#begin Content/Pokemon/Sprites/Seel.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/Seel.png + +#begin Content/Pokemon/Sprites/Seismitoad.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/Seismitoad.png + +#begin Content/Pokemon/Sprites/Sentret.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/Sentret.png + +#begin Content/Pokemon/Sprites/Serperior.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/Serperior.png + +#begin Content/Pokemon/Sprites/Servine.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/Servine.png + +#begin Content/Pokemon/Sprites/Seviper.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/Seviper.png + +#begin Content/Pokemon/Sprites/Sewaddle.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/Sewaddle.png + +#begin Content/Pokemon/Sprites/Sharpedo.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/Sharpedo.png + +#begin Content/Pokemon/Sprites/Shaymin.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/Shaymin.png + +#begin Content/Pokemon/Sprites/Shaymin_sky.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/Shaymin_sky.png + +#begin Content/Pokemon/Sprites/Shedinja.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/Shedinja.png + +#begin Content/Pokemon/Sprites/Shelgon.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/Shelgon.png + +#begin Content/Pokemon/Sprites/Shellder.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/Shellder.png + +#begin Content/Pokemon/Sprites/Shellose.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/Shellose.png + +#begin Content/Pokemon/Sprites/Shellosw.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/Shellosw.png + +#begin Content/Pokemon/Sprites/Shelmet.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/Shelmet.png + +#begin Content/Pokemon/Sprites/Shieldon.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/Shieldon.png + +#begin Content/Pokemon/Sprites/Shiftry.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/Shiftry.png + +#begin Content/Pokemon/Sprites/Shinx.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/Shinx.png + +#begin Content/Pokemon/Sprites/Shroomish.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/Shroomish.png + +#begin Content/Pokemon/Sprites/Shuckle.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/Shuckle.png + +#begin Content/Pokemon/Sprites/Shuppet.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/Shuppet.png + +#begin Content/Pokemon/Sprites/Sigilyph.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/Sigilyph.png + +#begin Content/Pokemon/Sprites/Silcoon.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/Silcoon.png + +#begin Content/Pokemon/Sprites/Simipour.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/Simipour.png + +#begin Content/Pokemon/Sprites/Simisage.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/Simisage.png + +#begin Content/Pokemon/Sprites/Simisear.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/Simisear.png + +#begin Content/Pokemon/Sprites/Skarmory.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/Skarmory.png + +#begin Content/Pokemon/Sprites/skiddo.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/skiddo.png + +#begin Content/Pokemon/Sprites/Skiploom.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/Skiploom.png + +#begin Content/Pokemon/Sprites/Skitty.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/Skitty.png + +#begin Content/Pokemon/Sprites/Skorupi.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/Skorupi.png + +#begin Content/Pokemon/Sprites/Skrelp.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/Skrelp.png + +#begin Content/Pokemon/Sprites/Skuntank.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/Skuntank.png + +#begin Content/Pokemon/Sprites/Slaking.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/Slaking.png + +#begin Content/Pokemon/Sprites/Slakoth.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/Slakoth.png + +#begin Content/Pokemon/Sprites/Sliggoo.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/Sliggoo.png + +#begin Content/Pokemon/Sprites/Slowbro.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/Slowbro.png + +#begin Content/Pokemon/Sprites/Slowking.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/Slowking.png + +#begin Content/Pokemon/Sprites/Slowpoke.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/Slowpoke.png + +#begin Content/Pokemon/Sprites/Slugma.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/Slugma.png + +#begin Content/Pokemon/Sprites/slurpuff.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/slurpuff.png + +#begin Content/Pokemon/Sprites/Smeargle.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/Smeargle.png + +#begin Content/Pokemon/Sprites/Smoochum.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/Smoochum.png + +#begin Content/Pokemon/Sprites/Sneasel.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/Sneasel.png + +#begin Content/Pokemon/Sprites/Snivy.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/Snivy.png + +#begin Content/Pokemon/Sprites/Snorlax.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/Snorlax.png + +#begin Content/Pokemon/Sprites/Snorunt.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/Snorunt.png + +#begin Content/Pokemon/Sprites/Snover.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/Snover.png + +#begin Content/Pokemon/Sprites/Snubbull.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/Snubbull.png + +#begin Content/Pokemon/Sprites/Solosis.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/Solosis.png + +#begin Content/Pokemon/Sprites/Solrock.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/Solrock.png + +#begin Content/Pokemon/Sprites/Spearow.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/Spearow.png + +#begin Content/Pokemon/Sprites/Spheal.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/Spheal.png + +#begin Content/Pokemon/Sprites/Spinarak.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/Spinarak.png + +#begin Content/Pokemon/Sprites/Spinda.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/Spinda.png + +#begin Content/Pokemon/Sprites/Spiritomb.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/Spiritomb.png + +#begin Content/Pokemon/Sprites/Spoink.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/Spoink.png + +#begin Content/Pokemon/Sprites/spritzee.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/spritzee.png + +#begin Content/Pokemon/Sprites/Squirtle.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/Squirtle.png + +#begin Content/Pokemon/Sprites/Stantler.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/Stantler.png + +#begin Content/Pokemon/Sprites/Staraptor.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/Staraptor.png + +#begin Content/Pokemon/Sprites/Staravia.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/Staravia.png + +#begin Content/Pokemon/Sprites/Starly.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/Starly.png + +#begin Content/Pokemon/Sprites/Starmie.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/Starmie.png + +#begin Content/Pokemon/Sprites/Staryu.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/Staryu.png + +#begin Content/Pokemon/Sprites/Steelix.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/Steelix.png + +#begin Content/Pokemon/Sprites/Stoutland.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/Stoutland.png + +#begin Content/Pokemon/Sprites/Stunfisk.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/Stunfisk.png + +#begin Content/Pokemon/Sprites/Stunky.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/Stunky.png + +#begin Content/Pokemon/Sprites/Sudowoodo.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/Sudowoodo.png + +#begin Content/Pokemon/Sprites/Suicune.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/Suicune.png + +#begin Content/Pokemon/Sprites/Sunflora.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/Sunflora.png + +#begin Content/Pokemon/Sprites/Sunkern.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/Sunkern.png + +#begin Content/Pokemon/Sprites/Surskit.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/Surskit.png + +#begin Content/Pokemon/Sprites/Swablu.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/Swablu.png + +#begin Content/Pokemon/Sprites/Swadloon.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/Swadloon.png + +#begin Content/Pokemon/Sprites/Swalot.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/Swalot.png + +#begin Content/Pokemon/Sprites/Swampert.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/Swampert.png + +#begin Content/Pokemon/Sprites/Swampert_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/Swampert_mega.png + +#begin Content/Pokemon/Sprites/Swanna.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/Swanna.png + +#begin Content/Pokemon/Sprites/Swellow.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/Swellow.png + +#begin Content/Pokemon/Sprites/Swinub.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/Swinub.png + +#begin Content/Pokemon/Sprites/swirlix.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/swirlix.png + +#begin Content/Pokemon/Sprites/Swoobat.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/Swoobat.png + +#begin Content/Pokemon/Sprites/Sylveon.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/Sylveon.png + +#begin Content/Pokemon/Sprites/Taillow.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/Taillow.png + +#begin Content/Pokemon/Sprites/Talonflame.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/Talonflame.png + +#begin Content/Pokemon/Sprites/Tangela.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/Tangela.png + +#begin Content/Pokemon/Sprites/Tangrowth.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/Tangrowth.png + +#begin Content/Pokemon/Sprites/Tauros.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/Tauros.png + +#begin Content/Pokemon/Sprites/Teddiursa.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/Teddiursa.png + +#begin Content/Pokemon/Sprites/Tentacool.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/Tentacool.png + +#begin Content/Pokemon/Sprites/Tentacruel.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/Tentacruel.png + +#begin Content/Pokemon/Sprites/Tepig.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/Tepig.png + +#begin Content/Pokemon/Sprites/Terrakion.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/Terrakion.png + +#begin Content/Pokemon/Sprites/Throh.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/Throh.png + +#begin Content/Pokemon/Sprites/Thundurus.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/Thundurus.png + +#begin Content/Pokemon/Sprites/Thundurus_therian.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/Thundurus_therian.png + +#begin Content/Pokemon/Sprites/Timburr.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/Timburr.png + +#begin Content/Pokemon/Sprites/Tirtouga.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/Tirtouga.png + +#begin Content/Pokemon/Sprites/Togekiss.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/Togekiss.png + +#begin Content/Pokemon/Sprites/Togepi.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/Togepi.png + +#begin Content/Pokemon/Sprites/Togetic.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/Togetic.png + +#begin Content/Pokemon/Sprites/Torchic.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/Torchic.png + +#begin Content/Pokemon/Sprites/Torkoal.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/Torkoal.png + +#begin Content/Pokemon/Sprites/Tornadus.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/Tornadus.png + +#begin Content/Pokemon/Sprites/Tornadus_therian.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/Tornadus_therian.png + +#begin Content/Pokemon/Sprites/Torterra.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/Torterra.png + +#begin Content/Pokemon/Sprites/Totodile.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/Totodile.png + +#begin Content/Pokemon/Sprites/Toxicroak.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/Toxicroak.png + +#begin Content/Pokemon/Sprites/Tranquill.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/Tranquill.png + +#begin Content/Pokemon/Sprites/Trapinch.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/Trapinch.png + +#begin Content/Pokemon/Sprites/Treecko.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/Treecko.png + +#begin Content/Pokemon/Sprites/Trevenant.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/Trevenant.png + +#begin Content/Pokemon/Sprites/Tropius.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/Tropius.png + +#begin Content/Pokemon/Sprites/Trubbish.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/Trubbish.png + +#begin Content/Pokemon/Sprites/Turtwig.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/Turtwig.png + +#begin Content/Pokemon/Sprites/Tympole.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/Tympole.png + +#begin Content/Pokemon/Sprites/Tynamo.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/Tynamo.png + +#begin Content/Pokemon/Sprites/Typhlosion.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/Typhlosion.png + +#begin Content/Pokemon/Sprites/Tyranitar.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/Tyranitar.png + +#begin Content/Pokemon/Sprites/Tyranitar_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/Tyranitar_mega.png + +#begin Content/Pokemon/Sprites/Tyrantrum.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/Tyrantrum.png + +#begin Content/Pokemon/Sprites/Tyrogue.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/Tyrogue.png + +#begin Content/Pokemon/Sprites/Tyrunt.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/Tyrunt.png + +#begin Content/Pokemon/Sprites/Umbreon.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/Umbreon.png + +#begin Content/Pokemon/Sprites/Unfezant.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/Unfezant.png + +#begin Content/Pokemon/Sprites/Unown.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/Unown.png + +#begin Content/Pokemon/Sprites/Unown_b.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/Unown_b.png + +#begin Content/Pokemon/Sprites/Unown_c.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/Unown_c.png + +#begin Content/Pokemon/Sprites/Unown_d.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/Unown_d.png + +#begin Content/Pokemon/Sprites/Unown_e.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/Unown_e.png + +#begin Content/Pokemon/Sprites/Unown_exclamation.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/Unown_exclamation.png + +#begin Content/Pokemon/Sprites/Unown_f.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/Unown_f.png + +#begin Content/Pokemon/Sprites/Unown_g.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/Unown_g.png + +#begin Content/Pokemon/Sprites/Unown_h.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/Unown_h.png + +#begin Content/Pokemon/Sprites/Unown_i.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/Unown_i.png + +#begin Content/Pokemon/Sprites/Unown_j.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/Unown_j.png + +#begin Content/Pokemon/Sprites/Unown_k.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/Unown_k.png + +#begin Content/Pokemon/Sprites/Unown_l.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/Unown_l.png + +#begin Content/Pokemon/Sprites/Unown_m.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/Unown_m.png + +#begin Content/Pokemon/Sprites/Unown_n.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/Unown_n.png + +#begin Content/Pokemon/Sprites/Unown_o.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/Unown_o.png + +#begin Content/Pokemon/Sprites/Unown_p.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/Unown_p.png + +#begin Content/Pokemon/Sprites/Unown_q.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/Unown_q.png + +#begin Content/Pokemon/Sprites/Unown_question.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/Unown_question.png + +#begin Content/Pokemon/Sprites/Unown_r.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/Unown_r.png + +#begin Content/Pokemon/Sprites/Unown_s.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/Unown_s.png + +#begin Content/Pokemon/Sprites/Unown_t.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/Unown_t.png + +#begin Content/Pokemon/Sprites/Unown_u.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/Unown_u.png + +#begin Content/Pokemon/Sprites/Unown_v.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/Unown_v.png + +#begin Content/Pokemon/Sprites/Unown_w.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/Unown_w.png + +#begin Content/Pokemon/Sprites/Unown_x.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/Unown_x.png + +#begin Content/Pokemon/Sprites/Unown_y.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/Unown_y.png + +#begin Content/Pokemon/Sprites/Unown_z.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/Unown_z.png + +#begin Content/Pokemon/Sprites/Ursaring.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/Ursaring.png + +#begin Content/Pokemon/Sprites/Uxie.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/Uxie.png + +#begin Content/Pokemon/Sprites/Vanillish.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/Vanillish.png + +#begin Content/Pokemon/Sprites/Vanillite.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/Vanillite.png + +#begin Content/Pokemon/Sprites/Vanilluxe.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/Vanilluxe.png + +#begin Content/Pokemon/Sprites/Vaporeon.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/Vaporeon.png + +#begin Content/Pokemon/Sprites/Venipede.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/Venipede.png + +#begin Content/Pokemon/Sprites/Venomoth.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/Venomoth.png + +#begin Content/Pokemon/Sprites/Venonat.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/Venonat.png + +#begin Content/Pokemon/Sprites/Venusaur.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/Venusaur.png + +#begin Content/Pokemon/Sprites/Venusaur_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/Venusaur_mega.png + +#begin Content/Pokemon/Sprites/Vespiquen.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/Vespiquen.png + +#begin Content/Pokemon/Sprites/Vibrava.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/Vibrava.png + +#begin Content/Pokemon/Sprites/Victini.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/Victini.png + +#begin Content/Pokemon/Sprites/Victreebel.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/Victreebel.png + +#begin Content/Pokemon/Sprites/Vigoroth.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/Vigoroth.png + +#begin Content/Pokemon/Sprites/Vileplume.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/Vileplume.png + +#begin Content/Pokemon/Sprites/Virizion.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/Virizion.png + +#begin Content/Pokemon/Sprites/Volbeat.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/Volbeat.png + +#begin Content/Pokemon/Sprites/volcanion.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/volcanion.png + +#begin Content/Pokemon/Sprites/Volcarona.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/Volcarona.png + +#begin Content/Pokemon/Sprites/Voltorb.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/Voltorb.png + +#begin Content/Pokemon/Sprites/Vullaby.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/Vullaby.png + +#begin Content/Pokemon/Sprites/Vulpix.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/Vulpix.png + +#begin Content/Pokemon/Sprites/Wailmer.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/Wailmer.png + +#begin Content/Pokemon/Sprites/Wailord.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/Wailord.png + +#begin Content/Pokemon/Sprites/Walrein.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/Walrein.png + +#begin Content/Pokemon/Sprites/Wartortle.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/Wartortle.png + +#begin Content/Pokemon/Sprites/Watchog.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/Watchog.png + +#begin Content/Pokemon/Sprites/Weavile.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/Weavile.png + +#begin Content/Pokemon/Sprites/Weedle.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/Weedle.png + +#begin Content/Pokemon/Sprites/Weepinbell.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/Weepinbell.png + +#begin Content/Pokemon/Sprites/Weezing.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/Weezing.png + +#begin Content/Pokemon/Sprites/Whimsicott.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/Whimsicott.png + +#begin Content/Pokemon/Sprites/Whirlipede.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/Whirlipede.png + +#begin Content/Pokemon/Sprites/Whiscash.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/Whiscash.png + +#begin Content/Pokemon/Sprites/Whismur.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/Whismur.png + +#begin Content/Pokemon/Sprites/Wigglytuff.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/Wigglytuff.png + +#begin Content/Pokemon/Sprites/Wingull.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/Wingull.png + +#begin Content/Pokemon/Sprites/Wobbuffet.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/Wobbuffet.png + +#begin Content/Pokemon/Sprites/Woobat.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/Woobat.png + +#begin Content/Pokemon/Sprites/Wooper.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/Wooper.png + +#begin Content/Pokemon/Sprites/Wormadam.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/Wormadam.png + +#begin Content/Pokemon/Sprites/Wormadam_sand.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/Wormadam_sand.png + +#begin Content/Pokemon/Sprites/Wormadam_trash.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/Wormadam_trash.png + +#begin Content/Pokemon/Sprites/Wurmple.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/Wurmple.png + +#begin Content/Pokemon/Sprites/Wynaut.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/Wynaut.png + +#begin Content/Pokemon/Sprites/Xatu.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/Xatu.png + +#begin Content/Pokemon/Sprites/xerneas.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/xerneas.png + +#begin Content/Pokemon/Sprites/Yamask.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/Yamask.png + +#begin Content/Pokemon/Sprites/Yanma.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/Yanma.png + +#begin Content/Pokemon/Sprites/Yanmega.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/Yanmega.png + +#begin Content/Pokemon/Sprites/yveltal.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/yveltal.png + +#begin Content/Pokemon/Sprites/Zangoose.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/Zangoose.png + +#begin Content/Pokemon/Sprites/Zapdos.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/Zapdos.png + +#begin Content/Pokemon/Sprites/Zebstrika.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/Zebstrika.png + +#begin Content/Pokemon/Sprites/Zekrom.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/Zekrom.png + +#begin Content/Pokemon/Sprites/Zigzagoon.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/Zigzagoon.png + +#begin Content/Pokemon/Sprites/Zoroark.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/Zoroark.png + +#begin Content/Pokemon/Sprites/Zorua.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/Zorua.png + +#begin Content/Pokemon/Sprites/Zubat.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/Zubat.png + +#begin Content/Pokemon/Sprites/Zweilous.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/Zweilous.png + +#begin Content/Pokemon/Sprites/zygarde.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/zygarde.png + +#begin Content/SkyDomeResource/AuroraBoralis.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/SkyDomeResource/AuroraBoralis.png + +#begin Content/SkyDomeResource/Cave.jpg +/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/SkyDomeResource/Cave.jpg + +#begin Content/SkyDomeResource/Clouds.jpg +/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/SkyDomeResource/Clouds.jpg + +#begin Content/SkyDomeResource/Clouds1.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/SkyDomeResource/Clouds1.png + +#begin Content/SkyDomeResource/CloudsWeather.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/SkyDomeResource/CloudsWeather.png + +#begin Content/SkyDomeResource/Dark.jpg +/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/SkyDomeResource/Dark.jpg + +#begin Content/SkyDomeResource/daycycle.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/SkyDomeResource/daycycle.png + +#begin Content/SkyDomeResource/Forest.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/SkyDomeResource/Forest.png + +#begin Content/SkyDomeResource/moon.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/SkyDomeResource/moon.png + +#begin Content/SkyDomeResource/SkyDome.x +/importer:XImporter +/processor:ModelProcessor +/processorParam:ColorKeyColor=0,0,0,0 +/processorParam:ColorKeyEnabled=True +/processorParam:DefaultEffect=BasicEffect +/processorParam:GenerateMipmaps=True +/processorParam:GenerateTangentFrames=False +/processorParam:PremultiplyTextureAlpha=True +/processorParam:PremultiplyVertexColors=True +/processorParam:ResizeTexturesToPowerOfTwo=False +/processorParam:RotationX=0 +/processorParam:RotationY=0 +/processorParam:RotationZ=0 +/processorParam:Scale=1 +/processorParam:SwapWindingOrder=False /processorParam:TextureFormat=Color -/build:Pokemon/Overworld/Shiny/212_mega.png +/build:Content/SkyDomeResource/SkyDome.x + +#begin Content/SkyDomeResource/Stars.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/SkyDomeResource/Stars.png + +#begin Content/SkyDomeResource/sun.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/SkyDomeResource/sun.png + +#begin Content/SkyDomeResource/SunRise.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/SkyDomeResource/SunRise.png + +#begin Content/SkyDomeResource/SunSet.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/SkyDomeResource/SunSet.png + +#begin Content/SkyDomeResource/Underwater.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/SkyDomeResource/Underwater.png + +#begin Content/SkyDomeResource/UnderwaterGround.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/SkyDomeResource/UnderwaterGround.png + +#begin Content/Songs/alph.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/alph.ogg + +#begin Content/Songs/ancient_ruins.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/ancient_ruins.ogg + +#begin Content/Songs/azalea.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/azalea.ogg + +#begin Content/Songs/barktown.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/barktown.ogg + +#begin Content/Songs/battlefactory.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/battlefactory.ogg + +#begin Content/Songs/battletower.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/battletower.ogg + +#begin Content/Songs/brain_battle.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/brain_battle.ogg + +#begin Content/Songs/brain_battle_intro.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/brain_battle_intro.ogg + +#begin Content/Songs/bugcontest.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/bugcontest.ogg + +#begin Content/Songs/burnedtower.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/burnedtower.ogg + +#begin Content/Songs/celadon.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/celadon.ogg + +#begin Content/Songs/center.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/center.ogg + +#begin Content/Songs/cerulean.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/cerulean.ogg + +#begin Content/Songs/cerulean_cave.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/cerulean_cave.ogg + +#begin Content/Songs/champion_defeat.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/champion_defeat.ogg + +#begin Content/Songs/cherrygrove.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/cherrygrove.ogg + +#begin Content/Songs/cinnabar.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/cinnabar.ogg + +#begin Content/Songs/credits.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/credits.ogg + +#begin Content/Songs/dark_cave.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/dark_cave.ogg + +#begin Content/Songs/diglettscave.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/diglettscave.ogg + +#begin Content/Songs/dragonsden.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/dragonsden.ogg + +#begin Content/Songs/ecruteak.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/ecruteak.ogg + +#begin Content/Songs/elite_defeat.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/elite_defeat.ogg + +#begin Content/Songs/elmslab.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/elmslab.ogg + +#begin Content/Songs/entei_battle.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/entei_battle.ogg + +#begin Content/Songs/entei_battle_intro.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/entei_battle_intro.ogg + +#begin Content/Songs/eusine_encounter.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/eusine_encounter.ogg + +#begin Content/Songs/evolution.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/evolution.ogg + +#begin Content/Songs/frontier.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/frontier.ogg + +#begin Content/Songs/gamecorner.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/gamecorner.ogg + +#begin Content/Songs/Goldenrod.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/Goldenrod.ogg + +#begin Content/Songs/gts.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/gts.ogg + +#begin Content/Songs/gym.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/gym.ogg + +#begin Content/Songs/HallofFame.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/HallofFame.ogg + +#begin Content/Songs/ho-oh_battle.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/ho-oh_battle.ogg + +#begin Content/Songs/ho-oh_battle_intro.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/ho-oh_battle_intro.ogg + +#begin Content/Songs/IlexForest.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/IlexForest.ogg + +#begin Content/Songs/indigo.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/indigo.ogg + +#begin Content/Songs/johto_champion.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/johto_champion.ogg + +#begin Content/Songs/Johto_champion_intro.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/Johto_champion_intro.ogg + +#begin Content/Songs/johto_elite.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/johto_elite.ogg + +#begin Content/Songs/johto_elite_intro.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/johto_elite_intro.ogg + +#begin Content/Songs/johto_leader.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/johto_leader.ogg + +#begin Content/Songs/johto_leader_intro.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/johto_leader_intro.ogg + +#begin Content/Songs/johto_rival.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/johto_rival.ogg + +#begin Content/Songs/johto_rivalintro.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/johto_rivalintro.ogg + +#begin Content/Songs/johto_rival_encounter.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/johto_rival_encounter.ogg + +#begin Content/Songs/johto_rocket.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/johto_rocket.ogg + +#begin Content/Songs/johto_rocket_encounter.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/johto_rocket_encounter.ogg + +#begin Content/Songs/johto_rocket_intro.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/johto_rocket_intro.ogg + +#begin Content/Songs/johto_trainer.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/johto_trainer.ogg + +#begin Content/Songs/johto_trainer_intro.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/johto_trainer_intro.ogg + +#begin Content/Songs/johto_wild.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/johto_wild.ogg + +#begin Content/Songs/johto_wild_intro.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/johto_wild_intro.ogg + +#begin Content/Songs/kanto_leader.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/kanto_leader.ogg + +#begin Content/Songs/kanto_leader_intro.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/kanto_leader_intro.ogg + +#begin Content/Songs/kanto_trainer.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/kanto_trainer.ogg + +#begin Content/Songs/kanto_trainer_intro.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/kanto_trainer_intro.ogg + +#begin Content/Songs/kanto_wild.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/kanto_wild.ogg + +#begin Content/Songs/kanto_wild_intro.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/kanto_wild_intro.ogg + +#begin Content/Songs/kimono.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/kimono.ogg + +#begin Content/Songs/kvictoryroad.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/kvictoryroad.ogg + +#begin Content/Songs/lavender.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/lavender.ogg + +#begin Content/Songs/leader_defeat.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/leader_defeat.ogg + +#begin Content/Songs/lighthouse.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/lighthouse.ogg + +#begin Content/Songs/lobby.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/lobby.ogg + +#begin Content/Songs/Looker_encounter.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/Looker_encounter.ogg + +#begin Content/Songs/lugia_battle.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/lugia_battle.ogg + +#begin Content/Songs/lugia_battle_intro.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/lugia_battle_intro.ogg + +#begin Content/Songs/mart.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/mart.ogg + +#begin Content/Songs/mary_encounter.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/mary_encounter.ogg + +#begin Content/Songs/mtmoonsq.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/mtmoonsq.ogg + +#begin Content/Songs/nationalpark.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/nationalpark.ogg + +#begin Content/Songs/oakslab.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/oakslab.ogg + +#begin Content/Songs/oak_encounter.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/oak_encounter.ogg + +#begin Content/Songs/pallet.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/pallet.ogg + +#begin Content/Songs/pokeflute.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/pokeflute.ogg + +#begin Content/Songs/pokemon_lullaby.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/pokemon_lullaby.ogg + +#begin Content/Songs/pokemon_march.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/pokemon_march.ogg + +#begin Content/Songs/pvp.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/pvp.ogg + +#begin Content/Songs/raikou_battle.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/raikou_battle.ogg + +#begin Content/Songs/raikou_battle_intro.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/raikou_battle_intro.ogg + +#begin Content/Songs/rHideout.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/rHideout.ogg + +#begin Content/Songs/ride.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/ride.ogg + +#begin Content/Songs/rocket_broadcast.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/rocket_broadcast.ogg + +#begin Content/Songs/RouteMusic0.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/RouteMusic0.ogg + +#begin Content/Songs/RouteMusic1.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/RouteMusic1.ogg + +#begin Content/Songs/RouteMusic10.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/RouteMusic10.ogg + +#begin Content/Songs/RouteMusic11.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/RouteMusic11.ogg + +#begin Content/Songs/RouteMusic2.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/RouteMusic2.ogg + +#begin Content/Songs/RouteMusic3.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/RouteMusic3.ogg + +#begin Content/Songs/RouteMusic4.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/RouteMusic4.ogg + +#begin Content/Songs/RouteMusic5.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/RouteMusic5.ogg + +#begin Content/Songs/RouteMusic6.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/RouteMusic6.ogg + +#begin Content/Songs/RouteMusic7.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/RouteMusic7.ogg + +#begin Content/Songs/RouteMusic8.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/RouteMusic8.ogg + +#begin Content/Songs/RouteMusic9.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/RouteMusic9.ogg + +#begin Content/Songs/safari.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/safari.ogg + +#begin Content/Songs/safarigate.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/safarigate.ogg + +#begin Content/Songs/show_me_around.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/show_me_around.ogg + +#begin Content/Songs/space_legend_battle.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/space_legend_battle.ogg + +#begin Content/Songs/space_legend_battle_intro.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/space_legend_battle_intro.ogg + +#begin Content/Songs/sprout_tower.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/sprout_tower.ogg + +#begin Content/Songs/ssaqua.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/ssaqua.ogg + +#begin Content/Songs/startower.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/startower.ogg + +#begin Content/Songs/suicune_battle.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/suicune_battle.ogg + +#begin Content/Songs/suicune_battle_intro.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/suicune_battle_intro.ogg + +#begin Content/Songs/surf.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/surf.ogg -#begin Pokemon/Overworld/Shiny/248_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:Pokemon/Overworld/Shiny/248_mega.png +#begin Content/Songs/tintower.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/tintower.ogg -#begin Pokemon/Overworld/Shiny/254_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:Pokemon/Overworld/Shiny/254_mega.png +#begin Content/Songs/title.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/title.ogg -#begin Pokemon/Overworld/Shiny/260_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:Pokemon/Overworld/Shiny/260_mega.png +#begin Content/Songs/trainer_defeat.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/trainer_defeat.ogg -#begin Pokemon/Overworld/Shiny/376_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:Pokemon/Overworld/Shiny/376_mega.png +#begin Content/Songs/trainer_encounter.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/trainer_encounter.ogg -#begin Pokemon/Overworld/Shiny/460_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:Pokemon/Overworld/Shiny/460_mega.png +#begin Content/Songs/unown_broadcast.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/unown_broadcast.ogg + +#begin Content/Songs/vermilion.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/vermilion.ogg + +#begin Content/Songs/violet.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/violet.ogg + +#begin Content/Songs/viridian_forest.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/viridian_forest.ogg + +#begin Content/Songs/wild_defeat.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/wild_defeat.ogg + +#begin Content/Songs/intro/azalea.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/intro/azalea.ogg + +#begin Content/Songs/intro/barktown.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/intro/barktown.ogg + +#begin Content/Songs/intro/battlefactory.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/intro/battlefactory.ogg + +#begin Content/Songs/intro/bugcontest.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/intro/bugcontest.ogg + +#begin Content/Songs/intro/burnedtower.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/intro/burnedtower.ogg + +#begin Content/Songs/intro/celadon.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/intro/celadon.ogg + +#begin Content/Songs/intro/cerulean.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/intro/cerulean.ogg + +#begin Content/Songs/intro/cerulean_cave.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/intro/cerulean_cave.ogg + +#begin Content/Songs/intro/champion_defeat.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/intro/champion_defeat.ogg + +#begin Content/Songs/intro/cherrygrove.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/intro/cherrygrove.ogg + +#begin Content/Songs/intro/diglettscave.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/intro/diglettscave.ogg + +#begin Content/Songs/intro/elite_defeat.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/intro/elite_defeat.ogg + +#begin Content/Songs/intro/elmslab.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/intro/elmslab.ogg + +#begin Content/Songs/intro/entei_battle.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/intro/entei_battle.ogg + +#begin Content/Songs/intro/evolution.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/intro/evolution.ogg + +#begin Content/Songs/intro/frontier.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/intro/frontier.ogg + +#begin Content/Songs/intro/gamecorner.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/intro/gamecorner.ogg + +#begin Content/Songs/intro/Goldenrod.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/intro/Goldenrod.ogg + +#begin Content/Songs/intro/gts.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/intro/gts.ogg + +#begin Content/Songs/intro/ho-oh_battle.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/intro/ho-oh_battle.ogg + +#begin Content/Songs/intro/IlexForest.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/intro/IlexForest.ogg + +#begin Content/Songs/intro/johto_elite.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/intro/johto_elite.ogg + +#begin Content/Songs/intro/johto_leader.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/intro/johto_leader.ogg + +#begin Content/Songs/intro/johto_rival_encounter.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/intro/johto_rival_encounter.ogg + +#begin Content/Songs/intro/johto_rocket.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/intro/johto_rocket.ogg + +#begin Content/Songs/intro/johto_trainer.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/intro/johto_trainer.ogg + +#begin Content/Songs/intro/johto_wild.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/intro/johto_wild.ogg + +#begin Content/Songs/intro/kanto_leader.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/intro/kanto_leader.ogg + +#begin Content/Songs/intro/kanto_trainer.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/intro/kanto_trainer.ogg + +#begin Content/Songs/intro/lavender.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/intro/lavender.ogg + +#begin Content/Songs/intro/leader_defeat.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/intro/leader_defeat.ogg + +#begin Content/Songs/intro/lobby.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/intro/lobby.ogg + +#begin Content/Songs/intro/lugia_battle.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/intro/lugia_battle.ogg + +#begin Content/Songs/intro/mart.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/intro/mart.ogg + +#begin Content/Songs/intro/mary_encounter.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/intro/mary_encounter.ogg + +#begin Content/Songs/intro/oakslab.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/intro/oakslab.ogg + +#begin Content/Songs/intro/oak_encounter.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/intro/oak_encounter.ogg + +#begin Content/Songs/intro/pokeflute.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/intro/pokeflute.ogg + +#begin Content/Songs/intro/pokemon_lullaby.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/intro/pokemon_lullaby.ogg + +#begin Content/Songs/intro/pokemon_march.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/intro/pokemon_march.ogg + +#begin Content/Songs/intro/pvp.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/intro/pvp.ogg + +#begin Content/Songs/intro/raikou_battle.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/intro/raikou_battle.ogg + +#begin Content/Songs/intro/ride.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/intro/ride.ogg + +#begin Content/Songs/intro/RouteMusic1.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/intro/RouteMusic1.ogg + +#begin Content/Songs/intro/RouteMusic10.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/intro/RouteMusic10.ogg + +#begin Content/Songs/intro/RouteMusic11.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/intro/RouteMusic11.ogg + +#begin Content/Songs/intro/RouteMusic2.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/intro/RouteMusic2.ogg + +#begin Content/Songs/intro/RouteMusic3.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/intro/RouteMusic3.ogg + +#begin Content/Songs/intro/RouteMusic4.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/intro/RouteMusic4.ogg + +#begin Content/Songs/intro/RouteMusic5.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/intro/RouteMusic5.ogg + +#begin Content/Songs/intro/RouteMusic6.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/intro/RouteMusic6.ogg + +#begin Content/Songs/intro/RouteMusic7.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/intro/RouteMusic7.ogg + +#begin Content/Songs/intro/RouteMusic8.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/intro/RouteMusic8.ogg + +#begin Content/Songs/intro/safari.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/intro/safari.ogg + +#begin Content/Songs/intro/show_me_around.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/intro/show_me_around.ogg + +#begin Content/Songs/intro/space_legend_battle.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/intro/space_legend_battle.ogg + +#begin Content/Songs/intro/sprout_tower.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/intro/sprout_tower.ogg + +#begin Content/Songs/intro/ssaqua.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/intro/ssaqua.ogg + +#begin Content/Songs/intro/startower.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/intro/startower.ogg + +#begin Content/Songs/intro/suicune_battle.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/intro/suicune_battle.ogg + +#begin Content/Songs/intro/trainer_encounter.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/intro/trainer_encounter.ogg + +#begin Content/Songs/intro/vermilion.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/intro/vermilion.ogg + +#begin Content/Songs/intro/violet.ogg +/importer:OggImporter +/processor:SongProcessor +/processorParam:Quality=Low +/build:Content/Songs/intro/violet.ogg -#begin Sounds/Cries/712.mp3 +#begin Content/Sounds/badge_acquired.mp3 /importer:Mp3Importer /processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/712.mp3 +/processorParam:Quality=Low +/build:Content/Sounds/badge_acquired.mp3 -#begin Sounds/Cries/650.mp3 +#begin Content/Sounds/bump.mp3 /importer:Mp3Importer /processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/650.mp3 +/processorParam:Quality=Low +/build:Content/Sounds/bump.mp3 -#begin Sounds/Cries/651.mp3 +#begin Content/Sounds/buy2.mp3 /importer:Mp3Importer /processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/651.mp3 +/processorParam:Quality=Low +/build:Content/Sounds/buy2.mp3 -#begin Sounds/Cries/652.mp3 +#begin Content/Sounds/destroy.mp3 /importer:Mp3Importer /processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/652.mp3 +/processorParam:Quality=Low +/build:Content/Sounds/destroy.mp3 -#begin Sounds/Cries/653.mp3 +#begin Content/Sounds/egg_hatch.mp3 /importer:Mp3Importer /processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/653.mp3 +/processorParam:Quality=Low +/build:Content/Sounds/egg_hatch.mp3 -#begin Sounds/Cries/654.mp3 +#begin Content/Sounds/enter.mp3 /importer:Mp3Importer /processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/654.mp3 +/processorParam:Quality=Low +/build:Content/Sounds/enter.mp3 -#begin Sounds/Cries/655.mp3 +#begin Content/Sounds/ice_break.mp3 /importer:Mp3Importer /processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/655.mp3 +/processorParam:Quality=Low +/build:Content/Sounds/ice_break.mp3 -#begin Sounds/Cries/656.mp3 +#begin Content/Sounds/ice_crack.mp3 /importer:Mp3Importer /processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/656.mp3 +/processorParam:Quality=Low +/build:Content/Sounds/ice_crack.mp3 -#begin Sounds/Cries/657.mp3 +#begin Content/Sounds/itemfinder.mp3 /importer:Mp3Importer /processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/657.mp3 +/processorParam:Quality=Low +/build:Content/Sounds/itemfinder.mp3 -#begin Sounds/Cries/658.mp3 +#begin Content/Sounds/item_found.mp3 /importer:Mp3Importer /processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/658.mp3 +/processorParam:Quality=Low +/build:Content/Sounds/item_found.mp3 -#begin Sounds/Cries/659.mp3 +#begin Content/Sounds/jump_ledge.mp3 /importer:Mp3Importer /processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/659.mp3 +/processorParam:Quality=Low +/build:Content/Sounds/jump_ledge.mp3 -#begin Sounds/Cries/660.mp3 +#begin Content/Sounds/magnettrain.mp3 /importer:Mp3Importer /processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/660.mp3 +/processorParam:Quality=Low +/build:Content/Sounds/magnettrain.mp3 -#begin Sounds/Cries/664.mp3 +#begin Content/Sounds/menu_open.mp3 /importer:Mp3Importer /processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/664.mp3 +/processorParam:Quality=Low +/build:Content/Sounds/menu_open.mp3 -#begin Sounds/Cries/665.mp3 +#begin Content/Sounds/pickup.mp3 /importer:Mp3Importer /processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/665.mp3 +/processorParam:Quality=Low +/build:Content/Sounds/pickup.mp3 -#begin Sounds/Cries/666.mp3 +#begin Content/Sounds/PokeballOpen.mp3 /importer:Mp3Importer /processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/666.mp3 +/processorParam:Quality=Low +/build:Content/Sounds/PokeballOpen.mp3 -#begin Sounds/Cries/667.mp3 +#begin Content/Sounds/pokeball_set.mp3 /importer:Mp3Importer /processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/667.mp3 +/processorParam:Quality=Low +/build:Content/Sounds/pokeball_set.mp3 -#begin Sounds/Cries/668.mp3 +#begin Content/Sounds/pokemon_heal.mp3 /importer:Mp3Importer /processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/668.mp3 +/processorParam:Quality=Low +/build:Content/Sounds/pokemon_heal.mp3 -#begin Sounds/Cries/669.mp3 +#begin Content/Sounds/repel_use.mp3 /importer:Mp3Importer /processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/669.mp3 +/processorParam:Quality=Low +/build:Content/Sounds/repel_use.mp3 -#begin Sounds/Cries/670.mp3 +#begin Content/Sounds/Save.mp3 /importer:Mp3Importer /processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/670.mp3 +/processorParam:Quality=Low +/build:Content/Sounds/Save.mp3 -#begin Sounds/Cries/671.mp3 +#begin Content/Sounds/select.mp3 /importer:Mp3Importer /processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/671.mp3 +/processorParam:Quality=Low +/build:Content/Sounds/select.mp3 -#begin Sounds/Cries/672.mp3 +#begin Content/Sounds/shutter.mp3 /importer:Mp3Importer /processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/672.mp3 +/processorParam:Quality=Low +/build:Content/Sounds/shutter.mp3 -#begin Sounds/Cries/673.mp3 +#begin Content/Sounds/single_heal.mp3 /importer:Mp3Importer /processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/673.mp3 +/processorParam:Quality=Low +/build:Content/Sounds/single_heal.mp3 -#begin Sounds/Cries/676.mp3 +#begin Content/Sounds/success.mp3 /importer:Mp3Importer /processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/676.mp3 +/processorParam:Quality=Low +/build:Content/Sounds/success.mp3 -#begin Sounds/Cries/677.mp3 +#begin Content/Sounds/success_small.mp3 /importer:Mp3Importer /processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/677.mp3 +/processorParam:Quality=Low +/build:Content/Sounds/success_small.mp3 -#begin Sounds/Cries/678.mp3 +#begin Content/Sounds/teleport.mp3 /importer:Mp3Importer /processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/678.mp3 +/processorParam:Quality=Low +/build:Content/Sounds/teleport.mp3 -#begin Sounds/Cries/682.mp3 +#begin Content/Sounds/TossPokeball.mp3 /importer:Mp3Importer /processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/682.mp3 +/processorParam:Quality=Low +/build:Content/Sounds/TossPokeball.mp3 -#begin Sounds/Cries/683.mp3 +#begin Content/Sounds/trhq_alarm.mp3 /importer:Mp3Importer /processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/683.mp3 +/processorParam:Quality=Low +/build:Content/Sounds/trhq_alarm.mp3 -#begin Sounds/Cries/684.mp3 +#begin Content/Sounds/Battle/ballshake.mp3 /importer:Mp3Importer /processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/684.mp3 +/processorParam:Quality=Low +/build:Content/Sounds/Battle/ballshake.mp3 -#begin Sounds/Cries/685.mp3 +#begin Content/Sounds/Battle/exp_max.mp3 /importer:Mp3Importer /processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/685.mp3 +/processorParam:Quality=Low +/build:Content/Sounds/Battle/exp_max.mp3 -#begin Sounds/Cries/686.mp3 +#begin Content/Sounds/Battle/pokeball_land.mp3 /importer:Mp3Importer /processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/686.mp3 +/processorParam:Quality=Low +/build:Content/Sounds/Battle/pokeball_land.mp3 -#begin Sounds/Cries/687.mp3 +#begin Content/Sounds/Battle/running.mp3 /importer:Mp3Importer /processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/687.mp3 +/processorParam:Quality=Low +/build:Content/Sounds/Battle/running.mp3 -#begin Sounds/Cries/688.mp3 +#begin Content/Sounds/Battle/shiny.mp3 /importer:Mp3Importer /processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/688.mp3 +/processorParam:Quality=Low +/build:Content/Sounds/Battle/shiny.mp3 -#begin Sounds/Cries/689.mp3 +#begin Content/Sounds/Battle/throw.mp3 /importer:Mp3Importer /processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/689.mp3 +/processorParam:Quality=Low +/build:Content/Sounds/Battle/throw.mp3 -#begin Sounds/Cries/690.mp3 +#begin Content/Sounds/Battle/Damage/normaldamage.mp3 /importer:Mp3Importer /processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/690.mp3 +/processorParam:Quality=Low +/build:Content/Sounds/Battle/Damage/normaldamage.mp3 -#begin Sounds/Cries/691.mp3 +#begin Content/Sounds/Battle/Damage/not_effective.mp3 /importer:Mp3Importer /processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/691.mp3 +/processorParam:Quality=Low +/build:Content/Sounds/Battle/Damage/not_effective.mp3 -#begin Sounds/Cries/692.mp3 +#begin Content/Sounds/Battle/Damage/super_effective.mp3 /importer:Mp3Importer /processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/692.mp3 +/processorParam:Quality=Low +/build:Content/Sounds/Battle/Damage/super_effective.mp3 -#begin Sounds/Cries/693.mp3 +#begin Content/Sounds/Battle/Effects/effect_ember.mp3 /importer:Mp3Importer /processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/693.mp3 +/processorParam:Quality=Low +/build:Content/Sounds/Battle/Effects/effect_ember.mp3 -#begin Sounds/Cries/694.mp3 +#begin Content/Sounds/Battle/Effects/effect_fly.mp3 /importer:Mp3Importer /processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/694.mp3 +/processorParam:Quality=Low +/build:Content/Sounds/Battle/Effects/effect_fly.mp3 -#begin Sounds/Cries/695.mp3 +#begin Content/Sounds/Battle/Effects/effect_ice1.mp3 /importer:Mp3Importer /processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/695.mp3 +/processorParam:Quality=Low +/build:Content/Sounds/Battle/Effects/effect_ice1.mp3 -#begin Sounds/Cries/701.mp3 +#begin Content/Sounds/Battle/Effects/effect_poison.mp3 /importer:Mp3Importer /processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/701.mp3 +/processorParam:Quality=Low +/build:Content/Sounds/Battle/Effects/effect_poison.mp3 -#begin Sounds/Cries/702.mp3 +#begin Content/Sounds/Battle/Effects/effect_pound.mp3 /importer:Mp3Importer /processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/702.mp3 +/processorParam:Quality=Low +/build:Content/Sounds/Battle/Effects/effect_pound.mp3 -#begin Sounds/Cries/704.mp3 +#begin Content/Sounds/Battle/Effects/effect_thunderbolt.mp3 /importer:Mp3Importer /processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/704.mp3 +/processorParam:Quality=Low +/build:Content/Sounds/Battle/Effects/effect_thunderbolt.mp3 -#begin Sounds/Cries/705.mp3 +#begin Content/Sounds/Battle/Effects/effect_thundershock2.mp3 /importer:Mp3Importer /processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/705.mp3 +/processorParam:Quality=Low +/build:Content/Sounds/Battle/Effects/effect_thundershock2.mp3 -#begin Sounds/Cries/706.mp3 +#begin Content/Sounds/Contest/rankplace.mp3 /importer:Mp3Importer /processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/706.mp3 +/processorParam:Quality=Low +/build:Content/Sounds/Contest/rankplace.mp3 -#begin Sounds/Cries/710.mp3 +#begin Content/Sounds/Cries/1.mp3 /importer:Mp3Importer /processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/710.mp3 +/processorParam:Quality=Low +/build:Content/Sounds/Cries/1.mp3 -#begin Sounds/Cries/711.mp3 +#begin Content/Sounds/Cries/10.mp3 /importer:Mp3Importer /processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/711.mp3 +/processorParam:Quality=Low +/build:Content/Sounds/Cries/10.mp3 -#begin Sounds/Cries/713.mp3 +#begin Content/Sounds/Cries/100.mp3 /importer:Mp3Importer /processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/713.mp3 +/processorParam:Quality=Low +/build:Content/Sounds/Cries/100.mp3 -#begin Sounds/Cries/716.mp3 +#begin Content/Sounds/Cries/101.mp3 /importer:Mp3Importer /processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/716.mp3 +/processorParam:Quality=Low +/build:Content/Sounds/Cries/101.mp3 -#begin Sounds/Cries/717.mp3 +#begin Content/Sounds/Cries/102.mp3 /importer:Mp3Importer /processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/717.mp3 +/processorParam:Quality=Low +/build:Content/Sounds/Cries/102.mp3 -#begin Sounds/Cries/718.mp3 +#begin Content/Sounds/Cries/103.mp3 /importer:Mp3Importer /processor:SoundEffectProcessor -/processorParam:Quality=Best -/build:Sounds/Cries/718.mp3 +/processorParam:Quality=Low +/build:Content/Sounds/Cries/103.mp3 -#begin Pokemon/Sprites/Goodra.png +#begin Content/Sounds/Cries/104.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/104.mp3 + +#begin Content/Sounds/Cries/105.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/105.mp3 + +#begin Content/Sounds/Cries/106.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/106.mp3 + +#begin Content/Sounds/Cries/107.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/107.mp3 + +#begin Content/Sounds/Cries/108.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/108.mp3 + +#begin Content/Sounds/Cries/109.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/109.mp3 + +#begin Content/Sounds/Cries/11.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/11.mp3 + +#begin Content/Sounds/Cries/110.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/110.mp3 + +#begin Content/Sounds/Cries/111.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/111.mp3 + +#begin Content/Sounds/Cries/112.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/112.mp3 + +#begin Content/Sounds/Cries/113.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/113.mp3 + +#begin Content/Sounds/Cries/114.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/114.mp3 + +#begin Content/Sounds/Cries/115.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/115.mp3 + +#begin Content/Sounds/Cries/116.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/116.mp3 + +#begin Content/Sounds/Cries/117.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/117.mp3 + +#begin Content/Sounds/Cries/118.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/118.mp3 + +#begin Content/Sounds/Cries/119.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/119.mp3 + +#begin Content/Sounds/Cries/12.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/12.mp3 + +#begin Content/Sounds/Cries/120.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/120.mp3 + +#begin Content/Sounds/Cries/121.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/121.mp3 + +#begin Content/Sounds/Cries/122.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/122.mp3 + +#begin Content/Sounds/Cries/123.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/123.mp3 + +#begin Content/Sounds/Cries/124.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/124.mp3 + +#begin Content/Sounds/Cries/125.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/125.mp3 + +#begin Content/Sounds/Cries/126.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/126.mp3 + +#begin Content/Sounds/Cries/127.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/127.mp3 + +#begin Content/Sounds/Cries/128.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/128.mp3 + +#begin Content/Sounds/Cries/129.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/129.mp3 + +#begin Content/Sounds/Cries/13.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/13.mp3 + +#begin Content/Sounds/Cries/130.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/130.mp3 + +#begin Content/Sounds/Cries/131.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/131.mp3 + +#begin Content/Sounds/Cries/132.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/132.mp3 + +#begin Content/Sounds/Cries/133.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/133.mp3 + +#begin Content/Sounds/Cries/134.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/134.mp3 + +#begin Content/Sounds/Cries/135.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/135.mp3 + +#begin Content/Sounds/Cries/136.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/136.mp3 + +#begin Content/Sounds/Cries/137.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/137.mp3 + +#begin Content/Sounds/Cries/138.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/138.mp3 + +#begin Content/Sounds/Cries/139.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/139.mp3 + +#begin Content/Sounds/Cries/14.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/14.mp3 + +#begin Content/Sounds/Cries/140.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/140.mp3 + +#begin Content/Sounds/Cries/141.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/141.mp3 + +#begin Content/Sounds/Cries/142.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/142.mp3 + +#begin Content/Sounds/Cries/143.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/143.mp3 + +#begin Content/Sounds/Cries/144.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/144.mp3 + +#begin Content/Sounds/Cries/145.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/145.mp3 + +#begin Content/Sounds/Cries/146.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/146.mp3 + +#begin Content/Sounds/Cries/147.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/147.mp3 + +#begin Content/Sounds/Cries/148.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/148.mp3 + +#begin Content/Sounds/Cries/149.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/149.mp3 + +#begin Content/Sounds/Cries/15.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/15.mp3 + +#begin Content/Sounds/Cries/150.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/150.mp3 + +#begin Content/Sounds/Cries/151.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/151.mp3 + +#begin Content/Sounds/Cries/152.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/152.mp3 + +#begin Content/Sounds/Cries/153.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/153.mp3 + +#begin Content/Sounds/Cries/154.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/154.mp3 + +#begin Content/Sounds/Cries/155.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/155.mp3 + +#begin Content/Sounds/Cries/156.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/156.mp3 + +#begin Content/Sounds/Cries/157.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/157.mp3 + +#begin Content/Sounds/Cries/158.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/158.mp3 + +#begin Content/Sounds/Cries/159.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/159.mp3 + +#begin Content/Sounds/Cries/16.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/16.mp3 + +#begin Content/Sounds/Cries/160.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/160.mp3 + +#begin Content/Sounds/Cries/161.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/161.mp3 + +#begin Content/Sounds/Cries/162.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/162.mp3 + +#begin Content/Sounds/Cries/163.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/163.mp3 + +#begin Content/Sounds/Cries/164.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/164.mp3 + +#begin Content/Sounds/Cries/165.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/165.mp3 + +#begin Content/Sounds/Cries/166.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/166.mp3 + +#begin Content/Sounds/Cries/167.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/167.mp3 + +#begin Content/Sounds/Cries/168.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/168.mp3 + +#begin Content/Sounds/Cries/169.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/169.mp3 + +#begin Content/Sounds/Cries/17.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/17.mp3 + +#begin Content/Sounds/Cries/170.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/170.mp3 + +#begin Content/Sounds/Cries/171.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/171.mp3 + +#begin Content/Sounds/Cries/172.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/172.mp3 + +#begin Content/Sounds/Cries/173.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/173.mp3 + +#begin Content/Sounds/Cries/174.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/174.mp3 + +#begin Content/Sounds/Cries/175.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/175.mp3 + +#begin Content/Sounds/Cries/176.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/176.mp3 + +#begin Content/Sounds/Cries/177.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/177.mp3 + +#begin Content/Sounds/Cries/178.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/178.mp3 + +#begin Content/Sounds/Cries/179.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/179.mp3 + +#begin Content/Sounds/Cries/18.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/18.mp3 + +#begin Content/Sounds/Cries/180.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/180.mp3 + +#begin Content/Sounds/Cries/181.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/181.mp3 + +#begin Content/Sounds/Cries/182.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/182.mp3 + +#begin Content/Sounds/Cries/183.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/183.mp3 + +#begin Content/Sounds/Cries/184.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/184.mp3 + +#begin Content/Sounds/Cries/185.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/185.mp3 + +#begin Content/Sounds/Cries/186.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/186.mp3 + +#begin Content/Sounds/Cries/187.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/187.mp3 + +#begin Content/Sounds/Cries/188.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/188.mp3 + +#begin Content/Sounds/Cries/189.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/189.mp3 + +#begin Content/Sounds/Cries/19.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/19.mp3 + +#begin Content/Sounds/Cries/190.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/190.mp3 + +#begin Content/Sounds/Cries/191.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/191.mp3 + +#begin Content/Sounds/Cries/192.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/192.mp3 + +#begin Content/Sounds/Cries/193.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/193.mp3 + +#begin Content/Sounds/Cries/194.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/194.mp3 + +#begin Content/Sounds/Cries/195.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/195.mp3 + +#begin Content/Sounds/Cries/196.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/196.mp3 + +#begin Content/Sounds/Cries/197.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/197.mp3 + +#begin Content/Sounds/Cries/198.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/198.mp3 + +#begin Content/Sounds/Cries/199.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/199.mp3 + +#begin Content/Sounds/Cries/2.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/2.mp3 + +#begin Content/Sounds/Cries/20.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/20.mp3 + +#begin Content/Sounds/Cries/200.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/200.mp3 + +#begin Content/Sounds/Cries/201.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/201.mp3 + +#begin Content/Sounds/Cries/202.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/202.mp3 + +#begin Content/Sounds/Cries/203.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/203.mp3 + +#begin Content/Sounds/Cries/204.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/204.mp3 + +#begin Content/Sounds/Cries/205.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/205.mp3 + +#begin Content/Sounds/Cries/206.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/206.mp3 + +#begin Content/Sounds/Cries/207.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/207.mp3 + +#begin Content/Sounds/Cries/208.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/208.mp3 + +#begin Content/Sounds/Cries/209.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/209.mp3 + +#begin Content/Sounds/Cries/21.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/21.mp3 + +#begin Content/Sounds/Cries/210.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/210.mp3 + +#begin Content/Sounds/Cries/211.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/211.mp3 + +#begin Content/Sounds/Cries/212.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/212.mp3 + +#begin Content/Sounds/Cries/213.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/213.mp3 + +#begin Content/Sounds/Cries/214.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/214.mp3 + +#begin Content/Sounds/Cries/215.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/215.mp3 + +#begin Content/Sounds/Cries/216.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/216.mp3 + +#begin Content/Sounds/Cries/217.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/217.mp3 + +#begin Content/Sounds/Cries/218.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/218.mp3 + +#begin Content/Sounds/Cries/219.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/219.mp3 + +#begin Content/Sounds/Cries/22.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/22.mp3 + +#begin Content/Sounds/Cries/220.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/220.mp3 + +#begin Content/Sounds/Cries/221.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/221.mp3 + +#begin Content/Sounds/Cries/222.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/222.mp3 + +#begin Content/Sounds/Cries/223.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/223.mp3 + +#begin Content/Sounds/Cries/224.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/224.mp3 + +#begin Content/Sounds/Cries/225.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/225.mp3 + +#begin Content/Sounds/Cries/226.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/226.mp3 + +#begin Content/Sounds/Cries/227.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/227.mp3 + +#begin Content/Sounds/Cries/228.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/228.mp3 + +#begin Content/Sounds/Cries/229.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/229.mp3 + +#begin Content/Sounds/Cries/23.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/23.mp3 + +#begin Content/Sounds/Cries/230.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/230.mp3 + +#begin Content/Sounds/Cries/231.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/231.mp3 + +#begin Content/Sounds/Cries/232.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/232.mp3 + +#begin Content/Sounds/Cries/233.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/233.mp3 + +#begin Content/Sounds/Cries/234.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/234.mp3 + +#begin Content/Sounds/Cries/235.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/235.mp3 + +#begin Content/Sounds/Cries/236.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/236.mp3 + +#begin Content/Sounds/Cries/237.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/237.mp3 + +#begin Content/Sounds/Cries/238.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/238.mp3 + +#begin Content/Sounds/Cries/239.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/239.mp3 + +#begin Content/Sounds/Cries/24.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/24.mp3 + +#begin Content/Sounds/Cries/240.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/240.mp3 + +#begin Content/Sounds/Cries/241.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/241.mp3 + +#begin Content/Sounds/Cries/242.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/242.mp3 + +#begin Content/Sounds/Cries/243.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/243.mp3 + +#begin Content/Sounds/Cries/244.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/244.mp3 + +#begin Content/Sounds/Cries/245.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/245.mp3 + +#begin Content/Sounds/Cries/246.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/246.mp3 + +#begin Content/Sounds/Cries/247.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/247.mp3 + +#begin Content/Sounds/Cries/248.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/248.mp3 + +#begin Content/Sounds/Cries/249.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/249.mp3 + +#begin Content/Sounds/Cries/25.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/25.mp3 + +#begin Content/Sounds/Cries/250.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/250.mp3 + +#begin Content/Sounds/Cries/251.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/251.mp3 + +#begin Content/Sounds/Cries/252.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/252.mp3 + +#begin Content/Sounds/Cries/253.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/253.mp3 + +#begin Content/Sounds/Cries/254.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/254.mp3 + +#begin Content/Sounds/Cries/255.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/255.mp3 + +#begin Content/Sounds/Cries/256.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/256.mp3 + +#begin Content/Sounds/Cries/257.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/257.mp3 + +#begin Content/Sounds/Cries/258.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/258.mp3 + +#begin Content/Sounds/Cries/259.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/259.mp3 + +#begin Content/Sounds/Cries/26.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/26.mp3 + +#begin Content/Sounds/Cries/260.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/260.mp3 + +#begin Content/Sounds/Cries/261.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/261.mp3 + +#begin Content/Sounds/Cries/262.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/262.mp3 + +#begin Content/Sounds/Cries/263.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/263.mp3 + +#begin Content/Sounds/Cries/264.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/264.mp3 + +#begin Content/Sounds/Cries/265.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/265.mp3 + +#begin Content/Sounds/Cries/266.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/266.mp3 + +#begin Content/Sounds/Cries/267.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/267.mp3 + +#begin Content/Sounds/Cries/268.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/268.mp3 + +#begin Content/Sounds/Cries/269.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/269.mp3 + +#begin Content/Sounds/Cries/27.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/27.mp3 + +#begin Content/Sounds/Cries/270.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/270.mp3 + +#begin Content/Sounds/Cries/271.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/271.mp3 + +#begin Content/Sounds/Cries/272.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/272.mp3 + +#begin Content/Sounds/Cries/273.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/273.mp3 + +#begin Content/Sounds/Cries/274.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/274.mp3 + +#begin Content/Sounds/Cries/275.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/275.mp3 + +#begin Content/Sounds/Cries/276.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/276.mp3 + +#begin Content/Sounds/Cries/277.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/277.mp3 + +#begin Content/Sounds/Cries/278.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/278.mp3 + +#begin Content/Sounds/Cries/279.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/279.mp3 + +#begin Content/Sounds/Cries/28.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/28.mp3 + +#begin Content/Sounds/Cries/280.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/280.mp3 + +#begin Content/Sounds/Cries/281.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/281.mp3 + +#begin Content/Sounds/Cries/282.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/282.mp3 + +#begin Content/Sounds/Cries/283.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/283.mp3 + +#begin Content/Sounds/Cries/284.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/284.mp3 + +#begin Content/Sounds/Cries/285.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/285.mp3 + +#begin Content/Sounds/Cries/286.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/286.mp3 + +#begin Content/Sounds/Cries/287.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/287.mp3 + +#begin Content/Sounds/Cries/288.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/288.mp3 + +#begin Content/Sounds/Cries/289.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/289.mp3 + +#begin Content/Sounds/Cries/29.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/29.mp3 + +#begin Content/Sounds/Cries/290.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/290.mp3 + +#begin Content/Sounds/Cries/291.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/291.mp3 + +#begin Content/Sounds/Cries/292.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/292.mp3 + +#begin Content/Sounds/Cries/293.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/293.mp3 + +#begin Content/Sounds/Cries/294.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/294.mp3 + +#begin Content/Sounds/Cries/295.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/295.mp3 + +#begin Content/Sounds/Cries/296.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/296.mp3 + +#begin Content/Sounds/Cries/297.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/297.mp3 + +#begin Content/Sounds/Cries/298.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/298.mp3 + +#begin Content/Sounds/Cries/299.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/299.mp3 + +#begin Content/Sounds/Cries/3.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/3.mp3 + +#begin Content/Sounds/Cries/30.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/30.mp3 + +#begin Content/Sounds/Cries/300.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/300.mp3 + +#begin Content/Sounds/Cries/301.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/301.mp3 + +#begin Content/Sounds/Cries/302.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/302.mp3 + +#begin Content/Sounds/Cries/303.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/303.mp3 + +#begin Content/Sounds/Cries/304.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/304.mp3 + +#begin Content/Sounds/Cries/305.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/305.mp3 + +#begin Content/Sounds/Cries/306.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/306.mp3 + +#begin Content/Sounds/Cries/307.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/307.mp3 + +#begin Content/Sounds/Cries/308.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/308.mp3 + +#begin Content/Sounds/Cries/309.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/309.mp3 + +#begin Content/Sounds/Cries/31.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/31.mp3 + +#begin Content/Sounds/Cries/310.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/310.mp3 + +#begin Content/Sounds/Cries/311.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/311.mp3 + +#begin Content/Sounds/Cries/312.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/312.mp3 + +#begin Content/Sounds/Cries/313.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/313.mp3 + +#begin Content/Sounds/Cries/314.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/314.mp3 + +#begin Content/Sounds/Cries/315.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/315.mp3 + +#begin Content/Sounds/Cries/316.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/316.mp3 + +#begin Content/Sounds/Cries/317.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/317.mp3 + +#begin Content/Sounds/Cries/318.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/318.mp3 + +#begin Content/Sounds/Cries/319.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/319.mp3 + +#begin Content/Sounds/Cries/32.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/32.mp3 + +#begin Content/Sounds/Cries/320.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/320.mp3 + +#begin Content/Sounds/Cries/321.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/321.mp3 + +#begin Content/Sounds/Cries/322.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/322.mp3 + +#begin Content/Sounds/Cries/323.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/323.mp3 + +#begin Content/Sounds/Cries/324.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/324.mp3 + +#begin Content/Sounds/Cries/325.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/325.mp3 + +#begin Content/Sounds/Cries/326.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/326.mp3 + +#begin Content/Sounds/Cries/327.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/327.mp3 + +#begin Content/Sounds/Cries/328.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/328.mp3 + +#begin Content/Sounds/Cries/329.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/329.mp3 + +#begin Content/Sounds/Cries/33.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/33.mp3 + +#begin Content/Sounds/Cries/330.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/330.mp3 + +#begin Content/Sounds/Cries/331.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/331.mp3 + +#begin Content/Sounds/Cries/332.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/332.mp3 + +#begin Content/Sounds/Cries/333.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/333.mp3 + +#begin Content/Sounds/Cries/334.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/334.mp3 + +#begin Content/Sounds/Cries/335.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/335.mp3 + +#begin Content/Sounds/Cries/336.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/336.mp3 + +#begin Content/Sounds/Cries/337.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/337.mp3 + +#begin Content/Sounds/Cries/338.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/338.mp3 + +#begin Content/Sounds/Cries/339.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/339.mp3 + +#begin Content/Sounds/Cries/34.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/34.mp3 + +#begin Content/Sounds/Cries/340.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/340.mp3 + +#begin Content/Sounds/Cries/341.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/341.mp3 + +#begin Content/Sounds/Cries/342.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/342.mp3 + +#begin Content/Sounds/Cries/343.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/343.mp3 + +#begin Content/Sounds/Cries/344.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/344.mp3 + +#begin Content/Sounds/Cries/345.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/345.mp3 + +#begin Content/Sounds/Cries/346.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/346.mp3 + +#begin Content/Sounds/Cries/347.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/347.mp3 + +#begin Content/Sounds/Cries/348.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/348.mp3 + +#begin Content/Sounds/Cries/349.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/349.mp3 + +#begin Content/Sounds/Cries/35.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/35.mp3 + +#begin Content/Sounds/Cries/350.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/350.mp3 + +#begin Content/Sounds/Cries/351.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/351.mp3 + +#begin Content/Sounds/Cries/352.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/352.mp3 + +#begin Content/Sounds/Cries/353.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/353.mp3 + +#begin Content/Sounds/Cries/354.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/354.mp3 + +#begin Content/Sounds/Cries/355.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/355.mp3 + +#begin Content/Sounds/Cries/356.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/356.mp3 + +#begin Content/Sounds/Cries/357.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/357.mp3 + +#begin Content/Sounds/Cries/358.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/358.mp3 + +#begin Content/Sounds/Cries/359.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/359.mp3 + +#begin Content/Sounds/Cries/36.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/36.mp3 + +#begin Content/Sounds/Cries/360.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/360.mp3 + +#begin Content/Sounds/Cries/361.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/361.mp3 + +#begin Content/Sounds/Cries/362.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/362.mp3 + +#begin Content/Sounds/Cries/363.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/363.mp3 + +#begin Content/Sounds/Cries/364.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/364.mp3 + +#begin Content/Sounds/Cries/365.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/365.mp3 + +#begin Content/Sounds/Cries/366.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/366.mp3 + +#begin Content/Sounds/Cries/367.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/367.mp3 + +#begin Content/Sounds/Cries/368.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/368.mp3 + +#begin Content/Sounds/Cries/369.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/369.mp3 + +#begin Content/Sounds/Cries/37.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/37.mp3 + +#begin Content/Sounds/Cries/370.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/370.mp3 + +#begin Content/Sounds/Cries/371.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/371.mp3 + +#begin Content/Sounds/Cries/372.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/372.mp3 + +#begin Content/Sounds/Cries/373.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/373.mp3 + +#begin Content/Sounds/Cries/374.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/374.mp3 + +#begin Content/Sounds/Cries/375.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/375.mp3 + +#begin Content/Sounds/Cries/376.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/376.mp3 + +#begin Content/Sounds/Cries/377.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/377.mp3 + +#begin Content/Sounds/Cries/378.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/378.mp3 + +#begin Content/Sounds/Cries/379.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/379.mp3 + +#begin Content/Sounds/Cries/38.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/38.mp3 + +#begin Content/Sounds/Cries/380.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/380.mp3 + +#begin Content/Sounds/Cries/381.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/381.mp3 + +#begin Content/Sounds/Cries/382.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/382.mp3 + +#begin Content/Sounds/Cries/383.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/383.mp3 + +#begin Content/Sounds/Cries/384.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/384.mp3 + +#begin Content/Sounds/Cries/385.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/385.mp3 + +#begin Content/Sounds/Cries/386.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/386.mp3 + +#begin Content/Sounds/Cries/387.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/387.mp3 + +#begin Content/Sounds/Cries/388.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/388.mp3 + +#begin Content/Sounds/Cries/389.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/389.mp3 + +#begin Content/Sounds/Cries/39.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/39.mp3 + +#begin Content/Sounds/Cries/390.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/390.mp3 + +#begin Content/Sounds/Cries/391.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/391.mp3 + +#begin Content/Sounds/Cries/392.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/392.mp3 + +#begin Content/Sounds/Cries/393.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/393.mp3 + +#begin Content/Sounds/Cries/394.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/394.mp3 + +#begin Content/Sounds/Cries/395.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/395.mp3 + +#begin Content/Sounds/Cries/396.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/396.mp3 + +#begin Content/Sounds/Cries/397.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/397.mp3 + +#begin Content/Sounds/Cries/398.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/398.mp3 + +#begin Content/Sounds/Cries/399.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/399.mp3 + +#begin Content/Sounds/Cries/4.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/4.mp3 + +#begin Content/Sounds/Cries/40.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/40.mp3 + +#begin Content/Sounds/Cries/400.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/400.mp3 + +#begin Content/Sounds/Cries/401.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/401.mp3 + +#begin Content/Sounds/Cries/402.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/402.mp3 + +#begin Content/Sounds/Cries/403.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/403.mp3 + +#begin Content/Sounds/Cries/404.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/404.mp3 + +#begin Content/Sounds/Cries/405.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/405.mp3 + +#begin Content/Sounds/Cries/406.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/406.mp3 + +#begin Content/Sounds/Cries/407.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/407.mp3 + +#begin Content/Sounds/Cries/408.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/408.mp3 + +#begin Content/Sounds/Cries/409.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/409.mp3 + +#begin Content/Sounds/Cries/41.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/41.mp3 + +#begin Content/Sounds/Cries/410.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/410.mp3 + +#begin Content/Sounds/Cries/411.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/411.mp3 + +#begin Content/Sounds/Cries/412.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/412.mp3 + +#begin Content/Sounds/Cries/413.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/413.mp3 + +#begin Content/Sounds/Cries/414.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/414.mp3 + +#begin Content/Sounds/Cries/415.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/415.mp3 + +#begin Content/Sounds/Cries/416.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/416.mp3 + +#begin Content/Sounds/Cries/417.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/417.mp3 + +#begin Content/Sounds/Cries/418.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/418.mp3 + +#begin Content/Sounds/Cries/419.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/419.mp3 + +#begin Content/Sounds/Cries/42.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/42.mp3 + +#begin Content/Sounds/Cries/420.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/420.mp3 + +#begin Content/Sounds/Cries/421.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/421.mp3 + +#begin Content/Sounds/Cries/422.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/422.mp3 + +#begin Content/Sounds/Cries/423.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/423.mp3 + +#begin Content/Sounds/Cries/424.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/424.mp3 + +#begin Content/Sounds/Cries/425.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/425.mp3 + +#begin Content/Sounds/Cries/426.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/426.mp3 + +#begin Content/Sounds/Cries/427.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/427.mp3 + +#begin Content/Sounds/Cries/428.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/428.mp3 + +#begin Content/Sounds/Cries/429.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/429.mp3 + +#begin Content/Sounds/Cries/43.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/43.mp3 + +#begin Content/Sounds/Cries/430.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/430.mp3 + +#begin Content/Sounds/Cries/431.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/431.mp3 + +#begin Content/Sounds/Cries/432.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/432.mp3 + +#begin Content/Sounds/Cries/433.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/433.mp3 + +#begin Content/Sounds/Cries/434.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/434.mp3 + +#begin Content/Sounds/Cries/435.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/435.mp3 + +#begin Content/Sounds/Cries/436.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/436.mp3 + +#begin Content/Sounds/Cries/437.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/437.mp3 + +#begin Content/Sounds/Cries/438.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/438.mp3 + +#begin Content/Sounds/Cries/439.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/439.mp3 + +#begin Content/Sounds/Cries/44.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/44.mp3 + +#begin Content/Sounds/Cries/440.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/440.mp3 + +#begin Content/Sounds/Cries/441.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/441.mp3 + +#begin Content/Sounds/Cries/442.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/442.mp3 + +#begin Content/Sounds/Cries/443.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/443.mp3 + +#begin Content/Sounds/Cries/444.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/444.mp3 + +#begin Content/Sounds/Cries/445.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/445.mp3 + +#begin Content/Sounds/Cries/446.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/446.mp3 + +#begin Content/Sounds/Cries/447.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/447.mp3 + +#begin Content/Sounds/Cries/448.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/448.mp3 + +#begin Content/Sounds/Cries/449.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/449.mp3 + +#begin Content/Sounds/Cries/45.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/45.mp3 + +#begin Content/Sounds/Cries/450.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/450.mp3 + +#begin Content/Sounds/Cries/451.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/451.mp3 + +#begin Content/Sounds/Cries/452.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/452.mp3 + +#begin Content/Sounds/Cries/453.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/453.mp3 + +#begin Content/Sounds/Cries/454.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/454.mp3 + +#begin Content/Sounds/Cries/455.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/455.mp3 + +#begin Content/Sounds/Cries/456.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/456.mp3 + +#begin Content/Sounds/Cries/457.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/457.mp3 + +#begin Content/Sounds/Cries/458.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/458.mp3 + +#begin Content/Sounds/Cries/459.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/459.mp3 + +#begin Content/Sounds/Cries/46.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/46.mp3 + +#begin Content/Sounds/Cries/460.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/460.mp3 + +#begin Content/Sounds/Cries/461.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/461.mp3 + +#begin Content/Sounds/Cries/462.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/462.mp3 + +#begin Content/Sounds/Cries/463.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/463.mp3 + +#begin Content/Sounds/Cries/464.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/464.mp3 + +#begin Content/Sounds/Cries/465.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/465.mp3 + +#begin Content/Sounds/Cries/466.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/466.mp3 + +#begin Content/Sounds/Cries/467.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/467.mp3 + +#begin Content/Sounds/Cries/468.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/468.mp3 + +#begin Content/Sounds/Cries/469.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/469.mp3 + +#begin Content/Sounds/Cries/47.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/47.mp3 + +#begin Content/Sounds/Cries/470.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/470.mp3 + +#begin Content/Sounds/Cries/471.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/471.mp3 + +#begin Content/Sounds/Cries/472.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/472.mp3 + +#begin Content/Sounds/Cries/473.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/473.mp3 + +#begin Content/Sounds/Cries/474.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/474.mp3 + +#begin Content/Sounds/Cries/475.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/475.mp3 + +#begin Content/Sounds/Cries/476.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/476.mp3 + +#begin Content/Sounds/Cries/477.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/477.mp3 + +#begin Content/Sounds/Cries/478.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/478.mp3 + +#begin Content/Sounds/Cries/479.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/479.mp3 + +#begin Content/Sounds/Cries/48.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/48.mp3 + +#begin Content/Sounds/Cries/480.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/480.mp3 + +#begin Content/Sounds/Cries/481.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/481.mp3 + +#begin Content/Sounds/Cries/482.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/482.mp3 + +#begin Content/Sounds/Cries/483.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/483.mp3 + +#begin Content/Sounds/Cries/484.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/484.mp3 + +#begin Content/Sounds/Cries/485.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/485.mp3 + +#begin Content/Sounds/Cries/486.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/486.mp3 + +#begin Content/Sounds/Cries/487.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/487.mp3 + +#begin Content/Sounds/Cries/488.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/488.mp3 + +#begin Content/Sounds/Cries/489.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/489.mp3 + +#begin Content/Sounds/Cries/49.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/49.mp3 + +#begin Content/Sounds/Cries/490.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/490.mp3 + +#begin Content/Sounds/Cries/491.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/491.mp3 + +#begin Content/Sounds/Cries/492.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/492.mp3 + +#begin Content/Sounds/Cries/492_sky.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/492_sky.mp3 + +#begin Content/Sounds/Cries/493.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/493.mp3 + +#begin Content/Sounds/Cries/494.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/494.mp3 + +#begin Content/Sounds/Cries/495.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/495.mp3 + +#begin Content/Sounds/Cries/496.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/496.mp3 + +#begin Content/Sounds/Cries/497.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/497.mp3 + +#begin Content/Sounds/Cries/498.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/498.mp3 + +#begin Content/Sounds/Cries/499.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/499.mp3 + +#begin Content/Sounds/Cries/5.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/5.mp3 + +#begin Content/Sounds/Cries/50.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/50.mp3 + +#begin Content/Sounds/Cries/500.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/500.mp3 + +#begin Content/Sounds/Cries/501.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/501.mp3 + +#begin Content/Sounds/Cries/502.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/502.mp3 + +#begin Content/Sounds/Cries/503.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/503.mp3 + +#begin Content/Sounds/Cries/504.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/504.mp3 + +#begin Content/Sounds/Cries/505.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/505.mp3 + +#begin Content/Sounds/Cries/506.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/506.mp3 + +#begin Content/Sounds/Cries/507.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/507.mp3 + +#begin Content/Sounds/Cries/508.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/508.mp3 + +#begin Content/Sounds/Cries/509.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/509.mp3 + +#begin Content/Sounds/Cries/51.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/51.mp3 + +#begin Content/Sounds/Cries/510.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/510.mp3 + +#begin Content/Sounds/Cries/511.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/511.mp3 + +#begin Content/Sounds/Cries/512.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/512.mp3 + +#begin Content/Sounds/Cries/513.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/513.mp3 + +#begin Content/Sounds/Cries/514.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/514.mp3 + +#begin Content/Sounds/Cries/515.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/515.mp3 + +#begin Content/Sounds/Cries/516.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/516.mp3 + +#begin Content/Sounds/Cries/517.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/517.mp3 + +#begin Content/Sounds/Cries/518.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/518.mp3 + +#begin Content/Sounds/Cries/519.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/519.mp3 + +#begin Content/Sounds/Cries/52.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/52.mp3 + +#begin Content/Sounds/Cries/520.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/520.mp3 + +#begin Content/Sounds/Cries/521.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/521.mp3 + +#begin Content/Sounds/Cries/522.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/522.mp3 + +#begin Content/Sounds/Cries/523.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/523.mp3 + +#begin Content/Sounds/Cries/524.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/524.mp3 + +#begin Content/Sounds/Cries/525.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/525.mp3 + +#begin Content/Sounds/Cries/526.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/526.mp3 + +#begin Content/Sounds/Cries/527.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/527.mp3 + +#begin Content/Sounds/Cries/528.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/528.mp3 + +#begin Content/Sounds/Cries/529.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/529.mp3 + +#begin Content/Sounds/Cries/53.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/53.mp3 + +#begin Content/Sounds/Cries/530.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/530.mp3 + +#begin Content/Sounds/Cries/531.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/531.mp3 + +#begin Content/Sounds/Cries/532.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/532.mp3 + +#begin Content/Sounds/Cries/533.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/533.mp3 + +#begin Content/Sounds/Cries/534.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/534.mp3 + +#begin Content/Sounds/Cries/535.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/535.mp3 + +#begin Content/Sounds/Cries/536.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/536.mp3 + +#begin Content/Sounds/Cries/537.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/537.mp3 + +#begin Content/Sounds/Cries/538.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/538.mp3 + +#begin Content/Sounds/Cries/539.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/539.mp3 + +#begin Content/Sounds/Cries/54.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/54.mp3 + +#begin Content/Sounds/Cries/540.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/540.mp3 + +#begin Content/Sounds/Cries/541.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/541.mp3 + +#begin Content/Sounds/Cries/542.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/542.mp3 + +#begin Content/Sounds/Cries/543.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/543.mp3 + +#begin Content/Sounds/Cries/544.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/544.mp3 + +#begin Content/Sounds/Cries/545.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/545.mp3 + +#begin Content/Sounds/Cries/546.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/546.mp3 + +#begin Content/Sounds/Cries/547.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/547.mp3 + +#begin Content/Sounds/Cries/548.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/548.mp3 + +#begin Content/Sounds/Cries/549.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/549.mp3 + +#begin Content/Sounds/Cries/55.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/55.mp3 + +#begin Content/Sounds/Cries/550.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/550.mp3 + +#begin Content/Sounds/Cries/551.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/551.mp3 + +#begin Content/Sounds/Cries/552.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/552.mp3 + +#begin Content/Sounds/Cries/553.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/553.mp3 + +#begin Content/Sounds/Cries/554.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/554.mp3 + +#begin Content/Sounds/Cries/555.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/555.mp3 + +#begin Content/Sounds/Cries/556.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/556.mp3 + +#begin Content/Sounds/Cries/557.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/557.mp3 + +#begin Content/Sounds/Cries/558.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/558.mp3 + +#begin Content/Sounds/Cries/559.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/559.mp3 + +#begin Content/Sounds/Cries/56.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/56.mp3 + +#begin Content/Sounds/Cries/560.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/560.mp3 + +#begin Content/Sounds/Cries/561.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/561.mp3 + +#begin Content/Sounds/Cries/562.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/562.mp3 + +#begin Content/Sounds/Cries/563.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/563.mp3 + +#begin Content/Sounds/Cries/564.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/564.mp3 + +#begin Content/Sounds/Cries/565.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/565.mp3 + +#begin Content/Sounds/Cries/566.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/566.mp3 + +#begin Content/Sounds/Cries/567.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/567.mp3 + +#begin Content/Sounds/Cries/568.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/568.mp3 + +#begin Content/Sounds/Cries/569.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/569.mp3 + +#begin Content/Sounds/Cries/57.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/57.mp3 + +#begin Content/Sounds/Cries/570.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/570.mp3 + +#begin Content/Sounds/Cries/571.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/571.mp3 + +#begin Content/Sounds/Cries/572.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/572.mp3 + +#begin Content/Sounds/Cries/573.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/573.mp3 + +#begin Content/Sounds/Cries/574.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/574.mp3 + +#begin Content/Sounds/Cries/575.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/575.mp3 + +#begin Content/Sounds/Cries/576.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/576.mp3 + +#begin Content/Sounds/Cries/577.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/577.mp3 + +#begin Content/Sounds/Cries/578.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/578.mp3 + +#begin Content/Sounds/Cries/579.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/579.mp3 + +#begin Content/Sounds/Cries/58.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/58.mp3 + +#begin Content/Sounds/Cries/580.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/580.mp3 + +#begin Content/Sounds/Cries/581.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/581.mp3 + +#begin Content/Sounds/Cries/582.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/582.mp3 + +#begin Content/Sounds/Cries/583.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/583.mp3 + +#begin Content/Sounds/Cries/584.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/584.mp3 + +#begin Content/Sounds/Cries/585.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/585.mp3 + +#begin Content/Sounds/Cries/586.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/586.mp3 + +#begin Content/Sounds/Cries/587.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/587.mp3 + +#begin Content/Sounds/Cries/588.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/588.mp3 + +#begin Content/Sounds/Cries/589.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/589.mp3 + +#begin Content/Sounds/Cries/59.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/59.mp3 + +#begin Content/Sounds/Cries/590.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/590.mp3 + +#begin Content/Sounds/Cries/591.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/591.mp3 + +#begin Content/Sounds/Cries/592.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/592.mp3 + +#begin Content/Sounds/Cries/593.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/593.mp3 + +#begin Content/Sounds/Cries/594.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/594.mp3 + +#begin Content/Sounds/Cries/595.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/595.mp3 + +#begin Content/Sounds/Cries/596.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/596.mp3 + +#begin Content/Sounds/Cries/597.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/597.mp3 + +#begin Content/Sounds/Cries/598.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/598.mp3 + +#begin Content/Sounds/Cries/599.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/599.mp3 + +#begin Content/Sounds/Cries/6.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/6.mp3 + +#begin Content/Sounds/Cries/60.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/60.mp3 + +#begin Content/Sounds/Cries/600.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/600.mp3 + +#begin Content/Sounds/Cries/601.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/601.mp3 + +#begin Content/Sounds/Cries/602.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/602.mp3 + +#begin Content/Sounds/Cries/603.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/603.mp3 + +#begin Content/Sounds/Cries/604.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/604.mp3 + +#begin Content/Sounds/Cries/605.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/605.mp3 + +#begin Content/Sounds/Cries/606.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/606.mp3 + +#begin Content/Sounds/Cries/607.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/607.mp3 + +#begin Content/Sounds/Cries/608.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/608.mp3 + +#begin Content/Sounds/Cries/609.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/609.mp3 + +#begin Content/Sounds/Cries/61.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/61.mp3 + +#begin Content/Sounds/Cries/610.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/610.mp3 + +#begin Content/Sounds/Cries/611.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/611.mp3 + +#begin Content/Sounds/Cries/612.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/612.mp3 + +#begin Content/Sounds/Cries/613.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/613.mp3 + +#begin Content/Sounds/Cries/614.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/614.mp3 + +#begin Content/Sounds/Cries/615.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/615.mp3 + +#begin Content/Sounds/Cries/616.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/616.mp3 + +#begin Content/Sounds/Cries/617.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/617.mp3 + +#begin Content/Sounds/Cries/618.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/618.mp3 + +#begin Content/Sounds/Cries/619.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/619.mp3 + +#begin Content/Sounds/Cries/62.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/62.mp3 + +#begin Content/Sounds/Cries/620.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/620.mp3 + +#begin Content/Sounds/Cries/621.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/621.mp3 + +#begin Content/Sounds/Cries/622.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/622.mp3 + +#begin Content/Sounds/Cries/623.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/623.mp3 + +#begin Content/Sounds/Cries/624.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/624.mp3 + +#begin Content/Sounds/Cries/625.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/625.mp3 + +#begin Content/Sounds/Cries/626.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/626.mp3 + +#begin Content/Sounds/Cries/627.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/627.mp3 + +#begin Content/Sounds/Cries/628.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/628.mp3 + +#begin Content/Sounds/Cries/629.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/629.mp3 + +#begin Content/Sounds/Cries/63.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/63.mp3 + +#begin Content/Sounds/Cries/630.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/630.mp3 + +#begin Content/Sounds/Cries/631.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/631.mp3 + +#begin Content/Sounds/Cries/632.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/632.mp3 + +#begin Content/Sounds/Cries/633.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/633.mp3 + +#begin Content/Sounds/Cries/634.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/634.mp3 + +#begin Content/Sounds/Cries/635.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/635.mp3 + +#begin Content/Sounds/Cries/636.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/636.mp3 + +#begin Content/Sounds/Cries/637.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/637.mp3 + +#begin Content/Sounds/Cries/638.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/638.mp3 + +#begin Content/Sounds/Cries/639.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/639.mp3 + +#begin Content/Sounds/Cries/64.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/64.mp3 + +#begin Content/Sounds/Cries/640.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/640.mp3 + +#begin Content/Sounds/Cries/641.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/641.mp3 + +#begin Content/Sounds/Cries/642.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/642.mp3 + +#begin Content/Sounds/Cries/643.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/643.mp3 + +#begin Content/Sounds/Cries/644.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/644.mp3 + +#begin Content/Sounds/Cries/645.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/645.mp3 + +#begin Content/Sounds/Cries/646.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/646.mp3 + +#begin Content/Sounds/Cries/647.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/647.mp3 + +#begin Content/Sounds/Cries/648.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/648.mp3 + +#begin Content/Sounds/Cries/649.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/649.mp3 + +#begin Content/Sounds/Cries/65.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/65.mp3 + +#begin Content/Sounds/Cries/650.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/650.mp3 + +#begin Content/Sounds/Cries/651.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/651.mp3 + +#begin Content/Sounds/Cries/652.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/652.mp3 + +#begin Content/Sounds/Cries/653.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/653.mp3 + +#begin Content/Sounds/Cries/654.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/654.mp3 + +#begin Content/Sounds/Cries/655.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/655.mp3 + +#begin Content/Sounds/Cries/656.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/656.mp3 + +#begin Content/Sounds/Cries/657.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/657.mp3 + +#begin Content/Sounds/Cries/658.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/658.mp3 + +#begin Content/Sounds/Cries/659.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/659.mp3 + +#begin Content/Sounds/Cries/66.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/66.mp3 + +#begin Content/Sounds/Cries/660.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/660.mp3 + +#begin Content/Sounds/Cries/661.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/661.mp3 + +#begin Content/Sounds/Cries/662.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/662.mp3 + +#begin Content/Sounds/Cries/663.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/663.mp3 + +#begin Content/Sounds/Cries/664.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/664.mp3 + +#begin Content/Sounds/Cries/665.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/665.mp3 + +#begin Content/Sounds/Cries/666.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/666.mp3 + +#begin Content/Sounds/Cries/667.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/667.mp3 + +#begin Content/Sounds/Cries/668.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/668.mp3 + +#begin Content/Sounds/Cries/669.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/669.mp3 + +#begin Content/Sounds/Cries/67.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/67.mp3 + +#begin Content/Sounds/Cries/670.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/670.mp3 + +#begin Content/Sounds/Cries/671.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/671.mp3 + +#begin Content/Sounds/Cries/672.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/672.mp3 + +#begin Content/Sounds/Cries/673.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/673.mp3 + +#begin Content/Sounds/Cries/674.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/674.mp3 + +#begin Content/Sounds/Cries/675.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/675.mp3 + +#begin Content/Sounds/Cries/676.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/676.mp3 + +#begin Content/Sounds/Cries/677.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/677.mp3 + +#begin Content/Sounds/Cries/678.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/678.mp3 + +#begin Content/Sounds/Cries/679.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/679.mp3 + +#begin Content/Sounds/Cries/68.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/68.mp3 + +#begin Content/Sounds/Cries/680.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/680.mp3 + +#begin Content/Sounds/Cries/681.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/681.mp3 + +#begin Content/Sounds/Cries/682.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/682.mp3 + +#begin Content/Sounds/Cries/683.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/683.mp3 + +#begin Content/Sounds/Cries/684.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/684.mp3 + +#begin Content/Sounds/Cries/685.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/685.mp3 + +#begin Content/Sounds/Cries/686.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/686.mp3 + +#begin Content/Sounds/Cries/687.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/687.mp3 + +#begin Content/Sounds/Cries/688.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/688.mp3 + +#begin Content/Sounds/Cries/689.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/689.mp3 + +#begin Content/Sounds/Cries/69.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/69.mp3 + +#begin Content/Sounds/Cries/690.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/690.mp3 + +#begin Content/Sounds/Cries/691.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/691.mp3 + +#begin Content/Sounds/Cries/692.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/692.mp3 + +#begin Content/Sounds/Cries/693.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/693.mp3 + +#begin Content/Sounds/Cries/694.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/694.mp3 + +#begin Content/Sounds/Cries/695.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/695.mp3 + +#begin Content/Sounds/Cries/696.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/696.mp3 + +#begin Content/Sounds/Cries/697.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/697.mp3 + +#begin Content/Sounds/Cries/698.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/698.mp3 + +#begin Content/Sounds/Cries/699.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/699.mp3 + +#begin Content/Sounds/Cries/7.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/7.mp3 + +#begin Content/Sounds/Cries/70.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/70.mp3 + +#begin Content/Sounds/Cries/700.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/700.mp3 + +#begin Content/Sounds/Cries/701.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/701.mp3 + +#begin Content/Sounds/Cries/702.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/702.mp3 + +#begin Content/Sounds/Cries/703.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/703.mp3 + +#begin Content/Sounds/Cries/704.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/704.mp3 + +#begin Content/Sounds/Cries/705.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/705.mp3 + +#begin Content/Sounds/Cries/706.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/706.mp3 + +#begin Content/Sounds/Cries/707.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/707.mp3 + +#begin Content/Sounds/Cries/708.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/708.mp3 + +#begin Content/Sounds/Cries/709.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/709.mp3 + +#begin Content/Sounds/Cries/71.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/71.mp3 + +#begin Content/Sounds/Cries/710 - Pumpkaboo (Super Size).mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/710 - Pumpkaboo (Super Size).mp3 + +#begin Content/Sounds/Cries/710.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/710.mp3 + +#begin Content/Sounds/Cries/711 - Gourgeist (Super Size).mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/711 - Gourgeist (Super Size).mp3 + +#begin Content/Sounds/Cries/711.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/711.mp3 + +#begin Content/Sounds/Cries/712.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/712.mp3 + +#begin Content/Sounds/Cries/713.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/713.mp3 + +#begin Content/Sounds/Cries/714.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/714.mp3 + +#begin Content/Sounds/Cries/715.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/715.mp3 + +#begin Content/Sounds/Cries/716.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/716.mp3 + +#begin Content/Sounds/Cries/717.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/717.mp3 + +#begin Content/Sounds/Cries/718.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/718.mp3 + +#begin Content/Sounds/Cries/72.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/72.mp3 + +#begin Content/Sounds/Cries/721.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/721.mp3 + +#begin Content/Sounds/Cries/73.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/73.mp3 + +#begin Content/Sounds/Cries/74.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/74.mp3 + +#begin Content/Sounds/Cries/75.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/75.mp3 + +#begin Content/Sounds/Cries/76.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/76.mp3 + +#begin Content/Sounds/Cries/77.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/77.mp3 + +#begin Content/Sounds/Cries/78.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/78.mp3 + +#begin Content/Sounds/Cries/79.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/79.mp3 + +#begin Content/Sounds/Cries/8.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/8.mp3 + +#begin Content/Sounds/Cries/80.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/80.mp3 + +#begin Content/Sounds/Cries/81.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/81.mp3 + +#begin Content/Sounds/Cries/82.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/82.mp3 + +#begin Content/Sounds/Cries/83.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/83.mp3 + +#begin Content/Sounds/Cries/84.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/84.mp3 + +#begin Content/Sounds/Cries/85.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/85.mp3 + +#begin Content/Sounds/Cries/86.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/86.mp3 + +#begin Content/Sounds/Cries/87.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/87.mp3 + +#begin Content/Sounds/Cries/88.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/88.mp3 + +#begin Content/Sounds/Cries/89.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/89.mp3 + +#begin Content/Sounds/Cries/9.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/9.mp3 + +#begin Content/Sounds/Cries/90.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/90.mp3 + +#begin Content/Sounds/Cries/91.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/91.mp3 + +#begin Content/Sounds/Cries/92.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/92.mp3 + +#begin Content/Sounds/Cries/93.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/93.mp3 + +#begin Content/Sounds/Cries/94.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/94.mp3 + +#begin Content/Sounds/Cries/95.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/95.mp3 + +#begin Content/Sounds/Cries/96.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/96.mp3 + +#begin Content/Sounds/Cries/97.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/97.mp3 + +#begin Content/Sounds/Cries/98.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/98.mp3 + +#begin Content/Sounds/Cries/99.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Cries/99.mp3 + +#begin Content/Sounds/PC/pc_logon.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/PC/pc_logon.mp3 + +#begin Content/Sounds/PC/pc_off.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/PC/pc_off.mp3 + +#begin Content/Sounds/PC/pc_turnon.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/PC/pc_turnon.mp3 + +#begin Content/Sounds/Pokegear/pokegear_off.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Pokegear/pokegear_off.mp3 + +#begin Content/Sounds/Pokegear/pokegear_on.mp3 +/importer:Mp3Importer +/processor:SoundEffectProcessor +/processorParam:Quality=Low +/build:Content/Sounds/Pokegear/pokegear_on.mp3 + +#begin Content/Textures/Alph.png /importer:TextureImporter /processor:TextureProcessor /processorParam:ColorKeyColor=255,0,255,255 @@ -42706,9 +40378,9 @@ /processorParam:ResizeToPowerOfTwo=False /processorParam:MakeSquare=False /processorParam:TextureFormat=Color -/build:Pokemon/Sprites/Goodra.png +/build:Content/Textures/Alph.png -#begin Pokemon/Sprites/Goomy.png +#begin Content/Textures/Apricorn.png /importer:TextureImporter /processor:TextureProcessor /processorParam:ColorKeyColor=255,0,255,255 @@ -42718,9 +40390,9 @@ /processorParam:ResizeToPowerOfTwo=False /processorParam:MakeSquare=False /processorParam:TextureFormat=Color -/build:Pokemon/Sprites/Goomy.png +/build:Content/Textures/Apricorn.png -#begin Pokemon/Sprites/Sliggoo.png +#begin Content/Textures/Azalea.png /importer:TextureImporter /processor:TextureProcessor /processorParam:ColorKeyColor=255,0,255,255 @@ -42730,9 +40402,9 @@ /processorParam:ResizeToPowerOfTwo=False /processorParam:MakeSquare=False /processorParam:TextureFormat=Color -/build:Pokemon/Sprites/Sliggoo.png +/build:Content/Textures/Azalea.png -#begin Pokemon\Sprites\Pyroar_male.png +#begin Content/Textures/BarkTown.png /importer:TextureImporter /processor:TextureProcessor /processorParam:ColorKeyColor=255,0,255,255 @@ -42742,9 +40414,9 @@ /processorParam:ResizeToPowerOfTwo=False /processorParam:MakeSquare=False /processorParam:TextureFormat=Color -/build:Pokemon\Sprites\Pyroar_male.png +/build:Content/Textures/BarkTown.png -#begin Pokemon/Sprites/Pyroar_female.png +#begin Content/Textures/battlefactory.png /importer:TextureImporter /processor:TextureProcessor /processorParam:ColorKeyColor=255,0,255,255 @@ -42754,9 +40426,9 @@ /processorParam:ResizeToPowerOfTwo=False /processorParam:MakeSquare=False /processorParam:TextureFormat=Color -/build:Pokemon/Sprites/Pyroar_female.png +/build:Content/Textures/battlefactory.png -#begin Pokemon/Sprites/Litleo.png +#begin Content/Textures/battletower.png /importer:TextureImporter /processor:TextureProcessor /processorParam:ColorKeyColor=255,0,255,255 @@ -42766,9 +40438,9 @@ /processorParam:ResizeToPowerOfTwo=False /processorParam:MakeSquare=False /processorParam:TextureFormat=Color -/build:Pokemon/Sprites/Litleo.png +/build:Content/Textures/battletower.png -#begin Pokemon/Sprites/Dragalge.png +#begin Content/Textures/Berries.png /importer:TextureImporter /processor:TextureProcessor /processorParam:ColorKeyColor=255,0,255,255 @@ -42778,9 +40450,9 @@ /processorParam:ResizeToPowerOfTwo=False /processorParam:MakeSquare=False /processorParam:TextureFormat=Color -/build:Pokemon/Sprites/Dragalge.png +/build:Content/Textures/Berries.png -#begin Pokemon/Sprites/Clawitzer.png +#begin Content/Textures/berryForest.png /importer:TextureImporter /processor:TextureProcessor /processorParam:ColorKeyColor=255,0,255,255 @@ -42790,9 +40462,9 @@ /processorParam:ResizeToPowerOfTwo=False /processorParam:MakeSquare=False /processorParam:TextureFormat=Color -/build:Pokemon/Sprites/Clawitzer.png +/build:Content/Textures/berryForest.png -#begin Pokemon/Sprites/Skrelp.png +#begin Content/Textures/blackthorn.png /importer:TextureImporter /processor:TextureProcessor /processorParam:ColorKeyColor=255,0,255,255 @@ -42802,9 +40474,9 @@ /processorParam:ResizeToPowerOfTwo=False /processorParam:MakeSquare=False /processorParam:TextureFormat=Color -/build:Pokemon/Sprites/Skrelp.png +/build:Content/Textures/blackthorn.png -#begin Pokemon/Sprites/Clauncher.png +#begin Content/Textures/Center.png /importer:TextureImporter /processor:TextureProcessor /processorParam:ColorKeyColor=255,0,255,255 @@ -42814,9 +40486,9 @@ /processorParam:ResizeToPowerOfTwo=False /processorParam:MakeSquare=False /processorParam:TextureFormat=Color -/build:Pokemon/Sprites/Clauncher.png +/build:Content/Textures/Center.png -#begin Textures/NPC/ManaphyEgg.png +#begin Content/Textures/Cherrygrove.png /importer:TextureImporter /processor:TextureProcessor /processorParam:ColorKeyColor=255,0,255,255 @@ -42826,9 +40498,9 @@ /processorParam:ResizeToPowerOfTwo=False /processorParam:MakeSquare=False /processorParam:TextureFormat=Color -/build:Textures/NPC/ManaphyEgg.png +/build:Content/Textures/Cherrygrove.png -#begin Pokemon/Overworld/Shiny/6_mega_x.png +#begin Content/Textures/chess.png /importer:TextureImporter /processor:TextureProcessor /processorParam:ColorKeyColor=255,0,255,255 @@ -42838,9 +40510,9 @@ /processorParam:ResizeToPowerOfTwo=False /processorParam:MakeSquare=False /processorParam:TextureFormat=Color -/build:Pokemon/Overworld/Shiny/6_mega_x.png +/build:Content/Textures/chess.png -#begin Pokemon/Sprites/Swampert_mega.png +#begin Content/Textures/cianwood.png /importer:TextureImporter /processor:TextureProcessor /processorParam:ColorKeyColor=255,0,255,255 @@ -42850,9 +40522,9 @@ /processorParam:ResizeToPowerOfTwo=False /processorParam:MakeSquare=False /processorParam:TextureFormat=Color -/build:Pokemon/Sprites/Swampert_mega.png +/build:Content/Textures/cianwood.png -#begin Pokemon/Sprites/Pidgeot_mega.png +#begin Content/Textures/cyclingroad.png /importer:TextureImporter /processor:TextureProcessor /processorParam:ColorKeyColor=255,0,255,255 @@ -42862,5 +40534,14828 @@ /processorParam:ResizeToPowerOfTwo=False /processorParam:MakeSquare=False /processorParam:TextureFormat=Color -/build:Pokemon/Sprites/Pidgeot_mega.png +/build:Content/Textures/cyclingroad.png + +#begin Content/Textures/DiglettCave.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/Textures/DiglettCave.png + +#begin Content/Textures/dungeon.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/Textures/dungeon.png + +#begin Content/Textures/ecruteak.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/Textures/ecruteak.png + +#begin Content/Textures/emoticons.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/Textures/emoticons.png + +#begin Content/Textures/frontier.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/Textures/frontier.png + +#begin Content/Textures/Gate.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/Textures/Gate.png + +#begin Content/Textures/Goldenrod.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/Textures/Goldenrod.png + +#begin Content/Textures/Gym.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/Textures/Gym.png + +#begin Content/Textures/House.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/Textures/House.png + +#begin Content/Textures/House2.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/Textures/House2.png + +#begin Content/Textures/House3.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/Textures/House3.png + +#begin Content/Textures/House4.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/Textures/House4.png + +#begin Content/Textures/indigo.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/Textures/indigo.png + +#begin Content/Textures/Kanto0.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/Textures/Kanto0.png + +#begin Content/Textures/kantogates.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/Textures/kantogates.png + +#begin Content/Textures/kolben.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/Textures/kolben.png + +#begin Content/Textures/Lab.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/Textures/Lab.png + +#begin Content/Textures/Lakeofrage.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/Textures/Lakeofrage.png + +#begin Content/Textures/Lavender.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/Textures/Lavender.png + +#begin Content/Textures/Mahogany.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/Textures/Mahogany.png + +#begin Content/Textures/Mart.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/Textures/Mart.png + +#begin Content/Textures/mtsilver.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/Textures/mtsilver.png + +#begin Content/Textures/NES.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/Textures/NES.png + +#begin Content/Textures/Olivine.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/Textures/Olivine.png + +#begin Content/Textures/Park.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/Textures/Park.png + +#begin Content/Textures/portraits.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/Textures/portraits.png + +#begin Content/Textures/rocketbase.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/Textures/rocketbase.png + +#begin Content/Textures/Rotomroom.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/Textures/Rotomroom.png + +#begin Content/Textures/Routes.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/Textures/Routes.png + +#begin Content/Textures/Safari.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/Textures/Safari.png + +#begin Content/Textures/SafariGate.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/Textures/SafariGate.png + +#begin Content/Textures/SecretBase.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/Textures/SecretBase.png + +#begin Content/Textures/sevii.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/Textures/sevii.png + +#begin Content/Textures/Shrine.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/Textures/Shrine.png + +#begin Content/Textures/shuttle.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/Textures/shuttle.png + +#begin Content/Textures/train.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/Textures/train.png + +#begin Content/Textures/UnderwaterCave.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/Textures/UnderwaterCave.png + +#begin Content/Textures/Village.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/Textures/Village.png + +#begin Content/Textures/violet.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/Textures/violet.png + +#begin Content/Textures/viridianForest.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/Textures/viridianForest.png + +#begin Content/Textures/WoodTower.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/Textures/WoodTower.png + +#begin Content/Textures/Backdrops/Grass.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/Textures/Backdrops/Grass.png + +#begin Content/Textures/Backdrops/Water.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/Textures/Backdrops/Water.png + +#begin Content/Textures/Battle/Cloud.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/Textures/Battle/Cloud.png + +#begin Content/Textures/Battle/Status.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/Textures/Battle/Status.png + +#begin Content/Textures/Battle/Fighting/forcepalmhand.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/Textures/Battle/Fighting/forcepalmhand.png + +#begin Content/Textures/Battle/Fighting/forcepalmhandfaded.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/Textures/Battle/Fighting/forcepalmhandfaded.png + +#begin Content/Textures/Battle/Fighting/forcepalmhandfading.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/Textures/Battle/Fighting/forcepalmhandfading.png + +#begin Content/Textures/Battle/Fighting/forcepalmimpact.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/Textures/Battle/Fighting/forcepalmimpact.png + +#begin Content/Textures/Battle/Fighting/forcepalmparticle.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/Textures/Battle/Fighting/forcepalmparticle.png + +#begin Content/Textures/Battle/Fire/EmberBall.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/Textures/Battle/Fire/EmberBall.png + +#begin Content/Textures/Battle/Fire/Fire.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/Textures/Battle/Fire/Fire.png + +#begin Content/Textures/Battle/Fire/Hand.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/Textures/Battle/Fire/Hand.png + +#begin Content/Textures/Battle/Other/RedCircle.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/Textures/Battle/Other/RedCircle.png + +#begin Content/Textures/Battle/Other/YellowCloud.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/Textures/Battle/Other/YellowCloud.png + +#begin Content/Textures/Battle/Physical/Particle.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/Textures/Battle/Physical/Particle.png + +#begin Content/Textures/Battle/Physical/Tackle.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/Textures/Battle/Physical/Tackle.png + +#begin Content/Textures/Battle/StatChange/Heal.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/Textures/Battle/StatChange/Heal.png + +#begin Content/Textures/Battle/StatChange/statDown.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/Textures/Battle/StatChange/statDown.png + +#begin Content/Textures/Battle/StatChange/statUp.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/Textures/Battle/StatChange/statUp.png + +#begin Content/Textures/Battle/Water/bubble.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/Textures/Battle/Water/bubble.png + +#begin Content/Textures/Battle/Water/Water.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/Textures/Battle/Water/Water.png + +#begin Content/Textures/Emblem/alph.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/Textures/Emblem/alph.png + +#begin Content/Textures/Emblem/border.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/Textures/Emblem/border.png + +#begin Content/Textures/Emblem/boulder.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/Textures/Emblem/boulder.png + +#begin Content/Textures/Emblem/cascade.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/Textures/Emblem/cascade.png + +#begin Content/Textures/Emblem/champion.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/Textures/Emblem/champion.png + +#begin Content/Textures/Emblem/cyber.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/Textures/Emblem/cyber.png + +#begin Content/Textures/Emblem/earth.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/Textures/Emblem/earth.png + +#begin Content/Textures/Emblem/eevee.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/Textures/Emblem/eevee.png + +#begin Content/Textures/Emblem/eggsplosion.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/Textures/Emblem/eggsplosion.png + +#begin Content/Textures/Emblem/fog.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/Textures/Emblem/fog.png + +#begin Content/Textures/Emblem/genetics.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/Textures/Emblem/genetics.png + +#begin Content/Textures/Emblem/glacier.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/Textures/Emblem/glacier.png + +#begin Content/Textures/Emblem/glowing.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/Textures/Emblem/glowing.png + +#begin Content/Textures/Emblem/gold ability.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/Textures/Emblem/gold ability.png + +#begin Content/Textures/Emblem/gold knowledge.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/Textures/Emblem/gold knowledge.png + +#begin Content/Textures/Emblem/hive.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/Textures/Emblem/hive.png + +#begin Content/Textures/Emblem/johto.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/Textures/Emblem/johto.png + +#begin Content/Textures/Emblem/kanto.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/Textures/Emblem/kanto.png + +#begin Content/Textures/Emblem/legendary.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/Textures/Emblem/legendary.png + +#begin Content/Textures/Emblem/mailman.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/Textures/Emblem/mailman.png + +#begin Content/Textures/Emblem/marsh.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/Textures/Emblem/marsh.png + +#begin Content/Textures/Emblem/material.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/Textures/Emblem/material.png + +#begin Content/Textures/Emblem/mineral.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/Textures/Emblem/mineral.png + +#begin Content/Textures/Emblem/missingno.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/Textures/Emblem/missingno.png + +#begin Content/Textures/Emblem/overkill.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/Textures/Emblem/overkill.png + +#begin Content/Textures/Emblem/plain.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/Textures/Emblem/plain.png + +#begin Content/Textures/Emblem/pokedex.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/Textures/Emblem/pokedex.png + +#begin Content/Textures/Emblem/rainbow.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/Textures/Emblem/rainbow.png + +#begin Content/Textures/Emblem/rising.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/Textures/Emblem/rising.png + +#begin Content/Textures/Emblem/shooting star.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/Textures/Emblem/shooting star.png + +#begin Content/Textures/Emblem/silver ability.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/Textures/Emblem/silver ability.png + +#begin Content/Textures/Emblem/silver knowledge.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/Textures/Emblem/silver knowledge.png + +#begin Content/Textures/Emblem/snow.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/Textures/Emblem/snow.png + +#begin Content/Textures/Emblem/soul.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/Textures/Emblem/soul.png + +#begin Content/Textures/Emblem/stars.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/Textures/Emblem/stars.png + +#begin Content/Textures/Emblem/storm.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/Textures/Emblem/storm.png + +#begin Content/Textures/Emblem/thunder.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/Textures/Emblem/thunder.png + +#begin Content/Textures/Emblem/trainer.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/Textures/Emblem/trainer.png + +#begin Content/Textures/Emblem/unodostres.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/Textures/Emblem/unodostres.png + +#begin Content/Textures/Emblem/volcano.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/Textures/Emblem/volcano.png + +#begin Content/Textures/Emblem/zephyr.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/Textures/Emblem/zephyr.png + +#begin Content/Textures/ModelViewer/Ground.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/Textures/ModelViewer/Ground.png + +#begin Content/Textures/NPC/0.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/Textures/NPC/0.png + +#begin Content/Textures/NPC/1.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/Textures/NPC/1.png + +#begin Content/Textures/NPC/10.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/Textures/NPC/10.png + +#begin Content/Textures/NPC/11.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/Textures/NPC/11.png + +#begin Content/Textures/NPC/12.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/Textures/NPC/12.png + +#begin Content/Textures/NPC/13.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/Textures/NPC/13.png + +#begin Content/Textures/NPC/14.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/Textures/NPC/14.png + +#begin Content/Textures/NPC/141F.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/Textures/NPC/141F.png + +#begin Content/Textures/NPC/142F.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/Textures/NPC/142F.png + +#begin Content/Textures/NPC/15.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/Textures/NPC/15.png + +#begin Content/Textures/NPC/16.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/Textures/NPC/16.png + +#begin Content/Textures/NPC/17.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/Textures/NPC/17.png + +#begin Content/Textures/NPC/18.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/Textures/NPC/18.png + +#begin Content/Textures/NPC/19.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/Textures/NPC/19.png + +#begin Content/Textures/NPC/2.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/Textures/NPC/2.png + +#begin Content/Textures/NPC/20.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/Textures/NPC/20.png + +#begin Content/Textures/NPC/21.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/Textures/NPC/21.png + +#begin Content/Textures/NPC/22.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/Textures/NPC/22.png + +#begin Content/Textures/NPC/23.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/Textures/NPC/23.png + +#begin Content/Textures/NPC/24.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/Textures/NPC/24.png + +#begin Content/Textures/NPC/25.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/Textures/NPC/25.png + +#begin Content/Textures/NPC/26.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/Textures/NPC/26.png + +#begin Content/Textures/NPC/27.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/Textures/NPC/27.png + +#begin Content/Textures/NPC/28.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/Textures/NPC/28.png + +#begin Content/Textures/NPC/29.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/Textures/NPC/29.png + +#begin Content/Textures/NPC/3.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/Textures/NPC/3.png + +#begin Content/Textures/NPC/30.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/Textures/NPC/30.png + +#begin Content/Textures/NPC/31.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/Textures/NPC/31.png + +#begin Content/Textures/NPC/32.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/Textures/NPC/32.png + +#begin Content/Textures/NPC/33.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/Textures/NPC/33.png + +#begin Content/Textures/NPC/34.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/Textures/NPC/34.png + +#begin Content/Textures/NPC/35.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/Textures/NPC/35.png + +#begin Content/Textures/NPC/36.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/Textures/NPC/36.png + +#begin Content/Textures/NPC/37.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/Textures/NPC/37.png + +#begin Content/Textures/NPC/38.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/Textures/NPC/38.png + +#begin Content/Textures/NPC/39.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/Textures/NPC/39.png + +#begin Content/Textures/NPC/4.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/Textures/NPC/4.png + +#begin Content/Textures/NPC/40.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/Textures/NPC/40.png + +#begin Content/Textures/NPC/41.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/Textures/NPC/41.png + +#begin Content/Textures/NPC/42.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/Textures/NPC/42.png + +#begin Content/Textures/NPC/43.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/Textures/NPC/43.png + +#begin Content/Textures/NPC/44.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/Textures/NPC/44.png + +#begin Content/Textures/NPC/45.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/Textures/NPC/45.png + +#begin Content/Textures/NPC/46.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/Textures/NPC/46.png + +#begin Content/Textures/NPC/47.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/Textures/NPC/47.png + +#begin Content/Textures/NPC/48.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/Textures/NPC/48.png + +#begin Content/Textures/NPC/49.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/Textures/NPC/49.png + +#begin Content/Textures/NPC/5.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/Textures/NPC/5.png + +#begin Content/Textures/NPC/50.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/Textures/NPC/50.png + +#begin Content/Textures/NPC/51.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/Textures/NPC/51.png + +#begin Content/Textures/NPC/52.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/Textures/NPC/52.png + +#begin Content/Textures/NPC/53.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/Textures/NPC/53.png + +#begin Content/Textures/NPC/54.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/Textures/NPC/54.png + +#begin Content/Textures/NPC/55.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/Textures/NPC/55.png + +#begin Content/Textures/NPC/56.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/Textures/NPC/56.png + +#begin Content/Textures/NPC/57.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/Textures/NPC/57.png + +#begin Content/Textures/NPC/58.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/Textures/NPC/58.png + +#begin Content/Textures/NPC/59.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/Textures/NPC/59.png + +#begin Content/Textures/NPC/6.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/Textures/NPC/6.png + +#begin Content/Textures/NPC/60.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/Textures/NPC/60.png + +#begin Content/Textures/NPC/61.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/Textures/NPC/61.png + +#begin Content/Textures/NPC/62.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/Textures/NPC/62.png + +#begin Content/Textures/NPC/63.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/Textures/NPC/63.png + +#begin Content/Textures/NPC/64.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/Textures/NPC/64.png + +#begin Content/Textures/NPC/65.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/Textures/NPC/65.png + +#begin Content/Textures/NPC/66.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/Textures/NPC/66.png + +#begin Content/Textures/NPC/67.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/Textures/NPC/67.png + +#begin Content/Textures/NPC/68.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/Textures/NPC/68.png + +#begin Content/Textures/NPC/69.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/Textures/NPC/69.png + +#begin Content/Textures/NPC/7.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/Textures/NPC/7.png + +#begin Content/Textures/NPC/70.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/Textures/NPC/70.png + +#begin Content/Textures/NPC/71.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/Textures/NPC/71.png + +#begin Content/Textures/NPC/72.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/Textures/NPC/72.png + +#begin Content/Textures/NPC/73.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/Textures/NPC/73.png + +#begin Content/Textures/NPC/74.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/Textures/NPC/74.png + +#begin Content/Textures/NPC/75.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/Textures/NPC/75.png + +#begin Content/Textures/NPC/76.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/Textures/NPC/76.png + +#begin Content/Textures/NPC/77.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/Textures/NPC/77.png + +#begin Content/Textures/NPC/78.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/Textures/NPC/78.png + +#begin Content/Textures/NPC/79.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/Textures/NPC/79.png + +#begin Content/Textures/NPC/8.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/Textures/NPC/8.png + +#begin Content/Textures/NPC/80.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/Textures/NPC/80.png + +#begin Content/Textures/NPC/81.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/Textures/NPC/81.png + +#begin Content/Textures/NPC/82.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/Textures/NPC/82.png + +#begin Content/Textures/NPC/83.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/Textures/NPC/83.png + +#begin Content/Textures/NPC/84.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/Textures/NPC/84.png + +#begin Content/Textures/NPC/85.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/Textures/NPC/85.png + +#begin Content/Textures/NPC/86.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/Textures/NPC/86.png + +#begin Content/Textures/NPC/87.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/Textures/NPC/87.png + +#begin Content/Textures/NPC/88.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/Textures/NPC/88.png + +#begin Content/Textures/NPC/89.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/Textures/NPC/89.png + +#begin Content/Textures/NPC/9.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/Textures/NPC/9.png + +#begin Content/Textures/NPC/90.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/Textures/NPC/90.png + +#begin Content/Textures/NPC/91.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/Textures/NPC/91.png + +#begin Content/Textures/NPC/Aaron.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/Textures/NPC/Aaron.png + +#begin Content/Textures/NPC/Anvil.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/Textures/NPC/Anvil.png + +#begin Content/Textures/NPC/Archer.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/Textures/NPC/Archer.png + +#begin Content/Textures/NPC/Ariana.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/Textures/NPC/Ariana.png + +#begin Content/Textures/NPC/Blaine.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/Textures/NPC/Blaine.png + +#begin Content/Textures/NPC/Blue.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/Textures/NPC/Blue.png + +#begin Content/Textures/NPC/Brock.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/Textures/NPC/Brock.png + +#begin Content/Textures/NPC/Bruno.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/Textures/NPC/Bruno.png + +#begin Content/Textures/NPC/btguide.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/Textures/NPC/btguide.png + +#begin Content/Textures/NPC/bt_nilllzz.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/Textures/NPC/bt_nilllzz.png + +#begin Content/Textures/NPC/bt_statue.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/Textures/NPC/bt_statue.png + +#begin Content/Textures/NPC/bugcatcher.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/Textures/NPC/bugcatcher.png + +#begin Content/Textures/NPC/Bugsy.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/Textures/NPC/Bugsy.png + +#begin Content/Textures/NPC/captain.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/Textures/NPC/captain.png + +#begin Content/Textures/NPC/Chuck.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/Textures/NPC/Chuck.png + +#begin Content/Textures/NPC/Clair.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/Textures/NPC/Clair.png + +#begin Content/Textures/NPC/construction.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/Textures/NPC/construction.png + +#begin Content/Textures/NPC/cros.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/Textures/NPC/cros.png + +#begin Content/Textures/NPC/Daisy.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/Textures/NPC/Daisy.png + +#begin Content/Textures/NPC/daniel.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/Textures/NPC/daniel.png + +#begin Content/Textures/NPC/darkfire.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/Textures/NPC/darkfire.png + +#begin Content/Textures/NPC/daziman.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/Textures/NPC/daziman.png + +#begin Content/Textures/NPC/dracohouston.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/Textures/NPC/dracohouston.png + +#begin Content/Textures/NPC/Elder.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/Textures/NPC/Elder.png + +#begin Content/Textures/NPC/Enethil.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/Textures/NPC/Enethil.png + +#begin Content/Textures/NPC/Erika.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/Textures/NPC/Erika.png + +#begin Content/Textures/NPC/Ethan.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/Textures/NPC/Ethan.png + +#begin Content/Textures/NPC/Eusine.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/Textures/NPC/Eusine.png + +#begin Content/Textures/NPC/Falkner.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/Textures/NPC/Falkner.png + +#begin Content/Textures/NPC/Fanta.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/Textures/NPC/Fanta.png + +#begin Content/Textures/NPC/Farfetch'd.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/Textures/NPC/Farfetch'd.png + +#begin Content/Textures/NPC/Flame.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/Textures/NPC/Flame.png + +#begin Content/Textures/NPC/GoldRetro.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/Textures/NPC/GoldRetro.png + +#begin Content/Textures/NPC/GruntF.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/Textures/NPC/GruntF.png + +#begin Content/Textures/NPC/GruntM.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/Textures/NPC/GruntM.png + +#begin Content/Textures/NPC/GymGuy.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/Textures/NPC/GymGuy.png + +#begin Content/Textures/NPC/Haydos.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/Textures/NPC/Haydos.png + +#begin Content/Textures/NPC/HCSwagmar.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/Textures/NPC/HCSwagmar.png + +#begin Content/Textures/NPC/Hilbert.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/Textures/NPC/Hilbert.png + +#begin Content/Textures/NPC/Hilda.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/Textures/NPC/Hilda.png + +#begin Content/Textures/NPC/Janine.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/Textures/NPC/Janine.png + +#begin Content/Textures/NPC/Jasmine.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/Textures/NPC/Jasmine.png + +#begin Content/Textures/NPC/Karen.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/Textures/NPC/Karen.png + +#begin Content/Textures/NPC/Koga.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/Textures/NPC/Koga.png + +#begin Content/Textures/NPC/Kurt.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/Textures/NPC/Kurt.png + +#begin Content/Textures/NPC/Lance.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/Textures/NPC/Lance.png + +#begin Content/Textures/NPC/Leaf.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/Textures/NPC/Leaf.png + +#begin Content/Textures/NPC/lightning.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/Textures/NPC/lightning.png + +#begin Content/Textures/NPC/LittleGirl.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/Textures/NPC/LittleGirl.png + +#begin Content/Textures/NPC/Looker.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/Textures/NPC/Looker.png + +#begin Content/Textures/NPC/Lorelei.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/Textures/NPC/Lorelei.png + +#begin Content/Textures/NPC/LtSurge.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/Textures/NPC/LtSurge.png + +#begin Content/Textures/NPC/Lyra.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/Textures/NPC/Lyra.png + +#begin Content/Textures/NPC/Malc.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/Textures/NPC/Malc.png + +#begin Content/Textures/NPC/ManaphyEgg.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/Textures/NPC/ManaphyEgg.png + +#begin Content/Textures/NPC/Mary.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/Textures/NPC/Mary.png + +#begin Content/Textures/NPC/MasterRoshi.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/Textures/NPC/MasterRoshi.png + +#begin Content/Textures/NPC/misty.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/Textures/NPC/misty.png + +#begin Content/Textures/NPC/Morty.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/Textures/NPC/Morty.png + +#begin Content/Textures/NPC/mrhippocrit.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/Textures/NPC/mrhippocrit.png + +#begin Content/Textures/NPC/Nate.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/Textures/NPC/Nate.png + +#begin Content/Textures/NPC/nilllzz.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/Textures/NPC/nilllzz.png + +#begin Content/Textures/NPC/oak.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/Textures/NPC/oak.png + +#begin Content/Textures/NPC/oldhatman.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/Textures/NPC/oldhatman.png + +#begin Content/Textures/NPC/OldLady.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/Textures/NPC/OldLady.png + +#begin Content/Textures/NPC/Petrel.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/Textures/NPC/Petrel.png + +#begin Content/Textures/NPC/Pidgey.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/Textures/NPC/Pidgey.png + +#begin Content/Textures/NPC/PinkShirtGirl.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/Textures/NPC/PinkShirtGirl.png + +#begin Content/Textures/NPC/Pokeball.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/Textures/NPC/Pokeball.png + +#begin Content/Textures/NPC/princevade.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/Textures/NPC/princevade.png + +#begin Content/Textures/NPC/Proton.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/Textures/NPC/Proton.png + +#begin Content/Textures/NPC/Pryce.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/Textures/NPC/Pryce.png + +#begin Content/Textures/NPC/queen.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/Textures/NPC/queen.png + +#begin Content/Textures/NPC/Rattata.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/Textures/NPC/Rattata.png + +#begin Content/Textures/NPC/Red.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/Textures/NPC/Red.png + +#begin Content/Textures/NPC/RedMom.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/Textures/NPC/RedMom.png + +#begin Content/Textures/NPC/robot1.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/Textures/NPC/robot1.png + +#begin Content/Textures/NPC/robot2.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/Textures/NPC/robot2.png + +#begin Content/Textures/NPC/robot3.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/Textures/NPC/robot3.png + +#begin Content/Textures/NPC/rock.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/Textures/NPC/rock.png + +#begin Content/Textures/NPC/Rosa.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/Textures/NPC/Rosa.png + +#begin Content/Textures/NPC/Sabrina.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/Textures/NPC/Sabrina.png + +#begin Content/Textures/NPC/Sage.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/Textures/NPC/Sage.png + +#begin Content/Textures/NPC/seaweed.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/Textures/NPC/seaweed.png + +#begin Content/Textures/NPC/slender.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/Textures/NPC/slender.png + +#begin Content/Textures/NPC/Slowpoke.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/Textures/NPC/Slowpoke.png + +#begin Content/Textures/NPC/Substitute.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/Textures/NPC/Substitute.png + +#begin Content/Textures/NPC/Sudowoodo.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/Textures/NPC/Sudowoodo.png + +#begin Content/Textures/NPC/tornado.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/Textures/NPC/tornado.png + +#begin Content/Textures/NPC/Whitney.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/Textures/NPC/Whitney.png + +#begin Content/Textures/NPC/Will.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/Textures/NPC/Will.png + +#begin Content/Textures/NPC/battletower/0.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/Textures/NPC/battletower/0.png + +#begin Content/Textures/NPC/battletower/1.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/Textures/NPC/battletower/1.png + +#begin Content/Textures/NPC/battletower/10.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/Textures/NPC/battletower/10.png + +#begin Content/Textures/NPC/battletower/11.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/Textures/NPC/battletower/11.png + +#begin Content/Textures/NPC/battletower/12.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/Textures/NPC/battletower/12.png + +#begin Content/Textures/NPC/battletower/13.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/Textures/NPC/battletower/13.png + +#begin Content/Textures/NPC/battletower/14.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/Textures/NPC/battletower/14.png + +#begin Content/Textures/NPC/battletower/15.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/Textures/NPC/battletower/15.png + +#begin Content/Textures/NPC/battletower/16.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/Textures/NPC/battletower/16.png + +#begin Content/Textures/NPC/battletower/17.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/Textures/NPC/battletower/17.png + +#begin Content/Textures/NPC/battletower/18.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/Textures/NPC/battletower/18.png + +#begin Content/Textures/NPC/battletower/19.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/Textures/NPC/battletower/19.png + +#begin Content/Textures/NPC/battletower/2.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/Textures/NPC/battletower/2.png + +#begin Content/Textures/NPC/battletower/20.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/Textures/NPC/battletower/20.png + +#begin Content/Textures/NPC/battletower/21.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/Textures/NPC/battletower/21.png + +#begin Content/Textures/NPC/battletower/22.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/Textures/NPC/battletower/22.png + +#begin Content/Textures/NPC/battletower/23.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/Textures/NPC/battletower/23.png + +#begin Content/Textures/NPC/battletower/24.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/Textures/NPC/battletower/24.png + +#begin Content/Textures/NPC/battletower/25.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/Textures/NPC/battletower/25.png + +#begin Content/Textures/NPC/battletower/26.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/Textures/NPC/battletower/26.png + +#begin Content/Textures/NPC/battletower/27.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/Textures/NPC/battletower/27.png + +#begin Content/Textures/NPC/battletower/28.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/Textures/NPC/battletower/28.png + +#begin Content/Textures/NPC/battletower/29.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/Textures/NPC/battletower/29.png + +#begin Content/Textures/NPC/battletower/3.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/Textures/NPC/battletower/3.png + +#begin Content/Textures/NPC/battletower/30.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/Textures/NPC/battletower/30.png + +#begin Content/Textures/NPC/battletower/31.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/Textures/NPC/battletower/31.png + +#begin Content/Textures/NPC/battletower/32.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/Textures/NPC/battletower/32.png + +#begin Content/Textures/NPC/battletower/33.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/Textures/NPC/battletower/33.png + +#begin Content/Textures/NPC/battletower/34.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/Textures/NPC/battletower/34.png + +#begin Content/Textures/NPC/battletower/35.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/Textures/NPC/battletower/35.png + +#begin Content/Textures/NPC/battletower/36.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/Textures/NPC/battletower/36.png + +#begin Content/Textures/NPC/battletower/37.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/Textures/NPC/battletower/37.png + +#begin Content/Textures/NPC/battletower/38.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/Textures/NPC/battletower/38.png + +#begin Content/Textures/NPC/battletower/39.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/Textures/NPC/battletower/39.png + +#begin Content/Textures/NPC/battletower/4.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/Textures/NPC/battletower/4.png + +#begin Content/Textures/NPC/battletower/40.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/Textures/NPC/battletower/40.png + +#begin Content/Textures/NPC/battletower/41.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/Textures/NPC/battletower/41.png + +#begin Content/Textures/NPC/battletower/42.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/Textures/NPC/battletower/42.png + +#begin Content/Textures/NPC/battletower/43.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/Textures/NPC/battletower/43.png + +#begin Content/Textures/NPC/battletower/44.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/Textures/NPC/battletower/44.png + +#begin Content/Textures/NPC/battletower/45.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/Textures/NPC/battletower/45.png + +#begin Content/Textures/NPC/battletower/46.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/Textures/NPC/battletower/46.png + +#begin Content/Textures/NPC/battletower/47.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/Textures/NPC/battletower/47.png + +#begin Content/Textures/NPC/battletower/48.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/Textures/NPC/battletower/48.png + +#begin Content/Textures/NPC/battletower/49.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/Textures/NPC/battletower/49.png + +#begin Content/Textures/NPC/battletower/5.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/Textures/NPC/battletower/5.png + +#begin Content/Textures/NPC/battletower/50.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/Textures/NPC/battletower/50.png + +#begin Content/Textures/NPC/battletower/51.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/Textures/NPC/battletower/51.png + +#begin Content/Textures/NPC/battletower/52.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/Textures/NPC/battletower/52.png + +#begin Content/Textures/NPC/battletower/53.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/Textures/NPC/battletower/53.png + +#begin Content/Textures/NPC/battletower/6.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/Textures/NPC/battletower/6.png + +#begin Content/Textures/NPC/battletower/7.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/Textures/NPC/battletower/7.png + +#begin Content/Textures/NPC/battletower/8.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/Textures/NPC/battletower/8.png + +#begin Content/Textures/NPC/battletower/9.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/Textures/NPC/battletower/9.png + +#begin Content/Textures/NPC/Pokemon/243_stone.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/Textures/NPC/Pokemon/243_stone.png + +#begin Content/Textures/NPC/Pokemon/244_stone.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/Textures/NPC/Pokemon/244_stone.png + +#begin Content/Textures/NPC/Pokemon/245_stone.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/Textures/NPC/Pokemon/245_stone.png + +#begin Content/Textures/Seasons/Flowers.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/Textures/Seasons/Flowers.png + +#begin Content/Textures/Seasons/Grass.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/Textures/Seasons/Grass.png + +#begin Content/Textures/Seasons/PlantColoring.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/Textures/Seasons/PlantColoring.png + +#begin Content/Textures/TVs/Anime.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/Textures/TVs/Anime.png + +#begin Content/Textures/TVs/benwork.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/Textures/TVs/benwork.png + +#begin Content/Textures/TVs/Blue.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/Textures/TVs/Blue.png + +#begin Content/Textures/TVs/BSOD.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/Textures/TVs/BSOD.png + +#begin Content/Textures/TVs/Crystal.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/Textures/TVs/Crystal.png + +#begin Content/Textures/TVs/Emerald.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/Textures/TVs/Emerald.png + +#begin Content/Textures/TVs/GameGrumps.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/Textures/TVs/GameGrumps.png + +#begin Content/Textures/TVs/Gold.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/Textures/TVs/Gold.png + +#begin Content/Textures/TVs/inception.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/Textures/TVs/inception.png + +#begin Content/Textures/TVs/Kolben.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/Textures/TVs/Kolben.png + +#begin Content/Textures/TVs/MarioKart8.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/Textures/TVs/MarioKart8.png + +#begin Content/Textures/TVs/Nyan.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/Textures/TVs/Nyan.png + +#begin Content/Textures/TVs/office.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/Textures/TVs/office.png + +#begin Content/Textures/TVs/P3d.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/Textures/TVs/P3d.png + +#begin Content/Textures/TVs/Pong.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/Textures/TVs/Pong.png + +#begin Content/Textures/TVs/PSwebCode.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/Textures/TVs/PSwebCode.png + +#begin Content/Textures/TVs/Red.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/Textures/TVs/Red.png + +#begin Content/Textures/TVs/RickRolled.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/Textures/TVs/RickRolled.png + +#begin Content/Textures/TVs/RickRolled2.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/Textures/TVs/RickRolled2.png + +#begin Content/Textures/TVs/Ruby.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/Textures/TVs/Ruby.png + +#begin Content/Textures/TVs/Sapphire.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/Textures/TVs/Sapphire.png + +#begin Content/Textures/TVs/Silver.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/Textures/TVs/Silver.png + +#begin Content/Textures/TVs/webcode.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/Textures/TVs/webcode.png + +#begin Content/Textures/TVs/website.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/Textures/TVs/website.png + +#begin Content/Textures/TVs/webwork.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/Textures/TVs/webwork.png + +#begin Content/Textures/TVs/work.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/Textures/TVs/work.png + +#begin Content/Textures/TVs/Yellow.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/Textures/TVs/Yellow.png + +#begin Content/Textures/Weather/ash.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/Textures/Weather/ash.png + +#begin Content/Textures/Weather/ash2.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/Textures/Weather/ash2.png + +#begin Content/Textures/Weather/bubble.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/Textures/Weather/bubble.png + +#begin Content/Textures/Weather/rain.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/Textures/Weather/rain.png + +#begin Content/Textures/Weather/rain2.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/Textures/Weather/rain2.png + +#begin Content/Textures/Weather/rain3.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/Textures/Weather/rain3.png + +#begin Content/Textures/Weather/sand.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/Textures/Weather/sand.png + +#begin Content/Textures/Weather/snow.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/Textures/Weather/snow.png + +#begin Content/Textures/Weather/snow2.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/Textures/Weather/snow2.png + +#begin maps/azalea.dat +/copy:maps/azalea.dat + +#begin maps/barktown.dat +/copy:maps/barktown.dat + +#begin maps/barktown0.dat +/copy:maps/barktown0.dat + +#begin maps/BerryVista.dat +/copy:maps/BerryVista.dat + +#begin maps/blackthorn.dat +/copy:maps/blackthorn.dat + +#begin maps/cherrygrove.dat +/copy:maps/cherrygrove.dat + +#begin maps/cherrygrove_center.dat +/copy:maps/cherrygrove_center.dat + +#begin maps/cherrygrove_mart.dat +/copy:maps/cherrygrove_mart.dat + +#begin maps/cianwood.dat +/copy:maps/cianwood.dat + +#begin maps/Ecruteak.dat +/copy:maps/Ecruteak.dat + +#begin maps/elmlab.dat +/copy:maps/elmlab.dat + +#begin maps/goldenrod.dat +/copy:maps/goldenrod.dat + +#begin maps/ilexforest.dat +/copy:maps/ilexforest.dat + +#begin maps/lakeofrage.dat +/copy:maps/lakeofrage.dat + +#begin maps/mahogany.dat +/copy:maps/mahogany.dat + +#begin maps/mrpokemonhouse.dat +/copy:maps/mrpokemonhouse.dat + +#begin maps/Olivine.dat +/copy:maps/Olivine.dat + +#begin maps/restplaces.dat +/copy:maps/restplaces.dat + +#begin maps/route29.dat +/copy:maps/route29.dat + +#begin maps/route30.dat +/copy:maps/route30.dat + +#begin maps/route31.dat +/copy:maps/route31.dat + +#begin maps/route32.dat +/copy:maps/route32.dat + +#begin maps/route32_center.dat +/copy:maps/route32_center.dat + +#begin maps/route33.dat +/copy:maps/route33.dat + +#begin maps/route36.dat +/copy:maps/route36.dat + +#begin maps/route37.dat +/copy:maps/route37.dat + +#begin maps/route38.dat +/copy:maps/route38.dat + +#begin maps/route39.dat +/copy:maps/route39.dat + +#begin maps/speedboatscene.dat +/copy:maps/speedboatscene.dat + +#begin maps/test.dat +/copy:maps/test.dat + +#begin maps/testlevel.dat +/copy:maps/testlevel.dat + +#begin maps/tohjofalls.dat +/copy:maps/tohjofalls.dat + +#begin maps/violet.dat +/copy:maps/violet.dat + +#begin maps/violetroute31gate.dat +/copy:maps/violetroute31gate.dat + +#begin maps/violet_center.dat +/copy:maps/violet_center.dat + +#begin maps/violet_mart.dat +/copy:maps/violet_mart.dat + +#begin maps/yourroom.dat +/copy:maps/yourroom.dat + +#begin maps/alph/alph01.dat +/copy:maps/alph/alph01.dat + +#begin maps/alph/alph02.dat +/copy:maps/alph/alph02.dat + +#begin maps/alph/alph03.dat +/copy:maps/alph/alph03.dat + +#begin maps/alph/alph04.dat +/copy:maps/alph/alph04.dat + +#begin maps/alph/alph05.dat +/copy:maps/alph/alph05.dat + +#begin maps/alph/alph06.dat +/copy:maps/alph/alph06.dat + +#begin maps/alph/alphhouse.dat +/copy:maps/alph/alphhouse.dat + +#begin maps/alph/deepruins.dat +/copy:maps/alph/deepruins.dat + +#begin maps/alph/ruinsofalph.dat +/copy:maps/alph/ruinsofalph.dat + +#begin maps/azalea/0.dat +/copy:maps/azalea/0.dat + +#begin maps/azalea/center.dat +/copy:maps/azalea/center.dat + +#begin maps/azalea/kurt.dat +/copy:maps/azalea/kurt.dat + +#begin maps/azalea/mart.dat +/copy:maps/azalea/mart.dat + +#begin maps/barktown/0.dat +/copy:maps/barktown/0.dat + +#begin maps/barktown/1.dat +/copy:maps/barktown/1.dat + +#begin maps/battle/azalea.dat +/copy:maps/battle/azalea.dat + +#begin maps/battle/battle0.dat +/copy:maps/battle/battle0.dat + +#begin maps/battle/battle1.dat +/copy:maps/battle/battle1.dat + +#begin maps/battle/cherrygrove.dat +/copy:maps/battle/cherrygrove.dat + +#begin maps/battle/cianwood.dat +/copy:maps/battle/cianwood.dat + +#begin maps/battle/Ecruteak.dat +/copy:maps/battle/Ecruteak.dat + +#begin maps/battle/ilexforest.dat +/copy:maps/battle/ilexforest.dat + +#begin maps/battle/kanto0.dat +/copy:maps/battle/kanto0.dat + +#begin maps/battle/Olivine.dat +/copy:maps/battle/Olivine.dat + +#begin maps/battle/pvp.dat +/copy:maps/battle/pvp.dat + +#begin maps/battle/route29.dat +/copy:maps/battle/route29.dat + +#begin maps/battle/route32.dat +/copy:maps/battle/route32.dat + +#begin maps/battle/route33.dat +/copy:maps/battle/route33.dat + +#begin maps/battle/tohjofalls.dat +/copy:maps/battle/tohjofalls.dat + +#begin maps/battle/violet.dat +/copy:maps/battle/violet.dat + +#begin maps/battle/alph/alph01.dat +/copy:maps/battle/alph/alph01.dat + +#begin maps/battle/alph/alph03.dat +/copy:maps/battle/alph/alph03.dat + +#begin maps/battle/boon/cape.dat +/copy:maps/battle/boon/cape.dat + +#begin maps/battle/burnedtower/burnedtower1f.dat +/copy:maps/battle/burnedtower/burnedtower1f.dat + +#begin maps/battle/burnedtower/burnedtowerb1f.dat +/copy:maps/battle/burnedtower/burnedtowerb1f.dat + +#begin maps/battle/ceruleancave/1f.dat +/copy:maps/battle/ceruleancave/1f.dat + +#begin maps/battle/ceruleancave/2f.dat +/copy:maps/battle/ceruleancave/2f.dat + +#begin maps/battle/ceruleancave/bf1.dat +/copy:maps/battle/ceruleancave/bf1.dat + +#begin maps/battle/chrono/labyrinth.dat +/copy:maps/battle/chrono/labyrinth.dat + +#begin maps/battle/chrono/meadow.dat +/copy:maps/battle/chrono/meadow.dat + +#begin maps/battle/chrono/memorial.dat +/copy:maps/battle/chrono/memorial.dat + +#begin maps/battle/chrono/resort.dat +/copy:maps/battle/chrono/resort.dat + +#begin maps/battle/chrono/warehouse.dat +/copy:maps/battle/chrono/warehouse.dat + +#begin maps/battle/darkcave/darkcave0.dat +/copy:maps/battle/darkcave/darkcave0.dat + +#begin maps/battle/darkcave/darkcave1.dat +/copy:maps/battle/darkcave/darkcave1.dat + +#begin maps/battle/diglettscave/entpew.dat +/copy:maps/battle/diglettscave/entpew.dat + +#begin maps/battle/diglettscave/entver.dat +/copy:maps/battle/diglettscave/entver.dat + +#begin maps/battle/diglettscave/main.dat +/copy:maps/battle/diglettscave/main.dat + +#begin maps/battle/dragonsden/main.dat +/copy:maps/battle/dragonsden/main.dat + +#begin maps/battle/dungeon/checkpoint1.dat +/copy:maps/battle/dungeon/checkpoint1.dat + +#begin maps/battle/dungeon/chess.dat +/copy:maps/battle/dungeon/chess.dat + +#begin maps/battle/dungeon/main.dat +/copy:maps/battle/dungeon/main.dat + +#begin maps/battle/dungeon/mindend.dat +/copy:maps/battle/dungeon/mindend.dat + +#begin maps/battle/dungeon/passage.dat +/copy:maps/battle/dungeon/passage.dat + +#begin maps/battle/dungeon/0/0.dat +/copy:maps/battle/dungeon/0/0.dat + +#begin maps/battle/dungeon/0/1.dat +/copy:maps/battle/dungeon/0/1.dat + +#begin maps/battle/dungeon/0/10.dat +/copy:maps/battle/dungeon/0/10.dat + +#begin maps/battle/dungeon/0/11.dat +/copy:maps/battle/dungeon/0/11.dat + +#begin maps/battle/dungeon/0/12.dat +/copy:maps/battle/dungeon/0/12.dat + +#begin maps/battle/dungeon/0/13.dat +/copy:maps/battle/dungeon/0/13.dat + +#begin maps/battle/dungeon/0/14.dat +/copy:maps/battle/dungeon/0/14.dat + +#begin maps/battle/dungeon/0/2.dat +/copy:maps/battle/dungeon/0/2.dat + +#begin maps/battle/dungeon/0/3.dat +/copy:maps/battle/dungeon/0/3.dat + +#begin maps/battle/dungeon/0/4.dat +/copy:maps/battle/dungeon/0/4.dat + +#begin maps/battle/dungeon/0/5.dat +/copy:maps/battle/dungeon/0/5.dat + +#begin maps/battle/dungeon/0/6.dat +/copy:maps/battle/dungeon/0/6.dat + +#begin maps/battle/dungeon/0/7.dat +/copy:maps/battle/dungeon/0/7.dat + +#begin maps/battle/dungeon/0/8.dat +/copy:maps/battle/dungeon/0/8.dat + +#begin maps/battle/dungeon/0/9.dat +/copy:maps/battle/dungeon/0/9.dat + +#begin maps/battle/dungeon/1/0.dat +/copy:maps/battle/dungeon/1/0.dat + +#begin maps/battle/dungeon/1/1.dat +/copy:maps/battle/dungeon/1/1.dat + +#begin maps/battle/dungeon/1/10.dat +/copy:maps/battle/dungeon/1/10.dat + +#begin maps/battle/dungeon/1/11.dat +/copy:maps/battle/dungeon/1/11.dat + +#begin maps/battle/dungeon/1/12.dat +/copy:maps/battle/dungeon/1/12.dat + +#begin maps/battle/dungeon/1/13.dat +/copy:maps/battle/dungeon/1/13.dat + +#begin maps/battle/dungeon/1/14.dat +/copy:maps/battle/dungeon/1/14.dat + +#begin maps/battle/dungeon/1/15.dat +/copy:maps/battle/dungeon/1/15.dat + +#begin maps/battle/dungeon/1/16.dat +/copy:maps/battle/dungeon/1/16.dat + +#begin maps/battle/dungeon/1/17.dat +/copy:maps/battle/dungeon/1/17.dat + +#begin maps/battle/dungeon/1/18.dat +/copy:maps/battle/dungeon/1/18.dat + +#begin maps/battle/dungeon/1/19.dat +/copy:maps/battle/dungeon/1/19.dat + +#begin maps/battle/dungeon/1/2.dat +/copy:maps/battle/dungeon/1/2.dat + +#begin maps/battle/dungeon/1/20.dat +/copy:maps/battle/dungeon/1/20.dat + +#begin maps/battle/dungeon/1/21.dat +/copy:maps/battle/dungeon/1/21.dat + +#begin maps/battle/dungeon/1/22.dat +/copy:maps/battle/dungeon/1/22.dat + +#begin maps/battle/dungeon/1/23.dat +/copy:maps/battle/dungeon/1/23.dat + +#begin maps/battle/dungeon/1/24.dat +/copy:maps/battle/dungeon/1/24.dat + +#begin maps/battle/dungeon/1/3.dat +/copy:maps/battle/dungeon/1/3.dat + +#begin maps/battle/dungeon/1/4.dat +/copy:maps/battle/dungeon/1/4.dat + +#begin maps/battle/dungeon/1/5.dat +/copy:maps/battle/dungeon/1/5.dat + +#begin maps/battle/dungeon/1/6.dat +/copy:maps/battle/dungeon/1/6.dat + +#begin maps/battle/dungeon/1/7.dat +/copy:maps/battle/dungeon/1/7.dat + +#begin maps/battle/dungeon/1/8.dat +/copy:maps/battle/dungeon/1/8.dat + +#begin maps/battle/dungeon/1/9.dat +/copy:maps/battle/dungeon/1/9.dat + +#begin maps/battle/dungeon/2/0.dat +/copy:maps/battle/dungeon/2/0.dat + +#begin maps/battle/dungeon/2/1.dat +/copy:maps/battle/dungeon/2/1.dat + +#begin maps/battle/dungeon/2/2.dat +/copy:maps/battle/dungeon/2/2.dat + +#begin maps/battle/dungeon/2/3.dat +/copy:maps/battle/dungeon/2/3.dat + +#begin maps/battle/dungeon/2/4.dat +/copy:maps/battle/dungeon/2/4.dat + +#begin maps/battle/dungeon/2/5.dat +/copy:maps/battle/dungeon/2/5.dat + +#begin maps/battle/dungeon/2/6.dat +/copy:maps/battle/dungeon/2/6.dat + +#begin maps/battle/dungeon/2/7.dat +/copy:maps/battle/dungeon/2/7.dat + +#begin maps/battle/dungeon/2/outside.dat +/copy:maps/battle/dungeon/2/outside.dat + +#begin maps/battle/ecruteak/dance_theater.dat +/copy:maps/battle/ecruteak/dance_theater.dat + +#begin maps/battle/ecruteak/tintower10f.dat +/copy:maps/battle/ecruteak/tintower10f.dat + +#begin maps/battle/ecruteak/tintower1f.dat +/copy:maps/battle/ecruteak/tintower1f.dat + +#begin maps/battle/ecruteak/tintower2f.dat +/copy:maps/battle/ecruteak/tintower2f.dat + +#begin maps/battle/ecruteak/tintower3f.dat +/copy:maps/battle/ecruteak/tintower3f.dat + +#begin maps/battle/ecruteak/tintower4f.dat +/copy:maps/battle/ecruteak/tintower4f.dat + +#begin maps/battle/ecruteak/tintower5f.dat +/copy:maps/battle/ecruteak/tintower5f.dat + +#begin maps/battle/ecruteak/tintower6f.dat +/copy:maps/battle/ecruteak/tintower6f.dat + +#begin maps/battle/ecruteak/tintower7f.dat +/copy:maps/battle/ecruteak/tintower7f.dat + +#begin maps/battle/ecruteak/tintower8f.dat +/copy:maps/battle/ecruteak/tintower8f.dat + +#begin maps/battle/ecruteak/tintower9f.dat +/copy:maps/battle/ecruteak/tintower9f.dat + +#begin maps/battle/faraway/interior.dat +/copy:maps/battle/faraway/interior.dat + +#begin maps/battle/frontier/battlefactory/arena.dat +/copy:maps/battle/frontier/battlefactory/arena.dat + +#begin maps/battle/frontier/battletower/arena.dat +/copy:maps/battle/frontier/battletower/arena.dat + +#begin maps/battle/goldenrod/underground0.dat +/copy:maps/battle/goldenrod/underground0.dat + +#begin maps/battle/goldenrod/underground2.dat +/copy:maps/battle/goldenrod/underground2.dat + +#begin maps/battle/goldenrod/underground3.dat +/copy:maps/battle/goldenrod/underground3.dat + +#begin maps/battle/goldenrod/radiotower/1f.dat +/copy:maps/battle/goldenrod/radiotower/1f.dat + +#begin maps/battle/goldenrod/radiotower/2f.dat +/copy:maps/battle/goldenrod/radiotower/2f.dat + +#begin maps/battle/goldenrod/radiotower/3f.dat +/copy:maps/battle/goldenrod/radiotower/3f.dat + +#begin maps/battle/goldenrod/radiotower/4f.dat +/copy:maps/battle/goldenrod/radiotower/4f.dat + +#begin maps/battle/goldenrod/radiotower/5f.dat +/copy:maps/battle/goldenrod/radiotower/5f.dat + +#begin maps/battle/gyms/azalea_gym.dat +/copy:maps/battle/gyms/azalea_gym.dat + +#begin maps/battle/gyms/blackthorn_gym_1.dat +/copy:maps/battle/gyms/blackthorn_gym_1.dat + +#begin maps/battle/gyms/blackthorn_gym_2.dat +/copy:maps/battle/gyms/blackthorn_gym_2.dat + +#begin maps/battle/gyms/celadon_gym.dat +/copy:maps/battle/gyms/celadon_gym.dat + +#begin maps/battle/gyms/cerulean_gym.dat +/copy:maps/battle/gyms/cerulean_gym.dat + +#begin maps/battle/gyms/cianwood_gym.dat +/copy:maps/battle/gyms/cianwood_gym.dat + +#begin maps/battle/gyms/cinnabar_gym.dat +/copy:maps/battle/gyms/cinnabar_gym.dat + +#begin maps/battle/gyms/ecruteak_gym.dat +/copy:maps/battle/gyms/ecruteak_gym.dat + +#begin maps/battle/gyms/fuchsia_gym.dat +/copy:maps/battle/gyms/fuchsia_gym.dat + +#begin maps/battle/gyms/goldenrod_gym.dat +/copy:maps/battle/gyms/goldenrod_gym.dat + +#begin maps/battle/gyms/mahogany_gym.dat +/copy:maps/battle/gyms/mahogany_gym.dat + +#begin maps/battle/gyms/olivine_gym.dat +/copy:maps/battle/gyms/olivine_gym.dat + +#begin maps/battle/gyms/pewter_gym.dat +/copy:maps/battle/gyms/pewter_gym.dat + +#begin maps/battle/gyms/saffron_gym.dat +/copy:maps/battle/gyms/saffron_gym.dat + +#begin maps/battle/gyms/vermilion_gym.dat +/copy:maps/battle/gyms/vermilion_gym.dat + +#begin maps/battle/gyms/violet_gym.dat +/copy:maps/battle/gyms/violet_gym.dat + +#begin maps/battle/gyms/viridian_gym.dat +/copy:maps/battle/gyms/viridian_gym.dat + +#begin maps/battle/hiddengrotto/berryvista.dat +/copy:maps/battle/hiddengrotto/berryvista.dat + +#begin maps/battle/hiddengrotto/ilexforest.dat +/copy:maps/battle/hiddengrotto/ilexforest.dat + +#begin maps/battle/hiddengrotto/indigo.dat +/copy:maps/battle/hiddengrotto/indigo.dat + +#begin maps/battle/hiddengrotto/lakeofrage.dat +/copy:maps/battle/hiddengrotto/lakeofrage.dat + +#begin maps/battle/hiddengrotto/mahogany.dat +/copy:maps/battle/hiddengrotto/mahogany.dat + +#begin maps/battle/hiddengrotto/nationalpark0.dat +/copy:maps/battle/hiddengrotto/nationalpark0.dat + +#begin maps/battle/hiddengrotto/route26.dat +/copy:maps/battle/hiddengrotto/route26.dat + +#begin maps/battle/hiddengrotto/route27.dat +/copy:maps/battle/hiddengrotto/route27.dat + +#begin maps/battle/hiddengrotto/route31.dat +/copy:maps/battle/hiddengrotto/route31.dat + +#begin maps/battle/hiddengrotto/route32.dat +/copy:maps/battle/hiddengrotto/route32.dat + +#begin maps/battle/hiddengrotto/route34.dat +/copy:maps/battle/hiddengrotto/route34.dat + +#begin maps/battle/hiddengrotto/route35.dat +/copy:maps/battle/hiddengrotto/route35.dat + +#begin maps/battle/hiddengrotto/route39.dat +/copy:maps/battle/hiddengrotto/route39.dat + +#begin maps/battle/hiddengrotto/route42.dat +/copy:maps/battle/hiddengrotto/route42.dat + +#begin maps/battle/hiddengrotto/route43.dat +/copy:maps/battle/hiddengrotto/route43.dat + +#begin maps/battle/hiddengrotto/route44.dat +/copy:maps/battle/hiddengrotto/route44.dat + +#begin maps/battle/hiddengrotto/route46.dat +/copy:maps/battle/hiddengrotto/route46.dat + +#begin maps/battle/hiddengrotto/route47.dat +/copy:maps/battle/hiddengrotto/route47.dat + +#begin maps/battle/hiddengrotto/route48.dat +/copy:maps/battle/hiddengrotto/route48.dat + +#begin maps/battle/hiddengrotto/twirl.dat +/copy:maps/battle/hiddengrotto/twirl.dat + +#begin maps/battle/hiddengrotto/violet.dat +/copy:maps/battle/hiddengrotto/violet.dat + +#begin maps/battle/icefall/basement.dat +/copy:maps/battle/icefall/basement.dat + +#begin maps/battle/icefall/bay.dat +/copy:maps/battle/icefall/bay.dat + +#begin maps/battle/icefall/ent.dat +/copy:maps/battle/icefall/ent.dat + +#begin maps/battle/icefall/ground.dat +/copy:maps/battle/icefall/ground.dat + +#begin maps/battle/icepath/1f.dat +/copy:maps/battle/icepath/1f.dat + +#begin maps/battle/icepath/2f.dat +/copy:maps/battle/icepath/2f.dat + +#begin maps/battle/icepath/3f.dat +/copy:maps/battle/icepath/3f.dat + +#begin maps/battle/icepath/4f.dat +/copy:maps/battle/icepath/4f.dat + +#begin maps/battle/indigo/bruno.dat +/copy:maps/battle/indigo/bruno.dat + +#begin maps/battle/indigo/karen.dat +/copy:maps/battle/indigo/karen.dat + +#begin maps/battle/indigo/koga.dat +/copy:maps/battle/indigo/koga.dat + +#begin maps/battle/indigo/lance.dat +/copy:maps/battle/indigo/lance.dat + +#begin maps/battle/indigo/will.dat +/copy:maps/battle/indigo/will.dat + +#begin maps/battle/kin/bbridge.dat +/copy:maps/battle/kin/bbridge.dat + +#begin maps/battle/kin/berry.dat +/copy:maps/battle/kin/berry.dat + +#begin maps/battle/kin/town.dat +/copy:maps/battle/kin/town.dat + +#begin maps/battle/knot/kindle.dat +/copy:maps/battle/knot/kindle.dat + +#begin maps/battle/knot/treasure.dat +/copy:maps/battle/knot/treasure.dat + +#begin maps/battle/kolben/devoffices.dat +/copy:maps/battle/kolben/devoffices.dat + +#begin maps/battle/kolben/lounge.dat +/copy:maps/battle/kolben/lounge.dat + +#begin maps/battle/kolben/servers.dat +/copy:maps/battle/kolben/servers.dat + +#begin maps/battle/lighthouse/lighthouse0.dat +/copy:maps/battle/lighthouse/lighthouse0.dat + +#begin maps/battle/lostcave/1.dat +/copy:maps/battle/lostcave/1.dat + +#begin maps/battle/lostcave/2.dat +/copy:maps/battle/lostcave/2.dat + +#begin maps/battle/lostcave/3.dat +/copy:maps/battle/lostcave/3.dat + +#begin maps/battle/lostcave/4.dat +/copy:maps/battle/lostcave/4.dat + +#begin maps/battle/lostcave/5.dat +/copy:maps/battle/lostcave/5.dat + +#begin maps/battle/lostcave/6.dat +/copy:maps/battle/lostcave/6.dat + +#begin maps/battle/lostcave/7.dat +/copy:maps/battle/lostcave/7.dat + +#begin maps/battle/lostcave/8.dat +/copy:maps/battle/lostcave/8.dat + +#begin maps/battle/lostcave/ent.dat +/copy:maps/battle/lostcave/ent.dat + +#begin maps/battle/lostcave/extra1.dat +/copy:maps/battle/lostcave/extra1.dat + +#begin maps/battle/lostcave/extra2.dat +/copy:maps/battle/lostcave/extra2.dat + +#begin maps/battle/lostcave/extra3.dat +/copy:maps/battle/lostcave/extra3.dat + +#begin maps/battle/lostcave/extra4.dat +/copy:maps/battle/lostcave/extra4.dat + +#begin maps/battle/lostcave/ladder.dat +/copy:maps/battle/lostcave/ladder.dat + +#begin maps/battle/lostcave/selphy.dat +/copy:maps/battle/lostcave/selphy.dat + +#begin maps/battle/mtember/braille1.dat +/copy:maps/battle/mtember/braille1.dat + +#begin maps/battle/mtember/braille2.dat +/copy:maps/battle/mtember/braille2.dat + +#begin maps/battle/mtember/exterior.dat +/copy:maps/battle/mtember/exterior.dat + +#begin maps/battle/mtember/peak.dat +/copy:maps/battle/mtember/peak.dat + +#begin maps/battle/mtember/peakp1.dat +/copy:maps/battle/mtember/peakp1.dat + +#begin maps/battle/mtember/peakp2.dat +/copy:maps/battle/mtember/peakp2.dat + +#begin maps/battle/mtember/peakp3.dat +/copy:maps/battle/mtember/peakp3.dat + +#begin maps/battle/mtember/secretpath1.dat +/copy:maps/battle/mtember/secretpath1.dat + +#begin maps/battle/mtember/secretpath2.dat +/copy:maps/battle/mtember/secretpath2.dat + +#begin maps/battle/mtember/secretpath3.dat +/copy:maps/battle/mtember/secretpath3.dat + +#begin maps/battle/mtember/secretpath4.dat +/copy:maps/battle/mtember/secretpath4.dat + +#begin maps/battle/mtember/secretpath5.dat +/copy:maps/battle/mtember/secretpath5.dat + +#begin maps/battle/mtember/secretpath6.dat +/copy:maps/battle/mtember/secretpath6.dat + +#begin maps/battle/mtmoon/main.dat +/copy:maps/battle/mtmoon/main.dat + +#begin maps/battle/mtmoon/north.dat +/copy:maps/battle/mtmoon/north.dat + +#begin maps/battle/mtmoon/south.dat +/copy:maps/battle/mtmoon/south.dat + +#begin maps/battle/mtmortar/mtmortarbf1.dat +/copy:maps/battle/mtmortar/mtmortarbf1.dat + +#begin maps/battle/mtmortar/mtmortarf1.dat +/copy:maps/battle/mtmortar/mtmortarf1.dat + +#begin maps/battle/mtmortar/mtmortarf2.dat +/copy:maps/battle/mtmortar/mtmortarf2.dat + +#begin maps/battle/mtmortar/mtmortarmain.dat +/copy:maps/battle/mtmortar/mtmortarmain.dat + +#begin maps/battle/nationalpark/contest.dat +/copy:maps/battle/nationalpark/contest.dat + +#begin maps/battle/nationalpark/nationalpark0.dat +/copy:maps/battle/nationalpark/nationalpark0.dat + +#begin maps/battle/rocketbase/rocketbase1.dat +/copy:maps/battle/rocketbase/rocketbase1.dat + +#begin maps/battle/rocketbase/rocketbase2.dat +/copy:maps/battle/rocketbase/rocketbase2.dat + +#begin maps/battle/rocketbase/rocketbase3.dat +/copy:maps/battle/rocketbase/rocketbase3.dat + +#begin maps/battle/rocktunnel/bf1.dat +/copy:maps/battle/rocktunnel/bf1.dat + +#begin maps/battle/rocktunnel/bf2.dat +/copy:maps/battle/rocktunnel/bf2.dat + +#begin maps/battle/routes/route10.dat +/copy:maps/battle/routes/route10.dat + +#begin maps/battle/routes/route17.dat +/copy:maps/battle/routes/route17.dat + +#begin maps/battle/routes/route26.dat +/copy:maps/battle/routes/route26.dat + +#begin maps/battle/routes/route27.dat +/copy:maps/battle/routes/route27.dat + +#begin maps/battle/routes/route34.dat +/copy:maps/battle/routes/route34.dat + +#begin maps/battle/routes/route40.dat +/copy:maps/battle/routes/route40.dat + +#begin maps/battle/routes/route44.dat +/copy:maps/battle/routes/route44.dat + +#begin maps/battle/routes/route45.dat +/copy:maps/battle/routes/route45.dat + +#begin maps/battle/routes/route46.dat +/copy:maps/battle/routes/route46.dat + +#begin maps/battle/routes/route48.dat +/copy:maps/battle/routes/route48.dat + +#begin maps/battle/routes/route9.dat +/copy:maps/battle/routes/route9.dat + +#begin maps/battle/routes/route47/1.dat +/copy:maps/battle/routes/route47/1.dat + +#begin maps/battle/routes/route47/2.dat +/copy:maps/battle/routes/route47/2.dat + +#begin maps/battle/routes/route47/3.dat +/copy:maps/battle/routes/route47/3.dat + +#begin maps/battle/routes/route47/c1.dat +/copy:maps/battle/routes/route47/c1.dat + +#begin maps/battle/routes/route47/c2.dat +/copy:maps/battle/routes/route47/c2.dat + +#begin maps/battle/routes/route47/cb.dat +/copy:maps/battle/routes/route47/cb.dat + +#begin maps/battle/safarizone/areas/0.dat +/copy:maps/battle/safarizone/areas/0.dat + +#begin maps/battle/safarizone/areas/1.dat +/copy:maps/battle/safarizone/areas/1.dat + +#begin maps/battle/safarizone/areas/10.dat +/copy:maps/battle/safarizone/areas/10.dat + +#begin maps/battle/safarizone/areas/11.dat +/copy:maps/battle/safarizone/areas/11.dat + +#begin maps/battle/safarizone/areas/12.dat +/copy:maps/battle/safarizone/areas/12.dat + +#begin maps/battle/safarizone/areas/13.dat +/copy:maps/battle/safarizone/areas/13.dat + +#begin maps/battle/safarizone/areas/14.dat +/copy:maps/battle/safarizone/areas/14.dat + +#begin maps/battle/safarizone/areas/15.dat +/copy:maps/battle/safarizone/areas/15.dat + +#begin maps/battle/safarizone/areas/16.dat +/copy:maps/battle/safarizone/areas/16.dat + +#begin maps/battle/safarizone/areas/17.dat +/copy:maps/battle/safarizone/areas/17.dat + +#begin maps/battle/safarizone/areas/18.dat +/copy:maps/battle/safarizone/areas/18.dat + +#begin maps/battle/safarizone/areas/19.dat +/copy:maps/battle/safarizone/areas/19.dat + +#begin maps/battle/safarizone/areas/2.dat +/copy:maps/battle/safarizone/areas/2.dat + +#begin maps/battle/safarizone/areas/3.dat +/copy:maps/battle/safarizone/areas/3.dat + +#begin maps/battle/safarizone/areas/4.dat +/copy:maps/battle/safarizone/areas/4.dat + +#begin maps/battle/safarizone/areas/5.dat +/copy:maps/battle/safarizone/areas/5.dat + +#begin maps/battle/safarizone/areas/6.dat +/copy:maps/battle/safarizone/areas/6.dat + +#begin maps/battle/safarizone/areas/7.dat +/copy:maps/battle/safarizone/areas/7.dat + +#begin maps/battle/safarizone/areas/8.dat +/copy:maps/battle/safarizone/areas/8.dat + +#begin maps/battle/safarizone/areas/9.dat +/copy:maps/battle/safarizone/areas/9.dat + +#begin maps/battle/saffron/underground0.dat +/copy:maps/battle/saffron/underground0.dat + +#begin maps/battle/seafoam/bf1.dat +/copy:maps/battle/seafoam/bf1.dat + +#begin maps/battle/seafoam/bf2.dat +/copy:maps/battle/seafoam/bf2.dat + +#begin maps/battle/seafoam/bf3.dat +/copy:maps/battle/seafoam/bf3.dat + +#begin maps/battle/seafoam/bf4.dat +/copy:maps/battle/seafoam/bf4.dat + +#begin maps/battle/slowpokewell/slowpokewell1f.dat +/copy:maps/battle/slowpokewell/slowpokewell1f.dat + +#begin maps/battle/slowpokewell/slowpokewellb1f.dat +/copy:maps/battle/slowpokewell/slowpokewellb1f.dat + +#begin maps/battle/ssaqua/firsttrip/bf1.dat +/copy:maps/battle/ssaqua/firsttrip/bf1.dat + +#begin maps/battle/ssaqua/firsttrip/cabins/2.dat +/copy:maps/battle/ssaqua/firsttrip/cabins/2.dat + +#begin maps/battle/ssaqua/firsttrip/cabins/3.dat +/copy:maps/battle/ssaqua/firsttrip/cabins/3.dat + +#begin maps/battle/ssaqua/firsttrip/cabins/4.dat +/copy:maps/battle/ssaqua/firsttrip/cabins/4.dat + +#begin maps/battle/ssaqua/firsttrip/cabins/5.dat +/copy:maps/battle/ssaqua/firsttrip/cabins/5.dat + +#begin maps/battle/ssaqua/firsttrip/cabins/6.dat +/copy:maps/battle/ssaqua/firsttrip/cabins/6.dat + +#begin maps/battle/ssaqua/firsttrip/cabins/7.dat +/copy:maps/battle/ssaqua/firsttrip/cabins/7.dat + +#begin maps/battle/ssaqua/olivine/bf1.dat +/copy:maps/battle/ssaqua/olivine/bf1.dat + +#begin maps/battle/ssaqua/olivine/cabins/2.dat +/copy:maps/battle/ssaqua/olivine/cabins/2.dat + +#begin maps/battle/ssaqua/olivine/cabins/3.dat +/copy:maps/battle/ssaqua/olivine/cabins/3.dat + +#begin maps/battle/ssaqua/olivine/cabins/4.dat +/copy:maps/battle/ssaqua/olivine/cabins/4.dat + +#begin maps/battle/ssaqua/olivine/cabins/5.dat +/copy:maps/battle/ssaqua/olivine/cabins/5.dat + +#begin maps/battle/ssaqua/olivine/cabins/6.dat +/copy:maps/battle/ssaqua/olivine/cabins/6.dat + +#begin maps/battle/ssaqua/olivine/cabins/7.dat +/copy:maps/battle/ssaqua/olivine/cabins/7.dat + +#begin maps/battle/ssaqua/olivine/cabins/8.dat +/copy:maps/battle/ssaqua/olivine/cabins/8.dat + +#begin maps/battle/ssaqua/vermilion/bf1.dat +/copy:maps/battle/ssaqua/vermilion/bf1.dat + +#begin maps/battle/ssaqua/vermilion/cabins/2.dat +/copy:maps/battle/ssaqua/vermilion/cabins/2.dat + +#begin maps/battle/ssaqua/vermilion/cabins/3.dat +/copy:maps/battle/ssaqua/vermilion/cabins/3.dat + +#begin maps/battle/ssaqua/vermilion/cabins/4.dat +/copy:maps/battle/ssaqua/vermilion/cabins/4.dat + +#begin maps/battle/ssaqua/vermilion/cabins/5.dat +/copy:maps/battle/ssaqua/vermilion/cabins/5.dat + +#begin maps/battle/ssaqua/vermilion/cabins/6.dat +/copy:maps/battle/ssaqua/vermilion/cabins/6.dat + +#begin maps/battle/ssaqua/vermilion/cabins/7.dat +/copy:maps/battle/ssaqua/vermilion/cabins/7.dat + +#begin maps/battle/twirl forest/0/0.dat +/copy:maps/battle/twirl forest/0/0.dat + +#begin maps/battle/twirl forest/0/1.dat +/copy:maps/battle/twirl forest/0/1.dat + +#begin maps/battle/twirl forest/0/10.dat +/copy:maps/battle/twirl forest/0/10.dat + +#begin maps/battle/twirl forest/0/11.dat +/copy:maps/battle/twirl forest/0/11.dat + +#begin maps/battle/twirl forest/0/15.dat +/copy:maps/battle/twirl forest/0/15.dat + +#begin maps/battle/twirl forest/0/2.dat +/copy:maps/battle/twirl forest/0/2.dat + +#begin maps/battle/twirl forest/0/3.dat +/copy:maps/battle/twirl forest/0/3.dat + +#begin maps/battle/twirl forest/0/4.dat +/copy:maps/battle/twirl forest/0/4.dat + +#begin maps/battle/twirl forest/0/5.dat +/copy:maps/battle/twirl forest/0/5.dat + +#begin maps/battle/twirl forest/0/9.dat +/copy:maps/battle/twirl forest/0/9.dat + +#begin maps/battle/underwatercave/main.dat +/copy:maps/battle/underwatercave/main.dat + +#begin maps/battle/underwatercave/manaphy.dat +/copy:maps/battle/underwatercave/manaphy.dat + +#begin maps/battle/underwatercave/surface.dat +/copy:maps/battle/underwatercave/surface.dat + +#begin maps/battle/underwatercave/underwater.dat +/copy:maps/battle/underwatercave/underwater.dat + +#begin maps/battle/underwatercave/volcano.dat +/copy:maps/battle/underwatercave/volcano.dat + +#begin maps/battle/unioncave/unioncavebf1.dat +/copy:maps/battle/unioncave/unioncavebf1.dat + +#begin maps/battle/unioncave/unioncavebf2.dat +/copy:maps/battle/unioncave/unioncavebf2.dat + +#begin maps/battle/unioncave/unioncavef1.dat +/copy:maps/battle/unioncave/unioncavef1.dat + +#begin maps/battle/victoryroad/1.dat +/copy:maps/battle/victoryroad/1.dat + +#begin maps/battle/victoryroad/2.dat +/copy:maps/battle/victoryroad/2.dat + +#begin maps/battle/victoryroad/3.dat +/copy:maps/battle/victoryroad/3.dat + +#begin maps/battle/violet/sprouttowerf1.dat +/copy:maps/battle/violet/sprouttowerf1.dat + +#begin maps/battle/violet/sprouttowerf2.dat +/copy:maps/battle/violet/sprouttowerf2.dat + +#begin maps/battle/violet/sprouttowerf3.dat +/copy:maps/battle/violet/sprouttowerf3.dat + +#begin maps/battle/viridian/trainerhouse/arena.dat +/copy:maps/battle/viridian/trainerhouse/arena.dat + +#begin maps/battle/v_forest/main.dat +/copy:maps/battle/v_forest/main.dat + +#begin maps/battle/whirlislands/1fne.dat +/copy:maps/battle/whirlislands/1fne.dat + +#begin maps/battle/whirlislands/1fnw.dat +/copy:maps/battle/whirlislands/1fnw.dat + +#begin maps/battle/whirlislands/1fse.dat +/copy:maps/battle/whirlislands/1fse.dat + +#begin maps/battle/whirlislands/1fsw.dat +/copy:maps/battle/whirlislands/1fsw.dat + +#begin maps/battle/whirlislands/bf1main.dat +/copy:maps/battle/whirlislands/bf1main.dat + +#begin maps/battle/whirlislands/lugia.dat +/copy:maps/battle/whirlislands/lugia.dat + +#begin maps/battle/whirlislands/sc1.dat +/copy:maps/battle/whirlislands/sc1.dat + +#begin maps/battle/whirlislands/sc2.dat +/copy:maps/battle/whirlislands/sc2.dat + +#begin maps/battle/whirlislands/sc3.dat +/copy:maps/battle/whirlislands/sc3.dat + +#begin maps/battle/whirlislands/sc4.dat +/copy:maps/battle/whirlislands/sc4.dat + +#begin maps/battle/whirlislands/wfall.dat +/copy:maps/battle/whirlislands/wfall.dat + +#begin maps/blackthorn/000.dat +/copy:maps/blackthorn/000.dat + +#begin maps/blackthorn/001.dat +/copy:maps/blackthorn/001.dat + +#begin maps/blackthorn/002.dat +/copy:maps/blackthorn/002.dat + +#begin maps/blackthorn/center.dat +/copy:maps/blackthorn/center.dat + +#begin maps/blackthorn/mart.dat +/copy:maps/blackthorn/mart.dat + +#begin maps/boon/1.dat +/copy:maps/boon/1.dat + +#begin maps/boon/2.dat +/copy:maps/boon/2.dat + +#begin maps/boon/cape.dat +/copy:maps/boon/cape.dat + +#begin maps/boon/capehouse.dat +/copy:maps/boon/capehouse.dat + +#begin maps/boon/center.dat +/copy:maps/boon/center.dat + +#begin maps/boon/dock.dat +/copy:maps/boon/dock.dat + +#begin maps/boon/town.dat +/copy:maps/boon/town.dat + +#begin maps/burnedtower/burnedtower1f.dat +/copy:maps/burnedtower/burnedtower1f.dat + +#begin maps/burnedtower/burnedtowerb1f.dat +/copy:maps/burnedtower/burnedtowerb1f.dat + +#begin maps/celadon/center.dat +/copy:maps/celadon/center.dat + +#begin maps/celadon/condo1.dat +/copy:maps/celadon/condo1.dat + +#begin maps/celadon/condo2.dat +/copy:maps/celadon/condo2.dat + +#begin maps/celadon/condo3.dat +/copy:maps/celadon/condo3.dat + +#begin maps/celadon/condo4.dat +/copy:maps/celadon/condo4.dat + +#begin maps/celadon/diner.dat +/copy:maps/celadon/diner.dat + +#begin maps/celadon/main.dat +/copy:maps/celadon/main.dat + +#begin maps/celadon/mart.dat +/copy:maps/celadon/mart.dat + +#begin maps/cerulean/1.dat +/copy:maps/cerulean/1.dat + +#begin maps/cerulean/2.dat +/copy:maps/cerulean/2.dat + +#begin maps/cerulean/3.dat +/copy:maps/cerulean/3.dat + +#begin maps/cerulean/center.dat +/copy:maps/cerulean/center.dat + +#begin maps/cerulean/main.dat +/copy:maps/cerulean/main.dat + +#begin maps/cerulean/mart.dat +/copy:maps/cerulean/mart.dat + +#begin maps/ceruleancave/1f.dat +/copy:maps/ceruleancave/1f.dat + +#begin maps/ceruleancave/2f.dat +/copy:maps/ceruleancave/2f.dat + +#begin maps/ceruleancave/bf1.dat +/copy:maps/ceruleancave/bf1.dat + +#begin maps/cherrygrove/0.dat +/copy:maps/cherrygrove/0.dat + +#begin maps/cherrygrove/1.dat +/copy:maps/cherrygrove/1.dat + +#begin maps/cherrygrove/2.dat +/copy:maps/cherrygrove/2.dat + +#begin maps/chrono/1.dat +/copy:maps/chrono/1.dat + +#begin maps/chrono/2.dat +/copy:maps/chrono/2.dat + +#begin maps/chrono/center.dat +/copy:maps/chrono/center.dat + +#begin maps/chrono/dock.dat +/copy:maps/chrono/dock.dat + +#begin maps/chrono/labyrinth.dat +/copy:maps/chrono/labyrinth.dat + +#begin maps/chrono/meadow.dat +/copy:maps/chrono/meadow.dat + +#begin maps/chrono/memorial.dat +/copy:maps/chrono/memorial.dat + +#begin maps/chrono/resort.dat +/copy:maps/chrono/resort.dat + +#begin maps/chrono/selphy.dat +/copy:maps/chrono/selphy.dat + +#begin maps/chrono/town.dat +/copy:maps/chrono/town.dat + +#begin maps/chrono/warehouse.dat +/copy:maps/chrono/warehouse.dat + +#begin maps/cianwood/000.dat +/copy:maps/cianwood/000.dat + +#begin maps/cianwood/001.dat +/copy:maps/cianwood/001.dat + +#begin maps/cianwood/002.dat +/copy:maps/cianwood/002.dat + +#begin maps/cianwood/003.dat +/copy:maps/cianwood/003.dat + +#begin maps/cianwood/004.dat +/copy:maps/cianwood/004.dat + +#begin maps/cianwood/center.dat +/copy:maps/cianwood/center.dat + +#begin maps/cinnabar/center.dat +/copy:maps/cinnabar/center.dat + +#begin maps/cinnabar/main.dat +/copy:maps/cinnabar/main.dat + +#begin maps/darkcave/darkcave0.dat +/copy:maps/darkcave/darkcave0.dat + +#begin maps/darkcave/darkcave1.dat +/copy:maps/darkcave/darkcave1.dat + +#begin maps/diglettscave/entpew.dat +/copy:maps/diglettscave/entpew.dat + +#begin maps/diglettscave/entver.dat +/copy:maps/diglettscave/entver.dat + +#begin maps/diglettscave/main.dat +/copy:maps/diglettscave/main.dat + +#begin maps/dragonsden/0.dat +/copy:maps/dragonsden/0.dat + +#begin maps/dragonsden/1.dat +/copy:maps/dragonsden/1.dat + +#begin maps/dragonsden/main.dat +/copy:maps/dragonsden/main.dat + +#begin maps/dragonsden/shrine.dat +/copy:maps/dragonsden/shrine.dat + +#begin maps/dungeon/checkpoint1.dat +/copy:maps/dungeon/checkpoint1.dat + +#begin maps/dungeon/chess.dat +/copy:maps/dungeon/chess.dat + +#begin maps/dungeon/main.dat +/copy:maps/dungeon/main.dat + +#begin maps/dungeon/mindend.dat +/copy:maps/dungeon/mindend.dat + +#begin maps/dungeon/passage.dat +/copy:maps/dungeon/passage.dat + +#begin maps/dungeon/0/0.dat +/copy:maps/dungeon/0/0.dat + +#begin maps/dungeon/0/1.dat +/copy:maps/dungeon/0/1.dat + +#begin maps/dungeon/0/10.dat +/copy:maps/dungeon/0/10.dat + +#begin maps/dungeon/0/11.dat +/copy:maps/dungeon/0/11.dat + +#begin maps/dungeon/0/12.dat +/copy:maps/dungeon/0/12.dat + +#begin maps/dungeon/0/13.dat +/copy:maps/dungeon/0/13.dat + +#begin maps/dungeon/0/14.dat +/copy:maps/dungeon/0/14.dat + +#begin maps/dungeon/0/2.dat +/copy:maps/dungeon/0/2.dat + +#begin maps/dungeon/0/3.dat +/copy:maps/dungeon/0/3.dat + +#begin maps/dungeon/0/4.dat +/copy:maps/dungeon/0/4.dat + +#begin maps/dungeon/0/5.dat +/copy:maps/dungeon/0/5.dat + +#begin maps/dungeon/0/6.dat +/copy:maps/dungeon/0/6.dat + +#begin maps/dungeon/0/7.dat +/copy:maps/dungeon/0/7.dat + +#begin maps/dungeon/0/8.dat +/copy:maps/dungeon/0/8.dat + +#begin maps/dungeon/0/9.dat +/copy:maps/dungeon/0/9.dat + +#begin maps/dungeon/1/0.dat +/copy:maps/dungeon/1/0.dat + +#begin maps/dungeon/1/1.dat +/copy:maps/dungeon/1/1.dat + +#begin maps/dungeon/1/10.dat +/copy:maps/dungeon/1/10.dat + +#begin maps/dungeon/1/11.dat +/copy:maps/dungeon/1/11.dat + +#begin maps/dungeon/1/12.dat +/copy:maps/dungeon/1/12.dat + +#begin maps/dungeon/1/13.dat +/copy:maps/dungeon/1/13.dat + +#begin maps/dungeon/1/14.dat +/copy:maps/dungeon/1/14.dat + +#begin maps/dungeon/1/15.dat +/copy:maps/dungeon/1/15.dat + +#begin maps/dungeon/1/16.dat +/copy:maps/dungeon/1/16.dat + +#begin maps/dungeon/1/17.dat +/copy:maps/dungeon/1/17.dat + +#begin maps/dungeon/1/18.dat +/copy:maps/dungeon/1/18.dat + +#begin maps/dungeon/1/19.dat +/copy:maps/dungeon/1/19.dat + +#begin maps/dungeon/1/2.dat +/copy:maps/dungeon/1/2.dat + +#begin maps/dungeon/1/20.dat +/copy:maps/dungeon/1/20.dat + +#begin maps/dungeon/1/21.dat +/copy:maps/dungeon/1/21.dat + +#begin maps/dungeon/1/22.dat +/copy:maps/dungeon/1/22.dat + +#begin maps/dungeon/1/23.dat +/copy:maps/dungeon/1/23.dat + +#begin maps/dungeon/1/24.dat +/copy:maps/dungeon/1/24.dat + +#begin maps/dungeon/1/3.dat +/copy:maps/dungeon/1/3.dat + +#begin maps/dungeon/1/4.dat +/copy:maps/dungeon/1/4.dat + +#begin maps/dungeon/1/5.dat +/copy:maps/dungeon/1/5.dat + +#begin maps/dungeon/1/6.dat +/copy:maps/dungeon/1/6.dat + +#begin maps/dungeon/1/7.dat +/copy:maps/dungeon/1/7.dat + +#begin maps/dungeon/1/8.dat +/copy:maps/dungeon/1/8.dat + +#begin maps/dungeon/1/9.dat +/copy:maps/dungeon/1/9.dat + +#begin maps/dungeon/2/0.dat +/copy:maps/dungeon/2/0.dat + +#begin maps/dungeon/2/1.dat +/copy:maps/dungeon/2/1.dat + +#begin maps/dungeon/2/2.dat +/copy:maps/dungeon/2/2.dat + +#begin maps/dungeon/2/3.dat +/copy:maps/dungeon/2/3.dat + +#begin maps/dungeon/2/4.dat +/copy:maps/dungeon/2/4.dat + +#begin maps/dungeon/2/5.dat +/copy:maps/dungeon/2/5.dat + +#begin maps/dungeon/2/6.dat +/copy:maps/dungeon/2/6.dat + +#begin maps/dungeon/2/7.dat +/copy:maps/dungeon/2/7.dat + +#begin maps/dungeon/2/offset.dat +/copy:maps/dungeon/2/offset.dat + +#begin maps/dungeon/2/outside.dat +/copy:maps/dungeon/2/outside.dat + +#begin maps/ecruteak/001.dat +/copy:maps/ecruteak/001.dat + +#begin maps/ecruteak/002.dat +/copy:maps/ecruteak/002.dat + +#begin maps/ecruteak/center.dat +/copy:maps/ecruteak/center.dat + +#begin maps/ecruteak/dance_theater.dat +/copy:maps/ecruteak/dance_theater.dat + +#begin maps/ecruteak/mart.dat +/copy:maps/ecruteak/mart.dat + +#begin maps/ecruteak/tintower10f.dat +/copy:maps/ecruteak/tintower10f.dat + +#begin maps/ecruteak/tintower1f.dat +/copy:maps/ecruteak/tintower1f.dat + +#begin maps/ecruteak/tintower2f.dat +/copy:maps/ecruteak/tintower2f.dat + +#begin maps/ecruteak/tintower3f.dat +/copy:maps/ecruteak/tintower3f.dat + +#begin maps/ecruteak/tintower4f.dat +/copy:maps/ecruteak/tintower4f.dat + +#begin maps/ecruteak/tintower5f.dat +/copy:maps/ecruteak/tintower5f.dat + +#begin maps/ecruteak/tintower6f.dat +/copy:maps/ecruteak/tintower6f.dat + +#begin maps/ecruteak/tintower7f.dat +/copy:maps/ecruteak/tintower7f.dat + +#begin maps/ecruteak/tintower8f.dat +/copy:maps/ecruteak/tintower8f.dat + +#begin maps/ecruteak/tintower9f.dat +/copy:maps/ecruteak/tintower9f.dat + +#begin maps/ecruteak/tintowergate1.dat +/copy:maps/ecruteak/tintowergate1.dat + +#begin maps/ecruteak/tintowergate2.dat +/copy:maps/ecruteak/tintowergate2.dat + +#begin maps/ecruteak/tintowergate3.dat +/copy:maps/ecruteak/tintowergate3.dat + +#begin maps/faraway/exterior.dat +/copy:maps/faraway/exterior.dat + +#begin maps/faraway/interior.dat +/copy:maps/faraway/interior.dat + +#begin maps/floe/1.dat +/copy:maps/floe/1.dat + +#begin maps/floe/2.dat +/copy:maps/floe/2.dat + +#begin maps/floe/3.dat +/copy:maps/floe/3.dat + +#begin maps/floe/center.dat +/copy:maps/floe/center.dat + +#begin maps/floe/daycare.dat +/copy:maps/floe/daycare.dat + +#begin maps/floe/dock.dat +/copy:maps/floe/dock.dat + +#begin maps/floe/mart.dat +/copy:maps/floe/mart.dat + +#begin maps/floe/town.dat +/copy:maps/floe/town.dat + +#begin maps/fortune/1.dat +/copy:maps/fortune/1.dat + +#begin maps/fortune/center.dat +/copy:maps/fortune/center.dat + +#begin maps/fortune/dock.dat +/copy:maps/fortune/dock.dat + +#begin maps/fortune/green.dat +/copy:maps/fortune/green.dat + +#begin maps/fortune/mart.dat +/copy:maps/fortune/mart.dat + +#begin maps/fortune/outcast.dat +/copy:maps/fortune/outcast.dat + +#begin maps/fortune/town.dat +/copy:maps/fortune/town.dat + +#begin maps/fortune/valley.dat +/copy:maps/fortune/valley.dat + +#begin maps/fortune/water.dat +/copy:maps/fortune/water.dat + +#begin maps/frontier/battlefrontier.dat +/copy:maps/frontier/battlefrontier.dat + +#begin maps/frontier/main.dat +/copy:maps/frontier/main.dat + +#begin maps/frontier/battlefactory/arena.dat +/copy:maps/frontier/battlefactory/arena.dat + +#begin maps/frontier/battlefactory/main.dat +/copy:maps/frontier/battlefactory/main.dat + +#begin maps/frontier/battlefactory/rental.dat +/copy:maps/frontier/battlefactory/rental.dat + +#begin maps/frontier/battletower/arena.dat +/copy:maps/frontier/battletower/arena.dat + +#begin maps/frontier/battletower/main.dat +/copy:maps/frontier/battletower/main.dat + +#begin maps/frontier/battletower/passage.dat +/copy:maps/frontier/battletower/passage.dat + +#begin maps/fuchsia/1.dat +/copy:maps/fuchsia/1.dat + +#begin maps/fuchsia/2.dat +/copy:maps/fuchsia/2.dat + +#begin maps/fuchsia/center.dat +/copy:maps/fuchsia/center.dat + +#begin maps/fuchsia/main.dat +/copy:maps/fuchsia/main.dat + +#begin maps/fuchsia/mart.dat +/copy:maps/fuchsia/mart.dat + +#begin maps/fuchsia/safarioffice.dat +/copy:maps/fuchsia/safarioffice.dat + +#begin maps/gates/alphroute32gate.dat +/copy:maps/gates/alphroute32gate.dat + +#begin maps/gates/alphroute36gate.dat +/copy:maps/gates/alphroute36gate.dat + +#begin maps/gates/azaleailexgate.dat +/copy:maps/gates/azaleailexgate.dat + +#begin maps/gates/battlegate.dat +/copy:maps/gates/battlegate.dat + +#begin maps/gates/berry-bridgegate.dat +/copy:maps/gates/berry-bridgegate.dat + +#begin maps/gates/cliffedge.dat +/copy:maps/gates/cliffedge.dat + +#begin maps/gates/ecruteakroute38gate.dat +/copy:maps/gates/ecruteakroute38gate.dat + +#begin maps/gates/ecruteakroute42gate.dat +/copy:maps/gates/ecruteakroute42gate.dat + +#begin maps/gates/fuchsia-15gate.dat +/copy:maps/gates/fuchsia-15gate.dat + +#begin maps/gates/fuchsia-19gate.dat +/copy:maps/gates/fuchsia-19gate.dat + +#begin maps/gates/goldenrodroute35gate.dat +/copy:maps/gates/goldenrodroute35gate.dat + +#begin maps/gates/ilexroute34gate.dat +/copy:maps/gates/ilexroute34gate.dat + +#begin maps/gates/league.dat +/copy:maps/gates/league.dat + +#begin maps/gates/mahoganyroute43gate.dat +/copy:maps/gates/mahoganyroute43gate.dat + +#begin maps/gates/route16.dat +/copy:maps/gates/route16.dat + +#begin maps/gates/route17-18.dat +/copy:maps/gates/route17-18.dat + +#begin maps/gates/route2946gate.dat +/copy:maps/gates/route2946gate.dat + +#begin maps/gates/route43gate.dat +/copy:maps/gates/route43gate.dat + +#begin maps/gates/saffroneast.dat +/copy:maps/gates/saffroneast.dat + +#begin maps/gates/saffronnorth.dat +/copy:maps/gates/saffronnorth.dat + +#begin maps/gates/saffronsouth.dat +/copy:maps/gates/saffronsouth.dat + +#begin maps/gates/saffronwest.dat +/copy:maps/gates/saffronwest.dat + +#begin maps/goldenrod/001.dat +/copy:maps/goldenrod/001.dat + +#begin maps/goldenrod/002.dat +/copy:maps/goldenrod/002.dat + +#begin maps/goldenrod/bill.dat +/copy:maps/goldenrod/bill.dat + +#begin maps/goldenrod/center.dat +/copy:maps/goldenrod/center.dat + +#begin maps/goldenrod/center_friends.dat +/copy:maps/goldenrod/center_friends.dat + +#begin maps/goldenrod/center_global.dat +/copy:maps/goldenrod/center_global.dat + +#begin maps/goldenrod/flowershop.dat +/copy:maps/goldenrod/flowershop.dat + +#begin maps/goldenrod/mart.dat +/copy:maps/goldenrod/mart.dat + +#begin maps/goldenrod/martbasement.dat +/copy:maps/goldenrod/martbasement.dat + +#begin maps/goldenrod/namerater.dat +/copy:maps/goldenrod/namerater.dat + +#begin maps/goldenrod/taming_shop.dat +/copy:maps/goldenrod/taming_shop.dat + +#begin maps/goldenrod/trainstation.dat +/copy:maps/goldenrod/trainstation.dat + +#begin maps/goldenrod/underground0.dat +/copy:maps/goldenrod/underground0.dat + +#begin maps/goldenrod/underground1.dat +/copy:maps/goldenrod/underground1.dat + +#begin maps/goldenrod/underground2.dat +/copy:maps/goldenrod/underground2.dat + +#begin maps/goldenrod/underground3.dat +/copy:maps/goldenrod/underground3.dat + +#begin maps/goldenrod/radiotower/1f.dat +/copy:maps/goldenrod/radiotower/1f.dat + +#begin maps/goldenrod/radiotower/2f.dat +/copy:maps/goldenrod/radiotower/2f.dat + +#begin maps/goldenrod/radiotower/3f.dat +/copy:maps/goldenrod/radiotower/3f.dat + +#begin maps/goldenrod/radiotower/4f.dat +/copy:maps/goldenrod/radiotower/4f.dat + +#begin maps/goldenrod/radiotower/5f.dat +/copy:maps/goldenrod/radiotower/5f.dat + +#begin maps/gyms/azalea_gym.dat +/copy:maps/gyms/azalea_gym.dat + +#begin maps/gyms/blackthorn_gym_1.dat +/copy:maps/gyms/blackthorn_gym_1.dat + +#begin maps/gyms/blackthorn_gym_2.dat +/copy:maps/gyms/blackthorn_gym_2.dat + +#begin maps/gyms/celadon_gym.dat +/copy:maps/gyms/celadon_gym.dat + +#begin maps/gyms/cerulean_gym.dat +/copy:maps/gyms/cerulean_gym.dat + +#begin maps/gyms/cianwood_gym.dat +/copy:maps/gyms/cianwood_gym.dat + +#begin maps/gyms/cinnabar_gym.dat +/copy:maps/gyms/cinnabar_gym.dat + +#begin maps/gyms/ecruteak_gym.dat +/copy:maps/gyms/ecruteak_gym.dat + +#begin maps/gyms/fuchsia_gym.dat +/copy:maps/gyms/fuchsia_gym.dat + +#begin maps/gyms/goldenrod_gym.dat +/copy:maps/gyms/goldenrod_gym.dat + +#begin maps/gyms/mahogany_gym.dat +/copy:maps/gyms/mahogany_gym.dat + +#begin maps/gyms/olivine_gym.dat +/copy:maps/gyms/olivine_gym.dat + +#begin maps/gyms/pewter_gym.dat +/copy:maps/gyms/pewter_gym.dat + +#begin maps/gyms/saffron_gym.dat +/copy:maps/gyms/saffron_gym.dat + +#begin maps/gyms/vermilion_gym.dat +/copy:maps/gyms/vermilion_gym.dat + +#begin maps/gyms/violet_gym.dat +/copy:maps/gyms/violet_gym.dat + +#begin maps/gyms/viridian_gym.dat +/copy:maps/gyms/viridian_gym.dat + +#begin maps/hiddengrotto/berryvista.dat +/copy:maps/hiddengrotto/berryvista.dat + +#begin maps/hiddengrotto/ilexforest.dat +/copy:maps/hiddengrotto/ilexforest.dat + +#begin maps/hiddengrotto/indigo.dat +/copy:maps/hiddengrotto/indigo.dat + +#begin maps/hiddengrotto/lakeofrage.dat +/copy:maps/hiddengrotto/lakeofrage.dat + +#begin maps/hiddengrotto/mahogany.dat +/copy:maps/hiddengrotto/mahogany.dat + +#begin maps/hiddengrotto/nationalpark0.dat +/copy:maps/hiddengrotto/nationalpark0.dat + +#begin maps/hiddengrotto/route26.dat +/copy:maps/hiddengrotto/route26.dat + +#begin maps/hiddengrotto/route27.dat +/copy:maps/hiddengrotto/route27.dat + +#begin maps/hiddengrotto/route31.dat +/copy:maps/hiddengrotto/route31.dat + +#begin maps/hiddengrotto/route32.dat +/copy:maps/hiddengrotto/route32.dat + +#begin maps/hiddengrotto/route34.dat +/copy:maps/hiddengrotto/route34.dat + +#begin maps/hiddengrotto/route35.dat +/copy:maps/hiddengrotto/route35.dat + +#begin maps/hiddengrotto/route39.dat +/copy:maps/hiddengrotto/route39.dat + +#begin maps/hiddengrotto/route42.dat +/copy:maps/hiddengrotto/route42.dat + +#begin maps/hiddengrotto/route43.dat +/copy:maps/hiddengrotto/route43.dat + +#begin maps/hiddengrotto/route44.dat +/copy:maps/hiddengrotto/route44.dat + +#begin maps/hiddengrotto/route46.dat +/copy:maps/hiddengrotto/route46.dat + +#begin maps/hiddengrotto/route47.dat +/copy:maps/hiddengrotto/route47.dat + +#begin maps/hiddengrotto/route48.dat +/copy:maps/hiddengrotto/route48.dat + +#begin maps/hiddengrotto/twirl.dat +/copy:maps/hiddengrotto/twirl.dat + +#begin maps/hiddengrotto/violet.dat +/copy:maps/hiddengrotto/violet.dat + +#begin maps/icefall/basement.dat +/copy:maps/icefall/basement.dat + +#begin maps/icefall/bay.dat +/copy:maps/icefall/bay.dat + +#begin maps/icefall/dive.dat +/copy:maps/icefall/dive.dat + +#begin maps/icefall/ent.dat +/copy:maps/icefall/ent.dat + +#begin maps/icefall/ground.dat +/copy:maps/icefall/ground.dat + +#begin maps/icepath/1f.dat +/copy:maps/icepath/1f.dat + +#begin maps/icepath/2f.dat +/copy:maps/icepath/2f.dat + +#begin maps/icepath/3f.dat +/copy:maps/icepath/3f.dat + +#begin maps/icepath/4f.dat +/copy:maps/icepath/4f.dat + +#begin maps/indigo/bruno.dat +/copy:maps/indigo/bruno.dat + +#begin maps/indigo/halloffame.dat +/copy:maps/indigo/halloffame.dat + +#begin maps/indigo/halloffame_interface.dat +/copy:maps/indigo/halloffame_interface.dat + +#begin maps/indigo/inside.dat +/copy:maps/indigo/inside.dat + +#begin maps/indigo/karen.dat +/copy:maps/indigo/karen.dat + +#begin maps/indigo/koga.dat +/copy:maps/indigo/koga.dat + +#begin maps/indigo/lance.dat +/copy:maps/indigo/lance.dat + +#begin maps/indigo/outside.dat +/copy:maps/indigo/outside.dat + +#begin maps/indigo/portraitplace.dat +/copy:maps/indigo/portraitplace.dat + +#begin maps/indigo/will.dat +/copy:maps/indigo/will.dat + +#begin maps/kin/1.dat +/copy:maps/kin/1.dat + +#begin maps/kin/2.dat +/copy:maps/kin/2.dat + +#begin maps/kin/3.dat +/copy:maps/kin/3.dat + +#begin maps/kin/4.dat +/copy:maps/kin/4.dat + +#begin maps/kin/5.dat +/copy:maps/kin/5.dat + +#begin maps/kin/bbridge.dat +/copy:maps/kin/bbridge.dat + +#begin maps/kin/berry.dat +/copy:maps/kin/berry.dat + +#begin maps/kin/center.dat +/copy:maps/kin/center.dat + +#begin maps/kin/dock.dat +/copy:maps/kin/dock.dat + +#begin maps/kin/mart.dat +/copy:maps/kin/mart.dat + +#begin maps/kin/path.dat +/copy:maps/kin/path.dat + +#begin maps/kin/port.dat +/copy:maps/kin/port.dat + +#begin maps/kin/town.dat +/copy:maps/kin/town.dat + +#begin maps/knot/1.dat +/copy:maps/knot/1.dat + +#begin maps/knot/2.dat +/copy:maps/knot/2.dat + +#begin maps/knot/dock.dat +/copy:maps/knot/dock.dat + +#begin maps/knot/kindle.dat +/copy:maps/knot/kindle.dat + +#begin maps/knot/spa.dat +/copy:maps/knot/spa.dat + +#begin maps/knot/town.dat +/copy:maps/knot/town.dat + +#begin maps/knot/treasure.dat +/copy:maps/knot/treasure.dat + +#begin maps/kolben/center.dat +/copy:maps/kolben/center.dat + +#begin maps/kolben/devoffices.dat +/copy:maps/kolben/devoffices.dat + +#begin maps/kolben/elevator.dat +/copy:maps/kolben/elevator.dat + +#begin maps/kolben/lounge.dat +/copy:maps/kolben/lounge.dat + +#begin maps/kolben/servers.dat +/copy:maps/kolben/servers.dat + +#begin maps/lakeofrage/0.dat +/copy:maps/lakeofrage/0.dat + +#begin maps/lakeofrage/1.dat +/copy:maps/lakeofrage/1.dat + +#begin maps/lavender/1.dat +/copy:maps/lavender/1.dat + +#begin maps/lavender/2.dat +/copy:maps/lavender/2.dat + +#begin maps/lavender/3.dat +/copy:maps/lavender/3.dat + +#begin maps/lavender/cemetary.dat +/copy:maps/lavender/cemetary.dat + +#begin maps/lavender/center.dat +/copy:maps/lavender/center.dat + +#begin maps/lavender/main.dat +/copy:maps/lavender/main.dat + +#begin maps/lavender/mart.dat +/copy:maps/lavender/mart.dat + +#begin maps/lavender/radio.dat +/copy:maps/lavender/radio.dat + +#begin maps/lighthouse/lighthouse0.dat +/copy:maps/lighthouse/lighthouse0.dat + +#begin maps/lostcave/1.dat +/copy:maps/lostcave/1.dat + +#begin maps/lostcave/2.dat +/copy:maps/lostcave/2.dat + +#begin maps/lostcave/3.dat +/copy:maps/lostcave/3.dat + +#begin maps/lostcave/4.dat +/copy:maps/lostcave/4.dat + +#begin maps/lostcave/5.dat +/copy:maps/lostcave/5.dat + +#begin maps/lostcave/6.dat +/copy:maps/lostcave/6.dat + +#begin maps/lostcave/7.dat +/copy:maps/lostcave/7.dat + +#begin maps/lostcave/8.dat +/copy:maps/lostcave/8.dat + +#begin maps/lostcave/ent.dat +/copy:maps/lostcave/ent.dat + +#begin maps/lostcave/extra1.dat +/copy:maps/lostcave/extra1.dat + +#begin maps/lostcave/extra2.dat +/copy:maps/lostcave/extra2.dat + +#begin maps/lostcave/extra3.dat +/copy:maps/lostcave/extra3.dat + +#begin maps/lostcave/extra4.dat +/copy:maps/lostcave/extra4.dat + +#begin maps/lostcave/ladder.dat +/copy:maps/lostcave/ladder.dat + +#begin maps/lostcave/selphy.dat +/copy:maps/lostcave/selphy.dat + +#begin maps/mahogany/0.dat +/copy:maps/mahogany/0.dat + +#begin maps/mahogany/center.dat +/copy:maps/mahogany/center.dat + +#begin maps/mahogany/shop.dat +/copy:maps/mahogany/shop.dat + +#begin maps/mainmenu/cubetest.dat +/copy:maps/mainmenu/cubetest.dat + +#begin maps/mainmenu/mainmenu0.dat +/copy:maps/mainmenu/mainmenu0.dat + +#begin maps/mainmenu/mainmenu1.dat +/copy:maps/mainmenu/mainmenu1.dat + +#begin maps/mainmenu/mainmenu2.dat +/copy:maps/mainmenu/mainmenu2.dat + +#begin maps/mainmenu/_mainmenu3.dat +/copy:maps/mainmenu/_mainmenu3.dat + +#begin maps/mtember/braille1.dat +/copy:maps/mtember/braille1.dat + +#begin maps/mtember/braille2.dat +/copy:maps/mtember/braille2.dat + +#begin maps/mtember/exterior.dat +/copy:maps/mtember/exterior.dat + +#begin maps/mtember/peak.dat +/copy:maps/mtember/peak.dat + +#begin maps/mtember/peakp1.dat +/copy:maps/mtember/peakp1.dat + +#begin maps/mtember/peakp2.dat +/copy:maps/mtember/peakp2.dat + +#begin maps/mtember/peakp3.dat +/copy:maps/mtember/peakp3.dat + +#begin maps/mtember/secretpath1.dat +/copy:maps/mtember/secretpath1.dat + +#begin maps/mtember/secretpath2.dat +/copy:maps/mtember/secretpath2.dat + +#begin maps/mtember/secretpath3.dat +/copy:maps/mtember/secretpath3.dat + +#begin maps/mtember/secretpath4.dat +/copy:maps/mtember/secretpath4.dat + +#begin maps/mtember/secretpath5.dat +/copy:maps/mtember/secretpath5.dat + +#begin maps/mtember/secretpath6.dat +/copy:maps/mtember/secretpath6.dat + +#begin maps/mtmoon/main.dat +/copy:maps/mtmoon/main.dat + +#begin maps/mtmoon/north.dat +/copy:maps/mtmoon/north.dat + +#begin maps/mtmoon/shop.dat +/copy:maps/mtmoon/shop.dat + +#begin maps/mtmoon/south.dat +/copy:maps/mtmoon/south.dat + +#begin maps/mtmoon/square.dat +/copy:maps/mtmoon/square.dat + +#begin maps/mtmortar/mtmortarbf1.dat +/copy:maps/mtmortar/mtmortarbf1.dat + +#begin maps/mtmortar/mtmortarf1.dat +/copy:maps/mtmortar/mtmortarf1.dat + +#begin maps/mtmortar/mtmortarf2.dat +/copy:maps/mtmortar/mtmortarf2.dat + +#begin maps/mtmortar/mtmortarmain.dat +/copy:maps/mtmortar/mtmortarmain.dat + +#begin maps/mtsilver/1f.dat +/copy:maps/mtsilver/1f.dat + +#begin maps/mtsilver/exterior.dat +/copy:maps/mtsilver/exterior.dat + +#begin maps/nationalpark/contest.dat +/copy:maps/nationalpark/contest.dat + +#begin maps/nationalpark/nationalpark0.dat +/copy:maps/nationalpark/nationalpark0.dat + +#begin maps/nationalpark/nationalpark1.dat +/copy:maps/nationalpark/nationalpark1.dat + +#begin maps/nationalpark/nationalpark2.dat +/copy:maps/nationalpark/nationalpark2.dat + +#begin maps/olivine/001.dat +/copy:maps/olivine/001.dat + +#begin maps/olivine/002.dat +/copy:maps/olivine/002.dat + +#begin maps/olivine/003.dat +/copy:maps/olivine/003.dat + +#begin maps/olivine/Cafe.dat +/copy:maps/olivine/Cafe.dat + +#begin maps/olivine/center.dat +/copy:maps/olivine/center.dat + +#begin maps/olivine/dock.dat +/copy:maps/olivine/dock.dat + +#begin maps/olivine/dock_entrance.dat +/copy:maps/olivine/dock_entrance.dat + +#begin maps/olivine/mart.dat +/copy:maps/olivine/mart.dat + +#begin maps/pallet/Blue.dat +/copy:maps/pallet/Blue.dat + +#begin maps/pallet/main.dat +/copy:maps/pallet/main.dat + +#begin maps/pallet/oaklab.dat +/copy:maps/pallet/oaklab.dat + +#begin maps/pallet/Red1.dat +/copy:maps/pallet/Red1.dat + +#begin maps/pallet/Red2.dat +/copy:maps/pallet/Red2.dat + +#begin maps/pewter/1.dat +/copy:maps/pewter/1.dat + +#begin maps/pewter/2.dat +/copy:maps/pewter/2.dat + +#begin maps/pewter/center.dat +/copy:maps/pewter/center.dat + +#begin maps/pewter/main.dat +/copy:maps/pewter/main.dat + +#begin maps/pewter/mart.dat +/copy:maps/pewter/mart.dat + +#begin maps/pewter/museum.dat +/copy:maps/pewter/museum.dat + +#begin maps/poke/azalea.poke +/copy:maps/poke/azalea.poke + +#begin maps/poke/barktown.poke +/copy:maps/poke/barktown.poke + +#begin maps/poke/blackthorn.poke +/copy:maps/poke/blackthorn.poke + +#begin maps/poke/cherrygrove.poke +/copy:maps/poke/cherrygrove.poke + +#begin maps/poke/cianwood.poke +/copy:maps/poke/cianwood.poke + +#begin maps/poke/ecruteak.poke +/copy:maps/poke/ecruteak.poke + +#begin maps/poke/ilexforest.poke +/copy:maps/poke/ilexforest.poke + +#begin maps/poke/lakeofrage.poke +/copy:maps/poke/lakeofrage.poke + +#begin maps/poke/olivine.poke +/copy:maps/poke/olivine.poke + +#begin maps/poke/route29.poke +/copy:maps/poke/route29.poke + +#begin maps/poke/route30.poke +/copy:maps/poke/route30.poke + +#begin maps/poke/route31.poke +/copy:maps/poke/route31.poke + +#begin maps/poke/route32.poke +/copy:maps/poke/route32.poke + +#begin maps/poke/route33.poke +/copy:maps/poke/route33.poke + +#begin maps/poke/route36.poke +/copy:maps/poke/route36.poke + +#begin maps/poke/route37.poke +/copy:maps/poke/route37.poke + +#begin maps/poke/route38.poke +/copy:maps/poke/route38.poke + +#begin maps/poke/route39.poke +/copy:maps/poke/route39.poke + +#begin maps/poke/tohjofalls.poke +/copy:maps/poke/tohjofalls.poke + +#begin maps/poke/violet.poke +/copy:maps/poke/violet.poke + +#begin maps/poke/alph/alph01.poke +/copy:maps/poke/alph/alph01.poke + +#begin maps/poke/alph/ruinsofalph.poke +/copy:maps/poke/alph/ruinsofalph.poke + +#begin maps/poke/boon/cape.poke +/copy:maps/poke/boon/cape.poke + +#begin maps/poke/burnedtower/burnedtower1f.poke +/copy:maps/poke/burnedtower/burnedtower1f.poke + +#begin maps/poke/burnedtower/burnedtowerb1f.poke +/copy:maps/poke/burnedtower/burnedtowerb1f.poke + +#begin maps/poke/celadon/main.poke +/copy:maps/poke/celadon/main.poke + +#begin maps/poke/cerulean/main.poke +/copy:maps/poke/cerulean/main.poke + +#begin maps/poke/ceruleancave/1f.poke +/copy:maps/poke/ceruleancave/1f.poke + +#begin maps/poke/ceruleancave/2f.poke +/copy:maps/poke/ceruleancave/2f.poke + +#begin maps/poke/ceruleancave/bf1.poke +/copy:maps/poke/ceruleancave/bf1.poke + +#begin maps/poke/chrono/labyrinth.poke +/copy:maps/poke/chrono/labyrinth.poke + +#begin maps/poke/chrono/meadow.poke +/copy:maps/poke/chrono/meadow.poke + +#begin maps/poke/chrono/memorial.poke +/copy:maps/poke/chrono/memorial.poke + +#begin maps/poke/chrono/resort.poke +/copy:maps/poke/chrono/resort.poke + +#begin maps/poke/chrono/town.poke +/copy:maps/poke/chrono/town.poke + +#begin maps/poke/darkcave/darkcave0.poke +/copy:maps/poke/darkcave/darkcave0.poke + +#begin maps/poke/darkcave/darkcave1.poke +/copy:maps/poke/darkcave/darkcave1.poke + +#begin maps/poke/diglettscave/entpew.poke +/copy:maps/poke/diglettscave/entpew.poke + +#begin maps/poke/diglettscave/entver.poke +/copy:maps/poke/diglettscave/entver.poke + +#begin maps/poke/diglettscave/main.poke +/copy:maps/poke/diglettscave/main.poke + +#begin maps/poke/dragonsden/main.poke +/copy:maps/poke/dragonsden/main.poke + +#begin maps/poke/dungeon/main.poke +/copy:maps/poke/dungeon/main.poke + +#begin maps/poke/dungeon/0/0.poke +/copy:maps/poke/dungeon/0/0.poke + +#begin maps/poke/dungeon/0/1.poke +/copy:maps/poke/dungeon/0/1.poke + +#begin maps/poke/dungeon/0/10.poke +/copy:maps/poke/dungeon/0/10.poke + +#begin maps/poke/dungeon/0/11.poke +/copy:maps/poke/dungeon/0/11.poke + +#begin maps/poke/dungeon/0/12.poke +/copy:maps/poke/dungeon/0/12.poke + +#begin maps/poke/dungeon/0/13.poke +/copy:maps/poke/dungeon/0/13.poke + +#begin maps/poke/dungeon/0/14.poke +/copy:maps/poke/dungeon/0/14.poke + +#begin maps/poke/dungeon/0/2.poke +/copy:maps/poke/dungeon/0/2.poke + +#begin maps/poke/dungeon/0/3.poke +/copy:maps/poke/dungeon/0/3.poke + +#begin maps/poke/dungeon/0/4.poke +/copy:maps/poke/dungeon/0/4.poke + +#begin maps/poke/dungeon/0/5.poke +/copy:maps/poke/dungeon/0/5.poke + +#begin maps/poke/dungeon/0/6.poke +/copy:maps/poke/dungeon/0/6.poke + +#begin maps/poke/dungeon/0/7.poke +/copy:maps/poke/dungeon/0/7.poke + +#begin maps/poke/dungeon/0/8.poke +/copy:maps/poke/dungeon/0/8.poke + +#begin maps/poke/dungeon/0/9.poke +/copy:maps/poke/dungeon/0/9.poke + +#begin maps/poke/dungeon/2/0.poke +/copy:maps/poke/dungeon/2/0.poke + +#begin maps/poke/dungeon/2/1.poke +/copy:maps/poke/dungeon/2/1.poke + +#begin maps/poke/dungeon/2/2.poke +/copy:maps/poke/dungeon/2/2.poke + +#begin maps/poke/dungeon/2/3.poke +/copy:maps/poke/dungeon/2/3.poke + +#begin maps/poke/dungeon/2/4.poke +/copy:maps/poke/dungeon/2/4.poke + +#begin maps/poke/dungeon/2/5.poke +/copy:maps/poke/dungeon/2/5.poke + +#begin maps/poke/dungeon/2/6.poke +/copy:maps/poke/dungeon/2/6.poke + +#begin maps/poke/dungeon/2/7.poke +/copy:maps/poke/dungeon/2/7.poke + +#begin maps/poke/ecruteak/tintower2f.poke +/copy:maps/poke/ecruteak/tintower2f.poke + +#begin maps/poke/ecruteak/tintower3f.poke +/copy:maps/poke/ecruteak/tintower3f.poke + +#begin maps/poke/ecruteak/tintower4f.poke +/copy:maps/poke/ecruteak/tintower4f.poke + +#begin maps/poke/ecruteak/tintower5f.poke +/copy:maps/poke/ecruteak/tintower5f.poke + +#begin maps/poke/ecruteak/tintower6f.poke +/copy:maps/poke/ecruteak/tintower6f.poke + +#begin maps/poke/ecruteak/tintower7f.poke +/copy:maps/poke/ecruteak/tintower7f.poke + +#begin maps/poke/ecruteak/tintower8f.poke +/copy:maps/poke/ecruteak/tintower8f.poke + +#begin maps/poke/ecruteak/tintower9f.poke +/copy:maps/poke/ecruteak/tintower9f.poke + +#begin maps/poke/floe/town.poke +/copy:maps/poke/floe/town.poke + +#begin maps/poke/fuchsia/main.poke +/copy:maps/poke/fuchsia/main.poke + +#begin maps/poke/gates/cliffedge.poke +/copy:maps/poke/gates/cliffedge.poke + +#begin maps/poke/icefall/basement.poke +/copy:maps/poke/icefall/basement.poke + +#begin maps/poke/icefall/bay.poke +/copy:maps/poke/icefall/bay.poke + +#begin maps/poke/icefall/ent.poke +/copy:maps/poke/icefall/ent.poke + +#begin maps/poke/icefall/ground.poke +/copy:maps/poke/icefall/ground.poke + +#begin maps/poke/icepath/1f.poke +/copy:maps/poke/icepath/1f.poke + +#begin maps/poke/icepath/2f.poke +/copy:maps/poke/icepath/2f.poke + +#begin maps/poke/icepath/3f.poke +/copy:maps/poke/icepath/3f.poke + +#begin maps/poke/icepath/4f.poke +/copy:maps/poke/icepath/4f.poke + +#begin maps/poke/kin/bbridge.poke +/copy:maps/poke/kin/bbridge.poke + +#begin maps/poke/kin/berry.poke +/copy:maps/poke/kin/berry.poke + +#begin maps/poke/kin/port.poke +/copy:maps/poke/kin/port.poke + +#begin maps/poke/knot/kindle.poke +/copy:maps/poke/knot/kindle.poke + +#begin maps/poke/knot/town.poke +/copy:maps/poke/knot/town.poke + +#begin maps/poke/knot/treasure.poke +/copy:maps/poke/knot/treasure.poke + +#begin maps/poke/lostcave/1.poke +/copy:maps/poke/lostcave/1.poke + +#begin maps/poke/lostcave/2.poke +/copy:maps/poke/lostcave/2.poke + +#begin maps/poke/lostcave/3.poke +/copy:maps/poke/lostcave/3.poke + +#begin maps/poke/lostcave/4.poke +/copy:maps/poke/lostcave/4.poke + +#begin maps/poke/lostcave/5.poke +/copy:maps/poke/lostcave/5.poke + +#begin maps/poke/lostcave/6.poke +/copy:maps/poke/lostcave/6.poke + +#begin maps/poke/lostcave/7.poke +/copy:maps/poke/lostcave/7.poke + +#begin maps/poke/lostcave/8.poke +/copy:maps/poke/lostcave/8.poke + +#begin maps/poke/lostcave/ent.poke +/copy:maps/poke/lostcave/ent.poke + +#begin maps/poke/lostcave/extra1.poke +/copy:maps/poke/lostcave/extra1.poke + +#begin maps/poke/lostcave/extra2.poke +/copy:maps/poke/lostcave/extra2.poke + +#begin maps/poke/lostcave/extra3.poke +/copy:maps/poke/lostcave/extra3.poke + +#begin maps/poke/lostcave/extra4.poke +/copy:maps/poke/lostcave/extra4.poke + +#begin maps/poke/lostcave/ladder.poke +/copy:maps/poke/lostcave/ladder.poke + +#begin maps/poke/lostcave/selphy.poke +/copy:maps/poke/lostcave/selphy.poke + +#begin maps/poke/mtember/braille1.poke +/copy:maps/poke/mtember/braille1.poke + +#begin maps/poke/mtember/braille2.poke +/copy:maps/poke/mtember/braille2.poke + +#begin maps/poke/mtember/exterior.poke +/copy:maps/poke/mtember/exterior.poke + +#begin maps/poke/mtember/peakp1.poke +/copy:maps/poke/mtember/peakp1.poke + +#begin maps/poke/mtember/peakp2.poke +/copy:maps/poke/mtember/peakp2.poke + +#begin maps/poke/mtember/peakp3.poke +/copy:maps/poke/mtember/peakp3.poke + +#begin maps/poke/mtember/secretpath1.poke +/copy:maps/poke/mtember/secretpath1.poke + +#begin maps/poke/mtember/secretpath2.poke +/copy:maps/poke/mtember/secretpath2.poke + +#begin maps/poke/mtember/secretpath3.poke +/copy:maps/poke/mtember/secretpath3.poke + +#begin maps/poke/mtember/secretpath4.poke +/copy:maps/poke/mtember/secretpath4.poke + +#begin maps/poke/mtember/secretpath5.poke +/copy:maps/poke/mtember/secretpath5.poke + +#begin maps/poke/mtember/secretpath6.poke +/copy:maps/poke/mtember/secretpath6.poke + +#begin maps/poke/mtmoon/main.poke +/copy:maps/poke/mtmoon/main.poke + +#begin maps/poke/mtmoon/north.poke +/copy:maps/poke/mtmoon/north.poke + +#begin maps/poke/mtmoon/south.poke +/copy:maps/poke/mtmoon/south.poke + +#begin maps/poke/mtmortar/mtmortarbf1.poke +/copy:maps/poke/mtmortar/mtmortarbf1.poke + +#begin maps/poke/mtmortar/mtmortarf1.poke +/copy:maps/poke/mtmortar/mtmortarf1.poke + +#begin maps/poke/mtmortar/mtmortarf2.poke +/copy:maps/poke/mtmortar/mtmortarf2.poke + +#begin maps/poke/mtmortar/mtmortarmain.poke +/copy:maps/poke/mtmortar/mtmortarmain.poke + +#begin maps/poke/nationalpark/contest.poke +/copy:maps/poke/nationalpark/contest.poke + +#begin maps/poke/nationalpark/nationalpark0.poke +/copy:maps/poke/nationalpark/nationalpark0.poke + +#begin maps/poke/rocktunnel/bf1.poke +/copy:maps/poke/rocktunnel/bf1.poke + +#begin maps/poke/rocktunnel/bf2.poke +/copy:maps/poke/rocktunnel/bf2.poke + +#begin maps/poke/routes/route1.poke +/copy:maps/poke/routes/route1.poke + +#begin maps/poke/routes/route10.poke +/copy:maps/poke/routes/route10.poke + +#begin maps/poke/routes/route11.poke +/copy:maps/poke/routes/route11.poke + +#begin maps/poke/routes/route12.poke +/copy:maps/poke/routes/route12.poke + +#begin maps/poke/routes/route13.poke +/copy:maps/poke/routes/route13.poke + +#begin maps/poke/routes/route14.poke +/copy:maps/poke/routes/route14.poke + +#begin maps/poke/routes/route15.poke +/copy:maps/poke/routes/route15.poke + +#begin maps/poke/routes/route16.poke +/copy:maps/poke/routes/route16.poke + +#begin maps/poke/routes/route18.poke +/copy:maps/poke/routes/route18.poke + +#begin maps/poke/routes/route19.poke +/copy:maps/poke/routes/route19.poke + +#begin maps/poke/routes/route2.poke +/copy:maps/poke/routes/route2.poke + +#begin maps/poke/routes/route20.poke +/copy:maps/poke/routes/route20.poke + +#begin maps/poke/routes/route21.poke +/copy:maps/poke/routes/route21.poke + +#begin maps/poke/routes/route22.poke +/copy:maps/poke/routes/route22.poke + +#begin maps/poke/routes/route24.poke +/copy:maps/poke/routes/route24.poke + +#begin maps/poke/routes/route25.poke +/copy:maps/poke/routes/route25.poke + +#begin maps/poke/routes/route26.poke +/copy:maps/poke/routes/route26.poke + +#begin maps/poke/routes/route27.poke +/copy:maps/poke/routes/route27.poke + +#begin maps/poke/routes/route3.poke +/copy:maps/poke/routes/route3.poke + +#begin maps/poke/routes/route34.poke +/copy:maps/poke/routes/route34.poke + +#begin maps/poke/routes/route35.poke +/copy:maps/poke/routes/route35.poke + +#begin maps/poke/routes/route4.poke +/copy:maps/poke/routes/route4.poke + +#begin maps/poke/routes/route40.poke +/copy:maps/poke/routes/route40.poke + +#begin maps/poke/routes/route41.poke +/copy:maps/poke/routes/route41.poke + +#begin maps/poke/routes/route42.poke +/copy:maps/poke/routes/route42.poke + +#begin maps/poke/routes/route43.poke +/copy:maps/poke/routes/route43.poke + +#begin maps/poke/routes/route44.poke +/copy:maps/poke/routes/route44.poke + +#begin maps/poke/routes/route45.poke +/copy:maps/poke/routes/route45.poke + +#begin maps/poke/routes/route46.poke +/copy:maps/poke/routes/route46.poke + +#begin maps/poke/routes/route48.poke +/copy:maps/poke/routes/route48.poke + +#begin maps/poke/routes/route5.poke +/copy:maps/poke/routes/route5.poke + +#begin maps/poke/routes/route6.poke +/copy:maps/poke/routes/route6.poke + +#begin maps/poke/routes/route7.poke +/copy:maps/poke/routes/route7.poke + +#begin maps/poke/routes/route8.poke +/copy:maps/poke/routes/route8.poke + +#begin maps/poke/routes/route9.poke +/copy:maps/poke/routes/route9.poke + +#begin maps/poke/routes/route47/1.poke +/copy:maps/poke/routes/route47/1.poke + +#begin maps/poke/routes/route47/2.poke +/copy:maps/poke/routes/route47/2.poke + +#begin maps/poke/routes/route47/3.poke +/copy:maps/poke/routes/route47/3.poke + +#begin maps/poke/routes/route47/c1.poke +/copy:maps/poke/routes/route47/c1.poke + +#begin maps/poke/routes/route47/c2.poke +/copy:maps/poke/routes/route47/c2.poke + +#begin maps/poke/routes/route47/cb.poke +/copy:maps/poke/routes/route47/cb.poke + +#begin maps/poke/safarizone/areas/0.poke +/copy:maps/poke/safarizone/areas/0.poke + +#begin maps/poke/safarizone/areas/1.poke +/copy:maps/poke/safarizone/areas/1.poke + +#begin maps/poke/safarizone/areas/10.poke +/copy:maps/poke/safarizone/areas/10.poke + +#begin maps/poke/safarizone/areas/11.poke +/copy:maps/poke/safarizone/areas/11.poke + +#begin maps/poke/safarizone/areas/12.poke +/copy:maps/poke/safarizone/areas/12.poke + +#begin maps/poke/safarizone/areas/13.poke +/copy:maps/poke/safarizone/areas/13.poke + +#begin maps/poke/safarizone/areas/14.poke +/copy:maps/poke/safarizone/areas/14.poke + +#begin maps/poke/safarizone/areas/15.poke +/copy:maps/poke/safarizone/areas/15.poke + +#begin maps/poke/safarizone/areas/16.poke +/copy:maps/poke/safarizone/areas/16.poke + +#begin maps/poke/safarizone/areas/17.poke +/copy:maps/poke/safarizone/areas/17.poke + +#begin maps/poke/safarizone/areas/18.poke +/copy:maps/poke/safarizone/areas/18.poke + +#begin maps/poke/safarizone/areas/19.poke +/copy:maps/poke/safarizone/areas/19.poke + +#begin maps/poke/safarizone/areas/2.poke +/copy:maps/poke/safarizone/areas/2.poke + +#begin maps/poke/safarizone/areas/3.poke +/copy:maps/poke/safarizone/areas/3.poke + +#begin maps/poke/safarizone/areas/4.poke +/copy:maps/poke/safarizone/areas/4.poke + +#begin maps/poke/safarizone/areas/5.poke +/copy:maps/poke/safarizone/areas/5.poke + +#begin maps/poke/safarizone/areas/6.poke +/copy:maps/poke/safarizone/areas/6.poke + +#begin maps/poke/safarizone/areas/7.poke +/copy:maps/poke/safarizone/areas/7.poke + +#begin maps/poke/safarizone/areas/8.poke +/copy:maps/poke/safarizone/areas/8.poke + +#begin maps/poke/safarizone/areas/9.poke +/copy:maps/poke/safarizone/areas/9.poke + +#begin maps/poke/seafoam/bf1.poke +/copy:maps/poke/seafoam/bf1.poke + +#begin maps/poke/seafoam/bf2.poke +/copy:maps/poke/seafoam/bf2.poke + +#begin maps/poke/seafoam/bf3.poke +/copy:maps/poke/seafoam/bf3.poke + +#begin maps/poke/seafoam/bf4.poke +/copy:maps/poke/seafoam/bf4.poke + +#begin maps/poke/slowpokewell/slowpokewell1f.poke +/copy:maps/poke/slowpokewell/slowpokewell1f.poke + +#begin maps/poke/slowpokewell/slowpokewellb1f.poke +/copy:maps/poke/slowpokewell/slowpokewellb1f.poke + +#begin maps/poke/twirl forest/0/0.poke +/copy:maps/poke/twirl forest/0/0.poke + +#begin maps/poke/twirl forest/0/1.poke +/copy:maps/poke/twirl forest/0/1.poke + +#begin maps/poke/twirl forest/0/10.poke +/copy:maps/poke/twirl forest/0/10.poke + +#begin maps/poke/twirl forest/0/11.poke +/copy:maps/poke/twirl forest/0/11.poke + +#begin maps/poke/twirl forest/0/15.poke +/copy:maps/poke/twirl forest/0/15.poke + +#begin maps/poke/twirl forest/0/2.poke +/copy:maps/poke/twirl forest/0/2.poke + +#begin maps/poke/twirl forest/0/3.poke +/copy:maps/poke/twirl forest/0/3.poke + +#begin maps/poke/twirl forest/0/4.poke +/copy:maps/poke/twirl forest/0/4.poke + +#begin maps/poke/twirl forest/0/5.poke +/copy:maps/poke/twirl forest/0/5.poke + +#begin maps/poke/twirl forest/0/9.poke +/copy:maps/poke/twirl forest/0/9.poke + +#begin maps/poke/underwatercave/main.poke +/copy:maps/poke/underwatercave/main.poke + +#begin maps/poke/underwatercave/surface.poke +/copy:maps/poke/underwatercave/surface.poke + +#begin maps/poke/underwatercave/underwater.poke +/copy:maps/poke/underwatercave/underwater.poke + +#begin maps/poke/unioncave/unioncavebf1.poke +/copy:maps/poke/unioncave/unioncavebf1.poke + +#begin maps/poke/unioncave/unioncavebf2.poke +/copy:maps/poke/unioncave/unioncavebf2.poke + +#begin maps/poke/unioncave/unioncavef1.poke +/copy:maps/poke/unioncave/unioncavef1.poke + +#begin maps/poke/vermilion/dock.poke +/copy:maps/poke/vermilion/dock.poke + +#begin maps/poke/vermilion/main.poke +/copy:maps/poke/vermilion/main.poke + +#begin maps/poke/victoryroad/1.poke +/copy:maps/poke/victoryroad/1.poke + +#begin maps/poke/victoryroad/2.poke +/copy:maps/poke/victoryroad/2.poke + +#begin maps/poke/victoryroad/3.poke +/copy:maps/poke/victoryroad/3.poke + +#begin maps/poke/violet/sprouttowerf1.poke +/copy:maps/poke/violet/sprouttowerf1.poke + +#begin maps/poke/violet/sprouttowerf2.poke +/copy:maps/poke/violet/sprouttowerf2.poke + +#begin maps/poke/violet/sprouttowerf3.poke +/copy:maps/poke/violet/sprouttowerf3.poke + +#begin maps/poke/viridian/main.poke +/copy:maps/poke/viridian/main.poke + +#begin maps/poke/v_forest/main.poke +/copy:maps/poke/v_forest/main.poke + +#begin maps/poke/whirlislands/1fne.poke +/copy:maps/poke/whirlislands/1fne.poke + +#begin maps/poke/whirlislands/1fnw.poke +/copy:maps/poke/whirlislands/1fnw.poke + +#begin maps/poke/whirlislands/1fse.poke +/copy:maps/poke/whirlislands/1fse.poke + +#begin maps/poke/whirlislands/1fsw.poke +/copy:maps/poke/whirlislands/1fsw.poke + +#begin maps/poke/whirlislands/bf1main.poke +/copy:maps/poke/whirlislands/bf1main.poke + +#begin maps/poke/whirlislands/lugia.poke +/copy:maps/poke/whirlislands/lugia.poke + +#begin maps/poke/whirlislands/sc1.poke +/copy:maps/poke/whirlislands/sc1.poke + +#begin maps/poke/whirlislands/sc2.poke +/copy:maps/poke/whirlislands/sc2.poke + +#begin maps/poke/whirlislands/sc3.poke +/copy:maps/poke/whirlislands/sc3.poke + +#begin maps/poke/whirlislands/sc4.poke +/copy:maps/poke/whirlislands/sc4.poke + +#begin maps/poke/whirlislands/wfall.poke +/copy:maps/poke/whirlislands/wfall.poke + +#begin maps/quest/dock.dat +/copy:maps/quest/dock.dat + +#begin maps/rocketbase/rocketbase1.dat +/copy:maps/rocketbase/rocketbase1.dat + +#begin maps/rocketbase/rocketbase2.dat +/copy:maps/rocketbase/rocketbase2.dat + +#begin maps/rocketbase/rocketbase3.dat +/copy:maps/rocketbase/rocketbase3.dat + +#begin maps/rocktunnel/bf1.dat +/copy:maps/rocktunnel/bf1.dat + +#begin maps/rocktunnel/bf2.dat +/copy:maps/rocktunnel/bf2.dat + +#begin maps/route39/barn.dat +/copy:maps/route39/barn.dat + +#begin maps/route39/house.dat +/copy:maps/route39/house.dat + +#begin maps/routes/berryhouse.dat +/copy:maps/routes/berryhouse.dat + +#begin maps/routes/daycare.dat +/copy:maps/routes/daycare.dat + +#begin maps/routes/route1.dat +/copy:maps/routes/route1.dat + +#begin maps/routes/route10.dat +/copy:maps/routes/route10.dat + +#begin maps/routes/route11.dat +/copy:maps/routes/route11.dat + +#begin maps/routes/route12.dat +/copy:maps/routes/route12.dat + +#begin maps/routes/route13.dat +/copy:maps/routes/route13.dat + +#begin maps/routes/route14.dat +/copy:maps/routes/route14.dat + +#begin maps/routes/route15.dat +/copy:maps/routes/route15.dat + +#begin maps/routes/route16.dat +/copy:maps/routes/route16.dat + +#begin maps/routes/route17.dat +/copy:maps/routes/route17.dat + +#begin maps/routes/route17offset.dat +/copy:maps/routes/route17offset.dat + +#begin maps/routes/route18.dat +/copy:maps/routes/route18.dat + +#begin maps/routes/route18offset.dat +/copy:maps/routes/route18offset.dat + +#begin maps/routes/route19.dat +/copy:maps/routes/route19.dat + +#begin maps/routes/route2.dat +/copy:maps/routes/route2.dat + +#begin maps/routes/route20.dat +/copy:maps/routes/route20.dat + +#begin maps/routes/route21.dat +/copy:maps/routes/route21.dat + +#begin maps/routes/route22.dat +/copy:maps/routes/route22.dat + +#begin maps/routes/route24.dat +/copy:maps/routes/route24.dat + +#begin maps/routes/route25.dat +/copy:maps/routes/route25.dat + +#begin maps/routes/route26.dat +/copy:maps/routes/route26.dat + +#begin maps/routes/route27.dat +/copy:maps/routes/route27.dat + +#begin maps/routes/route28.dat +/copy:maps/routes/route28.dat + +#begin maps/routes/route3.dat +/copy:maps/routes/route3.dat + +#begin maps/routes/route34.dat +/copy:maps/routes/route34.dat + +#begin maps/routes/route35.dat +/copy:maps/routes/route35.dat + +#begin maps/routes/route4.dat +/copy:maps/routes/route4.dat + +#begin maps/routes/route40.dat +/copy:maps/routes/route40.dat + +#begin maps/routes/route41.dat +/copy:maps/routes/route41.dat + +#begin maps/routes/route42.dat +/copy:maps/routes/route42.dat + +#begin maps/routes/route43.dat +/copy:maps/routes/route43.dat + +#begin maps/routes/route44.dat +/copy:maps/routes/route44.dat + +#begin maps/routes/route45.dat +/copy:maps/routes/route45.dat + +#begin maps/routes/route46.dat +/copy:maps/routes/route46.dat + +#begin maps/routes/route48.dat +/copy:maps/routes/route48.dat + +#begin maps/routes/route49.dat +/copy:maps/routes/route49.dat + +#begin maps/routes/route5.dat +/copy:maps/routes/route5.dat + +#begin maps/routes/route6.dat +/copy:maps/routes/route6.dat + +#begin maps/routes/route7.dat +/copy:maps/routes/route7.dat + +#begin maps/routes/route8.dat +/copy:maps/routes/route8.dat + +#begin maps/routes/route9.dat +/copy:maps/routes/route9.dat + +#begin maps/routes/route10/center.dat +/copy:maps/routes/route10/center.dat + +#begin maps/routes/route10/powerplant.dat +/copy:maps/routes/route10/powerplant.dat + +#begin maps/routes/route12/fish.dat +/copy:maps/routes/route12/fish.dat + +#begin maps/routes/route16/1.dat +/copy:maps/routes/route16/1.dat + +#begin maps/routes/route2/1.dat +/copy:maps/routes/route2/1.dat + +#begin maps/routes/route2/gate.dat +/copy:maps/routes/route2/gate.dat + +#begin maps/routes/route25/bill.dat +/copy:maps/routes/route25/bill.dat + +#begin maps/routes/route26/0.dat +/copy:maps/routes/route26/0.dat + +#begin maps/routes/route26/1.dat +/copy:maps/routes/route26/1.dat + +#begin maps/routes/route27/1.dat +/copy:maps/routes/route27/1.dat + +#begin maps/routes/route47/1.dat +/copy:maps/routes/route47/1.dat + +#begin maps/routes/route47/2.dat +/copy:maps/routes/route47/2.dat + +#begin maps/routes/route47/3.dat +/copy:maps/routes/route47/3.dat + +#begin maps/routes/route47/c1.dat +/copy:maps/routes/route47/c1.dat + +#begin maps/routes/route47/c2.dat +/copy:maps/routes/route47/c2.dat + +#begin maps/routes/route47/cb.dat +/copy:maps/routes/route47/cb.dat + +#begin maps/routes/route5/1.dat +/copy:maps/routes/route5/1.dat + +#begin maps/safarizone/center.dat +/copy:maps/safarizone/center.dat + +#begin maps/safarizone/gate.dat +/copy:maps/safarizone/gate.dat + +#begin maps/safarizone/main.dat +/copy:maps/safarizone/main.dat + +#begin maps/safarizone/areas/0.dat +/copy:maps/safarizone/areas/0.dat + +#begin maps/safarizone/areas/1.dat +/copy:maps/safarizone/areas/1.dat + +#begin maps/safarizone/areas/10.dat +/copy:maps/safarizone/areas/10.dat + +#begin maps/safarizone/areas/11.dat +/copy:maps/safarizone/areas/11.dat + +#begin maps/safarizone/areas/12.dat +/copy:maps/safarizone/areas/12.dat + +#begin maps/safarizone/areas/13.dat +/copy:maps/safarizone/areas/13.dat + +#begin maps/safarizone/areas/14.dat +/copy:maps/safarizone/areas/14.dat + +#begin maps/safarizone/areas/15.dat +/copy:maps/safarizone/areas/15.dat + +#begin maps/safarizone/areas/16.dat +/copy:maps/safarizone/areas/16.dat + +#begin maps/safarizone/areas/17.dat +/copy:maps/safarizone/areas/17.dat + +#begin maps/safarizone/areas/18.dat +/copy:maps/safarizone/areas/18.dat + +#begin maps/safarizone/areas/19.dat +/copy:maps/safarizone/areas/19.dat + +#begin maps/safarizone/areas/2.dat +/copy:maps/safarizone/areas/2.dat + +#begin maps/safarizone/areas/3.dat +/copy:maps/safarizone/areas/3.dat + +#begin maps/safarizone/areas/4.dat +/copy:maps/safarizone/areas/4.dat + +#begin maps/safarizone/areas/5.dat +/copy:maps/safarizone/areas/5.dat + +#begin maps/safarizone/areas/6.dat +/copy:maps/safarizone/areas/6.dat + +#begin maps/safarizone/areas/7.dat +/copy:maps/safarizone/areas/7.dat + +#begin maps/safarizone/areas/8.dat +/copy:maps/safarizone/areas/8.dat + +#begin maps/safarizone/areas/9.dat +/copy:maps/safarizone/areas/9.dat + +#begin maps/saffron/center.dat +/copy:maps/saffron/center.dat + +#begin maps/saffron/copycat1.dat +/copy:maps/saffron/copycat1.dat + +#begin maps/saffron/copycat2.dat +/copy:maps/saffron/copycat2.dat + +#begin maps/saffron/dojo.dat +/copy:maps/saffron/dojo.dat + +#begin maps/saffron/main.dat +/copy:maps/saffron/main.dat + +#begin maps/saffron/mart.dat +/copy:maps/saffron/mart.dat + +#begin maps/saffron/psychic.dat +/copy:maps/saffron/psychic.dat + +#begin maps/saffron/rotomroom.dat +/copy:maps/saffron/rotomroom.dat + +#begin maps/saffron/silph.dat +/copy:maps/saffron/silph.dat + +#begin maps/saffron/trainstation.dat +/copy:maps/saffron/trainstation.dat + +#begin maps/saffron/underground0.dat +/copy:maps/saffron/underground0.dat + +#begin maps/seafoam/bf1.dat +/copy:maps/seafoam/bf1.dat + +#begin maps/seafoam/bf2.dat +/copy:maps/seafoam/bf2.dat + +#begin maps/seafoam/bf3.dat +/copy:maps/seafoam/bf3.dat + +#begin maps/seafoam/bf4.dat +/copy:maps/seafoam/bf4.dat + +#begin maps/seafoam/entEast.dat +/copy:maps/seafoam/entEast.dat + +#begin maps/seafoam/entWest.dat +/copy:maps/seafoam/entWest.dat + +#begin maps/slowpokewell/slowpokewell1f.dat +/copy:maps/slowpokewell/slowpokewell1f.dat + +#begin maps/slowpokewell/slowpokewellb1f.dat +/copy:maps/slowpokewell/slowpokewellb1f.dat + +#begin maps/SSAqua/firsttrip/bf1.dat +/copy:maps/SSAqua/firsttrip/bf1.dat + +#begin maps/SSAqua/firsttrip/captainoutside.dat +/copy:maps/SSAqua/firsttrip/captainoutside.dat + +#begin maps/SSAqua/firsttrip/main.dat +/copy:maps/SSAqua/firsttrip/main.dat + +#begin maps/SSAqua/firsttrip/cabins/1.dat +/copy:maps/SSAqua/firsttrip/cabins/1.dat + +#begin maps/SSAqua/firsttrip/cabins/2.dat +/copy:maps/SSAqua/firsttrip/cabins/2.dat + +#begin maps/SSAqua/firsttrip/cabins/3.dat +/copy:maps/SSAqua/firsttrip/cabins/3.dat + +#begin maps/SSAqua/firsttrip/cabins/4.dat +/copy:maps/SSAqua/firsttrip/cabins/4.dat + +#begin maps/SSAqua/firsttrip/cabins/5.dat +/copy:maps/SSAqua/firsttrip/cabins/5.dat + +#begin maps/SSAqua/firsttrip/cabins/6.dat +/copy:maps/SSAqua/firsttrip/cabins/6.dat + +#begin maps/SSAqua/firsttrip/cabins/7.dat +/copy:maps/SSAqua/firsttrip/cabins/7.dat + +#begin maps/SSAqua/firsttrip/cabins/8.dat +/copy:maps/SSAqua/firsttrip/cabins/8.dat + +#begin maps/SSAqua/firsttrip/cabins/captain.dat +/copy:maps/SSAqua/firsttrip/cabins/captain.dat + +#begin maps/SSAqua/olivine/bf1.dat +/copy:maps/SSAqua/olivine/bf1.dat + +#begin maps/SSAqua/olivine/captainoutside.dat +/copy:maps/SSAqua/olivine/captainoutside.dat + +#begin maps/SSAqua/olivine/main.dat +/copy:maps/SSAqua/olivine/main.dat + +#begin maps/SSAqua/olivine/cabins/1.dat +/copy:maps/SSAqua/olivine/cabins/1.dat + +#begin maps/SSAqua/olivine/cabins/2.dat +/copy:maps/SSAqua/olivine/cabins/2.dat + +#begin maps/SSAqua/olivine/cabins/3.dat +/copy:maps/SSAqua/olivine/cabins/3.dat + +#begin maps/SSAqua/olivine/cabins/4.dat +/copy:maps/SSAqua/olivine/cabins/4.dat + +#begin maps/SSAqua/olivine/cabins/5.dat +/copy:maps/SSAqua/olivine/cabins/5.dat + +#begin maps/SSAqua/olivine/cabins/6.dat +/copy:maps/SSAqua/olivine/cabins/6.dat + +#begin maps/SSAqua/olivine/cabins/7.dat +/copy:maps/SSAqua/olivine/cabins/7.dat + +#begin maps/SSAqua/olivine/cabins/8.dat +/copy:maps/SSAqua/olivine/cabins/8.dat + +#begin maps/SSAqua/olivine/cabins/captain.dat +/copy:maps/SSAqua/olivine/cabins/captain.dat + +#begin maps/SSAqua/vermilion/bf1.dat +/copy:maps/SSAqua/vermilion/bf1.dat + +#begin maps/SSAqua/vermilion/captainoutside.dat +/copy:maps/SSAqua/vermilion/captainoutside.dat + +#begin maps/SSAqua/vermilion/main.dat +/copy:maps/SSAqua/vermilion/main.dat + +#begin maps/SSAqua/vermilion/cabins/1.dat +/copy:maps/SSAqua/vermilion/cabins/1.dat + +#begin maps/SSAqua/vermilion/cabins/2.dat +/copy:maps/SSAqua/vermilion/cabins/2.dat + +#begin maps/SSAqua/vermilion/cabins/3.dat +/copy:maps/SSAqua/vermilion/cabins/3.dat + +#begin maps/SSAqua/vermilion/cabins/4.dat +/copy:maps/SSAqua/vermilion/cabins/4.dat + +#begin maps/SSAqua/vermilion/cabins/5.dat +/copy:maps/SSAqua/vermilion/cabins/5.dat + +#begin maps/SSAqua/vermilion/cabins/6.dat +/copy:maps/SSAqua/vermilion/cabins/6.dat + +#begin maps/SSAqua/vermilion/cabins/7.dat +/copy:maps/SSAqua/vermilion/cabins/7.dat + +#begin maps/SSAqua/vermilion/cabins/8.dat +/copy:maps/SSAqua/vermilion/cabins/8.dat + +#begin maps/SSAqua/vermilion/cabins/captain.dat +/copy:maps/SSAqua/vermilion/cabins/captain.dat + +#begin maps/structures/magnettrain.dat +/copy:maps/structures/magnettrain.dat + +#begin maps/structures/PokeCenterInterior.dat +/copy:maps/structures/PokeCenterInterior.dat + +#begin maps/structures/torchlight.dat +/copy:maps/structures/torchlight.dat + +#begin maps/structures/cyclingroad/lamp_east.dat +/copy:maps/structures/cyclingroad/lamp_east.dat + +#begin maps/structures/cyclingroad/lamp_west.dat +/copy:maps/structures/cyclingroad/lamp_west.dat + +#begin maps/structures/frontier/factory.dat +/copy:maps/structures/frontier/factory.dat + +#begin maps/structures/frontier/flag.dat +/copy:maps/structures/frontier/flag.dat + +#begin maps/structures/frontier/small_house0.dat +/copy:maps/structures/frontier/small_house0.dat + +#begin maps/structures/frontier/small_house1.dat +/copy:maps/structures/frontier/small_house1.dat + +#begin maps/structures/goldenrod/2houseEW.dat +/copy:maps/structures/goldenrod/2houseEW.dat + +#begin maps/structures/goldenrod/2houseNS.dat +/copy:maps/structures/goldenrod/2houseNS.dat + +#begin maps/structures/goldenrod/3houseEW.dat +/copy:maps/structures/goldenrod/3houseEW.dat + +#begin maps/structures/goldenrod/4houseEW.dat +/copy:maps/structures/goldenrod/4houseEW.dat + +#begin maps/structures/goldenrod/4houseEWWarp.dat +/copy:maps/structures/goldenrod/4houseEWWarp.dat + +#begin maps/structures/goldenrod/4houseNS.dat +/copy:maps/structures/goldenrod/4houseNS.dat + +#begin maps/structures/route17/lamp_east.dat +/copy:maps/structures/route17/lamp_east.dat + +#begin maps/structures/route17/lamp_west.dat +/copy:maps/structures/route17/lamp_west.dat + +#begin maps/structures/saffron/short.dat +/copy:maps/structures/saffron/short.dat + +#begin maps/structures/saffron/shorteastwall.dat +/copy:maps/structures/saffron/shorteastwall.dat + +#begin maps/structures/saffron/shortwdoor.dat +/copy:maps/structures/saffron/shortwdoor.dat + +#begin maps/structures/saffron/shortwestwall.dat +/copy:maps/structures/saffron/shortwestwall.dat + +#begin maps/structures/saffron/tall.dat +/copy:maps/structures/saffron/tall.dat + +#begin maps/structures/sevii/brownhouse.dat +/copy:maps/structures/sevii/brownhouse.dat + +#begin maps/structures/sevii/center.dat +/copy:maps/structures/sevii/center.dat + +#begin maps/structures/sevii/dock.dat +/copy:maps/structures/sevii/dock.dat + +#begin maps/structures/sevii/mart.dat +/copy:maps/structures/sevii/mart.dat + +#begin maps/structures/sevii/purplehouse.dat +/copy:maps/structures/sevii/purplehouse.dat + +#begin maps/structures/sevii/ruins.dat +/copy:maps/structures/sevii/ruins.dat + +#begin maps/structures/stairs/0/e.dat +/copy:maps/structures/stairs/0/e.dat + +#begin maps/structures/stairs/0/n.dat +/copy:maps/structures/stairs/0/n.dat + +#begin maps/structures/stairs/0/s.dat +/copy:maps/structures/stairs/0/s.dat + +#begin maps/structures/stairs/0/w.dat +/copy:maps/structures/stairs/0/w.dat + +#begin maps/structures/stairs/1/e.dat +/copy:maps/structures/stairs/1/e.dat + +#begin maps/structures/stairs/1/n.dat +/copy:maps/structures/stairs/1/n.dat + +#begin maps/structures/stairs/1/s.dat +/copy:maps/structures/stairs/1/s.dat + +#begin maps/structures/stairs/1/w.dat +/copy:maps/structures/stairs/1/w.dat + +#begin maps/structures/stairs/2/e.dat +/copy:maps/structures/stairs/2/e.dat + +#begin maps/structures/stairs/2/n.dat +/copy:maps/structures/stairs/2/n.dat + +#begin maps/structures/stairs/2/s.dat +/copy:maps/structures/stairs/2/s.dat + +#begin maps/structures/stairs/2/w.dat +/copy:maps/structures/stairs/2/w.dat + +#begin maps/structures/stairs/UnderwaterCave/e.dat +/copy:maps/structures/stairs/UnderwaterCave/e.dat + +#begin maps/structures/stairs/UnderwaterCave/n.dat +/copy:maps/structures/stairs/UnderwaterCave/n.dat + +#begin maps/structures/stairs/UnderwaterCave/s.dat +/copy:maps/structures/stairs/UnderwaterCave/s.dat + +#begin maps/structures/stairs/UnderwaterCave/w.dat +/copy:maps/structures/stairs/UnderwaterCave/w.dat + +#begin maps/structures/viridian/brick.dat +/copy:maps/structures/viridian/brick.dat + +#begin maps/structures/viridian/brick_single.dat +/copy:maps/structures/viridian/brick_single.dat + +#begin maps/tohjofalls/hideout.dat +/copy:maps/tohjofalls/hideout.dat + +#begin maps/trainmaps/center.dat +/copy:maps/trainmaps/center.dat + +#begin maps/trainmaps/fromgoldenrod.dat +/copy:maps/trainmaps/fromgoldenrod.dat + +#begin maps/trainmaps/fromsaffron.dat +/copy:maps/trainmaps/fromsaffron.dat + +#begin maps/twirl forest/main.dat +/copy:maps/twirl forest/main.dat + +#begin maps/twirl forest/0/0.dat +/copy:maps/twirl forest/0/0.dat + +#begin maps/twirl forest/0/1.dat +/copy:maps/twirl forest/0/1.dat + +#begin maps/twirl forest/0/10.dat +/copy:maps/twirl forest/0/10.dat + +#begin maps/twirl forest/0/11.dat +/copy:maps/twirl forest/0/11.dat + +#begin maps/twirl forest/0/15.dat +/copy:maps/twirl forest/0/15.dat + +#begin maps/twirl forest/0/2.dat +/copy:maps/twirl forest/0/2.dat + +#begin maps/twirl forest/0/3.dat +/copy:maps/twirl forest/0/3.dat + +#begin maps/twirl forest/0/4.dat +/copy:maps/twirl forest/0/4.dat + +#begin maps/twirl forest/0/5.dat +/copy:maps/twirl forest/0/5.dat + +#begin maps/twirl forest/0/9.dat +/copy:maps/twirl forest/0/9.dat + +#begin maps/underwatercave/main.dat +/copy:maps/underwatercave/main.dat + +#begin maps/underwatercave/manaphy.dat +/copy:maps/underwatercave/manaphy.dat + +#begin maps/underwatercave/surface.dat +/copy:maps/underwatercave/surface.dat + +#begin maps/underwatercave/underwater.dat +/copy:maps/underwatercave/underwater.dat + +#begin maps/underwatercave/volcano.dat +/copy:maps/underwatercave/volcano.dat + +#begin maps/unioncave/unioncavebf1.dat +/copy:maps/unioncave/unioncavebf1.dat + +#begin maps/unioncave/unioncavebf2.dat +/copy:maps/unioncave/unioncavebf2.dat + +#begin maps/unioncave/unioncavef1.dat +/copy:maps/unioncave/unioncavef1.dat + +#begin maps/vermilion/1.dat +/copy:maps/vermilion/1.dat + +#begin maps/vermilion/2.dat +/copy:maps/vermilion/2.dat + +#begin maps/vermilion/3.dat +/copy:maps/vermilion/3.dat + +#begin maps/vermilion/center.dat +/copy:maps/vermilion/center.dat + +#begin maps/vermilion/dock.dat +/copy:maps/vermilion/dock.dat + +#begin maps/vermilion/dock_entrance.dat +/copy:maps/vermilion/dock_entrance.dat + +#begin maps/vermilion/fan.dat +/copy:maps/vermilion/fan.dat + +#begin maps/vermilion/main.dat +/copy:maps/vermilion/main.dat + +#begin maps/vermilion/mart.dat +/copy:maps/vermilion/mart.dat + +#begin maps/victoryroad/1.dat +/copy:maps/victoryroad/1.dat + +#begin maps/victoryroad/2.dat +/copy:maps/victoryroad/2.dat + +#begin maps/victoryroad/3.dat +/copy:maps/victoryroad/3.dat + +#begin maps/violet/001.dat +/copy:maps/violet/001.dat + +#begin maps/violet/002.dat +/copy:maps/violet/002.dat + +#begin maps/violet/school.dat +/copy:maps/violet/school.dat + +#begin maps/violet/sprouttowerf1.dat +/copy:maps/violet/sprouttowerf1.dat + +#begin maps/violet/sprouttowerf2.dat +/copy:maps/violet/sprouttowerf2.dat + +#begin maps/violet/sprouttowerf3.dat +/copy:maps/violet/sprouttowerf3.dat + +#begin maps/viridian/1.dat +/copy:maps/viridian/1.dat + +#begin maps/viridian/center.dat +/copy:maps/viridian/center.dat + +#begin maps/viridian/main.dat +/copy:maps/viridian/main.dat + +#begin maps/viridian/mart.dat +/copy:maps/viridian/mart.dat + +#begin maps/viridian/trainerhouse/arena.dat +/copy:maps/viridian/trainerhouse/arena.dat + +#begin maps/viridian/trainerhouse/bf.dat +/copy:maps/viridian/trainerhouse/bf.dat + +#begin maps/viridian/trainerhouse/main.dat +/copy:maps/viridian/trainerhouse/main.dat + +#begin maps/v_forest/main.dat +/copy:maps/v_forest/main.dat + +#begin maps/v_forest/north.dat +/copy:maps/v_forest/north.dat + +#begin maps/v_forest/south.dat +/copy:maps/v_forest/south.dat + +#begin maps/whirlislands/1fne.dat +/copy:maps/whirlislands/1fne.dat + +#begin maps/whirlislands/1fnw.dat +/copy:maps/whirlislands/1fnw.dat + +#begin maps/whirlislands/1fse.dat +/copy:maps/whirlislands/1fse.dat + +#begin maps/whirlislands/1fsw.dat +/copy:maps/whirlislands/1fsw.dat + +#begin maps/whirlislands/bf1main.dat +/copy:maps/whirlislands/bf1main.dat + +#begin maps/whirlislands/lugia.dat +/copy:maps/whirlislands/lugia.dat + +#begin maps/whirlislands/sc1.dat +/copy:maps/whirlislands/sc1.dat + +#begin maps/whirlislands/sc2.dat +/copy:maps/whirlislands/sc2.dat + +#begin maps/whirlislands/sc3.dat +/copy:maps/whirlislands/sc3.dat + +#begin maps/whirlislands/sc4.dat +/copy:maps/whirlislands/sc4.dat + +#begin maps/whirlislands/wfall.dat +/copy:maps/whirlislands/wfall.dat + +#begin Scripts/BikeGate.dat +/copy:Scripts/BikeGate.dat + +#begin Scripts/center_script.dat +/copy:Scripts/center_script.dat + +#begin Scripts/computer.dat +/copy:Scripts/computer.dat + +#begin Scripts/computer_choose.dat +/copy:Scripts/computer_choose.dat + +#begin Scripts/empty_trash.dat +/copy:Scripts/empty_trash.dat + +#begin Scripts/GateKeeper.dat +/copy:Scripts/GateKeeper.dat + +#begin Scripts/GateKeeper0.dat +/copy:Scripts/GateKeeper0.dat + +#begin Scripts/heal_machine.dat +/copy:Scripts/heal_machine.dat + +#begin Scripts/kurt.dat +/copy:Scripts/kurt.dat + +#begin Scripts/multiplayer.dat +/copy:Scripts/multiplayer.dat + +#begin Scripts/mystery_event.dat +/copy:Scripts/mystery_event.dat + +#begin Scripts/oldguide.dat +/copy:Scripts/oldguide.dat + +#begin Scripts/radio_tower_start.dat +/copy:Scripts/radio_tower_start.dat + +#begin Scripts/Shelf.dat +/copy:Scripts/Shelf.dat + +#begin Scripts/slenderman.dat +/copy:Scripts/slenderman.dat + +#begin Scripts/speedboatscene.dat +/copy:Scripts/speedboatscene.dat + +#begin Scripts/testscript.dat +/copy:Scripts/testscript.dat + +#begin Scripts/warning.dat +/copy:Scripts/warning.dat + +#begin Scripts/Whirlpool.dat +/copy:Scripts/Whirlpool.dat + +#begin Scripts/alph/alph01.dat +/copy:Scripts/alph/alph01.dat + +#begin Scripts/alph/alph02.dat +/copy:Scripts/alph/alph02.dat + +#begin Scripts/alph/alph03.dat +/copy:Scripts/alph/alph03.dat + +#begin Scripts/alph/alph04.dat +/copy:Scripts/alph/alph04.dat + +#begin Scripts/alph/alph05.dat +/copy:Scripts/alph/alph05.dat + +#begin Scripts/alph/alph06.dat +/copy:Scripts/alph/alph06.dat + +#begin Scripts/alph/alph07.dat +/copy:Scripts/alph/alph07.dat + +#begin Scripts/alph/alph08.dat +/copy:Scripts/alph/alph08.dat + +#begin Scripts/alph/alph09.dat +/copy:Scripts/alph/alph09.dat + +#begin Scripts/alph/alph10.dat +/copy:Scripts/alph/alph10.dat + +#begin Scripts/alph/alph11.dat +/copy:Scripts/alph/alph11.dat + +#begin Scripts/alph/alph12.dat +/copy:Scripts/alph/alph12.dat + +#begin Scripts/alph/alph13.dat +/copy:Scripts/alph/alph13.dat + +#begin Scripts/alph/alph14.dat +/copy:Scripts/alph/alph14.dat + +#begin Scripts/alph/alph15.dat +/copy:Scripts/alph/alph15.dat + +#begin Scripts/alph/alph16.dat +/copy:Scripts/alph/alph16.dat + +#begin Scripts/alph/alph17.dat +/copy:Scripts/alph/alph17.dat + +#begin Scripts/alph/alph_appear.dat +/copy:Scripts/alph/alph_appear.dat + +#begin Scripts/alph/alph_oldman.dat +/copy:Scripts/alph/alph_oldman.dat + +#begin Scripts/alph/computer.dat +/copy:Scripts/alph/computer.dat + +#begin Scripts/alph/unown/1.dat +/copy:Scripts/alph/unown/1.dat + +#begin Scripts/alph/unown/2.dat +/copy:Scripts/alph/unown/2.dat + +#begin Scripts/alph/unown/3.dat +/copy:Scripts/alph/unown/3.dat + +#begin Scripts/alph/unown/4.dat +/copy:Scripts/alph/unown/4.dat + +#begin Scripts/alph/unown/5.dat +/copy:Scripts/alph/unown/5.dat + +#begin Scripts/alph/unown/6.dat +/copy:Scripts/alph/unown/6.dat + +#begin Scripts/alph/unown/7.dat +/copy:Scripts/alph/unown/7.dat + +#begin Scripts/alph/unown/8.dat +/copy:Scripts/alph/unown/8.dat + +#begin Scripts/azalea/charcoal_guy.dat +/copy:Scripts/azalea/charcoal_guy.dat + +#begin Scripts/azalea/charcoal_teacher.dat +/copy:Scripts/azalea/charcoal_teacher.dat + +#begin Scripts/azalea/farfetchd.dat +/copy:Scripts/azalea/farfetchd.dat + +#begin Scripts/azalea/GymGuy.dat +/copy:Scripts/azalea/GymGuy.dat + +#begin Scripts/azalea/GymPillar.dat +/copy:Scripts/azalea/GymPillar.dat + +#begin Scripts/azalea/kurt.dat +/copy:Scripts/azalea/kurt.dat + +#begin Scripts/azalea/kurt_aggro.dat +/copy:Scripts/azalea/kurt_aggro.dat + +#begin Scripts/azalea/kurt_daughter.dat +/copy:Scripts/azalea/kurt_daughter.dat + +#begin Scripts/azalea/kurt_thanks.dat +/copy:Scripts/azalea/kurt_thanks.dat + +#begin Scripts/azalea/oldman.dat +/copy:Scripts/azalea/oldman.dat + +#begin Scripts/azalea/slowpokewell_kingsrock.dat +/copy:Scripts/azalea/slowpokewell_kingsrock.dat + +#begin Scripts/azalea/slowpoke_talk.dat +/copy:Scripts/azalea/slowpoke_talk.dat + +#begin Scripts/barktown/mapscript.dat +/copy:Scripts/barktown/mapscript.dat + +#begin Scripts/barktown/mary.dat +/copy:Scripts/barktown/mary.dat + +#begin Scripts/barktown/mom.dat +/copy:Scripts/barktown/mom.dat + +#begin Scripts/barktown/momdoor.dat +/copy:Scripts/barktown/momdoor.dat + +#begin Scripts/barktown/no_pokemon.dat +/copy:Scripts/barktown/no_pokemon.dat + +#begin Scripts/berryvista/trainman.dat +/copy:Scripts/berryvista/trainman.dat + +#begin Scripts/blackthorn/dden_guard.dat +/copy:Scripts/blackthorn/dden_guard.dat + +#begin Scripts/blackthorn/dragonair_trade.dat +/copy:Scripts/blackthorn/dragonair_trade.dat + +#begin Scripts/blackthorn/dratini.dat +/copy:Scripts/blackthorn/dratini.dat + +#begin Scripts/blackthorn/movedeleter.dat +/copy:Scripts/blackthorn/movedeleter.dat + +#begin Scripts/blackthorn/moverelearner.dat +/copy:Scripts/blackthorn/moverelearner.dat + +#begin Scripts/blackthorn/santos.dat +/copy:Scripts/blackthorn/santos.dat + +#begin Scripts/blackthorn/santos_map.dat +/copy:Scripts/blackthorn/santos_map.dat + +#begin Scripts/blackthorn/gym/GymGuy.dat +/copy:Scripts/blackthorn/gym/GymGuy.dat + +#begin Scripts/blackthorn/gym/puzzlerocks.dat +/copy:Scripts/blackthorn/gym/puzzlerocks.dat + +#begin Scripts/blackthorn/gym/rock_0.dat +/copy:Scripts/blackthorn/gym/rock_0.dat + +#begin Scripts/blackthorn/gym/rock_1.dat +/copy:Scripts/blackthorn/gym/rock_1.dat + +#begin Scripts/blackthorn/gym/rock_2.dat +/copy:Scripts/blackthorn/gym/rock_2.dat + +#begin Scripts/blackthorn/gym/warp_0.dat +/copy:Scripts/blackthorn/gym/warp_0.dat + +#begin Scripts/blackthorn/gym/warp_1.dat +/copy:Scripts/blackthorn/gym/warp_1.dat + +#begin Scripts/blackthorn/gym/warp_2.dat +/copy:Scripts/blackthorn/gym/warp_2.dat + +#begin Scripts/boon/dockguy.dat +/copy:Scripts/boon/dockguy.dat + +#begin Scripts/boon/housemapscript.dat +/copy:Scripts/boon/housemapscript.dat + +#begin Scripts/boon/lostellesdad.dat +/copy:Scripts/boon/lostellesdad.dat + +#begin Scripts/boon/oldlady.dat +/copy:Scripts/boon/oldlady.dat + +#begin Scripts/celadon/clefairy.dat +/copy:Scripts/celadon/clefairy.dat + +#begin Scripts/celadon/condoinfo.dat +/copy:Scripts/celadon/condoinfo.dat + +#begin Scripts/celadon/curse.dat +/copy:Scripts/celadon/curse.dat + +#begin Scripts/celadon/meowth.dat +/copy:Scripts/celadon/meowth.dat + +#begin Scripts/celadon/nidoran.dat +/copy:Scripts/celadon/nidoran.dat + +#begin Scripts/celadon/poliwrath.dat +/copy:Scripts/celadon/poliwrath.dat + +#begin Scripts/celadon/mart/counter.dat +/copy:Scripts/celadon/mart/counter.dat + +#begin Scripts/celadon/mart/elevator.dat +/copy:Scripts/celadon/mart/elevator.dat + +#begin Scripts/celadon/mart/information.dat +/copy:Scripts/celadon/mart/information.dat + +#begin Scripts/cerulean/diglett.dat +/copy:Scripts/cerulean/diglett.dat + +#begin Scripts/cerulean/gymgrunt.dat +/copy:Scripts/cerulean/gymgrunt.dat + +#begin Scripts/cerulean/GymGuy.dat +/copy:Scripts/cerulean/GymGuy.dat + +#begin Scripts/cerulean/kangaskhan.dat +/copy:Scripts/cerulean/kangaskhan.dat + +#begin Scripts/cerulean/slowbro.dat +/copy:Scripts/cerulean/slowbro.dat + +#begin Scripts/cerulean/zubat.dat +/copy:Scripts/cerulean/zubat.dat + +#begin Scripts/ceruleancave/healer.dat +/copy:Scripts/ceruleancave/healer.dat + +#begin Scripts/ceruleancave/lookerencounter.dat +/copy:Scripts/ceruleancave/lookerencounter.dat + +#begin Scripts/ceruleancave/mewtwo.dat +/copy:Scripts/ceruleancave/mewtwo.dat + +#begin Scripts/ceruleancave/protonencounter.dat +/copy:Scripts/ceruleancave/protonencounter.dat + +#begin Scripts/cherrygrove/mystic_water.dat +/copy:Scripts/cherrygrove/mystic_water.dat + +#begin Scripts/cherrygrove/oldguide.dat +/copy:Scripts/cherrygrove/oldguide.dat + +#begin Scripts/cherrygrove/steve.dat +/copy:Scripts/cherrygrove/steve.dat + +#begin Scripts/chrono/dockguy.dat +/copy:Scripts/chrono/dockguy.dat + +#begin Scripts/chrono/dockguymemorial.dat +/copy:Scripts/chrono/dockguymemorial.dat + +#begin Scripts/chrono/door.dat +/copy:Scripts/chrono/door.dat + +#begin Scripts/chrono/egg.dat +/copy:Scripts/chrono/egg.dat + +#begin Scripts/chrono/grieve.dat +/copy:Scripts/chrono/grieve.dat + +#begin Scripts/chrono/gruntencounter.dat +/copy:Scripts/chrono/gruntencounter.dat + +#begin Scripts/chrono/memorial.dat +/copy:Scripts/chrono/memorial.dat + +#begin Scripts/chrono/memorialmap.dat +/copy:Scripts/chrono/memorialmap.dat + +#begin Scripts/chrono/protonencounter.dat +/copy:Scripts/chrono/protonencounter.dat + +#begin Scripts/chrono/raisenpcs.dat +/copy:Scripts/chrono/raisenpcs.dat + +#begin Scripts/chrono/selloscave.dat +/copy:Scripts/chrono/selloscave.dat + +#begin Scripts/chrono/selphy.dat +/copy:Scripts/chrono/selphy.dat + +#begin Scripts/chrono/warehousedoormap.dat +/copy:Scripts/chrono/warehousedoormap.dat + +#begin Scripts/cianwood/Fly.dat +/copy:Scripts/cianwood/Fly.dat + +#begin Scripts/cianwood/GymGuy.dat +/copy:Scripts/cianwood/GymGuy.dat + +#begin Scripts/cianwood/potion_guy.dat +/copy:Scripts/cianwood/potion_guy.dat + +#begin Scripts/cianwood/seer.dat +/copy:Scripts/cianwood/seer.dat + +#begin Scripts/cianwood/Shuckle.dat +/copy:Scripts/cianwood/Shuckle.dat + +#begin Scripts/cinnabar/blue.dat +/copy:Scripts/cinnabar/blue.dat + +#begin Scripts/darkcave/black_glasses.dat +/copy:Scripts/darkcave/black_glasses.dat + +#begin Scripts/dragonsden/clairtmget.dat +/copy:Scripts/dragonsden/clairtmget.dat + +#begin Scripts/dragonsden/master.dat +/copy:Scripts/dragonsden/master.dat + +#begin Scripts/dragonsden/questions.dat +/copy:Scripts/dragonsden/questions.dat + +#begin Scripts/dragonsden/torch1.dat +/copy:Scripts/dragonsden/torch1.dat + +#begin Scripts/dragonsden/torch2.dat +/copy:Scripts/dragonsden/torch2.dat + +#begin Scripts/dungeon/blue.dat +/copy:Scripts/dungeon/blue.dat + +#begin Scripts/dungeon/centerrobomap.dat +/copy:Scripts/dungeon/centerrobomap.dat + +#begin Scripts/dungeon/chessmap.dat +/copy:Scripts/dungeon/chessmap.dat + +#begin Scripts/dungeon/chessmoves.dat +/copy:Scripts/dungeon/chessmoves.dat + +#begin Scripts/dungeon/chessscientist.dat +/copy:Scripts/dungeon/chessscientist.dat + +#begin Scripts/dungeon/crackedfloormap.dat +/copy:Scripts/dungeon/crackedfloormap.dat + +#begin Scripts/dungeon/crackfloors.dat +/copy:Scripts/dungeon/crackfloors.dat + +#begin Scripts/dungeon/doors.dat +/copy:Scripts/dungeon/doors.dat + +#begin Scripts/dungeon/hiker.dat +/copy:Scripts/dungeon/hiker.dat + +#begin Scripts/dungeon/jirachi.dat +/copy:Scripts/dungeon/jirachi.dat + +#begin Scripts/dungeon/masterrobot.dat +/copy:Scripts/dungeon/masterrobot.dat + +#begin Scripts/dungeon/postchess.dat +/copy:Scripts/dungeon/postchess.dat + +#begin Scripts/dungeon/postpostchess.dat +/copy:Scripts/dungeon/postpostchess.dat + +#begin Scripts/dungeon/red.dat +/copy:Scripts/dungeon/red.dat + +#begin Scripts/dungeon/robots.dat +/copy:Scripts/dungeon/robots.dat + +#begin Scripts/dungeon/robotwarpout.dat +/copy:Scripts/dungeon/robotwarpout.dat + +#begin Scripts/dungeon/rockremove.dat +/copy:Scripts/dungeon/rockremove.dat + +#begin Scripts/dungeon/rock_0.dat +/copy:Scripts/dungeon/rock_0.dat + +#begin Scripts/dungeon/rock_1.dat +/copy:Scripts/dungeon/rock_1.dat + +#begin Scripts/dungeon/rock_2.dat +/copy:Scripts/dungeon/rock_2.dat + +#begin Scripts/dungeon/textblock.dat +/copy:Scripts/dungeon/textblock.dat + +#begin Scripts/dungeon/towerregister.dat +/copy:Scripts/dungeon/towerregister.dat + +#begin Scripts/dungeon/towertopregister.dat +/copy:Scripts/dungeon/towertopregister.dat + +#begin Scripts/dungeon/trainman.dat +/copy:Scripts/dungeon/trainman.dat + +#begin Scripts/dungeon/unregistercracked.dat +/copy:Scripts/dungeon/unregistercracked.dat + +#begin Scripts/dungeon/chesspieces/bishop1.dat +/copy:Scripts/dungeon/chesspieces/bishop1.dat + +#begin Scripts/dungeon/chesspieces/bishop2.dat +/copy:Scripts/dungeon/chesspieces/bishop2.dat + +#begin Scripts/dungeon/chesspieces/bishop3.dat +/copy:Scripts/dungeon/chesspieces/bishop3.dat + +#begin Scripts/dungeon/chesspieces/bishop4.dat +/copy:Scripts/dungeon/chesspieces/bishop4.dat + +#begin Scripts/dungeon/chesspieces/king.dat +/copy:Scripts/dungeon/chesspieces/king.dat + +#begin Scripts/dungeon/chesspieces/knight1.dat +/copy:Scripts/dungeon/chesspieces/knight1.dat + +#begin Scripts/dungeon/chesspieces/knight2.dat +/copy:Scripts/dungeon/chesspieces/knight2.dat + +#begin Scripts/dungeon/chesspieces/pawn.dat +/copy:Scripts/dungeon/chesspieces/pawn.dat + +#begin Scripts/dungeon/chesspieces/queen1.dat +/copy:Scripts/dungeon/chesspieces/queen1.dat + +#begin Scripts/dungeon/chesspieces/queen2.dat +/copy:Scripts/dungeon/chesspieces/queen2.dat + +#begin Scripts/dungeon/chesspieces/rook1.dat +/copy:Scripts/dungeon/chesspieces/rook1.dat + +#begin Scripts/dungeon/chesspieces/rook2.dat +/copy:Scripts/dungeon/chesspieces/rook2.dat + +#begin Scripts/dungeon/chesspieces/rook3.dat +/copy:Scripts/dungeon/chesspieces/rook3.dat + +#begin Scripts/ecruteak/bill_encounter.dat +/copy:Scripts/ecruteak/bill_encounter.dat + +#begin Scripts/ecruteak/gymwarp.dat +/copy:Scripts/ecruteak/gymwarp.dat + +#begin Scripts/ecruteak/item_finder.dat +/copy:Scripts/ecruteak/item_finder.dat + +#begin Scripts/ecruteak/rhydon.dat +/copy:Scripts/ecruteak/rhydon.dat + +#begin Scripts/ecruteak/rumor_lighthouse.dat +/copy:Scripts/ecruteak/rumor_lighthouse.dat + +#begin Scripts/ecruteak/suicune_encounter.dat +/copy:Scripts/ecruteak/suicune_encounter.dat + +#begin Scripts/ecruteak/surf_man.dat +/copy:Scripts/ecruteak/surf_man.dat + +#begin Scripts/ecruteak/tintowersage1.dat +/copy:Scripts/ecruteak/tintowersage1.dat + +#begin Scripts/ecruteak/tintowersage2.dat +/copy:Scripts/ecruteak/tintowersage2.dat + +#begin Scripts/ecruteak/tintowersage3.dat +/copy:Scripts/ecruteak/tintowersage3.dat + +#begin Scripts/ecruteak/tower_story.dat +/copy:Scripts/ecruteak/tower_story.dat + +#begin Scripts/elmlab/chikorita.dat +/copy:Scripts/elmlab/chikorita.dat + +#begin Scripts/elmlab/cyndaquil.dat +/copy:Scripts/elmlab/cyndaquil.dat + +#begin Scripts/elmlab/door.dat +/copy:Scripts/elmlab/door.dat + +#begin Scripts/elmlab/door0.dat +/copy:Scripts/elmlab/door0.dat + +#begin Scripts/elmlab/elm.dat +/copy:Scripts/elmlab/elm.dat + +#begin Scripts/elmlab/heal_machine.dat +/copy:Scripts/elmlab/heal_machine.dat + +#begin Scripts/elmlab/totodile.dat +/copy:Scripts/elmlab/totodile.dat + +#begin Scripts/eusine/burnt1.dat +/copy:Scripts/eusine/burnt1.dat + +#begin Scripts/eusine/burnt2.dat +/copy:Scripts/eusine/burnt2.dat + +#begin Scripts/eusine/burnt3.dat +/copy:Scripts/eusine/burnt3.dat + +#begin Scripts/eusine/cianwood.dat +/copy:Scripts/eusine/cianwood.dat + +#begin Scripts/eusine/route14.dat +/copy:Scripts/eusine/route14.dat + +#begin Scripts/eusine/route25.dat +/copy:Scripts/eusine/route25.dat + +#begin Scripts/eusine/route42.dat +/copy:Scripts/eusine/route42.dat + +#begin Scripts/eusine/suicunebattle.dat +/copy:Scripts/eusine/suicunebattle.dat + +#begin Scripts/eusine/vermilion.dat +/copy:Scripts/eusine/vermilion.dat + +#begin Scripts/faraway/dockhand.dat +/copy:Scripts/faraway/dockhand.dat + +#begin Scripts/faraway/mew.dat +/copy:Scripts/faraway/mew.dat + +#begin Scripts/faraway/warpin.dat +/copy:Scripts/faraway/warpin.dat + +#begin Scripts/faraway/warpout.dat +/copy:Scripts/faraway/warpout.dat + +#begin Scripts/floe/bayissues.dat +/copy:Scripts/floe/bayissues.dat + +#begin Scripts/floe/bodyslam.dat +/copy:Scripts/floe/bodyslam.dat + +#begin Scripts/floe/daycare_pokemon.dat +/copy:Scripts/floe/daycare_pokemon.dat + +#begin Scripts/floe/dockguy.dat +/copy:Scripts/floe/dockguy.dat + +#begin Scripts/floe/lorelei.dat +/copy:Scripts/floe/lorelei.dat + +#begin Scripts/floe/runner.dat +/copy:Scripts/floe/runner.dat + +#begin Scripts/floe/daycare/leave_pokemon.dat +/copy:Scripts/floe/daycare/leave_pokemon.dat + +#begin Scripts/floe/daycare/main.dat +/copy:Scripts/floe/daycare/main.dat + +#begin Scripts/floe/daycare/man.dat +/copy:Scripts/floe/daycare/man.dat + +#begin Scripts/floe/daycare/pokemon_0.dat +/copy:Scripts/floe/daycare/pokemon_0.dat + +#begin Scripts/floe/daycare/pokemon_1.dat +/copy:Scripts/floe/daycare/pokemon_1.dat + +#begin Scripts/floe/daycare/take_back.dat +/copy:Scripts/floe/daycare/take_back.dat + +#begin Scripts/floe/daycare/take_egg.dat +/copy:Scripts/floe/daycare/take_egg.dat + +#begin Scripts/fortune/dockguy.dat +/copy:Scripts/fortune/dockguy.dat + +#begin Scripts/frontier/battlegate.dat +/copy:Scripts/frontier/battlegate.dat + +#begin Scripts/frontier/frontier_cameraintro.dat +/copy:Scripts/frontier/frontier_cameraintro.dat + +#begin Scripts/frontier/intro.dat +/copy:Scripts/frontier/intro.dat + +#begin Scripts/frontier/battlefactory/ruleboard.dat +/copy:Scripts/frontier/battlefactory/ruleboard.dat + +#begin Scripts/frontier/battlefactory/challenge/afterbattle.dat +/copy:Scripts/frontier/battlefactory/challenge/afterbattle.dat + +#begin Scripts/frontier/battlefactory/challenge/beforebattle.dat +/copy:Scripts/frontier/battlefactory/challenge/beforebattle.dat + +#begin Scripts/frontier/battlefactory/challenge/cancelbattle.dat +/copy:Scripts/frontier/battlefactory/challenge/cancelbattle.dat + +#begin Scripts/frontier/battlefactory/challenge/choosetrainer.dat +/copy:Scripts/frontier/battlefactory/challenge/choosetrainer.dat + +#begin Scripts/frontier/battlefactory/challenge/clearup.dat +/copy:Scripts/frontier/battlefactory/challenge/clearup.dat + +#begin Scripts/frontier/battlefactory/challenge/intro_walk.dat +/copy:Scripts/frontier/battlefactory/challenge/intro_walk.dat + +#begin Scripts/frontier/battlefactory/challenge/lostbattle.dat +/copy:Scripts/frontier/battlefactory/challenge/lostbattle.dat + +#begin Scripts/frontier/battlefactory/challenge/main.dat +/copy:Scripts/frontier/battlefactory/challenge/main.dat + +#begin Scripts/frontier/battlefactory/challenge/record_machine.dat +/copy:Scripts/frontier/battlefactory/challenge/record_machine.dat + +#begin Scripts/frontier/battlefactory/challenge/rent.dat +/copy:Scripts/frontier/battlefactory/challenge/rent.dat + +#begin Scripts/frontier/battlefactory/challenge/won7.dat +/copy:Scripts/frontier/battlefactory/challenge/won7.dat + +#begin Scripts/frontier/battlefactory/challenge/wonbrain.dat +/copy:Scripts/frontier/battlefactory/challenge/wonbrain.dat + +#begin Scripts/frontier/battlefactory/endless/afterbattle.dat +/copy:Scripts/frontier/battlefactory/endless/afterbattle.dat + +#begin Scripts/frontier/battlefactory/endless/beforebattle.dat +/copy:Scripts/frontier/battlefactory/endless/beforebattle.dat + +#begin Scripts/frontier/battlefactory/endless/cancelbattle.dat +/copy:Scripts/frontier/battlefactory/endless/cancelbattle.dat + +#begin Scripts/frontier/battlefactory/endless/choosetrainer.dat +/copy:Scripts/frontier/battlefactory/endless/choosetrainer.dat + +#begin Scripts/frontier/battlefactory/endless/clearup.dat +/copy:Scripts/frontier/battlefactory/endless/clearup.dat + +#begin Scripts/frontier/battlefactory/endless/intro_walk.dat +/copy:Scripts/frontier/battlefactory/endless/intro_walk.dat + +#begin Scripts/frontier/battlefactory/endless/lostbattle.dat +/copy:Scripts/frontier/battlefactory/endless/lostbattle.dat + +#begin Scripts/frontier/battlefactory/endless/main.dat +/copy:Scripts/frontier/battlefactory/endless/main.dat + +#begin Scripts/frontier/battlefactory/endless/record_machine.dat +/copy:Scripts/frontier/battlefactory/endless/record_machine.dat + +#begin Scripts/frontier/battlefactory/endless/rent.dat +/copy:Scripts/frontier/battlefactory/endless/rent.dat + +#begin Scripts/frontier/battletower/ruleboard.dat +/copy:Scripts/frontier/battletower/ruleboard.dat + +#begin Scripts/frontier/battletower/challenge/afterbattle.dat +/copy:Scripts/frontier/battletower/challenge/afterbattle.dat + +#begin Scripts/frontier/battletower/challenge/beforebattle.dat +/copy:Scripts/frontier/battletower/challenge/beforebattle.dat + +#begin Scripts/frontier/battletower/challenge/cancelbattle.dat +/copy:Scripts/frontier/battletower/challenge/cancelbattle.dat + +#begin Scripts/frontier/battletower/challenge/choosetrainer.dat +/copy:Scripts/frontier/battletower/challenge/choosetrainer.dat + +#begin Scripts/frontier/battletower/challenge/intro_walk.dat +/copy:Scripts/frontier/battletower/challenge/intro_walk.dat + +#begin Scripts/frontier/battletower/challenge/lostbattle.dat +/copy:Scripts/frontier/battletower/challenge/lostbattle.dat + +#begin Scripts/frontier/battletower/challenge/main.dat +/copy:Scripts/frontier/battletower/challenge/main.dat + +#begin Scripts/frontier/battletower/challenge/record_machine.dat +/copy:Scripts/frontier/battletower/challenge/record_machine.dat + +#begin Scripts/frontier/battletower/challenge/won7.dat +/copy:Scripts/frontier/battletower/challenge/won7.dat + +#begin Scripts/frontier/battletower/challenge/wonbrain.dat +/copy:Scripts/frontier/battletower/challenge/wonbrain.dat + +#begin Scripts/frontier/battletower/endless/afterbattle.dat +/copy:Scripts/frontier/battletower/endless/afterbattle.dat + +#begin Scripts/frontier/battletower/endless/beforebattle.dat +/copy:Scripts/frontier/battletower/endless/beforebattle.dat + +#begin Scripts/frontier/battletower/endless/cancelbattle.dat +/copy:Scripts/frontier/battletower/endless/cancelbattle.dat + +#begin Scripts/frontier/battletower/endless/choosetrainer.dat +/copy:Scripts/frontier/battletower/endless/choosetrainer.dat + +#begin Scripts/frontier/battletower/endless/intro_walk.dat +/copy:Scripts/frontier/battletower/endless/intro_walk.dat + +#begin Scripts/frontier/battletower/endless/lostbattle.dat +/copy:Scripts/frontier/battletower/endless/lostbattle.dat + +#begin Scripts/frontier/battletower/endless/main.dat +/copy:Scripts/frontier/battletower/endless/main.dat + +#begin Scripts/frontier/battletower/endless/record_machine.dat +/copy:Scripts/frontier/battletower/endless/record_machine.dat + +#begin Scripts/fuchsia/GymGuy.dat +/copy:Scripts/fuchsia/GymGuy.dat + +#begin Scripts/fuchsia/gymskins.dat +/copy:Scripts/fuchsia/gymskins.dat + +#begin Scripts/fuchsia/janinefan.dat +/copy:Scripts/fuchsia/janinefan.dat + +#begin Scripts/furniture/barktown/livingroom/cookplate.dat +/copy:Scripts/furniture/barktown/livingroom/cookplate.dat + +#begin Scripts/furniture/barktown/livingroom/dish.dat +/copy:Scripts/furniture/barktown/livingroom/dish.dat + +#begin Scripts/furniture/barktown/livingroom/fridge.dat +/copy:Scripts/furniture/barktown/livingroom/fridge.dat + +#begin Scripts/furniture/barktown/livingroom/tv.dat +/copy:Scripts/furniture/barktown/livingroom/tv.dat + +#begin Scripts/furniture/barktown/yourroom/bookshelf.dat +/copy:Scripts/furniture/barktown/yourroom/bookshelf.dat + +#begin Scripts/furniture/barktown/yourroom/donators.dat +/copy:Scripts/furniture/barktown/yourroom/donators.dat + +#begin Scripts/furniture/barktown/yourroom/note.dat +/copy:Scripts/furniture/barktown/yourroom/note.dat + +#begin Scripts/furniture/barktown/yourroom/townmap.dat +/copy:Scripts/furniture/barktown/yourroom/townmap.dat + +#begin Scripts/furniture/barktown/yourroom/tv.dat +/copy:Scripts/furniture/barktown/yourroom/tv.dat + +#begin Scripts/goldenrod/bill_eevee.dat +/copy:Scripts/goldenrod/bill_eevee.dat + +#begin Scripts/goldenrod/bill_sister.dat +/copy:Scripts/goldenrod/bill_sister.dat + +#begin Scripts/goldenrod/flowershop0.dat +/copy:Scripts/goldenrod/flowershop0.dat + +#begin Scripts/goldenrod/flowershop1.dat +/copy:Scripts/goldenrod/flowershop1.dat + +#begin Scripts/goldenrod/gate_spearow.dat +/copy:Scripts/goldenrod/gate_spearow.dat + +#begin Scripts/goldenrod/get_ride.dat +/copy:Scripts/goldenrod/get_ride.dat + +#begin Scripts/goldenrod/GymGuy.dat +/copy:Scripts/goldenrod/GymGuy.dat + +#begin Scripts/goldenrod/leader_badge.dat +/copy:Scripts/goldenrod/leader_badge.dat + +#begin Scripts/goldenrod/machop_trade.dat +/copy:Scripts/goldenrod/machop_trade.dat + +#begin Scripts/goldenrod/namerater.dat +/copy:Scripts/goldenrod/namerater.dat + +#begin Scripts/goldenrod/rapidash_tameshop.dat +/copy:Scripts/goldenrod/rapidash_tameshop.dat + +#begin Scripts/goldenrod/trainman.dat +/copy:Scripts/goldenrod/trainman.dat + +#begin Scripts/goldenrod/trainsaffron.dat +/copy:Scripts/goldenrod/trainsaffron.dat + +#begin Scripts/goldenrod/underground_barbershop_1.dat +/copy:Scripts/goldenrod/underground_barbershop_1.dat + +#begin Scripts/goldenrod/underground_barbershop_2.dat +/copy:Scripts/goldenrod/underground_barbershop_2.dat + +#begin Scripts/goldenrod/underground_bargainshop.dat +/copy:Scripts/goldenrod/underground_bargainshop.dat + +#begin Scripts/goldenrod/underground_herbshop.dat +/copy:Scripts/goldenrod/underground_herbshop.dat + +#begin Scripts/goldenrod/underground_unlock.dat +/copy:Scripts/goldenrod/underground_unlock.dat + +#begin Scripts/goldenrod/mart/basementelevator.dat +/copy:Scripts/goldenrod/mart/basementelevator.dat + +#begin Scripts/goldenrod/mart/basementmove.dat +/copy:Scripts/goldenrod/mart/basementmove.dat + +#begin Scripts/goldenrod/mart/elevator.dat +/copy:Scripts/goldenrod/mart/elevator.dat + +#begin Scripts/goldenrod/mart/information.dat +/copy:Scripts/goldenrod/mart/information.dat + +#begin Scripts/goldenrod/mart/machoke.dat +/copy:Scripts/goldenrod/mart/machoke.dat + +#begin Scripts/goldenrod/mart/sundaytm.dat +/copy:Scripts/goldenrod/mart/sundaytm.dat + +#begin Scripts/goldenrod/mart/sunmap.dat +/copy:Scripts/goldenrod/mart/sunmap.dat + +#begin Scripts/goldenrod/radiotower/info_board.dat +/copy:Scripts/goldenrod/radiotower/info_board.dat + +#begin Scripts/goldenrod/radiotower/info_board_1.dat +/copy:Scripts/goldenrod/radiotower/info_board_1.dat + +#begin Scripts/gts/friend_hub_computer.dat +/copy:Scripts/gts/friend_hub_computer.dat + +#begin Scripts/gts/gamejolt.dat +/copy:Scripts/gts/gamejolt.dat + +#begin Scripts/gts/golbal_hub_computer.dat +/copy:Scripts/gts/golbal_hub_computer.dat + +#begin Scripts/gts/green.dat +/copy:Scripts/gts/green.dat + +#begin Scripts/gts/information.dat +/copy:Scripts/gts/information.dat + +#begin Scripts/gts/orange.dat +/copy:Scripts/gts/orange.dat + +#begin Scripts/hiddengrotto/item.dat +/copy:Scripts/hiddengrotto/item.dat + +#begin Scripts/hiddengrotto/main.dat +/copy:Scripts/hiddengrotto/main.dat + +#begin Scripts/hiddengrotto/pokemon.dat +/copy:Scripts/hiddengrotto/pokemon.dat + +#begin Scripts/hiddengrotto/warpto.dat +/copy:Scripts/hiddengrotto/warpto.dat + +#begin Scripts/hiddengrotto/getlists/berryvista.dat +/copy:Scripts/hiddengrotto/getlists/berryvista.dat + +#begin Scripts/hiddengrotto/getlists/ilexforest.dat +/copy:Scripts/hiddengrotto/getlists/ilexforest.dat + +#begin Scripts/hiddengrotto/getlists/indigo.dat +/copy:Scripts/hiddengrotto/getlists/indigo.dat + +#begin Scripts/hiddengrotto/getlists/lakeofrage.dat +/copy:Scripts/hiddengrotto/getlists/lakeofrage.dat + +#begin Scripts/hiddengrotto/getlists/mahogany.dat +/copy:Scripts/hiddengrotto/getlists/mahogany.dat + +#begin Scripts/hiddengrotto/getlists/nationalpark0.dat +/copy:Scripts/hiddengrotto/getlists/nationalpark0.dat + +#begin Scripts/hiddengrotto/getlists/route26.dat +/copy:Scripts/hiddengrotto/getlists/route26.dat + +#begin Scripts/hiddengrotto/getlists/route27.dat +/copy:Scripts/hiddengrotto/getlists/route27.dat + +#begin Scripts/hiddengrotto/getlists/route31.dat +/copy:Scripts/hiddengrotto/getlists/route31.dat + +#begin Scripts/hiddengrotto/getlists/route32.dat +/copy:Scripts/hiddengrotto/getlists/route32.dat + +#begin Scripts/hiddengrotto/getlists/route34.dat +/copy:Scripts/hiddengrotto/getlists/route34.dat + +#begin Scripts/hiddengrotto/getlists/route35.dat +/copy:Scripts/hiddengrotto/getlists/route35.dat + +#begin Scripts/hiddengrotto/getlists/route39.dat +/copy:Scripts/hiddengrotto/getlists/route39.dat + +#begin Scripts/hiddengrotto/getlists/route42.dat +/copy:Scripts/hiddengrotto/getlists/route42.dat + +#begin Scripts/hiddengrotto/getlists/route43.dat +/copy:Scripts/hiddengrotto/getlists/route43.dat + +#begin Scripts/hiddengrotto/getlists/route44.dat +/copy:Scripts/hiddengrotto/getlists/route44.dat + +#begin Scripts/hiddengrotto/getlists/route46.dat +/copy:Scripts/hiddengrotto/getlists/route46.dat + +#begin Scripts/hiddengrotto/getlists/route47.dat +/copy:Scripts/hiddengrotto/getlists/route47.dat + +#begin Scripts/hiddengrotto/getlists/route48.dat +/copy:Scripts/hiddengrotto/getlists/route48.dat + +#begin Scripts/hiddengrotto/getlists/twirl.dat +/copy:Scripts/hiddengrotto/getlists/twirl.dat + +#begin Scripts/hiddengrotto/getlists/violet.dat +/copy:Scripts/hiddengrotto/getlists/violet.dat + +#begin Scripts/hiddengrotto/hiddenlists/1.dat +/copy:Scripts/hiddengrotto/hiddenlists/1.dat + +#begin Scripts/hiddengrotto/hiddenlists/2.dat +/copy:Scripts/hiddengrotto/hiddenlists/2.dat + +#begin Scripts/hiddengrotto/visiblelists/1.dat +/copy:Scripts/hiddengrotto/visiblelists/1.dat + +#begin Scripts/hiddengrotto/visiblelists/2.dat +/copy:Scripts/hiddengrotto/visiblelists/2.dat + +#begin Scripts/hiddengrotto/visiblelists/3.dat +/copy:Scripts/hiddengrotto/visiblelists/3.dat + +#begin Scripts/icefall/block0.dat +/copy:Scripts/icefall/block0.dat + +#begin Scripts/icefall/block1.dat +/copy:Scripts/icefall/block1.dat + +#begin Scripts/icefall/block2.dat +/copy:Scripts/icefall/block2.dat + +#begin Scripts/icefall/block3.dat +/copy:Scripts/icefall/block3.dat + +#begin Scripts/icefall/block4.dat +/copy:Scripts/icefall/block4.dat + +#begin Scripts/icefall/block5.dat +/copy:Scripts/icefall/block5.dat + +#begin Scripts/icefall/block6.dat +/copy:Scripts/icefall/block6.dat + +#begin Scripts/icefall/block7.dat +/copy:Scripts/icefall/block7.dat + +#begin Scripts/icefall/block8.dat +/copy:Scripts/icefall/block8.dat + +#begin Scripts/icefall/unreg.dat +/copy:Scripts/icefall/unreg.dat + +#begin Scripts/icepath/puzzlerocks.dat +/copy:Scripts/icepath/puzzlerocks.dat + +#begin Scripts/icepath/rock_0.dat +/copy:Scripts/icepath/rock_0.dat + +#begin Scripts/icepath/rock_1.dat +/copy:Scripts/icepath/rock_1.dat + +#begin Scripts/icepath/rock_2.dat +/copy:Scripts/icepath/rock_2.dat + +#begin Scripts/icepath/rock_3.dat +/copy:Scripts/icepath/rock_3.dat + +#begin Scripts/icepath/warp_0.dat +/copy:Scripts/icepath/warp_0.dat + +#begin Scripts/icepath/warp_1.dat +/copy:Scripts/icepath/warp_1.dat + +#begin Scripts/icepath/warp_2.dat +/copy:Scripts/icepath/warp_2.dat + +#begin Scripts/icepath/warp_3.dat +/copy:Scripts/icepath/warp_3.dat + +#begin Scripts/ilex/charcoal_defeat.dat +/copy:Scripts/ilex/charcoal_defeat.dat + +#begin Scripts/ilex/charcoal_guy.dat +/copy:Scripts/ilex/charcoal_guy.dat + +#begin Scripts/ilex/charcoal_intro.dat +/copy:Scripts/ilex/charcoal_intro.dat + +#begin Scripts/ilex/farfetchd.dat +/copy:Scripts/ilex/farfetchd.dat + +#begin Scripts/ilex/farfetchd_start.dat +/copy:Scripts/ilex/farfetchd_start.dat + +#begin Scripts/ilex/headbutt.dat +/copy:Scripts/ilex/headbutt.dat + +#begin Scripts/kin/bikerintro.dat +/copy:Scripts/kin/bikerintro.dat + +#begin Scripts/kin/bikers.dat +/copy:Scripts/kin/bikers.dat + +#begin Scripts/kin/dockguy.dat +/copy:Scripts/kin/dockguy.dat + +#begin Scripts/kin/doduo.dat +/copy:Scripts/kin/doduo.dat + +#begin Scripts/kin/incompletepath.dat +/copy:Scripts/kin/incompletepath.dat + +#begin Scripts/kin/lostelle.dat +/copy:Scripts/kin/lostelle.dat + +#begin Scripts/kin/martguy.dat +/copy:Scripts/kin/martguy.dat + +#begin Scripts/kin/nuggetman.dat +/copy:Scripts/kin/nuggetman.dat + +#begin Scripts/kin/portlady.dat +/copy:Scripts/kin/portlady.dat + +#begin Scripts/kin/berryforestitems/2000.dat +/copy:Scripts/kin/berryforestitems/2000.dat + +#begin Scripts/kin/berryforestitems/2001.dat +/copy:Scripts/kin/berryforestitems/2001.dat + +#begin Scripts/kin/berryforestitems/2002.dat +/copy:Scripts/kin/berryforestitems/2002.dat + +#begin Scripts/kin/berryforestitems/2003.dat +/copy:Scripts/kin/berryforestitems/2003.dat + +#begin Scripts/kin/berryforestitems/2004.dat +/copy:Scripts/kin/berryforestitems/2004.dat + +#begin Scripts/kin/berryforestitems/2006.dat +/copy:Scripts/kin/berryforestitems/2006.dat + +#begin Scripts/kin/berryforestitems/2007.dat +/copy:Scripts/kin/berryforestitems/2007.dat + +#begin Scripts/kin/berryforestitems/2008.dat +/copy:Scripts/kin/berryforestitems/2008.dat + +#begin Scripts/kin/berryforestitems/2015.dat +/copy:Scripts/kin/berryforestitems/2015.dat + +#begin Scripts/kin/berryforestitems/2016.dat +/copy:Scripts/kin/berryforestitems/2016.dat + +#begin Scripts/kin/berryforestitems/2017.dat +/copy:Scripts/kin/berryforestitems/2017.dat + +#begin Scripts/kin/berryforestitems/2018.dat +/copy:Scripts/kin/berryforestitems/2018.dat + +#begin Scripts/kin/berryforestitems/2019.dat +/copy:Scripts/kin/berryforestitems/2019.dat + +#begin Scripts/kin/berryforestitems/main.dat +/copy:Scripts/kin/berryforestitems/main.dat + +#begin Scripts/knot/dockguy.dat +/copy:Scripts/knot/dockguy.dat + +#begin Scripts/knot/HM08get.dat +/copy:Scripts/knot/HM08get.dat + +#begin Scripts/knot/spaheal.dat +/copy:Scripts/knot/spaheal.dat + +#begin Scripts/knot/treasureislanditems/110-1.dat +/copy:Scripts/knot/treasureislanditems/110-1.dat + +#begin Scripts/knot/treasureislanditems/110-2.dat +/copy:Scripts/knot/treasureislanditems/110-2.dat + +#begin Scripts/knot/treasureislanditems/111.dat +/copy:Scripts/knot/treasureislanditems/111.dat + +#begin Scripts/knot/treasureislanditems/131-1.dat +/copy:Scripts/knot/treasureislanditems/131-1.dat + +#begin Scripts/knot/treasureislanditems/131-2.dat +/copy:Scripts/knot/treasureislanditems/131-2.dat + +#begin Scripts/knot/treasureislanditems/132.dat +/copy:Scripts/knot/treasureislanditems/132.dat + +#begin Scripts/knot/treasureislanditems/2-1.dat +/copy:Scripts/knot/treasureislanditems/2-1.dat + +#begin Scripts/knot/treasureislanditems/2-2.dat +/copy:Scripts/knot/treasureislanditems/2-2.dat + +#begin Scripts/knot/treasureislanditems/main.dat +/copy:Scripts/knot/treasureislanditems/main.dat + +#begin Scripts/kolben/aaron.dat +/copy:Scripts/kolben/aaron.dat + +#begin Scripts/kolben/BSOD.dat +/copy:Scripts/kolben/BSOD.dat + +#begin Scripts/kolben/BSODPorygon.dat +/copy:Scripts/kolben/BSODPorygon.dat + +#begin Scripts/kolben/daniel.dat +/copy:Scripts/kolben/daniel.dat + +#begin Scripts/kolben/darkfire.dat +/copy:Scripts/kolben/darkfire.dat + +#begin Scripts/kolben/daziman.dat +/copy:Scripts/kolben/daziman.dat + +#begin Scripts/kolben/elevator.dat +/copy:Scripts/kolben/elevator.dat + +#begin Scripts/kolben/enethil.dat +/copy:Scripts/kolben/enethil.dat + +#begin Scripts/kolben/fanta.dat +/copy:Scripts/kolben/fanta.dat + +#begin Scripts/kolben/jaybird.dat +/copy:Scripts/kolben/jaybird.dat + +#begin Scripts/kolben/killgore.dat +/copy:Scripts/kolben/killgore.dat + +#begin Scripts/kolben/malc.dat +/copy:Scripts/kolben/malc.dat + +#begin Scripts/kolben/mario.dat +/copy:Scripts/kolben/mario.dat + +#begin Scripts/kolben/nilllzz.dat +/copy:Scripts/kolben/nilllzz.dat + +#begin Scripts/kolben/nilllzzhide.dat +/copy:Scripts/kolben/nilllzzhide.dat + +#begin Scripts/kolben/nilllzzunhide.dat +/copy:Scripts/kolben/nilllzzunhide.dat + +#begin Scripts/kolben/randomscreen.dat +/copy:Scripts/kolben/randomscreen.dat + +#begin Scripts/kolben/vendingmachine.dat +/copy:Scripts/kolben/vendingmachine.dat + +#begin Scripts/lakeofrage/1.dat +/copy:Scripts/lakeofrage/1.dat + +#begin Scripts/lakeofrage/fishingguru.dat +/copy:Scripts/lakeofrage/fishingguru.dat + +#begin Scripts/lakeofrage/gyarados.dat +/copy:Scripts/lakeofrage/gyarados.dat + +#begin Scripts/lakeofrage/hiddenpower.dat +/copy:Scripts/lakeofrage/hiddenpower.dat + +#begin Scripts/lakeofrage/lance.dat +/copy:Scripts/lakeofrage/lance.dat + +#begin Scripts/lakeofrage/wesley.dat +/copy:Scripts/lakeofrage/wesley.dat + +#begin Scripts/lakeofrage/wesley_map.dat +/copy:Scripts/lakeofrage/wesley_map.dat + +#begin Scripts/lavender/director.dat +/copy:Scripts/lavender/director.dat + +#begin Scripts/lavender/fuji.dat +/copy:Scripts/lavender/fuji.dat + +#begin Scripts/lavender/nidorino.dat +/copy:Scripts/lavender/nidorino.dat + +#begin Scripts/lavender/pidgey.dat +/copy:Scripts/lavender/pidgey.dat + +#begin Scripts/lavender/psyduck.dat +/copy:Scripts/lavender/psyduck.dat + +#begin Scripts/league/enter.dat +/copy:Scripts/league/enter.dat + +#begin Scripts/league/entere4.dat +/copy:Scripts/league/entere4.dat + +#begin Scripts/league/gatemap.dat +/copy:Scripts/league/gatemap.dat + +#begin Scripts/league/halloffame.dat +/copy:Scripts/league/halloffame.dat + +#begin Scripts/league/leaguegate.dat +/copy:Scripts/league/leaguegate.dat + +#begin Scripts/league/leaguegatekeeper.dat +/copy:Scripts/league/leaguegatekeeper.dat + +#begin Scripts/league/teleport.dat +/copy:Scripts/league/teleport.dat + +#begin Scripts/league/portraits/Blue.dat +/copy:Scripts/league/portraits/Blue.dat + +#begin Scripts/league/portraits/Lance.dat +/copy:Scripts/league/portraits/Lance.dat + +#begin Scripts/league/portraits/Player.dat +/copy:Scripts/league/portraits/Player.dat + +#begin Scripts/league/portraits/portraits.dat +/copy:Scripts/league/portraits/portraits.dat + +#begin Scripts/league/portraits/Red.dat +/copy:Scripts/league/portraits/Red.dat + +#begin Scripts/lighthouse/ampharos.dat +/copy:Scripts/lighthouse/ampharos.dat + +#begin Scripts/lighthouse/drop.dat +/copy:Scripts/lighthouse/drop.dat + +#begin Scripts/lighthouse/lighthousetop.dat +/copy:Scripts/lighthouse/lighthousetop.dat + +#begin Scripts/mahogany/Candy.dat +/copy:Scripts/mahogany/Candy.dat + +#begin Scripts/mahogany/GymGuy.dat +/copy:Scripts/mahogany/GymGuy.dat + +#begin Scripts/mahogany/shop/1.dat +/copy:Scripts/mahogany/shop/1.dat + +#begin Scripts/mahogany/shop/findstairs.dat +/copy:Scripts/mahogany/shop/findstairs.dat + +#begin Scripts/mahogany/shop/Shop.dat +/copy:Scripts/mahogany/shop/Shop.dat + +#begin Scripts/mahogany/shop/Shop2.dat +/copy:Scripts/mahogany/shop/Shop2.dat + +#begin Scripts/marts/azalea.dat +/copy:Scripts/marts/azalea.dat + +#begin Scripts/marts/blackthorn.dat +/copy:Scripts/marts/blackthorn.dat + +#begin Scripts/marts/boon.dat +/copy:Scripts/marts/boon.dat + +#begin Scripts/marts/celadon01.dat +/copy:Scripts/marts/celadon01.dat + +#begin Scripts/marts/celadon02.dat +/copy:Scripts/marts/celadon02.dat + +#begin Scripts/marts/celadon03.dat +/copy:Scripts/marts/celadon03.dat + +#begin Scripts/marts/celadon04.dat +/copy:Scripts/marts/celadon04.dat + +#begin Scripts/marts/celadon05.dat +/copy:Scripts/marts/celadon05.dat + +#begin Scripts/marts/celadon06.dat +/copy:Scripts/marts/celadon06.dat + +#begin Scripts/marts/cherrygrove.dat +/copy:Scripts/marts/cherrygrove.dat + +#begin Scripts/marts/default.dat +/copy:Scripts/marts/default.dat + +#begin Scripts/marts/ecruteak.dat +/copy:Scripts/marts/ecruteak.dat + +#begin Scripts/marts/goldenrod01.dat +/copy:Scripts/marts/goldenrod01.dat + +#begin Scripts/marts/goldenrod02.dat +/copy:Scripts/marts/goldenrod02.dat + +#begin Scripts/marts/goldenrod03.dat +/copy:Scripts/marts/goldenrod03.dat + +#begin Scripts/marts/goldenrod04.dat +/copy:Scripts/marts/goldenrod04.dat + +#begin Scripts/marts/goldenrod05.dat +/copy:Scripts/marts/goldenrod05.dat + +#begin Scripts/marts/league.dat +/copy:Scripts/marts/league.dat + +#begin Scripts/marts/olivine.dat +/copy:Scripts/marts/olivine.dat + +#begin Scripts/marts/vendingmachine.dat +/copy:Scripts/marts/vendingmachine.dat + +#begin Scripts/marts/vermilion.dat +/copy:Scripts/marts/vermilion.dat + +#begin Scripts/marts/violet.dat +/copy:Scripts/marts/violet.dat + +#begin Scripts/mtember/explosiontm.dat +/copy:Scripts/mtember/explosiontm.dat + +#begin Scripts/mtember/volcanion.dat +/copy:Scripts/mtember/volcanion.dat + +#begin Scripts/mtember/braille/abc.dat +/copy:Scripts/mtember/braille/abc.dat + +#begin Scripts/mtember/braille/comma.dat +/copy:Scripts/mtember/braille/comma.dat + +#begin Scripts/mtember/braille/def.dat +/copy:Scripts/mtember/braille/def.dat + +#begin Scripts/mtember/braille/ghi.dat +/copy:Scripts/mtember/braille/ghi.dat + +#begin Scripts/mtember/braille/jkl.dat +/copy:Scripts/mtember/braille/jkl.dat + +#begin Scripts/mtember/braille/message.dat +/copy:Scripts/mtember/braille/message.dat + +#begin Scripts/mtember/braille/mno.dat +/copy:Scripts/mtember/braille/mno.dat + +#begin Scripts/mtember/braille/period.dat +/copy:Scripts/mtember/braille/period.dat + +#begin Scripts/mtember/braille/pqrs.dat +/copy:Scripts/mtember/braille/pqrs.dat + +#begin Scripts/mtember/braille/tuv.dat +/copy:Scripts/mtember/braille/tuv.dat + +#begin Scripts/mtember/braille/wxyz.dat +/copy:Scripts/mtember/braille/wxyz.dat + +#begin Scripts/mtmoon/dancing.dat +/copy:Scripts/mtmoon/dancing.dat + +#begin Scripts/mtmoon/enterclearing.dat +/copy:Scripts/mtmoon/enterclearing.dat + +#begin Scripts/mtmoon/entshop.dat +/copy:Scripts/mtmoon/entshop.dat + +#begin Scripts/mtmoon/rock.dat +/copy:Scripts/mtmoon/rock.dat + +#begin Scripts/mtmoon/shop.dat +/copy:Scripts/mtmoon/shop.dat + +#begin Scripts/nationalpark/contest_prize.dat +/copy:Scripts/nationalpark/contest_prize.dat + +#begin Scripts/nationalpark/end_contest_menu.dat +/copy:Scripts/nationalpark/end_contest_menu.dat + +#begin Scripts/nationalpark/end_contest_officer0.dat +/copy:Scripts/nationalpark/end_contest_officer0.dat + +#begin Scripts/nationalpark/end_contest_officer1.dat +/copy:Scripts/nationalpark/end_contest_officer1.dat + +#begin Scripts/nationalpark/park_officer0.dat +/copy:Scripts/nationalpark/park_officer0.dat + +#begin Scripts/nationalpark/park_officer1.dat +/copy:Scripts/nationalpark/park_officer1.dat + +#begin Scripts/nationalpark/persian.dat +/copy:Scripts/nationalpark/persian.dat + +#begin Scripts/nationalpark/quick_claw.dat +/copy:Scripts/nationalpark/quick_claw.dat + +#begin Scripts/nationalpark/sport_balls.dat +/copy:Scripts/nationalpark/sport_balls.dat + +#begin Scripts/nationalpark/unregister_NPCs.dat +/copy:Scripts/nationalpark/unregister_NPCs.dat + +#begin Scripts/nationalpark/youngster_wondering.dat +/copy:Scripts/nationalpark/youngster_wondering.dat + +#begin Scripts/olivine/butterfree.dat +/copy:Scripts/olivine/butterfree.dat + +#begin Scripts/olivine/dockhand.dat +/copy:Scripts/olivine/dockhand.dat + +#begin Scripts/olivine/get_goodrod.dat +/copy:Scripts/olivine/get_goodrod.dat + +#begin Scripts/olivine/GymGuy.dat +/copy:Scripts/olivine/GymGuy.dat + +#begin Scripts/olivine/Strength.dat +/copy:Scripts/olivine/Strength.dat + +#begin Scripts/olivine/voltorb_trade.dat +/copy:Scripts/olivine/voltorb_trade.dat + +#begin Scripts/pallet/daisy.dat +/copy:Scripts/pallet/daisy.dat + +#begin Scripts/pallet/evaldist.dat +/copy:Scripts/pallet/evaldist.dat + +#begin Scripts/pallet/evaljohtext.dat +/copy:Scripts/pallet/evaljohtext.dat + +#begin Scripts/pallet/evalnattext.dat +/copy:Scripts/pallet/evalnattext.dat + +#begin Scripts/pallet/oak.dat +/copy:Scripts/pallet/oak.dat + +#begin Scripts/pewter/fossilscientist.dat +/copy:Scripts/pewter/fossilscientist.dat + +#begin Scripts/pewter/GymGuy.dat +/copy:Scripts/pewter/GymGuy.dat + +#begin Scripts/pewter/haunter_trade.dat +/copy:Scripts/pewter/haunter_trade.dat + +#begin Scripts/pewter/jigglypuff.dat +/copy:Scripts/pewter/jigglypuff.dat + +#begin Scripts/pewter/nidoran.dat +/copy:Scripts/pewter/nidoran.dat + +#begin Scripts/pewter/radioscientist.dat +/copy:Scripts/pewter/radioscientist.dat + +#begin Scripts/pewter/wingman.dat +/copy:Scripts/pewter/wingman.dat + +#begin Scripts/phone/000.dat +/copy:Scripts/phone/000.dat + +#begin Scripts/phone/001.dat +/copy:Scripts/phone/001.dat + +#begin Scripts/phone/003.dat +/copy:Scripts/phone/003.dat + +#begin Scripts/phone/004.dat +/copy:Scripts/phone/004.dat + +#begin Scripts/phone/005.dat +/copy:Scripts/phone/005.dat + +#begin Scripts/phone/006.dat +/copy:Scripts/phone/006.dat + +#begin Scripts/phone/007.dat +/copy:Scripts/phone/007.dat + +#begin Scripts/phone/009.dat +/copy:Scripts/phone/009.dat + +#begin Scripts/phone/010.dat +/copy:Scripts/phone/010.dat + +#begin Scripts/phone/011.dat +/copy:Scripts/phone/011.dat + +#begin Scripts/phone/012.dat +/copy:Scripts/phone/012.dat + +#begin Scripts/phone/013.dat +/copy:Scripts/phone/013.dat + +#begin Scripts/phone/014.dat +/copy:Scripts/phone/014.dat + +#begin Scripts/phone/015.dat +/copy:Scripts/phone/015.dat + +#begin Scripts/phone/016.dat +/copy:Scripts/phone/016.dat + +#begin Scripts/phone/017.dat +/copy:Scripts/phone/017.dat + +#begin Scripts/phone/018.dat +/copy:Scripts/phone/018.dat + +#begin Scripts/phone/019.dat +/copy:Scripts/phone/019.dat + +#begin Scripts/phone/020.dat +/copy:Scripts/phone/020.dat + +#begin Scripts/phone/021.dat +/copy:Scripts/phone/021.dat + +#begin Scripts/phone/022.dat +/copy:Scripts/phone/022.dat + +#begin Scripts/phone/023.dat +/copy:Scripts/phone/023.dat + +#begin Scripts/phone/024.dat +/copy:Scripts/phone/024.dat + +#begin Scripts/phone/025.dat +/copy:Scripts/phone/025.dat + +#begin Scripts/phone/026.dat +/copy:Scripts/phone/026.dat + +#begin Scripts/phone/027.dat +/copy:Scripts/phone/027.dat + +#begin Scripts/phone/028.dat +/copy:Scripts/phone/028.dat + +#begin Scripts/phone/029.dat +/copy:Scripts/phone/029.dat + +#begin Scripts/phone/030.dat +/copy:Scripts/phone/030.dat + +#begin Scripts/phone/031.dat +/copy:Scripts/phone/031.dat + +#begin Scripts/phone/032.dat +/copy:Scripts/phone/032.dat + +#begin Scripts/phone/033.dat +/copy:Scripts/phone/033.dat + +#begin Scripts/phone/034.dat +/copy:Scripts/phone/034.dat + +#begin Scripts/phone/035.dat +/copy:Scripts/phone/035.dat + +#begin Scripts/phone/contacts.dat +/copy:Scripts/phone/contacts.dat + +#begin Scripts/powerplant/call.dat +/copy:Scripts/powerplant/call.dat + +#begin Scripts/powerplant/cop1.dat +/copy:Scripts/powerplant/cop1.dat + +#begin Scripts/powerplant/cop2.dat +/copy:Scripts/powerplant/cop2.dat + +#begin Scripts/powerplant/leave.dat +/copy:Scripts/powerplant/leave.dat + +#begin Scripts/powerplant/manager.dat +/copy:Scripts/powerplant/manager.dat + +#begin Scripts/powerplant/scientist1.dat +/copy:Scripts/powerplant/scientist1.dat + +#begin Scripts/powerplant/scientist2.dat +/copy:Scripts/powerplant/scientist2.dat + +#begin Scripts/powerplant/scientist3.dat +/copy:Scripts/powerplant/scientist3.dat + +#begin Scripts/powerplant/scientist4.dat +/copy:Scripts/powerplant/scientist4.dat + +#begin Scripts/powerplant/zapdos.dat +/copy:Scripts/powerplant/zapdos.dat + +#begin Scripts/quest/dockguy.dat +/copy:Scripts/quest/dockguy.dat + +#begin Scripts/radiotower/jigglypuff.dat +/copy:Scripts/radiotower/jigglypuff.dat + +#begin Scripts/radiotower/lotto.dat +/copy:Scripts/radiotower/lotto.dat + +#begin Scripts/radiotower/meowth.dat +/copy:Scripts/radiotower/meowth.dat + +#begin Scripts/radiotower/petrel_start.dat +/copy:Scripts/radiotower/petrel_start.dat + +#begin Scripts/radiotower/radiocard_quiz.dat +/copy:Scripts/radiotower/radiocard_quiz.dat + +#begin Scripts/radiotower/radioshutters.dat +/copy:Scripts/radiotower/radioshutters.dat + +#begin Scripts/radiotower/rocketinvasionmusic.dat +/copy:Scripts/radiotower/rocketinvasionmusic.dat + +#begin Scripts/radiotower/rocketinvasionmusic3f.dat +/copy:Scripts/radiotower/rocketinvasionmusic3f.dat + +#begin Scripts/radiotower/rocketinvasionmusic5f.dat +/copy:Scripts/radiotower/rocketinvasionmusic5f.dat + +#begin Scripts/radiotower/welcome.dat +/copy:Scripts/radiotower/welcome.dat + +#begin Scripts/radiotower/people/1.dat +/copy:Scripts/radiotower/people/1.dat + +#begin Scripts/radiotower/people/2.dat +/copy:Scripts/radiotower/people/2.dat + +#begin Scripts/radiotower/people/3.dat +/copy:Scripts/radiotower/people/3.dat + +#begin Scripts/radiotower/people/Buena.dat +/copy:Scripts/radiotower/people/Buena.dat + +#begin Scripts/radiotower/people/Guard.dat +/copy:Scripts/radiotower/people/Guard.dat + +#begin Scripts/radiotower/people/Mary.dat +/copy:Scripts/radiotower/people/Mary.dat + +#begin Scripts/radiotower/people/Tradepts.dat +/copy:Scripts/radiotower/people/Tradepts.dat + +#begin Scripts/rival/rival_barktown.dat +/copy:Scripts/rival/rival_barktown.dat + +#begin Scripts/rival/rival_fortune.dat +/copy:Scripts/rival/rival_fortune.dat + +#begin Scripts/rival/rival_league.dat +/copy:Scripts/rival/rival_league.dat + +#begin Scripts/rival/rival_mahogany.dat +/copy:Scripts/rival/rival_mahogany.dat + +#begin Scripts/rival/rival_rocket_underground.dat +/copy:Scripts/rival/rival_rocket_underground.dat + +#begin Scripts/rival/rival_sprouttower.dat +/copy:Scripts/rival/rival_sprouttower.dat + +#begin Scripts/rival/rival_victoryroad.dat +/copy:Scripts/rival/rival_victoryroad.dat + +#begin Scripts/rival/rival_azalea/startscript.dat +/copy:Scripts/rival/rival_azalea/startscript.dat + +#begin Scripts/rival/rival_azalea/walk_script.dat +/copy:Scripts/rival/rival_azalea/walk_script.dat + +#begin Scripts/rival/rival_cherrygrove/startscript.dat +/copy:Scripts/rival/rival_cherrygrove/startscript.dat + +#begin Scripts/rival/rival_dragonsden/scene.dat +/copy:Scripts/rival/rival_dragonsden/scene.dat + +#begin Scripts/rival/rival_ecruteak/walk_script.dat +/copy:Scripts/rival/rival_ecruteak/walk_script.dat + +#begin Scripts/rival/rival_mtmoon/north.dat +/copy:Scripts/rival/rival_mtmoon/north.dat + +#begin Scripts/rival/rival_mtmoon/south.dat +/copy:Scripts/rival/rival_mtmoon/south.dat + +#begin Scripts/rival/rival_olivine/olivine0.dat +/copy:Scripts/rival/rival_olivine/olivine0.dat + +#begin Scripts/rival/rival_olivine/olivine1.dat +/copy:Scripts/rival/rival_olivine/olivine1.dat + +#begin Scripts/rocketbase/computer.dat +/copy:Scripts/rocketbase/computer.dat + +#begin Scripts/rocketbase/elec1.dat +/copy:Scripts/rocketbase/elec1.dat + +#begin Scripts/rocketbase/elec2.dat +/copy:Scripts/rocketbase/elec2.dat + +#begin Scripts/rocketbase/elec3.dat +/copy:Scripts/rocketbase/elec3.dat + +#begin Scripts/rocketbase/electrodedefeat.dat +/copy:Scripts/rocketbase/electrodedefeat.dat + +#begin Scripts/rocketbase/gate1.dat +/copy:Scripts/rocketbase/gate1.dat + +#begin Scripts/rocketbase/gate2.dat +/copy:Scripts/rocketbase/gate2.dat + +#begin Scripts/rocketbase/gates.dat +/copy:Scripts/rocketbase/gates.dat + +#begin Scripts/rocketbase/generator.dat +/copy:Scripts/rocketbase/generator.dat + +#begin Scripts/rocketbase/generator_on.dat +/copy:Scripts/rocketbase/generator_on.dat + +#begin Scripts/rocketbase/lanceheal.dat +/copy:Scripts/rocketbase/lanceheal.dat + +#begin Scripts/rocketbase/murkrow.dat +/copy:Scripts/rocketbase/murkrow.dat + +#begin Scripts/rocketbase/passtel.dat +/copy:Scripts/rocketbase/passtel.dat + +#begin Scripts/rocketbase/pokemon.dat +/copy:Scripts/rocketbase/pokemon.dat + +#begin Scripts/rocketbase/switch.dat +/copy:Scripts/rocketbase/switch.dat + +#begin Scripts/rocketbase/trap1.dat +/copy:Scripts/rocketbase/trap1.dat + +#begin Scripts/rocketbase/trap2.dat +/copy:Scripts/rocketbase/trap2.dat + +#begin Scripts/rocketbase/trap3.dat +/copy:Scripts/rocketbase/trap3.dat + +#begin Scripts/rocketbase/trap4.dat +/copy:Scripts/rocketbase/trap4.dat + +#begin Scripts/rocketbase/trap5.dat +/copy:Scripts/rocketbase/trap5.dat + +#begin Scripts/rocketbase/warp.dat +/copy:Scripts/rocketbase/warp.dat + +#begin Scripts/route12/rod.dat +/copy:Scripts/route12/rod.dat + +#begin Scripts/route14/chanseylady.dat +/copy:Scripts/route14/chanseylady.dat + +#begin Scripts/route2/nuggetman.dat +/copy:Scripts/route2/nuggetman.dat + +#begin Scripts/route25/grandpa.dat +/copy:Scripts/route25/grandpa.dat + +#begin Scripts/route25/misty.dat +/copy:Scripts/route25/misty.dat + +#begin Scripts/route26/daysibs.dat +/copy:Scripts/route26/daysibs.dat + +#begin Scripts/route26/heal.dat +/copy:Scripts/route26/heal.dat + +#begin Scripts/route27/oldlady.dat +/copy:Scripts/route27/oldlady.dat + +#begin Scripts/route27/welcome.dat +/copy:Scripts/route27/welcome.dat + +#begin Scripts/route29/1.dat +/copy:Scripts/route29/1.dat + +#begin Scripts/route29/tuscany.dat +/copy:Scripts/route29/tuscany.dat + +#begin Scripts/route29/tuscany_map.dat +/copy:Scripts/route29/tuscany_map.dat + +#begin Scripts/route30/apricorninstruction.dat +/copy:Scripts/route30/apricorninstruction.dat + +#begin Scripts/route30/elm_call.dat +/copy:Scripts/route30/elm_call.dat + +#begin Scripts/route30/johnmaynad.dat +/copy:Scripts/route30/johnmaynad.dat + +#begin Scripts/route30/mrpokemon.dat +/copy:Scripts/route30/mrpokemon.dat + +#begin Scripts/route30/mrpokemon_start.dat +/copy:Scripts/route30/mrpokemon_start.dat + +#begin Scripts/route30/rattatabattle0.dat +/copy:Scripts/route30/rattatabattle0.dat + +#begin Scripts/route31/sleepy_guy.dat +/copy:Scripts/route31/sleepy_guy.dat + +#begin Scripts/route32/badgeCheck.dat +/copy:Scripts/route32/badgeCheck.dat + +#begin Scripts/route32/badgeCheckTalk.dat +/copy:Scripts/route32/badgeCheckTalk.dat + +#begin Scripts/route32/frieda.dat +/copy:Scripts/route32/frieda.dat + +#begin Scripts/route32/frieda_map.dat +/copy:Scripts/route32/frieda_map.dat + +#begin Scripts/route32/get_oldrod.dat +/copy:Scripts/route32/get_oldrod.dat + +#begin Scripts/route32/RoarTM.dat +/copy:Scripts/route32/RoarTM.dat + +#begin Scripts/route32/slowpoketail.dat +/copy:Scripts/route32/slowpoketail.dat + +#begin Scripts/route34/daycare_pokemon.dat +/copy:Scripts/route34/daycare_pokemon.dat + +#begin Scripts/route34/gateTMgirl.dat +/copy:Scripts/route34/gateTMgirl.dat + +#begin Scripts/route34/gate_butterfree.dat +/copy:Scripts/route34/gate_butterfree.dat + +#begin Scripts/route34/daycare/leave_pokemon.dat +/copy:Scripts/route34/daycare/leave_pokemon.dat + +#begin Scripts/route34/daycare/main.dat +/copy:Scripts/route34/daycare/main.dat + +#begin Scripts/route34/daycare/odd_egg.dat +/copy:Scripts/route34/daycare/odd_egg.dat + +#begin Scripts/route34/daycare/oldLady.dat +/copy:Scripts/route34/daycare/oldLady.dat + +#begin Scripts/route34/daycare/pokemon_0.dat +/copy:Scripts/route34/daycare/pokemon_0.dat + +#begin Scripts/route34/daycare/pokemon_1.dat +/copy:Scripts/route34/daycare/pokemon_1.dat + +#begin Scripts/route34/daycare/take_back.dat +/copy:Scripts/route34/daycare/take_back.dat + +#begin Scripts/route34/daycare/take_egg.dat +/copy:Scripts/route34/daycare/take_egg.dat + +#begin Scripts/route36/arthur.dat +/copy:Scripts/route36/arthur.dat + +#begin Scripts/route36/arthur_map.dat +/copy:Scripts/route36/arthur_map.dat + +#begin Scripts/route36/rocksmash_event.dat +/copy:Scripts/route36/rocksmash_event.dat + +#begin Scripts/route36/sudowoodo.dat +/copy:Scripts/route36/sudowoodo.dat + +#begin Scripts/route36/sudowoodo_reaction.dat +/copy:Scripts/route36/sudowoodo_reaction.dat + +#begin Scripts/route37/sunny.dat +/copy:Scripts/route37/sunny.dat + +#begin Scripts/route37/sunny_map.dat +/copy:Scripts/route37/sunny_map.dat + +#begin Scripts/route39/barn_kid1.dat +/copy:Scripts/route39/barn_kid1.dat + +#begin Scripts/route39/barn_kid2.dat +/copy:Scripts/route39/barn_kid2.dat + +#begin Scripts/route39/barn_lady.dat +/copy:Scripts/route39/barn_lady.dat + +#begin Scripts/route39/barn_man.dat +/copy:Scripts/route39/barn_man.dat + +#begin Scripts/route39/barn_miltank.dat +/copy:Scripts/route39/barn_miltank.dat + +#begin Scripts/route39/miltank_field.dat +/copy:Scripts/route39/miltank_field.dat + +#begin Scripts/route40/block_man.dat +/copy:Scripts/route40/block_man.dat + +#begin Scripts/route40/monica.dat +/copy:Scripts/route40/monica.dat + +#begin Scripts/route40/monica_map.dat +/copy:Scripts/route40/monica_map.dat + +#begin Scripts/route43/GateKeeper.dat +/copy:Scripts/route43/GateKeeper.dat + +#begin Scripts/route43/toll.dat +/copy:Scripts/route43/toll.dat + +#begin Scripts/route5/daycare_pokemon.dat +/copy:Scripts/route5/daycare_pokemon.dat + +#begin Scripts/route5/oldlady.dat +/copy:Scripts/route5/oldlady.dat + +#begin Scripts/route5/daycare/leave_pokemon.dat +/copy:Scripts/route5/daycare/leave_pokemon.dat + +#begin Scripts/route5/daycare/main.dat +/copy:Scripts/route5/daycare/main.dat + +#begin Scripts/route5/daycare/pokemon_0.dat +/copy:Scripts/route5/daycare/pokemon_0.dat + +#begin Scripts/route5/daycare/pokemon_1.dat +/copy:Scripts/route5/daycare/pokemon_1.dat + +#begin Scripts/route5/daycare/take_back.dat +/copy:Scripts/route5/daycare/take_back.dat + +#begin Scripts/route5/daycare/take_egg.dat +/copy:Scripts/route5/daycare/take_egg.dat + +#begin Scripts/route6/cop.dat +/copy:Scripts/route6/cop.dat + +#begin Scripts/route6/grunt.dat +/copy:Scripts/route6/grunt.dat + +#begin Scripts/safarizone/butterfree.dat +/copy:Scripts/safarizone/butterfree.dat + +#begin Scripts/safarizone/explanation1.dat +/copy:Scripts/safarizone/explanation1.dat + +#begin Scripts/safarizone/explanation2.dat +/copy:Scripts/safarizone/explanation2.dat + +#begin Scripts/safarizone/hitmonchan.dat +/copy:Scripts/safarizone/hitmonchan.dat + +#begin Scripts/safarizone/kangaskhan.dat +/copy:Scripts/safarizone/kangaskhan.dat + +#begin Scripts/safarizone/market1.dat +/copy:Scripts/safarizone/market1.dat + +#begin Scripts/safarizone/market2.dat +/copy:Scripts/safarizone/market2.dat + +#begin Scripts/safarizone/market3.dat +/copy:Scripts/safarizone/market3.dat + +#begin Scripts/safarizone/market4.dat +/copy:Scripts/safarizone/market4.dat + +#begin Scripts/safarizone/market5.dat +/copy:Scripts/safarizone/market5.dat + +#begin Scripts/safarizone/next.dat +/copy:Scripts/safarizone/next.dat + +#begin Scripts/safarizone/nextarea.dat +/copy:Scripts/safarizone/nextarea.dat + +#begin Scripts/safarizone/quit.dat +/copy:Scripts/safarizone/quit.dat + +#begin Scripts/safarizone/quitsafari.dat +/copy:Scripts/safarizone/quitsafari.dat + +#begin Scripts/safarizone/randomclouds.dat +/copy:Scripts/safarizone/randomclouds.dat + +#begin Scripts/safarizone/slowpoke.dat +/copy:Scripts/safarizone/slowpoke.dat + +#begin Scripts/safarizone/start.dat +/copy:Scripts/safarizone/start.dat + +#begin Scripts/saffron/blissey.dat +/copy:Scripts/saffron/blissey.dat + +#begin Scripts/saffron/cop.dat +/copy:Scripts/saffron/cop.dat + +#begin Scripts/saffron/copycat.dat +/copy:Scripts/saffron/copycat.dat + +#begin Scripts/saffron/dodrio.dat +/copy:Scripts/saffron/dodrio.dat + +#begin Scripts/saffron/elevator.dat +/copy:Scripts/saffron/elevator.dat + +#begin Scripts/saffron/GymGuy.dat +/copy:Scripts/saffron/GymGuy.dat + +#begin Scripts/saffron/psychic.dat +/copy:Scripts/saffron/psychic.dat + +#begin Scripts/saffron/traingoldenrod.dat +/copy:Scripts/saffron/traingoldenrod.dat + +#begin Scripts/saffron/trainman.dat +/copy:Scripts/saffron/trainman.dat + +#begin Scripts/saffron/warp.dat +/copy:Scripts/saffron/warp.dat + +#begin Scripts/saffron/rotom/elevator.dat +/copy:Scripts/saffron/rotom/elevator.dat + +#begin Scripts/saffron/rotom/entermotor.dat +/copy:Scripts/saffron/rotom/entermotor.dat + +#begin Scripts/saffron/rotom/fan.dat +/copy:Scripts/saffron/rotom/fan.dat + +#begin Scripts/saffron/rotom/frost.dat +/copy:Scripts/saffron/rotom/frost.dat + +#begin Scripts/saffron/rotom/heat.dat +/copy:Scripts/saffron/rotom/heat.dat + +#begin Scripts/saffron/rotom/main.dat +/copy:Scripts/saffron/rotom/main.dat + +#begin Scripts/saffron/rotom/managedevices.dat +/copy:Scripts/saffron/rotom/managedevices.dat + +#begin Scripts/saffron/rotom/mow.dat +/copy:Scripts/saffron/rotom/mow.dat + +#begin Scripts/saffron/rotom/recall.dat +/copy:Scripts/saffron/rotom/recall.dat + +#begin Scripts/saffron/rotom/removeattacks.dat +/copy:Scripts/saffron/rotom/removeattacks.dat + +#begin Scripts/saffron/rotom/wash.dat +/copy:Scripts/saffron/rotom/wash.dat + +#begin Scripts/seafoam/articuno.dat +/copy:Scripts/seafoam/articuno.dat + +#begin Scripts/seafoam/GymGuy.dat +/copy:Scripts/seafoam/GymGuy.dat + +#begin Scripts/ssaqua/bed.dat +/copy:Scripts/ssaqua/bed.dat + +#begin Scripts/ssaqua/leave.dat +/copy:Scripts/ssaqua/leave.dat + +#begin Scripts/ssaqua/mainmapscript.dat +/copy:Scripts/ssaqua/mainmapscript.dat + +#begin Scripts/ssaqua/first trip/bed.dat +/copy:Scripts/ssaqua/first trip/bed.dat + +#begin Scripts/ssaqua/first trip/block.dat +/copy:Scripts/ssaqua/first trip/block.dat + +#begin Scripts/ssaqua/first trip/blockingguy.dat +/copy:Scripts/ssaqua/first trip/blockingguy.dat + +#begin Scripts/ssaqua/first trip/bump.dat +/copy:Scripts/ssaqua/first trip/bump.dat + +#begin Scripts/ssaqua/first trip/grandpa.dat +/copy:Scripts/ssaqua/first trip/grandpa.dat + +#begin Scripts/ssaqua/first trip/littlegirl.dat +/copy:Scripts/ssaqua/first trip/littlegirl.dat + +#begin Scripts/test/level1.dat +/copy:Scripts/test/level1.dat + +#begin Scripts/test/start.dat +/copy:Scripts/test/start.dat + +#begin Scripts/tintower/7-1.dat +/copy:Scripts/tintower/7-1.dat + +#begin Scripts/tintower/7-2.dat +/copy:Scripts/tintower/7-2.dat + +#begin Scripts/tintower/7-3.dat +/copy:Scripts/tintower/7-3.dat + +#begin Scripts/tintower/7-4.dat +/copy:Scripts/tintower/7-4.dat + +#begin Scripts/tintower/8-1.dat +/copy:Scripts/tintower/8-1.dat + +#begin Scripts/tintower/8-2.dat +/copy:Scripts/tintower/8-2.dat + +#begin Scripts/tintower/8-3.dat +/copy:Scripts/tintower/8-3.dat + +#begin Scripts/tintower/8-4.dat +/copy:Scripts/tintower/8-4.dat + +#begin Scripts/tintower/8-5.dat +/copy:Scripts/tintower/8-5.dat + +#begin Scripts/tintower/8-6.dat +/copy:Scripts/tintower/8-6.dat + +#begin Scripts/tintower/9-1.dat +/copy:Scripts/tintower/9-1.dat + +#begin Scripts/tintower/9-2.dat +/copy:Scripts/tintower/9-2.dat + +#begin Scripts/tintower/9-3.dat +/copy:Scripts/tintower/9-3.dat + +#begin Scripts/tintower/9-4.dat +/copy:Scripts/tintower/9-4.dat + +#begin Scripts/tintower/9-5.dat +/copy:Scripts/tintower/9-5.dat + +#begin Scripts/tintower/9-6.dat +/copy:Scripts/tintower/9-6.dat + +#begin Scripts/tintower/hooh.dat +/copy:Scripts/tintower/hooh.dat + +#begin Scripts/tintower/ho_oh_appear.dat +/copy:Scripts/tintower/ho_oh_appear.dat + +#begin Scripts/tintower/sage.dat +/copy:Scripts/tintower/sage.dat + +#begin Scripts/trainer/30001.trainer +/copy:Scripts/trainer/30001.trainer + +#begin Scripts/trainer/30002.trainer +/copy:Scripts/trainer/30002.trainer + +#begin Scripts/trainer/30003.trainer +/copy:Scripts/trainer/30003.trainer + +#begin Scripts/trainer/30004.trainer +/copy:Scripts/trainer/30004.trainer + +#begin Scripts/trainer/31001.trainer +/copy:Scripts/trainer/31001.trainer + +#begin Scripts/trainer/31002.trainer +/copy:Scripts/trainer/31002.trainer + +#begin Scripts/trainer/reggie.trainer +/copy:Scripts/trainer/reggie.trainer + +#begin Scripts/trainer/rival_0_fire.trainer +/copy:Scripts/trainer/rival_0_fire.trainer + +#begin Scripts/trainer/rival_0_grass.trainer +/copy:Scripts/trainer/rival_0_grass.trainer + +#begin Scripts/trainer/rival_0_water.trainer +/copy:Scripts/trainer/rival_0_water.trainer + +#begin Scripts/trainer/sprout001.trainer +/copy:Scripts/trainer/sprout001.trainer + +#begin Scripts/trainer/sprout002.trainer +/copy:Scripts/trainer/sprout002.trainer + +#begin Scripts/trainer/sprout003.trainer +/copy:Scripts/trainer/sprout003.trainer + +#begin Scripts/trainer/sprout004.trainer +/copy:Scripts/trainer/sprout004.trainer + +#begin Scripts/trainer/sprout005.trainer +/copy:Scripts/trainer/sprout005.trainer + +#begin Scripts/trainer/sprout006.trainer +/copy:Scripts/trainer/sprout006.trainer + +#begin Scripts/trainer/sproutelder.trainer +/copy:Scripts/trainer/sproutelder.trainer + +#begin Scripts/trainer/test.trainer +/copy:Scripts/trainer/test.trainer + +#begin Scripts/trainer/violetgym001.trainer +/copy:Scripts/trainer/violetgym001.trainer + +#begin Scripts/trainer/violetgym002.trainer +/copy:Scripts/trainer/violetgym002.trainer + +#begin Scripts/trainer/violetgymleader.trainer +/copy:Scripts/trainer/violetgymleader.trainer + +#begin Scripts/trainer/azalea_gym/001.dat +/copy:Scripts/trainer/azalea_gym/001.dat + +#begin Scripts/trainer/azalea_gym/001.trainer +/copy:Scripts/trainer/azalea_gym/001.trainer + +#begin Scripts/trainer/azalea_gym/002.dat +/copy:Scripts/trainer/azalea_gym/002.dat + +#begin Scripts/trainer/azalea_gym/003.dat +/copy:Scripts/trainer/azalea_gym/003.dat + +#begin Scripts/trainer/azalea_gym/003.trainer +/copy:Scripts/trainer/azalea_gym/003.trainer + +#begin Scripts/trainer/azalea_gym/004.dat +/copy:Scripts/trainer/azalea_gym/004.dat + +#begin Scripts/trainer/azalea_gym/004.trainer +/copy:Scripts/trainer/azalea_gym/004.trainer + +#begin Scripts/trainer/azalea_gym/005.dat +/copy:Scripts/trainer/azalea_gym/005.dat + +#begin Scripts/trainer/azalea_gym/005.trainer +/copy:Scripts/trainer/azalea_gym/005.trainer + +#begin Scripts/trainer/azalea_gym/leader.dat +/copy:Scripts/trainer/azalea_gym/leader.dat + +#begin Scripts/trainer/azalea_gym/leader.trainer +/copy:Scripts/trainer/azalea_gym/leader.trainer + +#begin Scripts/trainer/blackthorn_gym/001.dat +/copy:Scripts/trainer/blackthorn_gym/001.dat + +#begin Scripts/trainer/blackthorn_gym/001.trainer +/copy:Scripts/trainer/blackthorn_gym/001.trainer + +#begin Scripts/trainer/blackthorn_gym/002.dat +/copy:Scripts/trainer/blackthorn_gym/002.dat + +#begin Scripts/trainer/blackthorn_gym/002.trainer +/copy:Scripts/trainer/blackthorn_gym/002.trainer + +#begin Scripts/trainer/blackthorn_gym/003.dat +/copy:Scripts/trainer/blackthorn_gym/003.dat + +#begin Scripts/trainer/blackthorn_gym/003.trainer +/copy:Scripts/trainer/blackthorn_gym/003.trainer + +#begin Scripts/trainer/blackthorn_gym/004.dat +/copy:Scripts/trainer/blackthorn_gym/004.dat + +#begin Scripts/trainer/blackthorn_gym/004.trainer +/copy:Scripts/trainer/blackthorn_gym/004.trainer + +#begin Scripts/trainer/blackthorn_gym/005.dat +/copy:Scripts/trainer/blackthorn_gym/005.dat + +#begin Scripts/trainer/blackthorn_gym/005.trainer +/copy:Scripts/trainer/blackthorn_gym/005.trainer + +#begin Scripts/trainer/blackthorn_gym/leader.dat +/copy:Scripts/trainer/blackthorn_gym/leader.dat + +#begin Scripts/trainer/blackthorn_gym/leader.trainer +/copy:Scripts/trainer/blackthorn_gym/leader.trainer + +#begin Scripts/trainer/celadon_gym/001.dat +/copy:Scripts/trainer/celadon_gym/001.dat + +#begin Scripts/trainer/celadon_gym/001.trainer +/copy:Scripts/trainer/celadon_gym/001.trainer + +#begin Scripts/trainer/celadon_gym/002.dat +/copy:Scripts/trainer/celadon_gym/002.dat + +#begin Scripts/trainer/celadon_gym/003.dat +/copy:Scripts/trainer/celadon_gym/003.dat + +#begin Scripts/trainer/celadon_gym/003.trainer +/copy:Scripts/trainer/celadon_gym/003.trainer + +#begin Scripts/trainer/celadon_gym/004.dat +/copy:Scripts/trainer/celadon_gym/004.dat + +#begin Scripts/trainer/celadon_gym/004.trainer +/copy:Scripts/trainer/celadon_gym/004.trainer + +#begin Scripts/trainer/celadon_gym/005.dat +/copy:Scripts/trainer/celadon_gym/005.dat + +#begin Scripts/trainer/celadon_gym/005.trainer +/copy:Scripts/trainer/celadon_gym/005.trainer + +#begin Scripts/trainer/celadon_gym/leader.dat +/copy:Scripts/trainer/celadon_gym/leader.dat + +#begin Scripts/trainer/celadon_gym/leader.trainer +/copy:Scripts/trainer/celadon_gym/leader.trainer + +#begin Scripts/trainer/ceruleancave/000.dat +/copy:Scripts/trainer/ceruleancave/000.dat + +#begin Scripts/trainer/ceruleancave/000.trainer +/copy:Scripts/trainer/ceruleancave/000.trainer + +#begin Scripts/trainer/ceruleancave/001.dat +/copy:Scripts/trainer/ceruleancave/001.dat + +#begin Scripts/trainer/ceruleancave/001.trainer +/copy:Scripts/trainer/ceruleancave/001.trainer + +#begin Scripts/trainer/ceruleancave/002.dat +/copy:Scripts/trainer/ceruleancave/002.dat + +#begin Scripts/trainer/ceruleancave/002.trainer +/copy:Scripts/trainer/ceruleancave/002.trainer + +#begin Scripts/trainer/ceruleancave/003.dat +/copy:Scripts/trainer/ceruleancave/003.dat + +#begin Scripts/trainer/ceruleancave/003.trainer +/copy:Scripts/trainer/ceruleancave/003.trainer + +#begin Scripts/trainer/ceruleancave/004.dat +/copy:Scripts/trainer/ceruleancave/004.dat + +#begin Scripts/trainer/ceruleancave/004.trainer +/copy:Scripts/trainer/ceruleancave/004.trainer + +#begin Scripts/trainer/ceruleancave/005.dat +/copy:Scripts/trainer/ceruleancave/005.dat + +#begin Scripts/trainer/ceruleancave/005.trainer +/copy:Scripts/trainer/ceruleancave/005.trainer + +#begin Scripts/trainer/ceruleancave/006.dat +/copy:Scripts/trainer/ceruleancave/006.dat + +#begin Scripts/trainer/ceruleancave/006.trainer +/copy:Scripts/trainer/ceruleancave/006.trainer + +#begin Scripts/trainer/ceruleancave/007.dat +/copy:Scripts/trainer/ceruleancave/007.dat + +#begin Scripts/trainer/ceruleancave/007.trainer +/copy:Scripts/trainer/ceruleancave/007.trainer + +#begin Scripts/trainer/ceruleancave/promew2.trainer +/copy:Scripts/trainer/ceruleancave/promew2.trainer + +#begin Scripts/trainer/ceruleancave/Proton.trainer +/copy:Scripts/trainer/ceruleancave/Proton.trainer + +#begin Scripts/trainer/cerulean_gym/001.dat +/copy:Scripts/trainer/cerulean_gym/001.dat + +#begin Scripts/trainer/cerulean_gym/001.trainer +/copy:Scripts/trainer/cerulean_gym/001.trainer + +#begin Scripts/trainer/cerulean_gym/002.dat +/copy:Scripts/trainer/cerulean_gym/002.dat + +#begin Scripts/trainer/cerulean_gym/002.trainer +/copy:Scripts/trainer/cerulean_gym/002.trainer + +#begin Scripts/trainer/cerulean_gym/003.dat +/copy:Scripts/trainer/cerulean_gym/003.dat + +#begin Scripts/trainer/cerulean_gym/003.trainer +/copy:Scripts/trainer/cerulean_gym/003.trainer + +#begin Scripts/trainer/cerulean_gym/leader.dat +/copy:Scripts/trainer/cerulean_gym/leader.dat + +#begin Scripts/trainer/cerulean_gym/leader.trainer +/copy:Scripts/trainer/cerulean_gym/leader.trainer + +#begin Scripts/trainer/chrono/grunts/001.trainer +/copy:Scripts/trainer/chrono/grunts/001.trainer + +#begin Scripts/trainer/chrono/grunts/002.trainer +/copy:Scripts/trainer/chrono/grunts/002.trainer + +#begin Scripts/trainer/chrono/grunts/003.dat +/copy:Scripts/trainer/chrono/grunts/003.dat + +#begin Scripts/trainer/chrono/grunts/003.trainer +/copy:Scripts/trainer/chrono/grunts/003.trainer + +#begin Scripts/trainer/chrono/grunts/004.dat +/copy:Scripts/trainer/chrono/grunts/004.dat + +#begin Scripts/trainer/chrono/grunts/004.trainer +/copy:Scripts/trainer/chrono/grunts/004.trainer + +#begin Scripts/trainer/chrono/grunts/005.dat +/copy:Scripts/trainer/chrono/grunts/005.dat + +#begin Scripts/trainer/chrono/grunts/005.trainer +/copy:Scripts/trainer/chrono/grunts/005.trainer + +#begin Scripts/trainer/chrono/grunts/006.dat +/copy:Scripts/trainer/chrono/grunts/006.dat + +#begin Scripts/trainer/chrono/grunts/006.trainer +/copy:Scripts/trainer/chrono/grunts/006.trainer + +#begin Scripts/trainer/chrono/grunts/007.dat +/copy:Scripts/trainer/chrono/grunts/007.dat + +#begin Scripts/trainer/chrono/grunts/007.trainer +/copy:Scripts/trainer/chrono/grunts/007.trainer + +#begin Scripts/trainer/chrono/grunts/008.dat +/copy:Scripts/trainer/chrono/grunts/008.dat + +#begin Scripts/trainer/chrono/grunts/008.trainer +/copy:Scripts/trainer/chrono/grunts/008.trainer + +#begin Scripts/trainer/chrono/grunts/009.dat +/copy:Scripts/trainer/chrono/grunts/009.dat + +#begin Scripts/trainer/chrono/grunts/009.trainer +/copy:Scripts/trainer/chrono/grunts/009.trainer + +#begin Scripts/trainer/chrono/grunts/010.trainer +/copy:Scripts/trainer/chrono/grunts/010.trainer + +#begin Scripts/trainer/chrono/grunts/Proton.trainer +/copy:Scripts/trainer/chrono/grunts/Proton.trainer + +#begin Scripts/trainer/chrono/north/001.dat +/copy:Scripts/trainer/chrono/north/001.dat + +#begin Scripts/trainer/chrono/north/001.trainer +/copy:Scripts/trainer/chrono/north/001.trainer + +#begin Scripts/trainer/chrono/north/002.dat +/copy:Scripts/trainer/chrono/north/002.dat + +#begin Scripts/trainer/chrono/north/002.trainer +/copy:Scripts/trainer/chrono/north/002.trainer + +#begin Scripts/trainer/chrono/north/003.dat +/copy:Scripts/trainer/chrono/north/003.dat + +#begin Scripts/trainer/chrono/north/003.trainer +/copy:Scripts/trainer/chrono/north/003.trainer + +#begin Scripts/trainer/chrono/north/004.dat +/copy:Scripts/trainer/chrono/north/004.dat + +#begin Scripts/trainer/chrono/north/004.trainer +/copy:Scripts/trainer/chrono/north/004.trainer + +#begin Scripts/trainer/chrono/north/005.dat +/copy:Scripts/trainer/chrono/north/005.dat + +#begin Scripts/trainer/chrono/north/005.trainer +/copy:Scripts/trainer/chrono/north/005.trainer + +#begin Scripts/trainer/chrono/north/006.dat +/copy:Scripts/trainer/chrono/north/006.dat + +#begin Scripts/trainer/chrono/north/006.trainer +/copy:Scripts/trainer/chrono/north/006.trainer + +#begin Scripts/trainer/chrono/north/007.dat +/copy:Scripts/trainer/chrono/north/007.dat + +#begin Scripts/trainer/chrono/north/007.trainer +/copy:Scripts/trainer/chrono/north/007.trainer + +#begin Scripts/trainer/chrono/north/008.dat +/copy:Scripts/trainer/chrono/north/008.dat + +#begin Scripts/trainer/chrono/north/008.trainer +/copy:Scripts/trainer/chrono/north/008.trainer + +#begin Scripts/trainer/chrono/north/009.dat +/copy:Scripts/trainer/chrono/north/009.dat + +#begin Scripts/trainer/chrono/north/009.trainer +/copy:Scripts/trainer/chrono/north/009.trainer + +#begin Scripts/trainer/chrono/north/010.dat +/copy:Scripts/trainer/chrono/north/010.dat + +#begin Scripts/trainer/chrono/north/010.trainer +/copy:Scripts/trainer/chrono/north/010.trainer + +#begin Scripts/trainer/chrono/north/selphy.trainer +/copy:Scripts/trainer/chrono/north/selphy.trainer + +#begin Scripts/trainer/chrono/south/001.dat +/copy:Scripts/trainer/chrono/south/001.dat + +#begin Scripts/trainer/chrono/south/001.trainer +/copy:Scripts/trainer/chrono/south/001.trainer + +#begin Scripts/trainer/chrono/south/002.dat +/copy:Scripts/trainer/chrono/south/002.dat + +#begin Scripts/trainer/chrono/south/002.trainer +/copy:Scripts/trainer/chrono/south/002.trainer + +#begin Scripts/trainer/chrono/south/003.dat +/copy:Scripts/trainer/chrono/south/003.dat + +#begin Scripts/trainer/chrono/south/003.trainer +/copy:Scripts/trainer/chrono/south/003.trainer + +#begin Scripts/trainer/cianwood/Eusine.trainer +/copy:Scripts/trainer/cianwood/Eusine.trainer + +#begin Scripts/trainer/cianwood_gym/001.dat +/copy:Scripts/trainer/cianwood_gym/001.dat + +#begin Scripts/trainer/cianwood_gym/001.trainer +/copy:Scripts/trainer/cianwood_gym/001.trainer + +#begin Scripts/trainer/cianwood_gym/002.dat +/copy:Scripts/trainer/cianwood_gym/002.dat + +#begin Scripts/trainer/cianwood_gym/002.trainer +/copy:Scripts/trainer/cianwood_gym/002.trainer + +#begin Scripts/trainer/cianwood_gym/003.dat +/copy:Scripts/trainer/cianwood_gym/003.dat + +#begin Scripts/trainer/cianwood_gym/003.trainer +/copy:Scripts/trainer/cianwood_gym/003.trainer + +#begin Scripts/trainer/cianwood_gym/004.dat +/copy:Scripts/trainer/cianwood_gym/004.dat + +#begin Scripts/trainer/cianwood_gym/004.trainer +/copy:Scripts/trainer/cianwood_gym/004.trainer + +#begin Scripts/trainer/cianwood_gym/leader.dat +/copy:Scripts/trainer/cianwood_gym/leader.dat + +#begin Scripts/trainer/cianwood_gym/leader.trainer +/copy:Scripts/trainer/cianwood_gym/leader.trainer + +#begin Scripts/trainer/cianwood_gym/000/1.dat +/copy:Scripts/trainer/cianwood_gym/000/1.dat + +#begin Scripts/trainer/cianwood_gym/000/2.dat +/copy:Scripts/trainer/cianwood_gym/000/2.dat + +#begin Scripts/trainer/cinnabar_gym/001.dat +/copy:Scripts/trainer/cinnabar_gym/001.dat + +#begin Scripts/trainer/cinnabar_gym/001.trainer +/copy:Scripts/trainer/cinnabar_gym/001.trainer + +#begin Scripts/trainer/cinnabar_gym/002.dat +/copy:Scripts/trainer/cinnabar_gym/002.dat + +#begin Scripts/trainer/cinnabar_gym/002.trainer +/copy:Scripts/trainer/cinnabar_gym/002.trainer + +#begin Scripts/trainer/cinnabar_gym/003.dat +/copy:Scripts/trainer/cinnabar_gym/003.dat + +#begin Scripts/trainer/cinnabar_gym/003.trainer +/copy:Scripts/trainer/cinnabar_gym/003.trainer + +#begin Scripts/trainer/cinnabar_gym/004.dat +/copy:Scripts/trainer/cinnabar_gym/004.dat + +#begin Scripts/trainer/cinnabar_gym/004.trainer +/copy:Scripts/trainer/cinnabar_gym/004.trainer + +#begin Scripts/trainer/cinnabar_gym/005.dat +/copy:Scripts/trainer/cinnabar_gym/005.dat + +#begin Scripts/trainer/cinnabar_gym/005.trainer +/copy:Scripts/trainer/cinnabar_gym/005.trainer + +#begin Scripts/trainer/cinnabar_gym/006.dat +/copy:Scripts/trainer/cinnabar_gym/006.dat + +#begin Scripts/trainer/cinnabar_gym/006.trainer +/copy:Scripts/trainer/cinnabar_gym/006.trainer + +#begin Scripts/trainer/cinnabar_gym/leader.dat +/copy:Scripts/trainer/cinnabar_gym/leader.dat + +#begin Scripts/trainer/cinnabar_gym/leader.trainer +/copy:Scripts/trainer/cinnabar_gym/leader.trainer + +#begin Scripts/trainer/dragonsden/001.dat +/copy:Scripts/trainer/dragonsden/001.dat + +#begin Scripts/trainer/dragonsden/001.trainer +/copy:Scripts/trainer/dragonsden/001.trainer + +#begin Scripts/trainer/dragonsden/002.dat +/copy:Scripts/trainer/dragonsden/002.dat + +#begin Scripts/trainer/dragonsden/002.trainer +/copy:Scripts/trainer/dragonsden/002.trainer + +#begin Scripts/trainer/dragonsden/003.dat +/copy:Scripts/trainer/dragonsden/003.dat + +#begin Scripts/trainer/dragonsden/003.trainer +/copy:Scripts/trainer/dragonsden/003.trainer + +#begin Scripts/trainer/dungeon/robots/0.trainer +/copy:Scripts/trainer/dungeon/robots/0.trainer + +#begin Scripts/trainer/dungeon/robots/1.trainer +/copy:Scripts/trainer/dungeon/robots/1.trainer + +#begin Scripts/trainer/dungeon/robots/2.trainer +/copy:Scripts/trainer/dungeon/robots/2.trainer + +#begin Scripts/trainer/dungeon/robots/3.trainer +/copy:Scripts/trainer/dungeon/robots/3.trainer + +#begin Scripts/trainer/dungeon/robots/4.trainer +/copy:Scripts/trainer/dungeon/robots/4.trainer + +#begin Scripts/trainer/ecruteak/001.dat +/copy:Scripts/trainer/ecruteak/001.dat + +#begin Scripts/trainer/ecruteak/001.trainer +/copy:Scripts/trainer/ecruteak/001.trainer + +#begin Scripts/trainer/ecruteak/002.dat +/copy:Scripts/trainer/ecruteak/002.dat + +#begin Scripts/trainer/ecruteak/002.trainer +/copy:Scripts/trainer/ecruteak/002.trainer + +#begin Scripts/trainer/ecruteak/003.dat +/copy:Scripts/trainer/ecruteak/003.dat + +#begin Scripts/trainer/ecruteak/003.trainer +/copy:Scripts/trainer/ecruteak/003.trainer + +#begin Scripts/trainer/ecruteak/004.dat +/copy:Scripts/trainer/ecruteak/004.dat + +#begin Scripts/trainer/ecruteak/004.trainer +/copy:Scripts/trainer/ecruteak/004.trainer + +#begin Scripts/trainer/ecruteak/005.dat +/copy:Scripts/trainer/ecruteak/005.dat + +#begin Scripts/trainer/ecruteak/005.trainer +/copy:Scripts/trainer/ecruteak/005.trainer + +#begin Scripts/trainer/ecruteak_gym/001.dat +/copy:Scripts/trainer/ecruteak_gym/001.dat + +#begin Scripts/trainer/ecruteak_gym/001.trainer +/copy:Scripts/trainer/ecruteak_gym/001.trainer + +#begin Scripts/trainer/ecruteak_gym/002.dat +/copy:Scripts/trainer/ecruteak_gym/002.dat + +#begin Scripts/trainer/ecruteak_gym/002.trainer +/copy:Scripts/trainer/ecruteak_gym/002.trainer + +#begin Scripts/trainer/ecruteak_gym/003.dat +/copy:Scripts/trainer/ecruteak_gym/003.dat + +#begin Scripts/trainer/ecruteak_gym/003.trainer +/copy:Scripts/trainer/ecruteak_gym/003.trainer + +#begin Scripts/trainer/ecruteak_gym/004.dat +/copy:Scripts/trainer/ecruteak_gym/004.dat + +#begin Scripts/trainer/ecruteak_gym/004.trainer +/copy:Scripts/trainer/ecruteak_gym/004.trainer + +#begin Scripts/trainer/ecruteak_gym/leader.dat +/copy:Scripts/trainer/ecruteak_gym/leader.dat + +#begin Scripts/trainer/ecruteak_gym/Leader.trainer +/copy:Scripts/trainer/ecruteak_gym/Leader.trainer + +#begin Scripts/trainer/floe/grunt.trainer +/copy:Scripts/trainer/floe/grunt.trainer + +#begin Scripts/trainer/floe/lorelei1.trainer +/copy:Scripts/trainer/floe/lorelei1.trainer + +#begin Scripts/trainer/floe/lorelei2.trainer +/copy:Scripts/trainer/floe/lorelei2.trainer + +#begin Scripts/trainer/frontier/battletower/0.trainer +/copy:Scripts/trainer/frontier/battletower/0.trainer + +#begin Scripts/trainer/frontier/battletower/1.trainer +/copy:Scripts/trainer/frontier/battletower/1.trainer + +#begin Scripts/trainer/frontier/battletower/10.trainer +/copy:Scripts/trainer/frontier/battletower/10.trainer + +#begin Scripts/trainer/frontier/battletower/100.trainer +/copy:Scripts/trainer/frontier/battletower/100.trainer + +#begin Scripts/trainer/frontier/battletower/101.trainer +/copy:Scripts/trainer/frontier/battletower/101.trainer + +#begin Scripts/trainer/frontier/battletower/102.trainer +/copy:Scripts/trainer/frontier/battletower/102.trainer + +#begin Scripts/trainer/frontier/battletower/103.trainer +/copy:Scripts/trainer/frontier/battletower/103.trainer + +#begin Scripts/trainer/frontier/battletower/104.trainer +/copy:Scripts/trainer/frontier/battletower/104.trainer + +#begin Scripts/trainer/frontier/battletower/105.trainer +/copy:Scripts/trainer/frontier/battletower/105.trainer + +#begin Scripts/trainer/frontier/battletower/106.trainer +/copy:Scripts/trainer/frontier/battletower/106.trainer + +#begin Scripts/trainer/frontier/battletower/107.trainer +/copy:Scripts/trainer/frontier/battletower/107.trainer + +#begin Scripts/trainer/frontier/battletower/108.trainer +/copy:Scripts/trainer/frontier/battletower/108.trainer + +#begin Scripts/trainer/frontier/battletower/109.trainer +/copy:Scripts/trainer/frontier/battletower/109.trainer + +#begin Scripts/trainer/frontier/battletower/11.trainer +/copy:Scripts/trainer/frontier/battletower/11.trainer + +#begin Scripts/trainer/frontier/battletower/110.trainer +/copy:Scripts/trainer/frontier/battletower/110.trainer + +#begin Scripts/trainer/frontier/battletower/111.trainer +/copy:Scripts/trainer/frontier/battletower/111.trainer + +#begin Scripts/trainer/frontier/battletower/112.trainer +/copy:Scripts/trainer/frontier/battletower/112.trainer + +#begin Scripts/trainer/frontier/battletower/113.trainer +/copy:Scripts/trainer/frontier/battletower/113.trainer + +#begin Scripts/trainer/frontier/battletower/114.trainer +/copy:Scripts/trainer/frontier/battletower/114.trainer + +#begin Scripts/trainer/frontier/battletower/115.trainer +/copy:Scripts/trainer/frontier/battletower/115.trainer + +#begin Scripts/trainer/frontier/battletower/116.trainer +/copy:Scripts/trainer/frontier/battletower/116.trainer + +#begin Scripts/trainer/frontier/battletower/117.trainer +/copy:Scripts/trainer/frontier/battletower/117.trainer + +#begin Scripts/trainer/frontier/battletower/118.trainer +/copy:Scripts/trainer/frontier/battletower/118.trainer + +#begin Scripts/trainer/frontier/battletower/119.trainer +/copy:Scripts/trainer/frontier/battletower/119.trainer + +#begin Scripts/trainer/frontier/battletower/12.trainer +/copy:Scripts/trainer/frontier/battletower/12.trainer + +#begin Scripts/trainer/frontier/battletower/120.trainer +/copy:Scripts/trainer/frontier/battletower/120.trainer + +#begin Scripts/trainer/frontier/battletower/121.trainer +/copy:Scripts/trainer/frontier/battletower/121.trainer + +#begin Scripts/trainer/frontier/battletower/122.trainer +/copy:Scripts/trainer/frontier/battletower/122.trainer + +#begin Scripts/trainer/frontier/battletower/123.trainer +/copy:Scripts/trainer/frontier/battletower/123.trainer + +#begin Scripts/trainer/frontier/battletower/124.trainer +/copy:Scripts/trainer/frontier/battletower/124.trainer + +#begin Scripts/trainer/frontier/battletower/125.trainer +/copy:Scripts/trainer/frontier/battletower/125.trainer + +#begin Scripts/trainer/frontier/battletower/126.trainer +/copy:Scripts/trainer/frontier/battletower/126.trainer + +#begin Scripts/trainer/frontier/battletower/127.trainer +/copy:Scripts/trainer/frontier/battletower/127.trainer + +#begin Scripts/trainer/frontier/battletower/128.trainer +/copy:Scripts/trainer/frontier/battletower/128.trainer + +#begin Scripts/trainer/frontier/battletower/129.trainer +/copy:Scripts/trainer/frontier/battletower/129.trainer + +#begin Scripts/trainer/frontier/battletower/13.trainer +/copy:Scripts/trainer/frontier/battletower/13.trainer + +#begin Scripts/trainer/frontier/battletower/130.trainer +/copy:Scripts/trainer/frontier/battletower/130.trainer + +#begin Scripts/trainer/frontier/battletower/131.trainer +/copy:Scripts/trainer/frontier/battletower/131.trainer + +#begin Scripts/trainer/frontier/battletower/132.trainer +/copy:Scripts/trainer/frontier/battletower/132.trainer + +#begin Scripts/trainer/frontier/battletower/133.trainer +/copy:Scripts/trainer/frontier/battletower/133.trainer + +#begin Scripts/trainer/frontier/battletower/134.trainer +/copy:Scripts/trainer/frontier/battletower/134.trainer + +#begin Scripts/trainer/frontier/battletower/135.trainer +/copy:Scripts/trainer/frontier/battletower/135.trainer + +#begin Scripts/trainer/frontier/battletower/136.trainer +/copy:Scripts/trainer/frontier/battletower/136.trainer + +#begin Scripts/trainer/frontier/battletower/137.trainer +/copy:Scripts/trainer/frontier/battletower/137.trainer + +#begin Scripts/trainer/frontier/battletower/138.trainer +/copy:Scripts/trainer/frontier/battletower/138.trainer + +#begin Scripts/trainer/frontier/battletower/139.trainer +/copy:Scripts/trainer/frontier/battletower/139.trainer + +#begin Scripts/trainer/frontier/battletower/14.trainer +/copy:Scripts/trainer/frontier/battletower/14.trainer + +#begin Scripts/trainer/frontier/battletower/140.trainer +/copy:Scripts/trainer/frontier/battletower/140.trainer + +#begin Scripts/trainer/frontier/battletower/141.trainer +/copy:Scripts/trainer/frontier/battletower/141.trainer + +#begin Scripts/trainer/frontier/battletower/142.trainer +/copy:Scripts/trainer/frontier/battletower/142.trainer + +#begin Scripts/trainer/frontier/battletower/143.trainer +/copy:Scripts/trainer/frontier/battletower/143.trainer + +#begin Scripts/trainer/frontier/battletower/144.trainer +/copy:Scripts/trainer/frontier/battletower/144.trainer + +#begin Scripts/trainer/frontier/battletower/145.trainer +/copy:Scripts/trainer/frontier/battletower/145.trainer + +#begin Scripts/trainer/frontier/battletower/146.trainer +/copy:Scripts/trainer/frontier/battletower/146.trainer + +#begin Scripts/trainer/frontier/battletower/147.trainer +/copy:Scripts/trainer/frontier/battletower/147.trainer + +#begin Scripts/trainer/frontier/battletower/148.trainer +/copy:Scripts/trainer/frontier/battletower/148.trainer + +#begin Scripts/trainer/frontier/battletower/149.trainer +/copy:Scripts/trainer/frontier/battletower/149.trainer + +#begin Scripts/trainer/frontier/battletower/15.trainer +/copy:Scripts/trainer/frontier/battletower/15.trainer + +#begin Scripts/trainer/frontier/battletower/150.trainer +/copy:Scripts/trainer/frontier/battletower/150.trainer + +#begin Scripts/trainer/frontier/battletower/151.trainer +/copy:Scripts/trainer/frontier/battletower/151.trainer + +#begin Scripts/trainer/frontier/battletower/152.trainer +/copy:Scripts/trainer/frontier/battletower/152.trainer + +#begin Scripts/trainer/frontier/battletower/153.trainer +/copy:Scripts/trainer/frontier/battletower/153.trainer + +#begin Scripts/trainer/frontier/battletower/154.trainer +/copy:Scripts/trainer/frontier/battletower/154.trainer + +#begin Scripts/trainer/frontier/battletower/155.trainer +/copy:Scripts/trainer/frontier/battletower/155.trainer + +#begin Scripts/trainer/frontier/battletower/156.trainer +/copy:Scripts/trainer/frontier/battletower/156.trainer + +#begin Scripts/trainer/frontier/battletower/157.trainer +/copy:Scripts/trainer/frontier/battletower/157.trainer + +#begin Scripts/trainer/frontier/battletower/158.trainer +/copy:Scripts/trainer/frontier/battletower/158.trainer + +#begin Scripts/trainer/frontier/battletower/159.trainer +/copy:Scripts/trainer/frontier/battletower/159.trainer + +#begin Scripts/trainer/frontier/battletower/16.trainer +/copy:Scripts/trainer/frontier/battletower/16.trainer + +#begin Scripts/trainer/frontier/battletower/160.trainer +/copy:Scripts/trainer/frontier/battletower/160.trainer + +#begin Scripts/trainer/frontier/battletower/161.trainer +/copy:Scripts/trainer/frontier/battletower/161.trainer + +#begin Scripts/trainer/frontier/battletower/162.trainer +/copy:Scripts/trainer/frontier/battletower/162.trainer + +#begin Scripts/trainer/frontier/battletower/163.trainer +/copy:Scripts/trainer/frontier/battletower/163.trainer + +#begin Scripts/trainer/frontier/battletower/164.trainer +/copy:Scripts/trainer/frontier/battletower/164.trainer + +#begin Scripts/trainer/frontier/battletower/165.trainer +/copy:Scripts/trainer/frontier/battletower/165.trainer + +#begin Scripts/trainer/frontier/battletower/166.trainer +/copy:Scripts/trainer/frontier/battletower/166.trainer + +#begin Scripts/trainer/frontier/battletower/167.trainer +/copy:Scripts/trainer/frontier/battletower/167.trainer + +#begin Scripts/trainer/frontier/battletower/168.trainer +/copy:Scripts/trainer/frontier/battletower/168.trainer + +#begin Scripts/trainer/frontier/battletower/169.trainer +/copy:Scripts/trainer/frontier/battletower/169.trainer + +#begin Scripts/trainer/frontier/battletower/17.trainer +/copy:Scripts/trainer/frontier/battletower/17.trainer + +#begin Scripts/trainer/frontier/battletower/170.trainer +/copy:Scripts/trainer/frontier/battletower/170.trainer + +#begin Scripts/trainer/frontier/battletower/171.trainer +/copy:Scripts/trainer/frontier/battletower/171.trainer + +#begin Scripts/trainer/frontier/battletower/172.trainer +/copy:Scripts/trainer/frontier/battletower/172.trainer + +#begin Scripts/trainer/frontier/battletower/173.trainer +/copy:Scripts/trainer/frontier/battletower/173.trainer + +#begin Scripts/trainer/frontier/battletower/174.trainer +/copy:Scripts/trainer/frontier/battletower/174.trainer + +#begin Scripts/trainer/frontier/battletower/175.trainer +/copy:Scripts/trainer/frontier/battletower/175.trainer + +#begin Scripts/trainer/frontier/battletower/176.trainer +/copy:Scripts/trainer/frontier/battletower/176.trainer + +#begin Scripts/trainer/frontier/battletower/177.trainer +/copy:Scripts/trainer/frontier/battletower/177.trainer + +#begin Scripts/trainer/frontier/battletower/178.trainer +/copy:Scripts/trainer/frontier/battletower/178.trainer + +#begin Scripts/trainer/frontier/battletower/179.trainer +/copy:Scripts/trainer/frontier/battletower/179.trainer + +#begin Scripts/trainer/frontier/battletower/18.trainer +/copy:Scripts/trainer/frontier/battletower/18.trainer + +#begin Scripts/trainer/frontier/battletower/180.trainer +/copy:Scripts/trainer/frontier/battletower/180.trainer + +#begin Scripts/trainer/frontier/battletower/181.trainer +/copy:Scripts/trainer/frontier/battletower/181.trainer + +#begin Scripts/trainer/frontier/battletower/182.trainer +/copy:Scripts/trainer/frontier/battletower/182.trainer + +#begin Scripts/trainer/frontier/battletower/183.trainer +/copy:Scripts/trainer/frontier/battletower/183.trainer + +#begin Scripts/trainer/frontier/battletower/184.trainer +/copy:Scripts/trainer/frontier/battletower/184.trainer + +#begin Scripts/trainer/frontier/battletower/185.trainer +/copy:Scripts/trainer/frontier/battletower/185.trainer + +#begin Scripts/trainer/frontier/battletower/186.trainer +/copy:Scripts/trainer/frontier/battletower/186.trainer + +#begin Scripts/trainer/frontier/battletower/187.trainer +/copy:Scripts/trainer/frontier/battletower/187.trainer + +#begin Scripts/trainer/frontier/battletower/188.trainer +/copy:Scripts/trainer/frontier/battletower/188.trainer + +#begin Scripts/trainer/frontier/battletower/189.trainer +/copy:Scripts/trainer/frontier/battletower/189.trainer + +#begin Scripts/trainer/frontier/battletower/19.trainer +/copy:Scripts/trainer/frontier/battletower/19.trainer + +#begin Scripts/trainer/frontier/battletower/190.trainer +/copy:Scripts/trainer/frontier/battletower/190.trainer + +#begin Scripts/trainer/frontier/battletower/191.trainer +/copy:Scripts/trainer/frontier/battletower/191.trainer + +#begin Scripts/trainer/frontier/battletower/192.trainer +/copy:Scripts/trainer/frontier/battletower/192.trainer + +#begin Scripts/trainer/frontier/battletower/193.trainer +/copy:Scripts/trainer/frontier/battletower/193.trainer + +#begin Scripts/trainer/frontier/battletower/194.trainer +/copy:Scripts/trainer/frontier/battletower/194.trainer + +#begin Scripts/trainer/frontier/battletower/195.trainer +/copy:Scripts/trainer/frontier/battletower/195.trainer + +#begin Scripts/trainer/frontier/battletower/196.trainer +/copy:Scripts/trainer/frontier/battletower/196.trainer + +#begin Scripts/trainer/frontier/battletower/197.trainer +/copy:Scripts/trainer/frontier/battletower/197.trainer + +#begin Scripts/trainer/frontier/battletower/198.trainer +/copy:Scripts/trainer/frontier/battletower/198.trainer + +#begin Scripts/trainer/frontier/battletower/199.trainer +/copy:Scripts/trainer/frontier/battletower/199.trainer + +#begin Scripts/trainer/frontier/battletower/2.trainer +/copy:Scripts/trainer/frontier/battletower/2.trainer + +#begin Scripts/trainer/frontier/battletower/20.trainer +/copy:Scripts/trainer/frontier/battletower/20.trainer + +#begin Scripts/trainer/frontier/battletower/200.trainer +/copy:Scripts/trainer/frontier/battletower/200.trainer + +#begin Scripts/trainer/frontier/battletower/201.trainer +/copy:Scripts/trainer/frontier/battletower/201.trainer + +#begin Scripts/trainer/frontier/battletower/202.trainer +/copy:Scripts/trainer/frontier/battletower/202.trainer + +#begin Scripts/trainer/frontier/battletower/203.trainer +/copy:Scripts/trainer/frontier/battletower/203.trainer + +#begin Scripts/trainer/frontier/battletower/204.trainer +/copy:Scripts/trainer/frontier/battletower/204.trainer + +#begin Scripts/trainer/frontier/battletower/205.trainer +/copy:Scripts/trainer/frontier/battletower/205.trainer + +#begin Scripts/trainer/frontier/battletower/206.trainer +/copy:Scripts/trainer/frontier/battletower/206.trainer + +#begin Scripts/trainer/frontier/battletower/207.trainer +/copy:Scripts/trainer/frontier/battletower/207.trainer + +#begin Scripts/trainer/frontier/battletower/208.trainer +/copy:Scripts/trainer/frontier/battletower/208.trainer + +#begin Scripts/trainer/frontier/battletower/209.trainer +/copy:Scripts/trainer/frontier/battletower/209.trainer + +#begin Scripts/trainer/frontier/battletower/21.trainer +/copy:Scripts/trainer/frontier/battletower/21.trainer + +#begin Scripts/trainer/frontier/battletower/210.trainer +/copy:Scripts/trainer/frontier/battletower/210.trainer + +#begin Scripts/trainer/frontier/battletower/211.trainer +/copy:Scripts/trainer/frontier/battletower/211.trainer + +#begin Scripts/trainer/frontier/battletower/212.trainer +/copy:Scripts/trainer/frontier/battletower/212.trainer + +#begin Scripts/trainer/frontier/battletower/213.trainer +/copy:Scripts/trainer/frontier/battletower/213.trainer + +#begin Scripts/trainer/frontier/battletower/214.trainer +/copy:Scripts/trainer/frontier/battletower/214.trainer + +#begin Scripts/trainer/frontier/battletower/215.trainer +/copy:Scripts/trainer/frontier/battletower/215.trainer + +#begin Scripts/trainer/frontier/battletower/216.trainer +/copy:Scripts/trainer/frontier/battletower/216.trainer + +#begin Scripts/trainer/frontier/battletower/217.trainer +/copy:Scripts/trainer/frontier/battletower/217.trainer + +#begin Scripts/trainer/frontier/battletower/218.trainer +/copy:Scripts/trainer/frontier/battletower/218.trainer + +#begin Scripts/trainer/frontier/battletower/219.trainer +/copy:Scripts/trainer/frontier/battletower/219.trainer + +#begin Scripts/trainer/frontier/battletower/22.trainer +/copy:Scripts/trainer/frontier/battletower/22.trainer + +#begin Scripts/trainer/frontier/battletower/220.trainer +/copy:Scripts/trainer/frontier/battletower/220.trainer + +#begin Scripts/trainer/frontier/battletower/221.trainer +/copy:Scripts/trainer/frontier/battletower/221.trainer + +#begin Scripts/trainer/frontier/battletower/222.trainer +/copy:Scripts/trainer/frontier/battletower/222.trainer + +#begin Scripts/trainer/frontier/battletower/223.trainer +/copy:Scripts/trainer/frontier/battletower/223.trainer + +#begin Scripts/trainer/frontier/battletower/224.trainer +/copy:Scripts/trainer/frontier/battletower/224.trainer + +#begin Scripts/trainer/frontier/battletower/225.trainer +/copy:Scripts/trainer/frontier/battletower/225.trainer + +#begin Scripts/trainer/frontier/battletower/226.trainer +/copy:Scripts/trainer/frontier/battletower/226.trainer + +#begin Scripts/trainer/frontier/battletower/227.trainer +/copy:Scripts/trainer/frontier/battletower/227.trainer + +#begin Scripts/trainer/frontier/battletower/228.trainer +/copy:Scripts/trainer/frontier/battletower/228.trainer + +#begin Scripts/trainer/frontier/battletower/229.trainer +/copy:Scripts/trainer/frontier/battletower/229.trainer + +#begin Scripts/trainer/frontier/battletower/23.trainer +/copy:Scripts/trainer/frontier/battletower/23.trainer + +#begin Scripts/trainer/frontier/battletower/230.trainer +/copy:Scripts/trainer/frontier/battletower/230.trainer + +#begin Scripts/trainer/frontier/battletower/231.trainer +/copy:Scripts/trainer/frontier/battletower/231.trainer + +#begin Scripts/trainer/frontier/battletower/232.trainer +/copy:Scripts/trainer/frontier/battletower/232.trainer + +#begin Scripts/trainer/frontier/battletower/233.trainer +/copy:Scripts/trainer/frontier/battletower/233.trainer + +#begin Scripts/trainer/frontier/battletower/234.trainer +/copy:Scripts/trainer/frontier/battletower/234.trainer + +#begin Scripts/trainer/frontier/battletower/235.trainer +/copy:Scripts/trainer/frontier/battletower/235.trainer + +#begin Scripts/trainer/frontier/battletower/236.trainer +/copy:Scripts/trainer/frontier/battletower/236.trainer + +#begin Scripts/trainer/frontier/battletower/237.trainer +/copy:Scripts/trainer/frontier/battletower/237.trainer + +#begin Scripts/trainer/frontier/battletower/238.trainer +/copy:Scripts/trainer/frontier/battletower/238.trainer + +#begin Scripts/trainer/frontier/battletower/239.trainer +/copy:Scripts/trainer/frontier/battletower/239.trainer + +#begin Scripts/trainer/frontier/battletower/24.trainer +/copy:Scripts/trainer/frontier/battletower/24.trainer + +#begin Scripts/trainer/frontier/battletower/240.trainer +/copy:Scripts/trainer/frontier/battletower/240.trainer + +#begin Scripts/trainer/frontier/battletower/241.trainer +/copy:Scripts/trainer/frontier/battletower/241.trainer + +#begin Scripts/trainer/frontier/battletower/242.trainer +/copy:Scripts/trainer/frontier/battletower/242.trainer + +#begin Scripts/trainer/frontier/battletower/243.trainer +/copy:Scripts/trainer/frontier/battletower/243.trainer + +#begin Scripts/trainer/frontier/battletower/244.trainer +/copy:Scripts/trainer/frontier/battletower/244.trainer + +#begin Scripts/trainer/frontier/battletower/245.trainer +/copy:Scripts/trainer/frontier/battletower/245.trainer + +#begin Scripts/trainer/frontier/battletower/246.trainer +/copy:Scripts/trainer/frontier/battletower/246.trainer + +#begin Scripts/trainer/frontier/battletower/247.trainer +/copy:Scripts/trainer/frontier/battletower/247.trainer + +#begin Scripts/trainer/frontier/battletower/248.trainer +/copy:Scripts/trainer/frontier/battletower/248.trainer + +#begin Scripts/trainer/frontier/battletower/249.trainer +/copy:Scripts/trainer/frontier/battletower/249.trainer + +#begin Scripts/trainer/frontier/battletower/25.trainer +/copy:Scripts/trainer/frontier/battletower/25.trainer + +#begin Scripts/trainer/frontier/battletower/250.trainer +/copy:Scripts/trainer/frontier/battletower/250.trainer + +#begin Scripts/trainer/frontier/battletower/251.trainer +/copy:Scripts/trainer/frontier/battletower/251.trainer + +#begin Scripts/trainer/frontier/battletower/252.trainer +/copy:Scripts/trainer/frontier/battletower/252.trainer + +#begin Scripts/trainer/frontier/battletower/253.trainer +/copy:Scripts/trainer/frontier/battletower/253.trainer + +#begin Scripts/trainer/frontier/battletower/254.trainer +/copy:Scripts/trainer/frontier/battletower/254.trainer + +#begin Scripts/trainer/frontier/battletower/255.trainer +/copy:Scripts/trainer/frontier/battletower/255.trainer + +#begin Scripts/trainer/frontier/battletower/256.trainer +/copy:Scripts/trainer/frontier/battletower/256.trainer + +#begin Scripts/trainer/frontier/battletower/257.trainer +/copy:Scripts/trainer/frontier/battletower/257.trainer + +#begin Scripts/trainer/frontier/battletower/258.trainer +/copy:Scripts/trainer/frontier/battletower/258.trainer + +#begin Scripts/trainer/frontier/battletower/259.trainer +/copy:Scripts/trainer/frontier/battletower/259.trainer + +#begin Scripts/trainer/frontier/battletower/26.trainer +/copy:Scripts/trainer/frontier/battletower/26.trainer + +#begin Scripts/trainer/frontier/battletower/260.trainer +/copy:Scripts/trainer/frontier/battletower/260.trainer + +#begin Scripts/trainer/frontier/battletower/261.trainer +/copy:Scripts/trainer/frontier/battletower/261.trainer + +#begin Scripts/trainer/frontier/battletower/262.trainer +/copy:Scripts/trainer/frontier/battletower/262.trainer + +#begin Scripts/trainer/frontier/battletower/263.trainer +/copy:Scripts/trainer/frontier/battletower/263.trainer + +#begin Scripts/trainer/frontier/battletower/264.trainer +/copy:Scripts/trainer/frontier/battletower/264.trainer + +#begin Scripts/trainer/frontier/battletower/265.trainer +/copy:Scripts/trainer/frontier/battletower/265.trainer + +#begin Scripts/trainer/frontier/battletower/266.trainer +/copy:Scripts/trainer/frontier/battletower/266.trainer + +#begin Scripts/trainer/frontier/battletower/267.trainer +/copy:Scripts/trainer/frontier/battletower/267.trainer + +#begin Scripts/trainer/frontier/battletower/268.trainer +/copy:Scripts/trainer/frontier/battletower/268.trainer + +#begin Scripts/trainer/frontier/battletower/269.trainer +/copy:Scripts/trainer/frontier/battletower/269.trainer + +#begin Scripts/trainer/frontier/battletower/27.trainer +/copy:Scripts/trainer/frontier/battletower/27.trainer + +#begin Scripts/trainer/frontier/battletower/270.trainer +/copy:Scripts/trainer/frontier/battletower/270.trainer + +#begin Scripts/trainer/frontier/battletower/271.trainer +/copy:Scripts/trainer/frontier/battletower/271.trainer + +#begin Scripts/trainer/frontier/battletower/272.trainer +/copy:Scripts/trainer/frontier/battletower/272.trainer + +#begin Scripts/trainer/frontier/battletower/273.trainer +/copy:Scripts/trainer/frontier/battletower/273.trainer + +#begin Scripts/trainer/frontier/battletower/274.trainer +/copy:Scripts/trainer/frontier/battletower/274.trainer + +#begin Scripts/trainer/frontier/battletower/275.trainer +/copy:Scripts/trainer/frontier/battletower/275.trainer + +#begin Scripts/trainer/frontier/battletower/276.trainer +/copy:Scripts/trainer/frontier/battletower/276.trainer + +#begin Scripts/trainer/frontier/battletower/277.trainer +/copy:Scripts/trainer/frontier/battletower/277.trainer + +#begin Scripts/trainer/frontier/battletower/278.trainer +/copy:Scripts/trainer/frontier/battletower/278.trainer + +#begin Scripts/trainer/frontier/battletower/279.trainer +/copy:Scripts/trainer/frontier/battletower/279.trainer + +#begin Scripts/trainer/frontier/battletower/28.trainer +/copy:Scripts/trainer/frontier/battletower/28.trainer + +#begin Scripts/trainer/frontier/battletower/280.trainer +/copy:Scripts/trainer/frontier/battletower/280.trainer + +#begin Scripts/trainer/frontier/battletower/281.trainer +/copy:Scripts/trainer/frontier/battletower/281.trainer + +#begin Scripts/trainer/frontier/battletower/282.trainer +/copy:Scripts/trainer/frontier/battletower/282.trainer + +#begin Scripts/trainer/frontier/battletower/283.trainer +/copy:Scripts/trainer/frontier/battletower/283.trainer + +#begin Scripts/trainer/frontier/battletower/284.trainer +/copy:Scripts/trainer/frontier/battletower/284.trainer + +#begin Scripts/trainer/frontier/battletower/285.trainer +/copy:Scripts/trainer/frontier/battletower/285.trainer + +#begin Scripts/trainer/frontier/battletower/286.trainer +/copy:Scripts/trainer/frontier/battletower/286.trainer + +#begin Scripts/trainer/frontier/battletower/287.trainer +/copy:Scripts/trainer/frontier/battletower/287.trainer + +#begin Scripts/trainer/frontier/battletower/288.trainer +/copy:Scripts/trainer/frontier/battletower/288.trainer + +#begin Scripts/trainer/frontier/battletower/289.trainer +/copy:Scripts/trainer/frontier/battletower/289.trainer + +#begin Scripts/trainer/frontier/battletower/29.trainer +/copy:Scripts/trainer/frontier/battletower/29.trainer + +#begin Scripts/trainer/frontier/battletower/290.trainer +/copy:Scripts/trainer/frontier/battletower/290.trainer + +#begin Scripts/trainer/frontier/battletower/291.trainer +/copy:Scripts/trainer/frontier/battletower/291.trainer + +#begin Scripts/trainer/frontier/battletower/292.trainer +/copy:Scripts/trainer/frontier/battletower/292.trainer + +#begin Scripts/trainer/frontier/battletower/293.trainer +/copy:Scripts/trainer/frontier/battletower/293.trainer + +#begin Scripts/trainer/frontier/battletower/294.trainer +/copy:Scripts/trainer/frontier/battletower/294.trainer + +#begin Scripts/trainer/frontier/battletower/295.trainer +/copy:Scripts/trainer/frontier/battletower/295.trainer + +#begin Scripts/trainer/frontier/battletower/296.trainer +/copy:Scripts/trainer/frontier/battletower/296.trainer + +#begin Scripts/trainer/frontier/battletower/297.trainer +/copy:Scripts/trainer/frontier/battletower/297.trainer + +#begin Scripts/trainer/frontier/battletower/298.trainer +/copy:Scripts/trainer/frontier/battletower/298.trainer + +#begin Scripts/trainer/frontier/battletower/299.trainer +/copy:Scripts/trainer/frontier/battletower/299.trainer + +#begin Scripts/trainer/frontier/battletower/3.trainer +/copy:Scripts/trainer/frontier/battletower/3.trainer + +#begin Scripts/trainer/frontier/battletower/30.trainer +/copy:Scripts/trainer/frontier/battletower/30.trainer + +#begin Scripts/trainer/frontier/battletower/300.trainer +/copy:Scripts/trainer/frontier/battletower/300.trainer + +#begin Scripts/trainer/frontier/battletower/301.trainer +/copy:Scripts/trainer/frontier/battletower/301.trainer + +#begin Scripts/trainer/frontier/battletower/302.trainer +/copy:Scripts/trainer/frontier/battletower/302.trainer + +#begin Scripts/trainer/frontier/battletower/303.trainer +/copy:Scripts/trainer/frontier/battletower/303.trainer + +#begin Scripts/trainer/frontier/battletower/304.trainer +/copy:Scripts/trainer/frontier/battletower/304.trainer + +#begin Scripts/trainer/frontier/battletower/305.trainer +/copy:Scripts/trainer/frontier/battletower/305.trainer + +#begin Scripts/trainer/frontier/battletower/306.trainer +/copy:Scripts/trainer/frontier/battletower/306.trainer + +#begin Scripts/trainer/frontier/battletower/307.trainer +/copy:Scripts/trainer/frontier/battletower/307.trainer + +#begin Scripts/trainer/frontier/battletower/31.trainer +/copy:Scripts/trainer/frontier/battletower/31.trainer + +#begin Scripts/trainer/frontier/battletower/32.trainer +/copy:Scripts/trainer/frontier/battletower/32.trainer + +#begin Scripts/trainer/frontier/battletower/33.trainer +/copy:Scripts/trainer/frontier/battletower/33.trainer + +#begin Scripts/trainer/frontier/battletower/34.trainer +/copy:Scripts/trainer/frontier/battletower/34.trainer + +#begin Scripts/trainer/frontier/battletower/35.trainer +/copy:Scripts/trainer/frontier/battletower/35.trainer + +#begin Scripts/trainer/frontier/battletower/36.trainer +/copy:Scripts/trainer/frontier/battletower/36.trainer + +#begin Scripts/trainer/frontier/battletower/37.trainer +/copy:Scripts/trainer/frontier/battletower/37.trainer + +#begin Scripts/trainer/frontier/battletower/38.trainer +/copy:Scripts/trainer/frontier/battletower/38.trainer + +#begin Scripts/trainer/frontier/battletower/39.trainer +/copy:Scripts/trainer/frontier/battletower/39.trainer + +#begin Scripts/trainer/frontier/battletower/4.trainer +/copy:Scripts/trainer/frontier/battletower/4.trainer + +#begin Scripts/trainer/frontier/battletower/40.trainer +/copy:Scripts/trainer/frontier/battletower/40.trainer + +#begin Scripts/trainer/frontier/battletower/41.trainer +/copy:Scripts/trainer/frontier/battletower/41.trainer + +#begin Scripts/trainer/frontier/battletower/42.trainer +/copy:Scripts/trainer/frontier/battletower/42.trainer + +#begin Scripts/trainer/frontier/battletower/43.trainer +/copy:Scripts/trainer/frontier/battletower/43.trainer + +#begin Scripts/trainer/frontier/battletower/44.trainer +/copy:Scripts/trainer/frontier/battletower/44.trainer + +#begin Scripts/trainer/frontier/battletower/45.trainer +/copy:Scripts/trainer/frontier/battletower/45.trainer + +#begin Scripts/trainer/frontier/battletower/46.trainer +/copy:Scripts/trainer/frontier/battletower/46.trainer + +#begin Scripts/trainer/frontier/battletower/47.trainer +/copy:Scripts/trainer/frontier/battletower/47.trainer + +#begin Scripts/trainer/frontier/battletower/48.trainer +/copy:Scripts/trainer/frontier/battletower/48.trainer + +#begin Scripts/trainer/frontier/battletower/49.trainer +/copy:Scripts/trainer/frontier/battletower/49.trainer + +#begin Scripts/trainer/frontier/battletower/5.trainer +/copy:Scripts/trainer/frontier/battletower/5.trainer + +#begin Scripts/trainer/frontier/battletower/50.trainer +/copy:Scripts/trainer/frontier/battletower/50.trainer + +#begin Scripts/trainer/frontier/battletower/51.trainer +/copy:Scripts/trainer/frontier/battletower/51.trainer + +#begin Scripts/trainer/frontier/battletower/52.trainer +/copy:Scripts/trainer/frontier/battletower/52.trainer + +#begin Scripts/trainer/frontier/battletower/53.trainer +/copy:Scripts/trainer/frontier/battletower/53.trainer + +#begin Scripts/trainer/frontier/battletower/54.trainer +/copy:Scripts/trainer/frontier/battletower/54.trainer + +#begin Scripts/trainer/frontier/battletower/55.trainer +/copy:Scripts/trainer/frontier/battletower/55.trainer + +#begin Scripts/trainer/frontier/battletower/56.trainer +/copy:Scripts/trainer/frontier/battletower/56.trainer + +#begin Scripts/trainer/frontier/battletower/57.trainer +/copy:Scripts/trainer/frontier/battletower/57.trainer + +#begin Scripts/trainer/frontier/battletower/58.trainer +/copy:Scripts/trainer/frontier/battletower/58.trainer + +#begin Scripts/trainer/frontier/battletower/59.trainer +/copy:Scripts/trainer/frontier/battletower/59.trainer + +#begin Scripts/trainer/frontier/battletower/6.trainer +/copy:Scripts/trainer/frontier/battletower/6.trainer + +#begin Scripts/trainer/frontier/battletower/60.trainer +/copy:Scripts/trainer/frontier/battletower/60.trainer + +#begin Scripts/trainer/frontier/battletower/61.trainer +/copy:Scripts/trainer/frontier/battletower/61.trainer + +#begin Scripts/trainer/frontier/battletower/62.trainer +/copy:Scripts/trainer/frontier/battletower/62.trainer + +#begin Scripts/trainer/frontier/battletower/63.trainer +/copy:Scripts/trainer/frontier/battletower/63.trainer + +#begin Scripts/trainer/frontier/battletower/64.trainer +/copy:Scripts/trainer/frontier/battletower/64.trainer + +#begin Scripts/trainer/frontier/battletower/65.trainer +/copy:Scripts/trainer/frontier/battletower/65.trainer + +#begin Scripts/trainer/frontier/battletower/66.trainer +/copy:Scripts/trainer/frontier/battletower/66.trainer + +#begin Scripts/trainer/frontier/battletower/67.trainer +/copy:Scripts/trainer/frontier/battletower/67.trainer + +#begin Scripts/trainer/frontier/battletower/68.trainer +/copy:Scripts/trainer/frontier/battletower/68.trainer + +#begin Scripts/trainer/frontier/battletower/69.trainer +/copy:Scripts/trainer/frontier/battletower/69.trainer + +#begin Scripts/trainer/frontier/battletower/7.trainer +/copy:Scripts/trainer/frontier/battletower/7.trainer + +#begin Scripts/trainer/frontier/battletower/70.trainer +/copy:Scripts/trainer/frontier/battletower/70.trainer + +#begin Scripts/trainer/frontier/battletower/71.trainer +/copy:Scripts/trainer/frontier/battletower/71.trainer + +#begin Scripts/trainer/frontier/battletower/72.trainer +/copy:Scripts/trainer/frontier/battletower/72.trainer + +#begin Scripts/trainer/frontier/battletower/73.trainer +/copy:Scripts/trainer/frontier/battletower/73.trainer + +#begin Scripts/trainer/frontier/battletower/74.trainer +/copy:Scripts/trainer/frontier/battletower/74.trainer + +#begin Scripts/trainer/frontier/battletower/75.trainer +/copy:Scripts/trainer/frontier/battletower/75.trainer + +#begin Scripts/trainer/frontier/battletower/76.trainer +/copy:Scripts/trainer/frontier/battletower/76.trainer + +#begin Scripts/trainer/frontier/battletower/77.trainer +/copy:Scripts/trainer/frontier/battletower/77.trainer + +#begin Scripts/trainer/frontier/battletower/78.trainer +/copy:Scripts/trainer/frontier/battletower/78.trainer + +#begin Scripts/trainer/frontier/battletower/79.trainer +/copy:Scripts/trainer/frontier/battletower/79.trainer + +#begin Scripts/trainer/frontier/battletower/8.trainer +/copy:Scripts/trainer/frontier/battletower/8.trainer + +#begin Scripts/trainer/frontier/battletower/80.trainer +/copy:Scripts/trainer/frontier/battletower/80.trainer + +#begin Scripts/trainer/frontier/battletower/81.trainer +/copy:Scripts/trainer/frontier/battletower/81.trainer + +#begin Scripts/trainer/frontier/battletower/82.trainer +/copy:Scripts/trainer/frontier/battletower/82.trainer + +#begin Scripts/trainer/frontier/battletower/83.trainer +/copy:Scripts/trainer/frontier/battletower/83.trainer + +#begin Scripts/trainer/frontier/battletower/84.trainer +/copy:Scripts/trainer/frontier/battletower/84.trainer + +#begin Scripts/trainer/frontier/battletower/85.trainer +/copy:Scripts/trainer/frontier/battletower/85.trainer + +#begin Scripts/trainer/frontier/battletower/86.trainer +/copy:Scripts/trainer/frontier/battletower/86.trainer + +#begin Scripts/trainer/frontier/battletower/87.trainer +/copy:Scripts/trainer/frontier/battletower/87.trainer + +#begin Scripts/trainer/frontier/battletower/88.trainer +/copy:Scripts/trainer/frontier/battletower/88.trainer + +#begin Scripts/trainer/frontier/battletower/89.trainer +/copy:Scripts/trainer/frontier/battletower/89.trainer + +#begin Scripts/trainer/frontier/battletower/9.trainer +/copy:Scripts/trainer/frontier/battletower/9.trainer + +#begin Scripts/trainer/frontier/battletower/90.trainer +/copy:Scripts/trainer/frontier/battletower/90.trainer + +#begin Scripts/trainer/frontier/battletower/91.trainer +/copy:Scripts/trainer/frontier/battletower/91.trainer + +#begin Scripts/trainer/frontier/battletower/92.trainer +/copy:Scripts/trainer/frontier/battletower/92.trainer + +#begin Scripts/trainer/frontier/battletower/93.trainer +/copy:Scripts/trainer/frontier/battletower/93.trainer + +#begin Scripts/trainer/frontier/battletower/94.trainer +/copy:Scripts/trainer/frontier/battletower/94.trainer + +#begin Scripts/trainer/frontier/battletower/95.trainer +/copy:Scripts/trainer/frontier/battletower/95.trainer + +#begin Scripts/trainer/frontier/battletower/96.trainer +/copy:Scripts/trainer/frontier/battletower/96.trainer + +#begin Scripts/trainer/frontier/battletower/97.trainer +/copy:Scripts/trainer/frontier/battletower/97.trainer + +#begin Scripts/trainer/frontier/battletower/98.trainer +/copy:Scripts/trainer/frontier/battletower/98.trainer + +#begin Scripts/trainer/frontier/battletower/99.trainer +/copy:Scripts/trainer/frontier/battletower/99.trainer + +#begin Scripts/trainer/frontier/battletower/draco.trainer +/copy:Scripts/trainer/frontier/battletower/draco.trainer + +#begin Scripts/trainer/frontier/battletower/nilllzz.trainer +/copy:Scripts/trainer/frontier/battletower/nilllzz.trainer + +#begin Scripts/trainer/frontier/battletower/template.trainer +/copy:Scripts/trainer/frontier/battletower/template.trainer + +#begin Scripts/trainer/fuchsia_gym/001.dat +/copy:Scripts/trainer/fuchsia_gym/001.dat + +#begin Scripts/trainer/fuchsia_gym/001.trainer +/copy:Scripts/trainer/fuchsia_gym/001.trainer + +#begin Scripts/trainer/fuchsia_gym/002.dat +/copy:Scripts/trainer/fuchsia_gym/002.dat + +#begin Scripts/trainer/fuchsia_gym/002.trainer +/copy:Scripts/trainer/fuchsia_gym/002.trainer + +#begin Scripts/trainer/fuchsia_gym/003.dat +/copy:Scripts/trainer/fuchsia_gym/003.dat + +#begin Scripts/trainer/fuchsia_gym/003.trainer +/copy:Scripts/trainer/fuchsia_gym/003.trainer + +#begin Scripts/trainer/fuchsia_gym/004.dat +/copy:Scripts/trainer/fuchsia_gym/004.dat + +#begin Scripts/trainer/fuchsia_gym/004.trainer +/copy:Scripts/trainer/fuchsia_gym/004.trainer + +#begin Scripts/trainer/fuchsia_gym/leader.dat +/copy:Scripts/trainer/fuchsia_gym/leader.dat + +#begin Scripts/trainer/fuchsia_gym/leader.trainer +/copy:Scripts/trainer/fuchsia_gym/leader.trainer + +#begin Scripts/trainer/goldenrod/001.dat +/copy:Scripts/trainer/goldenrod/001.dat + +#begin Scripts/trainer/goldenrod/001.trainer +/copy:Scripts/trainer/goldenrod/001.trainer + +#begin Scripts/trainer/goldenrod/002.dat +/copy:Scripts/trainer/goldenrod/002.dat + +#begin Scripts/trainer/goldenrod/002.trainer +/copy:Scripts/trainer/goldenrod/002.trainer + +#begin Scripts/trainer/goldenrod/003.dat +/copy:Scripts/trainer/goldenrod/003.dat + +#begin Scripts/trainer/goldenrod/003.trainer +/copy:Scripts/trainer/goldenrod/003.trainer + +#begin Scripts/trainer/goldenrod/004.dat +/copy:Scripts/trainer/goldenrod/004.dat + +#begin Scripts/trainer/goldenrod/004.trainer +/copy:Scripts/trainer/goldenrod/004.trainer + +#begin Scripts/trainer/goldenrod_gym/001.dat +/copy:Scripts/trainer/goldenrod_gym/001.dat + +#begin Scripts/trainer/goldenrod_gym/001.trainer +/copy:Scripts/trainer/goldenrod_gym/001.trainer + +#begin Scripts/trainer/goldenrod_gym/002.dat +/copy:Scripts/trainer/goldenrod_gym/002.dat + +#begin Scripts/trainer/goldenrod_gym/002.trainer +/copy:Scripts/trainer/goldenrod_gym/002.trainer + +#begin Scripts/trainer/goldenrod_gym/003.dat +/copy:Scripts/trainer/goldenrod_gym/003.dat + +#begin Scripts/trainer/goldenrod_gym/003.trainer +/copy:Scripts/trainer/goldenrod_gym/003.trainer + +#begin Scripts/trainer/goldenrod_gym/004.dat +/copy:Scripts/trainer/goldenrod_gym/004.dat + +#begin Scripts/trainer/goldenrod_gym/004.trainer +/copy:Scripts/trainer/goldenrod_gym/004.trainer + +#begin Scripts/trainer/goldenrod_gym/leader.dat +/copy:Scripts/trainer/goldenrod_gym/leader.dat + +#begin Scripts/trainer/goldenrod_gym/leader.trainer +/copy:Scripts/trainer/goldenrod_gym/leader.trainer + +#begin Scripts/trainer/kantounderground/GruntF.trainer +/copy:Scripts/trainer/kantounderground/GruntF.trainer + +#begin Scripts/trainer/kantounderground/GruntM.trainer +/copy:Scripts/trainer/kantounderground/GruntM.trainer + +#begin Scripts/trainer/kantounderground/grunts.dat +/copy:Scripts/trainer/kantounderground/grunts.dat + +#begin Scripts/trainer/kin/bikers/001.trainer +/copy:Scripts/trainer/kin/bikers/001.trainer + +#begin Scripts/trainer/kin/bikers/002.trainer +/copy:Scripts/trainer/kin/bikers/002.trainer + +#begin Scripts/trainer/kin/bikers/003.trainer +/copy:Scripts/trainer/kin/bikers/003.trainer + +#begin Scripts/trainer/kin/bikers/Boss.trainer +/copy:Scripts/trainer/kin/bikers/Boss.trainer + +#begin Scripts/trainer/kin/bridge/001.dat +/copy:Scripts/trainer/kin/bridge/001.dat + +#begin Scripts/trainer/kin/bridge/001.trainer +/copy:Scripts/trainer/kin/bridge/001.trainer + +#begin Scripts/trainer/kin/bridge/002.dat +/copy:Scripts/trainer/kin/bridge/002.dat + +#begin Scripts/trainer/kin/bridge/002.trainer +/copy:Scripts/trainer/kin/bridge/002.trainer + +#begin Scripts/trainer/kin/bridge/003.dat +/copy:Scripts/trainer/kin/bridge/003.dat + +#begin Scripts/trainer/kin/bridge/003.trainer +/copy:Scripts/trainer/kin/bridge/003.trainer + +#begin Scripts/trainer/kin/bridge/004.dat +/copy:Scripts/trainer/kin/bridge/004.dat + +#begin Scripts/trainer/kin/bridge/004.trainer +/copy:Scripts/trainer/kin/bridge/004.trainer + +#begin Scripts/trainer/kin/bridge/005.dat +/copy:Scripts/trainer/kin/bridge/005.dat + +#begin Scripts/trainer/kin/bridge/005.trainer +/copy:Scripts/trainer/kin/bridge/005.trainer + +#begin Scripts/trainer/kin/bridge/006.dat +/copy:Scripts/trainer/kin/bridge/006.dat + +#begin Scripts/trainer/kin/bridge/006.trainer +/copy:Scripts/trainer/kin/bridge/006.trainer + +#begin Scripts/trainer/kin/bridge/007.dat +/copy:Scripts/trainer/kin/bridge/007.dat + +#begin Scripts/trainer/kin/bridge/007.trainer +/copy:Scripts/trainer/kin/bridge/007.trainer + +#begin Scripts/trainer/kindle/001.dat +/copy:Scripts/trainer/kindle/001.dat + +#begin Scripts/trainer/kindle/001.trainer +/copy:Scripts/trainer/kindle/001.trainer + +#begin Scripts/trainer/kindle/002.dat +/copy:Scripts/trainer/kindle/002.dat + +#begin Scripts/trainer/kindle/002.trainer +/copy:Scripts/trainer/kindle/002.trainer + +#begin Scripts/trainer/kindle/003.dat +/copy:Scripts/trainer/kindle/003.dat + +#begin Scripts/trainer/kindle/003.trainer +/copy:Scripts/trainer/kindle/003.trainer + +#begin Scripts/trainer/kindle/004.dat +/copy:Scripts/trainer/kindle/004.dat + +#begin Scripts/trainer/kindle/004.trainer +/copy:Scripts/trainer/kindle/004.trainer + +#begin Scripts/trainer/kindle/005.dat +/copy:Scripts/trainer/kindle/005.dat + +#begin Scripts/trainer/kindle/005.trainer +/copy:Scripts/trainer/kindle/005.trainer + +#begin Scripts/trainer/kindle/006.dat +/copy:Scripts/trainer/kindle/006.dat + +#begin Scripts/trainer/kindle/006.trainer +/copy:Scripts/trainer/kindle/006.trainer + +#begin Scripts/trainer/kindle/007.dat +/copy:Scripts/trainer/kindle/007.dat + +#begin Scripts/trainer/kindle/007.trainer +/copy:Scripts/trainer/kindle/007.trainer + +#begin Scripts/trainer/kindle/008.dat +/copy:Scripts/trainer/kindle/008.dat + +#begin Scripts/trainer/kindle/008.trainer +/copy:Scripts/trainer/kindle/008.trainer + +#begin Scripts/trainer/kindle/009.dat +/copy:Scripts/trainer/kindle/009.dat + +#begin Scripts/trainer/kindle/009.trainer +/copy:Scripts/trainer/kindle/009.trainer + +#begin Scripts/trainer/kindle/010.dat +/copy:Scripts/trainer/kindle/010.dat + +#begin Scripts/trainer/kindle/010.trainer +/copy:Scripts/trainer/kindle/010.trainer + +#begin Scripts/trainer/kindle/011.dat +/copy:Scripts/trainer/kindle/011.dat + +#begin Scripts/trainer/kindle/011.trainer +/copy:Scripts/trainer/kindle/011.trainer + +#begin Scripts/trainer/kindle/012.dat +/copy:Scripts/trainer/kindle/012.dat + +#begin Scripts/trainer/kindle/012.trainer +/copy:Scripts/trainer/kindle/012.trainer + +#begin Scripts/trainer/kindle/013.dat +/copy:Scripts/trainer/kindle/013.dat + +#begin Scripts/trainer/kindle/013.trainer +/copy:Scripts/trainer/kindle/013.trainer + +#begin Scripts/trainer/kolben/darkfire0.trainer +/copy:Scripts/trainer/kolben/darkfire0.trainer + +#begin Scripts/trainer/kolben/Enethil.trainer +/copy:Scripts/trainer/kolben/Enethil.trainer + +#begin Scripts/trainer/kolben/Enethil2.trainer +/copy:Scripts/trainer/kolben/Enethil2.trainer + +#begin Scripts/trainer/kolben/Jaybird.trainer +/copy:Scripts/trainer/kolben/Jaybird.trainer + +#begin Scripts/trainer/kolben/Jaybird2.trainer +/copy:Scripts/trainer/kolben/Jaybird2.trainer + +#begin Scripts/trainer/kolben/Malc.trainer +/copy:Scripts/trainer/kolben/Malc.trainer + +#begin Scripts/trainer/kolben/nilllzz.trainer +/copy:Scripts/trainer/kolben/nilllzz.trainer + +#begin Scripts/trainer/kolben/darkfire1/0.trainer +/copy:Scripts/trainer/kolben/darkfire1/0.trainer + +#begin Scripts/trainer/kolben/darkfire1/1.trainer +/copy:Scripts/trainer/kolben/darkfire1/1.trainer + +#begin Scripts/trainer/kolben/darkfire1/2.trainer +/copy:Scripts/trainer/kolben/darkfire1/2.trainer + +#begin Scripts/trainer/kolben/darkfire1/3.trainer +/copy:Scripts/trainer/kolben/darkfire1/3.trainer + +#begin Scripts/trainer/kolben/darkfire1/4.trainer +/copy:Scripts/trainer/kolben/darkfire1/4.trainer + +#begin Scripts/trainer/kolben/darkfire1/5.trainer +/copy:Scripts/trainer/kolben/darkfire1/5.trainer + +#begin Scripts/trainer/kolben/darkfire1/6.trainer +/copy:Scripts/trainer/kolben/darkfire1/6.trainer + +#begin Scripts/trainer/kolben/darkfire2/0.trainer +/copy:Scripts/trainer/kolben/darkfire2/0.trainer + +#begin Scripts/trainer/kolben/darkfire2/1.trainer +/copy:Scripts/trainer/kolben/darkfire2/1.trainer + +#begin Scripts/trainer/kolben/darkfire2/2.trainer +/copy:Scripts/trainer/kolben/darkfire2/2.trainer + +#begin Scripts/trainer/kolben/darkfire2/3.trainer +/copy:Scripts/trainer/kolben/darkfire2/3.trainer + +#begin Scripts/trainer/kolben/darkfire2/4.trainer +/copy:Scripts/trainer/kolben/darkfire2/4.trainer + +#begin Scripts/trainer/kolben/darkfire2/5.trainer +/copy:Scripts/trainer/kolben/darkfire2/5.trainer + +#begin Scripts/trainer/kolben/darkfire2/6.trainer +/copy:Scripts/trainer/kolben/darkfire2/6.trainer + +#begin Scripts/trainer/lakeofrage/001.dat +/copy:Scripts/trainer/lakeofrage/001.dat + +#begin Scripts/trainer/lakeofrage/001.trainer +/copy:Scripts/trainer/lakeofrage/001.trainer + +#begin Scripts/trainer/lakeofrage/002.dat +/copy:Scripts/trainer/lakeofrage/002.dat + +#begin Scripts/trainer/lakeofrage/002.trainer +/copy:Scripts/trainer/lakeofrage/002.trainer + +#begin Scripts/trainer/lakeofrage/003.dat +/copy:Scripts/trainer/lakeofrage/003.dat + +#begin Scripts/trainer/lakeofrage/003.trainer +/copy:Scripts/trainer/lakeofrage/003.trainer + +#begin Scripts/trainer/league/bruno.trainer +/copy:Scripts/trainer/league/bruno.trainer + +#begin Scripts/trainer/league/e4.dat +/copy:Scripts/trainer/league/e4.dat + +#begin Scripts/trainer/league/karen.trainer +/copy:Scripts/trainer/league/karen.trainer + +#begin Scripts/trainer/league/koga.trainer +/copy:Scripts/trainer/league/koga.trainer + +#begin Scripts/trainer/league/lance.dat +/copy:Scripts/trainer/league/lance.dat + +#begin Scripts/trainer/league/lance.trainer +/copy:Scripts/trainer/league/lance.trainer + +#begin Scripts/trainer/league/will.trainer +/copy:Scripts/trainer/league/will.trainer + +#begin Scripts/trainer/league/false/bruno.trainer +/copy:Scripts/trainer/league/false/bruno.trainer + +#begin Scripts/trainer/league/false/karen.trainer +/copy:Scripts/trainer/league/false/karen.trainer + +#begin Scripts/trainer/league/false/koga.trainer +/copy:Scripts/trainer/league/false/koga.trainer + +#begin Scripts/trainer/league/false/lance.trainer +/copy:Scripts/trainer/league/false/lance.trainer + +#begin Scripts/trainer/league/false/will.trainer +/copy:Scripts/trainer/league/false/will.trainer + +#begin Scripts/trainer/league/true/bruno.trainer +/copy:Scripts/trainer/league/true/bruno.trainer + +#begin Scripts/trainer/league/true/karen.trainer +/copy:Scripts/trainer/league/true/karen.trainer + +#begin Scripts/trainer/league/true/koga.trainer +/copy:Scripts/trainer/league/true/koga.trainer + +#begin Scripts/trainer/league/true/lance.trainer +/copy:Scripts/trainer/league/true/lance.trainer + +#begin Scripts/trainer/league/true/will.trainer +/copy:Scripts/trainer/league/true/will.trainer + +#begin Scripts/trainer/Lighthouse/001.dat +/copy:Scripts/trainer/Lighthouse/001.dat + +#begin Scripts/trainer/Lighthouse/001.trainer +/copy:Scripts/trainer/Lighthouse/001.trainer + +#begin Scripts/trainer/Lighthouse/001_1.trainer +/copy:Scripts/trainer/Lighthouse/001_1.trainer + +#begin Scripts/trainer/Lighthouse/001_2.trainer +/copy:Scripts/trainer/Lighthouse/001_2.trainer + +#begin Scripts/trainer/Lighthouse/002.dat +/copy:Scripts/trainer/Lighthouse/002.dat + +#begin Scripts/trainer/Lighthouse/002.trainer +/copy:Scripts/trainer/Lighthouse/002.trainer + +#begin Scripts/trainer/Lighthouse/002_1.trainer +/copy:Scripts/trainer/Lighthouse/002_1.trainer + +#begin Scripts/trainer/Lighthouse/002_2.trainer +/copy:Scripts/trainer/Lighthouse/002_2.trainer + +#begin Scripts/trainer/Lighthouse/003.dat +/copy:Scripts/trainer/Lighthouse/003.dat + +#begin Scripts/trainer/Lighthouse/003.trainer +/copy:Scripts/trainer/Lighthouse/003.trainer + +#begin Scripts/trainer/Lighthouse/004.dat +/copy:Scripts/trainer/Lighthouse/004.dat + +#begin Scripts/trainer/Lighthouse/004.trainer +/copy:Scripts/trainer/Lighthouse/004.trainer + +#begin Scripts/trainer/Lighthouse/005.dat +/copy:Scripts/trainer/Lighthouse/005.dat + +#begin Scripts/trainer/Lighthouse/005.trainer +/copy:Scripts/trainer/Lighthouse/005.trainer + +#begin Scripts/trainer/Lighthouse/006.dat +/copy:Scripts/trainer/Lighthouse/006.dat + +#begin Scripts/trainer/Lighthouse/006.trainer +/copy:Scripts/trainer/Lighthouse/006.trainer + +#begin Scripts/trainer/Lighthouse/007.dat +/copy:Scripts/trainer/Lighthouse/007.dat + +#begin Scripts/trainer/Lighthouse/007.trainer +/copy:Scripts/trainer/Lighthouse/007.trainer + +#begin Scripts/trainer/Lighthouse/008.dat +/copy:Scripts/trainer/Lighthouse/008.dat + +#begin Scripts/trainer/Lighthouse/008.trainer +/copy:Scripts/trainer/Lighthouse/008.trainer + +#begin Scripts/trainer/Lighthouse/009.dat +/copy:Scripts/trainer/Lighthouse/009.dat + +#begin Scripts/trainer/Lighthouse/009.trainer +/copy:Scripts/trainer/Lighthouse/009.trainer + +#begin Scripts/trainer/mahogany_gym/001.dat +/copy:Scripts/trainer/mahogany_gym/001.dat + +#begin Scripts/trainer/mahogany_gym/001.trainer +/copy:Scripts/trainer/mahogany_gym/001.trainer + +#begin Scripts/trainer/mahogany_gym/002.dat +/copy:Scripts/trainer/mahogany_gym/002.dat + +#begin Scripts/trainer/mahogany_gym/002.trainer +/copy:Scripts/trainer/mahogany_gym/002.trainer + +#begin Scripts/trainer/mahogany_gym/003.dat +/copy:Scripts/trainer/mahogany_gym/003.dat + +#begin Scripts/trainer/mahogany_gym/003.trainer +/copy:Scripts/trainer/mahogany_gym/003.trainer + +#begin Scripts/trainer/mahogany_gym/004.dat +/copy:Scripts/trainer/mahogany_gym/004.dat + +#begin Scripts/trainer/mahogany_gym/004.trainer +/copy:Scripts/trainer/mahogany_gym/004.trainer + +#begin Scripts/trainer/mahogany_gym/005.dat +/copy:Scripts/trainer/mahogany_gym/005.dat + +#begin Scripts/trainer/mahogany_gym/005.trainer +/copy:Scripts/trainer/mahogany_gym/005.trainer + +#begin Scripts/trainer/mahogany_gym/leader.dat +/copy:Scripts/trainer/mahogany_gym/leader.dat + +#begin Scripts/trainer/mahogany_gym/leader.trainer +/copy:Scripts/trainer/mahogany_gym/leader.trainer + +#begin Scripts/trainer/mtember/001.dat +/copy:Scripts/trainer/mtember/001.dat + +#begin Scripts/trainer/mtember/001.trainer +/copy:Scripts/trainer/mtember/001.trainer + +#begin Scripts/trainer/mtember/002.dat +/copy:Scripts/trainer/mtember/002.dat + +#begin Scripts/trainer/mtember/002.trainer +/copy:Scripts/trainer/mtember/002.trainer + +#begin Scripts/trainer/mtember/003.dat +/copy:Scripts/trainer/mtember/003.dat + +#begin Scripts/trainer/mtember/003.trainer +/copy:Scripts/trainer/mtember/003.trainer + +#begin Scripts/trainer/mtmortar/001.dat +/copy:Scripts/trainer/mtmortar/001.dat + +#begin Scripts/trainer/mtmortar/001.trainer +/copy:Scripts/trainer/mtmortar/001.trainer + +#begin Scripts/trainer/mtmortar/002.dat +/copy:Scripts/trainer/mtmortar/002.dat + +#begin Scripts/trainer/mtmortar/002.trainer +/copy:Scripts/trainer/mtmortar/002.trainer + +#begin Scripts/trainer/mtmortar/003.dat +/copy:Scripts/trainer/mtmortar/003.dat + +#begin Scripts/trainer/mtmortar/003.trainer +/copy:Scripts/trainer/mtmortar/003.trainer + +#begin Scripts/trainer/mtmortar/Kungfu.dat +/copy:Scripts/trainer/mtmortar/Kungfu.dat + +#begin Scripts/trainer/mtmortar/Kungfu.trainer +/copy:Scripts/trainer/mtmortar/Kungfu.trainer + +#begin Scripts/trainer/nationalpark/001.dat +/copy:Scripts/trainer/nationalpark/001.dat + +#begin Scripts/trainer/nationalpark/001.trainer +/copy:Scripts/trainer/nationalpark/001.trainer + +#begin Scripts/trainer/nationalpark/001_1.trainer +/copy:Scripts/trainer/nationalpark/001_1.trainer + +#begin Scripts/trainer/nationalpark/001_2.trainer +/copy:Scripts/trainer/nationalpark/001_2.trainer + +#begin Scripts/trainer/nationalpark/002.dat +/copy:Scripts/trainer/nationalpark/002.dat + +#begin Scripts/trainer/nationalpark/002.trainer +/copy:Scripts/trainer/nationalpark/002.trainer + +#begin Scripts/trainer/nationalpark/003.dat +/copy:Scripts/trainer/nationalpark/003.dat + +#begin Scripts/trainer/nationalpark/003.trainer +/copy:Scripts/trainer/nationalpark/003.trainer + +#begin Scripts/trainer/nationalpark/003_1.trainer +/copy:Scripts/trainer/nationalpark/003_1.trainer + +#begin Scripts/trainer/nationalpark/003_2.trainer +/copy:Scripts/trainer/nationalpark/003_2.trainer + +#begin Scripts/trainer/nationalpark/004.dat +/copy:Scripts/trainer/nationalpark/004.dat + +#begin Scripts/trainer/nationalpark/004.trainer +/copy:Scripts/trainer/nationalpark/004.trainer + +#begin Scripts/trainer/nationalpark/004_1.trainer +/copy:Scripts/trainer/nationalpark/004_1.trainer + +#begin Scripts/trainer/nationalpark/004_2.trainer +/copy:Scripts/trainer/nationalpark/004_2.trainer + +#begin Scripts/trainer/olivine_gym/leader.dat +/copy:Scripts/trainer/olivine_gym/leader.dat + +#begin Scripts/trainer/olivine_gym/leader.trainer +/copy:Scripts/trainer/olivine_gym/leader.trainer + +#begin Scripts/trainer/pewter_gym/001.dat +/copy:Scripts/trainer/pewter_gym/001.dat + +#begin Scripts/trainer/pewter_gym/001.trainer +/copy:Scripts/trainer/pewter_gym/001.trainer + +#begin Scripts/trainer/pewter_gym/leader.dat +/copy:Scripts/trainer/pewter_gym/leader.dat + +#begin Scripts/trainer/pewter_gym/leader.trainer +/copy:Scripts/trainer/pewter_gym/leader.trainer + +#begin Scripts/trainer/radiotower/001.dat +/copy:Scripts/trainer/radiotower/001.dat + +#begin Scripts/trainer/radiotower/001.trainer +/copy:Scripts/trainer/radiotower/001.trainer + +#begin Scripts/trainer/radiotower/002.dat +/copy:Scripts/trainer/radiotower/002.dat + +#begin Scripts/trainer/radiotower/002.trainer +/copy:Scripts/trainer/radiotower/002.trainer + +#begin Scripts/trainer/radiotower/003.dat +/copy:Scripts/trainer/radiotower/003.dat + +#begin Scripts/trainer/radiotower/003.trainer +/copy:Scripts/trainer/radiotower/003.trainer + +#begin Scripts/trainer/radiotower/004.dat +/copy:Scripts/trainer/radiotower/004.dat + +#begin Scripts/trainer/radiotower/004.trainer +/copy:Scripts/trainer/radiotower/004.trainer + +#begin Scripts/trainer/radiotower/005.dat +/copy:Scripts/trainer/radiotower/005.dat + +#begin Scripts/trainer/radiotower/005.trainer +/copy:Scripts/trainer/radiotower/005.trainer + +#begin Scripts/trainer/radiotower/006.dat +/copy:Scripts/trainer/radiotower/006.dat + +#begin Scripts/trainer/radiotower/006.trainer +/copy:Scripts/trainer/radiotower/006.trainer + +#begin Scripts/trainer/radiotower/007.dat +/copy:Scripts/trainer/radiotower/007.dat + +#begin Scripts/trainer/radiotower/007.trainer +/copy:Scripts/trainer/radiotower/007.trainer + +#begin Scripts/trainer/radiotower/008.dat +/copy:Scripts/trainer/radiotower/008.dat + +#begin Scripts/trainer/radiotower/008.trainer +/copy:Scripts/trainer/radiotower/008.trainer + +#begin Scripts/trainer/radiotower/009.dat +/copy:Scripts/trainer/radiotower/009.dat + +#begin Scripts/trainer/radiotower/009.trainer +/copy:Scripts/trainer/radiotower/009.trainer + +#begin Scripts/trainer/radiotower/010.dat +/copy:Scripts/trainer/radiotower/010.dat + +#begin Scripts/trainer/radiotower/010.trainer +/copy:Scripts/trainer/radiotower/010.trainer + +#begin Scripts/trainer/radiotower/011.dat +/copy:Scripts/trainer/radiotower/011.dat + +#begin Scripts/trainer/radiotower/011.trainer +/copy:Scripts/trainer/radiotower/011.trainer + +#begin Scripts/trainer/radiotower/012.dat +/copy:Scripts/trainer/radiotower/012.dat + +#begin Scripts/trainer/radiotower/012.trainer +/copy:Scripts/trainer/radiotower/012.trainer + +#begin Scripts/trainer/radiotower/Archer.dat +/copy:Scripts/trainer/radiotower/Archer.dat + +#begin Scripts/trainer/radiotower/Archer.trainer +/copy:Scripts/trainer/radiotower/Archer.trainer + +#begin Scripts/trainer/radiotower/Ariana.dat +/copy:Scripts/trainer/radiotower/Ariana.dat + +#begin Scripts/trainer/radiotower/Ariana.trainer +/copy:Scripts/trainer/radiotower/Ariana.trainer + +#begin Scripts/trainer/radiotower/Petrel.dat +/copy:Scripts/trainer/radiotower/Petrel.dat + +#begin Scripts/trainer/radiotower/Petrel.trainer +/copy:Scripts/trainer/radiotower/Petrel.trainer + +#begin Scripts/trainer/radiotower/Proton.dat +/copy:Scripts/trainer/radiotower/Proton.dat + +#begin Scripts/trainer/radiotower/Proton.trainer +/copy:Scripts/trainer/radiotower/Proton.trainer + +#begin Scripts/trainer/rival/rival_1_fire.trainer +/copy:Scripts/trainer/rival/rival_1_fire.trainer + +#begin Scripts/trainer/rival/rival_1_grass.trainer +/copy:Scripts/trainer/rival/rival_1_grass.trainer + +#begin Scripts/trainer/rival/rival_1_water.trainer +/copy:Scripts/trainer/rival/rival_1_water.trainer + +#begin Scripts/trainer/rival/rival_2_fire.trainer +/copy:Scripts/trainer/rival/rival_2_fire.trainer + +#begin Scripts/trainer/rival/rival_2_grass.trainer +/copy:Scripts/trainer/rival/rival_2_grass.trainer + +#begin Scripts/trainer/rival/rival_2_water.trainer +/copy:Scripts/trainer/rival/rival_2_water.trainer + +#begin Scripts/trainer/rival/rival_3_fire.trainer +/copy:Scripts/trainer/rival/rival_3_fire.trainer + +#begin Scripts/trainer/rival/rival_3_grass.trainer +/copy:Scripts/trainer/rival/rival_3_grass.trainer + +#begin Scripts/trainer/rival/rival_3_water.trainer +/copy:Scripts/trainer/rival/rival_3_water.trainer + +#begin Scripts/trainer/rival/rival_4_fire.trainer +/copy:Scripts/trainer/rival/rival_4_fire.trainer + +#begin Scripts/trainer/rival/rival_4_grass.trainer +/copy:Scripts/trainer/rival/rival_4_grass.trainer + +#begin Scripts/trainer/rival/rival_4_water.trainer +/copy:Scripts/trainer/rival/rival_4_water.trainer + +#begin Scripts/trainer/rival/rival_5_fire.trainer +/copy:Scripts/trainer/rival/rival_5_fire.trainer + +#begin Scripts/trainer/rival/rival_5_grass.trainer +/copy:Scripts/trainer/rival/rival_5_grass.trainer + +#begin Scripts/trainer/rival/rival_5_water.trainer +/copy:Scripts/trainer/rival/rival_5_water.trainer + +#begin Scripts/trainer/rival/rival_6_fire.trainer +/copy:Scripts/trainer/rival/rival_6_fire.trainer + +#begin Scripts/trainer/rival/rival_6_grass.trainer +/copy:Scripts/trainer/rival/rival_6_grass.trainer + +#begin Scripts/trainer/rival/rival_6_water.trainer +/copy:Scripts/trainer/rival/rival_6_water.trainer + +#begin Scripts/trainer/rocketbase/001.dat +/copy:Scripts/trainer/rocketbase/001.dat + +#begin Scripts/trainer/rocketbase/001.trainer +/copy:Scripts/trainer/rocketbase/001.trainer + +#begin Scripts/trainer/rocketbase/002.dat +/copy:Scripts/trainer/rocketbase/002.dat + +#begin Scripts/trainer/rocketbase/002.trainer +/copy:Scripts/trainer/rocketbase/002.trainer + +#begin Scripts/trainer/rocketbase/003.dat +/copy:Scripts/trainer/rocketbase/003.dat + +#begin Scripts/trainer/rocketbase/003.trainer +/copy:Scripts/trainer/rocketbase/003.trainer + +#begin Scripts/trainer/rocketbase/004.dat +/copy:Scripts/trainer/rocketbase/004.dat + +#begin Scripts/trainer/rocketbase/004.trainer +/copy:Scripts/trainer/rocketbase/004.trainer + +#begin Scripts/trainer/rocketbase/005.dat +/copy:Scripts/trainer/rocketbase/005.dat + +#begin Scripts/trainer/rocketbase/005.trainer +/copy:Scripts/trainer/rocketbase/005.trainer + +#begin Scripts/trainer/rocketbase/006.dat +/copy:Scripts/trainer/rocketbase/006.dat + +#begin Scripts/trainer/rocketbase/006.trainer +/copy:Scripts/trainer/rocketbase/006.trainer + +#begin Scripts/trainer/rocketbase/007.dat +/copy:Scripts/trainer/rocketbase/007.dat + +#begin Scripts/trainer/rocketbase/007.trainer +/copy:Scripts/trainer/rocketbase/007.trainer + +#begin Scripts/trainer/rocketbase/008.dat +/copy:Scripts/trainer/rocketbase/008.dat + +#begin Scripts/trainer/rocketbase/008.trainer +/copy:Scripts/trainer/rocketbase/008.trainer + +#begin Scripts/trainer/rocketbase/009.dat +/copy:Scripts/trainer/rocketbase/009.dat + +#begin Scripts/trainer/rocketbase/009.trainer +/copy:Scripts/trainer/rocketbase/009.trainer + +#begin Scripts/trainer/rocketbase/Ariana.dat +/copy:Scripts/trainer/rocketbase/Ariana.dat + +#begin Scripts/trainer/rocketbase/Ariana.trainer +/copy:Scripts/trainer/rocketbase/Ariana.trainer + +#begin Scripts/trainer/rocketbase/Petrel.dat +/copy:Scripts/trainer/rocketbase/Petrel.dat + +#begin Scripts/trainer/rocketbase/Petrel.trainer +/copy:Scripts/trainer/rocketbase/Petrel.trainer + +#begin Scripts/trainer/rocketbase/t1.trainer +/copy:Scripts/trainer/rocketbase/t1.trainer + +#begin Scripts/trainer/rocketbase/t2.trainer +/copy:Scripts/trainer/rocketbase/t2.trainer + +#begin Scripts/trainer/route1/001.dat +/copy:Scripts/trainer/route1/001.dat + +#begin Scripts/trainer/route1/001.trainer +/copy:Scripts/trainer/route1/001.trainer + +#begin Scripts/trainer/route1/002.dat +/copy:Scripts/trainer/route1/002.dat + +#begin Scripts/trainer/route1/002.trainer +/copy:Scripts/trainer/route1/002.trainer + +#begin Scripts/trainer/route10/001.dat +/copy:Scripts/trainer/route10/001.dat + +#begin Scripts/trainer/route10/001.trainer +/copy:Scripts/trainer/route10/001.trainer + +#begin Scripts/trainer/route10/002.dat +/copy:Scripts/trainer/route10/002.dat + +#begin Scripts/trainer/route10/002.trainer +/copy:Scripts/trainer/route10/002.trainer + +#begin Scripts/trainer/route11/001.dat +/copy:Scripts/trainer/route11/001.dat + +#begin Scripts/trainer/route11/001.trainer +/copy:Scripts/trainer/route11/001.trainer + +#begin Scripts/trainer/route11/002.dat +/copy:Scripts/trainer/route11/002.dat + +#begin Scripts/trainer/route11/002.trainer +/copy:Scripts/trainer/route11/002.trainer + +#begin Scripts/trainer/route11/003.dat +/copy:Scripts/trainer/route11/003.dat + +#begin Scripts/trainer/route11/003.trainer +/copy:Scripts/trainer/route11/003.trainer + +#begin Scripts/trainer/route11/004.dat +/copy:Scripts/trainer/route11/004.dat + +#begin Scripts/trainer/route11/004.trainer +/copy:Scripts/trainer/route11/004.trainer + +#begin Scripts/trainer/route12/001.dat +/copy:Scripts/trainer/route12/001.dat + +#begin Scripts/trainer/route12/001.trainer +/copy:Scripts/trainer/route12/001.trainer + +#begin Scripts/trainer/route12/002.dat +/copy:Scripts/trainer/route12/002.dat + +#begin Scripts/trainer/route12/002.trainer +/copy:Scripts/trainer/route12/002.trainer + +#begin Scripts/trainer/route12/003.dat +/copy:Scripts/trainer/route12/003.dat + +#begin Scripts/trainer/route12/003.trainer +/copy:Scripts/trainer/route12/003.trainer + +#begin Scripts/trainer/route12/004.dat +/copy:Scripts/trainer/route12/004.dat + +#begin Scripts/trainer/route12/004.trainer +/copy:Scripts/trainer/route12/004.trainer + +#begin Scripts/trainer/route13/001.dat +/copy:Scripts/trainer/route13/001.dat + +#begin Scripts/trainer/route13/001.trainer +/copy:Scripts/trainer/route13/001.trainer + +#begin Scripts/trainer/route13/002.dat +/copy:Scripts/trainer/route13/002.dat + +#begin Scripts/trainer/route13/002.trainer +/copy:Scripts/trainer/route13/002.trainer + +#begin Scripts/trainer/route13/003.dat +/copy:Scripts/trainer/route13/003.dat + +#begin Scripts/trainer/route13/003.trainer +/copy:Scripts/trainer/route13/003.trainer + +#begin Scripts/trainer/route13/004.dat +/copy:Scripts/trainer/route13/004.dat + +#begin Scripts/trainer/route13/004.trainer +/copy:Scripts/trainer/route13/004.trainer + +#begin Scripts/trainer/route13/005.dat +/copy:Scripts/trainer/route13/005.dat + +#begin Scripts/trainer/route13/005.trainer +/copy:Scripts/trainer/route13/005.trainer + +#begin Scripts/trainer/route14/001.dat +/copy:Scripts/trainer/route14/001.dat + +#begin Scripts/trainer/route14/001.trainer +/copy:Scripts/trainer/route14/001.trainer + +#begin Scripts/trainer/route14/002.dat +/copy:Scripts/trainer/route14/002.dat + +#begin Scripts/trainer/route14/002.trainer +/copy:Scripts/trainer/route14/002.trainer + +#begin Scripts/trainer/route14/003.dat +/copy:Scripts/trainer/route14/003.dat + +#begin Scripts/trainer/route14/003.trainer +/copy:Scripts/trainer/route14/003.trainer + +#begin Scripts/trainer/route15/001.dat +/copy:Scripts/trainer/route15/001.dat + +#begin Scripts/trainer/route15/001.trainer +/copy:Scripts/trainer/route15/001.trainer + +#begin Scripts/trainer/route15/002.dat +/copy:Scripts/trainer/route15/002.dat + +#begin Scripts/trainer/route15/002.trainer +/copy:Scripts/trainer/route15/002.trainer + +#begin Scripts/trainer/route15/003.dat +/copy:Scripts/trainer/route15/003.dat + +#begin Scripts/trainer/route15/003.trainer +/copy:Scripts/trainer/route15/003.trainer + +#begin Scripts/trainer/route15/004.dat +/copy:Scripts/trainer/route15/004.dat + +#begin Scripts/trainer/route15/004.trainer +/copy:Scripts/trainer/route15/004.trainer + +#begin Scripts/trainer/route15/005.dat +/copy:Scripts/trainer/route15/005.dat + +#begin Scripts/trainer/route15/005.trainer +/copy:Scripts/trainer/route15/005.trainer + +#begin Scripts/trainer/route15/006.dat +/copy:Scripts/trainer/route15/006.dat + +#begin Scripts/trainer/route15/006.trainer +/copy:Scripts/trainer/route15/006.trainer + +#begin Scripts/trainer/route17/001.dat +/copy:Scripts/trainer/route17/001.dat + +#begin Scripts/trainer/route17/001.trainer +/copy:Scripts/trainer/route17/001.trainer + +#begin Scripts/trainer/route17/002.dat +/copy:Scripts/trainer/route17/002.dat + +#begin Scripts/trainer/route17/002.trainer +/copy:Scripts/trainer/route17/002.trainer + +#begin Scripts/trainer/route17/003.dat +/copy:Scripts/trainer/route17/003.dat + +#begin Scripts/trainer/route17/003.trainer +/copy:Scripts/trainer/route17/003.trainer + +#begin Scripts/trainer/route17/004.dat +/copy:Scripts/trainer/route17/004.dat + +#begin Scripts/trainer/route17/004.trainer +/copy:Scripts/trainer/route17/004.trainer + +#begin Scripts/trainer/route17/005.dat +/copy:Scripts/trainer/route17/005.dat + +#begin Scripts/trainer/route17/005.trainer +/copy:Scripts/trainer/route17/005.trainer + +#begin Scripts/trainer/route17/006.dat +/copy:Scripts/trainer/route17/006.dat + +#begin Scripts/trainer/route17/006.trainer +/copy:Scripts/trainer/route17/006.trainer + +#begin Scripts/trainer/route17/007.dat +/copy:Scripts/trainer/route17/007.dat + +#begin Scripts/trainer/route17/007.trainer +/copy:Scripts/trainer/route17/007.trainer + +#begin Scripts/trainer/route17/008.dat +/copy:Scripts/trainer/route17/008.dat + +#begin Scripts/trainer/route17/008.trainer +/copy:Scripts/trainer/route17/008.trainer + +#begin Scripts/trainer/route17/009.dat +/copy:Scripts/trainer/route17/009.dat + +#begin Scripts/trainer/route17/009.trainer +/copy:Scripts/trainer/route17/009.trainer + +#begin Scripts/trainer/route17/010.dat +/copy:Scripts/trainer/route17/010.dat + +#begin Scripts/trainer/route17/010.trainer +/copy:Scripts/trainer/route17/010.trainer + +#begin Scripts/trainer/route17/011.dat +/copy:Scripts/trainer/route17/011.dat + +#begin Scripts/trainer/route17/011.trainer +/copy:Scripts/trainer/route17/011.trainer + +#begin Scripts/trainer/route17/012.dat +/copy:Scripts/trainer/route17/012.dat + +#begin Scripts/trainer/route17/012.trainer +/copy:Scripts/trainer/route17/012.trainer + +#begin Scripts/trainer/route18/001.dat +/copy:Scripts/trainer/route18/001.dat + +#begin Scripts/trainer/route18/001.trainer +/copy:Scripts/trainer/route18/001.trainer + +#begin Scripts/trainer/route18/002.dat +/copy:Scripts/trainer/route18/002.dat + +#begin Scripts/trainer/route18/002.trainer +/copy:Scripts/trainer/route18/002.trainer + +#begin Scripts/trainer/route19/001.dat +/copy:Scripts/trainer/route19/001.dat + +#begin Scripts/trainer/route19/001.trainer +/copy:Scripts/trainer/route19/001.trainer + +#begin Scripts/trainer/route19/002.dat +/copy:Scripts/trainer/route19/002.dat + +#begin Scripts/trainer/route19/002.trainer +/copy:Scripts/trainer/route19/002.trainer + +#begin Scripts/trainer/route19/003.dat +/copy:Scripts/trainer/route19/003.dat + +#begin Scripts/trainer/route19/003.trainer +/copy:Scripts/trainer/route19/003.trainer + +#begin Scripts/trainer/route19/004.dat +/copy:Scripts/trainer/route19/004.dat + +#begin Scripts/trainer/route19/004.trainer +/copy:Scripts/trainer/route19/004.trainer + +#begin Scripts/trainer/route2/001.dat +/copy:Scripts/trainer/route2/001.dat + +#begin Scripts/trainer/route2/001.trainer +/copy:Scripts/trainer/route2/001.trainer + +#begin Scripts/trainer/route2/002.dat +/copy:Scripts/trainer/route2/002.dat + +#begin Scripts/trainer/route2/002.trainer +/copy:Scripts/trainer/route2/002.trainer + +#begin Scripts/trainer/route2/003.dat +/copy:Scripts/trainer/route2/003.dat + +#begin Scripts/trainer/route2/003.trainer +/copy:Scripts/trainer/route2/003.trainer + +#begin Scripts/trainer/route20/001.dat +/copy:Scripts/trainer/route20/001.dat + +#begin Scripts/trainer/route20/001.trainer +/copy:Scripts/trainer/route20/001.trainer + +#begin Scripts/trainer/route20/002.dat +/copy:Scripts/trainer/route20/002.dat + +#begin Scripts/trainer/route20/002.trainer +/copy:Scripts/trainer/route20/002.trainer + +#begin Scripts/trainer/route20/003.dat +/copy:Scripts/trainer/route20/003.dat + +#begin Scripts/trainer/route20/003.trainer +/copy:Scripts/trainer/route20/003.trainer + +#begin Scripts/trainer/route21/001.dat +/copy:Scripts/trainer/route21/001.dat + +#begin Scripts/trainer/route21/001.trainer +/copy:Scripts/trainer/route21/001.trainer + +#begin Scripts/trainer/route21/002.dat +/copy:Scripts/trainer/route21/002.dat + +#begin Scripts/trainer/route21/002.trainer +/copy:Scripts/trainer/route21/002.trainer + +#begin Scripts/trainer/route21/003.dat +/copy:Scripts/trainer/route21/003.dat + +#begin Scripts/trainer/route21/003.trainer +/copy:Scripts/trainer/route21/003.trainer + +#begin Scripts/trainer/route24/grunt.dat +/copy:Scripts/trainer/route24/grunt.dat + +#begin Scripts/trainer/route24/Grunt.trainer +/copy:Scripts/trainer/route24/Grunt.trainer + +#begin Scripts/trainer/route25/000.dat +/copy:Scripts/trainer/route25/000.dat + +#begin Scripts/trainer/route25/001.dat +/copy:Scripts/trainer/route25/001.dat + +#begin Scripts/trainer/route25/001.trainer +/copy:Scripts/trainer/route25/001.trainer + +#begin Scripts/trainer/route25/002.dat +/copy:Scripts/trainer/route25/002.dat + +#begin Scripts/trainer/route25/002.trainer +/copy:Scripts/trainer/route25/002.trainer + +#begin Scripts/trainer/route25/003.dat +/copy:Scripts/trainer/route25/003.dat + +#begin Scripts/trainer/route25/003.trainer +/copy:Scripts/trainer/route25/003.trainer + +#begin Scripts/trainer/route25/004.dat +/copy:Scripts/trainer/route25/004.dat + +#begin Scripts/trainer/route25/004.trainer +/copy:Scripts/trainer/route25/004.trainer + +#begin Scripts/trainer/route25/005.dat +/copy:Scripts/trainer/route25/005.dat + +#begin Scripts/trainer/route25/005.trainer +/copy:Scripts/trainer/route25/005.trainer + +#begin Scripts/trainer/route25/006.dat +/copy:Scripts/trainer/route25/006.dat + +#begin Scripts/trainer/route25/006.trainer +/copy:Scripts/trainer/route25/006.trainer + +#begin Scripts/trainer/route25/007.dat +/copy:Scripts/trainer/route25/007.dat + +#begin Scripts/trainer/route25/007.trainer +/copy:Scripts/trainer/route25/007.trainer + +#begin Scripts/trainer/route25/008.dat +/copy:Scripts/trainer/route25/008.dat + +#begin Scripts/trainer/route25/008.trainer +/copy:Scripts/trainer/route25/008.trainer + +#begin Scripts/trainer/route26/001.dat +/copy:Scripts/trainer/route26/001.dat + +#begin Scripts/trainer/route26/001.trainer +/copy:Scripts/trainer/route26/001.trainer + +#begin Scripts/trainer/route26/002.dat +/copy:Scripts/trainer/route26/002.dat + +#begin Scripts/trainer/route26/002.trainer +/copy:Scripts/trainer/route26/002.trainer + +#begin Scripts/trainer/route26/003.dat +/copy:Scripts/trainer/route26/003.dat + +#begin Scripts/trainer/route26/003.trainer +/copy:Scripts/trainer/route26/003.trainer + +#begin Scripts/trainer/route26/004.dat +/copy:Scripts/trainer/route26/004.dat + +#begin Scripts/trainer/route26/004.trainer +/copy:Scripts/trainer/route26/004.trainer + +#begin Scripts/trainer/route26/005.dat +/copy:Scripts/trainer/route26/005.dat + +#begin Scripts/trainer/route26/005.trainer +/copy:Scripts/trainer/route26/005.trainer + +#begin Scripts/trainer/route26/006.dat +/copy:Scripts/trainer/route26/006.dat + +#begin Scripts/trainer/route26/006.trainer +/copy:Scripts/trainer/route26/006.trainer + +#begin Scripts/trainer/route27/001.dat +/copy:Scripts/trainer/route27/001.dat + +#begin Scripts/trainer/route27/001.trainer +/copy:Scripts/trainer/route27/001.trainer + +#begin Scripts/trainer/route27/002.dat +/copy:Scripts/trainer/route27/002.dat + +#begin Scripts/trainer/route27/002.trainer +/copy:Scripts/trainer/route27/002.trainer + +#begin Scripts/trainer/route27/003.dat +/copy:Scripts/trainer/route27/003.dat + +#begin Scripts/trainer/route27/003.trainer +/copy:Scripts/trainer/route27/003.trainer + +#begin Scripts/trainer/route27/004.dat +/copy:Scripts/trainer/route27/004.dat + +#begin Scripts/trainer/route27/004.trainer +/copy:Scripts/trainer/route27/004.trainer + +#begin Scripts/trainer/route27/005.dat +/copy:Scripts/trainer/route27/005.dat + +#begin Scripts/trainer/route27/005.trainer +/copy:Scripts/trainer/route27/005.trainer + +#begin Scripts/trainer/route27/006.dat +/copy:Scripts/trainer/route27/006.dat + +#begin Scripts/trainer/route27/006.trainer +/copy:Scripts/trainer/route27/006.trainer + +#begin Scripts/trainer/route3/001.dat +/copy:Scripts/trainer/route3/001.dat + +#begin Scripts/trainer/route3/001.trainer +/copy:Scripts/trainer/route3/001.trainer + +#begin Scripts/trainer/route3/002.dat +/copy:Scripts/trainer/route3/002.dat + +#begin Scripts/trainer/route3/002.trainer +/copy:Scripts/trainer/route3/002.trainer + +#begin Scripts/trainer/route3/003.dat +/copy:Scripts/trainer/route3/003.dat + +#begin Scripts/trainer/route3/003.trainer +/copy:Scripts/trainer/route3/003.trainer + +#begin Scripts/trainer/route3/004.dat +/copy:Scripts/trainer/route3/004.dat + +#begin Scripts/trainer/route3/004.trainer +/copy:Scripts/trainer/route3/004.trainer + +#begin Scripts/trainer/route30/001.dat +/copy:Scripts/trainer/route30/001.dat + +#begin Scripts/trainer/route30/001_1.trainer +/copy:Scripts/trainer/route30/001_1.trainer + +#begin Scripts/trainer/route30/001_2.trainer +/copy:Scripts/trainer/route30/001_2.trainer + +#begin Scripts/trainer/route30/002.dat +/copy:Scripts/trainer/route30/002.dat + +#begin Scripts/trainer/route30/003.dat +/copy:Scripts/trainer/route30/003.dat + +#begin Scripts/trainer/route31/001.dat +/copy:Scripts/trainer/route31/001.dat + +#begin Scripts/trainer/route32/001.dat +/copy:Scripts/trainer/route32/001.dat + +#begin Scripts/trainer/route32/002.dat +/copy:Scripts/trainer/route32/002.dat + +#begin Scripts/trainer/route32/003.dat +/copy:Scripts/trainer/route32/003.dat + +#begin Scripts/trainer/route32/004.dat +/copy:Scripts/trainer/route32/004.dat + +#begin Scripts/trainer/route32/005.dat +/copy:Scripts/trainer/route32/005.dat + +#begin Scripts/trainer/route32/006.dat +/copy:Scripts/trainer/route32/006.dat + +#begin Scripts/trainer/route32/007.dat +/copy:Scripts/trainer/route32/007.dat + +#begin Scripts/trainer/route32/008.dat +/copy:Scripts/trainer/route32/008.dat + +#begin Scripts/trainer/route32/32001.trainer +/copy:Scripts/trainer/route32/32001.trainer + +#begin Scripts/trainer/route32/32002.trainer +/copy:Scripts/trainer/route32/32002.trainer + +#begin Scripts/trainer/route32/32002_1.trainer +/copy:Scripts/trainer/route32/32002_1.trainer + +#begin Scripts/trainer/route32/32002_2.trainer +/copy:Scripts/trainer/route32/32002_2.trainer + +#begin Scripts/trainer/route32/32003.trainer +/copy:Scripts/trainer/route32/32003.trainer + +#begin Scripts/trainer/route32/32004.trainer +/copy:Scripts/trainer/route32/32004.trainer + +#begin Scripts/trainer/route32/32005.trainer +/copy:Scripts/trainer/route32/32005.trainer + +#begin Scripts/trainer/route32/32005_1.trainer +/copy:Scripts/trainer/route32/32005_1.trainer + +#begin Scripts/trainer/route32/32005_2.trainer +/copy:Scripts/trainer/route32/32005_2.trainer + +#begin Scripts/trainer/route32/32006.trainer +/copy:Scripts/trainer/route32/32006.trainer + +#begin Scripts/trainer/route32/32007.trainer +/copy:Scripts/trainer/route32/32007.trainer + +#begin Scripts/trainer/route32/32008.trainer +/copy:Scripts/trainer/route32/32008.trainer + +#begin Scripts/trainer/route32/32009.trainer +/copy:Scripts/trainer/route32/32009.trainer + +#begin Scripts/trainer/route33/001.dat +/copy:Scripts/trainer/route33/001.dat + +#begin Scripts/trainer/route33/33001.trainer +/copy:Scripts/trainer/route33/33001.trainer + +#begin Scripts/trainer/route33/33001_1.trainer +/copy:Scripts/trainer/route33/33001_1.trainer + +#begin Scripts/trainer/route33/33001_2.trainer +/copy:Scripts/trainer/route33/33001_2.trainer + +#begin Scripts/trainer/route34/000.dat +/copy:Scripts/trainer/route34/000.dat + +#begin Scripts/trainer/route34/001.dat +/copy:Scripts/trainer/route34/001.dat + +#begin Scripts/trainer/route34/001.trainer +/copy:Scripts/trainer/route34/001.trainer + +#begin Scripts/trainer/route34/002.dat +/copy:Scripts/trainer/route34/002.dat + +#begin Scripts/trainer/route34/002.trainer +/copy:Scripts/trainer/route34/002.trainer + +#begin Scripts/trainer/route34/003.dat +/copy:Scripts/trainer/route34/003.dat + +#begin Scripts/trainer/route34/003.trainer +/copy:Scripts/trainer/route34/003.trainer + +#begin Scripts/trainer/route34/003_1.trainer +/copy:Scripts/trainer/route34/003_1.trainer + +#begin Scripts/trainer/route34/003_2.trainer +/copy:Scripts/trainer/route34/003_2.trainer + +#begin Scripts/trainer/route34/004.dat +/copy:Scripts/trainer/route34/004.dat + +#begin Scripts/trainer/route34/004.trainer +/copy:Scripts/trainer/route34/004.trainer + +#begin Scripts/trainer/route34/004_1.trainer +/copy:Scripts/trainer/route34/004_1.trainer + +#begin Scripts/trainer/route34/004_2.trainer +/copy:Scripts/trainer/route34/004_2.trainer + +#begin Scripts/trainer/route34/005.dat +/copy:Scripts/trainer/route34/005.dat + +#begin Scripts/trainer/route34/005.trainer +/copy:Scripts/trainer/route34/005.trainer + +#begin Scripts/trainer/route34/005_1.trainer +/copy:Scripts/trainer/route34/005_1.trainer + +#begin Scripts/trainer/route34/005_2.trainer +/copy:Scripts/trainer/route34/005_2.trainer + +#begin Scripts/trainer/route34/005_3.trainer +/copy:Scripts/trainer/route34/005_3.trainer + +#begin Scripts/trainer/route34/006.dat +/copy:Scripts/trainer/route34/006.dat + +#begin Scripts/trainer/route34/006.trainer +/copy:Scripts/trainer/route34/006.trainer + +#begin Scripts/trainer/route34/007.dat +/copy:Scripts/trainer/route34/007.dat + +#begin Scripts/trainer/route34/007.trainer +/copy:Scripts/trainer/route34/007.trainer + +#begin Scripts/trainer/route34/008.dat +/copy:Scripts/trainer/route34/008.dat + +#begin Scripts/trainer/route34/008.trainer +/copy:Scripts/trainer/route34/008.trainer + +#begin Scripts/trainer/route34/009.dat +/copy:Scripts/trainer/route34/009.dat + +#begin Scripts/trainer/route34/009.trainer +/copy:Scripts/trainer/route34/009.trainer + +#begin Scripts/trainer/route35/001.dat +/copy:Scripts/trainer/route35/001.dat + +#begin Scripts/trainer/route35/001.trainer +/copy:Scripts/trainer/route35/001.trainer + +#begin Scripts/trainer/route35/002.dat +/copy:Scripts/trainer/route35/002.dat + +#begin Scripts/trainer/route35/002.trainer +/copy:Scripts/trainer/route35/002.trainer + +#begin Scripts/trainer/route35/003.dat +/copy:Scripts/trainer/route35/003.dat + +#begin Scripts/trainer/route35/003.trainer +/copy:Scripts/trainer/route35/003.trainer + +#begin Scripts/trainer/route35/004.dat +/copy:Scripts/trainer/route35/004.dat + +#begin Scripts/trainer/route35/004.trainer +/copy:Scripts/trainer/route35/004.trainer + +#begin Scripts/trainer/route35/005.dat +/copy:Scripts/trainer/route35/005.dat + +#begin Scripts/trainer/route35/005.trainer +/copy:Scripts/trainer/route35/005.trainer + +#begin Scripts/trainer/route35/005_1.trainer +/copy:Scripts/trainer/route35/005_1.trainer + +#begin Scripts/trainer/route35/005_2.trainer +/copy:Scripts/trainer/route35/005_2.trainer + +#begin Scripts/trainer/route35/006.dat +/copy:Scripts/trainer/route35/006.dat + +#begin Scripts/trainer/route35/006.trainer +/copy:Scripts/trainer/route35/006.trainer + +#begin Scripts/trainer/route35/007.dat +/copy:Scripts/trainer/route35/007.dat + +#begin Scripts/trainer/route35/007.trainer +/copy:Scripts/trainer/route35/007.trainer + +#begin Scripts/trainer/route35/008.dat +/copy:Scripts/trainer/route35/008.dat + +#begin Scripts/trainer/route35/008.trainer +/copy:Scripts/trainer/route35/008.trainer + +#begin Scripts/trainer/route35/008_1.trainer +/copy:Scripts/trainer/route35/008_1.trainer + +#begin Scripts/trainer/route35/008_2.trainer +/copy:Scripts/trainer/route35/008_2.trainer + +#begin Scripts/trainer/route35/009.dat +/copy:Scripts/trainer/route35/009.dat + +#begin Scripts/trainer/route35/009.trainer +/copy:Scripts/trainer/route35/009.trainer + +#begin Scripts/trainer/route36/001.dat +/copy:Scripts/trainer/route36/001.dat + +#begin Scripts/trainer/route36/001.trainer +/copy:Scripts/trainer/route36/001.trainer + +#begin Scripts/trainer/route36/002.dat +/copy:Scripts/trainer/route36/002.dat + +#begin Scripts/trainer/route36/002.trainer +/copy:Scripts/trainer/route36/002.trainer + +#begin Scripts/trainer/route36/002_1.trainer +/copy:Scripts/trainer/route36/002_1.trainer + +#begin Scripts/trainer/route36/002_2.trainer +/copy:Scripts/trainer/route36/002_2.trainer + +#begin Scripts/trainer/route37/001.dat +/copy:Scripts/trainer/route37/001.dat + +#begin Scripts/trainer/route37/001.trainer +/copy:Scripts/trainer/route37/001.trainer + +#begin Scripts/trainer/route37/002.dat +/copy:Scripts/trainer/route37/002.dat + +#begin Scripts/trainer/route37/003.dat +/copy:Scripts/trainer/route37/003.dat + +#begin Scripts/trainer/route37/003.trainer +/copy:Scripts/trainer/route37/003.trainer + +#begin Scripts/trainer/route38/001.dat +/copy:Scripts/trainer/route38/001.dat + +#begin Scripts/trainer/route38/001.trainer +/copy:Scripts/trainer/route38/001.trainer + +#begin Scripts/trainer/route38/002.dat +/copy:Scripts/trainer/route38/002.dat + +#begin Scripts/trainer/route38/002.trainer +/copy:Scripts/trainer/route38/002.trainer + +#begin Scripts/trainer/route38/002_1.trainer +/copy:Scripts/trainer/route38/002_1.trainer + +#begin Scripts/trainer/route38/002_2.trainer +/copy:Scripts/trainer/route38/002_2.trainer + +#begin Scripts/trainer/route38/003.dat +/copy:Scripts/trainer/route38/003.dat + +#begin Scripts/trainer/route38/003.trainer +/copy:Scripts/trainer/route38/003.trainer + +#begin Scripts/trainer/route38/004.dat +/copy:Scripts/trainer/route38/004.dat + +#begin Scripts/trainer/route38/004.trainer +/copy:Scripts/trainer/route38/004.trainer + +#begin Scripts/trainer/route38/005.dat +/copy:Scripts/trainer/route38/005.dat + +#begin Scripts/trainer/route38/005.trainer +/copy:Scripts/trainer/route38/005.trainer + +#begin Scripts/trainer/route38/005_1.trainer +/copy:Scripts/trainer/route38/005_1.trainer + +#begin Scripts/trainer/route38/005_2.trainer +/copy:Scripts/trainer/route38/005_2.trainer + +#begin Scripts/trainer/route38/006.dat +/copy:Scripts/trainer/route38/006.dat + +#begin Scripts/trainer/route38/006.trainer +/copy:Scripts/trainer/route38/006.trainer + +#begin Scripts/trainer/route39/001.dat +/copy:Scripts/trainer/route39/001.dat + +#begin Scripts/trainer/route39/001.trainer +/copy:Scripts/trainer/route39/001.trainer + +#begin Scripts/trainer/route39/002.dat +/copy:Scripts/trainer/route39/002.dat + +#begin Scripts/trainer/route39/002.trainer +/copy:Scripts/trainer/route39/002.trainer + +#begin Scripts/trainer/route39/003.dat +/copy:Scripts/trainer/route39/003.dat + +#begin Scripts/trainer/route39/003.trainer +/copy:Scripts/trainer/route39/003.trainer + +#begin Scripts/trainer/route39/003_1.trainer +/copy:Scripts/trainer/route39/003_1.trainer + +#begin Scripts/trainer/route39/003_2.trainer +/copy:Scripts/trainer/route39/003_2.trainer + +#begin Scripts/trainer/route39/004.dat +/copy:Scripts/trainer/route39/004.dat + +#begin Scripts/trainer/route39/004.trainer +/copy:Scripts/trainer/route39/004.trainer + +#begin Scripts/trainer/route39/005.dat +/copy:Scripts/trainer/route39/005.dat + +#begin Scripts/trainer/route39/005.trainer +/copy:Scripts/trainer/route39/005.trainer + +#begin Scripts/trainer/route4/001.dat +/copy:Scripts/trainer/route4/001.dat + +#begin Scripts/trainer/route4/001.trainer +/copy:Scripts/trainer/route4/001.trainer + +#begin Scripts/trainer/route4/002.dat +/copy:Scripts/trainer/route4/002.dat + +#begin Scripts/trainer/route4/002.trainer +/copy:Scripts/trainer/route4/002.trainer + +#begin Scripts/trainer/route4/003.dat +/copy:Scripts/trainer/route4/003.dat + +#begin Scripts/trainer/route4/003.trainer +/copy:Scripts/trainer/route4/003.trainer + +#begin Scripts/trainer/route40/001.dat +/copy:Scripts/trainer/route40/001.dat + +#begin Scripts/trainer/route40/001.trainer +/copy:Scripts/trainer/route40/001.trainer + +#begin Scripts/trainer/route40/002.dat +/copy:Scripts/trainer/route40/002.dat + +#begin Scripts/trainer/route40/002.trainer +/copy:Scripts/trainer/route40/002.trainer + +#begin Scripts/trainer/route40/003.dat +/copy:Scripts/trainer/route40/003.dat + +#begin Scripts/trainer/route40/003.trainer +/copy:Scripts/trainer/route40/003.trainer + +#begin Scripts/trainer/route40/004.dat +/copy:Scripts/trainer/route40/004.dat + +#begin Scripts/trainer/route40/004.trainer +/copy:Scripts/trainer/route40/004.trainer + +#begin Scripts/trainer/route41/001.dat +/copy:Scripts/trainer/route41/001.dat + +#begin Scripts/trainer/route41/001.trainer +/copy:Scripts/trainer/route41/001.trainer + +#begin Scripts/trainer/route41/002.dat +/copy:Scripts/trainer/route41/002.dat + +#begin Scripts/trainer/route41/002.trainer +/copy:Scripts/trainer/route41/002.trainer + +#begin Scripts/trainer/route41/003.dat +/copy:Scripts/trainer/route41/003.dat + +#begin Scripts/trainer/route41/003.trainer +/copy:Scripts/trainer/route41/003.trainer + +#begin Scripts/trainer/route41/004.dat +/copy:Scripts/trainer/route41/004.dat + +#begin Scripts/trainer/route41/004.trainer +/copy:Scripts/trainer/route41/004.trainer + +#begin Scripts/trainer/route41/005.dat +/copy:Scripts/trainer/route41/005.dat + +#begin Scripts/trainer/route41/005.trainer +/copy:Scripts/trainer/route41/005.trainer + +#begin Scripts/trainer/route41/006.dat +/copy:Scripts/trainer/route41/006.dat + +#begin Scripts/trainer/route41/006.trainer +/copy:Scripts/trainer/route41/006.trainer + +#begin Scripts/trainer/route41/007.dat +/copy:Scripts/trainer/route41/007.dat + +#begin Scripts/trainer/route41/007.trainer +/copy:Scripts/trainer/route41/007.trainer + +#begin Scripts/trainer/route41/008.dat +/copy:Scripts/trainer/route41/008.dat + +#begin Scripts/trainer/route41/008.trainer +/copy:Scripts/trainer/route41/008.trainer + +#begin Scripts/trainer/route41/009.dat +/copy:Scripts/trainer/route41/009.dat + +#begin Scripts/trainer/route41/009.trainer +/copy:Scripts/trainer/route41/009.trainer + +#begin Scripts/trainer/route41/010.dat +/copy:Scripts/trainer/route41/010.dat + +#begin Scripts/trainer/route41/010.trainer +/copy:Scripts/trainer/route41/010.trainer + +#begin Scripts/trainer/route42/001.dat +/copy:Scripts/trainer/route42/001.dat + +#begin Scripts/trainer/route42/001.trainer +/copy:Scripts/trainer/route42/001.trainer + +#begin Scripts/trainer/route42/001_1.trainer +/copy:Scripts/trainer/route42/001_1.trainer + +#begin Scripts/trainer/route42/001_2.trainer +/copy:Scripts/trainer/route42/001_2.trainer + +#begin Scripts/trainer/route42/002.dat +/copy:Scripts/trainer/route42/002.dat + +#begin Scripts/trainer/route42/002.trainer +/copy:Scripts/trainer/route42/002.trainer + +#begin Scripts/trainer/route42/003.dat +/copy:Scripts/trainer/route42/003.dat + +#begin Scripts/trainer/route42/003.trainer +/copy:Scripts/trainer/route42/003.trainer + +#begin Scripts/trainer/route43/001.dat +/copy:Scripts/trainer/route43/001.dat + +#begin Scripts/trainer/route43/001.trainer +/copy:Scripts/trainer/route43/001.trainer + +#begin Scripts/trainer/route43/002.dat +/copy:Scripts/trainer/route43/002.dat + +#begin Scripts/trainer/route43/002.trainer +/copy:Scripts/trainer/route43/002.trainer + +#begin Scripts/trainer/route43/002_1.trainer +/copy:Scripts/trainer/route43/002_1.trainer + +#begin Scripts/trainer/route43/002_2.trainer +/copy:Scripts/trainer/route43/002_2.trainer + +#begin Scripts/trainer/route43/003.dat +/copy:Scripts/trainer/route43/003.dat + +#begin Scripts/trainer/route43/003.trainer +/copy:Scripts/trainer/route43/003.trainer + +#begin Scripts/trainer/route43/004.dat +/copy:Scripts/trainer/route43/004.dat + +#begin Scripts/trainer/route43/004.trainer +/copy:Scripts/trainer/route43/004.trainer + +#begin Scripts/trainer/route43/004_1.trainer +/copy:Scripts/trainer/route43/004_1.trainer + +#begin Scripts/trainer/route43/004_2.trainer +/copy:Scripts/trainer/route43/004_2.trainer + +#begin Scripts/trainer/route43/005.dat +/copy:Scripts/trainer/route43/005.dat + +#begin Scripts/trainer/route43/005.trainer +/copy:Scripts/trainer/route43/005.trainer + +#begin Scripts/trainer/route43/006.dat +/copy:Scripts/trainer/route43/006.dat + +#begin Scripts/trainer/route43/006.trainer +/copy:Scripts/trainer/route43/006.trainer + +#begin Scripts/trainer/route44/001.dat +/copy:Scripts/trainer/route44/001.dat + +#begin Scripts/trainer/route44/001.trainer +/copy:Scripts/trainer/route44/001.trainer + +#begin Scripts/trainer/route44/002.dat +/copy:Scripts/trainer/route44/002.dat + +#begin Scripts/trainer/route44/002.trainer +/copy:Scripts/trainer/route44/002.trainer + +#begin Scripts/trainer/route44/003.dat +/copy:Scripts/trainer/route44/003.dat + +#begin Scripts/trainer/route44/003.trainer +/copy:Scripts/trainer/route44/003.trainer + +#begin Scripts/trainer/route44/004.dat +/copy:Scripts/trainer/route44/004.dat + +#begin Scripts/trainer/route44/004.trainer +/copy:Scripts/trainer/route44/004.trainer + +#begin Scripts/trainer/route44/005.dat +/copy:Scripts/trainer/route44/005.dat + +#begin Scripts/trainer/route44/005.trainer +/copy:Scripts/trainer/route44/005.trainer + +#begin Scripts/trainer/route44/006.dat +/copy:Scripts/trainer/route44/006.dat + +#begin Scripts/trainer/route44/006.trainer +/copy:Scripts/trainer/route44/006.trainer + +#begin Scripts/trainer/route44/007.dat +/copy:Scripts/trainer/route44/007.dat + +#begin Scripts/trainer/route44/007.trainer +/copy:Scripts/trainer/route44/007.trainer + +#begin Scripts/trainer/route45/001.dat +/copy:Scripts/trainer/route45/001.dat + +#begin Scripts/trainer/route45/001.trainer +/copy:Scripts/trainer/route45/001.trainer + +#begin Scripts/trainer/route45/002.dat +/copy:Scripts/trainer/route45/002.dat + +#begin Scripts/trainer/route45/002.trainer +/copy:Scripts/trainer/route45/002.trainer + +#begin Scripts/trainer/route45/002_1.trainer +/copy:Scripts/trainer/route45/002_1.trainer + +#begin Scripts/trainer/route45/002_2.trainer +/copy:Scripts/trainer/route45/002_2.trainer + +#begin Scripts/trainer/route45/003.dat +/copy:Scripts/trainer/route45/003.dat + +#begin Scripts/trainer/route45/003.trainer +/copy:Scripts/trainer/route45/003.trainer + +#begin Scripts/trainer/route45/004.dat +/copy:Scripts/trainer/route45/004.dat + +#begin Scripts/trainer/route45/004.trainer +/copy:Scripts/trainer/route45/004.trainer + +#begin Scripts/trainer/route45/005.dat +/copy:Scripts/trainer/route45/005.dat + +#begin Scripts/trainer/route45/005.trainer +/copy:Scripts/trainer/route45/005.trainer + +#begin Scripts/trainer/route45/005_1.trainer +/copy:Scripts/trainer/route45/005_1.trainer + +#begin Scripts/trainer/route45/005_2.trainer +/copy:Scripts/trainer/route45/005_2.trainer + +#begin Scripts/trainer/route45/006.dat +/copy:Scripts/trainer/route45/006.dat + +#begin Scripts/trainer/route45/006.trainer +/copy:Scripts/trainer/route45/006.trainer + +#begin Scripts/trainer/route45/007.dat +/copy:Scripts/trainer/route45/007.dat + +#begin Scripts/trainer/route45/007.trainer +/copy:Scripts/trainer/route45/007.trainer + +#begin Scripts/trainer/route45/008.dat +/copy:Scripts/trainer/route45/008.dat + +#begin Scripts/trainer/route45/008.trainer +/copy:Scripts/trainer/route45/008.trainer + +#begin Scripts/trainer/route46/001.dat +/copy:Scripts/trainer/route46/001.dat + +#begin Scripts/trainer/route46/001.trainer +/copy:Scripts/trainer/route46/001.trainer + +#begin Scripts/trainer/route46/002.dat +/copy:Scripts/trainer/route46/002.dat + +#begin Scripts/trainer/route46/002.trainer +/copy:Scripts/trainer/route46/002.trainer + +#begin Scripts/trainer/route46/002_1.trainer +/copy:Scripts/trainer/route46/002_1.trainer + +#begin Scripts/trainer/route46/002_2.trainer +/copy:Scripts/trainer/route46/002_2.trainer + +#begin Scripts/trainer/route46/003.dat +/copy:Scripts/trainer/route46/003.dat + +#begin Scripts/trainer/route46/003.trainer +/copy:Scripts/trainer/route46/003.trainer + +#begin Scripts/trainer/route47/001.dat +/copy:Scripts/trainer/route47/001.dat + +#begin Scripts/trainer/route47/001.trainer +/copy:Scripts/trainer/route47/001.trainer + +#begin Scripts/trainer/route47/002.dat +/copy:Scripts/trainer/route47/002.dat + +#begin Scripts/trainer/route47/002.trainer +/copy:Scripts/trainer/route47/002.trainer + +#begin Scripts/trainer/route47/003.dat +/copy:Scripts/trainer/route47/003.dat + +#begin Scripts/trainer/route47/003.trainer +/copy:Scripts/trainer/route47/003.trainer + +#begin Scripts/trainer/route47/004.dat +/copy:Scripts/trainer/route47/004.dat + +#begin Scripts/trainer/route47/004.trainer +/copy:Scripts/trainer/route47/004.trainer + +#begin Scripts/trainer/route47/005.dat +/copy:Scripts/trainer/route47/005.dat + +#begin Scripts/trainer/route47/005.trainer +/copy:Scripts/trainer/route47/005.trainer + +#begin Scripts/trainer/route47/006.dat +/copy:Scripts/trainer/route47/006.dat + +#begin Scripts/trainer/route47/006.trainer +/copy:Scripts/trainer/route47/006.trainer + +#begin Scripts/trainer/route6/001.dat +/copy:Scripts/trainer/route6/001.dat + +#begin Scripts/trainer/route6/001.trainer +/copy:Scripts/trainer/route6/001.trainer + +#begin Scripts/trainer/route6/002.dat +/copy:Scripts/trainer/route6/002.dat + +#begin Scripts/trainer/route6/002.trainer +/copy:Scripts/trainer/route6/002.trainer + +#begin Scripts/trainer/route8/001.dat +/copy:Scripts/trainer/route8/001.dat + +#begin Scripts/trainer/route8/001.trainer +/copy:Scripts/trainer/route8/001.trainer + +#begin Scripts/trainer/route8/002.dat +/copy:Scripts/trainer/route8/002.dat + +#begin Scripts/trainer/route8/002.trainer +/copy:Scripts/trainer/route8/002.trainer + +#begin Scripts/trainer/route8/003.dat +/copy:Scripts/trainer/route8/003.dat + +#begin Scripts/trainer/route8/003.trainer +/copy:Scripts/trainer/route8/003.trainer + +#begin Scripts/trainer/route8/004.dat +/copy:Scripts/trainer/route8/004.dat + +#begin Scripts/trainer/route8/004.trainer +/copy:Scripts/trainer/route8/004.trainer + +#begin Scripts/trainer/route8/005.dat +/copy:Scripts/trainer/route8/005.dat + +#begin Scripts/trainer/route8/005.trainer +/copy:Scripts/trainer/route8/005.trainer + +#begin Scripts/trainer/route9/001.dat +/copy:Scripts/trainer/route9/001.dat + +#begin Scripts/trainer/route9/001.trainer +/copy:Scripts/trainer/route9/001.trainer + +#begin Scripts/trainer/route9/002.dat +/copy:Scripts/trainer/route9/002.dat + +#begin Scripts/trainer/route9/002.trainer +/copy:Scripts/trainer/route9/002.trainer + +#begin Scripts/trainer/route9/003.dat +/copy:Scripts/trainer/route9/003.dat + +#begin Scripts/trainer/route9/003.trainer +/copy:Scripts/trainer/route9/003.trainer + +#begin Scripts/trainer/route9/004.dat +/copy:Scripts/trainer/route9/004.dat + +#begin Scripts/trainer/route9/004.trainer +/copy:Scripts/trainer/route9/004.trainer + +#begin Scripts/trainer/route9/005.dat +/copy:Scripts/trainer/route9/005.dat + +#begin Scripts/trainer/route9/005.trainer +/copy:Scripts/trainer/route9/005.trainer + +#begin Scripts/trainer/route9/006.dat +/copy:Scripts/trainer/route9/006.dat + +#begin Scripts/trainer/route9/006.trainer +/copy:Scripts/trainer/route9/006.trainer + +#begin Scripts/trainer/Ruinsofalph/001.dat +/copy:Scripts/trainer/Ruinsofalph/001.dat + +#begin Scripts/trainer/Ruinsofalph/001.trainer +/copy:Scripts/trainer/Ruinsofalph/001.trainer + +#begin Scripts/trainer/saffron_gym/001.dat +/copy:Scripts/trainer/saffron_gym/001.dat + +#begin Scripts/trainer/saffron_gym/001.trainer +/copy:Scripts/trainer/saffron_gym/001.trainer + +#begin Scripts/trainer/saffron_gym/002.dat +/copy:Scripts/trainer/saffron_gym/002.dat + +#begin Scripts/trainer/saffron_gym/002.trainer +/copy:Scripts/trainer/saffron_gym/002.trainer + +#begin Scripts/trainer/saffron_gym/003.dat +/copy:Scripts/trainer/saffron_gym/003.dat + +#begin Scripts/trainer/saffron_gym/003.trainer +/copy:Scripts/trainer/saffron_gym/003.trainer + +#begin Scripts/trainer/saffron_gym/004.dat +/copy:Scripts/trainer/saffron_gym/004.dat + +#begin Scripts/trainer/saffron_gym/004.trainer +/copy:Scripts/trainer/saffron_gym/004.trainer + +#begin Scripts/trainer/saffron_gym/leader.dat +/copy:Scripts/trainer/saffron_gym/leader.dat + +#begin Scripts/trainer/saffron_gym/Leader.trainer +/copy:Scripts/trainer/saffron_gym/Leader.trainer + +#begin Scripts/trainer/seafoam/001.dat +/copy:Scripts/trainer/seafoam/001.dat + +#begin Scripts/trainer/seafoam/001.trainer +/copy:Scripts/trainer/seafoam/001.trainer + +#begin Scripts/trainer/seafoam/002.dat +/copy:Scripts/trainer/seafoam/002.dat + +#begin Scripts/trainer/seafoam/002.trainer +/copy:Scripts/trainer/seafoam/002.trainer + +#begin Scripts/trainer/seafoam/003.dat +/copy:Scripts/trainer/seafoam/003.dat + +#begin Scripts/trainer/seafoam/003.trainer +/copy:Scripts/trainer/seafoam/003.trainer + +#begin Scripts/trainer/slowpokewell/001.dat +/copy:Scripts/trainer/slowpokewell/001.dat + +#begin Scripts/trainer/slowpokewell/001.trainer +/copy:Scripts/trainer/slowpokewell/001.trainer + +#begin Scripts/trainer/slowpokewell/002.dat +/copy:Scripts/trainer/slowpokewell/002.dat + +#begin Scripts/trainer/slowpokewell/002.trainer +/copy:Scripts/trainer/slowpokewell/002.trainer + +#begin Scripts/trainer/slowpokewell/003.dat +/copy:Scripts/trainer/slowpokewell/003.dat + +#begin Scripts/trainer/slowpokewell/003.trainer +/copy:Scripts/trainer/slowpokewell/003.trainer + +#begin Scripts/trainer/slowpokewell/Proton.dat +/copy:Scripts/trainer/slowpokewell/Proton.dat + +#begin Scripts/trainer/slowpokewell/Proton.trainer +/copy:Scripts/trainer/slowpokewell/Proton.trainer + +#begin Scripts/trainer/sprouttower/001.dat +/copy:Scripts/trainer/sprouttower/001.dat + +#begin Scripts/trainer/sprouttower/002.dat +/copy:Scripts/trainer/sprouttower/002.dat + +#begin Scripts/trainer/sprouttower/003.dat +/copy:Scripts/trainer/sprouttower/003.dat + +#begin Scripts/trainer/sprouttower/004.dat +/copy:Scripts/trainer/sprouttower/004.dat + +#begin Scripts/trainer/sprouttower/005.dat +/copy:Scripts/trainer/sprouttower/005.dat + +#begin Scripts/trainer/sprouttower/006.dat +/copy:Scripts/trainer/sprouttower/006.dat + +#begin Scripts/trainer/sprouttower/elder.dat +/copy:Scripts/trainer/sprouttower/elder.dat + +#begin Scripts/trainer/ssaqua/first trip/001.dat +/copy:Scripts/trainer/ssaqua/first trip/001.dat + +#begin Scripts/trainer/ssaqua/first trip/001.trainer +/copy:Scripts/trainer/ssaqua/first trip/001.trainer + +#begin Scripts/trainer/ssaqua/first trip/002.dat +/copy:Scripts/trainer/ssaqua/first trip/002.dat + +#begin Scripts/trainer/ssaqua/first trip/002.trainer +/copy:Scripts/trainer/ssaqua/first trip/002.trainer + +#begin Scripts/trainer/ssaqua/first trip/003.dat +/copy:Scripts/trainer/ssaqua/first trip/003.dat + +#begin Scripts/trainer/ssaqua/first trip/003.trainer +/copy:Scripts/trainer/ssaqua/first trip/003.trainer + +#begin Scripts/trainer/ssaqua/first trip/004.dat +/copy:Scripts/trainer/ssaqua/first trip/004.dat + +#begin Scripts/trainer/ssaqua/first trip/004.trainer +/copy:Scripts/trainer/ssaqua/first trip/004.trainer + +#begin Scripts/trainer/ssaqua/first trip/005.dat +/copy:Scripts/trainer/ssaqua/first trip/005.dat + +#begin Scripts/trainer/ssaqua/first trip/005.trainer +/copy:Scripts/trainer/ssaqua/first trip/005.trainer + +#begin Scripts/trainer/ssaqua/first trip/006.dat +/copy:Scripts/trainer/ssaqua/first trip/006.dat + +#begin Scripts/trainer/ssaqua/first trip/006.trainer +/copy:Scripts/trainer/ssaqua/first trip/006.trainer + +#begin Scripts/trainer/ssaqua/first trip/007.dat +/copy:Scripts/trainer/ssaqua/first trip/007.dat + +#begin Scripts/trainer/ssaqua/first trip/007.trainer +/copy:Scripts/trainer/ssaqua/first trip/007.trainer + +#begin Scripts/trainer/ssaqua/first trip/lazysailor.dat +/copy:Scripts/trainer/ssaqua/first trip/lazysailor.dat + +#begin Scripts/trainer/ssaqua/first trip/lazysailor.trainer +/copy:Scripts/trainer/ssaqua/first trip/lazysailor.trainer + +#begin Scripts/trainer/ssaqua/olivine/001.dat +/copy:Scripts/trainer/ssaqua/olivine/001.dat + +#begin Scripts/trainer/ssaqua/olivine/001.trainer +/copy:Scripts/trainer/ssaqua/olivine/001.trainer + +#begin Scripts/trainer/ssaqua/olivine/002.dat +/copy:Scripts/trainer/ssaqua/olivine/002.dat + +#begin Scripts/trainer/ssaqua/olivine/002.trainer +/copy:Scripts/trainer/ssaqua/olivine/002.trainer + +#begin Scripts/trainer/ssaqua/olivine/003.dat +/copy:Scripts/trainer/ssaqua/olivine/003.dat + +#begin Scripts/trainer/ssaqua/olivine/003.trainer +/copy:Scripts/trainer/ssaqua/olivine/003.trainer + +#begin Scripts/trainer/ssaqua/olivine/004.dat +/copy:Scripts/trainer/ssaqua/olivine/004.dat + +#begin Scripts/trainer/ssaqua/olivine/004.trainer +/copy:Scripts/trainer/ssaqua/olivine/004.trainer + +#begin Scripts/trainer/ssaqua/olivine/005.dat +/copy:Scripts/trainer/ssaqua/olivine/005.dat + +#begin Scripts/trainer/ssaqua/olivine/005.trainer +/copy:Scripts/trainer/ssaqua/olivine/005.trainer + +#begin Scripts/trainer/ssaqua/olivine/006.dat +/copy:Scripts/trainer/ssaqua/olivine/006.dat + +#begin Scripts/trainer/ssaqua/olivine/006.trainer +/copy:Scripts/trainer/ssaqua/olivine/006.trainer + +#begin Scripts/trainer/ssaqua/olivine/007.dat +/copy:Scripts/trainer/ssaqua/olivine/007.dat + +#begin Scripts/trainer/ssaqua/olivine/007.trainer +/copy:Scripts/trainer/ssaqua/olivine/007.trainer + +#begin Scripts/trainer/ssaqua/olivine/008.dat +/copy:Scripts/trainer/ssaqua/olivine/008.dat + +#begin Scripts/trainer/ssaqua/olivine/008.trainer +/copy:Scripts/trainer/ssaqua/olivine/008.trainer + +#begin Scripts/trainer/ssaqua/olivine/009.dat +/copy:Scripts/trainer/ssaqua/olivine/009.dat + +#begin Scripts/trainer/ssaqua/olivine/009.trainer +/copy:Scripts/trainer/ssaqua/olivine/009.trainer + +#begin Scripts/trainer/ssaqua/vermilion/001.dat +/copy:Scripts/trainer/ssaqua/vermilion/001.dat + +#begin Scripts/trainer/ssaqua/vermilion/001.trainer +/copy:Scripts/trainer/ssaqua/vermilion/001.trainer + +#begin Scripts/trainer/ssaqua/vermilion/002.dat +/copy:Scripts/trainer/ssaqua/vermilion/002.dat + +#begin Scripts/trainer/ssaqua/vermilion/002.trainer +/copy:Scripts/trainer/ssaqua/vermilion/002.trainer + +#begin Scripts/trainer/ssaqua/vermilion/003.dat +/copy:Scripts/trainer/ssaqua/vermilion/003.dat + +#begin Scripts/trainer/ssaqua/vermilion/003.trainer +/copy:Scripts/trainer/ssaqua/vermilion/003.trainer + +#begin Scripts/trainer/ssaqua/vermilion/004.dat +/copy:Scripts/trainer/ssaqua/vermilion/004.dat + +#begin Scripts/trainer/ssaqua/vermilion/004.trainer +/copy:Scripts/trainer/ssaqua/vermilion/004.trainer + +#begin Scripts/trainer/ssaqua/vermilion/005.dat +/copy:Scripts/trainer/ssaqua/vermilion/005.dat + +#begin Scripts/trainer/ssaqua/vermilion/005.trainer +/copy:Scripts/trainer/ssaqua/vermilion/005.trainer + +#begin Scripts/trainer/ssaqua/vermilion/006.dat +/copy:Scripts/trainer/ssaqua/vermilion/006.dat + +#begin Scripts/trainer/ssaqua/vermilion/006.trainer +/copy:Scripts/trainer/ssaqua/vermilion/006.trainer + +#begin Scripts/trainer/ssaqua/vermilion/007.dat +/copy:Scripts/trainer/ssaqua/vermilion/007.dat + +#begin Scripts/trainer/ssaqua/vermilion/007.trainer +/copy:Scripts/trainer/ssaqua/vermilion/007.trainer + +#begin Scripts/trainer/ssaqua/vermilion/008.dat +/copy:Scripts/trainer/ssaqua/vermilion/008.dat + +#begin Scripts/trainer/ssaqua/vermilion/008.trainer +/copy:Scripts/trainer/ssaqua/vermilion/008.trainer + +#begin Scripts/trainer/ssaqua/vermilion/009.dat +/copy:Scripts/trainer/ssaqua/vermilion/009.dat + +#begin Scripts/trainer/ssaqua/vermilion/009.trainer +/copy:Scripts/trainer/ssaqua/vermilion/009.trainer + +#begin Scripts/trainer/ssaqua/vermilion/010.dat +/copy:Scripts/trainer/ssaqua/vermilion/010.dat + +#begin Scripts/trainer/ssaqua/vermilion/010.trainer +/copy:Scripts/trainer/ssaqua/vermilion/010.trainer + +#begin Scripts/trainer/trainerhouse/cal.dat +/copy:Scripts/trainer/trainerhouse/cal.dat + +#begin Scripts/trainer/trainerhouse/cal.trainer +/copy:Scripts/trainer/trainerhouse/cal.trainer + +#begin Scripts/trainer/treasure/001.dat +/copy:Scripts/trainer/treasure/001.dat + +#begin Scripts/trainer/treasure/001.trainer +/copy:Scripts/trainer/treasure/001.trainer + +#begin Scripts/trainer/underground/001.dat +/copy:Scripts/trainer/underground/001.dat + +#begin Scripts/trainer/underground/001.trainer +/copy:Scripts/trainer/underground/001.trainer + +#begin Scripts/trainer/underground/002.dat +/copy:Scripts/trainer/underground/002.dat + +#begin Scripts/trainer/underground/002.trainer +/copy:Scripts/trainer/underground/002.trainer + +#begin Scripts/trainer/underground/003.dat +/copy:Scripts/trainer/underground/003.dat + +#begin Scripts/trainer/underground/003.trainer +/copy:Scripts/trainer/underground/003.trainer + +#begin Scripts/trainer/underground/004.dat +/copy:Scripts/trainer/underground/004.dat + +#begin Scripts/trainer/underground/004.trainer +/copy:Scripts/trainer/underground/004.trainer + +#begin Scripts/trainer/underground/005.dat +/copy:Scripts/trainer/underground/005.dat + +#begin Scripts/trainer/underground/005.trainer +/copy:Scripts/trainer/underground/005.trainer + +#begin Scripts/trainer/underground/006.dat +/copy:Scripts/trainer/underground/006.dat + +#begin Scripts/trainer/underground/006.trainer +/copy:Scripts/trainer/underground/006.trainer + +#begin Scripts/trainer/underground/007.dat +/copy:Scripts/trainer/underground/007.dat + +#begin Scripts/trainer/underground/007.trainer +/copy:Scripts/trainer/underground/007.trainer + +#begin Scripts/trainer/underground/008.dat +/copy:Scripts/trainer/underground/008.dat + +#begin Scripts/trainer/underground/008.trainer +/copy:Scripts/trainer/underground/008.trainer + +#begin Scripts/trainer/underground/009.dat +/copy:Scripts/trainer/underground/009.dat + +#begin Scripts/trainer/underground/009.trainer +/copy:Scripts/trainer/underground/009.trainer + +#begin Scripts/trainer/unioncave/001.dat +/copy:Scripts/trainer/unioncave/001.dat + +#begin Scripts/trainer/unioncave/001.trainer +/copy:Scripts/trainer/unioncave/001.trainer + +#begin Scripts/trainer/unioncave/002.dat +/copy:Scripts/trainer/unioncave/002.dat + +#begin Scripts/trainer/unioncave/002.trainer +/copy:Scripts/trainer/unioncave/002.trainer + +#begin Scripts/trainer/unioncave/003.dat +/copy:Scripts/trainer/unioncave/003.dat + +#begin Scripts/trainer/unioncave/003.trainer +/copy:Scripts/trainer/unioncave/003.trainer + +#begin Scripts/trainer/unioncave/004.dat +/copy:Scripts/trainer/unioncave/004.dat + +#begin Scripts/trainer/unioncave/004.trainer +/copy:Scripts/trainer/unioncave/004.trainer + +#begin Scripts/trainer/unioncave/005.dat +/copy:Scripts/trainer/unioncave/005.dat + +#begin Scripts/trainer/unioncave/005.trainer +/copy:Scripts/trainer/unioncave/005.trainer + +#begin Scripts/trainer/unioncave/006.dat +/copy:Scripts/trainer/unioncave/006.dat + +#begin Scripts/trainer/unioncave/006.trainer +/copy:Scripts/trainer/unioncave/006.trainer + +#begin Scripts/trainer/unioncave/007.dat +/copy:Scripts/trainer/unioncave/007.dat + +#begin Scripts/trainer/unioncave/007.trainer +/copy:Scripts/trainer/unioncave/007.trainer + +#begin Scripts/trainer/unioncave/008.dat +/copy:Scripts/trainer/unioncave/008.dat + +#begin Scripts/trainer/unioncave/008.trainer +/copy:Scripts/trainer/unioncave/008.trainer + +#begin Scripts/trainer/unioncave/009.dat +/copy:Scripts/trainer/unioncave/009.dat + +#begin Scripts/trainer/unioncave/009.trainer +/copy:Scripts/trainer/unioncave/009.trainer + +#begin Scripts/trainer/unioncave/010.dat +/copy:Scripts/trainer/unioncave/010.dat + +#begin Scripts/trainer/unioncave/010.trainer +/copy:Scripts/trainer/unioncave/010.trainer + +#begin Scripts/trainer/unioncave/011.dat +/copy:Scripts/trainer/unioncave/011.dat + +#begin Scripts/trainer/unioncave/011.trainer +/copy:Scripts/trainer/unioncave/011.trainer + +#begin Scripts/trainer/unioncave/012.dat +/copy:Scripts/trainer/unioncave/012.dat + +#begin Scripts/trainer/unioncave/012.trainer +/copy:Scripts/trainer/unioncave/012.trainer + +#begin Scripts/trainer/vermilion_gym/001.dat +/copy:Scripts/trainer/vermilion_gym/001.dat + +#begin Scripts/trainer/vermilion_gym/001.trainer +/copy:Scripts/trainer/vermilion_gym/001.trainer + +#begin Scripts/trainer/vermilion_gym/002.dat +/copy:Scripts/trainer/vermilion_gym/002.dat + +#begin Scripts/trainer/vermilion_gym/002.trainer +/copy:Scripts/trainer/vermilion_gym/002.trainer + +#begin Scripts/trainer/vermilion_gym/003.dat +/copy:Scripts/trainer/vermilion_gym/003.dat + +#begin Scripts/trainer/vermilion_gym/003.trainer +/copy:Scripts/trainer/vermilion_gym/003.trainer + +#begin Scripts/trainer/vermilion_gym/leader.dat +/copy:Scripts/trainer/vermilion_gym/leader.dat + +#begin Scripts/trainer/vermilion_gym/leader.trainer +/copy:Scripts/trainer/vermilion_gym/leader.trainer + +#begin Scripts/trainer/violet_gym/001.dat +/copy:Scripts/trainer/violet_gym/001.dat + +#begin Scripts/trainer/violet_gym/002.dat +/copy:Scripts/trainer/violet_gym/002.dat + +#begin Scripts/trainer/violet_gym/003.dat +/copy:Scripts/trainer/violet_gym/003.dat + +#begin Scripts/trainer/viridian_gym/leader.dat +/copy:Scripts/trainer/viridian_gym/leader.dat + +#begin Scripts/trainer/viridian_gym/leader.trainer +/copy:Scripts/trainer/viridian_gym/leader.trainer + +#begin Scripts/trainer/v_forest/001.dat +/copy:Scripts/trainer/v_forest/001.dat + +#begin Scripts/trainer/v_forest/001.trainer +/copy:Scripts/trainer/v_forest/001.trainer + +#begin Scripts/trainer/v_forest/002.dat +/copy:Scripts/trainer/v_forest/002.dat + +#begin Scripts/trainer/v_forest/002.trainer +/copy:Scripts/trainer/v_forest/002.trainer + +#begin Scripts/trainer/v_forest/003.dat +/copy:Scripts/trainer/v_forest/003.dat + +#begin Scripts/trainer/v_forest/003.trainer +/copy:Scripts/trainer/v_forest/003.trainer + +#begin Scripts/trainer/v_forest/004.dat +/copy:Scripts/trainer/v_forest/004.dat + +#begin Scripts/trainer/v_forest/004.trainer +/copy:Scripts/trainer/v_forest/004.trainer + +#begin Scripts/trainer/v_forest/005.dat +/copy:Scripts/trainer/v_forest/005.dat + +#begin Scripts/trainer/v_forest/005.trainer +/copy:Scripts/trainer/v_forest/005.trainer + +#begin Scripts/twirl forest/confused_man.dat +/copy:Scripts/twirl forest/confused_man.dat + +#begin Scripts/twirl forest/heal.dat +/copy:Scripts/twirl forest/heal.dat + +#begin Scripts/twirl forest/0/scizor_appear.dat +/copy:Scripts/twirl forest/0/scizor_appear.dat + +#begin Scripts/twirl forest/0/scizor_battle.dat +/copy:Scripts/twirl forest/0/scizor_battle.dat + +#begin Scripts/underground/box_moves.dat +/copy:Scripts/underground/box_moves.dat + +#begin Scripts/underground/director.dat +/copy:Scripts/underground/director.dat + +#begin Scripts/underground/dooropen.dat +/copy:Scripts/underground/dooropen.dat + +#begin Scripts/underground/dooropen2.dat +/copy:Scripts/underground/dooropen2.dat + +#begin Scripts/underground/switchcenter.dat +/copy:Scripts/underground/switchcenter.dat + +#begin Scripts/underground/switchend.dat +/copy:Scripts/underground/switchend.dat + +#begin Scripts/underground/switchleft.dat +/copy:Scripts/underground/switchleft.dat + +#begin Scripts/underground/switchmap.dat +/copy:Scripts/underground/switchmap.dat + +#begin Scripts/underground/switchright.dat +/copy:Scripts/underground/switchright.dat + +#begin Scripts/underwatercave/manaphy.dat +/copy:Scripts/underwatercave/manaphy.dat + +#begin Scripts/underwatercave/rocks/hiderock1.dat +/copy:Scripts/underwatercave/rocks/hiderock1.dat + +#begin Scripts/underwatercave/rocks/hiderock2.dat +/copy:Scripts/underwatercave/rocks/hiderock2.dat + +#begin Scripts/underwatercave/rocks/hiderock3.dat +/copy:Scripts/underwatercave/rocks/hiderock3.dat + +#begin Scripts/underwatercave/rocks/hiderock4.dat +/copy:Scripts/underwatercave/rocks/hiderock4.dat + +#begin Scripts/underwatercave/rocks/hiderock5.dat +/copy:Scripts/underwatercave/rocks/hiderock5.dat + +#begin Scripts/underwatercave/rocks/hiderock6.dat +/copy:Scripts/underwatercave/rocks/hiderock6.dat + +#begin Scripts/underwatercave/rocks/hiderock7.dat +/copy:Scripts/underwatercave/rocks/hiderock7.dat + +#begin Scripts/underwatercave/rocks/hiderock8.dat +/copy:Scripts/underwatercave/rocks/hiderock8.dat + +#begin Scripts/underwatercave/rocks/hiderock9.dat +/copy:Scripts/underwatercave/rocks/hiderock9.dat + +#begin Scripts/underwatercave/rocks/puzzlerocks.dat +/copy:Scripts/underwatercave/rocks/puzzlerocks.dat + +#begin Scripts/underwatercave/rocks/rockdrop1.dat +/copy:Scripts/underwatercave/rocks/rockdrop1.dat + +#begin Scripts/underwatercave/rocks/rockdrop2.dat +/copy:Scripts/underwatercave/rocks/rockdrop2.dat + +#begin Scripts/underwatercave/rocks/rockdrop3.dat +/copy:Scripts/underwatercave/rocks/rockdrop3.dat + +#begin Scripts/underwatercave/rocks/rockdrop4.dat +/copy:Scripts/underwatercave/rocks/rockdrop4.dat + +#begin Scripts/underwatercave/rocks/rockdrop5.dat +/copy:Scripts/underwatercave/rocks/rockdrop5.dat + +#begin Scripts/underwatercave/rocks/rockdrop6.dat +/copy:Scripts/underwatercave/rocks/rockdrop6.dat + +#begin Scripts/underwatercave/rocks/rockdrop7.dat +/copy:Scripts/underwatercave/rocks/rockdrop7.dat + +#begin Scripts/underwatercave/rocks/rockdrop8.dat +/copy:Scripts/underwatercave/rocks/rockdrop8.dat + +#begin Scripts/underwatercave/rocks/rockdrop9.dat +/copy:Scripts/underwatercave/rocks/rockdrop9.dat + +#begin Scripts/underwatercave/rocks/unhiderock1.dat +/copy:Scripts/underwatercave/rocks/unhiderock1.dat + +#begin Scripts/underwatercave/rocks/unhiderock23.dat +/copy:Scripts/underwatercave/rocks/unhiderock23.dat + +#begin Scripts/underwatercave/rocks/unhiderock5.dat +/copy:Scripts/underwatercave/rocks/unhiderock5.dat + +#begin Scripts/underwatercave/rocks/unhiderock6.dat +/copy:Scripts/underwatercave/rocks/unhiderock6.dat + +#begin Scripts/underwatercave/rocks/unhiderock7.dat +/copy:Scripts/underwatercave/rocks/unhiderock7.dat + +#begin Scripts/underwatercave/rocks/unhiderock8.dat +/copy:Scripts/underwatercave/rocks/unhiderock8.dat + +#begin Scripts/underwatercave/rocks/unhiderock9.dat +/copy:Scripts/underwatercave/rocks/unhiderock9.dat + +#begin Scripts/underwatercave/underwatertreasure/110-1.dat +/copy:Scripts/underwatercave/underwatertreasure/110-1.dat + +#begin Scripts/underwatercave/underwatertreasure/110-2.dat +/copy:Scripts/underwatercave/underwatertreasure/110-2.dat + +#begin Scripts/underwatercave/underwatertreasure/111.dat +/copy:Scripts/underwatercave/underwatertreasure/111.dat + +#begin Scripts/underwatercave/underwatertreasure/190-1.dat +/copy:Scripts/underwatercave/underwatertreasure/190-1.dat + +#begin Scripts/underwatercave/underwatertreasure/190-2.dat +/copy:Scripts/underwatercave/underwatertreasure/190-2.dat + +#begin Scripts/underwatercave/underwatertreasure/190-3.dat +/copy:Scripts/underwatercave/underwatertreasure/190-3.dat + +#begin Scripts/underwatercave/underwatertreasure/main.dat +/copy:Scripts/underwatercave/underwatertreasure/main.dat + +#begin Scripts/unioncave/Friday1.dat +/copy:Scripts/unioncave/Friday1.dat + +#begin Scripts/unioncave/Friday2.dat +/copy:Scripts/unioncave/Friday2.dat + +#begin Scripts/unioncave/lapras.dat +/copy:Scripts/unioncave/lapras.dat + +#begin Scripts/vermilion/bayleef.dat +/copy:Scripts/vermilion/bayleef.dat + +#begin Scripts/vermilion/chairman.dat +/copy:Scripts/vermilion/chairman.dat + +#begin Scripts/vermilion/dockhand.dat +/copy:Scripts/vermilion/dockhand.dat + +#begin Scripts/vermilion/dockhand2.dat +/copy:Scripts/vermilion/dockhand2.dat + +#begin Scripts/vermilion/dockhand3.dat +/copy:Scripts/vermilion/dockhand3.dat + +#begin Scripts/vermilion/fastshipleaving.dat +/copy:Scripts/vermilion/fastshipleaving.dat + +#begin Scripts/vermilion/GymGuy.dat +/copy:Scripts/vermilion/GymGuy.dat + +#begin Scripts/vermilion/machop.dat +/copy:Scripts/vermilion/machop.dat + +#begin Scripts/vermilion/plushfinder.dat +/copy:Scripts/vermilion/plushfinder.dat + +#begin Scripts/vermilion/seemew.dat +/copy:Scripts/vermilion/seemew.dat + +#begin Scripts/vermilion/snorlax.dat +/copy:Scripts/vermilion/snorlax.dat + +#begin Scripts/vermilion/snorlaxawake.dat +/copy:Scripts/vermilion/snorlaxawake.dat + +#begin Scripts/vermilion/gymtrash/0.dat +/copy:Scripts/vermilion/gymtrash/0.dat + +#begin Scripts/vermilion/gymtrash/1.dat +/copy:Scripts/vermilion/gymtrash/1.dat + +#begin Scripts/vermilion/gymtrash/10.dat +/copy:Scripts/vermilion/gymtrash/10.dat + +#begin Scripts/vermilion/gymtrash/11.dat +/copy:Scripts/vermilion/gymtrash/11.dat + +#begin Scripts/vermilion/gymtrash/12.dat +/copy:Scripts/vermilion/gymtrash/12.dat + +#begin Scripts/vermilion/gymtrash/13.dat +/copy:Scripts/vermilion/gymtrash/13.dat + +#begin Scripts/vermilion/gymtrash/14.dat +/copy:Scripts/vermilion/gymtrash/14.dat + +#begin Scripts/vermilion/gymtrash/2.dat +/copy:Scripts/vermilion/gymtrash/2.dat + +#begin Scripts/vermilion/gymtrash/3.dat +/copy:Scripts/vermilion/gymtrash/3.dat + +#begin Scripts/vermilion/gymtrash/4.dat +/copy:Scripts/vermilion/gymtrash/4.dat + +#begin Scripts/vermilion/gymtrash/5.dat +/copy:Scripts/vermilion/gymtrash/5.dat + +#begin Scripts/vermilion/gymtrash/6.dat +/copy:Scripts/vermilion/gymtrash/6.dat + +#begin Scripts/vermilion/gymtrash/7.dat +/copy:Scripts/vermilion/gymtrash/7.dat + +#begin Scripts/vermilion/gymtrash/8.dat +/copy:Scripts/vermilion/gymtrash/8.dat + +#begin Scripts/vermilion/gymtrash/9.dat +/copy:Scripts/vermilion/gymtrash/9.dat + +#begin Scripts/vermilion/gymtrash/reset.dat +/copy:Scripts/vermilion/gymtrash/reset.dat + +#begin Scripts/violet/elmcall.dat +/copy:Scripts/violet/elmcall.dat + +#begin Scripts/violet/GymGuy.dat +/copy:Scripts/violet/GymGuy.dat + +#begin Scripts/violet/onix_trade.dat +/copy:Scripts/violet/onix_trade.dat + +#begin Scripts/violet/school_teacher.dat +/copy:Scripts/violet/school_teacher.dat + +#begin Scripts/violet/strawberry.dat +/copy:Scripts/violet/strawberry.dat + +#begin Scripts/violet/teacher.dat +/copy:Scripts/violet/teacher.dat + +#begin Scripts/violet/togepi_egg.dat +/copy:Scripts/violet/togepi_egg.dat + +#begin Scripts/viridian/GymGuy.dat +/copy:Scripts/viridian/GymGuy.dat + +#begin Scripts/viridian/oakphone.dat +/copy:Scripts/viridian/oakphone.dat + +#begin Scripts/viridian/rattata.dat +/copy:Scripts/viridian/rattata.dat + +#begin Scripts/viridian/sleeping.dat +/copy:Scripts/viridian/sleeping.dat + +#begin Scripts/viridian/spearow.dat +/copy:Scripts/viridian/spearow.dat + +#begin Scripts/whirlislands/lugia.dat +/copy:Scripts/whirlislands/lugia.dat + +#begin Scripts/whirlislands/lugiawarp1.dat +/copy:Scripts/whirlislands/lugiawarp1.dat + +#begin Scripts/whirlislands/lugiawarp2.dat +/copy:Scripts/whirlislands/lugiawarp2.dat + +#begin Scripts/whirlislands/sage.dat +/copy:Scripts/whirlislands/sage.dat + +#begin Scripts/worldmap/johto.dat +/copy:Scripts/worldmap/johto.dat + +#begin Scripts/worldmap/kanto.dat +/copy:Scripts/worldmap/kanto.dat + +#begin Scripts/worldmap/roaming_regions.dat +/copy:Scripts/worldmap/roaming_regions.dat + +#begin Scripts/worldmap/sevii islands.dat +/copy:Scripts/worldmap/sevii islands.dat diff --git a/2.5DHero/2.5DHero/Content/Data/Moves/example.dat b/2.5DHero/2.5DHeroContent/Content/Data/Moves/example.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Data/Moves/example.dat rename to 2.5DHero/2.5DHeroContent/Content/Data/Moves/example.dat diff --git a/2.5DHero/2.5DHero/Content/Data/badges.dat b/2.5DHero/2.5DHeroContent/Content/Data/badges.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Data/badges.dat rename to 2.5DHero/2.5DHeroContent/Content/Data/badges.dat diff --git a/2.5DHero/2.5DHero/Content/Data/channels.dat b/2.5DHero/2.5DHeroContent/Content/Data/channels.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Data/channels.dat rename to 2.5DHero/2.5DHeroContent/Content/Data/channels.dat diff --git a/2.5DHero/2.5DHero/Content/Data/interactions.dat b/2.5DHero/2.5DHeroContent/Content/Data/interactions.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Data/interactions.dat rename to 2.5DHero/2.5DHeroContent/Content/Data/interactions.dat diff --git a/2.5DHero/2.5DHero/Content/Data/pokedex.dat b/2.5DHero/2.5DHeroContent/Content/Data/pokedex.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Data/pokedex.dat rename to 2.5DHero/2.5DHeroContent/Content/Data/pokedex.dat diff --git a/2.5DHero/2.5DHero/Content/Data/smashrockitems.dat b/2.5DHero/2.5DHeroContent/Content/Data/smashrockitems.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Data/smashrockitems.dat rename to 2.5DHero/2.5DHeroContent/Content/Data/smashrockitems.dat diff --git a/2.5DHero/2.5DHeroContent/Effects/BackdropShader.fx b/2.5DHero/2.5DHeroContent/Content/Effects/BackdropShader.fx similarity index 98% rename from 2.5DHero/2.5DHeroContent/Effects/BackdropShader.fx rename to 2.5DHero/2.5DHeroContent/Content/Effects/BackdropShader.fx index 6c79625c6..aa4cab07d 100644 --- a/2.5DHero/2.5DHeroContent/Effects/BackdropShader.fx +++ b/2.5DHero/2.5DHeroContent/Content/Effects/BackdropShader.fx @@ -1,4 +1,4 @@ -float4x4 World; +float4x4 World; float4x4 View; float4x4 Projection; diff --git a/2.5DHero/2.5DHeroContent/Effects/BlurEffect.fx b/2.5DHero/2.5DHeroContent/Content/Effects/BlurEffect.fx similarity index 98% rename from 2.5DHero/2.5DHeroContent/Effects/BlurEffect.fx rename to 2.5DHero/2.5DHeroContent/Content/Effects/BlurEffect.fx index e703dc98c..43c014241 100644 --- a/2.5DHero/2.5DHeroContent/Effects/BlurEffect.fx +++ b/2.5DHero/2.5DHeroContent/Content/Effects/BlurEffect.fx @@ -1,4 +1,4 @@ -//------------------------------------------- Defines ------------------------------------------- +//------------------------------------------- Defines ------------------------------------------- #define Pi 3.14159265 diff --git a/2.5DHero/2.5DHeroContent/Effects/DiffuseShader.fx b/2.5DHero/2.5DHeroContent/Content/Effects/DiffuseShader.fx similarity index 98% rename from 2.5DHero/2.5DHeroContent/Effects/DiffuseShader.fx rename to 2.5DHero/2.5DHeroContent/Content/Effects/DiffuseShader.fx index 3742f792e..1d83604ae 100644 --- a/2.5DHero/2.5DHeroContent/Effects/DiffuseShader.fx +++ b/2.5DHero/2.5DHeroContent/Content/Effects/DiffuseShader.fx @@ -1,4 +1,4 @@ -float4x4 WorldMatrix; +float4x4 WorldMatrix; float4x4 ViewMatrix; float4x4 ProjectionMatrix; diff --git a/2.5DHero/2.5DHeroContent/Effects/Shadow.png b/2.5DHero/2.5DHeroContent/Content/Effects/Shadow.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Effects/Shadow.png rename to 2.5DHero/2.5DHeroContent/Content/Effects/Shadow.png diff --git a/2.5DHero/2.5DHeroContent/Effects/Toon.fx b/2.5DHero/2.5DHeroContent/Content/Effects/Toon.fx similarity index 96% rename from 2.5DHero/2.5DHeroContent/Effects/Toon.fx rename to 2.5DHero/2.5DHeroContent/Content/Effects/Toon.fx index ae6f2018c..b84047333 100644 --- a/2.5DHero/2.5DHeroContent/Effects/Toon.fx +++ b/2.5DHero/2.5DHeroContent/Content/Effects/Toon.fx @@ -1,4 +1,4 @@ -//--------------------------- BASIC PROPERTIES ------------------------------ +//--------------------------- BASIC PROPERTIES ------------------------------ // The world transformation float4x4 World; @@ -148,7 +148,7 @@ technique Toon // model will get drawn normally, and draw over the top most of this, leaving only an outline. pass Pass1 { - VertexShader = compile vs_1_1 OutlineVertexShader(); + VertexShader = compile vs_2_0 OutlineVertexShader(); PixelShader = compile ps_2_0 OutlinePixelShader(); CullMode = CW; } @@ -157,7 +157,7 @@ technique Toon // color the model with certain colors, giving us the cel/toon effect that we are looking for. pass Pass2 { - VertexShader = compile vs_1_1 CelVertexShader(); + VertexShader = compile vs_2_0 CelVertexShader(); PixelShader = compile ps_2_0 CelPixelShader(); CullMode = CCW; } diff --git a/2.5DHero/2.5DHeroContent/Fonts/BMP/Braille.png b/2.5DHero/2.5DHeroContent/Content/Fonts/BMP/Braille.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Fonts/BMP/Braille.png rename to 2.5DHero/2.5DHeroContent/Content/Fonts/BMP/Braille.png diff --git a/2.5DHero/2.5DHeroContent/Fonts/BMP/InGame.png b/2.5DHero/2.5DHeroContent/Content/Fonts/BMP/InGame.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Fonts/BMP/InGame.png rename to 2.5DHero/2.5DHeroContent/Content/Fonts/BMP/InGame.png diff --git a/2.5DHero/2.5DHeroContent/Fonts/BMP/TextFont.png b/2.5DHero/2.5DHeroContent/Content/Fonts/BMP/TextFont.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Fonts/BMP/TextFont.png rename to 2.5DHero/2.5DHeroContent/Content/Fonts/BMP/TextFont.png diff --git a/2.5DHero/2.5DHeroContent/Fonts/BMP/Unown.png b/2.5DHero/2.5DHeroContent/Content/Fonts/BMP/Unown.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Fonts/BMP/Unown.png rename to 2.5DHero/2.5DHeroContent/Content/Fonts/BMP/Unown.png diff --git a/2.5DHero/2.5DHeroContent/Fonts/BMP/chatFont.png b/2.5DHero/2.5DHeroContent/Content/Fonts/BMP/chatFont.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Fonts/BMP/chatFont.png rename to 2.5DHero/2.5DHeroContent/Content/Fonts/BMP/chatFont.png diff --git a/2.5DHero/2.5DHeroContent/Fonts/BMP/mainFont.png b/2.5DHero/2.5DHeroContent/Content/Fonts/BMP/mainFont.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Fonts/BMP/mainFont.png rename to 2.5DHero/2.5DHeroContent/Content/Fonts/BMP/mainFont.png diff --git a/2.5DHero/2.5DHeroContent/Fonts/BMP/miniFont.spritefont b/2.5DHero/2.5DHeroContent/Content/Fonts/BMP/miniFont.spritefont similarity index 100% rename from 2.5DHero/2.5DHeroContent/Fonts/BMP/miniFont.spritefont rename to 2.5DHero/2.5DHeroContent/Content/Fonts/BMP/miniFont.spritefont diff --git a/2.5DHero/2.5DHeroContent/GUI/Badges.png b/2.5DHero/2.5DHeroContent/Content/GUI/Badges.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/GUI/Badges.png rename to 2.5DHero/2.5DHeroContent/Content/GUI/Badges.png diff --git a/2.5DHero/2.5DHeroContent/GUI/Battle/Interface.png b/2.5DHero/2.5DHeroContent/Content/GUI/Battle/Interface.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/GUI/Battle/Interface.png rename to 2.5DHero/2.5DHeroContent/Content/GUI/Battle/Interface.png diff --git a/2.5DHero/2.5DHeroContent/GUI/Battle/WeatherIcons.png b/2.5DHero/2.5DHeroContent/Content/GUI/Battle/WeatherIcons.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/GUI/Battle/WeatherIcons.png rename to 2.5DHero/2.5DHeroContent/Content/GUI/Battle/WeatherIcons.png diff --git a/2.5DHero/2.5DHeroContent/GUI/Box/0.png b/2.5DHero/2.5DHeroContent/Content/GUI/Box/0.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/GUI/Box/0.png rename to 2.5DHero/2.5DHeroContent/Content/GUI/Box/0.png diff --git a/2.5DHero/2.5DHeroContent/GUI/Box/1.png b/2.5DHero/2.5DHeroContent/Content/GUI/Box/1.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/GUI/Box/1.png rename to 2.5DHero/2.5DHeroContent/Content/GUI/Box/1.png diff --git a/2.5DHero/2.5DHeroContent/GUI/Box/10.png b/2.5DHero/2.5DHeroContent/Content/GUI/Box/10.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/GUI/Box/10.png rename to 2.5DHero/2.5DHeroContent/Content/GUI/Box/10.png diff --git a/2.5DHero/2.5DHeroContent/GUI/Box/11.png b/2.5DHero/2.5DHeroContent/Content/GUI/Box/11.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/GUI/Box/11.png rename to 2.5DHero/2.5DHeroContent/Content/GUI/Box/11.png diff --git a/2.5DHero/2.5DHeroContent/GUI/Box/12.png b/2.5DHero/2.5DHeroContent/Content/GUI/Box/12.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/GUI/Box/12.png rename to 2.5DHero/2.5DHeroContent/Content/GUI/Box/12.png diff --git a/2.5DHero/2.5DHeroContent/GUI/Box/13.png b/2.5DHero/2.5DHeroContent/Content/GUI/Box/13.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/GUI/Box/13.png rename to 2.5DHero/2.5DHeroContent/Content/GUI/Box/13.png diff --git a/2.5DHero/2.5DHeroContent/GUI/Box/14.png b/2.5DHero/2.5DHeroContent/Content/GUI/Box/14.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/GUI/Box/14.png rename to 2.5DHero/2.5DHeroContent/Content/GUI/Box/14.png diff --git a/2.5DHero/2.5DHeroContent/GUI/Box/15.png b/2.5DHero/2.5DHeroContent/Content/GUI/Box/15.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/GUI/Box/15.png rename to 2.5DHero/2.5DHeroContent/Content/GUI/Box/15.png diff --git a/2.5DHero/2.5DHeroContent/GUI/Box/16.png b/2.5DHero/2.5DHeroContent/Content/GUI/Box/16.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/GUI/Box/16.png rename to 2.5DHero/2.5DHeroContent/Content/GUI/Box/16.png diff --git a/2.5DHero/2.5DHeroContent/GUI/Box/17.png b/2.5DHero/2.5DHeroContent/Content/GUI/Box/17.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/GUI/Box/17.png rename to 2.5DHero/2.5DHeroContent/Content/GUI/Box/17.png diff --git a/2.5DHero/2.5DHeroContent/GUI/Box/18.png b/2.5DHero/2.5DHeroContent/Content/GUI/Box/18.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/GUI/Box/18.png rename to 2.5DHero/2.5DHeroContent/Content/GUI/Box/18.png diff --git a/2.5DHero/2.5DHeroContent/GUI/Box/19.png b/2.5DHero/2.5DHeroContent/Content/GUI/Box/19.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/GUI/Box/19.png rename to 2.5DHero/2.5DHeroContent/Content/GUI/Box/19.png diff --git a/2.5DHero/2.5DHeroContent/GUI/Box/2.png b/2.5DHero/2.5DHeroContent/Content/GUI/Box/2.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/GUI/Box/2.png rename to 2.5DHero/2.5DHeroContent/Content/GUI/Box/2.png diff --git a/2.5DHero/2.5DHeroContent/GUI/Box/20.png b/2.5DHero/2.5DHeroContent/Content/GUI/Box/20.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/GUI/Box/20.png rename to 2.5DHero/2.5DHeroContent/Content/GUI/Box/20.png diff --git a/2.5DHero/2.5DHeroContent/GUI/Box/21.png b/2.5DHero/2.5DHeroContent/Content/GUI/Box/21.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/GUI/Box/21.png rename to 2.5DHero/2.5DHeroContent/Content/GUI/Box/21.png diff --git a/2.5DHero/2.5DHeroContent/GUI/Box/22.png b/2.5DHero/2.5DHeroContent/Content/GUI/Box/22.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/GUI/Box/22.png rename to 2.5DHero/2.5DHeroContent/Content/GUI/Box/22.png diff --git a/2.5DHero/2.5DHeroContent/GUI/Box/23.png b/2.5DHero/2.5DHeroContent/Content/GUI/Box/23.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/GUI/Box/23.png rename to 2.5DHero/2.5DHeroContent/Content/GUI/Box/23.png diff --git a/2.5DHero/2.5DHeroContent/GUI/Box/3.png b/2.5DHero/2.5DHeroContent/Content/GUI/Box/3.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/GUI/Box/3.png rename to 2.5DHero/2.5DHeroContent/Content/GUI/Box/3.png diff --git a/2.5DHero/2.5DHeroContent/GUI/Box/4.png b/2.5DHero/2.5DHeroContent/Content/GUI/Box/4.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/GUI/Box/4.png rename to 2.5DHero/2.5DHeroContent/Content/GUI/Box/4.png diff --git a/2.5DHero/2.5DHeroContent/GUI/Box/5.png b/2.5DHero/2.5DHeroContent/Content/GUI/Box/5.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/GUI/Box/5.png rename to 2.5DHero/2.5DHeroContent/Content/GUI/Box/5.png diff --git a/2.5DHero/2.5DHeroContent/GUI/Box/6.png b/2.5DHero/2.5DHeroContent/Content/GUI/Box/6.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/GUI/Box/6.png rename to 2.5DHero/2.5DHeroContent/Content/GUI/Box/6.png diff --git a/2.5DHero/2.5DHeroContent/GUI/Box/7.png b/2.5DHero/2.5DHeroContent/Content/GUI/Box/7.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/GUI/Box/7.png rename to 2.5DHero/2.5DHeroContent/Content/GUI/Box/7.png diff --git a/2.5DHero/2.5DHeroContent/GUI/Box/8.png b/2.5DHero/2.5DHeroContent/Content/GUI/Box/8.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/GUI/Box/8.png rename to 2.5DHero/2.5DHeroContent/Content/GUI/Box/8.png diff --git a/2.5DHero/2.5DHeroContent/GUI/Box/9.png b/2.5DHero/2.5DHeroContent/Content/GUI/Box/9.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/GUI/Box/9.png rename to 2.5DHero/2.5DHeroContent/Content/GUI/Box/9.png diff --git a/2.5DHero/2.5DHeroContent/GUI/Box/BattleBox.png b/2.5DHero/2.5DHeroContent/Content/GUI/Box/BattleBox.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/GUI/Box/BattleBox.png rename to 2.5DHero/2.5DHeroContent/Content/GUI/Box/BattleBox.png diff --git a/2.5DHero/2.5DHeroContent/GUI/Box/Sparkle.png b/2.5DHero/2.5DHeroContent/Content/GUI/Box/Sparkle.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/GUI/Box/Sparkle.png rename to 2.5DHero/2.5DHeroContent/Content/GUI/Box/Sparkle.png diff --git a/2.5DHero/2.5DHeroContent/GUI/Box/storage.png b/2.5DHero/2.5DHeroContent/Content/GUI/Box/storage.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/GUI/Box/storage.png rename to 2.5DHero/2.5DHeroContent/Content/GUI/Box/storage.png diff --git a/2.5DHero/2.5DHeroContent/GUI/Chat/Icons.png b/2.5DHero/2.5DHeroContent/Content/GUI/Chat/Icons.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/GUI/Chat/Icons.png rename to 2.5DHero/2.5DHeroContent/Content/GUI/Chat/Icons.png diff --git a/2.5DHero/2.5DHeroContent/GUI/EggBreak.png b/2.5DHero/2.5DHeroContent/Content/GUI/EggBreak.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/GUI/EggBreak.png rename to 2.5DHero/2.5DHeroContent/Content/GUI/EggBreak.png diff --git a/2.5DHero/2.5DHeroContent/GUI/Evolution/EvolutionSpark.png b/2.5DHero/2.5DHeroContent/Content/GUI/Evolution/EvolutionSpark.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/GUI/Evolution/EvolutionSpark.png rename to 2.5DHero/2.5DHeroContent/Content/GUI/Evolution/EvolutionSpark.png diff --git a/2.5DHero/2.5DHeroContent/GUI/Evolution/Light.png b/2.5DHero/2.5DHeroContent/Content/GUI/Evolution/Light.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/GUI/Evolution/Light.png rename to 2.5DHero/2.5DHeroContent/Content/GUI/Evolution/Light.png diff --git a/2.5DHero/2.5DHeroContent/GUI/GamePad/xboxControllerButtonA.tga b/2.5DHero/2.5DHeroContent/Content/GUI/GamePad/xboxControllerButtonA.tga similarity index 100% rename from 2.5DHero/2.5DHeroContent/GUI/GamePad/xboxControllerButtonA.tga rename to 2.5DHero/2.5DHeroContent/Content/GUI/GamePad/xboxControllerButtonA.tga diff --git a/2.5DHero/2.5DHeroContent/GUI/GamePad/xboxControllerButtonB.tga b/2.5DHero/2.5DHeroContent/Content/GUI/GamePad/xboxControllerButtonB.tga similarity index 100% rename from 2.5DHero/2.5DHeroContent/GUI/GamePad/xboxControllerButtonB.tga rename to 2.5DHero/2.5DHeroContent/Content/GUI/GamePad/xboxControllerButtonB.tga diff --git a/2.5DHero/2.5DHeroContent/GUI/GamePad/xboxControllerButtonX.tga b/2.5DHero/2.5DHeroContent/Content/GUI/GamePad/xboxControllerButtonX.tga similarity index 100% rename from 2.5DHero/2.5DHeroContent/GUI/GamePad/xboxControllerButtonX.tga rename to 2.5DHero/2.5DHeroContent/Content/GUI/GamePad/xboxControllerButtonX.tga diff --git a/2.5DHero/2.5DHeroContent/GUI/GamePad/xboxControllerButtonY.tga b/2.5DHero/2.5DHeroContent/Content/GUI/GamePad/xboxControllerButtonY.tga similarity index 100% rename from 2.5DHero/2.5DHeroContent/GUI/GamePad/xboxControllerButtonY.tga rename to 2.5DHero/2.5DHeroContent/Content/GUI/GamePad/xboxControllerButtonY.tga diff --git a/2.5DHero/2.5DHeroContent/GUI/GamePad/xboxControllerLeftShoulder.tga b/2.5DHero/2.5DHeroContent/Content/GUI/GamePad/xboxControllerLeftShoulder.tga similarity index 100% rename from 2.5DHero/2.5DHeroContent/GUI/GamePad/xboxControllerLeftShoulder.tga rename to 2.5DHero/2.5DHeroContent/Content/GUI/GamePad/xboxControllerLeftShoulder.tga diff --git a/2.5DHero/2.5DHeroContent/GUI/GamePad/xboxControllerLeftThumbstick.tga b/2.5DHero/2.5DHeroContent/Content/GUI/GamePad/xboxControllerLeftThumbstick.tga similarity index 100% rename from 2.5DHero/2.5DHeroContent/GUI/GamePad/xboxControllerLeftThumbstick.tga rename to 2.5DHero/2.5DHeroContent/Content/GUI/GamePad/xboxControllerLeftThumbstick.tga diff --git a/2.5DHero/2.5DHeroContent/GUI/GamePad/xboxControllerLeftTrigger.tga b/2.5DHero/2.5DHeroContent/Content/GUI/GamePad/xboxControllerLeftTrigger.tga similarity index 100% rename from 2.5DHero/2.5DHeroContent/GUI/GamePad/xboxControllerLeftTrigger.tga rename to 2.5DHero/2.5DHeroContent/Content/GUI/GamePad/xboxControllerLeftTrigger.tga diff --git a/2.5DHero/2.5DHeroContent/GUI/GamePad/xboxControllerRightShoulder.tga b/2.5DHero/2.5DHeroContent/Content/GUI/GamePad/xboxControllerRightShoulder.tga similarity index 100% rename from 2.5DHero/2.5DHeroContent/GUI/GamePad/xboxControllerRightShoulder.tga rename to 2.5DHero/2.5DHeroContent/Content/GUI/GamePad/xboxControllerRightShoulder.tga diff --git a/2.5DHero/2.5DHeroContent/GUI/GamePad/xboxControllerRightThumbstick.tga b/2.5DHero/2.5DHeroContent/Content/GUI/GamePad/xboxControllerRightThumbstick.tga similarity index 100% rename from 2.5DHero/2.5DHeroContent/GUI/GamePad/xboxControllerRightThumbstick.tga rename to 2.5DHero/2.5DHeroContent/Content/GUI/GamePad/xboxControllerRightThumbstick.tga diff --git a/2.5DHero/2.5DHeroContent/GUI/GamePad/xboxControllerRightTrigger.tga b/2.5DHero/2.5DHeroContent/Content/GUI/GamePad/xboxControllerRightTrigger.tga similarity index 100% rename from 2.5DHero/2.5DHeroContent/GUI/GamePad/xboxControllerRightTrigger.tga rename to 2.5DHero/2.5DHeroContent/Content/GUI/GamePad/xboxControllerRightTrigger.tga diff --git a/2.5DHero/2.5DHeroContent/GUI/GamePad/xboxControllerStart.tga b/2.5DHero/2.5DHeroContent/Content/GUI/GamePad/xboxControllerStart.tga similarity index 100% rename from 2.5DHero/2.5DHeroContent/GUI/GamePad/xboxControllerStart.tga rename to 2.5DHero/2.5DHeroContent/Content/GUI/GamePad/xboxControllerStart.tga diff --git a/2.5DHero/2.5DHeroContent/GUI/Intro.png b/2.5DHero/2.5DHeroContent/Content/GUI/Intro.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/GUI/Intro.png rename to 2.5DHero/2.5DHeroContent/Content/GUI/Intro.png diff --git a/2.5DHero/2.5DHeroContent/GUI/Intro/VSIntro.png b/2.5DHero/2.5DHeroContent/Content/GUI/Intro/VSIntro.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/GUI/Intro/VSIntro.png rename to 2.5DHero/2.5DHeroContent/Content/GUI/Intro/VSIntro.png diff --git a/2.5DHero/2.5DHeroContent/GUI/Intro/battlefrontier.png b/2.5DHero/2.5DHeroContent/Content/GUI/Intro/battlefrontier.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/GUI/Intro/battlefrontier.png rename to 2.5DHero/2.5DHeroContent/Content/GUI/Intro/battlefrontier.png diff --git a/2.5DHero/2.5DHeroContent/GUI/Logos/3D.png b/2.5DHero/2.5DHeroContent/Content/GUI/Logos/3D.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/GUI/Logos/3D.png rename to 2.5DHero/2.5DHeroContent/Content/GUI/Logos/3D.png diff --git a/2.5DHero/2.5DHeroContent/GUI/Logos/GameJolt.png b/2.5DHero/2.5DHeroContent/Content/GUI/Logos/GameJolt.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/GUI/Logos/GameJolt.png rename to 2.5DHero/2.5DHeroContent/Content/GUI/Logos/GameJolt.png diff --git a/2.5DHero/2.5DHeroContent/GUI/Logos/MonoGame.png b/2.5DHero/2.5DHeroContent/Content/GUI/Logos/MonoGame.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/GUI/Logos/MonoGame.png rename to 2.5DHero/2.5DHeroContent/Content/GUI/Logos/MonoGame.png diff --git a/2.5DHero/2.5DHeroContent/GUI/Logos/P3D.png b/2.5DHero/2.5DHeroContent/Content/GUI/Logos/P3D.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/GUI/Logos/P3D.png rename to 2.5DHero/2.5DHeroContent/Content/GUI/Logos/P3D.png diff --git a/2.5DHero/2.5DHeroContent/GUI/Logos/Pokemon_Small.png b/2.5DHero/2.5DHeroContent/Content/GUI/Logos/Pokemon_Small.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/GUI/Logos/Pokemon_Small.png rename to 2.5DHero/2.5DHeroContent/Content/GUI/Logos/Pokemon_Small.png diff --git a/2.5DHero/2.5DHeroContent/GUI/Map/johto_map.png b/2.5DHero/2.5DHeroContent/Content/GUI/Map/johto_map.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/GUI/Map/johto_map.png rename to 2.5DHero/2.5DHeroContent/Content/GUI/Map/johto_map.png diff --git a/2.5DHero/2.5DHeroContent/GUI/Map/kanto_map.png b/2.5DHero/2.5DHeroContent/Content/GUI/Map/kanto_map.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/GUI/Map/kanto_map.png rename to 2.5DHero/2.5DHeroContent/Content/GUI/Map/kanto_map.png diff --git a/2.5DHero/2.5DHeroContent/GUI/Map/map_objects.png b/2.5DHero/2.5DHeroContent/Content/GUI/Map/map_objects.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/GUI/Map/map_objects.png rename to 2.5DHero/2.5DHeroContent/Content/GUI/Map/map_objects.png diff --git a/2.5DHero/2.5DHeroContent/GUI/Map/sevii islands_map.png b/2.5DHero/2.5DHeroContent/Content/GUI/Map/sevii islands_map.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/GUI/Map/sevii islands_map.png rename to 2.5DHero/2.5DHeroContent/Content/GUI/Map/sevii islands_map.png diff --git a/2.5DHero/2.5DHeroContent/GUI/Menus/BagPack.png b/2.5DHero/2.5DHeroContent/Content/GUI/Menus/BagPack.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/GUI/Menus/BagPack.png rename to 2.5DHero/2.5DHeroContent/Content/GUI/Menus/BagPack.png diff --git a/2.5DHero/2.5DHeroContent/GUI/Menus/GTS.png b/2.5DHero/2.5DHeroContent/Content/GUI/Menus/GTS.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/GUI/Menus/GTS.png rename to 2.5DHero/2.5DHeroContent/Content/GUI/Menus/GTS.png diff --git a/2.5DHero/2.5DHeroContent/GUI/Menus/General.png b/2.5DHero/2.5DHeroContent/Content/GUI/Menus/General.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/GUI/Menus/General.png rename to 2.5DHero/2.5DHeroContent/Content/GUI/Menus/General.png diff --git a/2.5DHero/2.5DHeroContent/GUI/Menus/Menu.png b/2.5DHero/2.5DHeroContent/Content/GUI/Menus/Menu.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/GUI/Menus/Menu.png rename to 2.5DHero/2.5DHeroContent/Content/GUI/Menus/Menu.png diff --git a/2.5DHero/2.5DHeroContent/GUI/Menus/Types.png b/2.5DHero/2.5DHeroContent/Content/GUI/Menus/Types.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/GUI/Menus/Types.png rename to 2.5DHero/2.5DHeroContent/Content/GUI/Menus/Types.png diff --git a/2.5DHero/2.5DHeroContent/GUI/Menus/pokedexhabitat.png b/2.5DHero/2.5DHeroContent/Content/GUI/Menus/pokedexhabitat.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/GUI/Menus/pokedexhabitat.png rename to 2.5DHero/2.5DHeroContent/Content/GUI/Menus/pokedexhabitat.png diff --git a/2.5DHero/2.5DHeroContent/GUI/Menus/pokegear.png b/2.5DHero/2.5DHeroContent/Content/GUI/Menus/pokegear.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/GUI/Menus/pokegear.png rename to 2.5DHero/2.5DHeroContent/Content/GUI/Menus/pokegear.png diff --git a/2.5DHero/2.5DHeroContent/GUI/Overworld/ChooseBox.png b/2.5DHero/2.5DHeroContent/Content/GUI/Overworld/ChooseBox.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/GUI/Overworld/ChooseBox.png rename to 2.5DHero/2.5DHeroContent/Content/GUI/Overworld/ChooseBox.png diff --git a/2.5DHero/2.5DHeroContent/GUI/Overworld/Particles.png b/2.5DHero/2.5DHeroContent/Content/GUI/Overworld/Particles.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/GUI/Overworld/Particles.png rename to 2.5DHero/2.5DHeroContent/Content/GUI/Overworld/Particles.png diff --git a/2.5DHero/2.5DHeroContent/GUI/Overworld/Rods.png b/2.5DHero/2.5DHeroContent/Content/GUI/Overworld/Rods.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/GUI/Overworld/Rods.png rename to 2.5DHero/2.5DHeroContent/Content/GUI/Overworld/Rods.png diff --git a/2.5DHero/2.5DHeroContent/GUI/Overworld/Sign.png b/2.5DHero/2.5DHeroContent/Content/GUI/Overworld/Sign.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/GUI/Overworld/Sign.png rename to 2.5DHero/2.5DHeroContent/Content/GUI/Overworld/Sign.png diff --git a/2.5DHero/2.5DHeroContent/GUI/Overworld/TextBox.png b/2.5DHero/2.5DHeroContent/Content/GUI/Overworld/TextBox.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/GUI/Overworld/TextBox.png rename to 2.5DHero/2.5DHeroContent/Content/GUI/Overworld/TextBox.png diff --git a/2.5DHero/2.5DHeroContent/GUI/Overworld/flash_overlay.png b/2.5DHero/2.5DHeroContent/Content/GUI/Overworld/flash_overlay.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/GUI/Overworld/flash_overlay.png rename to 2.5DHero/2.5DHeroContent/Content/GUI/Overworld/flash_overlay.png diff --git a/2.5DHero/2.5DHeroContent/GUI/PokemonMenu.png b/2.5DHero/2.5DHeroContent/Content/GUI/PokemonMenu.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/GUI/PokemonMenu.png rename to 2.5DHero/2.5DHeroContent/Content/GUI/PokemonMenu.png diff --git a/2.5DHero/2.5DHeroContent/GUI/PokemonMenuShiny.png b/2.5DHero/2.5DHeroContent/Content/GUI/PokemonMenuShiny.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/GUI/PokemonMenuShiny.png rename to 2.5DHero/2.5DHeroContent/Content/GUI/PokemonMenuShiny.png diff --git a/2.5DHero/2.5DHeroContent/GUI/Trophies.png b/2.5DHero/2.5DHeroContent/Content/GUI/Trophies.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/GUI/Trophies.png rename to 2.5DHero/2.5DHeroContent/Content/GUI/Trophies.png diff --git a/2.5DHero/2.5DHeroContent/GUI/no_texture.png b/2.5DHero/2.5DHeroContent/Content/GUI/no_texture.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/GUI/no_texture.png rename to 2.5DHero/2.5DHeroContent/Content/GUI/no_texture.png diff --git a/2.5DHero/2.5DHeroContent/Items/ItemSheet.png b/2.5DHero/2.5DHeroContent/Content/Items/ItemSheet.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Items/ItemSheet.png rename to 2.5DHero/2.5DHeroContent/Content/Items/ItemSheet.png diff --git a/2.5DHero/2.5DHeroContent/Items/MegaStones.png b/2.5DHero/2.5DHeroContent/Content/Items/MegaStones.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Items/MegaStones.png rename to 2.5DHero/2.5DHeroContent/Content/Items/MegaStones.png diff --git a/2.5DHero/2.5DHeroContent/Items/Plates.png b/2.5DHero/2.5DHeroContent/Content/Items/Plates.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Items/Plates.png rename to 2.5DHero/2.5DHeroContent/Content/Items/Plates.png diff --git a/2.5DHero/2.5DHero/Content/Localization/Tokens_de.dat b/2.5DHero/2.5DHeroContent/Content/Localization/Tokens_de.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Localization/Tokens_de.dat rename to 2.5DHero/2.5DHeroContent/Content/Localization/Tokens_de.dat diff --git a/2.5DHero/2.5DHero/Content/Localization/Tokens_en.dat b/2.5DHero/2.5DHeroContent/Content/Localization/Tokens_en.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Localization/Tokens_en.dat rename to 2.5DHero/2.5DHeroContent/Content/Localization/Tokens_en.dat diff --git a/2.5DHero/2.5DHero/Content/Localization/Tokens_fr.dat b/2.5DHero/2.5DHeroContent/Content/Localization/Tokens_fr.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Localization/Tokens_fr.dat rename to 2.5DHero/2.5DHeroContent/Content/Localization/Tokens_fr.dat diff --git a/2.5DHero/2.5DHero/Content/Localization/Tokens_id.dat b/2.5DHero/2.5DHeroContent/Content/Localization/Tokens_id.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Localization/Tokens_id.dat rename to 2.5DHero/2.5DHeroContent/Content/Localization/Tokens_id.dat diff --git a/2.5DHero/2.5DHero/Content/Localization/Tokens_it.dat b/2.5DHero/2.5DHeroContent/Content/Localization/Tokens_it.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Localization/Tokens_it.dat rename to 2.5DHero/2.5DHeroContent/Content/Localization/Tokens_it.dat diff --git a/2.5DHero/2.5DHero/Content/Localization/Tokens_lt.dat b/2.5DHero/2.5DHeroContent/Content/Localization/Tokens_lt.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Localization/Tokens_lt.dat rename to 2.5DHero/2.5DHeroContent/Content/Localization/Tokens_lt.dat diff --git a/2.5DHero/2.5DHero/Content/Localization/Tokens_sv.dat b/2.5DHero/2.5DHeroContent/Content/Localization/Tokens_sv.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Localization/Tokens_sv.dat rename to 2.5DHero/2.5DHeroContent/Content/Localization/Tokens_sv.dat diff --git a/2.5DHero/2.5DHero/Content/Localization/Tokens_tr.dat b/2.5DHero/2.5DHeroContent/Content/Localization/Tokens_tr.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Localization/Tokens_tr.dat rename to 2.5DHero/2.5DHeroContent/Content/Localization/Tokens_tr.dat diff --git a/2.5DHero/2.5DHeroContent/Models/Environment/MtSilver/Mountain.x b/2.5DHero/2.5DHeroContent/Content/Models/Environment/MtSilver/Mountain.x similarity index 100% rename from 2.5DHero/2.5DHeroContent/Models/Environment/MtSilver/Mountain.x rename to 2.5DHero/2.5DHeroContent/Content/Models/Environment/MtSilver/Mountain.x diff --git a/2.5DHero/2.5DHeroContent/Models/Environment/Test_floor/Test_floor.X b/2.5DHero/2.5DHeroContent/Content/Models/Environment/Test_floor/Test_floor.X similarity index 100% rename from 2.5DHero/2.5DHeroContent/Models/Environment/Test_floor/Test_floor.X rename to 2.5DHero/2.5DHeroContent/Content/Models/Environment/Test_floor/Test_floor.X diff --git a/2.5DHero/2.5DHeroContent/Models/Environment/Test_floor/Texture/floor.tga b/2.5DHero/2.5DHeroContent/Content/Models/Environment/Test_floor/Texture/floor.tga similarity index 100% rename from 2.5DHero/2.5DHeroContent/Models/Environment/Test_floor/Texture/floor.tga rename to 2.5DHero/2.5DHeroContent/Content/Models/Environment/Test_floor/Texture/floor.tga diff --git a/2.5DHero/2.5DHeroContent/Models/Environment/arena_colleseum.X b/2.5DHero/2.5DHeroContent/Content/Models/Environment/arena_colleseum.X similarity index 100% rename from 2.5DHero/2.5DHeroContent/Models/Environment/arena_colleseum.X rename to 2.5DHero/2.5DHeroContent/Content/Models/Environment/arena_colleseum.X diff --git a/2.5DHero/2.5DHeroContent/Models/Snorlax/Normal.x b/2.5DHero/2.5DHeroContent/Content/Models/Snorlax/Normal.x similarity index 100% rename from 2.5DHero/2.5DHeroContent/Models/Snorlax/Normal.x rename to 2.5DHero/2.5DHeroContent/Content/Models/Snorlax/Normal.x diff --git a/2.5DHero/2.5DHeroContent/Models/Snorlax/Shiny.x b/2.5DHero/2.5DHeroContent/Content/Models/Snorlax/Shiny.x similarity index 100% rename from 2.5DHero/2.5DHeroContent/Models/Snorlax/Shiny.x rename to 2.5DHero/2.5DHeroContent/Content/Models/Snorlax/Shiny.x diff --git a/2.5DHero/2.5DHeroContent/Models/Snorlax/Textures/kabigon_0_0.tga b/2.5DHero/2.5DHeroContent/Content/Models/Snorlax/Textures/kabigon_0_0.tga similarity index 100% rename from 2.5DHero/2.5DHeroContent/Models/Snorlax/Textures/kabigon_0_0.tga rename to 2.5DHero/2.5DHeroContent/Content/Models/Snorlax/Textures/kabigon_0_0.tga diff --git a/2.5DHero/2.5DHeroContent/Models/Snorlax/Textures/kabigon_0_3.tga b/2.5DHero/2.5DHeroContent/Content/Models/Snorlax/Textures/kabigon_0_3.tga similarity index 100% rename from 2.5DHero/2.5DHeroContent/Models/Snorlax/Textures/kabigon_0_3.tga rename to 2.5DHero/2.5DHeroContent/Content/Models/Snorlax/Textures/kabigon_0_3.tga diff --git a/2.5DHero/2.5DHeroContent/Models/Snorlax/Textures/kabigon_0_4.tga b/2.5DHero/2.5DHeroContent/Content/Models/Snorlax/Textures/kabigon_0_4.tga similarity index 100% rename from 2.5DHero/2.5DHeroContent/Models/Snorlax/Textures/kabigon_0_4.tga rename to 2.5DHero/2.5DHeroContent/Content/Models/Snorlax/Textures/kabigon_0_4.tga diff --git a/2.5DHero/2.5DHeroContent/Models/Snorlax/Textures/kabigon_1_0.tga b/2.5DHero/2.5DHeroContent/Content/Models/Snorlax/Textures/kabigon_1_0.tga similarity index 100% rename from 2.5DHero/2.5DHeroContent/Models/Snorlax/Textures/kabigon_1_0.tga rename to 2.5DHero/2.5DHeroContent/Content/Models/Snorlax/Textures/kabigon_1_0.tga diff --git a/2.5DHero/2.5DHeroContent/Models/Snorlax/Textures/kabigon_1_3.tga b/2.5DHero/2.5DHeroContent/Content/Models/Snorlax/Textures/kabigon_1_3.tga similarity index 100% rename from 2.5DHero/2.5DHeroContent/Models/Snorlax/Textures/kabigon_1_3.tga rename to 2.5DHero/2.5DHeroContent/Content/Models/Snorlax/Textures/kabigon_1_3.tga diff --git a/2.5DHero/2.5DHeroContent/Models/Snorlax/Textures/kabigon_1_4.tga b/2.5DHero/2.5DHeroContent/Content/Models/Snorlax/Textures/kabigon_1_4.tga similarity index 100% rename from 2.5DHero/2.5DHeroContent/Models/Snorlax/Textures/kabigon_1_4.tga rename to 2.5DHero/2.5DHeroContent/Content/Models/Snorlax/Textures/kabigon_1_4.tga diff --git a/2.5DHero/2.5DHeroContent/Models/boat/Ship.X b/2.5DHero/2.5DHeroContent/Content/Models/boat/Ship.X similarity index 100% rename from 2.5DHero/2.5DHeroContent/Models/boat/Ship.X rename to 2.5DHero/2.5DHeroContent/Content/Models/boat/Ship.X diff --git a/2.5DHero/2.5DHeroContent/Models/boat/ferry.X b/2.5DHero/2.5DHeroContent/Content/Models/boat/ferry.X similarity index 100% rename from 2.5DHero/2.5DHeroContent/Models/boat/ferry.X rename to 2.5DHero/2.5DHeroContent/Content/Models/boat/ferry.X diff --git a/2.5DHero/2.5DHeroContent/Models/boat/textures/boat.tga b/2.5DHero/2.5DHeroContent/Content/Models/boat/textures/boat.tga similarity index 100% rename from 2.5DHero/2.5DHeroContent/Models/boat/textures/boat.tga rename to 2.5DHero/2.5DHeroContent/Content/Models/boat/textures/boat.tga diff --git a/2.5DHero/2.5DHeroContent/Models/boat/textures/ferry.tga b/2.5DHero/2.5DHeroContent/Content/Models/boat/textures/ferry.tga similarity index 100% rename from 2.5DHero/2.5DHeroContent/Models/boat/textures/ferry.tga rename to 2.5DHero/2.5DHeroContent/Content/Models/boat/textures/ferry.tga diff --git a/2.5DHero/2.5DHeroContent/Models/boat2/Boat.fbx b/2.5DHero/2.5DHeroContent/Content/Models/boat2/Boat.fbx similarity index 100% rename from 2.5DHero/2.5DHeroContent/Models/boat2/Boat.fbx rename to 2.5DHero/2.5DHeroContent/Content/Models/boat2/Boat.fbx diff --git a/2.5DHero/2.5DHeroContent/Models/boat2/Boat.png b/2.5DHero/2.5DHeroContent/Content/Models/boat2/Boat.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Models/boat2/Boat.png rename to 2.5DHero/2.5DHeroContent/Content/Models/boat2/Boat.png diff --git a/2.5DHero/2.5DHeroContent/Models/building/P3DBuilding.x b/2.5DHero/2.5DHeroContent/Content/Models/building/P3DBuilding.x similarity index 100% rename from 2.5DHero/2.5DHeroContent/Models/building/P3DBuilding.x rename to 2.5DHero/2.5DHeroContent/Content/Models/building/P3DBuilding.x diff --git a/2.5DHero/2.5DHeroContent/Models/building/textures/P3DBuilding.png b/2.5DHero/2.5DHeroContent/Content/Models/building/textures/P3DBuilding.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Models/building/textures/P3DBuilding.png rename to 2.5DHero/2.5DHeroContent/Content/Models/building/textures/P3DBuilding.png diff --git a/2.5DHero/2.5DHeroContent/Models/truck2/140l155.jpg b/2.5DHero/2.5DHeroContent/Content/Models/truck2/140l155.jpg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Models/truck2/140l155.jpg rename to 2.5DHero/2.5DHeroContent/Content/Models/truck2/140l155.jpg diff --git a/2.5DHero/2.5DHeroContent/Content/Models/truck2/Truck.fbx b/2.5DHero/2.5DHeroContent/Content/Models/truck2/Truck.fbx new file mode 100644 index 000000000..74adc840d Binary files /dev/null and b/2.5DHero/2.5DHeroContent/Content/Models/truck2/Truck.fbx differ diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/1.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/1.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/1.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/1.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/10.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/10.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/10.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/10.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/100.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/100.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/100.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/100.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/101.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/101.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/101.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/101.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/102.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/102.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/102.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/102.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/103.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/103.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/103.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/103.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/104.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/104.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/104.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/104.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/105.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/105.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/105.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/105.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/106.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/106.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/106.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/106.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/107.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/107.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/107.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/107.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/108.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/108.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/108.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/108.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/109.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/109.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/109.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/109.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/11.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/11.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/11.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/11.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/110.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/110.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/110.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/110.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/111.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/111.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/111.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/111.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/112.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/112.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/112.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/112.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/113.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/113.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/113.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/113.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/114.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/114.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/114.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/114.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/115.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/115.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/115.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/115.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/116.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/116.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/116.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/116.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/117.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/117.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/117.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/117.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/118.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/118.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/118.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/118.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/119.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/119.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/119.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/119.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/12.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/12.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/12.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/12.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/120.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/120.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/120.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/120.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/121.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/121.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/121.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/121.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/122.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/122.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/122.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/122.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/123.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/123.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/123.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/123.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/124.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/124.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/124.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/124.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/125.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/125.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/125.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/125.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/126.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/126.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/126.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/126.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/127.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/127.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/127.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/127.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/128.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/128.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/128.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/128.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/129.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/129.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/129.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/129.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/13.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/13.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/13.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/13.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/130.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/130.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/130.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/130.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/131.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/131.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/131.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/131.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/132.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/132.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/132.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/132.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/133.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/133.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/133.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/133.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/134.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/134.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/134.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/134.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/135.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/135.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/135.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/135.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/136.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/136.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/136.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/136.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/137.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/137.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/137.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/137.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/138.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/138.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/138.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/138.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/139.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/139.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/139.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/139.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/14.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/14.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/14.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/14.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/140.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/140.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/140.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/140.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/141.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/141.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/141.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/141.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/142.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/142.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/142.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/142.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/143.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/143.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/143.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/143.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/144.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/144.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/144.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/144.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/145.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/145.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/145.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/145.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/146.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/146.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/146.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/146.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/147.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/147.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/147.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/147.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/148.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/148.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/148.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/148.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/149.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/149.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/149.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/149.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/15.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/15.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/15.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/15.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/150.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/150.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/150.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/150.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/151.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/151.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/151.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/151.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/152.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/152.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/152.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/152.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/153.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/153.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/153.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/153.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/154.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/154.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/154.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/154.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/155.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/155.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/155.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/155.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/156.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/156.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/156.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/156.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/157.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/157.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/157.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/157.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/158.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/158.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/158.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/158.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/159.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/159.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/159.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/159.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/15_mega.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/15_mega.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/15_mega.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/15_mega.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/16.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/16.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/16.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/16.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/160.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/160.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/160.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/160.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/161.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/161.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/161.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/161.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/162.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/162.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/162.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/162.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/163.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/163.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/163.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/163.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/164.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/164.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/164.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/164.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/165.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/165.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/165.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/165.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/166.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/166.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/166.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/166.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/167.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/167.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/167.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/167.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/168.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/168.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/168.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/168.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/169.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/169.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/169.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/169.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/17.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/17.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/17.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/17.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/170.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/170.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/170.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/170.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/171.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/171.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/171.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/171.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/172.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/172.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/172.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/172.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/173.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/173.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/173.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/173.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/174.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/174.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/174.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/174.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/175.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/175.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/175.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/175.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/176.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/176.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/176.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/176.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/177.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/177.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/177.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/177.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/178.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/178.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/178.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/178.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/179.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/179.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/179.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/179.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/18.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/18.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/18.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/18.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/180.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/180.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/180.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/180.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/181.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/181.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/181.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/181.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/181_mega.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/181_mega.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/181_mega.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/181_mega.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/182.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/182.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/182.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/182.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/183.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/183.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/183.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/183.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/184.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/184.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/184.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/184.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/185.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/185.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/185.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/185.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/186.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/186.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/186.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/186.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/187.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/187.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/187.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/187.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/188.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/188.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/188.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/188.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/189.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/189.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/189.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/189.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/18_mega.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/18_mega.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/18_mega.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/18_mega.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/19.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/19.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/19.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/19.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/190.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/190.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/190.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/190.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/191.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/191.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/191.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/191.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/192.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/192.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/192.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/192.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/193.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/193.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/193.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/193.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/194.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/194.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/194.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/194.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/195.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/195.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/195.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/195.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/196.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/196.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/196.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/196.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/197.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/197.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/197.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/197.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/198.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/198.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/198.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/198.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/199.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/199.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/199.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/199.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/2.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/2.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/2.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/2.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/20.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/20.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/20.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/20.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/200.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/200.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/200.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/200.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/201.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/201.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/201.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/201.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/202.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/202.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/202.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/202.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/203.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/203.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/203.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/203.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/204.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/204.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/204.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/204.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/205.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/205.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/205.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/205.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/206.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/206.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/206.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/206.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/207.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/207.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/207.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/207.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/208.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/208.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/208.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/208.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/209.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/209.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/209.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/209.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/21.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/21.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/21.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/21.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/210.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/210.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/210.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/210.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/211.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/211.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/211.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/211.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/212.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/212.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/212.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/212.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/212_mega.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/212_mega.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/212_mega.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/212_mega.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/213.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/213.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/213.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/213.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/214.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/214.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/214.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/214.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/214_mega.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/214_mega.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/214_mega.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/214_mega.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/215.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/215.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/215.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/215.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/216.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/216.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/216.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/216.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/217.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/217.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/217.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/217.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/218.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/218.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/218.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/218.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/219.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/219.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/219.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/219.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/22.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/22.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/22.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/22.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/220.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/220.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/220.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/220.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/221.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/221.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/221.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/221.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/222.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/222.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/222.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/222.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/223.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/223.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/223.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/223.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/224.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/224.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/224.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/224.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/225.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/225.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/225.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/225.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/226.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/226.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/226.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/226.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/227.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/227.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/227.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/227.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/228.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/228.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/228.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/228.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/229.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/229.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/229.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/229.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/23.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/23.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/23.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/23.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/230.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/230.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/230.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/230.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/231.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/231.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/231.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/231.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/232.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/232.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/232.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/232.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/233.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/233.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/233.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/233.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/234.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/234.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/234.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/234.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/235.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/235.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/235.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/235.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/236.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/236.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/236.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/236.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/237.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/237.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/237.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/237.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/238.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/238.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/238.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/238.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/239.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/239.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/239.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/239.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/24.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/24.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/24.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/24.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/240.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/240.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/240.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/240.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/241.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/241.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/241.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/241.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/242.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/242.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/242.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/242.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/243.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/243.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/243.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/243.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/244.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/244.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/244.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/244.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/245.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/245.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/245.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/245.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/246.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/246.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/246.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/246.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/247.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/247.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/247.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/247.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/248.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/248.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/248.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/248.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/248_mega.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/248_mega.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/248_mega.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/248_mega.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/249.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/249.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/249.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/249.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/25.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/25.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/25.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/25.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/250.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/250.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/250.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/250.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/251.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/251.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/251.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/251.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/252.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/252.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/252.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/252.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/253.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/253.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/253.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/253.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/254.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/254.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/254.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/254.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/254_mega.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/254_mega.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/254_mega.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/254_mega.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/255.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/255.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/255.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/255.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/256.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/256.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/256.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/256.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/257.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/257.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/257.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/257.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/257_mega.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/257_mega.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/257_mega.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/257_mega.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/258.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/258.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/258.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/258.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/259.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/259.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/259.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/259.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/26.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/26.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/26.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/26.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/260.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/260.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/260.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/260.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/260_mega.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/260_mega.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/260_mega.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/260_mega.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/261.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/261.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/261.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/261.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/262.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/262.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/262.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/262.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/263.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/263.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/263.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/263.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/264.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/264.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/264.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/264.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/265.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/265.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/265.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/265.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/266.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/266.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/266.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/266.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/267.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/267.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/267.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/267.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/268.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/268.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/268.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/268.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/269.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/269.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/269.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/269.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/27.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/27.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/27.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/27.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/270.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/270.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/270.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/270.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/271.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/271.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/271.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/271.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/272.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/272.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/272.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/272.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/273.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/273.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/273.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/273.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/274.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/274.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/274.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/274.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/275.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/275.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/275.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/275.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/276.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/276.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/276.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/276.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/277.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/277.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/277.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/277.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/278.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/278.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/278.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/278.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/279.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/279.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/279.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/279.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/28.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/28.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/28.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/28.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/280.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/280.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/280.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/280.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/281.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/281.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/281.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/281.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/282.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/282.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/282.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/282.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/282_mega.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/282_mega.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/282_mega.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/282_mega.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/283.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/283.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/283.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/283.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/284.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/284.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/284.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/284.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/285.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/285.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/285.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/285.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/286.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/286.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/286.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/286.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/287.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/287.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/287.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/287.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/288.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/288.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/288.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/288.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/289.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/289.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/289.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/289.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/29.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/29.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/29.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/29.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/290.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/290.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/290.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/290.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/291.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/291.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/291.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/291.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/292.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/292.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/292.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/292.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/293.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/293.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/293.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/293.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/294.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/294.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/294.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/294.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/295.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/295.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/295.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/295.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/296.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/296.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/296.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/296.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/297.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/297.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/297.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/297.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/298.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/298.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/298.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/298.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/299.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/299.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/299.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/299.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/3.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/3.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/3.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/3.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/30.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/30.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/30.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/30.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/300.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/300.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/300.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/300.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/301.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/301.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/301.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/301.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/302.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/302.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/302.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/302.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/303.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/303.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/303.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/303.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/304.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/304.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/304.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/304.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/305.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/305.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/305.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/305.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/306.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/306.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/306.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/306.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/306_mega.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/306_mega.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/306_mega.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/306_mega.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/307.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/307.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/307.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/307.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/308.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/308.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/308.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/308.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/308_mega.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/308_mega.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/308_mega.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/308_mega.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/309.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/309.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/309.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/309.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/31.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/31.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/31.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/31.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/310.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/310.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/310.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/310.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/311.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/311.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/311.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/311.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/312.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/312.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/312.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/312.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/313.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/313.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/313.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/313.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/314.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/314.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/314.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/314.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/315.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/315.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/315.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/315.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/316.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/316.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/316.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/316.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/317.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/317.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/317.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/317.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/318.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/318.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/318.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/318.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/319.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/319.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/319.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/319.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/32.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/32.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/32.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/32.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/320.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/320.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/320.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/320.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/321.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/321.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/321.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/321.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/322.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/322.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/322.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/322.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/323.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/323.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/323.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/323.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/323_mega.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/323_mega.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/323_mega.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/323_mega.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/324.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/324.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/324.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/324.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/325.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/325.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/325.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/325.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/326.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/326.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/326.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/326.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/327.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/327.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/327.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/327.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/328.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/328.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/328.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/328.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/329.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/329.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/329.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/329.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/33.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/33.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/33.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/33.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/330.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/330.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/330.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/330.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/331.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/331.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/331.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/331.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/332.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/332.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/332.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/332.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/333.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/333.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/333.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/333.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/334.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/334.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/334.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/334.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/334_mega.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/334_mega.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/334_mega.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/334_mega.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/335.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/335.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/335.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/335.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/336.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/336.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/336.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/336.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/337.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/337.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/337.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/337.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/338.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/338.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/338.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/338.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/339.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/339.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/339.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/339.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/34.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/34.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/34.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/34.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/340.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/340.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/340.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/340.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/341.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/341.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/341.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/341.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/342.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/342.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/342.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/342.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/343.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/343.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/343.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/343.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/344.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/344.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/344.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/344.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/345.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/345.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/345.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/345.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/346.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/346.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/346.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/346.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/347.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/347.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/347.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/347.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/348.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/348.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/348.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/348.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/349.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/349.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/349.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/349.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/35.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/35.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/35.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/35.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/350.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/350.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/350.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/350.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/351.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/351.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/351.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/351.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/352.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/352.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/352.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/352.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/353.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/353.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/353.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/353.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/354.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/354.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/354.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/354.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/354_mega.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/354_mega.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/354_mega.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/354_mega.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/355.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/355.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/355.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/355.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/356.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/356.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/356.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/356.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/357.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/357.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/357.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/357.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/358.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/358.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/358.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/358.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/359.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/359.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/359.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/359.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/359_mega.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/359_mega.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/359_mega.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/359_mega.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/36.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/36.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/36.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/36.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/360.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/360.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/360.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/360.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/361.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/361.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/361.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/361.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/362.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/362.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/362.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/362.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/363.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/363.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/363.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/363.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/364.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/364.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/364.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/364.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/365.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/365.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/365.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/365.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/366.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/366.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/366.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/366.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/367.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/367.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/367.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/367.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/368.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/368.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/368.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/368.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/369.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/369.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/369.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/369.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/37.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/37.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/37.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/37.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/370.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/370.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/370.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/370.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/371.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/371.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/371.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/371.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/372.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/372.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/372.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/372.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/373.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/373.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/373.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/373.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/374.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/374.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/374.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/374.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/375.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/375.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/375.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/375.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/376.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/376.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/376.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/376.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/376_mega.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/376_mega.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/376_mega.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/376_mega.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/377.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/377.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/377.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/377.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/378.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/378.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/378.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/378.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/379.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/379.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/379.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/379.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/38.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/38.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/38.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/38.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/380.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/380.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/380.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/380.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/381.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/381.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/381.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/381.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/382.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/382.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/382.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/382.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/382_primal.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/382_primal.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/382_primal.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/382_primal.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/383.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/383.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/383.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/383.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/383_primal.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/383_primal.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/383_primal.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/383_primal.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/384.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/384.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/384.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/384.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/385.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/385.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/385.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/385.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/386.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/386.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/386.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/386.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/386_attack.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/386_attack.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/386_attack.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/386_attack.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/386_defense.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/386_defense.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/386_defense.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/386_defense.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/386_speed.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/386_speed.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/386_speed.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/386_speed.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/387.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/387.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/387.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/387.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/388.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/388.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/388.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/388.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/389.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/389.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/389.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/389.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/39.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/39.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/39.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/39.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/390.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/390.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/390.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/390.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/391.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/391.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/391.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/391.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/392.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/392.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/392.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/392.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/393.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/393.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/393.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/393.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/394.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/394.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/394.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/394.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/395.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/395.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/395.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/395.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/396.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/396.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/396.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/396.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/397.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/397.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/397.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/397.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/398.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/398.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/398.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/398.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/399.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/399.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/399.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/399.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/4.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/4.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/4.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/4.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/40.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/40.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/40.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/40.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/400.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/400.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/400.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/400.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/401.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/401.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/401.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/401.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/402.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/402.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/402.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/402.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/403.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/403.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/403.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/403.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/404.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/404.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/404.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/404.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/405.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/405.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/405.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/405.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/406.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/406.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/406.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/406.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/407.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/407.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/407.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/407.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/408.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/408.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/408.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/408.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/409.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/409.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/409.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/409.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/41.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/41.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/41.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/41.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/410.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/410.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/410.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/410.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/411.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/411.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/411.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/411.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/412.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/412.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/412.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/412.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/413.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/413.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/413.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/413.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/413_sandy.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/413_sandy.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/413_sandy.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/413_sandy.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/413_trash.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/413_trash.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/413_trash.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/413_trash.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/414.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/414.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/414.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/414.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/415.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/415.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/415.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/415.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/416.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/416.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/416.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/416.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/417.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/417.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/417.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/417.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/418.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/418.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/418.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/418.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/419.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/419.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/419.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/419.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/42.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/42.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/42.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/42.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/420.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/420.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/420.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/420.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/421.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/421.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/421.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/421.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/422.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/422.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/422.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/422.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/423.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/423.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/423.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/423.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/424.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/424.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/424.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/424.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/425.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/425.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/425.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/425.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/426.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/426.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/426.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/426.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/427.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/427.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/427.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/427.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/428.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/428.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/428.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/428.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/428_mega.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/428_mega.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/428_mega.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/428_mega.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/429.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/429.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/429.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/429.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/43.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/43.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/43.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/43.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/430.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/430.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/430.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/430.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/431.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/431.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/431.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/431.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/432.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/432.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/432.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/432.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/433.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/433.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/433.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/433.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/434.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/434.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/434.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/434.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/435.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/435.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/435.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/435.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/436.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/436.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/436.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/436.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/437.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/437.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/437.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/437.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/438.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/438.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/438.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/438.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/439.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/439.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/439.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/439.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/44.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/44.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/44.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/44.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/440.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/440.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/440.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/440.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/441.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/441.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/441.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/441.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/442.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/442.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/442.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/442.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/443.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/443.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/443.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/443.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/444.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/444.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/444.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/444.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/445.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/445.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/445.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/445.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/445_mega.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/445_mega.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/445_mega.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/445_mega.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/446.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/446.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/446.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/446.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/447.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/447.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/447.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/447.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/448.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/448.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/448.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/448.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/448_mega.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/448_mega.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/448_mega.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/448_mega.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/449.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/449.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/449.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/449.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/45.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/45.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/45.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/45.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/450.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/450.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/450.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/450.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/451.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/451.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/451.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/451.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/452.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/452.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/452.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/452.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/453.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/453.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/453.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/453.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/454.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/454.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/454.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/454.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/455.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/455.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/455.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/455.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/456.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/456.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/456.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/456.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/457.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/457.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/457.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/457.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/458.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/458.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/458.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/458.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/459.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/459.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/459.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/459.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/46.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/46.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/46.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/46.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/460.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/460.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/460.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/460.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/460_mega.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/460_mega.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/460_mega.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/460_mega.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/461.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/461.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/461.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/461.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/462.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/462.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/462.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/462.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/463.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/463.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/463.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/463.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/464.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/464.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/464.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/464.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/465.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/465.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/465.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/465.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/466.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/466.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/466.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/466.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/467.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/467.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/467.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/467.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/468.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/468.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/468.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/468.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/469.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/469.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/469.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/469.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/47.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/47.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/47.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/47.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/470.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/470.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/470.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/470.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/471.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/471.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/471.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/471.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/472.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/472.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/472.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/472.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/473.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/473.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/473.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/473.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/474.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/474.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/474.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/474.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/475.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/475.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/475.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/475.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/475_mega.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/475_mega.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/475_mega.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/475_mega.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/476.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/476.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/476.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/476.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/477.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/477.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/477.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/477.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/478.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/478.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/478.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/478.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/479.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/479.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/479.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/479.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/479_fan.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/479_fan.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/479_fan.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/479_fan.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/479_frost.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/479_frost.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/479_frost.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/479_frost.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/479_heat.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/479_heat.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/479_heat.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/479_heat.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/479_mow.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/479_mow.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/479_mow.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/479_mow.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/479_wash.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/479_wash.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/479_wash.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/479_wash.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/48.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/48.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/48.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/48.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/480.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/480.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/480.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/480.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/481.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/481.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/481.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/481.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/482.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/482.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/482.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/482.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/483.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/483.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/483.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/483.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/484.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/484.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/484.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/484.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/485.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/485.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/485.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/485.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/486.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/486.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/486.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/486.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/487.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/487.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/487.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/487.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/487_origin.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/487_origin.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/487_origin.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/487_origin.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/488.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/488.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/488.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/488.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/489.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/489.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/489.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/489.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/49.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/49.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/49.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/49.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/490.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/490.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/490.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/490.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/491.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/491.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/491.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/491.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/492.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/492.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/492.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/492.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/492_sky.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/492_sky.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/492_sky.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/492_sky.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/493.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/493.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/493.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/493.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/494.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/494.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/494.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/494.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/495.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/495.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/495.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/495.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/496.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/496.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/496.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/496.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/497.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/497.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/497.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/497.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/498.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/498.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/498.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/498.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/499.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/499.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/499.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/499.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/5.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/5.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/5.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/5.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/50.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/50.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/50.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/50.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/500.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/500.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/500.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/500.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/501.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/501.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/501.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/501.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/502.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/502.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/502.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/502.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/503.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/503.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/503.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/503.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/504.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/504.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/504.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/504.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/505.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/505.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/505.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/505.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/506.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/506.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/506.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/506.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/507.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/507.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/507.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/507.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/508.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/508.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/508.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/508.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/509.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/509.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/509.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/509.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/51.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/51.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/51.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/51.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/510.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/510.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/510.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/510.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/511.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/511.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/511.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/511.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/512.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/512.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/512.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/512.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/513.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/513.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/513.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/513.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/514.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/514.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/514.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/514.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/515.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/515.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/515.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/515.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/516.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/516.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/516.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/516.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/517.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/517.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/517.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/517.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/518.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/518.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/518.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/518.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/519.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/519.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/519.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/519.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/52.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/52.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/52.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/52.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/520.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/520.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/520.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/520.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/521.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/521.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/521.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/521.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/522.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/522.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/522.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/522.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/523.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/523.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/523.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/523.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/524.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/524.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/524.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/524.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/525.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/525.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/525.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/525.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/526.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/526.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/526.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/526.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/527.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/527.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/527.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/527.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/528.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/528.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/528.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/528.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/529.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/529.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/529.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/529.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/53.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/53.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/53.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/53.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/530.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/530.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/530.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/530.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/531.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/531.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/531.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/531.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/531_mega.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/531_mega.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/531_mega.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/531_mega.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/532.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/532.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/532.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/532.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/533.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/533.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/533.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/533.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/534.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/534.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/534.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/534.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/535.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/535.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/535.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/535.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/536.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/536.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/536.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/536.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/537.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/537.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/537.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/537.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/538.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/538.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/538.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/538.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/539.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/539.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/539.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/539.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/54.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/54.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/54.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/54.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/540.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/540.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/540.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/540.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/541.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/541.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/541.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/541.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/542.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/542.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/542.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/542.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/543.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/543.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/543.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/543.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/544.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/544.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/544.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/544.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/545.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/545.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/545.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/545.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/546.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/546.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/546.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/546.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/547.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/547.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/547.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/547.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/548.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/548.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/548.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/548.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/549.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/549.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/549.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/549.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/55.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/55.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/55.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/55.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/550.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/550.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/550.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/550.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/550_blue.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/550_blue.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/550_blue.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/550_blue.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/551.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/551.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/551.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/551.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/552.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/552.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/552.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/552.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/553.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/553.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/553.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/553.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/554.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/554.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/554.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/554.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/555.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/555.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/555.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/555.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/555_zen.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/555_zen.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/555_zen.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/555_zen.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/556.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/556.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/556.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/556.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/557.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/557.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/557.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/557.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/558.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/558.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/558.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/558.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/559.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/559.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/559.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/559.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/56.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/56.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/56.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/56.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/560.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/560.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/560.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/560.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/561.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/561.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/561.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/561.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/562.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/562.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/562.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/562.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/563.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/563.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/563.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/563.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/564.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/564.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/564.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/564.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/565.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/565.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/565.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/565.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/566.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/566.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/566.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/566.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/567.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/567.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/567.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/567.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/568.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/568.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/568.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/568.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/569.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/569.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/569.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/569.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/57.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/57.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/57.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/57.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/570.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/570.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/570.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/570.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/571.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/571.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/571.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/571.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/572.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/572.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/572.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/572.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/573.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/573.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/573.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/573.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/574.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/574.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/574.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/574.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/575.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/575.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/575.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/575.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/576.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/576.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/576.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/576.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/577.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/577.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/577.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/577.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/578.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/578.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/578.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/578.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/579.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/579.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/579.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/579.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/58.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/58.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/58.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/58.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/580.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/580.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/580.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/580.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/581.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/581.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/581.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/581.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/582.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/582.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/582.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/582.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/583.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/583.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/583.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/583.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/584.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/584.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/584.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/584.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/585.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/585.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/585.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/585.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/586.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/586.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/586.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/586.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/587.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/587.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/587.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/587.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/588.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/588.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/588.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/588.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/589.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/589.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/589.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/589.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/59.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/59.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/59.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/59.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/590.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/590.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/590.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/590.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/591.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/591.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/591.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/591.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/592.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/592.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/592.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/592.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/593.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/593.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/593.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/593.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/594.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/594.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/594.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/594.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/595.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/595.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/595.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/595.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/596.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/596.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/596.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/596.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/597.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/597.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/597.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/597.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/598.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/598.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/598.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/598.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/599.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/599.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/599.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/599.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/6.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/6.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/6.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/6.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/60.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/60.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/60.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/60.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/600.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/600.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/600.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/600.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/601.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/601.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/601.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/601.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/602.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/602.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/602.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/602.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/603.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/603.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/603.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/603.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/604.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/604.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/604.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/604.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/605.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/605.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/605.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/605.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/606.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/606.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/606.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/606.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/607.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/607.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/607.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/607.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/608.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/608.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/608.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/608.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/609.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/609.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/609.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/609.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/61.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/61.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/61.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/61.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/610.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/610.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/610.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/610.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/611.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/611.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/611.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/611.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/612.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/612.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/612.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/612.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/613.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/613.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/613.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/613.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/614.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/614.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/614.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/614.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/615.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/615.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/615.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/615.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/616.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/616.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/616.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/616.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/617.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/617.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/617.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/617.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/618.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/618.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/618.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/618.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/619.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/619.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/619.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/619.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/62.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/62.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/62.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/62.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/620.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/620.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/620.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/620.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/621.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/621.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/621.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/621.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/622.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/622.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/622.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/622.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/623.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/623.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/623.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/623.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/624.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/624.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/624.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/624.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/625.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/625.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/625.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/625.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/626.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/626.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/626.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/626.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/627.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/627.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/627.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/627.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/628.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/628.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/628.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/628.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/629.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/629.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/629.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/629.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/63.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/63.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/63.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/63.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/630.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/630.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/630.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/630.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/631.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/631.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/631.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/631.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/632.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/632.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/632.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/632.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/633.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/633.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/633.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/633.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/634.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/634.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/634.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/634.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/635.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/635.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/635.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/635.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/636.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/636.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/636.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/636.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/637.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/637.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/637.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/637.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/638.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/638.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/638.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/638.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/639.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/639.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/639.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/639.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/64.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/64.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/64.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/64.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/640.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/640.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/640.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/640.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/641.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/641.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/641.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/641.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/641_therian.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/641_therian.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/641_therian.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/641_therian.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/642.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/642.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/642.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/642.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/642_therian.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/642_therian.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/642_therian.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/642_therian.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/643.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/643.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/643.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/643.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/644.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/644.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/644.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/644.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/645.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/645.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/645.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/645.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/645_therian.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/645_therian.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/645_therian.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/645_therian.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/646.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/646.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/646.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/646.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/646_black.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/646_black.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/646_black.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/646_black.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/646_white.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/646_white.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/646_white.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/646_white.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/647.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/647.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/647.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/647.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/648.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/648.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/648.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/648.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/648_pirouette.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/648_pirouette.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/648_pirouette.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/648_pirouette.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/649.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/649.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/649.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/649.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/65.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/65.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/65.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/65.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/650.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/650.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/650.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/650.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/651.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/651.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/651.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/651.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/652.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/652.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/652.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/652.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/653.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/653.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/653.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/653.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/654.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/654.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/654.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/654.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/655.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/655.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/655.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/655.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/656.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/656.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/656.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/656.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/657.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/657.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/657.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/657.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/658.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/658.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/658.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/658.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/659.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/659.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/659.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/659.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/65_mega.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/65_mega.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/65_mega.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/65_mega.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/66.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/66.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/66.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/66.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/660.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/660.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/660.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/660.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/661.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/661.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/661.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/661.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/662.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/662.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/662.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/662.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/663.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/663.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/663.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/663.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/664.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/664.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/664.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/664.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/665.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/665.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/665.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/665.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/666.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/666.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/666.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/666.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/667.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/667.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/667.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/667.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/668.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/668.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/668.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/668.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/669.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/669.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/669.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/669.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/67.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/67.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/67.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/67.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/670.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/670.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/670.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/670.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/671.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/671.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/671.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/671.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/672.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/672.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/672.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/672.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/673.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/673.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/673.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/673.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/674.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/674.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/674.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/674.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/675.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/675.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/675.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/675.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/676.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/676.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/676.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/676.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/677.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/677.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/677.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/677.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/678.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/678.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/678.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/678.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/678_f.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/678_f.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/678_f.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/678_f.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/679.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/679.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/679.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/679.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/68.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/68.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/68.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/68.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/680.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/680.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/680.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/680.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/681.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/681.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/681.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/681.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/681_blade.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/681_blade.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/681_blade.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/681_blade.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/682.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/682.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/682.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/682.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/683.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/683.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/683.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/683.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/684.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/684.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/684.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/684.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/685.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/685.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/685.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/685.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/686.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/686.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/686.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/686.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/687.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/687.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/687.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/687.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/688.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/688.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/688.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/688.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/689.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/689.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/689.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/689.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/69.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/69.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/69.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/69.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/690.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/690.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/690.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/690.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/691.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/691.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/691.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/691.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/692.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/692.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/692.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/692.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/693.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/693.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/693.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/693.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/694.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/694.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/694.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/694.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/695.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/695.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/695.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/695.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/696.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/696.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/696.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/696.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/697.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/697.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/697.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/697.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/698.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/698.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/698.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/698.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/699.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/699.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/699.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/699.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/6_mega_x.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/6_mega_x.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/6_mega_x.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/6_mega_x.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/6_mega_y.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/6_mega_y.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/6_mega_y.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/6_mega_y.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/7.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/7.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/7.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/7.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/70.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/70.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/70.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/70.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/700.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/700.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/700.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/700.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/701.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/701.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/701.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/701.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/702.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/702.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/702.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/702.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/703.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/703.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/703.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/703.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/704.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/704.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/704.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/704.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/705.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/705.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/705.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/705.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/706.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/706.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/706.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/706.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/707.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/707.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/707.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/707.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/708.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/708.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/708.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/708.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/709.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/709.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/709.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/709.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/71.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/71.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/71.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/71.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/710.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/710.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/710.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/710.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/710_large.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/710_large.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/710_large.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/710_large.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/710_small.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/710_small.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/710_small.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/710_small.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/710_super.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/710_super.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/710_super.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/710_super.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/711.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/711.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/711.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/711.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/711_large.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/711_large.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/711_large.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/711_large.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/711_small.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/711_small.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/711_small.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/711_small.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/711_super.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/711_super.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/711_super.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/711_super.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/712.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/712.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/712.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/712.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/713.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/713.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/713.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/713.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/714.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/714.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/714.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/714.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/715.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/715.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/715.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/715.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/716.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/716.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/716.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/716.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/717.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/717.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/717.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/717.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/718.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/718.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/718.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/718.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/719.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/719.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/719.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/719.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/719_mega.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/719_mega.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/719_mega.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/719_mega.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/72.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/72.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/72.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/72.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/720.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/720.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/720.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/720.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/721.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/721.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/721.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/721.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/73.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/73.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/73.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/73.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/74.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/74.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/74.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/74.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/75.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/75.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/75.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/75.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/76.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/76.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/76.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/76.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/77.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/77.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/77.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/77.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/78.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/78.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/78.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/78.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/79.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/79.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/79.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/79.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/8.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/8.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/8.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/8.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/80.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/80.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/80.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/80.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/80_mega.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/80_mega.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/80_mega.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/80_mega.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/81.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/81.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/81.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/81.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/82.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/82.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/82.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/82.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/83.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/83.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/83.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/83.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/84.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/84.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/84.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/84.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/85.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/85.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/85.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/85.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/86.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/86.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/86.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/86.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/87.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/87.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/87.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/87.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/88.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/88.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/88.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/88.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/89.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/89.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/89.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/89.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/9.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/9.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/9.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/9.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/90.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/90.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/90.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/90.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/91.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/91.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/91.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/91.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/92.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/92.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/92.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/92.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/93.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/93.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/93.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/93.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/94.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/94.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/94.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/94.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/94_mega.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/94_mega.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/94_mega.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/94_mega.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/95.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/95.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/95.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/95.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/96.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/96.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/96.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/96.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/97.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/97.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/97.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/97.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/98.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/98.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/98.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/98.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/99.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/99.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/99.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/99.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/frontier/0.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/frontier/0.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/frontier/0.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/frontier/0.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/frontier/1.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/frontier/1.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/frontier/1.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/frontier/1.dat diff --git a/2.5DHero/2.5DHero/Content/Pokemon/Data/frontier/2.dat b/2.5DHero/2.5DHeroContent/Content/Pokemon/Data/frontier/2.dat similarity index 100% rename from 2.5DHero/2.5DHero/Content/Pokemon/Data/frontier/2.dat rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Data/frontier/2.dat diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Egg/Egg_back.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Egg/Egg_back.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Egg/Egg_back.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Egg/Egg_back.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Egg/Egg_front.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Egg/Egg_front.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Egg/Egg_front.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Egg/Egg_front.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Egg/Egg_manaphy_back.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Egg/Egg_manaphy_back.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Egg/Egg_manaphy_back.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Egg/Egg_manaphy_back.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Egg/Egg_manaphy_front.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Egg/Egg_manaphy_front.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Egg/Egg_manaphy_front.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Egg/Egg_manaphy_front.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Egg/Templates/Back.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Egg/Templates/Back.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Egg/Templates/Back.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Egg/Templates/Back.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Egg/Templates/Front.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Egg/Templates/Front.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Egg/Templates/Front.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Egg/Templates/Front.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Egg/Templates/Menu.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Egg/Templates/Menu.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Egg/Templates/Menu.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Egg/Templates/Menu.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/1.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/1.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/1.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/1.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/10.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/10.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/10.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/10.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/100.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/100.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/100.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/100.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/101.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/101.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/101.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/101.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/102.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/102.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/102.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/102.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/103.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/103.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/103.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/103.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/104.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/104.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/104.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/104.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/105.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/105.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/105.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/105.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/106.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/106.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/106.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/106.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/107.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/107.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/107.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/107.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/108.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/108.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/108.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/108.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/109.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/109.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/109.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/109.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/11.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/11.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/11.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/11.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/110.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/110.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/110.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/110.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/111.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/111.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/111.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/111.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/112.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/112.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/112.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/112.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/113.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/113.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/113.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/113.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/114.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/114.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/114.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/114.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/115.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/115.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/115.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/115.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/116.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/116.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/116.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/116.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/117.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/117.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/117.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/117.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/118.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/118.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/118.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/118.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/119.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/119.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/119.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/119.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/12.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/12.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/12.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/12.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/120.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/120.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/120.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/120.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/121.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/121.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/121.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/121.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/122.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/122.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/122.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/122.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/123.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/123.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/123.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/123.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/124.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/124.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/124.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/124.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/125.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/125.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/125.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/125.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/126.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/126.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/126.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/126.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/127.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/127.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/127.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/127.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/128.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/128.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/128.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/128.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/129.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/129.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/129.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/129.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/13.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/13.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/13.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/13.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/130.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/130.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/130.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/130.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/131.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/131.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/131.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/131.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/132.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/132.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/132.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/132.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/133.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/133.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/133.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/133.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/134.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/134.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/134.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/134.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/135.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/135.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/135.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/135.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/136.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/136.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/136.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/136.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/137.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/137.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/137.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/137.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/138.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/138.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/138.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/138.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/139.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/139.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/139.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/139.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/14.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/14.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/14.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/14.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/140.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/140.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/140.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/140.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/141.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/141.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/141.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/141.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/142.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/142.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/142.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/142.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/143.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/143.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/143.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/143.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/144.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/144.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/144.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/144.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/145.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/145.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/145.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/145.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/146.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/146.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/146.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/146.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/147.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/147.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/147.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/147.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/148.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/148.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/148.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/148.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/149.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/149.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/149.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/149.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/15.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/15.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/15.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/15.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/150.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/150.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/150.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/150.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/151.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/151.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/151.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/151.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/152.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/152.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/152.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/152.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/153.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/153.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/153.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/153.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/154.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/154.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/154.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/154.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/155.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/155.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/155.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/155.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/156.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/156.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/156.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/156.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/157.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/157.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/157.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/157.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/158.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/158.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/158.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/158.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/159.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/159.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/159.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/159.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/15_mega.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/15_mega.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/15_mega.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/15_mega.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/16.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/16.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/16.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/16.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/160.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/160.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/160.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/160.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/161.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/161.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/161.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/161.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/162.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/162.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/162.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/162.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/163.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/163.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/163.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/163.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/164.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/164.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/164.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/164.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/165.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/165.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/165.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/165.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/166.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/166.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/166.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/166.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/167.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/167.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/167.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/167.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/168.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/168.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/168.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/168.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/169.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/169.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/169.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/169.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/17.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/17.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/17.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/17.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/170.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/170.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/170.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/170.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/171.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/171.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/171.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/171.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/172.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/172.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/172.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/172.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/172_spiky-eared.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/172_spiky-eared.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/172_spiky-eared.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/172_spiky-eared.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/173.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/173.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/173.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/173.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/174.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/174.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/174.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/174.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/175.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/175.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/175.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/175.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/176.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/176.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/176.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/176.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/177.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/177.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/177.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/177.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/178.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/178.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/178.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/178.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/179.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/179.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/179.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/179.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/18.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/18.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/18.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/18.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/180.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/180.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/180.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/180.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/181.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/181.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/181.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/181.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/181_mega.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/181_mega.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/181_mega.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/181_mega.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/182.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/182.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/182.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/182.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/183.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/183.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/183.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/183.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/184.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/184.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/184.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/184.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/185.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/185.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/185.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/185.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/186.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/186.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/186.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/186.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/187.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/187.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/187.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/187.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/188.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/188.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/188.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/188.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/189.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/189.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/189.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/189.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/18_mega.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/18_mega.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/18_mega.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/18_mega.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/19.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/19.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/19.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/19.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/190.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/190.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/190.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/190.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/191.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/191.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/191.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/191.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/192.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/192.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/192.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/192.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/193.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/193.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/193.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/193.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/194.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/194.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/194.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/194.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/195.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/195.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/195.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/195.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/196.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/196.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/196.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/196.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/197.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/197.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/197.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/197.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/198.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/198.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/198.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/198.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/199.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/199.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/199.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/199.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/2.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/2.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/2.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/2.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/20.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/20.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/20.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/20.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/200.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/200.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/200.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/200.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/201-a.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/201-a.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/201-a.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/201-a.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/201-b.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/201-b.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/201-b.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/201-b.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/201-c.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/201-c.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/201-c.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/201-c.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/201-d.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/201-d.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/201-d.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/201-d.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/201-e.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/201-e.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/201-e.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/201-e.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/201-exclamation.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/201-exclamation.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/201-exclamation.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/201-exclamation.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/201-f.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/201-f.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/201-f.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/201-f.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/201-g.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/201-g.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/201-g.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/201-g.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/201-h.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/201-h.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/201-h.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/201-h.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/201-i.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/201-i.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/201-i.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/201-i.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/201-j.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/201-j.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/201-j.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/201-j.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/201-k.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/201-k.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/201-k.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/201-k.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/201-l.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/201-l.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/201-l.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/201-l.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/201-m.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/201-m.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/201-m.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/201-m.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/201-n.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/201-n.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/201-n.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/201-n.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/201-o.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/201-o.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/201-o.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/201-o.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/201-p.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/201-p.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/201-p.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/201-p.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/201-q.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/201-q.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/201-q.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/201-q.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/201-question.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/201-question.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/201-question.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/201-question.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/201-r.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/201-r.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/201-r.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/201-r.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/201-s.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/201-s.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/201-s.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/201-s.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/201-t.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/201-t.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/201-t.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/201-t.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/201-u.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/201-u.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/201-u.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/201-u.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/201-v.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/201-v.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/201-v.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/201-v.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/201-w.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/201-w.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/201-w.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/201-w.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/201-x.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/201-x.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/201-x.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/201-x.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/201-y.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/201-y.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/201-y.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/201-y.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/201-z.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/201-z.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/201-z.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/201-z.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/201.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/201.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/201.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/201.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/202.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/202.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/202.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/202.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/203.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/203.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/203.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/203.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/204.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/204.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/204.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/204.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/205.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/205.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/205.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/205.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/206.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/206.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/206.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/206.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/207.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/207.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/207.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/207.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/208.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/208.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/208.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/208.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/209.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/209.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/209.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/209.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/21.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/21.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/21.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/21.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/210.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/210.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/210.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/210.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/211.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/211.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/211.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/211.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/212.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/212.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/212.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/212.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/212_mega.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/212_mega.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/212_mega.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/212_mega.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/213.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/213.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/213.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/213.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/214.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/214.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/214.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/214.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/214_mega.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/214_mega.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/214_mega.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/214_mega.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/215.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/215.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/215.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/215.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/216.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/216.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/216.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/216.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/217.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/217.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/217.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/217.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/218.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/218.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/218.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/218.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/219.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/219.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/219.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/219.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/22.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/22.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/22.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/22.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/220.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/220.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/220.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/220.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/221.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/221.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/221.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/221.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/222.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/222.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/222.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/222.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/223.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/223.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/223.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/223.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/224.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/224.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/224.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/224.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/225.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/225.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/225.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/225.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/226.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/226.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/226.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/226.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/227.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/227.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/227.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/227.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/228.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/228.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/228.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/228.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/229.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/229.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/229.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/229.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/23.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/23.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/23.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/23.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/230.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/230.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/230.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/230.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/231.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/231.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/231.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/231.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/232.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/232.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/232.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/232.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/233.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/233.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/233.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/233.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/234.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/234.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/234.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/234.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/235.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/235.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/235.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/235.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/236.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/236.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/236.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/236.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/237.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/237.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/237.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/237.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/238.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/238.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/238.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/238.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/239.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/239.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/239.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/239.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/24.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/24.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/24.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/24.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/240.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/240.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/240.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/240.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/241.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/241.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/241.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/241.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/242.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/242.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/242.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/242.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/243.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/243.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/243.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/243.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/244.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/244.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/244.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/244.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/245.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/245.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/245.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/245.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/246.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/246.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/246.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/246.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/247.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/247.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/247.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/247.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/248.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/248.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/248.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/248.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/248_mega.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/248_mega.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/248_mega.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/248_mega.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/249.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/249.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/249.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/249.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/25.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/25.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/25.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/25.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/250.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/250.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/250.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/250.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/251.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/251.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/251.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/251.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/252.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/252.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/252.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/252.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/253.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/253.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/253.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/253.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/254.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/254.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/254.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/254.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/254_mega.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/254_mega.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/254_mega.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/254_mega.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/255.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/255.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/255.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/255.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/256.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/256.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/256.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/256.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/257.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/257.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/257.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/257.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/257_mega.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/257_mega.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/257_mega.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/257_mega.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/258.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/258.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/258.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/258.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/259.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/259.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/259.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/259.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/26.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/26.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/26.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/26.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/260.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/260.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/260.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/260.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/260_mega.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/260_mega.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/260_mega.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/260_mega.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/261.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/261.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/261.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/261.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/262.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/262.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/262.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/262.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/263.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/263.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/263.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/263.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/264.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/264.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/264.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/264.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/265.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/265.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/265.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/265.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/266.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/266.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/266.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/266.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/267.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/267.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/267.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/267.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/268.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/268.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/268.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/268.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/269.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/269.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/269.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/269.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/27.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/27.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/27.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/27.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/270.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/270.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/270.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/270.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/271.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/271.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/271.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/271.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/272.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/272.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/272.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/272.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/273.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/273.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/273.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/273.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/274.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/274.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/274.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/274.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/275.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/275.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/275.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/275.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/276.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/276.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/276.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/276.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/277.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/277.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/277.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/277.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/278.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/278.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/278.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/278.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/279.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/279.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/279.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/279.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/28.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/28.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/28.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/28.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/280.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/280.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/280.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/280.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/281.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/281.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/281.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/281.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/282.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/282.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/282.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/282.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/282_mega.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/282_mega.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/282_mega.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/282_mega.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/283.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/283.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/283.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/283.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/284.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/284.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/284.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/284.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/285.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/285.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/285.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/285.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/286.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/286.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/286.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/286.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/287.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/287.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/287.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/287.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/288.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/288.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/288.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/288.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/289.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/289.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/289.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/289.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/29.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/29.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/29.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/29.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/290.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/290.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/290.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/290.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/291.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/291.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/291.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/291.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/292.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/292.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/292.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/292.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/293.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/293.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/293.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/293.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/294.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/294.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/294.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/294.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/295.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/295.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/295.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/295.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/296.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/296.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/296.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/296.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/297.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/297.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/297.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/297.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/298.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/298.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/298.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/298.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/299.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/299.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/299.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/299.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/3.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/3.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/3.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/3.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/30.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/30.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/30.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/30.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/300.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/300.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/300.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/300.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/301.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/301.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/301.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/301.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/302.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/302.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/302.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/302.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/303.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/303.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/303.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/303.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/304.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/304.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/304.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/304.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/305.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/305.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/305.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/305.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/306.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/306.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/306.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/306.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/306_mega.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/306_mega.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/306_mega.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/306_mega.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/307.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/307.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/307.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/307.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/308.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/308.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/308.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/308.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/308_mega.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/308_mega.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/308_mega.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/308_mega.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/309.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/309.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/309.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/309.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/31.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/31.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/31.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/31.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/310.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/310.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/310.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/310.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/311.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/311.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/311.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/311.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/312.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/312.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/312.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/312.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/313.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/313.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/313.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/313.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/314.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/314.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/314.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/314.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/315.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/315.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/315.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/315.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/316.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/316.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/316.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/316.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/317.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/317.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/317.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/317.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/318.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/318.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/318.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/318.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/319.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/319.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/319.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/319.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/32.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/32.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/32.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/32.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/320.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/320.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/320.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/320.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/321.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/321.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/321.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/321.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/322.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/322.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/322.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/322.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/323.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/323.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/323.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/323.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/323_mega.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/323_mega.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/323_mega.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/323_mega.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/324.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/324.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/324.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/324.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/325.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/325.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/325.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/325.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/326.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/326.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/326.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/326.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/327.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/327.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/327.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/327.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/328.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/328.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/328.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/328.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/329.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/329.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/329.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/329.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/33.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/33.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/33.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/33.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/330.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/330.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/330.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/330.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/331.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/331.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/331.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/331.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/332.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/332.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/332.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/332.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/333.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/333.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/333.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/333.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/334.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/334.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/334.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/334.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/334_mega.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/334_mega.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/334_mega.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/334_mega.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/335.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/335.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/335.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/335.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/336.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/336.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/336.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/336.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/337.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/337.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/337.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/337.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/338.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/338.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/338.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/338.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/339.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/339.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/339.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/339.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/34.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/34.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/34.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/34.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/340.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/340.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/340.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/340.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/341.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/341.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/341.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/341.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/342.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/342.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/342.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/342.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/343.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/343.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/343.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/343.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/344.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/344.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/344.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/344.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/345.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/345.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/345.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/345.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/346.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/346.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/346.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/346.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/347.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/347.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/347.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/347.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/348.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/348.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/348.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/348.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/349.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/349.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/349.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/349.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/35.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/35.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/35.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/35.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/350.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/350.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/350.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/350.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/351.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/351.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/351.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/351.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/352.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/352.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/352.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/352.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/353.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/353.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/353.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/353.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/354.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/354.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/354.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/354.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/354_mega.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/354_mega.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/354_mega.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/354_mega.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/355.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/355.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/355.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/355.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/356.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/356.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/356.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/356.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/357.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/357.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/357.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/357.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/358.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/358.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/358.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/358.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/359.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/359.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/359.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/359.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/359_mega.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/359_mega.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/359_mega.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/359_mega.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/36.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/36.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/36.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/36.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/360.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/360.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/360.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/360.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/361.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/361.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/361.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/361.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/362.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/362.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/362.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/362.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/363.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/363.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/363.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/363.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/364.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/364.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/364.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/364.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/365.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/365.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/365.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/365.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/366.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/366.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/366.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/366.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/367.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/367.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/367.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/367.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/368.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/368.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/368.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/368.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/369.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/369.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/369.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/369.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/37.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/37.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/37.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/37.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/370.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/370.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/370.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/370.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/371.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/371.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/371.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/371.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/372.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/372.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/372.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/372.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/373.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/373.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/373.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/373.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/374.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/374.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/374.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/374.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/375.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/375.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/375.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/375.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/376.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/376.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/376.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/376.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/376_mega.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/376_mega.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/376_mega.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/376_mega.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/377.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/377.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/377.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/377.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/378.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/378.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/378.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/378.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/379.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/379.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/379.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/379.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/38.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/38.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/38.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/38.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/380.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/380.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/380.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/380.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/381.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/381.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/381.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/381.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/382.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/382.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/382.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/382.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/382_primal.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/382_primal.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/382_primal.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/382_primal.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/383.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/383.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/383.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/383.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/383_primal.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/383_primal.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/383_primal.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/383_primal.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/384.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/384.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/384.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/384.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/385.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/385.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/385.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/385.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/386.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/386.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/386.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/386.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/386_attack.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/386_attack.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/386_attack.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/386_attack.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/386_defense.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/386_defense.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/386_defense.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/386_defense.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/386_speed.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/386_speed.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/386_speed.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/386_speed.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/387.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/387.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/387.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/387.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/388.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/388.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/388.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/388.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/389.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/389.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/389.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/389.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/39.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/39.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/39.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/39.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/390.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/390.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/390.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/390.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/391.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/391.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/391.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/391.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/392.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/392.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/392.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/392.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/393.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/393.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/393.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/393.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/394.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/394.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/394.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/394.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/395.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/395.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/395.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/395.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/396.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/396.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/396.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/396.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/397.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/397.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/397.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/397.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/398.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/398.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/398.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/398.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/399.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/399.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/399.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/399.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/4.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/4.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/4.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/4.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/40.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/40.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/40.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/40.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/400.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/400.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/400.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/400.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/401.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/401.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/401.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/401.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/402.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/402.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/402.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/402.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/403.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/403.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/403.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/403.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/404.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/404.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/404.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/404.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/405.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/405.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/405.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/405.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/406.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/406.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/406.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/406.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/407.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/407.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/407.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/407.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/408.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/408.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/408.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/408.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/409.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/409.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/409.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/409.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/41.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/41.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/41.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/41.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/410.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/410.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/410.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/410.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/411.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/411.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/411.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/411.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/412.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/412.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/412.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/412.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/412_sandy.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/412_sandy.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/412_sandy.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/412_sandy.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/412_trash.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/412_trash.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/412_trash.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/412_trash.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/413.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/413.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/413.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/413.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/413_sandy.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/413_sandy.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/413_sandy.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/413_sandy.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/413_trash.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/413_trash.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/413_trash.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/413_trash.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/414.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/414.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/414.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/414.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/415.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/415.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/415.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/415.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/416.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/416.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/416.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/416.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/417.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/417.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/417.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/417.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/418.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/418.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/418.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/418.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/419.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/419.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/419.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/419.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/42.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/42.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/42.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/42.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/420.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/420.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/420.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/420.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/421.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/421.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/421.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/421.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/422.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/422.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/422.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/422.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/422e.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/422e.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/422e.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/422e.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/422w.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/422w.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/422w.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/422w.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/423e.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/423e.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/423e.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/423e.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/423w.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/423w.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/423w.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/423w.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/424.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/424.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/424.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/424.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/425.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/425.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/425.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/425.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/426.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/426.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/426.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/426.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/427.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/427.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/427.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/427.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/428.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/428.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/428.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/428.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/428_mega.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/428_mega.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/428_mega.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/428_mega.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/429.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/429.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/429.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/429.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/43.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/43.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/43.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/43.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/430.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/430.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/430.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/430.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/431.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/431.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/431.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/431.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/432.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/432.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/432.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/432.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/433.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/433.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/433.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/433.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/434.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/434.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/434.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/434.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/435.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/435.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/435.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/435.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/436.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/436.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/436.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/436.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/437.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/437.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/437.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/437.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/438.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/438.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/438.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/438.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/439.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/439.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/439.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/439.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/44.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/44.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/44.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/44.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/440.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/440.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/440.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/440.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/441.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/441.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/441.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/441.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/442.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/442.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/442.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/442.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/443.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/443.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/443.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/443.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/444.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/444.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/444.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/444.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/445.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/445.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/445.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/445.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/445_mega.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/445_mega.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/445_mega.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/445_mega.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/446.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/446.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/446.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/446.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/447.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/447.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/447.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/447.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/448.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/448.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/448.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/448.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/448_mega.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/448_mega.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/448_mega.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/448_mega.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/449.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/449.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/449.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/449.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/45.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/45.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/45.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/45.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/450.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/450.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/450.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/450.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/451.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/451.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/451.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/451.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/452.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/452.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/452.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/452.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/453.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/453.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/453.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/453.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/454.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/454.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/454.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/454.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/455.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/455.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/455.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/455.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/456.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/456.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/456.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/456.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/457.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/457.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/457.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/457.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/458.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/458.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/458.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/458.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/459.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/459.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/459.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/459.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/46.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/46.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/46.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/46.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/460.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/460.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/460.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/460.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/460_mega.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/460_mega.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/460_mega.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/460_mega.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/461.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/461.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/461.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/461.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/462.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/462.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/462.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/462.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/463.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/463.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/463.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/463.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/464.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/464.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/464.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/464.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/465.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/465.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/465.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/465.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/466.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/466.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/466.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/466.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/467.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/467.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/467.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/467.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/468.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/468.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/468.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/468.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/469.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/469.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/469.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/469.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/47.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/47.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/47.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/47.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/470.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/470.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/470.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/470.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/471.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/471.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/471.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/471.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/472.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/472.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/472.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/472.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/473.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/473.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/473.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/473.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/474.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/474.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/474.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/474.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/475.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/475.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/475.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/475.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/475_mega.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/475_mega.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/475_mega.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/475_mega.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/476.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/476.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/476.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/476.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/477.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/477.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/477.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/477.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/478.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/478.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/478.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/478.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/479.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/479.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/479.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/479.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/479_fan.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/479_fan.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/479_fan.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/479_fan.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/479_frost.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/479_frost.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/479_frost.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/479_frost.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/479_heat.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/479_heat.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/479_heat.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/479_heat.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/479_mow.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/479_mow.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/479_mow.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/479_mow.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/479_wash.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/479_wash.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/479_wash.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/479_wash.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/48.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/48.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/48.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/48.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/480.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/480.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/480.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/480.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/481.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/481.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/481.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/481.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/482.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/482.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/482.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/482.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/483.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/483.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/483.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/483.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/483_primal.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/483_primal.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/483_primal.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/483_primal.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/484.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/484.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/484.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/484.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/485.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/485.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/485.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/485.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/486.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/486.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/486.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/486.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/487.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/487.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/487.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/487.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/487_origin.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/487_origin.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/487_origin.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/487_origin.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/488.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/488.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/488.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/488.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/489.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/489.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/489.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/489.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/49.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/49.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/49.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/49.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/490.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/490.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/490.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/490.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/491.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/491.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/491.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/491.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/492.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/492.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/492.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/492.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/492_sky.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/492_sky.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/492_sky.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/492_sky.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/493.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/493.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/493.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/493.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/493_bug.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/493_bug.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/493_bug.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/493_bug.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/493_dark.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/493_dark.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/493_dark.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/493_dark.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/493_dragon.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/493_dragon.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/493_dragon.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/493_dragon.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/493_electric.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/493_electric.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/493_electric.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/493_electric.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/493_fairy.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/493_fairy.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/493_fairy.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/493_fairy.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/493_fighting.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/493_fighting.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/493_fighting.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/493_fighting.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/493_fire.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/493_fire.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/493_fire.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/493_fire.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/493_flying.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/493_flying.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/493_flying.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/493_flying.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/493_ghost.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/493_ghost.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/493_ghost.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/493_ghost.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/493_grass.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/493_grass.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/493_grass.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/493_grass.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/493_ground.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/493_ground.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/493_ground.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/493_ground.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/493_ice.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/493_ice.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/493_ice.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/493_ice.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/493_normal.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/493_normal.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/493_normal.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/493_normal.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/493_poison.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/493_poison.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/493_poison.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/493_poison.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/493_psychic.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/493_psychic.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/493_psychic.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/493_psychic.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/493_rock.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/493_rock.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/493_rock.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/493_rock.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/493_steel.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/493_steel.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/493_steel.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/493_steel.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/493_unknown.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/493_unknown.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/493_unknown.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/493_unknown.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/493_water.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/493_water.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/493_water.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/493_water.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/494.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/494.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/494.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/494.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/495.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/495.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/495.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/495.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/496.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/496.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/496.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/496.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/497.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/497.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/497.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/497.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/498.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/498.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/498.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/498.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/499.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/499.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/499.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/499.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/5.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/5.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/5.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/5.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/50.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/50.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/50.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/50.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/500.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/500.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/500.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/500.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/501.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/501.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/501.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/501.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/502.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/502.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/502.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/502.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/503.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/503.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/503.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/503.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/504.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/504.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/504.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/504.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/505.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/505.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/505.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/505.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/506.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/506.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/506.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/506.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/507.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/507.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/507.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/507.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/508.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/508.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/508.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/508.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/509.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/509.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/509.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/509.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/51.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/51.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/51.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/51.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/510.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/510.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/510.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/510.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/511.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/511.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/511.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/511.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/512.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/512.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/512.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/512.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/513.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/513.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/513.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/513.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/514.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/514.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/514.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/514.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/515.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/515.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/515.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/515.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/516.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/516.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/516.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/516.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/517.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/517.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/517.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/517.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/518.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/518.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/518.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/518.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/519.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/519.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/519.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/519.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/52.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/52.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/52.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/52.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/520.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/520.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/520.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/520.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/521.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/521.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/521.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/521.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/522.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/522.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/522.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/522.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/523.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/523.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/523.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/523.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/524.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/524.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/524.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/524.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/525.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/525.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/525.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/525.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/526.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/526.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/526.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/526.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/527.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/527.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/527.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/527.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/528.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/528.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/528.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/528.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/529.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/529.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/529.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/529.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/53.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/53.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/53.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/53.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/530.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/530.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/530.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/530.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/531.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/531.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/531.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/531.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/531_mega.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/531_mega.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/531_mega.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/531_mega.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/532.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/532.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/532.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/532.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/533.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/533.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/533.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/533.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/534.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/534.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/534.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/534.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/535.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/535.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/535.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/535.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/536.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/536.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/536.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/536.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/537.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/537.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/537.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/537.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/538.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/538.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/538.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/538.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/539.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/539.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/539.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/539.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/54.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/54.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/54.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/54.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/540.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/540.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/540.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/540.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/541.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/541.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/541.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/541.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/542.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/542.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/542.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/542.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/543.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/543.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/543.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/543.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/544.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/544.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/544.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/544.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/545.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/545.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/545.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/545.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/546.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/546.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/546.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/546.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/547.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/547.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/547.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/547.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/548.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/548.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/548.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/548.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/549.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/549.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/549.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/549.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/55.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/55.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/55.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/55.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/550.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/550.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/550.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/550.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/550_blue.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/550_blue.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/550_blue.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/550_blue.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/551.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/551.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/551.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/551.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/552.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/552.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/552.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/552.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/553.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/553.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/553.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/553.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/554.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/554.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/554.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/554.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/555.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/555.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/555.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/555.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/556.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/556.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/556.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/556.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/557.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/557.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/557.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/557.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/558.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/558.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/558.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/558.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/559.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/559.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/559.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/559.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/56.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/56.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/56.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/56.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/560.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/560.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/560.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/560.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/561.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/561.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/561.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/561.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/562.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/562.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/562.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/562.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/563.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/563.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/563.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/563.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/564.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/564.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/564.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/564.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/565.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/565.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/565.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/565.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/566.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/566.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/566.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/566.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/567.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/567.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/567.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/567.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/568.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/568.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/568.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/568.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/569.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/569.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/569.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/569.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/57.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/57.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/57.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/57.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/570.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/570.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/570.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/570.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/571.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/571.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/571.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/571.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/572.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/572.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/572.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/572.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/573.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/573.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/573.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/573.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/574.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/574.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/574.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/574.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/575.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/575.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/575.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/575.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/576.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/576.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/576.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/576.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/577.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/577.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/577.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/577.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/578.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/578.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/578.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/578.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/579.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/579.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/579.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/579.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/58.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/58.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/58.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/58.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/580.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/580.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/580.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/580.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/581.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/581.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/581.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/581.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/582.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/582.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/582.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/582.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/583.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/583.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/583.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/583.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/584.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/584.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/584.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/584.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/585_fa.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/585_fa.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/585_fa.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/585_fa.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/585_sp.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/585_sp.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/585_sp.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/585_sp.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/585_su.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/585_su.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/585_su.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/585_su.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/585_wi.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/585_wi.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/585_wi.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/585_wi.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/586_fa.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/586_fa.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/586_fa.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/586_fa.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/586_sp.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/586_sp.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/586_sp.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/586_sp.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/586_su.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/586_su.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/586_su.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/586_su.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/586_wi.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/586_wi.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/586_wi.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/586_wi.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/587.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/587.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/587.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/587.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/588.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/588.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/588.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/588.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/589.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/589.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/589.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/589.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/59.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/59.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/59.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/59.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/590.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/590.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/590.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/590.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/591.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/591.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/591.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/591.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/592.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/592.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/592.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/592.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/592_f.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/592_f.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/592_f.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/592_f.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/592_m.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/592_m.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/592_m.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/592_m.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/593_f.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/593_f.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/593_f.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/593_f.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/593_m.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/593_m.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/593_m.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/593_m.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/594.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/594.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/594.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/594.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/595.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/595.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/595.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/595.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/596.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/596.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/596.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/596.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/597.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/597.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/597.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/597.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/598.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/598.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/598.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/598.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/599.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/599.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/599.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/599.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/6.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/6.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/6.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/6.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/60.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/60.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/60.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/60.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/600.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/600.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/600.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/600.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/601.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/601.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/601.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/601.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/602.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/602.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/602.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/602.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/603.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/603.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/603.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/603.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/604.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/604.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/604.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/604.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/605.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/605.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/605.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/605.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/606.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/606.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/606.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/606.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/607.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/607.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/607.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/607.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/608.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/608.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/608.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/608.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/609.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/609.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/609.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/609.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/61.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/61.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/61.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/61.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/610.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/610.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/610.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/610.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/611.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/611.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/611.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/611.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/612.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/612.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/612.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/612.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/613.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/613.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/613.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/613.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/614.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/614.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/614.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/614.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/615.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/615.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/615.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/615.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/616.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/616.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/616.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/616.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/617.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/617.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/617.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/617.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/618.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/618.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/618.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/618.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/619.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/619.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/619.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/619.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/62.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/62.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/62.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/62.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/620.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/620.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/620.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/620.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/621.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/621.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/621.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/621.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/622.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/622.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/622.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/622.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/623.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/623.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/623.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/623.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/624.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/624.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/624.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/624.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/625.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/625.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/625.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/625.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/626.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/626.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/626.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/626.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/627.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/627.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/627.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/627.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/628.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/628.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/628.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/628.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/629.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/629.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/629.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/629.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/63.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/63.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/63.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/63.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/630.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/630.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/630.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/630.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/631.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/631.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/631.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/631.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/632.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/632.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/632.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/632.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/633.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/633.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/633.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/633.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/634.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/634.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/634.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/634.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/635.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/635.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/635.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/635.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/636.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/636.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/636.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/636.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/637.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/637.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/637.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/637.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/638.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/638.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/638.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/638.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/639.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/639.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/639.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/639.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/64.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/64.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/64.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/64.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/640.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/640.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/640.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/640.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/641.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/641.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/641.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/641.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/641_therian.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/641_therian.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/641_therian.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/641_therian.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/642.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/642.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/642.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/642.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/642_therian.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/642_therian.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/642_therian.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/642_therian.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/643.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/643.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/643.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/643.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/644.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/644.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/644.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/644.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/645.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/645.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/645.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/645.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/645_therian.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/645_therian.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/645_therian.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/645_therian.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/646.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/646.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/646.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/646.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/647.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/647.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/647.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/647.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/648.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/648.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/648.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/648.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/649.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/649.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/649.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/649.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/65.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/65.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/65.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/65.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/650.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/650.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/650.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/650.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/651.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/651.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/651.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/651.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/652.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/652.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/652.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/652.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/653.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/653.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/653.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/653.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/654.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/654.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/654.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/654.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/655.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/655.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/655.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/655.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/656.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/656.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/656.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/656.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/657.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/657.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/657.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/657.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/658.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/658.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/658.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/658.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/659.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/659.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/659.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/659.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/65_mega.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/65_mega.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/65_mega.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/65_mega.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/66.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/66.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/66.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/66.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/660.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/660.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/660.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/660.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/661.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/661.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/661.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/661.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/662.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/662.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/662.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/662.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/663.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/663.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/663.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/663.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/664.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/664.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/664.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/664.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/665.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/665.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/665.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/665.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/666_archipelago.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/666_archipelago.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/666_archipelago.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/666_archipelago.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/666_continental.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/666_continental.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/666_continental.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/666_continental.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/666_elegant.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/666_elegant.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/666_elegant.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/666_elegant.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/666_fancy.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/666_fancy.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/666_fancy.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/666_fancy.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/666_garden.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/666_garden.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/666_garden.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/666_garden.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/666_high_plains.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/666_high_plains.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/666_high_plains.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/666_high_plains.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/666_icy_snow.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/666_icy_snow.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/666_icy_snow.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/666_icy_snow.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/666_jungle.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/666_jungle.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/666_jungle.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/666_jungle.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/666_marine.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/666_marine.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/666_marine.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/666_marine.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/666_meadow.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/666_meadow.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/666_meadow.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/666_meadow.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/666_modern.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/666_modern.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/666_modern.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/666_modern.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/666_monsoon.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/666_monsoon.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/666_monsoon.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/666_monsoon.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/666_ocean.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/666_ocean.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/666_ocean.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/666_ocean.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/666_pokeball.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/666_pokeball.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/666_pokeball.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/666_pokeball.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/666_polar.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/666_polar.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/666_polar.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/666_polar.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/666_river.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/666_river.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/666_river.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/666_river.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/666_sandstorm.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/666_sandstorm.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/666_sandstorm.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/666_sandstorm.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/666_savanna.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/666_savanna.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/666_savanna.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/666_savanna.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/666_sun.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/666_sun.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/666_sun.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/666_sun.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/666_tundra.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/666_tundra.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/666_tundra.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/666_tundra.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/667.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/667.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/667.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/667.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/668_female.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/668_female.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/668_female.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/668_female.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/668_male.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/668_male.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/668_male.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/668_male.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/669_blue.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/669_blue.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/669_blue.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/669_blue.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/669_orange.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/669_orange.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/669_orange.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/669_orange.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/669_red.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/669_red.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/669_red.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/669_red.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/669_white.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/669_white.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/669_white.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/669_white.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/669_yellow.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/669_yellow.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/669_yellow.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/669_yellow.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/67.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/67.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/67.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/67.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/670_blue.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/670_blue.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/670_blue.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/670_blue.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/670_eternal.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/670_eternal.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/670_eternal.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/670_eternal.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/670_orange.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/670_orange.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/670_orange.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/670_orange.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/670_red.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/670_red.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/670_red.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/670_red.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/670_white.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/670_white.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/670_white.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/670_white.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/670_yellow.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/670_yellow.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/670_yellow.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/670_yellow.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/671_blue.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/671_blue.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/671_blue.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/671_blue.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/671_orange.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/671_orange.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/671_orange.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/671_orange.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/671_red.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/671_red.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/671_red.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/671_red.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/671_white.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/671_white.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/671_white.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/671_white.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/671_yellow.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/671_yellow.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/671_yellow.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/671_yellow.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/672.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/672.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/672.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/672.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/673.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/673.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/673.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/673.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/674.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/674.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/674.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/674.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/675.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/675.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/675.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/675.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/676_dandy.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/676_dandy.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/676_dandy.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/676_dandy.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/676_deputante.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/676_deputante.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/676_deputante.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/676_deputante.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/676_diamond.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/676_diamond.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/676_diamond.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/676_diamond.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/676_heart.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/676_heart.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/676_heart.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/676_heart.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/676_kabuki.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/676_kabuki.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/676_kabuki.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/676_kabuki.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/676_la_reine.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/676_la_reine.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/676_la_reine.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/676_la_reine.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/676_matron.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/676_matron.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/676_matron.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/676_matron.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/676_natural.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/676_natural.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/676_natural.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/676_natural.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/676_pharaoh.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/676_pharaoh.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/676_pharaoh.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/676_pharaoh.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/676_star.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/676_star.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/676_star.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/676_star.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/677.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/677.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/677.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/677.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/678_female.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/678_female.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/678_female.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/678_female.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/678_male.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/678_male.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/678_male.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/678_male.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/679.PNG b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/679.PNG similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/679.PNG rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/679.PNG diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/68.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/68.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/68.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/68.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/680.PNG b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/680.PNG similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/680.PNG rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/680.PNG diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/681.PNG b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/681.PNG similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/681.PNG rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/681.PNG diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/681_blade.PNG b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/681_blade.PNG similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/681_blade.PNG rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/681_blade.PNG diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/682.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/682.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/682.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/682.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/683.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/683.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/683.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/683.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/684.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/684.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/684.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/684.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/685.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/685.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/685.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/685.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/686.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/686.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/686.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/686.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/687.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/687.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/687.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/687.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/688.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/688.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/688.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/688.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/689.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/689.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/689.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/689.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/69.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/69.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/69.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/69.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/690.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/690.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/690.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/690.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/691.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/691.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/691.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/691.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/692.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/692.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/692.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/692.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/693.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/693.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/693.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/693.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/694.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/694.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/694.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/694.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/695.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/695.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/695.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/695.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/696.PNG b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/696.PNG similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/696.PNG rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/696.PNG diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/697.PNG b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/697.PNG similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/697.PNG rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/697.PNG diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/698.PNG b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/698.PNG similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/698.PNG rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/698.PNG diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/699.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/699.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/699.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/699.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/6_mega_x.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/6_mega_x.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/6_mega_x.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/6_mega_x.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/6_mega_y.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/6_mega_y.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/6_mega_y.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/6_mega_y.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/7.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/7.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/7.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/7.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/70.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/70.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/70.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/70.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/700.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/700.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/700.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/700.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/701.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/701.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/701.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/701.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/702.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/702.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/702.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/702.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/703.PNG b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/703.PNG similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/703.PNG rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/703.PNG diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/704.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/704.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/704.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/704.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/705.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/705.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/705.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/705.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/706.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/706.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/706.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/706.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/707.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/707.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/707.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/707.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/708.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/708.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/708.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/708.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/709.PNG b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/709.PNG similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/709.PNG rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/709.PNG diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/71.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/71.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/71.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/71.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/710.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/710.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/710.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/710.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/711.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/711.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/711.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/711.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/712.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/712.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/712.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/712.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/713.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/713.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/713.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/713.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/714.PNG b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/714.PNG similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/714.PNG rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/714.PNG diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/715.PNG b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/715.PNG similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/715.PNG rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/715.PNG diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/716.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/716.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/716.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/716.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/717.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/717.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/717.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/717.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/718.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/718.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/718.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/718.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/719.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/719.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/719.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/719.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/719_mega.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/719_mega.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/719_mega.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/719_mega.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/72.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/72.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/72.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/72.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/720_confined.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/720_confined.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/720_confined.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/720_confined.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/720_unbound.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/720_unbound.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/720_unbound.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/720_unbound.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/721.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/721.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/721.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/721.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/73.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/73.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/73.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/73.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/74.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/74.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/74.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/74.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/75.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/75.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/75.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/75.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/76.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/76.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/76.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/76.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/77.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/77.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/77.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/77.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/78.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/78.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/78.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/78.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/79.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/79.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/79.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/79.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/8.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/8.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/8.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/8.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/80.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/80.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/80.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/80.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/80_mega.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/80_mega.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/80_mega.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/80_mega.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/81.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/81.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/81.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/81.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/82.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/82.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/82.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/82.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/83.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/83.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/83.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/83.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/84.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/84.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/84.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/84.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/85.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/85.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/85.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/85.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/86.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/86.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/86.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/86.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/87.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/87.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/87.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/87.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/88.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/88.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/88.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/88.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/89.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/89.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/89.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/89.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/9.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/9.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/9.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/9.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/90.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/90.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/90.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/90.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/91.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/91.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/91.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/91.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/92.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/92.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/92.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/92.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/93.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/93.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/93.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/93.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/94.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/94.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/94.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/94.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/94_mega.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/94_mega.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/94_mega.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/94_mega.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/95.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/95.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/95.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/95.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/96.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/96.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/96.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/96.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/97.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/97.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/97.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/97.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/98.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/98.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/98.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/98.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/99.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/99.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Normal/99.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Normal/99.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/1.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/1.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/1.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/1.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/10.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/10.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/10.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/10.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/100.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/100.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/100.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/100.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/101.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/101.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/101.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/101.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/102.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/102.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/102.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/102.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/103.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/103.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/103.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/103.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/104.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/104.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/104.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/104.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/105.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/105.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/105.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/105.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/106.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/106.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/106.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/106.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/107.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/107.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/107.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/107.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/108.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/108.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/108.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/108.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/109.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/109.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/109.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/109.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/11.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/11.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/11.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/11.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/110.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/110.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/110.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/110.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/111.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/111.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/111.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/111.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/112.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/112.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/112.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/112.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/113.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/113.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/113.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/113.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/114.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/114.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/114.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/114.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/115.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/115.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/115.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/115.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/116.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/116.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/116.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/116.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/117.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/117.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/117.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/117.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/118.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/118.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/118.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/118.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/119.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/119.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/119.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/119.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/12.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/12.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/12.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/12.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/120.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/120.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/120.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/120.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/121.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/121.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/121.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/121.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/122.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/122.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/122.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/122.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/123.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/123.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/123.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/123.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/124.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/124.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/124.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/124.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/125.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/125.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/125.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/125.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/126.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/126.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/126.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/126.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/127.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/127.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/127.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/127.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/128.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/128.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/128.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/128.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/129.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/129.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/129.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/129.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/13.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/13.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/13.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/13.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/130.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/130.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/130.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/130.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/131.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/131.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/131.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/131.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/132.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/132.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/132.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/132.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/133.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/133.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/133.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/133.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/134.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/134.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/134.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/134.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/135.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/135.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/135.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/135.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/136.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/136.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/136.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/136.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/137.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/137.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/137.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/137.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/138.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/138.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/138.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/138.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/139.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/139.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/139.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/139.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/14.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/14.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/14.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/14.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/140.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/140.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/140.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/140.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/141.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/141.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/141.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/141.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/142.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/142.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/142.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/142.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/143.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/143.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/143.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/143.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/144.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/144.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/144.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/144.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/145.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/145.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/145.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/145.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/146.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/146.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/146.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/146.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/147.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/147.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/147.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/147.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/148.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/148.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/148.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/148.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/149.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/149.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/149.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/149.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/15.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/15.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/15.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/15.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/150.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/150.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/150.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/150.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/151.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/151.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/151.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/151.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/152.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/152.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/152.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/152.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/153.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/153.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/153.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/153.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/154.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/154.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/154.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/154.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/155.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/155.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/155.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/155.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/156.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/156.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/156.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/156.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/157.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/157.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/157.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/157.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/158.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/158.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/158.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/158.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/159.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/159.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/159.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/159.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/16.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/16.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/16.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/16.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/160.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/160.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/160.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/160.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/161.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/161.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/161.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/161.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/162.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/162.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/162.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/162.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/163.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/163.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/163.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/163.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/164.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/164.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/164.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/164.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/165.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/165.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/165.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/165.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/166.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/166.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/166.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/166.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/167.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/167.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/167.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/167.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/168.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/168.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/168.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/168.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/169.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/169.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/169.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/169.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/17.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/17.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/17.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/17.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/170.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/170.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/170.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/170.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/171.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/171.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/171.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/171.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/172.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/172.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/172.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/172.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/172_spiky-eared.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/172_spiky-eared.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/172_spiky-eared.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/172_spiky-eared.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/173.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/173.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/173.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/173.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/174.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/174.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/174.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/174.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/175.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/175.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/175.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/175.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/176.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/176.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/176.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/176.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/177.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/177.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/177.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/177.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/178.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/178.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/178.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/178.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/179.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/179.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/179.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/179.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/18.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/18.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/18.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/18.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/180.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/180.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/180.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/180.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/181.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/181.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/181.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/181.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/181_mega.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/181_mega.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/181_mega.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/181_mega.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/182.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/182.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/182.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/182.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/183.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/183.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/183.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/183.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/184.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/184.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/184.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/184.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/185.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/185.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/185.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/185.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/186.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/186.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/186.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/186.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/187.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/187.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/187.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/187.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/188.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/188.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/188.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/188.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/189.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/189.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/189.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/189.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/18_mega.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/18_mega.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/18_mega.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/18_mega.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/19.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/19.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/19.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/19.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/190.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/190.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/190.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/190.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/191.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/191.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/191.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/191.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/192.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/192.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/192.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/192.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/193.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/193.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/193.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/193.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/194.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/194.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/194.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/194.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/195.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/195.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/195.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/195.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/196.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/196.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/196.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/196.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/197.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/197.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/197.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/197.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/198.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/198.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/198.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/198.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/199.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/199.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/199.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/199.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/2.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/2.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/2.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/2.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/20.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/20.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/20.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/20.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/200.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/200.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/200.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/200.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/201-a.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/201-a.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/201-a.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/201-a.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/201-b.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/201-b.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/201-b.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/201-b.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/201-c.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/201-c.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/201-c.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/201-c.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/201-d.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/201-d.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/201-d.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/201-d.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/201-e.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/201-e.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/201-e.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/201-e.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/201-exclamation.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/201-exclamation.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/201-exclamation.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/201-exclamation.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/201-f.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/201-f.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/201-f.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/201-f.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/201-g.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/201-g.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/201-g.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/201-g.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/201-h.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/201-h.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/201-h.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/201-h.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/201-i.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/201-i.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/201-i.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/201-i.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/201-j.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/201-j.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/201-j.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/201-j.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/201-k.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/201-k.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/201-k.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/201-k.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/201-l.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/201-l.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/201-l.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/201-l.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/201-m.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/201-m.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/201-m.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/201-m.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/201-n.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/201-n.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/201-n.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/201-n.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/201-o.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/201-o.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/201-o.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/201-o.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/201-p.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/201-p.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/201-p.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/201-p.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/201-q.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/201-q.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/201-q.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/201-q.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/201-question.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/201-question.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/201-question.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/201-question.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/201-r.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/201-r.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/201-r.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/201-r.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/201-s.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/201-s.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/201-s.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/201-s.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/201-t.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/201-t.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/201-t.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/201-t.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/201-u.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/201-u.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/201-u.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/201-u.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/201-v.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/201-v.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/201-v.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/201-v.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/201-w.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/201-w.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/201-w.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/201-w.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/201-x.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/201-x.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/201-x.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/201-x.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/201-y.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/201-y.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/201-y.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/201-y.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/201-z.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/201-z.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/201-z.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/201-z.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/201.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/201.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/201.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/201.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/202.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/202.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/202.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/202.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/203.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/203.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/203.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/203.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/204.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/204.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/204.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/204.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/205.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/205.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/205.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/205.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/206.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/206.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/206.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/206.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/207.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/207.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/207.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/207.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/208.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/208.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/208.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/208.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/209.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/209.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/209.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/209.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/21.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/21.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/21.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/21.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/210.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/210.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/210.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/210.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/211.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/211.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/211.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/211.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/212.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/212.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/212.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/212.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/212_mega.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/212_mega.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/212_mega.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/212_mega.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/213.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/213.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/213.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/213.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/214.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/214.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/214.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/214.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/215.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/215.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/215.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/215.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/216.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/216.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/216.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/216.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/217.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/217.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/217.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/217.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/218.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/218.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/218.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/218.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/219.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/219.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/219.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/219.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/22.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/22.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/22.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/22.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/220.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/220.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/220.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/220.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/221.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/221.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/221.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/221.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/222.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/222.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/222.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/222.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/223.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/223.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/223.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/223.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/224.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/224.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/224.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/224.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/225.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/225.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/225.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/225.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/226.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/226.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/226.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/226.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/227.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/227.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/227.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/227.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/228.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/228.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/228.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/228.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/229.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/229.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/229.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/229.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/23.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/23.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/23.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/23.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/230.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/230.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/230.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/230.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/231.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/231.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/231.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/231.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/232.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/232.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/232.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/232.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/233.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/233.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/233.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/233.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/234.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/234.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/234.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/234.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/235.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/235.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/235.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/235.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/236.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/236.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/236.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/236.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/237.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/237.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/237.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/237.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/238.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/238.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/238.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/238.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/239.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/239.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/239.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/239.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/24.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/24.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/24.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/24.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/240.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/240.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/240.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/240.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/241.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/241.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/241.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/241.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/242.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/242.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/242.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/242.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/243.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/243.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/243.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/243.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/244.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/244.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/244.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/244.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/245.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/245.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/245.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/245.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/246.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/246.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/246.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/246.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/247.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/247.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/247.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/247.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/248.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/248.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/248.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/248.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/248_mega.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/248_mega.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/248_mega.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/248_mega.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/249.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/249.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/249.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/249.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/25.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/25.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/25.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/25.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/250.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/250.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/250.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/250.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/251.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/251.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/251.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/251.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/252.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/252.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/252.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/252.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/253.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/253.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/253.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/253.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/254.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/254.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/254.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/254.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/254_mega.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/254_mega.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/254_mega.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/254_mega.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/255.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/255.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/255.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/255.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/256.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/256.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/256.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/256.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/257.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/257.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/257.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/257.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/258.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/258.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/258.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/258.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/259.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/259.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/259.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/259.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/26.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/26.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/26.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/26.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/260.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/260.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/260.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/260.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/260_mega.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/260_mega.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/260_mega.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/260_mega.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/261.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/261.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/261.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/261.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/262.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/262.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/262.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/262.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/263.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/263.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/263.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/263.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/264.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/264.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/264.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/264.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/265.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/265.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/265.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/265.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/266.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/266.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/266.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/266.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/267.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/267.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/267.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/267.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/268.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/268.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/268.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/268.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/269.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/269.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/269.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/269.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/27.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/27.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/27.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/27.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/270.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/270.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/270.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/270.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/271.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/271.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/271.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/271.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/272.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/272.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/272.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/272.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/273.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/273.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/273.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/273.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/274.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/274.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/274.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/274.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/275.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/275.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/275.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/275.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/276.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/276.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/276.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/276.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/277.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/277.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/277.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/277.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/278.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/278.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/278.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/278.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/279.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/279.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/279.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/279.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/28.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/28.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/28.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/28.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/280.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/280.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/280.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/280.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/281.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/281.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/281.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/281.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/282.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/282.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/282.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/282.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/283.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/283.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/283.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/283.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/284.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/284.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/284.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/284.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/285.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/285.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/285.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/285.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/286.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/286.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/286.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/286.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/287.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/287.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/287.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/287.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/288.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/288.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/288.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/288.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/289.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/289.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/289.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/289.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/29.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/29.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/29.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/29.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/290.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/290.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/290.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/290.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/291.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/291.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/291.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/291.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/292.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/292.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/292.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/292.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/293.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/293.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/293.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/293.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/294.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/294.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/294.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/294.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/295.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/295.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/295.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/295.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/296.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/296.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/296.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/296.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/297.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/297.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/297.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/297.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/298.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/298.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/298.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/298.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/299.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/299.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/299.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/299.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/3.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/3.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/3.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/3.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/30.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/30.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/30.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/30.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/300.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/300.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/300.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/300.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/301.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/301.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/301.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/301.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/302.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/302.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/302.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/302.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/303.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/303.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/303.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/303.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/304.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/304.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/304.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/304.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/305.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/305.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/305.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/305.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/306.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/306.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/306.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/306.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/307.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/307.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/307.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/307.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/308.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/308.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/308.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/308.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/309.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/309.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/309.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/309.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/31.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/31.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/31.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/31.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/310.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/310.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/310.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/310.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/311.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/311.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/311.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/311.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/312.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/312.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/312.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/312.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/313.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/313.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/313.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/313.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/314.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/314.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/314.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/314.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/315.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/315.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/315.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/315.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/316.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/316.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/316.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/316.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/317.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/317.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/317.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/317.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/318.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/318.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/318.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/318.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/319.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/319.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/319.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/319.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/32.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/32.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/32.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/32.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/320.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/320.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/320.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/320.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/321.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/321.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/321.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/321.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/322.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/322.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/322.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/322.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/323.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/323.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/323.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/323.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/324.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/324.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/324.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/324.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/325.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/325.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/325.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/325.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/326.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/326.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/326.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/326.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/327.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/327.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/327.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/327.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/328.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/328.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/328.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/328.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/329.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/329.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/329.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/329.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/33.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/33.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/33.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/33.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/330.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/330.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/330.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/330.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/331.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/331.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/331.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/331.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/332.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/332.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/332.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/332.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/333.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/333.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/333.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/333.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/334.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/334.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/334.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/334.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/335.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/335.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/335.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/335.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/336.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/336.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/336.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/336.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/337.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/337.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/337.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/337.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/338.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/338.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/338.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/338.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/339.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/339.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/339.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/339.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/34.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/34.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/34.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/34.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/340.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/340.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/340.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/340.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/341.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/341.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/341.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/341.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/342.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/342.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/342.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/342.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/343.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/343.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/343.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/343.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/344.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/344.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/344.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/344.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/345.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/345.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/345.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/345.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/346.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/346.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/346.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/346.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/347.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/347.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/347.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/347.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/348.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/348.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/348.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/348.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/349.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/349.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/349.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/349.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/35.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/35.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/35.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/35.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/350.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/350.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/350.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/350.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/351.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/351.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/351.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/351.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/352.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/352.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/352.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/352.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/353.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/353.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/353.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/353.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/354.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/354.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/354.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/354.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/355.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/355.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/355.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/355.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/356.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/356.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/356.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/356.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/357.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/357.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/357.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/357.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/358.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/358.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/358.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/358.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/359.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/359.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/359.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/359.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/36.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/36.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/36.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/36.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/360.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/360.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/360.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/360.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/361.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/361.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/361.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/361.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/362.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/362.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/362.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/362.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/363.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/363.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/363.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/363.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/364.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/364.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/364.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/364.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/365.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/365.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/365.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/365.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/366.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/366.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/366.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/366.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/367.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/367.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/367.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/367.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/368.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/368.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/368.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/368.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/369.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/369.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/369.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/369.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/37.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/37.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/37.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/37.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/370.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/370.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/370.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/370.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/371.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/371.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/371.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/371.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/372.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/372.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/372.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/372.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/373.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/373.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/373.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/373.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/374.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/374.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/374.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/374.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/375.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/375.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/375.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/375.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/376.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/376.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/376.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/376.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/376_mega.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/376_mega.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/376_mega.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/376_mega.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/377.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/377.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/377.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/377.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/378.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/378.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/378.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/378.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/379.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/379.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/379.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/379.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/38.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/38.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/38.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/38.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/380.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/380.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/380.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/380.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/381.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/381.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/381.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/381.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/382.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/382.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/382.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/382.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/383.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/383.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/383.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/383.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/384.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/384.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/384.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/384.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/385.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/385.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/385.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/385.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/386.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/386.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/386.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/386.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/386_attack.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/386_attack.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/386_attack.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/386_attack.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/386_defense.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/386_defense.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/386_defense.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/386_defense.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/386_speed.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/386_speed.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/386_speed.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/386_speed.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/387.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/387.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/387.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/387.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/388.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/388.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/388.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/388.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/389.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/389.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/389.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/389.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/39.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/39.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/39.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/39.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/390.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/390.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/390.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/390.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/391.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/391.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/391.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/391.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/392.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/392.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/392.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/392.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/393.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/393.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/393.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/393.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/394.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/394.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/394.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/394.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/395.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/395.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/395.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/395.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/396.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/396.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/396.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/396.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/397.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/397.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/397.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/397.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/398.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/398.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/398.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/398.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/399.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/399.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/399.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/399.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/4.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/4.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/4.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/4.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/40.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/40.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/40.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/40.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/400.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/400.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/400.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/400.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/401.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/401.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/401.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/401.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/402.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/402.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/402.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/402.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/403.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/403.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/403.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/403.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/404.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/404.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/404.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/404.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/405.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/405.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/405.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/405.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/406.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/406.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/406.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/406.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/407.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/407.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/407.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/407.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/408.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/408.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/408.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/408.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/409.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/409.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/409.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/409.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/41.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/41.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/41.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/41.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/410.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/410.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/410.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/410.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/411.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/411.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/411.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/411.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/412.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/412.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/412.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/412.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/412_sandy.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/412_sandy.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/412_sandy.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/412_sandy.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/412_trash.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/412_trash.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/412_trash.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/412_trash.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/413.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/413.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/413.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/413.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/413_sandy.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/413_sandy.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/413_sandy.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/413_sandy.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/413_trash.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/413_trash.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/413_trash.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/413_trash.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/414.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/414.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/414.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/414.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/415.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/415.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/415.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/415.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/416.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/416.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/416.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/416.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/417.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/417.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/417.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/417.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/418.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/418.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/418.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/418.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/419.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/419.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/419.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/419.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/42.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/42.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/42.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/42.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/420.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/420.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/420.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/420.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/421.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/421.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/421.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/421.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/422.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/422.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/422.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/422.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/422e.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/422e.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/422e.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/422e.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/422w.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/422w.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/422w.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/422w.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/423e.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/423e.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/423e.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/423e.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/423w.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/423w.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/423w.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/423w.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/424.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/424.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/424.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/424.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/425.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/425.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/425.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/425.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/426.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/426.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/426.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/426.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/427.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/427.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/427.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/427.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/428.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/428.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/428.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/428.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/429.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/429.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/429.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/429.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/43.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/43.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/43.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/43.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/430.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/430.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/430.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/430.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/431.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/431.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/431.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/431.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/432.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/432.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/432.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/432.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/433.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/433.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/433.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/433.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/434.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/434.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/434.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/434.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/435.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/435.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/435.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/435.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/436.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/436.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/436.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/436.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/437.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/437.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/437.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/437.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/438.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/438.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/438.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/438.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/439.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/439.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/439.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/439.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/44.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/44.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/44.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/44.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/440.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/440.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/440.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/440.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/441.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/441.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/441.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/441.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/442.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/442.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/442.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/442.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/443.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/443.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/443.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/443.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/444.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/444.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/444.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/444.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/445.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/445.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/445.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/445.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/446.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/446.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/446.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/446.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/447.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/447.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/447.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/447.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/448.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/448.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/448.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/448.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/449.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/449.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/449.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/449.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/45.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/45.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/45.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/45.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/450.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/450.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/450.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/450.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/451.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/451.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/451.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/451.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/452.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/452.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/452.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/452.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/453.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/453.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/453.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/453.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/454.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/454.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/454.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/454.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/455.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/455.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/455.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/455.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/456.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/456.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/456.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/456.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/457.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/457.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/457.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/457.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/458.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/458.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/458.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/458.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/459.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/459.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/459.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/459.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/46.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/46.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/46.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/46.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/460.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/460.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/460.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/460.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/460_mega.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/460_mega.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/460_mega.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/460_mega.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/461.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/461.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/461.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/461.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/462.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/462.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/462.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/462.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/463.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/463.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/463.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/463.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/464.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/464.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/464.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/464.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/465.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/465.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/465.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/465.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/466.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/466.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/466.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/466.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/467.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/467.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/467.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/467.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/468.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/468.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/468.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/468.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/469.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/469.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/469.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/469.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/47.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/47.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/47.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/47.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/470.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/470.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/470.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/470.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/471.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/471.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/471.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/471.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/472.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/472.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/472.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/472.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/473.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/473.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/473.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/473.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/474.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/474.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/474.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/474.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/475.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/475.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/475.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/475.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/476.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/476.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/476.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/476.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/477.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/477.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/477.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/477.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/478.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/478.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/478.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/478.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/479.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/479.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/479.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/479.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/479_fan.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/479_fan.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/479_fan.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/479_fan.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/479_frost.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/479_frost.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/479_frost.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/479_frost.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/479_heat.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/479_heat.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/479_heat.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/479_heat.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/479_mow.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/479_mow.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/479_mow.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/479_mow.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/479_wash.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/479_wash.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/479_wash.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/479_wash.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/48.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/48.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/48.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/48.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/480.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/480.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/480.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/480.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/481.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/481.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/481.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/481.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/482.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/482.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/482.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/482.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/483.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/483.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/483.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/483.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/483_primal.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/483_primal.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/483_primal.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/483_primal.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/484.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/484.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/484.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/484.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/485.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/485.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/485.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/485.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/486.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/486.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/486.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/486.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/487.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/487.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/487.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/487.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/487_origin.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/487_origin.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/487_origin.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/487_origin.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/488.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/488.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/488.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/488.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/489.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/489.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/489.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/489.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/49.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/49.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/49.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/49.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/490.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/490.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/490.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/490.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/491.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/491.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/491.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/491.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/492.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/492.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/492.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/492.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/492_sky.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/492_sky.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/492_sky.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/492_sky.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/493.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/493.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/493.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/493.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/493_bug.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/493_bug.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/493_bug.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/493_bug.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/493_dark.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/493_dark.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/493_dark.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/493_dark.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/493_dragon.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/493_dragon.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/493_dragon.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/493_dragon.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/493_electric.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/493_electric.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/493_electric.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/493_electric.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/493_fairy.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/493_fairy.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/493_fairy.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/493_fairy.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/493_fighting.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/493_fighting.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/493_fighting.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/493_fighting.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/493_fire.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/493_fire.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/493_fire.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/493_fire.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/493_flying.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/493_flying.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/493_flying.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/493_flying.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/493_ghost.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/493_ghost.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/493_ghost.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/493_ghost.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/493_grass.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/493_grass.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/493_grass.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/493_grass.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/493_ground.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/493_ground.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/493_ground.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/493_ground.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/493_ice.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/493_ice.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/493_ice.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/493_ice.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/493_normal.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/493_normal.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/493_normal.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/493_normal.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/493_poison.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/493_poison.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/493_poison.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/493_poison.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/493_psychic.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/493_psychic.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/493_psychic.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/493_psychic.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/493_rock.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/493_rock.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/493_rock.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/493_rock.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/493_steel.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/493_steel.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/493_steel.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/493_steel.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/493_unknown.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/493_unknown.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/493_unknown.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/493_unknown.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/493_water.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/493_water.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/493_water.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/493_water.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/494.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/494.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/494.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/494.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/495.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/495.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/495.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/495.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/496.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/496.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/496.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/496.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/497.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/497.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/497.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/497.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/498.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/498.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/498.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/498.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/499.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/499.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/499.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/499.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/5.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/5.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/5.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/5.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/50.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/50.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/50.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/50.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/500.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/500.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/500.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/500.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/501.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/501.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/501.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/501.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/502.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/502.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/502.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/502.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/503.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/503.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/503.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/503.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/504.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/504.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/504.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/504.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/505.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/505.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/505.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/505.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/506.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/506.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/506.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/506.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/507.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/507.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/507.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/507.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/508.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/508.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/508.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/508.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/509.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/509.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/509.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/509.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/51.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/51.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/51.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/51.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/510.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/510.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/510.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/510.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/511.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/511.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/511.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/511.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/512.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/512.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/512.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/512.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/513.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/513.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/513.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/513.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/514.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/514.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/514.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/514.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/515.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/515.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/515.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/515.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/516.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/516.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/516.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/516.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/517.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/517.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/517.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/517.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/518.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/518.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/518.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/518.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/519.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/519.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/519.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/519.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/52.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/52.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/52.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/52.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/520.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/520.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/520.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/520.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/521.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/521.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/521.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/521.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/522.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/522.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/522.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/522.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/523.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/523.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/523.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/523.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/524.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/524.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/524.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/524.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/525.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/525.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/525.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/525.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/526.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/526.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/526.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/526.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/527.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/527.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/527.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/527.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/528.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/528.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/528.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/528.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/529.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/529.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/529.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/529.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/53.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/53.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/53.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/53.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/530.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/530.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/530.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/530.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/531.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/531.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/531.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/531.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/532.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/532.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/532.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/532.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/533.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/533.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/533.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/533.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/534.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/534.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/534.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/534.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/535.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/535.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/535.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/535.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/536.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/536.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/536.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/536.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/537.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/537.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/537.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/537.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/538.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/538.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/538.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/538.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/539.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/539.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/539.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/539.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/54.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/54.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/54.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/54.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/540.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/540.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/540.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/540.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/541.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/541.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/541.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/541.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/542.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/542.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/542.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/542.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/543.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/543.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/543.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/543.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/544.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/544.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/544.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/544.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/545.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/545.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/545.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/545.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/546.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/546.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/546.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/546.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/547.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/547.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/547.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/547.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/548.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/548.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/548.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/548.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/549.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/549.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/549.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/549.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/55.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/55.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/55.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/55.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/550.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/550.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/550.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/550.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/550_blue.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/550_blue.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/550_blue.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/550_blue.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/551.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/551.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/551.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/551.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/552.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/552.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/552.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/552.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/553.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/553.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/553.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/553.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/554.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/554.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/554.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/554.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/555.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/555.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/555.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/555.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/556.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/556.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/556.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/556.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/557.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/557.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/557.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/557.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/558.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/558.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/558.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/558.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/559.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/559.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/559.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/559.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/56.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/56.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/56.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/56.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/560.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/560.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/560.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/560.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/561.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/561.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/561.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/561.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/562.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/562.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/562.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/562.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/563.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/563.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/563.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/563.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/564.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/564.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/564.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/564.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/565.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/565.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/565.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/565.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/566.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/566.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/566.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/566.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/567.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/567.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/567.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/567.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/568.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/568.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/568.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/568.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/569.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/569.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/569.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/569.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/57.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/57.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/57.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/57.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/570.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/570.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/570.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/570.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/571.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/571.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/571.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/571.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/572.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/572.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/572.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/572.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/573.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/573.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/573.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/573.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/574.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/574.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/574.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/574.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/575.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/575.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/575.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/575.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/576.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/576.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/576.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/576.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/577.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/577.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/577.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/577.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/578.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/578.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/578.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/578.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/579.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/579.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/579.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/579.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/58.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/58.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/58.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/58.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/580.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/580.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/580.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/580.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/581.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/581.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/581.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/581.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/582.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/582.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/582.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/582.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/583.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/583.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/583.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/583.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/584.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/584.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/584.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/584.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/585_fa.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/585_fa.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/585_fa.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/585_fa.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/585_sp.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/585_sp.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/585_sp.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/585_sp.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/585_su.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/585_su.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/585_su.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/585_su.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/585_wi.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/585_wi.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/585_wi.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/585_wi.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/586_fa.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/586_fa.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/586_fa.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/586_fa.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/586_sp.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/586_sp.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/586_sp.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/586_sp.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/586_su.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/586_su.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/586_su.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/586_su.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/586_wi.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/586_wi.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/586_wi.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/586_wi.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/587.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/587.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/587.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/587.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/588.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/588.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/588.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/588.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/589.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/589.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/589.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/589.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/59.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/59.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/59.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/59.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/590.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/590.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/590.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/590.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/591.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/591.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/591.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/591.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/592.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/592.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/592.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/592.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/592_f.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/592_f.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/592_f.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/592_f.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/592_m.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/592_m.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/592_m.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/592_m.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/593_f.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/593_f.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/593_f.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/593_f.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/593_m.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/593_m.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/593_m.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/593_m.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/594.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/594.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/594.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/594.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/595.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/595.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/595.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/595.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/596.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/596.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/596.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/596.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/597.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/597.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/597.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/597.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/598.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/598.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/598.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/598.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/599.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/599.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/599.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/599.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/6.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/6.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/6.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/6.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/60.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/60.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/60.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/60.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/600.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/600.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/600.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/600.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/601.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/601.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/601.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/601.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/602.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/602.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/602.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/602.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/603.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/603.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/603.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/603.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/604.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/604.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/604.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/604.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/605.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/605.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/605.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/605.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/606.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/606.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/606.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/606.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/607.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/607.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/607.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/607.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/608.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/608.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/608.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/608.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/609.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/609.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/609.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/609.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/61.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/61.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/61.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/61.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/610.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/610.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/610.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/610.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/611.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/611.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/611.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/611.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/612.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/612.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/612.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/612.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/613.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/613.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/613.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/613.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/614.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/614.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/614.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/614.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/615.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/615.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/615.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/615.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/616.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/616.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/616.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/616.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/617.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/617.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/617.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/617.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/618.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/618.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/618.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/618.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/619.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/619.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/619.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/619.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/62.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/62.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/62.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/62.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/620.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/620.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/620.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/620.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/621.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/621.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/621.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/621.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/622.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/622.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/622.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/622.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/623.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/623.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/623.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/623.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/624.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/624.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/624.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/624.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/625.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/625.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/625.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/625.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/626.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/626.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/626.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/626.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/627.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/627.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/627.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/627.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/628.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/628.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/628.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/628.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/629.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/629.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/629.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/629.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/63.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/63.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/63.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/63.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/630.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/630.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/630.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/630.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/631.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/631.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/631.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/631.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/632.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/632.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/632.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/632.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/633.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/633.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/633.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/633.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/634.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/634.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/634.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/634.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/635.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/635.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/635.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/635.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/636.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/636.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/636.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/636.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/637.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/637.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/637.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/637.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/638.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/638.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/638.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/638.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/639.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/639.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/639.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/639.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/64.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/64.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/64.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/64.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/640.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/640.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/640.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/640.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/641.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/641.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/641.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/641.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/641_therian.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/641_therian.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/641_therian.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/641_therian.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/642.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/642.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/642.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/642.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/642_therian.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/642_therian.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/642_therian.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/642_therian.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/643.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/643.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/643.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/643.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/644.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/644.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/644.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/644.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/645.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/645.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/645.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/645.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/645_therian.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/645_therian.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/645_therian.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/645_therian.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/646.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/646.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/646.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/646.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/647.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/647.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/647.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/647.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/648.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/648.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/648.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/648.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/649.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/649.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/649.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/649.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/65.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/65.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/65.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/65.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/650.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/650.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/650.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/650.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/651.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/651.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/651.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/651.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/652.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/652.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/652.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/652.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/653.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/653.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/653.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/653.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/654.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/654.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/654.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/654.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/655.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/655.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/655.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/655.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/656.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/656.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/656.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/656.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/657.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/657.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/657.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/657.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/658.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/658.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/658.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/658.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/659.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/659.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/659.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/659.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/66.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/66.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/66.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/66.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/660.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/660.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/660.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/660.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/661.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/661.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/661.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/661.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/662.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/662.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/662.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/662.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/663.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/663.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/663.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/663.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/664.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/664.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/664.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/664.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/665.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/665.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/665.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/665.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/666_archipelago.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/666_archipelago.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/666_archipelago.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/666_archipelago.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/666_continental.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/666_continental.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/666_continental.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/666_continental.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/666_elegant.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/666_elegant.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/666_elegant.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/666_elegant.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/666_fancy.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/666_fancy.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/666_fancy.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/666_fancy.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/666_garden.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/666_garden.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/666_garden.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/666_garden.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/666_high_plains.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/666_high_plains.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/666_high_plains.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/666_high_plains.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/666_icy_snow.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/666_icy_snow.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/666_icy_snow.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/666_icy_snow.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/666_jungle.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/666_jungle.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/666_jungle.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/666_jungle.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/666_marine.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/666_marine.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/666_marine.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/666_marine.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/666_meadow.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/666_meadow.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/666_meadow.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/666_meadow.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/666_modern.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/666_modern.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/666_modern.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/666_modern.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/666_monsoon.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/666_monsoon.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/666_monsoon.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/666_monsoon.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/666_ocean.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/666_ocean.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/666_ocean.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/666_ocean.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/666_pokeball.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/666_pokeball.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/666_pokeball.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/666_pokeball.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/666_polar.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/666_polar.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/666_polar.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/666_polar.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/666_river.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/666_river.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/666_river.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/666_river.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/666_sandstorm.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/666_sandstorm.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/666_sandstorm.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/666_sandstorm.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/666_savanna.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/666_savanna.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/666_savanna.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/666_savanna.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/666_sun.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/666_sun.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/666_sun.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/666_sun.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/666_tundra.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/666_tundra.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/666_tundra.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/666_tundra.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/667.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/667.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/667.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/667.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/668_female.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/668_female.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/668_female.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/668_female.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/668_male.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/668_male.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/668_male.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/668_male.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/669_blue.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/669_blue.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/669_blue.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/669_blue.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/669_orange.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/669_orange.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/669_orange.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/669_orange.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/669_red.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/669_red.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/669_red.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/669_red.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/669_white.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/669_white.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/669_white.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/669_white.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/669_yellow.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/669_yellow.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/669_yellow.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/669_yellow.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/67.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/67.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/67.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/67.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/670_blue.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/670_blue.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/670_blue.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/670_blue.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/670_eternal.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/670_eternal.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/670_eternal.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/670_eternal.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/670_orange.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/670_orange.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/670_orange.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/670_orange.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/670_red.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/670_red.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/670_red.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/670_red.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/670_white.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/670_white.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/670_white.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/670_white.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/670_yellow.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/670_yellow.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/670_yellow.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/670_yellow.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/671_blue.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/671_blue.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/671_blue.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/671_blue.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/671_orange.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/671_orange.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/671_orange.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/671_orange.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/671_red.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/671_red.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/671_red.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/671_red.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/671_white.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/671_white.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/671_white.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/671_white.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/671_yellow.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/671_yellow.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/671_yellow.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/671_yellow.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/672.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/672.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/672.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/672.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/673.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/673.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/673.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/673.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/674.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/674.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/674.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/674.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/675.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/675.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/675.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/675.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/676_dandy.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/676_dandy.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/676_dandy.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/676_dandy.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/676_deputante.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/676_deputante.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/676_deputante.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/676_deputante.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/676_diamond.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/676_diamond.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/676_diamond.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/676_diamond.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/676_heart.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/676_heart.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/676_heart.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/676_heart.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/676_kabuki.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/676_kabuki.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/676_kabuki.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/676_kabuki.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/676_la_reine.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/676_la_reine.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/676_la_reine.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/676_la_reine.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/676_matron.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/676_matron.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/676_matron.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/676_matron.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/676_natural.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/676_natural.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/676_natural.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/676_natural.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/676_pharaoh.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/676_pharaoh.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/676_pharaoh.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/676_pharaoh.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/676_star.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/676_star.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/676_star.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/676_star.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/677.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/677.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/677.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/677.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/678_female.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/678_female.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/678_female.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/678_female.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/678_male.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/678_male.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/678_male.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/678_male.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/679.PNG b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/679.PNG similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/679.PNG rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/679.PNG diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/68.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/68.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/68.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/68.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/680.PNG b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/680.PNG similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/680.PNG rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/680.PNG diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/681.PNG b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/681.PNG similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/681.PNG rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/681.PNG diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/681_blade.PNG b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/681_blade.PNG similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/681_blade.PNG rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/681_blade.PNG diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/682.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/682.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/682.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/682.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/683.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/683.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/683.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/683.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/684.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/684.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/684.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/684.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/685.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/685.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/685.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/685.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/686.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/686.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/686.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/686.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/687.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/687.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/687.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/687.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/688.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/688.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/688.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/688.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/689.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/689.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/689.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/689.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/69.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/69.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/69.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/69.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/690.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/690.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/690.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/690.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/691.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/691.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/691.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/691.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/692.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/692.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/692.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/692.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/693.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/693.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/693.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/693.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/694.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/694.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/694.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/694.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/695.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/695.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/695.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/695.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/696.PNG b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/696.PNG similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/696.PNG rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/696.PNG diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/697.PNG b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/697.PNG similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/697.PNG rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/697.PNG diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/698.PNG b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/698.PNG similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/698.PNG rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/698.PNG diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/699.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/699.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/699.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/699.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/6_mega_x.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/6_mega_x.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/6_mega_x.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/6_mega_x.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/7.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/7.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/7.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/7.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/70.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/70.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/70.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/70.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/700.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/700.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/700.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/700.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/701.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/701.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/701.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/701.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/702.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/702.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/702.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/702.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/703.PNG b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/703.PNG similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/703.PNG rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/703.PNG diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/704.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/704.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/704.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/704.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/705.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/705.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/705.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/705.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/706.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/706.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/706.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/706.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/707.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/707.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/707.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/707.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/708.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/708.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/708.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/708.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/709.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/709.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/709.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/709.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/71.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/71.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/71.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/71.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/710.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/710.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/710.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/710.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/711.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/711.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/711.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/711.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/712.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/712.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/712.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/712.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/713.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/713.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/713.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/713.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/714.PNG b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/714.PNG similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/714.PNG rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/714.PNG diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/715.PNG b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/715.PNG similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/715.PNG rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/715.PNG diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/716.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/716.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/716.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/716.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/717.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/717.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/717.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/717.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/718.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/718.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/718.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/718.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/719.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/719.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/719.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/719.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/72.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/72.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/72.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/72.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/720_confined.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/720_confined.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/720_confined.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/720_confined.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/720_unbound.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/720_unbound.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/720_unbound.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/720_unbound.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/721.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/721.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/721.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/721.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/73.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/73.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/73.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/73.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/74.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/74.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/74.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/74.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/75.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/75.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/75.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/75.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/76.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/76.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/76.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/76.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/77.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/77.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/77.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/77.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/78.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/78.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/78.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/78.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/79.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/79.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/79.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/79.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/8.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/8.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/8.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/8.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/80.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/80.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/80.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/80.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/80_mega.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/80_mega.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/80_mega.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/80_mega.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/81.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/81.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/81.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/81.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/82.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/82.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/82.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/82.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/83.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/83.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/83.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/83.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/84.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/84.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/84.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/84.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/85.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/85.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/85.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/85.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/86.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/86.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/86.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/86.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/87.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/87.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/87.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/87.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/88.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/88.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/88.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/88.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/89.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/89.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/89.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/89.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/9.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/9.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/9.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/9.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/90.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/90.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/90.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/90.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/91.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/91.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/91.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/91.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/92.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/92.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/92.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/92.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/93.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/93.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/93.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/93.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/94.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/94.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/94.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/94.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/95.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/95.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/95.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/95.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/96.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/96.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/96.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/96.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/97.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/97.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/97.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/97.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/98.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/98.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/98.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/98.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/99.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/99.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Overworld/Shiny/99.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Overworld/Shiny/99.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Abomasnow.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Abomasnow.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Abomasnow.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Abomasnow.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Abomasnow_mega.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Abomasnow_mega.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Abomasnow_mega.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Abomasnow_mega.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Abra.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Abra.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Abra.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Abra.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Absol.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Absol.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Absol.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Absol.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Absol_mega.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Absol_mega.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Absol_mega.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Absol_mega.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Accelgor.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Accelgor.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Accelgor.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Accelgor.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Aegislash_blade.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Aegislash_blade.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Aegislash_blade.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Aegislash_blade.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Aerodactyl.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Aerodactyl.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Aerodactyl.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Aerodactyl.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Aerodactyl_mega.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Aerodactyl_mega.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Aerodactyl_mega.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Aerodactyl_mega.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Aggron.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Aggron.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Aggron.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Aggron.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Aggron_mega.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Aggron_mega.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Aggron_mega.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Aggron_mega.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Aipom.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Aipom.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Aipom.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Aipom.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Alakazam.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Alakazam.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Alakazam.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Alakazam.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Alakazam_mega.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Alakazam_mega.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Alakazam_mega.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Alakazam_mega.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Alomomola.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Alomomola.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Alomomola.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Alomomola.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Altaria.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Altaria.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Altaria.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Altaria.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Altaria_Mega.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Altaria_Mega.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Altaria_Mega.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Altaria_Mega.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Ambipom.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Ambipom.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Ambipom.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Ambipom.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Amoonguss.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Amoonguss.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Amoonguss.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Amoonguss.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Ampharos.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Ampharos.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Ampharos.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Ampharos.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Ampharos_mega.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Ampharos_mega.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Ampharos_mega.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Ampharos_mega.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Anorith.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Anorith.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Anorith.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Anorith.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Arbok.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Arbok.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Arbok.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Arbok.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Arcanine.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Arcanine.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Arcanine.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Arcanine.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Arceus.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Arceus.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Arceus.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Arceus.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Arceus_bug.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Arceus_bug.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Arceus_bug.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Arceus_bug.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Arceus_dark.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Arceus_dark.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Arceus_dark.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Arceus_dark.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Arceus_dragon.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Arceus_dragon.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Arceus_dragon.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Arceus_dragon.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Arceus_electric.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Arceus_electric.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Arceus_electric.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Arceus_electric.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Arceus_fairy.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Arceus_fairy.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Arceus_fairy.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Arceus_fairy.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Arceus_fighting.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Arceus_fighting.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Arceus_fighting.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Arceus_fighting.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Arceus_fire.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Arceus_fire.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Arceus_fire.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Arceus_fire.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Arceus_flying.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Arceus_flying.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Arceus_flying.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Arceus_flying.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Arceus_ghost.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Arceus_ghost.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Arceus_ghost.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Arceus_ghost.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Arceus_grass.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Arceus_grass.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Arceus_grass.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Arceus_grass.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Arceus_ground.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Arceus_ground.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Arceus_ground.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Arceus_ground.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Arceus_ice.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Arceus_ice.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Arceus_ice.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Arceus_ice.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Arceus_poison.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Arceus_poison.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Arceus_poison.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Arceus_poison.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Arceus_psychic.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Arceus_psychic.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Arceus_psychic.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Arceus_psychic.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Arceus_rock.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Arceus_rock.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Arceus_rock.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Arceus_rock.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Arceus_steel.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Arceus_steel.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Arceus_steel.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Arceus_steel.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Arceus_water.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Arceus_water.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Arceus_water.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Arceus_water.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Archen.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Archen.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Archen.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Archen.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Archeops.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Archeops.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Archeops.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Archeops.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Ariados.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Ariados.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Ariados.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Ariados.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Armaldo.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Armaldo.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Armaldo.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Armaldo.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Aron.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Aron.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Aron.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Aron.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Articuno.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Articuno.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Articuno.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Articuno.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Audino.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Audino.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Audino.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Audino.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Aurorus.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Aurorus.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Aurorus.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Aurorus.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Axew.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Axew.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Axew.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Axew.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Azelf.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Azelf.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Azelf.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Azelf.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Azumarill.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Azumarill.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Azumarill.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Azumarill.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Azurill.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Azurill.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Azurill.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Azurill.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Bagon.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Bagon.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Bagon.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Bagon.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Baltoy.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Baltoy.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Baltoy.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Baltoy.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Banette.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Banette.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Banette.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Banette.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Banette_mega.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Banette_mega.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Banette_mega.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Banette_mega.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Barboach.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Barboach.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Barboach.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Barboach.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Basculin.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Basculin.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Basculin.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Basculin.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Basculin_blue.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Basculin_blue.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Basculin_blue.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Basculin_blue.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Bastiodon.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Bastiodon.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Bastiodon.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Bastiodon.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Bayleef.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Bayleef.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Bayleef.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Bayleef.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Beartic.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Beartic.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Beartic.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Beartic.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Beautifly.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Beautifly.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Beautifly.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Beautifly.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Beedrill.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Beedrill.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Beedrill.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Beedrill.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Beedrill_Mega.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Beedrill_Mega.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Beedrill_Mega.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Beedrill_Mega.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Beheeyem.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Beheeyem.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Beheeyem.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Beheeyem.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Beldum.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Beldum.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Beldum.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Beldum.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Bellossom.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Bellossom.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Bellossom.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Bellossom.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Bellsprout.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Bellsprout.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Bellsprout.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Bellsprout.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Bibarel.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Bibarel.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Bibarel.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Bibarel.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Bidoof.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Bidoof.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Bidoof.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Bidoof.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Bisharp.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Bisharp.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Bisharp.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Bisharp.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Blastoise.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Blastoise.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Blastoise.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Blastoise.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Blastoise_mega.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Blastoise_mega.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Blastoise_mega.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Blastoise_mega.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Blaziken.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Blaziken.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Blaziken.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Blaziken.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Blaziken_mega.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Blaziken_mega.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Blaziken_mega.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Blaziken_mega.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Blissey.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Blissey.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Blissey.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Blissey.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Blitzle.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Blitzle.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Blitzle.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Blitzle.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Boldore.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Boldore.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Boldore.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Boldore.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Bonsly.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Bonsly.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Bonsly.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Bonsly.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Bouffalant.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Bouffalant.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Bouffalant.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Bouffalant.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Braviary.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Braviary.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Braviary.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Braviary.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Breloom.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Breloom.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Breloom.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Breloom.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Bronzong.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Bronzong.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Bronzong.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Bronzong.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Bronzor.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Bronzor.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Bronzor.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Bronzor.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Budew.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Budew.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Budew.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Budew.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Buizel.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Buizel.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Buizel.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Buizel.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Bulbasaur.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Bulbasaur.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Bulbasaur.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Bulbasaur.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Buneary.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Buneary.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Buneary.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Buneary.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Burmy.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Burmy.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Burmy.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Burmy.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Burmy_sand.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Burmy_sand.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Burmy_sand.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Burmy_sand.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Burmy_trash.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Burmy_trash.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Burmy_trash.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Burmy_trash.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Butterfree.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Butterfree.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Butterfree.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Butterfree.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Cacnea.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Cacnea.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Cacnea.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Cacnea.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Cacturne.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Cacturne.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Cacturne.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Cacturne.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Camerupt.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Camerupt.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Camerupt.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Camerupt.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Camerupt_mega.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Camerupt_mega.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Camerupt_mega.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Camerupt_mega.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Carbink.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Carbink.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Carbink.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Carbink.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Carnivine.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Carnivine.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Carnivine.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Carnivine.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Carracosta.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Carracosta.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Carracosta.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Carracosta.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Carvanha.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Carvanha.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Carvanha.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Carvanha.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Cascoon.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Cascoon.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Cascoon.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Cascoon.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Castform.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Castform.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Castform.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Castform.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Caterpie.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Caterpie.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Caterpie.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Caterpie.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Celebi.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Celebi.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Celebi.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Celebi.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Chandelure.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Chandelure.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Chandelure.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Chandelure.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Chansey.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Chansey.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Chansey.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Chansey.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Charizard.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Charizard.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Charizard.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Charizard.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Charizard_mega_x.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Charizard_mega_x.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Charizard_mega_x.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Charizard_mega_x.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Charizard_mega_y.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Charizard_mega_y.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Charizard_mega_y.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Charizard_mega_y.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Charmander.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Charmander.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Charmander.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Charmander.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Charmeleon.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Charmeleon.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Charmeleon.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Charmeleon.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Chatot.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Chatot.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Chatot.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Chatot.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Cherrim.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Cherrim.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Cherrim.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Cherrim.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Cherubi.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Cherubi.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Cherubi.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Cherubi.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Chikorita.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Chikorita.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Chikorita.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Chikorita.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Chimchar.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Chimchar.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Chimchar.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Chimchar.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Chimecho.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Chimecho.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Chimecho.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Chimecho.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Chinchou.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Chinchou.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Chinchou.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Chinchou.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Chingling.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Chingling.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Chingling.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Chingling.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Cinccino.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Cinccino.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Cinccino.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Cinccino.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Clamperl.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Clamperl.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Clamperl.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Clamperl.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Clauncher.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Clauncher.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Clauncher.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Clauncher.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Clawitzer.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Clawitzer.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Clawitzer.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Clawitzer.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Claydol.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Claydol.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Claydol.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Claydol.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Clefable.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Clefable.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Clefable.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Clefable.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Clefairy.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Clefairy.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Clefairy.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Clefairy.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Cleffa.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Cleffa.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Cleffa.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Cleffa.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Cloyster.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Cloyster.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Cloyster.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Cloyster.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Cobalion.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Cobalion.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Cobalion.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Cobalion.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Cofagrigus.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Cofagrigus.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Cofagrigus.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Cofagrigus.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Combee.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Combee.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Combee.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Combee.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Combusken.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Combusken.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Combusken.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Combusken.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Conkeldurr.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Conkeldurr.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Conkeldurr.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Conkeldurr.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Corphish.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Corphish.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Corphish.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Corphish.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Corsola.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Corsola.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Corsola.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Corsola.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Cottonee.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Cottonee.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Cottonee.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Cottonee.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Cradily.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Cradily.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Cradily.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Cradily.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Cranidos.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Cranidos.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Cranidos.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Cranidos.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Crawdaunt.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Crawdaunt.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Crawdaunt.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Crawdaunt.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Cresselia.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Cresselia.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Cresselia.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Cresselia.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Croagunk.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Croagunk.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Croagunk.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Croagunk.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Crobat.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Crobat.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Crobat.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Crobat.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Croconaw.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Croconaw.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Croconaw.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Croconaw.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Crustle.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Crustle.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Crustle.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Crustle.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Cryogonal.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Cryogonal.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Cryogonal.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Cryogonal.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Cubchoo.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Cubchoo.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Cubchoo.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Cubchoo.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Cubone.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Cubone.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Cubone.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Cubone.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Cyndaquil.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Cyndaquil.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Cyndaquil.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Cyndaquil.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Darkrai.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Darkrai.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Darkrai.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Darkrai.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Darmanitan.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Darmanitan.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Darmanitan.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Darmanitan.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Darmanitan_zen.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Darmanitan_zen.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Darmanitan_zen.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Darmanitan_zen.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Darumaka.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Darumaka.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Darumaka.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Darumaka.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Deerling_fa.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Deerling_fa.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Deerling_fa.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Deerling_fa.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Deerling_sp.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Deerling_sp.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Deerling_sp.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Deerling_sp.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Deerling_su.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Deerling_su.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Deerling_su.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Deerling_su.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Deerling_wi.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Deerling_wi.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Deerling_wi.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Deerling_wi.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Deino.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Deino.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Deino.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Deino.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Delcatty.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Delcatty.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Delcatty.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Delcatty.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Delibird.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Delibird.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Delibird.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Delibird.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Deoxys.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Deoxys.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Deoxys.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Deoxys.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Deoxys_attack.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Deoxys_attack.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Deoxys_attack.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Deoxys_attack.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Deoxys_defense.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Deoxys_defense.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Deoxys_defense.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Deoxys_defense.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Deoxys_speed.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Deoxys_speed.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Deoxys_speed.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Deoxys_speed.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Dewgong.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Dewgong.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Dewgong.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Dewgong.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Dewott.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Dewott.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Dewott.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Dewott.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Dialga.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Dialga.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Dialga.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Dialga.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Dialga_primal.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Dialga_primal.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Dialga_primal.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Dialga_primal.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Diglett.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Diglett.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Diglett.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Diglett.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Ditto.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Ditto.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Ditto.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Ditto.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Dodrio.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Dodrio.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Dodrio.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Dodrio.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Doduo.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Doduo.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Doduo.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Doduo.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Donphan.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Donphan.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Donphan.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Donphan.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Doublade.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Doublade.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Doublade.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Doublade.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Dragalge.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Dragalge.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Dragalge.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Dragalge.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Dragonair.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Dragonair.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Dragonair.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Dragonair.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Dragonite.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Dragonite.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Dragonite.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Dragonite.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Drapion.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Drapion.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Drapion.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Drapion.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Dratini.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Dratini.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Dratini.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Dratini.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Drifblim.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Drifblim.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Drifblim.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Drifblim.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Drifloon.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Drifloon.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Drifloon.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Drifloon.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Drilbur.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Drilbur.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Drilbur.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Drilbur.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Drowzee.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Drowzee.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Drowzee.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Drowzee.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Druddigon.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Druddigon.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Druddigon.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Druddigon.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Ducklett.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Ducklett.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Ducklett.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Ducklett.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Dugtrio.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Dugtrio.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Dugtrio.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Dugtrio.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Dunsparce.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Dunsparce.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Dunsparce.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Dunsparce.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Duosion.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Duosion.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Duosion.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Duosion.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Durant.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Durant.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Durant.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Durant.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Dusclops.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Dusclops.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Dusclops.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Dusclops.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Dusknoir.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Dusknoir.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Dusknoir.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Dusknoir.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Duskull.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Duskull.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Duskull.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Duskull.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Dustox.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Dustox.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Dustox.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Dustox.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Dwebble.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Dwebble.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Dwebble.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Dwebble.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Eelektrik.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Eelektrik.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Eelektrik.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Eelektrik.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Eelektross.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Eelektross.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Eelektross.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Eelektross.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Eevee.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Eevee.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Eevee.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Eevee.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Ekans.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Ekans.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Ekans.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Ekans.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Electabuzz.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Electabuzz.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Electabuzz.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Electabuzz.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Electivire.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Electivire.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Electivire.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Electivire.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Electrike.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Electrike.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Electrike.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Electrike.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Electrode.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Electrode.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Electrode.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Electrode.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Elekid.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Elekid.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Elekid.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Elekid.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Elgyem.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Elgyem.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Elgyem.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Elgyem.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Emboar.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Emboar.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Emboar.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Emboar.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Emolga.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Emolga.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Emolga.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Emolga.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Empoleon.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Empoleon.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Empoleon.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Empoleon.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Entei.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Entei.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Entei.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Entei.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Escavalier.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Escavalier.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Escavalier.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Escavalier.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Espeon.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Espeon.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Espeon.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Espeon.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Excadrill.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Excadrill.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Excadrill.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Excadrill.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Exeggcute.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Exeggcute.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Exeggcute.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Exeggcute.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Exeggutor.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Exeggutor.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Exeggutor.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Exeggutor.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Exploud.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Exploud.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Exploud.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Exploud.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Farfetch'd.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Farfetch'd.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Farfetch'd.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Farfetch'd.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Fearow.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Fearow.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Fearow.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Fearow.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Feebas.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Feebas.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Feebas.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Feebas.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Feraligatr.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Feraligatr.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Feraligatr.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Feraligatr.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Ferroseed.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Ferroseed.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Ferroseed.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Ferroseed.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Ferrothorn.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Ferrothorn.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Ferrothorn.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Ferrothorn.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Finneon.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Finneon.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Finneon.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Finneon.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Flaaffy.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Flaaffy.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Flaaffy.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Flaaffy.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Flareon.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Flareon.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Flareon.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Flareon.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Fletchinder.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Fletchinder.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Fletchinder.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Fletchinder.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Fletchling.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Fletchling.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Fletchling.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Fletchling.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Floatzel.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Floatzel.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Floatzel.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Floatzel.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Flygon.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Flygon.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Flygon.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Flygon.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Foongus.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Foongus.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Foongus.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Foongus.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Forretress.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Forretress.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Forretress.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Forretress.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Fraxure.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Fraxure.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Fraxure.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Fraxure.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Frillish_f.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Frillish_f.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Frillish_f.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Frillish_f.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Frillish_m.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Frillish_m.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Frillish_m.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Frillish_m.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Froslass.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Froslass.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Froslass.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Froslass.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Furret.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Furret.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Furret.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Furret.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Gabite.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Gabite.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Gabite.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Gabite.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Gallade.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Gallade.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Gallade.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Gallade.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Galvantula.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Galvantula.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Galvantula.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Galvantula.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Garbodor.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Garbodor.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Garbodor.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Garbodor.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Garchomp.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Garchomp.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Garchomp.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Garchomp.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Garchomp_mega.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Garchomp_mega.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Garchomp_mega.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Garchomp_mega.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Gardevoir.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Gardevoir.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Gardevoir.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Gardevoir.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Gardevoir_mega.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Gardevoir_mega.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Gardevoir_mega.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Gardevoir_mega.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Gastly.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Gastly.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Gastly.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Gastly.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Gastrodone.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Gastrodone.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Gastrodone.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Gastrodone.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Gastrodonw.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Gastrodonw.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Gastrodonw.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Gastrodonw.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Genesect.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Genesect.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Genesect.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Genesect.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Genesect_burn.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Genesect_burn.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Genesect_burn.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Genesect_burn.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Genesect_chill.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Genesect_chill.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Genesect_chill.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Genesect_chill.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Genesect_douse.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Genesect_douse.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Genesect_douse.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Genesect_douse.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Gengar.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Gengar.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Gengar.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Gengar.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Gengar_mega.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Gengar_mega.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Gengar_mega.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Gengar_mega.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Geodude.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Geodude.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Geodude.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Geodude.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Gible.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Gible.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Gible.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Gible.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Gigalith.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Gigalith.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Gigalith.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Gigalith.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Girafarig.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Girafarig.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Girafarig.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Girafarig.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Girantina_origin.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Girantina_origin.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Girantina_origin.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Girantina_origin.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Giratina.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Giratina.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Giratina.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Giratina.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Glaceon.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Glaceon.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Glaceon.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Glaceon.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Glalie.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Glalie.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Glalie.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Glalie.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Glameow.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Glameow.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Glameow.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Glameow.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Gligar.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Gligar.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Gligar.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Gligar.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Gliscor.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Gliscor.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Gliscor.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Gliscor.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Gloom.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Gloom.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Gloom.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Gloom.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Golbat.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Golbat.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Golbat.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Golbat.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Goldeen.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Goldeen.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Goldeen.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Goldeen.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Golduck.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Golduck.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Golduck.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Golduck.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Golem.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Golem.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Golem.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Golem.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Golett.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Golett.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Golett.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Golett.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Golurk.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Golurk.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Golurk.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Golurk.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Goodra.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Goodra.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Goodra.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Goodra.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Goomy.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Goomy.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Goomy.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Goomy.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Gorebyss.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Gorebyss.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Gorebyss.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Gorebyss.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Gothita.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Gothita.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Gothita.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Gothita.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Gothitelle.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Gothitelle.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Gothitelle.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Gothitelle.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Gothorita.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Gothorita.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Gothorita.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Gothorita.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Granbull.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Granbull.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Granbull.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Granbull.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Graveler.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Graveler.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Graveler.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Graveler.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Grimer.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Grimer.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Grimer.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Grimer.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Grotle.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Grotle.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Grotle.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Grotle.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Groudon.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Groudon.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Groudon.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Groudon.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Grovyle.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Grovyle.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Grovyle.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Grovyle.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Growlithe.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Growlithe.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Growlithe.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Growlithe.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Grumpig.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Grumpig.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Grumpig.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Grumpig.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Gulpin.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Gulpin.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Gulpin.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Gulpin.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Gurdurr.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Gurdurr.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Gurdurr.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Gurdurr.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Gyarados.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Gyarados.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Gyarados.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Gyarados.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Gyarados_mega.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Gyarados_mega.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Gyarados_mega.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Gyarados_mega.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Happiny.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Happiny.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Happiny.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Happiny.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Hariyama.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Hariyama.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Hariyama.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Hariyama.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Haunter.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Haunter.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Haunter.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Haunter.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Haxorus.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Haxorus.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Haxorus.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Haxorus.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Heatran.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Heatran.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Heatran.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Heatran.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Heracross.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Heracross.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Heracross.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Heracross.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Heracross_mega.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Heracross_mega.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Heracross_mega.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Heracross_mega.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Herdier.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Herdier.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Herdier.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Herdier.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Hippopotas.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Hippopotas.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Hippopotas.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Hippopotas.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Hippowdon.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Hippowdon.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Hippowdon.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Hippowdon.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Hitmonchan.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Hitmonchan.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Hitmonchan.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Hitmonchan.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Hitmonlee.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Hitmonlee.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Hitmonlee.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Hitmonlee.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Hitmontop.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Hitmontop.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Hitmontop.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Hitmontop.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Ho-Oh.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Ho-Oh.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Ho-Oh.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Ho-Oh.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Honchkrow.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Honchkrow.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Honchkrow.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Honchkrow.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Honedge.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Honedge.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Honedge.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Honedge.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Hoothoot.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Hoothoot.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Hoothoot.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Hoothoot.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Hoppip.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Hoppip.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Hoppip.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Hoppip.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Horsea.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Horsea.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Horsea.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Horsea.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Houndoom.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Houndoom.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Houndoom.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Houndoom.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Houndoom_mega.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Houndoom_mega.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Houndoom_mega.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Houndoom_mega.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Houndour.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Houndour.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Houndour.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Houndour.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Huntail.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Huntail.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Huntail.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Huntail.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Hydreigon.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Hydreigon.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Hydreigon.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Hydreigon.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Hypno.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Hypno.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Hypno.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Hypno.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Igglybuff.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Igglybuff.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Igglybuff.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Igglybuff.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Illumise.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Illumise.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Illumise.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Illumise.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Infernape.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Infernape.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Infernape.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Infernape.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Ivysaur.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Ivysaur.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Ivysaur.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Ivysaur.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Jellicent_f.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Jellicent_f.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Jellicent_f.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Jellicent_f.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Jellicent_m.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Jellicent_m.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Jellicent_m.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Jellicent_m.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Jigglypuff.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Jigglypuff.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Jigglypuff.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Jigglypuff.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Jirachi.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Jirachi.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Jirachi.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Jirachi.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Jolteon.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Jolteon.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Jolteon.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Jolteon.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Joltik.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Joltik.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Joltik.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Joltik.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Jumpluff.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Jumpluff.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Jumpluff.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Jumpluff.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Jynx.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Jynx.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Jynx.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Jynx.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Kabuto.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Kabuto.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Kabuto.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Kabuto.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Kabutops.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Kabutops.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Kabutops.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Kabutops.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Kadabra.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Kadabra.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Kadabra.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Kadabra.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Kakuna.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Kakuna.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Kakuna.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Kakuna.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Kangaskhan.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Kangaskhan.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Kangaskhan.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Kangaskhan.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Kangaskhan_mega.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Kangaskhan_mega.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Kangaskhan_mega.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Kangaskhan_mega.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Karrablast.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Karrablast.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Karrablast.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Karrablast.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Kecleon.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Kecleon.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Kecleon.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Kecleon.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Keldeo.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Keldeo.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Keldeo.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Keldeo.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Keldeo_resolute.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Keldeo_resolute.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Keldeo_resolute.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Keldeo_resolute.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Kingdra.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Kingdra.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Kingdra.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Kingdra.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Kingler.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Kingler.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Kingler.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Kingler.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Kirlia.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Kirlia.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Kirlia.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Kirlia.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Klang.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Klang.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Klang.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Klang.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Klefki.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Klefki.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Klefki.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Klefki.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Klink.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Klink.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Klink.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Klink.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Klinklang.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Klinklang.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Klinklang.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Klinklang.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Koffing.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Koffing.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Koffing.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Koffing.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Krabby.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Krabby.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Krabby.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Krabby.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Kricketot.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Kricketot.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Kricketot.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Kricketot.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Kricketune.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Kricketune.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Kricketune.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Kricketune.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Krokorok.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Krokorok.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Krokorok.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Krokorok.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Krookodile.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Krookodile.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Krookodile.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Krookodile.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Kyogre.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Kyogre.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Kyogre.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Kyogre.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Kyurem.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Kyurem.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Kyurem.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Kyurem.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Kyurem_black.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Kyurem_black.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Kyurem_black.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Kyurem_black.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Kyurem_white.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Kyurem_white.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Kyurem_white.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Kyurem_white.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Lairon.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Lairon.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Lairon.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Lairon.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Lampent.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Lampent.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Lampent.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Lampent.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Landorus.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Landorus.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Landorus.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Landorus.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Landorus_therian.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Landorus_therian.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Landorus_therian.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Landorus_therian.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Lanturn.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Lanturn.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Lanturn.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Lanturn.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Lapras.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Lapras.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Lapras.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Lapras.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Larvesta.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Larvesta.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Larvesta.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Larvesta.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Larvitar.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Larvitar.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Larvitar.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Larvitar.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Latias.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Latias.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Latias.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Latias.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Latias_mega.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Latias_mega.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Latias_mega.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Latias_mega.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Latios.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Latios.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Latios.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Latios.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Latios_mega.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Latios_mega.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Latios_mega.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Latios_mega.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Leafeon.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Leafeon.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Leafeon.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Leafeon.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Leavanny.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Leavanny.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Leavanny.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Leavanny.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Ledian.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Ledian.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Ledian.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Ledian.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Ledyba.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Ledyba.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Ledyba.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Ledyba.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Lickilicky.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Lickilicky.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Lickilicky.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Lickilicky.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Lickitung.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Lickitung.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Lickitung.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Lickitung.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Liepard.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Liepard.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Liepard.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Liepard.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Lileep.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Lileep.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Lileep.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Lileep.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Lilligant.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Lilligant.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Lilligant.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Lilligant.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Lillipup.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Lillipup.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Lillipup.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Lillipup.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Linoone.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Linoone.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Linoone.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Linoone.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Litleo.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Litleo.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Litleo.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Litleo.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Litwick.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Litwick.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Litwick.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Litwick.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Lombre.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Lombre.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Lombre.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Lombre.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Lopunny.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Lopunny.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Lopunny.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Lopunny.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Lotad.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Lotad.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Lotad.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Lotad.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Loudred.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Loudred.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Loudred.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Loudred.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Lucario.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Lucario.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Lucario.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Lucario.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Lucario_mega.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Lucario_mega.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Lucario_mega.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Lucario_mega.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Ludicolo.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Ludicolo.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Ludicolo.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Ludicolo.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Lugia.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Lugia.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Lugia.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Lugia.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Lumineon.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Lumineon.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Lumineon.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Lumineon.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Lunatone.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Lunatone.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Lunatone.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Lunatone.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Luvdisc.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Luvdisc.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Luvdisc.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Luvdisc.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Luxio.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Luxio.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Luxio.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Luxio.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Luxray.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Luxray.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Luxray.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Luxray.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Machamp.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Machamp.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Machamp.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Machamp.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Machoke.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Machoke.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Machoke.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Machoke.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Machop.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Machop.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Machop.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Machop.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Magby.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Magby.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Magby.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Magby.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Magcargo.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Magcargo.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Magcargo.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Magcargo.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Magikarp.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Magikarp.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Magikarp.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Magikarp.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Magmar.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Magmar.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Magmar.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Magmar.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Magmortar.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Magmortar.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Magmortar.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Magmortar.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Magnemite.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Magnemite.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Magnemite.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Magnemite.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Magneton.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Magneton.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Magneton.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Magneton.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Magnezone.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Magnezone.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Magnezone.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Magnezone.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Makuhita.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Makuhita.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Makuhita.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Makuhita.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Mamoswine.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Mamoswine.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Mamoswine.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Mamoswine.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Manaphy.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Manaphy.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Manaphy.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Manaphy.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Mandibuzz.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Mandibuzz.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Mandibuzz.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Mandibuzz.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Manectric.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Manectric.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Manectric.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Manectric.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Manectric_mega.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Manectric_mega.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Manectric_mega.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Manectric_mega.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Mankey.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Mankey.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Mankey.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Mankey.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Mantine.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Mantine.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Mantine.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Mantine.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Mantyke.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Mantyke.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Mantyke.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Mantyke.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Maractus.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Maractus.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Maractus.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Maractus.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Mareep.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Mareep.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Mareep.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Mareep.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Marill.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Marill.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Marill.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Marill.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Marowak.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Marowak.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Marowak.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Marowak.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Marshtomp.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Marshtomp.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Marshtomp.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Marshtomp.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Masquerain.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Masquerain.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Masquerain.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Masquerain.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Mawile.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Mawile.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Mawile.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Mawile.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Mawile_mega.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Mawile_mega.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Mawile_mega.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Mawile_mega.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Medicham.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Medicham.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Medicham.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Medicham.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Medicham_mega.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Medicham_mega.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Medicham_mega.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Medicham_mega.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Meditite.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Meditite.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Meditite.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Meditite.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Meganium.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Meganium.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Meganium.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Meganium.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Meloetta.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Meloetta.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Meloetta.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Meloetta.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Meloetta_pirouette.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Meloetta_pirouette.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Meloetta_pirouette.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Meloetta_pirouette.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Meowth.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Meowth.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Meowth.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Meowth.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Mesprit.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Mesprit.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Mesprit.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Mesprit.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Metagross.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Metagross.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Metagross.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Metagross.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Metang.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Metang.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Metang.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Metang.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Metapod.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Metapod.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Metapod.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Metapod.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Mew.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Mew.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Mew.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Mew.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Mewtwo.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Mewtwo.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Mewtwo.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Mewtwo.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Mewtwo_mega_x.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Mewtwo_mega_x.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Mewtwo_mega_x.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Mewtwo_mega_x.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Mewtwo_mega_y.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Mewtwo_mega_y.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Mewtwo_mega_y.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Mewtwo_mega_y.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Mienfoo.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Mienfoo.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Mienfoo.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Mienfoo.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Mienshao.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Mienshao.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Mienshao.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Mienshao.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Mightyena.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Mightyena.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Mightyena.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Mightyena.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Milotic.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Milotic.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Milotic.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Milotic.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Miltank.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Miltank.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Miltank.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Miltank.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Mime Jr..png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Mime Jr..png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Mime Jr..png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Mime Jr..png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Minccino.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Minccino.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Minccino.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Minccino.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Minun.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Minun.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Minun.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Minun.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Misdreavus.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Misdreavus.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Misdreavus.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Misdreavus.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Mismagius.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Mismagius.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Mismagius.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Mismagius.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Moltres.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Moltres.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Moltres.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Moltres.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Monferno.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Monferno.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Monferno.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Monferno.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Mothim.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Mothim.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Mothim.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Mothim.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Mr. Mime.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Mr. Mime.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Mr. Mime.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Mr. Mime.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Mudkip.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Mudkip.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Mudkip.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Mudkip.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Muk.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Muk.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Muk.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Muk.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Munchlax.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Munchlax.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Munchlax.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Munchlax.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Munna.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Munna.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Munna.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Munna.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Murkrow.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Murkrow.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Murkrow.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Murkrow.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Musharna.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Musharna.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Musharna.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Musharna.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Natu.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Natu.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Natu.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Natu.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Nidoking.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Nidoking.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Nidoking.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Nidoking.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Nidoqueen.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Nidoqueen.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Nidoqueen.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Nidoqueen.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Nidoran_f.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Nidoran_f.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Nidoran_f.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Nidoran_f.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Nidoran_m.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Nidoran_m.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Nidoran_m.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Nidoran_m.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Nidorina.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Nidorina.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Nidorina.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Nidorina.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Nidorino.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Nidorino.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Nidorino.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Nidorino.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Nincada.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Nincada.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Nincada.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Nincada.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Ninetales.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Ninetales.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Ninetales.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Ninetales.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Ninjask.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Ninjask.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Ninjask.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Ninjask.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Noctowl.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Noctowl.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Noctowl.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Noctowl.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Noibat.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Noibat.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Noibat.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Noibat.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Noivern.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Noivern.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Noivern.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Noivern.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Nosepass.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Nosepass.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Nosepass.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Nosepass.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Numel.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Numel.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Numel.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Numel.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Nuzleaf.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Nuzleaf.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Nuzleaf.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Nuzleaf.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Octillery.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Octillery.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Octillery.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Octillery.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Oddish.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Oddish.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Oddish.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Oddish.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Omanyte.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Omanyte.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Omanyte.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Omanyte.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Omastar.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Omastar.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Omastar.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Omastar.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Onix.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Onix.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Onix.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Onix.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Oshawott.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Oshawott.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Oshawott.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Oshawott.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Pachirisu.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Pachirisu.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Pachirisu.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Pachirisu.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Palkia.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Palkia.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Palkia.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Palkia.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Palpitoad.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Palpitoad.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Palpitoad.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Palpitoad.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Pancham.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Pancham.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Pancham.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Pancham.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Pangoro.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Pangoro.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Pangoro.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Pangoro.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Panpour.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Panpour.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Panpour.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Panpour.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Pansage.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Pansage.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Pansage.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Pansage.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Pansear.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Pansear.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Pansear.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Pansear.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Paras.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Paras.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Paras.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Paras.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Parasect.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Parasect.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Parasect.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Parasect.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Patrat.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Patrat.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Patrat.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Patrat.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Pawniard.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Pawniard.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Pawniard.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Pawniard.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Pelipper.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Pelipper.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Pelipper.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Pelipper.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Persian.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Persian.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Persian.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Persian.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Petilil.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Petilil.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Petilil.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Petilil.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Phanpy.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Phanpy.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Phanpy.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Phanpy.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Phantump.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Phantump.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Phantump.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Phantump.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Phione.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Phione.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Phione.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Phione.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Pichu.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Pichu.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Pichu.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Pichu.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Pichu_spiky-eared.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Pichu_spiky-eared.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Pichu_spiky-eared.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Pichu_spiky-eared.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Pidgeot.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Pidgeot.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Pidgeot.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Pidgeot.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Pidgeot_mega.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Pidgeot_mega.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Pidgeot_mega.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Pidgeot_mega.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Pidgeotto.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Pidgeotto.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Pidgeotto.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Pidgeotto.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Pidgey.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Pidgey.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Pidgey.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Pidgey.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Pidove.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Pidove.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Pidove.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Pidove.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Pignite.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Pignite.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Pignite.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Pignite.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Pikachu.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Pikachu.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Pikachu.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Pikachu.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Piloswine.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Piloswine.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Piloswine.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Piloswine.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Pineco.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Pineco.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Pineco.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Pineco.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Pinsir.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Pinsir.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Pinsir.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Pinsir.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Pinsir_mega.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Pinsir_mega.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Pinsir_mega.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Pinsir_mega.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Piplup.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Piplup.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Piplup.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Piplup.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Plusle.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Plusle.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Plusle.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Plusle.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Politoed.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Politoed.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Politoed.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Politoed.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Poliwag.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Poliwag.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Poliwag.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Poliwag.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Poliwhirl.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Poliwhirl.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Poliwhirl.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Poliwhirl.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Poliwrath.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Poliwrath.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Poliwrath.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Poliwrath.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Ponyta.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Ponyta.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Ponyta.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Ponyta.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Poochyena.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Poochyena.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Poochyena.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Poochyena.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Porygon-Z.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Porygon-Z.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Porygon-Z.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Porygon-Z.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Porygon.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Porygon.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Porygon.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Porygon.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Porygon2.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Porygon2.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Porygon2.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Porygon2.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Primeape.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Primeape.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Primeape.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Primeape.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Prinplup.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Prinplup.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Prinplup.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Prinplup.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Probopass.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Probopass.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Probopass.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Probopass.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Psyduck.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Psyduck.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Psyduck.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Psyduck.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Pupitar.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Pupitar.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Pupitar.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Pupitar.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Purrloin.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Purrloin.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Purrloin.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Purrloin.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Purugly.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Purugly.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Purugly.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Purugly.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Pyroar_female.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Pyroar_female.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Pyroar_female.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Pyroar_female.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Pyroar_male.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Pyroar_male.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Pyroar_male.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Pyroar_male.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Quagsire.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Quagsire.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Quagsire.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Quagsire.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Quilava.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Quilava.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Quilava.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Quilava.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Qwilfish.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Qwilfish.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Qwilfish.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Qwilfish.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Raichu.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Raichu.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Raichu.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Raichu.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Raikou.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Raikou.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Raikou.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Raikou.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Ralts.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Ralts.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Ralts.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Ralts.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Rampardos.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Rampardos.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Rampardos.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Rampardos.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Rapidash.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Rapidash.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Rapidash.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Rapidash.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Raticate.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Raticate.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Raticate.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Raticate.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Rattata.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Rattata.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Rattata.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Rattata.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Rayquaza.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Rayquaza.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Rayquaza.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Rayquaza.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Regice.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Regice.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Regice.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Regice.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Regigigas.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Regigigas.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Regigigas.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Regigigas.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Regirock.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Regirock.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Regirock.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Regirock.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Registeel.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Registeel.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Registeel.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Registeel.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Relicanth.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Relicanth.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Relicanth.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Relicanth.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Remoraid.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Remoraid.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Remoraid.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Remoraid.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Reshiram.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Reshiram.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Reshiram.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Reshiram.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Reuniclus.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Reuniclus.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Reuniclus.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Reuniclus.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Rhydon.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Rhydon.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Rhydon.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Rhydon.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Rhyhorn.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Rhyhorn.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Rhyhorn.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Rhyhorn.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Rhyperior.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Rhyperior.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Rhyperior.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Rhyperior.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Riolu.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Riolu.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Riolu.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Riolu.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Roggenrola.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Roggenrola.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Roggenrola.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Roggenrola.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Roselia.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Roselia.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Roselia.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Roselia.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Roserade.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Roserade.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Roserade.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Roserade.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Rotom.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Rotom.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Rotom.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Rotom.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Rotom_fan.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Rotom_fan.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Rotom_fan.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Rotom_fan.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Rotom_frost.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Rotom_frost.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Rotom_frost.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Rotom_frost.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Rotom_heat.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Rotom_heat.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Rotom_heat.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Rotom_heat.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Rotom_mow.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Rotom_mow.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Rotom_mow.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Rotom_mow.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Rotom_wash.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Rotom_wash.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Rotom_wash.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Rotom_wash.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Rufflet.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Rufflet.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Rufflet.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Rufflet.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Sableye.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Sableye.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Sableye.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Sableye.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Salamence.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Salamence.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Salamence.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Salamence.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Samurott.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Samurott.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Samurott.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Samurott.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Sandile.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Sandile.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Sandile.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Sandile.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Sandshrew.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Sandshrew.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Sandshrew.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Sandshrew.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Sandslash.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Sandslash.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Sandslash.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Sandslash.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Sawk.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Sawk.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Sawk.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Sawk.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Sawsbuck_fa.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Sawsbuck_fa.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Sawsbuck_fa.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Sawsbuck_fa.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Sawsbuck_sp.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Sawsbuck_sp.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Sawsbuck_sp.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Sawsbuck_sp.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Sawsbuck_su.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Sawsbuck_su.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Sawsbuck_su.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Sawsbuck_su.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Sawsbuck_wi.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Sawsbuck_wi.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Sawsbuck_wi.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Sawsbuck_wi.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Sceptile.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Sceptile.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Sceptile.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Sceptile.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Scizor.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Scizor.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Scizor.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Scizor.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Scizor_mega.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Scizor_mega.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Scizor_mega.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Scizor_mega.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Scolipede.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Scolipede.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Scolipede.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Scolipede.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Scrafty.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Scrafty.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Scrafty.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Scrafty.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Scraggy.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Scraggy.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Scraggy.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Scraggy.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Scyther.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Scyther.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Scyther.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Scyther.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Seadra.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Seadra.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Seadra.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Seadra.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Seaking.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Seaking.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Seaking.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Seaking.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Sealeo.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Sealeo.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Sealeo.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Sealeo.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Seedot.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Seedot.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Seedot.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Seedot.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Seel.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Seel.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Seel.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Seel.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Seismitoad.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Seismitoad.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Seismitoad.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Seismitoad.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Sentret.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Sentret.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Sentret.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Sentret.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Serperior.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Serperior.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Serperior.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Serperior.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Servine.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Servine.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Servine.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Servine.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Seviper.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Seviper.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Seviper.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Seviper.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Sewaddle.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Sewaddle.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Sewaddle.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Sewaddle.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Sharpedo.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Sharpedo.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Sharpedo.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Sharpedo.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Shaymin.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Shaymin.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Shaymin.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Shaymin.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Shaymin_sky.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Shaymin_sky.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Shaymin_sky.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Shaymin_sky.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Shedinja.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Shedinja.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Shedinja.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Shedinja.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Shelgon.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Shelgon.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Shelgon.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Shelgon.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Shellder.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Shellder.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Shellder.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Shellder.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Shellose.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Shellose.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Shellose.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Shellose.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Shellosw.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Shellosw.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Shellosw.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Shellosw.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Shelmet.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Shelmet.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Shelmet.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Shelmet.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Shieldon.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Shieldon.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Shieldon.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Shieldon.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Shiftry.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Shiftry.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Shiftry.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Shiftry.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Shinx.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Shinx.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Shinx.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Shinx.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Shroomish.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Shroomish.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Shroomish.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Shroomish.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Shuckle.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Shuckle.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Shuckle.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Shuckle.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Shuppet.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Shuppet.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Shuppet.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Shuppet.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Sigilyph.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Sigilyph.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Sigilyph.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Sigilyph.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Silcoon.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Silcoon.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Silcoon.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Silcoon.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Simipour.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Simipour.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Simipour.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Simipour.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Simisage.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Simisage.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Simisage.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Simisage.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Simisear.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Simisear.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Simisear.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Simisear.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Skarmory.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Skarmory.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Skarmory.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Skarmory.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Skiploom.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Skiploom.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Skiploom.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Skiploom.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Skitty.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Skitty.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Skitty.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Skitty.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Skorupi.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Skorupi.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Skorupi.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Skorupi.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Skrelp.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Skrelp.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Skrelp.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Skrelp.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Skuntank.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Skuntank.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Skuntank.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Skuntank.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Slaking.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Slaking.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Slaking.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Slaking.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Slakoth.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Slakoth.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Slakoth.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Slakoth.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Sliggoo.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Sliggoo.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Sliggoo.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Sliggoo.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Slowbro.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Slowbro.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Slowbro.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Slowbro.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Slowking.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Slowking.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Slowking.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Slowking.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Slowpoke.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Slowpoke.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Slowpoke.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Slowpoke.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Slugma.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Slugma.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Slugma.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Slugma.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Smeargle.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Smeargle.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Smeargle.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Smeargle.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Smoochum.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Smoochum.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Smoochum.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Smoochum.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Sneasel.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Sneasel.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Sneasel.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Sneasel.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Snivy.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Snivy.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Snivy.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Snivy.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Snorlax.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Snorlax.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Snorlax.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Snorlax.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Snorunt.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Snorunt.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Snorunt.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Snorunt.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Snover.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Snover.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Snover.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Snover.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Snubbull.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Snubbull.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Snubbull.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Snubbull.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Solosis.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Solosis.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Solosis.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Solosis.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Solrock.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Solrock.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Solrock.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Solrock.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Spearow.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Spearow.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Spearow.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Spearow.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Spheal.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Spheal.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Spheal.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Spheal.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Spinarak.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Spinarak.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Spinarak.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Spinarak.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Spinda.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Spinda.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Spinda.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Spinda.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Spiritomb.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Spiritomb.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Spiritomb.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Spiritomb.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Spoink.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Spoink.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Spoink.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Spoink.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Squirtle.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Squirtle.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Squirtle.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Squirtle.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Stantler.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Stantler.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Stantler.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Stantler.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Staraptor.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Staraptor.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Staraptor.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Staraptor.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Staravia.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Staravia.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Staravia.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Staravia.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Starly.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Starly.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Starly.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Starly.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Starmie.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Starmie.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Starmie.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Starmie.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Staryu.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Staryu.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Staryu.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Staryu.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Steelix.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Steelix.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Steelix.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Steelix.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Stoutland.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Stoutland.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Stoutland.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Stoutland.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Stunfisk.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Stunfisk.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Stunfisk.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Stunfisk.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Stunky.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Stunky.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Stunky.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Stunky.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Sudowoodo.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Sudowoodo.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Sudowoodo.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Sudowoodo.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Suicune.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Suicune.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Suicune.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Suicune.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Sunflora.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Sunflora.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Sunflora.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Sunflora.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Sunkern.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Sunkern.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Sunkern.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Sunkern.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Surskit.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Surskit.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Surskit.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Surskit.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Swablu.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Swablu.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Swablu.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Swablu.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Swadloon.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Swadloon.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Swadloon.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Swadloon.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Swalot.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Swalot.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Swalot.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Swalot.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Swampert.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Swampert.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Swampert.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Swampert.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Swampert_mega.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Swampert_mega.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Swampert_mega.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Swampert_mega.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Swanna.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Swanna.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Swanna.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Swanna.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Swellow.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Swellow.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Swellow.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Swellow.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Swinub.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Swinub.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Swinub.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Swinub.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Swoobat.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Swoobat.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Swoobat.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Swoobat.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Sylveon.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Sylveon.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Sylveon.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Sylveon.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Taillow.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Taillow.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Taillow.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Taillow.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Talonflame.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Talonflame.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Talonflame.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Talonflame.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Tangela.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Tangela.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Tangela.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Tangela.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Tangrowth.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Tangrowth.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Tangrowth.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Tangrowth.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Tauros.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Tauros.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Tauros.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Tauros.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Teddiursa.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Teddiursa.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Teddiursa.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Teddiursa.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Tentacool.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Tentacool.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Tentacool.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Tentacool.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Tentacruel.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Tentacruel.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Tentacruel.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Tentacruel.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Tepig.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Tepig.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Tepig.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Tepig.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Terrakion.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Terrakion.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Terrakion.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Terrakion.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Throh.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Throh.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Throh.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Throh.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Thundurus.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Thundurus.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Thundurus.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Thundurus.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Thundurus_therian.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Thundurus_therian.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Thundurus_therian.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Thundurus_therian.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Timburr.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Timburr.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Timburr.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Timburr.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Tirtouga.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Tirtouga.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Tirtouga.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Tirtouga.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Togekiss.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Togekiss.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Togekiss.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Togekiss.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Togepi.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Togepi.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Togepi.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Togepi.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Togetic.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Togetic.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Togetic.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Togetic.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Torchic.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Torchic.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Torchic.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Torchic.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Torkoal.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Torkoal.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Torkoal.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Torkoal.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Tornadus.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Tornadus.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Tornadus.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Tornadus.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Tornadus_therian.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Tornadus_therian.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Tornadus_therian.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Tornadus_therian.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Torterra.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Torterra.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Torterra.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Torterra.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Totodile.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Totodile.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Totodile.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Totodile.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Toxicroak.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Toxicroak.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Toxicroak.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Toxicroak.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Tranquill.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Tranquill.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Tranquill.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Tranquill.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Trapinch.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Trapinch.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Trapinch.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Trapinch.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Treecko.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Treecko.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Treecko.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Treecko.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Trevenant.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Trevenant.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Trevenant.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Trevenant.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Tropius.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Tropius.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Tropius.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Tropius.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Trubbish.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Trubbish.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Trubbish.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Trubbish.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Turtwig.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Turtwig.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Turtwig.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Turtwig.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Tympole.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Tympole.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Tympole.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Tympole.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Tynamo.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Tynamo.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Tynamo.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Tynamo.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Typhlosion.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Typhlosion.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Typhlosion.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Typhlosion.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Tyranitar.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Tyranitar.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Tyranitar.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Tyranitar.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Tyranitar_mega.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Tyranitar_mega.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Tyranitar_mega.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Tyranitar_mega.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Tyrantrum.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Tyrantrum.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Tyrantrum.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Tyrantrum.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Tyrogue.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Tyrogue.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Tyrogue.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Tyrogue.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Tyrunt.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Tyrunt.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Tyrunt.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Tyrunt.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Umbreon.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Umbreon.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Umbreon.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Umbreon.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Unfezant.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Unfezant.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Unfezant.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Unfezant.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Unown.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Unown.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Unown.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Unown.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Unown_b.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Unown_b.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Unown_b.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Unown_b.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Unown_c.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Unown_c.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Unown_c.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Unown_c.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Unown_d.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Unown_d.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Unown_d.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Unown_d.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Unown_e.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Unown_e.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Unown_e.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Unown_e.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Unown_exclamation.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Unown_exclamation.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Unown_exclamation.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Unown_exclamation.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Unown_f.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Unown_f.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Unown_f.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Unown_f.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Unown_g.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Unown_g.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Unown_g.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Unown_g.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Unown_h.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Unown_h.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Unown_h.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Unown_h.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Unown_i.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Unown_i.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Unown_i.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Unown_i.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Unown_j.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Unown_j.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Unown_j.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Unown_j.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Unown_k.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Unown_k.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Unown_k.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Unown_k.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Unown_l.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Unown_l.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Unown_l.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Unown_l.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Unown_m.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Unown_m.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Unown_m.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Unown_m.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Unown_n.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Unown_n.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Unown_n.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Unown_n.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Unown_o.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Unown_o.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Unown_o.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Unown_o.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Unown_p.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Unown_p.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Unown_p.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Unown_p.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Unown_q.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Unown_q.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Unown_q.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Unown_q.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Unown_question.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Unown_question.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Unown_question.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Unown_question.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Unown_r.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Unown_r.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Unown_r.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Unown_r.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Unown_s.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Unown_s.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Unown_s.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Unown_s.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Unown_t.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Unown_t.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Unown_t.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Unown_t.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Unown_u.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Unown_u.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Unown_u.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Unown_u.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Unown_v.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Unown_v.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Unown_v.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Unown_v.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Unown_w.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Unown_w.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Unown_w.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Unown_w.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Unown_x.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Unown_x.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Unown_x.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Unown_x.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Unown_y.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Unown_y.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Unown_y.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Unown_y.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Unown_z.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Unown_z.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Unown_z.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Unown_z.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Ursaring.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Ursaring.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Ursaring.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Ursaring.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Uxie.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Uxie.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Uxie.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Uxie.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Vanillish.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Vanillish.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Vanillish.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Vanillish.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Vanillite.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Vanillite.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Vanillite.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Vanillite.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Vanilluxe.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Vanilluxe.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Vanilluxe.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Vanilluxe.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Vaporeon.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Vaporeon.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Vaporeon.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Vaporeon.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Venipede.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Venipede.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Venipede.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Venipede.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Venomoth.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Venomoth.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Venomoth.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Venomoth.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Venonat.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Venonat.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Venonat.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Venonat.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Venusaur.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Venusaur.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Venusaur.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Venusaur.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Venusaur_mega.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Venusaur_mega.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Venusaur_mega.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Venusaur_mega.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Vespiquen.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Vespiquen.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Vespiquen.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Vespiquen.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Vibrava.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Vibrava.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Vibrava.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Vibrava.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Victini.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Victini.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Victini.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Victini.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Victreebel.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Victreebel.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Victreebel.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Victreebel.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Vigoroth.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Vigoroth.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Vigoroth.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Vigoroth.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Vileplume.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Vileplume.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Vileplume.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Vileplume.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Virizion.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Virizion.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Virizion.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Virizion.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Volbeat.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Volbeat.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Volbeat.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Volbeat.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Volcarona.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Volcarona.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Volcarona.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Volcarona.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Voltorb.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Voltorb.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Voltorb.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Voltorb.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Vullaby.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Vullaby.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Vullaby.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Vullaby.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Vulpix.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Vulpix.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Vulpix.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Vulpix.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Wailmer.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Wailmer.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Wailmer.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Wailmer.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Wailord.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Wailord.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Wailord.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Wailord.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Walrein.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Walrein.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Walrein.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Walrein.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Wartortle.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Wartortle.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Wartortle.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Wartortle.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Watchog.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Watchog.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Watchog.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Watchog.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Weavile.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Weavile.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Weavile.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Weavile.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Weedle.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Weedle.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Weedle.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Weedle.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Weepinbell.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Weepinbell.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Weepinbell.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Weepinbell.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Weezing.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Weezing.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Weezing.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Weezing.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Whimsicott.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Whimsicott.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Whimsicott.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Whimsicott.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Whirlipede.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Whirlipede.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Whirlipede.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Whirlipede.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Whiscash.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Whiscash.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Whiscash.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Whiscash.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Whismur.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Whismur.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Whismur.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Whismur.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Wigglytuff.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Wigglytuff.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Wigglytuff.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Wigglytuff.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Wingull.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Wingull.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Wingull.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Wingull.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Wobbuffet.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Wobbuffet.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Wobbuffet.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Wobbuffet.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Woobat.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Woobat.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Woobat.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Woobat.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Wooper.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Wooper.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Wooper.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Wooper.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Wormadam.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Wormadam.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Wormadam.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Wormadam.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Wormadam_sand.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Wormadam_sand.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Wormadam_sand.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Wormadam_sand.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Wormadam_trash.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Wormadam_trash.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Wormadam_trash.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Wormadam_trash.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Wurmple.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Wurmple.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Wurmple.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Wurmple.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Wynaut.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Wynaut.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Wynaut.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Wynaut.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Xatu.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Xatu.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Xatu.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Xatu.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Yamask.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Yamask.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Yamask.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Yamask.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Yanma.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Yanma.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Yanma.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Yanma.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Yanmega.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Yanmega.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Yanmega.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Yanmega.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Zangoose.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Zangoose.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Zangoose.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Zangoose.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Zapdos.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Zapdos.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Zapdos.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Zapdos.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Zebstrika.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Zebstrika.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Zebstrika.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Zebstrika.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Zekrom.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Zekrom.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Zekrom.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Zekrom.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Zigzagoon.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Zigzagoon.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Zigzagoon.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Zigzagoon.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Zoroark.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Zoroark.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Zoroark.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Zoroark.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Zorua.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Zorua.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Zorua.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Zorua.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Zubat.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Zubat.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Zubat.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Zubat.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/Zweilous.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Zweilous.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/Zweilous.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/Zweilous.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/aegislash.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/aegislash.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/aegislash.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/aegislash.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/amaura.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/amaura.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/amaura.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/amaura.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/aromatisse.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/aromatisse.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/aromatisse.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/aromatisse.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/avalugg.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/avalugg.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/avalugg.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/avalugg.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/barbaracle.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/barbaracle.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/barbaracle.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/barbaracle.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/bergmite.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/bergmite.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/bergmite.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/bergmite.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/binacle.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/binacle.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/binacle.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/binacle.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/braixen.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/braixen.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/braixen.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/braixen.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/bunnelby.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/bunnelby.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/bunnelby.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/bunnelby.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/chesnaught.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/chesnaught.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/chesnaught.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/chesnaught.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/chespin.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/chespin.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/chespin.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/chespin.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/dedenne.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/dedenne.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/dedenne.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/dedenne.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/delphox.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/delphox.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/delphox.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/delphox.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/diancie.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/diancie.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/diancie.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/diancie.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/diggersby.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/diggersby.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/diggersby.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/diggersby.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/espurr.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/espurr.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/espurr.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/espurr.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/fennekin.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/fennekin.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/fennekin.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/fennekin.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/flabebe.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/flabebe.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/flabebe.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/flabebe.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/floette.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/floette.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/floette.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/floette.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/florges.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/florges.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/florges.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/florges.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/froakie.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/froakie.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/froakie.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/froakie.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/frogadier.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/frogadier.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/frogadier.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/frogadier.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/furfrou.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/furfrou.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/furfrou.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/furfrou.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/genesect_shock.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/genesect_shock.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/genesect_shock.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/genesect_shock.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/gogoat.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/gogoat.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/gogoat.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/gogoat.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/gourgeist-large.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/gourgeist-large.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/gourgeist-large.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/gourgeist-large.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/gourgeist-small.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/gourgeist-small.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/gourgeist-small.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/gourgeist-small.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/gourgeist-super.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/gourgeist-super.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/gourgeist-super.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/gourgeist-super.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/gourgeist.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/gourgeist.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/gourgeist.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/gourgeist.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/greninja.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/greninja.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/greninja.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/greninja.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/hawlucha.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/hawlucha.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/hawlucha.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/hawlucha.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/heliolisk.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/heliolisk.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/heliolisk.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/heliolisk.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/helioptile.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/helioptile.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/helioptile.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/helioptile.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/hoopa.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/hoopa.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/hoopa.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/hoopa.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/inkay.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/inkay.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/inkay.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/inkay.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/malamar.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/malamar.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/malamar.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/malamar.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/meowstic-f.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/meowstic-f.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/meowstic-f.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/meowstic-f.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/meowstic.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/meowstic.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/meowstic.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/meowstic.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/pumpkaboo.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/pumpkaboo.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/pumpkaboo.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/pumpkaboo.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/pumpkaboo_large.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/pumpkaboo_large.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/pumpkaboo_large.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/pumpkaboo_large.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/pumpkaboo_small.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/pumpkaboo_small.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/pumpkaboo_small.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/pumpkaboo_small.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/pumpkaboo_super.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/pumpkaboo_super.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/pumpkaboo_super.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/pumpkaboo_super.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/quilladin.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/quilladin.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/quilladin.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/quilladin.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/skiddo.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/skiddo.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/skiddo.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/skiddo.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/slurpuff.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/slurpuff.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/slurpuff.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/slurpuff.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/spritzee.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/spritzee.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/spritzee.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/spritzee.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/swirlix.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/swirlix.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/swirlix.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/swirlix.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/volcanion.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/volcanion.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/volcanion.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/volcanion.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/xerneas.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/xerneas.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/xerneas.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/xerneas.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/yveltal.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/yveltal.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/yveltal.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/yveltal.png diff --git a/2.5DHero/2.5DHeroContent/Pokemon/Sprites/zygarde.png b/2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/zygarde.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Pokemon/Sprites/zygarde.png rename to 2.5DHero/2.5DHeroContent/Content/Pokemon/Sprites/zygarde.png diff --git a/2.5DHero/2.5DHeroContent/SkyDomeResource/AuroraBoralis.png b/2.5DHero/2.5DHeroContent/Content/SkyDomeResource/AuroraBoralis.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/SkyDomeResource/AuroraBoralis.png rename to 2.5DHero/2.5DHeroContent/Content/SkyDomeResource/AuroraBoralis.png diff --git a/2.5DHero/2.5DHeroContent/SkyDomeResource/Cave.jpg b/2.5DHero/2.5DHeroContent/Content/SkyDomeResource/Cave.jpg similarity index 100% rename from 2.5DHero/2.5DHeroContent/SkyDomeResource/Cave.jpg rename to 2.5DHero/2.5DHeroContent/Content/SkyDomeResource/Cave.jpg diff --git a/2.5DHero/2.5DHeroContent/SkyDomeResource/Clouds.jpg b/2.5DHero/2.5DHeroContent/Content/SkyDomeResource/Clouds.jpg similarity index 100% rename from 2.5DHero/2.5DHeroContent/SkyDomeResource/Clouds.jpg rename to 2.5DHero/2.5DHeroContent/Content/SkyDomeResource/Clouds.jpg diff --git a/2.5DHero/2.5DHeroContent/SkyDomeResource/Clouds1.png b/2.5DHero/2.5DHeroContent/Content/SkyDomeResource/Clouds1.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/SkyDomeResource/Clouds1.png rename to 2.5DHero/2.5DHeroContent/Content/SkyDomeResource/Clouds1.png diff --git a/2.5DHero/2.5DHeroContent/SkyDomeResource/CloudsWeather.png b/2.5DHero/2.5DHeroContent/Content/SkyDomeResource/CloudsWeather.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/SkyDomeResource/CloudsWeather.png rename to 2.5DHero/2.5DHeroContent/Content/SkyDomeResource/CloudsWeather.png diff --git a/2.5DHero/2.5DHeroContent/SkyDomeResource/Dark.jpg b/2.5DHero/2.5DHeroContent/Content/SkyDomeResource/Dark.jpg similarity index 100% rename from 2.5DHero/2.5DHeroContent/SkyDomeResource/Dark.jpg rename to 2.5DHero/2.5DHeroContent/Content/SkyDomeResource/Dark.jpg diff --git a/2.5DHero/2.5DHeroContent/SkyDomeResource/Forest.png b/2.5DHero/2.5DHeroContent/Content/SkyDomeResource/Forest.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/SkyDomeResource/Forest.png rename to 2.5DHero/2.5DHeroContent/Content/SkyDomeResource/Forest.png diff --git a/2.5DHero/2.5DHeroContent/SkyDomeResource/SkyDome.x b/2.5DHero/2.5DHeroContent/Content/SkyDomeResource/SkyDome.x similarity index 100% rename from 2.5DHero/2.5DHeroContent/SkyDomeResource/SkyDome.x rename to 2.5DHero/2.5DHeroContent/Content/SkyDomeResource/SkyDome.x diff --git a/2.5DHero/2.5DHeroContent/SkyDomeResource/Stars.png b/2.5DHero/2.5DHeroContent/Content/SkyDomeResource/Stars.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/SkyDomeResource/Stars.png rename to 2.5DHero/2.5DHeroContent/Content/SkyDomeResource/Stars.png diff --git a/2.5DHero/2.5DHeroContent/SkyDomeResource/SunRise.png b/2.5DHero/2.5DHeroContent/Content/SkyDomeResource/SunRise.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/SkyDomeResource/SunRise.png rename to 2.5DHero/2.5DHeroContent/Content/SkyDomeResource/SunRise.png diff --git a/2.5DHero/2.5DHeroContent/SkyDomeResource/SunSet.png b/2.5DHero/2.5DHeroContent/Content/SkyDomeResource/SunSet.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/SkyDomeResource/SunSet.png rename to 2.5DHero/2.5DHeroContent/Content/SkyDomeResource/SunSet.png diff --git a/2.5DHero/2.5DHeroContent/SkyDomeResource/Underwater.png b/2.5DHero/2.5DHeroContent/Content/SkyDomeResource/Underwater.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/SkyDomeResource/Underwater.png rename to 2.5DHero/2.5DHeroContent/Content/SkyDomeResource/Underwater.png diff --git a/2.5DHero/2.5DHeroContent/SkyDomeResource/UnderwaterGround.png b/2.5DHero/2.5DHeroContent/Content/SkyDomeResource/UnderwaterGround.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/SkyDomeResource/UnderwaterGround.png rename to 2.5DHero/2.5DHeroContent/Content/SkyDomeResource/UnderwaterGround.png diff --git a/2.5DHero/2.5DHeroContent/SkyDomeResource/daycycle.png b/2.5DHero/2.5DHeroContent/Content/SkyDomeResource/daycycle.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/SkyDomeResource/daycycle.png rename to 2.5DHero/2.5DHeroContent/Content/SkyDomeResource/daycycle.png diff --git a/2.5DHero/2.5DHeroContent/SkyDomeResource/moon.png b/2.5DHero/2.5DHeroContent/Content/SkyDomeResource/moon.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/SkyDomeResource/moon.png rename to 2.5DHero/2.5DHeroContent/Content/SkyDomeResource/moon.png diff --git a/2.5DHero/2.5DHeroContent/SkyDomeResource/sun.png b/2.5DHero/2.5DHeroContent/Content/SkyDomeResource/sun.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/SkyDomeResource/sun.png rename to 2.5DHero/2.5DHeroContent/Content/SkyDomeResource/sun.png diff --git a/2.5DHero/2.5DHeroContent/Songs/Goldenrod.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/Goldenrod.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/Goldenrod.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/Goldenrod.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/HallofFame.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/HallofFame.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/HallofFame.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/HallofFame.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/IlexForest.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/IlexForest.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/IlexForest.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/IlexForest.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/Johto_champion_intro.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/Johto_champion_intro.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/Johto_champion_intro.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/Johto_champion_intro.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/Looker_encounter.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/Looker_encounter.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/Looker_encounter.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/Looker_encounter.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/RouteMusic0.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/RouteMusic0.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/RouteMusic0.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/RouteMusic0.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/RouteMusic1.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/RouteMusic1.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/RouteMusic1.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/RouteMusic1.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/RouteMusic10.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/RouteMusic10.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/RouteMusic10.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/RouteMusic10.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/RouteMusic11.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/RouteMusic11.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/RouteMusic11.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/RouteMusic11.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/RouteMusic2.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/RouteMusic2.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/RouteMusic2.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/RouteMusic2.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/RouteMusic3.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/RouteMusic3.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/RouteMusic3.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/RouteMusic3.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/RouteMusic4.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/RouteMusic4.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/RouteMusic4.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/RouteMusic4.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/RouteMusic5.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/RouteMusic5.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/RouteMusic5.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/RouteMusic5.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/RouteMusic6.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/RouteMusic6.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/RouteMusic6.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/RouteMusic6.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/RouteMusic7.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/RouteMusic7.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/RouteMusic7.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/RouteMusic7.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/RouteMusic8.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/RouteMusic8.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/RouteMusic8.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/RouteMusic8.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/RouteMusic9.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/RouteMusic9.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/RouteMusic9.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/RouteMusic9.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/alph.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/alph.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/alph.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/alph.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/ancient_ruins.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/ancient_ruins.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/ancient_ruins.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/ancient_ruins.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/azalea.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/azalea.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/azalea.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/azalea.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/barktown.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/barktown.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/barktown.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/barktown.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/battlefactory.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/battlefactory.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/battlefactory.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/battlefactory.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/battletower.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/battletower.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/battletower.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/battletower.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/brain_battle.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/brain_battle.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/brain_battle.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/brain_battle.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/brain_battle_intro.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/brain_battle_intro.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/brain_battle_intro.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/brain_battle_intro.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/bugcontest.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/bugcontest.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/bugcontest.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/bugcontest.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/burnedtower.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/burnedtower.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/burnedtower.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/burnedtower.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/celadon.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/celadon.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/celadon.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/celadon.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/center.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/center.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/center.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/center.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/cerulean.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/cerulean.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/cerulean.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/cerulean.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/cerulean_cave.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/cerulean_cave.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/cerulean_cave.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/cerulean_cave.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/champion_defeat.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/champion_defeat.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/champion_defeat.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/champion_defeat.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/cherrygrove.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/cherrygrove.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/cherrygrove.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/cherrygrove.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/cinnabar.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/cinnabar.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/cinnabar.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/cinnabar.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/credits.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/credits.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/credits.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/credits.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/dark_cave.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/dark_cave.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/dark_cave.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/dark_cave.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/diglettscave.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/diglettscave.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/diglettscave.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/diglettscave.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/dragonsden.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/dragonsden.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/dragonsden.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/dragonsden.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/ecruteak.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/ecruteak.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/ecruteak.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/ecruteak.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/elite_defeat.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/elite_defeat.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/elite_defeat.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/elite_defeat.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/elmslab.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/elmslab.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/elmslab.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/elmslab.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/entei_battle.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/entei_battle.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/entei_battle.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/entei_battle.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/entei_battle_intro.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/entei_battle_intro.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/entei_battle_intro.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/entei_battle_intro.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/eusine_encounter.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/eusine_encounter.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/eusine_encounter.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/eusine_encounter.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/evolution.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/evolution.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/evolution.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/evolution.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/frontier.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/frontier.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/frontier.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/frontier.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/gamecorner.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/gamecorner.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/gamecorner.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/gamecorner.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/gts.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/gts.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/gts.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/gts.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/gym.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/gym.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/gym.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/gym.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/ho-oh_battle.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/ho-oh_battle.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/ho-oh_battle.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/ho-oh_battle.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/ho-oh_battle_intro.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/ho-oh_battle_intro.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/ho-oh_battle_intro.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/ho-oh_battle_intro.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/indigo.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/indigo.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/indigo.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/indigo.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/intro/Goldenrod.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/intro/Goldenrod.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/intro/Goldenrod.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/intro/Goldenrod.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/intro/IlexForest.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/intro/IlexForest.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/intro/IlexForest.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/intro/IlexForest.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/intro/RouteMusic1.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/intro/RouteMusic1.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/intro/RouteMusic1.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/intro/RouteMusic1.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/intro/RouteMusic10.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/intro/RouteMusic10.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/intro/RouteMusic10.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/intro/RouteMusic10.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/intro/RouteMusic11.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/intro/RouteMusic11.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/intro/RouteMusic11.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/intro/RouteMusic11.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/intro/RouteMusic2.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/intro/RouteMusic2.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/intro/RouteMusic2.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/intro/RouteMusic2.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/intro/RouteMusic3.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/intro/RouteMusic3.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/intro/RouteMusic3.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/intro/RouteMusic3.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/intro/RouteMusic4.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/intro/RouteMusic4.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/intro/RouteMusic4.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/intro/RouteMusic4.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/intro/RouteMusic5.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/intro/RouteMusic5.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/intro/RouteMusic5.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/intro/RouteMusic5.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/intro/RouteMusic6.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/intro/RouteMusic6.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/intro/RouteMusic6.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/intro/RouteMusic6.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/intro/RouteMusic7.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/intro/RouteMusic7.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/intro/RouteMusic7.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/intro/RouteMusic7.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/intro/RouteMusic8.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/intro/RouteMusic8.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/intro/RouteMusic8.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/intro/RouteMusic8.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/intro/azalea.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/intro/azalea.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/intro/azalea.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/intro/azalea.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/intro/barktown.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/intro/barktown.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/intro/barktown.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/intro/barktown.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/intro/battlefactory.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/intro/battlefactory.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/intro/battlefactory.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/intro/battlefactory.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/intro/bugcontest.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/intro/bugcontest.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/intro/bugcontest.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/intro/bugcontest.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/intro/burnedtower.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/intro/burnedtower.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/intro/burnedtower.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/intro/burnedtower.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/intro/celadon.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/intro/celadon.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/intro/celadon.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/intro/celadon.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/intro/cerulean.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/intro/cerulean.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/intro/cerulean.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/intro/cerulean.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/intro/cerulean_cave.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/intro/cerulean_cave.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/intro/cerulean_cave.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/intro/cerulean_cave.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/intro/champion_defeat.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/intro/champion_defeat.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/intro/champion_defeat.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/intro/champion_defeat.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/intro/cherrygrove.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/intro/cherrygrove.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/intro/cherrygrove.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/intro/cherrygrove.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/intro/diglettscave.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/intro/diglettscave.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/intro/diglettscave.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/intro/diglettscave.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/intro/elite_defeat.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/intro/elite_defeat.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/intro/elite_defeat.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/intro/elite_defeat.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/intro/elmslab.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/intro/elmslab.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/intro/elmslab.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/intro/elmslab.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/intro/entei_battle.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/intro/entei_battle.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/intro/entei_battle.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/intro/entei_battle.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/intro/evolution.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/intro/evolution.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/intro/evolution.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/intro/evolution.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/intro/frontier.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/intro/frontier.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/intro/frontier.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/intro/frontier.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/intro/gamecorner.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/intro/gamecorner.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/intro/gamecorner.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/intro/gamecorner.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/intro/gts.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/intro/gts.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/intro/gts.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/intro/gts.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/intro/ho-oh_battle.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/intro/ho-oh_battle.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/intro/ho-oh_battle.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/intro/ho-oh_battle.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/intro/johto_elite.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/intro/johto_elite.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/intro/johto_elite.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/intro/johto_elite.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/intro/johto_leader.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/intro/johto_leader.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/intro/johto_leader.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/intro/johto_leader.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/intro/johto_rival_encounter.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/intro/johto_rival_encounter.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/intro/johto_rival_encounter.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/intro/johto_rival_encounter.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/intro/johto_rocket.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/intro/johto_rocket.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/intro/johto_rocket.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/intro/johto_rocket.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/intro/johto_trainer.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/intro/johto_trainer.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/intro/johto_trainer.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/intro/johto_trainer.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/intro/johto_wild.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/intro/johto_wild.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/intro/johto_wild.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/intro/johto_wild.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/intro/kanto_leader.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/intro/kanto_leader.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/intro/kanto_leader.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/intro/kanto_leader.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/intro/kanto_trainer.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/intro/kanto_trainer.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/intro/kanto_trainer.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/intro/kanto_trainer.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/intro/lavender.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/intro/lavender.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/intro/lavender.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/intro/lavender.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/intro/leader_defeat.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/intro/leader_defeat.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/intro/leader_defeat.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/intro/leader_defeat.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/intro/lobby.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/intro/lobby.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/intro/lobby.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/intro/lobby.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/intro/lugia_battle.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/intro/lugia_battle.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/intro/lugia_battle.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/intro/lugia_battle.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/intro/mart.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/intro/mart.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/intro/mart.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/intro/mart.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/intro/mary_encounter.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/intro/mary_encounter.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/intro/mary_encounter.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/intro/mary_encounter.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/intro/oak_encounter.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/intro/oak_encounter.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/intro/oak_encounter.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/intro/oak_encounter.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/intro/oakslab.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/intro/oakslab.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/intro/oakslab.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/intro/oakslab.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/intro/pokeflute.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/intro/pokeflute.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/intro/pokeflute.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/intro/pokeflute.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/intro/pokemon_lullaby.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/intro/pokemon_lullaby.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/intro/pokemon_lullaby.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/intro/pokemon_lullaby.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/intro/pokemon_march.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/intro/pokemon_march.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/intro/pokemon_march.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/intro/pokemon_march.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/intro/pvp.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/intro/pvp.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/intro/pvp.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/intro/pvp.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/intro/raikou_battle.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/intro/raikou_battle.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/intro/raikou_battle.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/intro/raikou_battle.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/intro/ride.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/intro/ride.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/intro/ride.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/intro/ride.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/intro/safari.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/intro/safari.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/intro/safari.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/intro/safari.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/intro/show_me_around.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/intro/show_me_around.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/intro/show_me_around.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/intro/show_me_around.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/intro/space_legend_battle.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/intro/space_legend_battle.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/intro/space_legend_battle.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/intro/space_legend_battle.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/intro/sprout_tower.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/intro/sprout_tower.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/intro/sprout_tower.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/intro/sprout_tower.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/intro/ssaqua.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/intro/ssaqua.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/intro/ssaqua.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/intro/ssaqua.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/intro/startower.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/intro/startower.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/intro/startower.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/intro/startower.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/intro/suicune_battle.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/intro/suicune_battle.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/intro/suicune_battle.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/intro/suicune_battle.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/intro/trainer_encounter.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/intro/trainer_encounter.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/intro/trainer_encounter.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/intro/trainer_encounter.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/intro/vermilion.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/intro/vermilion.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/intro/vermilion.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/intro/vermilion.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/intro/violet.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/intro/violet.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/intro/violet.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/intro/violet.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/johto_champion.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/johto_champion.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/johto_champion.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/johto_champion.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/johto_elite.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/johto_elite.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/johto_elite.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/johto_elite.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/johto_elite_intro.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/johto_elite_intro.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/johto_elite_intro.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/johto_elite_intro.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/johto_leader.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/johto_leader.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/johto_leader.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/johto_leader.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/johto_leader_intro.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/johto_leader_intro.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/johto_leader_intro.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/johto_leader_intro.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/johto_rival.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/johto_rival.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/johto_rival.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/johto_rival.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/johto_rival_encounter.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/johto_rival_encounter.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/johto_rival_encounter.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/johto_rival_encounter.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/johto_rivalintro.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/johto_rivalintro.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/johto_rivalintro.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/johto_rivalintro.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/johto_rocket.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/johto_rocket.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/johto_rocket.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/johto_rocket.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/johto_rocket_encounter.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/johto_rocket_encounter.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/johto_rocket_encounter.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/johto_rocket_encounter.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/johto_rocket_intro.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/johto_rocket_intro.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/johto_rocket_intro.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/johto_rocket_intro.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/johto_trainer.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/johto_trainer.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/johto_trainer.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/johto_trainer.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/johto_trainer_intro.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/johto_trainer_intro.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/johto_trainer_intro.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/johto_trainer_intro.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/johto_wild.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/johto_wild.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/johto_wild.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/johto_wild.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/johto_wild_intro.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/johto_wild_intro.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/johto_wild_intro.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/johto_wild_intro.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/kanto_leader.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/kanto_leader.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/kanto_leader.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/kanto_leader.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/kanto_leader_intro.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/kanto_leader_intro.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/kanto_leader_intro.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/kanto_leader_intro.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/kanto_trainer.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/kanto_trainer.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/kanto_trainer.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/kanto_trainer.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/kanto_trainer_intro.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/kanto_trainer_intro.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/kanto_trainer_intro.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/kanto_trainer_intro.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/kanto_wild.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/kanto_wild.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/kanto_wild.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/kanto_wild.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/kanto_wild_intro.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/kanto_wild_intro.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/kanto_wild_intro.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/kanto_wild_intro.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/kimono.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/kimono.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/kimono.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/kimono.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/kvictoryroad.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/kvictoryroad.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/kvictoryroad.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/kvictoryroad.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/lavender.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/lavender.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/lavender.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/lavender.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/leader_defeat.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/leader_defeat.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/leader_defeat.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/leader_defeat.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/lighthouse.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/lighthouse.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/lighthouse.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/lighthouse.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/lobby.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/lobby.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/lobby.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/lobby.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/lugia_battle.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/lugia_battle.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/lugia_battle.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/lugia_battle.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/lugia_battle_intro.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/lugia_battle_intro.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/lugia_battle_intro.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/lugia_battle_intro.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/mart.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/mart.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/mart.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/mart.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/mary_encounter.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/mary_encounter.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/mary_encounter.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/mary_encounter.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/mtmoonsq.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/mtmoonsq.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/mtmoonsq.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/mtmoonsq.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/nationalpark.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/nationalpark.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/nationalpark.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/nationalpark.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/oak_encounter.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/oak_encounter.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/oak_encounter.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/oak_encounter.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/oakslab.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/oakslab.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/oakslab.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/oakslab.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/pallet.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/pallet.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/pallet.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/pallet.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/pokeflute.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/pokeflute.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/pokeflute.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/pokeflute.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/pokemon_lullaby.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/pokemon_lullaby.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/pokemon_lullaby.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/pokemon_lullaby.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/pokemon_march.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/pokemon_march.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/pokemon_march.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/pokemon_march.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/pvp.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/pvp.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/pvp.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/pvp.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/rHideout.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/rHideout.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/rHideout.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/rHideout.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/raikou_battle.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/raikou_battle.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/raikou_battle.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/raikou_battle.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/raikou_battle_intro.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/raikou_battle_intro.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/raikou_battle_intro.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/raikou_battle_intro.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/ride.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/ride.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/ride.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/ride.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/rocket_broadcast.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/rocket_broadcast.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/rocket_broadcast.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/rocket_broadcast.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/safari.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/safari.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/safari.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/safari.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/safarigate.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/safarigate.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/safarigate.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/safarigate.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/show_me_around.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/show_me_around.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/show_me_around.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/show_me_around.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/space_legend_battle.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/space_legend_battle.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/space_legend_battle.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/space_legend_battle.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/space_legend_battle_intro.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/space_legend_battle_intro.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/space_legend_battle_intro.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/space_legend_battle_intro.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/sprout_tower.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/sprout_tower.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/sprout_tower.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/sprout_tower.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/ssaqua.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/ssaqua.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/ssaqua.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/ssaqua.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/startower.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/startower.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/startower.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/startower.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/suicune_battle.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/suicune_battle.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/suicune_battle.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/suicune_battle.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/suicune_battle_intro.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/suicune_battle_intro.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/suicune_battle_intro.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/suicune_battle_intro.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/surf.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/surf.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/surf.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/surf.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/tintower.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/tintower.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/tintower.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/tintower.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/title.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/title.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/title.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/title.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/trainer_defeat.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/trainer_defeat.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/trainer_defeat.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/trainer_defeat.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/trainer_encounter.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/trainer_encounter.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/trainer_encounter.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/trainer_encounter.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/unown_broadcast.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/unown_broadcast.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/unown_broadcast.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/unown_broadcast.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/vermilion.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/vermilion.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/vermilion.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/vermilion.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/violet.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/violet.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/violet.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/violet.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/viridian_forest.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/viridian_forest.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/viridian_forest.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/viridian_forest.ogg diff --git a/2.5DHero/2.5DHeroContent/Songs/wild_defeat.ogg b/2.5DHero/2.5DHeroContent/Content/Songs/wild_defeat.ogg similarity index 100% rename from 2.5DHero/2.5DHeroContent/Songs/wild_defeat.ogg rename to 2.5DHero/2.5DHeroContent/Content/Songs/wild_defeat.ogg diff --git a/2.5DHero/2.5DHeroContent/Sounds/Battle/Damage/normaldamage.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Battle/Damage/normaldamage.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Battle/Damage/normaldamage.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Battle/Damage/normaldamage.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Battle/Damage/not_effective.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Battle/Damage/not_effective.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Battle/Damage/not_effective.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Battle/Damage/not_effective.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Battle/Damage/super_effective.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Battle/Damage/super_effective.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Battle/Damage/super_effective.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Battle/Damage/super_effective.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Battle/Effects/effect_ember.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Battle/Effects/effect_ember.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Battle/Effects/effect_ember.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Battle/Effects/effect_ember.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Battle/Effects/effect_fly.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Battle/Effects/effect_fly.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Battle/Effects/effect_fly.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Battle/Effects/effect_fly.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Battle/Effects/effect_ice1.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Battle/Effects/effect_ice1.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Battle/Effects/effect_ice1.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Battle/Effects/effect_ice1.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Battle/Effects/effect_poison.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Battle/Effects/effect_poison.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Battle/Effects/effect_poison.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Battle/Effects/effect_poison.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Battle/Effects/effect_pound.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Battle/Effects/effect_pound.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Battle/Effects/effect_pound.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Battle/Effects/effect_pound.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Battle/Effects/effect_thunderbolt.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Battle/Effects/effect_thunderbolt.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Battle/Effects/effect_thunderbolt.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Battle/Effects/effect_thunderbolt.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Battle/Effects/effect_thundershock2.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Battle/Effects/effect_thundershock2.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Battle/Effects/effect_thundershock2.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Battle/Effects/effect_thundershock2.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Battle/ballshake.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Battle/ballshake.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Battle/ballshake.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Battle/ballshake.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Battle/exp_max.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Battle/exp_max.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Battle/exp_max.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Battle/exp_max.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Battle/pokeball_land.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Battle/pokeball_land.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Battle/pokeball_land.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Battle/pokeball_land.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Battle/running.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Battle/running.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Battle/running.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Battle/running.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Battle/shiny.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Battle/shiny.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Battle/shiny.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Battle/shiny.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Battle/throw.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Battle/throw.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Battle/throw.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Battle/throw.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Contest/rankplace.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Contest/rankplace.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Contest/rankplace.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Contest/rankplace.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/1.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/1.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/1.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/1.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/10.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/10.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/10.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/10.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/100.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/100.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/100.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/100.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/101.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/101.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/101.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/101.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/102.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/102.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/102.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/102.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/103.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/103.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/103.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/103.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/104.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/104.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/104.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/104.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/105.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/105.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/105.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/105.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/106.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/106.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/106.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/106.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/107.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/107.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/107.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/107.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/108.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/108.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/108.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/108.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/109.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/109.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/109.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/109.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/11.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/11.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/11.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/11.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/110.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/110.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/110.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/110.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/111.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/111.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/111.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/111.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/112.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/112.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/112.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/112.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/113.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/113.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/113.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/113.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/114.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/114.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/114.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/114.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/115.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/115.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/115.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/115.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/116.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/116.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/116.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/116.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/117.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/117.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/117.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/117.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/118.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/118.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/118.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/118.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/119.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/119.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/119.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/119.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/12.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/12.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/12.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/12.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/120.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/120.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/120.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/120.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/121.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/121.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/121.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/121.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/122.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/122.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/122.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/122.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/123.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/123.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/123.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/123.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/124.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/124.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/124.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/124.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/125.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/125.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/125.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/125.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/126.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/126.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/126.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/126.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/127.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/127.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/127.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/127.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/128.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/128.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/128.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/128.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/129.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/129.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/129.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/129.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/13.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/13.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/13.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/13.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/130.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/130.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/130.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/130.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/131.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/131.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/131.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/131.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/132.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/132.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/132.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/132.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/133.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/133.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/133.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/133.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/134.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/134.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/134.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/134.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/135.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/135.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/135.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/135.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/136.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/136.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/136.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/136.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/137.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/137.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/137.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/137.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/138.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/138.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/138.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/138.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/139.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/139.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/139.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/139.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/14.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/14.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/14.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/14.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/140.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/140.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/140.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/140.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/141.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/141.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/141.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/141.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/142.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/142.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/142.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/142.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/143.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/143.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/143.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/143.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/144.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/144.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/144.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/144.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/145.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/145.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/145.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/145.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/146.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/146.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/146.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/146.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/147.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/147.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/147.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/147.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/148.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/148.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/148.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/148.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/149.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/149.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/149.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/149.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/15.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/15.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/15.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/15.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/150.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/150.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/150.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/150.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/151.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/151.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/151.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/151.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/152.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/152.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/152.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/152.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/153.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/153.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/153.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/153.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/154.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/154.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/154.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/154.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/155.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/155.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/155.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/155.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/156.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/156.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/156.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/156.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/157.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/157.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/157.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/157.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/158.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/158.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/158.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/158.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/159.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/159.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/159.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/159.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/16.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/16.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/16.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/16.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/160.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/160.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/160.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/160.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/161.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/161.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/161.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/161.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/162.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/162.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/162.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/162.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/163.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/163.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/163.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/163.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/164.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/164.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/164.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/164.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/165.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/165.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/165.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/165.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/166.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/166.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/166.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/166.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/167.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/167.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/167.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/167.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/168.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/168.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/168.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/168.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/169.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/169.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/169.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/169.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/17.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/17.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/17.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/17.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/170.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/170.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/170.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/170.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/171.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/171.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/171.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/171.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/172.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/172.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/172.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/172.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/173.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/173.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/173.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/173.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/174.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/174.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/174.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/174.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/175.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/175.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/175.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/175.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/176.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/176.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/176.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/176.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/177.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/177.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/177.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/177.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/178.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/178.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/178.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/178.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/179.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/179.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/179.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/179.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/18.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/18.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/18.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/18.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/180.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/180.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/180.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/180.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/181.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/181.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/181.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/181.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/182.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/182.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/182.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/182.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/183.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/183.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/183.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/183.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/184.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/184.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/184.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/184.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/185.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/185.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/185.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/185.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/186.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/186.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/186.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/186.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/187.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/187.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/187.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/187.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/188.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/188.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/188.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/188.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/189.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/189.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/189.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/189.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/19.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/19.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/19.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/19.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/190.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/190.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/190.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/190.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/191.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/191.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/191.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/191.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/192.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/192.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/192.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/192.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/193.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/193.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/193.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/193.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/194.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/194.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/194.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/194.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/195.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/195.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/195.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/195.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/196.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/196.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/196.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/196.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/197.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/197.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/197.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/197.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/198.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/198.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/198.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/198.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/199.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/199.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/199.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/199.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/2.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/2.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/2.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/2.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/20.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/20.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/20.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/20.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/200.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/200.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/200.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/200.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/201.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/201.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/201.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/201.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/202.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/202.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/202.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/202.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/203.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/203.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/203.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/203.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/204.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/204.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/204.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/204.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/205.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/205.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/205.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/205.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/206.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/206.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/206.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/206.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/207.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/207.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/207.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/207.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/208.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/208.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/208.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/208.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/209.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/209.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/209.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/209.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/21.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/21.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/21.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/21.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/210.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/210.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/210.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/210.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/211.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/211.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/211.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/211.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/212.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/212.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/212.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/212.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/213.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/213.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/213.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/213.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/214.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/214.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/214.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/214.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/215.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/215.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/215.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/215.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/216.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/216.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/216.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/216.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/217.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/217.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/217.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/217.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/218.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/218.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/218.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/218.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/219.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/219.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/219.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/219.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/22.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/22.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/22.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/22.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/220.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/220.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/220.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/220.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/221.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/221.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/221.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/221.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/222.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/222.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/222.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/222.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/223.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/223.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/223.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/223.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/224.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/224.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/224.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/224.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/225.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/225.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/225.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/225.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/226.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/226.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/226.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/226.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/227.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/227.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/227.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/227.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/228.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/228.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/228.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/228.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/229.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/229.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/229.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/229.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/23.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/23.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/23.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/23.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/230.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/230.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/230.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/230.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/231.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/231.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/231.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/231.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/232.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/232.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/232.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/232.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/233.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/233.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/233.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/233.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/234.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/234.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/234.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/234.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/235.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/235.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/235.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/235.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/236.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/236.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/236.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/236.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/237.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/237.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/237.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/237.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/238.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/238.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/238.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/238.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/239.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/239.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/239.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/239.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/24.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/24.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/24.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/24.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/240.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/240.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/240.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/240.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/241.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/241.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/241.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/241.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/242.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/242.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/242.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/242.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/243.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/243.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/243.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/243.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/244.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/244.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/244.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/244.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/245.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/245.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/245.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/245.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/246.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/246.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/246.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/246.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/247.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/247.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/247.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/247.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/248.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/248.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/248.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/248.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/249.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/249.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/249.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/249.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/25.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/25.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/25.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/25.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/250.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/250.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/250.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/250.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/251.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/251.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/251.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/251.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/252.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/252.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/252.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/252.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/253.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/253.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/253.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/253.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/254.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/254.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/254.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/254.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/255.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/255.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/255.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/255.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/256.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/256.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/256.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/256.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/257.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/257.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/257.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/257.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/258.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/258.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/258.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/258.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/259.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/259.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/259.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/259.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/26.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/26.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/26.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/26.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/260.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/260.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/260.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/260.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/261.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/261.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/261.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/261.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/262.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/262.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/262.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/262.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/263.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/263.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/263.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/263.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/264.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/264.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/264.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/264.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/265.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/265.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/265.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/265.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/266.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/266.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/266.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/266.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/267.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/267.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/267.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/267.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/268.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/268.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/268.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/268.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/269.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/269.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/269.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/269.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/27.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/27.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/27.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/27.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/270.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/270.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/270.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/270.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/271.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/271.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/271.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/271.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/272.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/272.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/272.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/272.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/273.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/273.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/273.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/273.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/274.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/274.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/274.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/274.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/275.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/275.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/275.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/275.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/276.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/276.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/276.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/276.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/277.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/277.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/277.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/277.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/278.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/278.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/278.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/278.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/279.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/279.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/279.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/279.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/28.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/28.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/28.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/28.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/280.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/280.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/280.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/280.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/281.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/281.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/281.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/281.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/282.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/282.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/282.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/282.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/283.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/283.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/283.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/283.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/284.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/284.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/284.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/284.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/285.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/285.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/285.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/285.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/286.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/286.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/286.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/286.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/287.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/287.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/287.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/287.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/288.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/288.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/288.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/288.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/289.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/289.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/289.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/289.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/29.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/29.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/29.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/29.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/290.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/290.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/290.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/290.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/291.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/291.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/291.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/291.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/292.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/292.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/292.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/292.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/293.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/293.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/293.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/293.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/294.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/294.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/294.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/294.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/295.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/295.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/295.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/295.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/296.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/296.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/296.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/296.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/297.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/297.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/297.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/297.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/298.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/298.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/298.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/298.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/299.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/299.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/299.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/299.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/3.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/3.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/3.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/3.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/30.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/30.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/30.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/30.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/300.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/300.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/300.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/300.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/301.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/301.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/301.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/301.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/302.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/302.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/302.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/302.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/303.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/303.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/303.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/303.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/304.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/304.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/304.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/304.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/305.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/305.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/305.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/305.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/306.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/306.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/306.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/306.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/307.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/307.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/307.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/307.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/308.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/308.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/308.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/308.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/309.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/309.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/309.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/309.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/31.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/31.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/31.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/31.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/310.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/310.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/310.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/310.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/311.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/311.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/311.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/311.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/312.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/312.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/312.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/312.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/313.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/313.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/313.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/313.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/314.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/314.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/314.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/314.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/315.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/315.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/315.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/315.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/316.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/316.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/316.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/316.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/317.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/317.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/317.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/317.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/318.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/318.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/318.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/318.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/319.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/319.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/319.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/319.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/32.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/32.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/32.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/32.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/320.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/320.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/320.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/320.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/321.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/321.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/321.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/321.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/322.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/322.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/322.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/322.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/323.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/323.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/323.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/323.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/324.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/324.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/324.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/324.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/325.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/325.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/325.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/325.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/326.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/326.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/326.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/326.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/327.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/327.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/327.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/327.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/328.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/328.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/328.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/328.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/329.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/329.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/329.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/329.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/33.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/33.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/33.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/33.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/330.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/330.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/330.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/330.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/331.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/331.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/331.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/331.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/332.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/332.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/332.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/332.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/333.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/333.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/333.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/333.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/334.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/334.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/334.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/334.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/335.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/335.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/335.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/335.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/336.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/336.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/336.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/336.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/337.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/337.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/337.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/337.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/338.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/338.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/338.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/338.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/339.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/339.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/339.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/339.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/34.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/34.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/34.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/34.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/340.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/340.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/340.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/340.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/341.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/341.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/341.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/341.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/342.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/342.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/342.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/342.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/343.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/343.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/343.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/343.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/344.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/344.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/344.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/344.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/345.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/345.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/345.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/345.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/346.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/346.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/346.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/346.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/347.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/347.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/347.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/347.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/348.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/348.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/348.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/348.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/349.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/349.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/349.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/349.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/35.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/35.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/35.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/35.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/350.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/350.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/350.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/350.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/351.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/351.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/351.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/351.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/352.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/352.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/352.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/352.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/353.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/353.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/353.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/353.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/354.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/354.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/354.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/354.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/355.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/355.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/355.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/355.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/356.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/356.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/356.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/356.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/357.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/357.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/357.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/357.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/358.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/358.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/358.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/358.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/359.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/359.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/359.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/359.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/36.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/36.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/36.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/36.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/360.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/360.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/360.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/360.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/361.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/361.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/361.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/361.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/362.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/362.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/362.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/362.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/363.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/363.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/363.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/363.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/364.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/364.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/364.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/364.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/365.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/365.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/365.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/365.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/366.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/366.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/366.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/366.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/367.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/367.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/367.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/367.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/368.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/368.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/368.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/368.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/369.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/369.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/369.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/369.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/37.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/37.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/37.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/37.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/370.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/370.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/370.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/370.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/371.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/371.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/371.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/371.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/372.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/372.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/372.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/372.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/373.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/373.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/373.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/373.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/374.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/374.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/374.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/374.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/375.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/375.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/375.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/375.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/376.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/376.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/376.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/376.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/377.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/377.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/377.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/377.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/378.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/378.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/378.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/378.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/379.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/379.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/379.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/379.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/38.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/38.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/38.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/38.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/380.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/380.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/380.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/380.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/381.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/381.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/381.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/381.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/382.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/382.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/382.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/382.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/383.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/383.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/383.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/383.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/384.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/384.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/384.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/384.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/385.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/385.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/385.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/385.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/386.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/386.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/386.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/386.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/387.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/387.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/387.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/387.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/388.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/388.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/388.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/388.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/389.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/389.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/389.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/389.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/39.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/39.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/39.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/39.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/390.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/390.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/390.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/390.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/391.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/391.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/391.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/391.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/392.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/392.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/392.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/392.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/393.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/393.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/393.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/393.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/394.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/394.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/394.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/394.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/395.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/395.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/395.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/395.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/396.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/396.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/396.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/396.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/397.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/397.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/397.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/397.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/398.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/398.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/398.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/398.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/399.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/399.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/399.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/399.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/4.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/4.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/4.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/4.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/40.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/40.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/40.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/40.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/400.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/400.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/400.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/400.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/401.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/401.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/401.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/401.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/402.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/402.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/402.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/402.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/403.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/403.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/403.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/403.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/404.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/404.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/404.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/404.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/405.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/405.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/405.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/405.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/406.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/406.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/406.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/406.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/407.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/407.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/407.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/407.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/408.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/408.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/408.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/408.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/409.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/409.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/409.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/409.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/41.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/41.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/41.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/41.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/410.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/410.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/410.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/410.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/411.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/411.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/411.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/411.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/412.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/412.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/412.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/412.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/413.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/413.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/413.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/413.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/414.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/414.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/414.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/414.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/415.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/415.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/415.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/415.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/416.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/416.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/416.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/416.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/417.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/417.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/417.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/417.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/418.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/418.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/418.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/418.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/419.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/419.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/419.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/419.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/42.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/42.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/42.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/42.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/420.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/420.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/420.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/420.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/421.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/421.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/421.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/421.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/422.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/422.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/422.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/422.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/423.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/423.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/423.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/423.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/424.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/424.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/424.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/424.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/425.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/425.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/425.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/425.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/426.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/426.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/426.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/426.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/427.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/427.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/427.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/427.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/428.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/428.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/428.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/428.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/429.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/429.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/429.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/429.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/43.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/43.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/43.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/43.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/430.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/430.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/430.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/430.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/431.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/431.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/431.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/431.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/432.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/432.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/432.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/432.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/433.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/433.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/433.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/433.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/434.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/434.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/434.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/434.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/435.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/435.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/435.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/435.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/436.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/436.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/436.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/436.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/437.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/437.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/437.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/437.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/438.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/438.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/438.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/438.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/439.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/439.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/439.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/439.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/44.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/44.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/44.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/44.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/440.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/440.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/440.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/440.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/441.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/441.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/441.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/441.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/442.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/442.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/442.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/442.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/443.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/443.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/443.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/443.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/444.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/444.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/444.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/444.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/445.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/445.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/445.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/445.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/446.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/446.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/446.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/446.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/447.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/447.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/447.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/447.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/448.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/448.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/448.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/448.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/449.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/449.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/449.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/449.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/45.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/45.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/45.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/45.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/450.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/450.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/450.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/450.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/451.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/451.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/451.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/451.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/452.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/452.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/452.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/452.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/453.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/453.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/453.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/453.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/454.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/454.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/454.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/454.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/455.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/455.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/455.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/455.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/456.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/456.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/456.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/456.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/457.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/457.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/457.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/457.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/458.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/458.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/458.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/458.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/459.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/459.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/459.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/459.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/46.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/46.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/46.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/46.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/460.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/460.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/460.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/460.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/461.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/461.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/461.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/461.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/462.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/462.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/462.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/462.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/463.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/463.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/463.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/463.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/464.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/464.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/464.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/464.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/465.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/465.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/465.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/465.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/466.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/466.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/466.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/466.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/467.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/467.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/467.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/467.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/468.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/468.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/468.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/468.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/469.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/469.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/469.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/469.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/47.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/47.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/47.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/47.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/470.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/470.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/470.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/470.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/471.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/471.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/471.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/471.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/472.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/472.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/472.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/472.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/473.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/473.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/473.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/473.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/474.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/474.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/474.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/474.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/475.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/475.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/475.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/475.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/476.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/476.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/476.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/476.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/477.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/477.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/477.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/477.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/478.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/478.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/478.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/478.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/479.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/479.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/479.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/479.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/48.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/48.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/48.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/48.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/480.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/480.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/480.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/480.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/481.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/481.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/481.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/481.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/482.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/482.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/482.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/482.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/483.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/483.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/483.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/483.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/484.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/484.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/484.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/484.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/485.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/485.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/485.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/485.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/486.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/486.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/486.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/486.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/487.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/487.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/487.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/487.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/488.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/488.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/488.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/488.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/489.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/489.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/489.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/489.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/49.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/49.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/49.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/49.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/490.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/490.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/490.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/490.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/491.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/491.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/491.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/491.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/492.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/492.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/492.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/492.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/492_sky.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/492_sky.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/492_sky.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/492_sky.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/493.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/493.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/493.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/493.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/494.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/494.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/494.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/494.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/495.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/495.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/495.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/495.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/496.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/496.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/496.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/496.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/497.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/497.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/497.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/497.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/498.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/498.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/498.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/498.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/499.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/499.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/499.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/499.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/5.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/5.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/5.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/5.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/50.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/50.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/50.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/50.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/500.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/500.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/500.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/500.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/501.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/501.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/501.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/501.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/502.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/502.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/502.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/502.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/503.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/503.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/503.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/503.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/504.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/504.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/504.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/504.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/505.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/505.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/505.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/505.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/506.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/506.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/506.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/506.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/507.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/507.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/507.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/507.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/508.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/508.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/508.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/508.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/509.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/509.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/509.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/509.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/51.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/51.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/51.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/51.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/510.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/510.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/510.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/510.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/511.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/511.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/511.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/511.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/512.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/512.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/512.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/512.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/513.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/513.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/513.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/513.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/514.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/514.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/514.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/514.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/515.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/515.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/515.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/515.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/516.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/516.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/516.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/516.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/517.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/517.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/517.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/517.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/518.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/518.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/518.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/518.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/519.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/519.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/519.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/519.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/52.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/52.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/52.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/52.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/520.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/520.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/520.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/520.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/521.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/521.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/521.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/521.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/522.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/522.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/522.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/522.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/523.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/523.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/523.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/523.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/524.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/524.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/524.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/524.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/525.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/525.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/525.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/525.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/526.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/526.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/526.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/526.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/527.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/527.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/527.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/527.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/528.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/528.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/528.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/528.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/529.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/529.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/529.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/529.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/53.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/53.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/53.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/53.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/530.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/530.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/530.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/530.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/531.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/531.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/531.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/531.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/532.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/532.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/532.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/532.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/533.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/533.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/533.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/533.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/534.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/534.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/534.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/534.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/535.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/535.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/535.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/535.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/536.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/536.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/536.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/536.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/537.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/537.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/537.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/537.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/538.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/538.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/538.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/538.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/539.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/539.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/539.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/539.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/54.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/54.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/54.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/54.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/540.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/540.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/540.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/540.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/541.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/541.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/541.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/541.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/542.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/542.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/542.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/542.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/543.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/543.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/543.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/543.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/544.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/544.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/544.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/544.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/545.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/545.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/545.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/545.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/546.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/546.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/546.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/546.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/547.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/547.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/547.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/547.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/548.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/548.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/548.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/548.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/549.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/549.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/549.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/549.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/55.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/55.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/55.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/55.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/550.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/550.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/550.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/550.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/551.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/551.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/551.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/551.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/552.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/552.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/552.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/552.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/553.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/553.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/553.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/553.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/554.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/554.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/554.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/554.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/555.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/555.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/555.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/555.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/556.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/556.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/556.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/556.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/557.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/557.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/557.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/557.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/558.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/558.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/558.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/558.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/559.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/559.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/559.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/559.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/56.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/56.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/56.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/56.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/560.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/560.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/560.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/560.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/561.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/561.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/561.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/561.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/562.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/562.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/562.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/562.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/563.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/563.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/563.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/563.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/564.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/564.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/564.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/564.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/565.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/565.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/565.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/565.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/566.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/566.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/566.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/566.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/567.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/567.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/567.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/567.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/568.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/568.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/568.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/568.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/569.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/569.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/569.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/569.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/57.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/57.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/57.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/57.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/570.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/570.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/570.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/570.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/571.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/571.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/571.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/571.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/572.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/572.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/572.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/572.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/573.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/573.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/573.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/573.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/574.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/574.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/574.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/574.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/575.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/575.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/575.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/575.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/576.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/576.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/576.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/576.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/577.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/577.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/577.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/577.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/578.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/578.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/578.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/578.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/579.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/579.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/579.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/579.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/58.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/58.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/58.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/58.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/580.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/580.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/580.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/580.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/581.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/581.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/581.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/581.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/582.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/582.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/582.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/582.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/583.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/583.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/583.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/583.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/584.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/584.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/584.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/584.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/585.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/585.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/585.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/585.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/586.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/586.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/586.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/586.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/587.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/587.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/587.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/587.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/588.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/588.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/588.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/588.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/589.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/589.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/589.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/589.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/59.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/59.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/59.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/59.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/590.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/590.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/590.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/590.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/591.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/591.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/591.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/591.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/592.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/592.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/592.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/592.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/593.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/593.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/593.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/593.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/594.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/594.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/594.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/594.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/595.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/595.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/595.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/595.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/596.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/596.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/596.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/596.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/597.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/597.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/597.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/597.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/598.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/598.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/598.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/598.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/599.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/599.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/599.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/599.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/6.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/6.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/6.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/6.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/60.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/60.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/60.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/60.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/600.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/600.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/600.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/600.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/601.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/601.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/601.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/601.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/602.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/602.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/602.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/602.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/603.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/603.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/603.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/603.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/604.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/604.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/604.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/604.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/605.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/605.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/605.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/605.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/606.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/606.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/606.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/606.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/607.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/607.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/607.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/607.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/608.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/608.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/608.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/608.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/609.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/609.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/609.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/609.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/61.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/61.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/61.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/61.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/610.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/610.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/610.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/610.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/611.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/611.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/611.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/611.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/612.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/612.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/612.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/612.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/613.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/613.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/613.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/613.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/614.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/614.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/614.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/614.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/615.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/615.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/615.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/615.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/616.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/616.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/616.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/616.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/617.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/617.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/617.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/617.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/618.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/618.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/618.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/618.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/619.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/619.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/619.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/619.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/62.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/62.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/62.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/62.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/620.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/620.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/620.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/620.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/621.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/621.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/621.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/621.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/622.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/622.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/622.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/622.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/623.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/623.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/623.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/623.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/624.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/624.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/624.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/624.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/625.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/625.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/625.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/625.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/626.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/626.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/626.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/626.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/627.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/627.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/627.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/627.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/628.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/628.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/628.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/628.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/629.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/629.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/629.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/629.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/63.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/63.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/63.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/63.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/630.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/630.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/630.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/630.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/631.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/631.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/631.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/631.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/632.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/632.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/632.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/632.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/633.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/633.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/633.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/633.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/634.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/634.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/634.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/634.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/635.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/635.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/635.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/635.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/636.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/636.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/636.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/636.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/637.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/637.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/637.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/637.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/638.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/638.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/638.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/638.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/639.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/639.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/639.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/639.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/64.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/64.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/64.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/64.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/640.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/640.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/640.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/640.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/641.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/641.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/641.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/641.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/642.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/642.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/642.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/642.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/643.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/643.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/643.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/643.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/644.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/644.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/644.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/644.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/645.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/645.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/645.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/645.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/646.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/646.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/646.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/646.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/647.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/647.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/647.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/647.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/648.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/648.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/648.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/648.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/649.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/649.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/649.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/649.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/65.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/65.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/65.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/65.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/650.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/650.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/650.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/650.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/651.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/651.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/651.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/651.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/652.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/652.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/652.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/652.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/653.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/653.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/653.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/653.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/654.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/654.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/654.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/654.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/655.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/655.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/655.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/655.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/656.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/656.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/656.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/656.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/657.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/657.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/657.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/657.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/658.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/658.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/658.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/658.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/659.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/659.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/659.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/659.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/66.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/66.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/66.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/66.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/660.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/660.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/660.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/660.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/661.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/661.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/661.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/661.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/662.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/662.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/662.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/662.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/663.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/663.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/663.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/663.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/664.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/664.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/664.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/664.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/665.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/665.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/665.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/665.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/666.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/666.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/666.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/666.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/667.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/667.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/667.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/667.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/668.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/668.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/668.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/668.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/669.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/669.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/669.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/669.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/67.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/67.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/67.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/67.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/670.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/670.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/670.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/670.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/671.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/671.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/671.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/671.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/672.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/672.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/672.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/672.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/673.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/673.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/673.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/673.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/674.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/674.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/674.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/674.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/675.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/675.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/675.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/675.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/676.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/676.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/676.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/676.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/677.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/677.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/677.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/677.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/678.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/678.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/678.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/678.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/679.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/679.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/679.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/679.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/68.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/68.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/68.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/68.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/680.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/680.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/680.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/680.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/681.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/681.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/681.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/681.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/682.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/682.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/682.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/682.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/683.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/683.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/683.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/683.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/684.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/684.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/684.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/684.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/685.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/685.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/685.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/685.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/686.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/686.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/686.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/686.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/687.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/687.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/687.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/687.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/688.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/688.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/688.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/688.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/689.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/689.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/689.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/689.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/69.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/69.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/69.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/69.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/690.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/690.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/690.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/690.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/691.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/691.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/691.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/691.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/692.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/692.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/692.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/692.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/693.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/693.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/693.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/693.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/694.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/694.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/694.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/694.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/695.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/695.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/695.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/695.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/696.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/696.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/696.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/696.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/697.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/697.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/697.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/697.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/698.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/698.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/698.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/698.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/699.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/699.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/699.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/699.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/7.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/7.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/7.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/7.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/70.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/70.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/70.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/70.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/700.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/700.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/700.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/700.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/701.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/701.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/701.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/701.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/702.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/702.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/702.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/702.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/703.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/703.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/703.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/703.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/704.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/704.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/704.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/704.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/705.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/705.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/705.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/705.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/706.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/706.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/706.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/706.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/707.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/707.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/707.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/707.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/708.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/708.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/708.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/708.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/709.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/709.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/709.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/709.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/71.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/71.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/71.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/71.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/710 - Pumpkaboo (Super Size).mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/710 - Pumpkaboo (Super Size).mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/710 - Pumpkaboo (Super Size).mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/710 - Pumpkaboo (Super Size).mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/710.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/710.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/710.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/710.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/711 - Gourgeist (Super Size).mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/711 - Gourgeist (Super Size).mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/711 - Gourgeist (Super Size).mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/711 - Gourgeist (Super Size).mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/711.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/711.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/711.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/711.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/712.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/712.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/712.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/712.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/713.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/713.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/713.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/713.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/714.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/714.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/714.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/714.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/715.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/715.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/715.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/715.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/716.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/716.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/716.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/716.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/717.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/717.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/717.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/717.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/718.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/718.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/718.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/718.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/72.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/72.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/72.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/72.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/721.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/721.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/721.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/721.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/73.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/73.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/73.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/73.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/74.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/74.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/74.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/74.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/75.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/75.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/75.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/75.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/76.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/76.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/76.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/76.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/77.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/77.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/77.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/77.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/78.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/78.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/78.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/78.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/79.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/79.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/79.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/79.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/8.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/8.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/8.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/8.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/80.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/80.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/80.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/80.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/81.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/81.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/81.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/81.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/82.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/82.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/82.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/82.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/83.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/83.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/83.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/83.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/84.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/84.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/84.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/84.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/85.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/85.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/85.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/85.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/86.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/86.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/86.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/86.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/87.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/87.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/87.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/87.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/88.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/88.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/88.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/88.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/89.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/89.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/89.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/89.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/9.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/9.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/9.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/9.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/90.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/90.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/90.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/90.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/91.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/91.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/91.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/91.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/92.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/92.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/92.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/92.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/93.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/93.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/93.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/93.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/94.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/94.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/94.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/94.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/95.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/95.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/95.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/95.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/96.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/96.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/96.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/96.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/97.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/97.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/97.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/97.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/98.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/98.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/98.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/98.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Cries/99.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Cries/99.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Cries/99.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Cries/99.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/PC/pc_logon.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/PC/pc_logon.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/PC/pc_logon.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/PC/pc_logon.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/PC/pc_off.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/PC/pc_off.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/PC/pc_off.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/PC/pc_off.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/PC/pc_turnon.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/PC/pc_turnon.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/PC/pc_turnon.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/PC/pc_turnon.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/PokeballOpen.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/PokeballOpen.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/PokeballOpen.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/PokeballOpen.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Pokegear/pokegear_off.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Pokegear/pokegear_off.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Pokegear/pokegear_off.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Pokegear/pokegear_off.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Pokegear/pokegear_on.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Pokegear/pokegear_on.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Pokegear/pokegear_on.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Pokegear/pokegear_on.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/Save.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/Save.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/Save.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/Save.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/TossPokeball.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/TossPokeball.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/TossPokeball.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/TossPokeball.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/badge_acquired.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/badge_acquired.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/badge_acquired.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/badge_acquired.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/bump.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/bump.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/bump.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/bump.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/buy2.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/buy2.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/buy2.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/buy2.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/destroy.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/destroy.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/destroy.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/destroy.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/egg_hatch.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/egg_hatch.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/egg_hatch.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/egg_hatch.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/enter.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/enter.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/enter.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/enter.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/ice_break.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/ice_break.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/ice_break.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/ice_break.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/ice_crack.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/ice_crack.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/ice_crack.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/ice_crack.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/item_found.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/item_found.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/item_found.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/item_found.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/itemfinder.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/itemfinder.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/itemfinder.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/itemfinder.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/jump_ledge.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/jump_ledge.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/jump_ledge.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/jump_ledge.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/magnettrain.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/magnettrain.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/magnettrain.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/magnettrain.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/menu_open.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/menu_open.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/menu_open.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/menu_open.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/pickup.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/pickup.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/pickup.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/pickup.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/pokeball_set.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/pokeball_set.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/pokeball_set.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/pokeball_set.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/pokemon_heal.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/pokemon_heal.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/pokemon_heal.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/pokemon_heal.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/repel_use.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/repel_use.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/repel_use.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/repel_use.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/select.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/select.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/select.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/select.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/shutter.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/shutter.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/shutter.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/shutter.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/single_heal.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/single_heal.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/single_heal.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/single_heal.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/success.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/success.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/success.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/success.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/success_small.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/success_small.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/success_small.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/success_small.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/teleport.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/teleport.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/teleport.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/teleport.mp3 diff --git a/2.5DHero/2.5DHeroContent/Sounds/trhq_alarm.mp3 b/2.5DHero/2.5DHeroContent/Content/Sounds/trhq_alarm.mp3 similarity index 100% rename from 2.5DHero/2.5DHeroContent/Sounds/trhq_alarm.mp3 rename to 2.5DHero/2.5DHeroContent/Content/Sounds/trhq_alarm.mp3 diff --git a/2.5DHero/2.5DHeroContent/Textures/Alph.png b/2.5DHero/2.5DHeroContent/Content/Textures/Alph.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Alph.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Alph.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Apricorn.png b/2.5DHero/2.5DHeroContent/Content/Textures/Apricorn.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Apricorn.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Apricorn.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Azalea.png b/2.5DHero/2.5DHeroContent/Content/Textures/Azalea.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Azalea.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Azalea.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Backdrops/Grass.png b/2.5DHero/2.5DHeroContent/Content/Textures/Backdrops/Grass.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Backdrops/Grass.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Backdrops/Grass.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Backdrops/Water.png b/2.5DHero/2.5DHeroContent/Content/Textures/Backdrops/Water.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Backdrops/Water.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Backdrops/Water.png diff --git a/2.5DHero/2.5DHeroContent/Textures/BarkTown.png b/2.5DHero/2.5DHeroContent/Content/Textures/BarkTown.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/BarkTown.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/BarkTown.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Battle/Cloud.png b/2.5DHero/2.5DHeroContent/Content/Textures/Battle/Cloud.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Battle/Cloud.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Battle/Cloud.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Battle/Fighting/forcepalmhand.png b/2.5DHero/2.5DHeroContent/Content/Textures/Battle/Fighting/forcepalmhand.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Battle/Fighting/forcepalmhand.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Battle/Fighting/forcepalmhand.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Battle/Fighting/forcepalmhandfaded.png b/2.5DHero/2.5DHeroContent/Content/Textures/Battle/Fighting/forcepalmhandfaded.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Battle/Fighting/forcepalmhandfaded.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Battle/Fighting/forcepalmhandfaded.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Battle/Fighting/forcepalmhandfading.png b/2.5DHero/2.5DHeroContent/Content/Textures/Battle/Fighting/forcepalmhandfading.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Battle/Fighting/forcepalmhandfading.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Battle/Fighting/forcepalmhandfading.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Battle/Fighting/forcepalmimpact.png b/2.5DHero/2.5DHeroContent/Content/Textures/Battle/Fighting/forcepalmimpact.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Battle/Fighting/forcepalmimpact.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Battle/Fighting/forcepalmimpact.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Battle/Fighting/forcepalmparticle.png b/2.5DHero/2.5DHeroContent/Content/Textures/Battle/Fighting/forcepalmparticle.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Battle/Fighting/forcepalmparticle.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Battle/Fighting/forcepalmparticle.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Battle/Fire/EmberBall.png b/2.5DHero/2.5DHeroContent/Content/Textures/Battle/Fire/EmberBall.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Battle/Fire/EmberBall.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Battle/Fire/EmberBall.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Battle/Fire/Fire.png b/2.5DHero/2.5DHeroContent/Content/Textures/Battle/Fire/Fire.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Battle/Fire/Fire.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Battle/Fire/Fire.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Battle/Fire/Hand.png b/2.5DHero/2.5DHeroContent/Content/Textures/Battle/Fire/Hand.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Battle/Fire/Hand.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Battle/Fire/Hand.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Battle/Other/RedCircle.png b/2.5DHero/2.5DHeroContent/Content/Textures/Battle/Other/RedCircle.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Battle/Other/RedCircle.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Battle/Other/RedCircle.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Battle/Other/YellowCloud.png b/2.5DHero/2.5DHeroContent/Content/Textures/Battle/Other/YellowCloud.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Battle/Other/YellowCloud.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Battle/Other/YellowCloud.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Battle/Physical/Particle.png b/2.5DHero/2.5DHeroContent/Content/Textures/Battle/Physical/Particle.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Battle/Physical/Particle.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Battle/Physical/Particle.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Battle/Physical/Tackle.png b/2.5DHero/2.5DHeroContent/Content/Textures/Battle/Physical/Tackle.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Battle/Physical/Tackle.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Battle/Physical/Tackle.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Battle/StatChange/Heal.png b/2.5DHero/2.5DHeroContent/Content/Textures/Battle/StatChange/Heal.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Battle/StatChange/Heal.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Battle/StatChange/Heal.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Battle/StatChange/statDown.png b/2.5DHero/2.5DHeroContent/Content/Textures/Battle/StatChange/statDown.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Battle/StatChange/statDown.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Battle/StatChange/statDown.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Battle/StatChange/statUp.png b/2.5DHero/2.5DHeroContent/Content/Textures/Battle/StatChange/statUp.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Battle/StatChange/statUp.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Battle/StatChange/statUp.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Battle/Status.png b/2.5DHero/2.5DHeroContent/Content/Textures/Battle/Status.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Battle/Status.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Battle/Status.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Battle/Water/Water.png b/2.5DHero/2.5DHeroContent/Content/Textures/Battle/Water/Water.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Battle/Water/Water.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Battle/Water/Water.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Battle/Water/bubble.png b/2.5DHero/2.5DHeroContent/Content/Textures/Battle/Water/bubble.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Battle/Water/bubble.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Battle/Water/bubble.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Berries.png b/2.5DHero/2.5DHeroContent/Content/Textures/Berries.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Berries.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Berries.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Center.png b/2.5DHero/2.5DHeroContent/Content/Textures/Center.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Center.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Center.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Cherrygrove.png b/2.5DHero/2.5DHeroContent/Content/Textures/Cherrygrove.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Cherrygrove.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Cherrygrove.png diff --git a/2.5DHero/2.5DHeroContent/Textures/DiglettCave.png b/2.5DHero/2.5DHeroContent/Content/Textures/DiglettCave.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/DiglettCave.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/DiglettCave.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Emblem/alph.png b/2.5DHero/2.5DHeroContent/Content/Textures/Emblem/alph.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Emblem/alph.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Emblem/alph.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Emblem/border.png b/2.5DHero/2.5DHeroContent/Content/Textures/Emblem/border.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Emblem/border.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Emblem/border.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Emblem/boulder.png b/2.5DHero/2.5DHeroContent/Content/Textures/Emblem/boulder.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Emblem/boulder.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Emblem/boulder.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Emblem/cascade.png b/2.5DHero/2.5DHeroContent/Content/Textures/Emblem/cascade.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Emblem/cascade.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Emblem/cascade.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Emblem/champion.png b/2.5DHero/2.5DHeroContent/Content/Textures/Emblem/champion.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Emblem/champion.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Emblem/champion.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Emblem/cyber.png b/2.5DHero/2.5DHeroContent/Content/Textures/Emblem/cyber.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Emblem/cyber.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Emblem/cyber.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Emblem/earth.png b/2.5DHero/2.5DHeroContent/Content/Textures/Emblem/earth.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Emblem/earth.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Emblem/earth.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Emblem/eevee.png b/2.5DHero/2.5DHeroContent/Content/Textures/Emblem/eevee.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Emblem/eevee.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Emblem/eevee.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Emblem/eggsplosion.png b/2.5DHero/2.5DHeroContent/Content/Textures/Emblem/eggsplosion.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Emblem/eggsplosion.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Emblem/eggsplosion.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Emblem/fog.png b/2.5DHero/2.5DHeroContent/Content/Textures/Emblem/fog.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Emblem/fog.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Emblem/fog.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Emblem/genetics.png b/2.5DHero/2.5DHeroContent/Content/Textures/Emblem/genetics.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Emblem/genetics.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Emblem/genetics.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Emblem/glacier.png b/2.5DHero/2.5DHeroContent/Content/Textures/Emblem/glacier.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Emblem/glacier.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Emblem/glacier.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Emblem/glowing.png b/2.5DHero/2.5DHeroContent/Content/Textures/Emblem/glowing.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Emblem/glowing.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Emblem/glowing.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Emblem/gold ability.png b/2.5DHero/2.5DHeroContent/Content/Textures/Emblem/gold ability.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Emblem/gold ability.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Emblem/gold ability.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Emblem/gold knowledge.png b/2.5DHero/2.5DHeroContent/Content/Textures/Emblem/gold knowledge.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Emblem/gold knowledge.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Emblem/gold knowledge.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Emblem/hive.png b/2.5DHero/2.5DHeroContent/Content/Textures/Emblem/hive.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Emblem/hive.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Emblem/hive.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Emblem/johto.png b/2.5DHero/2.5DHeroContent/Content/Textures/Emblem/johto.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Emblem/johto.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Emblem/johto.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Emblem/kanto.png b/2.5DHero/2.5DHeroContent/Content/Textures/Emblem/kanto.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Emblem/kanto.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Emblem/kanto.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Emblem/legendary.png b/2.5DHero/2.5DHeroContent/Content/Textures/Emblem/legendary.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Emblem/legendary.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Emblem/legendary.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Emblem/mailman.png b/2.5DHero/2.5DHeroContent/Content/Textures/Emblem/mailman.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Emblem/mailman.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Emblem/mailman.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Emblem/marsh.png b/2.5DHero/2.5DHeroContent/Content/Textures/Emblem/marsh.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Emblem/marsh.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Emblem/marsh.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Emblem/material.png b/2.5DHero/2.5DHeroContent/Content/Textures/Emblem/material.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Emblem/material.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Emblem/material.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Emblem/mineral.png b/2.5DHero/2.5DHeroContent/Content/Textures/Emblem/mineral.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Emblem/mineral.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Emblem/mineral.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Emblem/missingno.png b/2.5DHero/2.5DHeroContent/Content/Textures/Emblem/missingno.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Emblem/missingno.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Emblem/missingno.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Emblem/overkill.png b/2.5DHero/2.5DHeroContent/Content/Textures/Emblem/overkill.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Emblem/overkill.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Emblem/overkill.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Emblem/plain.png b/2.5DHero/2.5DHeroContent/Content/Textures/Emblem/plain.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Emblem/plain.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Emblem/plain.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Emblem/pokedex.png b/2.5DHero/2.5DHeroContent/Content/Textures/Emblem/pokedex.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Emblem/pokedex.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Emblem/pokedex.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Emblem/rainbow.png b/2.5DHero/2.5DHeroContent/Content/Textures/Emblem/rainbow.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Emblem/rainbow.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Emblem/rainbow.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Emblem/rising.png b/2.5DHero/2.5DHeroContent/Content/Textures/Emblem/rising.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Emblem/rising.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Emblem/rising.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Emblem/shooting star.png b/2.5DHero/2.5DHeroContent/Content/Textures/Emblem/shooting star.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Emblem/shooting star.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Emblem/shooting star.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Emblem/silver ability.png b/2.5DHero/2.5DHeroContent/Content/Textures/Emblem/silver ability.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Emblem/silver ability.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Emblem/silver ability.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Emblem/silver knowledge.png b/2.5DHero/2.5DHeroContent/Content/Textures/Emblem/silver knowledge.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Emblem/silver knowledge.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Emblem/silver knowledge.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Emblem/snow.png b/2.5DHero/2.5DHeroContent/Content/Textures/Emblem/snow.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Emblem/snow.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Emblem/snow.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Emblem/soul.png b/2.5DHero/2.5DHeroContent/Content/Textures/Emblem/soul.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Emblem/soul.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Emblem/soul.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Emblem/stars.png b/2.5DHero/2.5DHeroContent/Content/Textures/Emblem/stars.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Emblem/stars.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Emblem/stars.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Emblem/storm.png b/2.5DHero/2.5DHeroContent/Content/Textures/Emblem/storm.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Emblem/storm.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Emblem/storm.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Emblem/thunder.png b/2.5DHero/2.5DHeroContent/Content/Textures/Emblem/thunder.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Emblem/thunder.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Emblem/thunder.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Emblem/trainer.png b/2.5DHero/2.5DHeroContent/Content/Textures/Emblem/trainer.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Emblem/trainer.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Emblem/trainer.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Emblem/unodostres.png b/2.5DHero/2.5DHeroContent/Content/Textures/Emblem/unodostres.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Emblem/unodostres.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Emblem/unodostres.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Emblem/volcano.png b/2.5DHero/2.5DHeroContent/Content/Textures/Emblem/volcano.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Emblem/volcano.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Emblem/volcano.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Emblem/zephyr.png b/2.5DHero/2.5DHeroContent/Content/Textures/Emblem/zephyr.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Emblem/zephyr.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Emblem/zephyr.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Gate.png b/2.5DHero/2.5DHeroContent/Content/Textures/Gate.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Gate.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Gate.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Goldenrod.png b/2.5DHero/2.5DHeroContent/Content/Textures/Goldenrod.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Goldenrod.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Goldenrod.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Gym.png b/2.5DHero/2.5DHeroContent/Content/Textures/Gym.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Gym.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Gym.png diff --git a/2.5DHero/2.5DHeroContent/Textures/House.png b/2.5DHero/2.5DHeroContent/Content/Textures/House.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/House.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/House.png diff --git a/2.5DHero/2.5DHeroContent/Textures/House2.png b/2.5DHero/2.5DHeroContent/Content/Textures/House2.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/House2.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/House2.png diff --git a/2.5DHero/2.5DHeroContent/Textures/House3.png b/2.5DHero/2.5DHeroContent/Content/Textures/House3.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/House3.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/House3.png diff --git a/2.5DHero/2.5DHeroContent/Textures/House4.png b/2.5DHero/2.5DHeroContent/Content/Textures/House4.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/House4.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/House4.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Kanto0.png b/2.5DHero/2.5DHeroContent/Content/Textures/Kanto0.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Kanto0.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Kanto0.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Lab.png b/2.5DHero/2.5DHeroContent/Content/Textures/Lab.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Lab.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Lab.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Lakeofrage.png b/2.5DHero/2.5DHeroContent/Content/Textures/Lakeofrage.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Lakeofrage.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Lakeofrage.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Lavender.png b/2.5DHero/2.5DHeroContent/Content/Textures/Lavender.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Lavender.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Lavender.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Mahogany.png b/2.5DHero/2.5DHeroContent/Content/Textures/Mahogany.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Mahogany.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Mahogany.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Mart.png b/2.5DHero/2.5DHeroContent/Content/Textures/Mart.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Mart.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Mart.png diff --git a/2.5DHero/2.5DHeroContent/Textures/ModelViewer/Ground.png b/2.5DHero/2.5DHeroContent/Content/Textures/ModelViewer/Ground.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/ModelViewer/Ground.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/ModelViewer/Ground.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NES.png b/2.5DHero/2.5DHeroContent/Content/Textures/NES.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NES.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NES.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/0.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/0.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/0.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/0.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/1.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/1.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/1.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/1.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/10.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/10.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/10.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/10.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/11.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/11.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/11.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/11.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/12.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/12.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/12.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/12.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/13.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/13.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/13.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/13.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/14.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/14.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/14.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/14.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/141F.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/141F.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/141F.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/141F.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/142F.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/142F.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/142F.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/142F.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/15.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/15.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/15.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/15.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/16.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/16.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/16.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/16.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/17.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/17.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/17.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/17.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/18.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/18.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/18.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/18.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/19.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/19.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/19.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/19.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/2.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/2.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/2.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/2.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/20.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/20.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/20.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/20.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/21.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/21.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/21.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/21.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/22.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/22.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/22.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/22.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/23.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/23.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/23.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/23.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/24.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/24.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/24.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/24.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/25.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/25.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/25.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/25.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/26.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/26.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/26.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/26.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/27.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/27.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/27.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/27.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/28.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/28.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/28.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/28.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/29.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/29.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/29.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/29.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/3.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/3.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/3.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/3.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/30.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/30.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/30.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/30.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/31.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/31.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/31.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/31.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/32.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/32.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/32.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/32.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/33.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/33.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/33.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/33.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/34.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/34.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/34.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/34.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/35.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/35.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/35.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/35.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/36.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/36.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/36.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/36.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/37.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/37.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/37.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/37.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/38.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/38.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/38.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/38.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/39.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/39.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/39.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/39.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/4.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/4.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/4.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/4.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/40.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/40.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/40.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/40.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/41.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/41.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/41.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/41.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/42.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/42.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/42.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/42.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/43.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/43.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/43.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/43.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/44.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/44.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/44.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/44.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/45.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/45.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/45.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/45.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/46.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/46.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/46.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/46.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/47.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/47.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/47.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/47.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/48.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/48.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/48.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/48.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/49.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/49.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/49.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/49.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/5.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/5.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/5.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/5.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/50.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/50.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/50.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/50.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/51.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/51.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/51.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/51.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/52.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/52.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/52.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/52.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/53.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/53.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/53.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/53.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/54.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/54.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/54.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/54.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/55.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/55.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/55.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/55.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/56.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/56.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/56.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/56.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/57.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/57.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/57.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/57.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/58.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/58.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/58.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/58.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/59.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/59.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/59.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/59.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/6.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/6.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/6.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/6.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/60.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/60.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/60.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/60.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/61.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/61.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/61.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/61.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/62.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/62.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/62.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/62.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/63.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/63.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/63.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/63.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/64.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/64.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/64.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/64.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/65.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/65.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/65.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/65.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/66.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/66.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/66.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/66.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/67.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/67.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/67.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/67.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/68.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/68.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/68.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/68.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/69.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/69.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/69.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/69.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/7.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/7.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/7.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/7.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/70.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/70.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/70.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/70.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/71.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/71.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/71.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/71.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/72.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/72.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/72.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/72.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/73.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/73.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/73.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/73.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/74.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/74.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/74.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/74.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/75.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/75.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/75.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/75.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/76.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/76.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/76.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/76.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/77.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/77.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/77.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/77.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/78.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/78.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/78.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/78.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/79.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/79.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/79.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/79.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/8.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/8.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/8.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/8.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/80.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/80.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/80.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/80.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/81.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/81.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/81.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/81.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/82.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/82.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/82.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/82.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/83.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/83.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/83.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/83.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/84.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/84.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/84.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/84.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/85.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/85.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/85.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/85.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/86.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/86.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/86.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/86.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/87.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/87.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/87.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/87.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/88.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/88.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/88.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/88.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/89.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/89.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/89.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/89.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/9.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/9.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/9.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/9.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/90.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/90.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/90.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/90.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/91.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/91.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/91.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/91.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/Aaron.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/Aaron.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/Aaron.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/Aaron.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/Anvil.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/Anvil.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/Anvil.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/Anvil.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/Archer.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/Archer.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/Archer.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/Archer.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/Ariana.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/Ariana.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/Ariana.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/Ariana.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/Blaine.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/Blaine.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/Blaine.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/Blaine.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/Blue.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/Blue.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/Blue.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/Blue.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/Brock.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/Brock.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/Brock.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/Brock.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/Bruno.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/Bruno.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/Bruno.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/Bruno.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/Bugsy.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/Bugsy.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/Bugsy.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/Bugsy.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/Chuck.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/Chuck.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/Chuck.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/Chuck.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/Clair.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/Clair.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/Clair.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/Clair.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/Daisy.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/Daisy.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/Daisy.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/Daisy.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/Elder.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/Elder.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/Elder.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/Elder.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/Enethil.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/Enethil.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/Enethil.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/Enethil.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/Erika.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/Erika.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/Erika.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/Erika.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/Ethan.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/Ethan.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/Ethan.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/Ethan.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/Eusine.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/Eusine.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/Eusine.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/Eusine.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/Falkner.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/Falkner.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/Falkner.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/Falkner.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/Fanta.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/Fanta.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/Fanta.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/Fanta.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/Farfetch'd.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/Farfetch'd.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/Farfetch'd.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/Farfetch'd.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/Flame.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/Flame.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/Flame.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/Flame.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/GoldRetro.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/GoldRetro.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/GoldRetro.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/GoldRetro.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/GruntF.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/GruntF.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/GruntF.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/GruntF.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/GruntM.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/GruntM.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/GruntM.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/GruntM.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/GymGuy.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/GymGuy.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/GymGuy.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/GymGuy.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/HCSwagmar.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/HCSwagmar.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/HCSwagmar.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/HCSwagmar.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/Haydos.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/Haydos.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/Haydos.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/Haydos.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/Hilbert.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/Hilbert.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/Hilbert.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/Hilbert.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/Hilda.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/Hilda.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/Hilda.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/Hilda.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/Janine.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/Janine.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/Janine.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/Janine.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/Jasmine.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/Jasmine.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/Jasmine.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/Jasmine.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/Karen.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/Karen.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/Karen.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/Karen.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/Koga.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/Koga.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/Koga.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/Koga.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/Kurt.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/Kurt.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/Kurt.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/Kurt.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/Lance.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/Lance.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/Lance.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/Lance.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/Leaf.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/Leaf.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/Leaf.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/Leaf.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/LittleGirl.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/LittleGirl.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/LittleGirl.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/LittleGirl.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/Looker.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/Looker.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/Looker.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/Looker.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/Lorelei.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/Lorelei.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/Lorelei.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/Lorelei.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/LtSurge.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/LtSurge.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/LtSurge.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/LtSurge.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/Lyra.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/Lyra.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/Lyra.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/Lyra.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/Malc.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/Malc.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/Malc.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/Malc.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/ManaphyEgg.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/ManaphyEgg.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/ManaphyEgg.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/ManaphyEgg.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/Mary.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/Mary.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/Mary.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/Mary.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/MasterRoshi.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/MasterRoshi.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/MasterRoshi.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/MasterRoshi.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/Morty.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/Morty.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/Morty.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/Morty.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/Nate.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/Nate.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/Nate.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/Nate.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/OldLady.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/OldLady.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/OldLady.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/OldLady.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/Petrel.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/Petrel.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/Petrel.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/Petrel.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/Pidgey.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/Pidgey.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/Pidgey.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/Pidgey.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/PinkShirtGirl.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/PinkShirtGirl.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/PinkShirtGirl.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/PinkShirtGirl.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/Pokeball.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/Pokeball.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/Pokeball.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/Pokeball.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/Pokemon/243_stone.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/Pokemon/243_stone.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/Pokemon/243_stone.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/Pokemon/243_stone.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/Pokemon/244_stone.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/Pokemon/244_stone.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/Pokemon/244_stone.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/Pokemon/244_stone.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/Pokemon/245_stone.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/Pokemon/245_stone.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/Pokemon/245_stone.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/Pokemon/245_stone.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/Proton.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/Proton.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/Proton.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/Proton.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/Pryce.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/Pryce.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/Pryce.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/Pryce.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/Rattata.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/Rattata.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/Rattata.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/Rattata.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/Red.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/Red.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/Red.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/Red.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/RedMom.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/RedMom.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/RedMom.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/RedMom.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/Rosa.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/Rosa.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/Rosa.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/Rosa.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/Sabrina.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/Sabrina.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/Sabrina.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/Sabrina.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/Sage.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/Sage.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/Sage.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/Sage.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/Slowpoke.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/Slowpoke.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/Slowpoke.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/Slowpoke.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/Substitute.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/Substitute.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/Substitute.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/Substitute.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/Sudowoodo.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/Sudowoodo.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/Sudowoodo.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/Sudowoodo.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/Whitney.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/Whitney.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/Whitney.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/Whitney.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/Will.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/Will.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/Will.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/Will.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/battletower/0.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/0.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/battletower/0.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/0.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/battletower/1.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/1.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/battletower/1.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/1.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/battletower/10.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/10.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/battletower/10.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/10.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/battletower/11.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/11.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/battletower/11.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/11.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/battletower/12.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/12.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/battletower/12.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/12.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/battletower/13.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/13.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/battletower/13.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/13.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/battletower/14.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/14.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/battletower/14.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/14.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/battletower/15.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/15.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/battletower/15.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/15.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/battletower/16.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/16.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/battletower/16.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/16.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/battletower/17.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/17.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/battletower/17.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/17.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/battletower/18.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/18.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/battletower/18.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/18.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/battletower/19.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/19.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/battletower/19.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/19.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/battletower/2.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/2.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/battletower/2.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/2.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/battletower/20.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/20.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/battletower/20.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/20.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/battletower/21.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/21.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/battletower/21.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/21.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/battletower/22.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/22.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/battletower/22.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/22.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/battletower/23.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/23.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/battletower/23.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/23.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/battletower/24.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/24.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/battletower/24.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/24.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/battletower/25.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/25.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/battletower/25.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/25.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/battletower/26.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/26.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/battletower/26.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/26.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/battletower/27.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/27.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/battletower/27.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/27.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/battletower/28.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/28.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/battletower/28.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/28.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/battletower/29.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/29.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/battletower/29.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/29.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/battletower/3.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/3.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/battletower/3.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/3.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/battletower/30.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/30.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/battletower/30.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/30.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/battletower/31.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/31.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/battletower/31.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/31.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/battletower/32.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/32.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/battletower/32.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/32.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/battletower/33.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/33.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/battletower/33.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/33.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/battletower/34.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/34.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/battletower/34.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/34.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/battletower/35.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/35.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/battletower/35.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/35.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/battletower/36.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/36.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/battletower/36.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/36.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/battletower/37.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/37.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/battletower/37.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/37.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/battletower/38.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/38.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/battletower/38.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/38.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/battletower/39.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/39.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/battletower/39.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/39.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/battletower/4.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/4.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/battletower/4.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/4.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/battletower/40.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/40.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/battletower/40.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/40.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/battletower/41.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/41.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/battletower/41.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/41.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/battletower/42.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/42.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/battletower/42.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/42.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/battletower/43.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/43.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/battletower/43.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/43.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/battletower/44.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/44.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/battletower/44.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/44.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/battletower/45.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/45.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/battletower/45.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/45.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/battletower/46.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/46.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/battletower/46.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/46.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/battletower/47.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/47.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/battletower/47.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/47.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/battletower/48.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/48.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/battletower/48.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/48.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/battletower/49.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/49.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/battletower/49.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/49.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/battletower/5.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/5.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/battletower/5.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/5.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/battletower/50.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/50.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/battletower/50.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/50.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/battletower/51.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/51.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/battletower/51.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/51.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/battletower/52.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/52.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/battletower/52.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/52.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/battletower/53.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/53.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/battletower/53.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/53.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/battletower/6.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/6.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/battletower/6.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/6.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/battletower/7.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/7.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/battletower/7.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/7.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/battletower/8.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/8.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/battletower/8.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/8.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/battletower/9.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/9.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/battletower/9.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/battletower/9.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/bt_nilllzz.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/bt_nilllzz.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/bt_nilllzz.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/bt_nilllzz.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/bt_statue.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/bt_statue.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/bt_statue.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/bt_statue.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/btguide.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/btguide.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/btguide.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/btguide.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/bugcatcher.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/bugcatcher.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/bugcatcher.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/bugcatcher.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/captain.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/captain.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/captain.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/captain.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/construction.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/construction.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/construction.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/construction.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/cros.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/cros.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/cros.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/cros.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/daniel.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/daniel.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/daniel.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/daniel.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/darkfire.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/darkfire.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/darkfire.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/darkfire.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/daziman.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/daziman.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/daziman.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/daziman.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/dracohouston.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/dracohouston.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/dracohouston.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/dracohouston.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/lightning.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/lightning.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/lightning.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/lightning.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/misty.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/misty.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/misty.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/misty.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/mrhippocrit.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/mrhippocrit.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/mrhippocrit.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/mrhippocrit.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/nilllzz.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/nilllzz.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/nilllzz.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/nilllzz.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/oak.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/oak.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/oak.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/oak.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/oldhatman.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/oldhatman.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/oldhatman.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/oldhatman.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/princevade.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/princevade.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/princevade.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/princevade.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/queen.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/queen.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/queen.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/queen.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/robot1.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/robot1.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/robot1.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/robot1.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/robot2.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/robot2.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/robot2.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/robot2.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/robot3.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/robot3.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/robot3.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/robot3.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/rock.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/rock.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/rock.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/rock.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/seaweed.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/seaweed.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/seaweed.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/seaweed.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/slender.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/slender.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/slender.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/slender.png diff --git a/2.5DHero/2.5DHeroContent/Textures/NPC/tornado.png b/2.5DHero/2.5DHeroContent/Content/Textures/NPC/tornado.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/NPC/tornado.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/NPC/tornado.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Olivine.png b/2.5DHero/2.5DHeroContent/Content/Textures/Olivine.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Olivine.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Olivine.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Park.png b/2.5DHero/2.5DHeroContent/Content/Textures/Park.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Park.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Park.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Rotomroom.png b/2.5DHero/2.5DHeroContent/Content/Textures/Rotomroom.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Rotomroom.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Rotomroom.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Routes.png b/2.5DHero/2.5DHeroContent/Content/Textures/Routes.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Routes.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Routes.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Safari.png b/2.5DHero/2.5DHeroContent/Content/Textures/Safari.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Safari.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Safari.png diff --git a/2.5DHero/2.5DHeroContent/Textures/SafariGate.png b/2.5DHero/2.5DHeroContent/Content/Textures/SafariGate.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/SafariGate.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/SafariGate.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Seasons/Flowers.png b/2.5DHero/2.5DHeroContent/Content/Textures/Seasons/Flowers.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Seasons/Flowers.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Seasons/Flowers.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Seasons/Grass.png b/2.5DHero/2.5DHeroContent/Content/Textures/Seasons/Grass.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Seasons/Grass.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Seasons/Grass.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Seasons/PlantColoring.png b/2.5DHero/2.5DHeroContent/Content/Textures/Seasons/PlantColoring.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Seasons/PlantColoring.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Seasons/PlantColoring.png diff --git a/2.5DHero/2.5DHeroContent/Textures/SecretBase.png b/2.5DHero/2.5DHeroContent/Content/Textures/SecretBase.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/SecretBase.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/SecretBase.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Shrine.png b/2.5DHero/2.5DHeroContent/Content/Textures/Shrine.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Shrine.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Shrine.png diff --git a/2.5DHero/2.5DHeroContent/Textures/TVs/Anime.png b/2.5DHero/2.5DHeroContent/Content/Textures/TVs/Anime.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/TVs/Anime.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/TVs/Anime.png diff --git a/2.5DHero/2.5DHeroContent/Textures/TVs/BSOD.png b/2.5DHero/2.5DHeroContent/Content/Textures/TVs/BSOD.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/TVs/BSOD.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/TVs/BSOD.png diff --git a/2.5DHero/2.5DHeroContent/Textures/TVs/Blue.png b/2.5DHero/2.5DHeroContent/Content/Textures/TVs/Blue.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/TVs/Blue.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/TVs/Blue.png diff --git a/2.5DHero/2.5DHeroContent/Textures/TVs/Crystal.png b/2.5DHero/2.5DHeroContent/Content/Textures/TVs/Crystal.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/TVs/Crystal.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/TVs/Crystal.png diff --git a/2.5DHero/2.5DHeroContent/Textures/TVs/Emerald.png b/2.5DHero/2.5DHeroContent/Content/Textures/TVs/Emerald.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/TVs/Emerald.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/TVs/Emerald.png diff --git a/2.5DHero/2.5DHeroContent/Textures/TVs/GameGrumps.png b/2.5DHero/2.5DHeroContent/Content/Textures/TVs/GameGrumps.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/TVs/GameGrumps.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/TVs/GameGrumps.png diff --git a/2.5DHero/2.5DHeroContent/Textures/TVs/Gold.png b/2.5DHero/2.5DHeroContent/Content/Textures/TVs/Gold.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/TVs/Gold.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/TVs/Gold.png diff --git a/2.5DHero/2.5DHeroContent/Textures/TVs/Kolben.png b/2.5DHero/2.5DHeroContent/Content/Textures/TVs/Kolben.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/TVs/Kolben.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/TVs/Kolben.png diff --git a/2.5DHero/2.5DHeroContent/Textures/TVs/MarioKart8.png b/2.5DHero/2.5DHeroContent/Content/Textures/TVs/MarioKart8.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/TVs/MarioKart8.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/TVs/MarioKart8.png diff --git a/2.5DHero/2.5DHeroContent/Textures/TVs/Nyan.png b/2.5DHero/2.5DHeroContent/Content/Textures/TVs/Nyan.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/TVs/Nyan.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/TVs/Nyan.png diff --git a/2.5DHero/2.5DHeroContent/Textures/TVs/P3d.png b/2.5DHero/2.5DHeroContent/Content/Textures/TVs/P3d.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/TVs/P3d.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/TVs/P3d.png diff --git a/2.5DHero/2.5DHeroContent/Textures/TVs/PSwebCode.png b/2.5DHero/2.5DHeroContent/Content/Textures/TVs/PSwebCode.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/TVs/PSwebCode.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/TVs/PSwebCode.png diff --git a/2.5DHero/2.5DHeroContent/Textures/TVs/Pong.png b/2.5DHero/2.5DHeroContent/Content/Textures/TVs/Pong.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/TVs/Pong.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/TVs/Pong.png diff --git a/2.5DHero/2.5DHeroContent/Textures/TVs/Red.png b/2.5DHero/2.5DHeroContent/Content/Textures/TVs/Red.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/TVs/Red.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/TVs/Red.png diff --git a/2.5DHero/2.5DHeroContent/Textures/TVs/RickRolled.png b/2.5DHero/2.5DHeroContent/Content/Textures/TVs/RickRolled.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/TVs/RickRolled.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/TVs/RickRolled.png diff --git a/2.5DHero/2.5DHeroContent/Textures/TVs/RickRolled2.png b/2.5DHero/2.5DHeroContent/Content/Textures/TVs/RickRolled2.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/TVs/RickRolled2.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/TVs/RickRolled2.png diff --git a/2.5DHero/2.5DHeroContent/Textures/TVs/Ruby.png b/2.5DHero/2.5DHeroContent/Content/Textures/TVs/Ruby.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/TVs/Ruby.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/TVs/Ruby.png diff --git a/2.5DHero/2.5DHeroContent/Textures/TVs/Sapphire.png b/2.5DHero/2.5DHeroContent/Content/Textures/TVs/Sapphire.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/TVs/Sapphire.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/TVs/Sapphire.png diff --git a/2.5DHero/2.5DHeroContent/Textures/TVs/Silver.png b/2.5DHero/2.5DHeroContent/Content/Textures/TVs/Silver.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/TVs/Silver.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/TVs/Silver.png diff --git a/2.5DHero/2.5DHeroContent/Textures/TVs/Yellow.png b/2.5DHero/2.5DHeroContent/Content/Textures/TVs/Yellow.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/TVs/Yellow.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/TVs/Yellow.png diff --git a/2.5DHero/2.5DHeroContent/Textures/TVs/benwork.png b/2.5DHero/2.5DHeroContent/Content/Textures/TVs/benwork.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/TVs/benwork.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/TVs/benwork.png diff --git a/2.5DHero/2.5DHeroContent/Textures/TVs/inception.png b/2.5DHero/2.5DHeroContent/Content/Textures/TVs/inception.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/TVs/inception.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/TVs/inception.png diff --git a/2.5DHero/2.5DHeroContent/Textures/TVs/office.png b/2.5DHero/2.5DHeroContent/Content/Textures/TVs/office.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/TVs/office.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/TVs/office.png diff --git a/2.5DHero/2.5DHeroContent/Textures/TVs/webcode.png b/2.5DHero/2.5DHeroContent/Content/Textures/TVs/webcode.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/TVs/webcode.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/TVs/webcode.png diff --git a/2.5DHero/2.5DHeroContent/Textures/TVs/website.png b/2.5DHero/2.5DHeroContent/Content/Textures/TVs/website.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/TVs/website.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/TVs/website.png diff --git a/2.5DHero/2.5DHeroContent/Textures/TVs/webwork.png b/2.5DHero/2.5DHeroContent/Content/Textures/TVs/webwork.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/TVs/webwork.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/TVs/webwork.png diff --git a/2.5DHero/2.5DHeroContent/Textures/TVs/work.png b/2.5DHero/2.5DHeroContent/Content/Textures/TVs/work.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/TVs/work.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/TVs/work.png diff --git a/2.5DHero/2.5DHeroContent/Textures/UnderwaterCave.png b/2.5DHero/2.5DHeroContent/Content/Textures/UnderwaterCave.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/UnderwaterCave.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/UnderwaterCave.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Village.png b/2.5DHero/2.5DHeroContent/Content/Textures/Village.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Village.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Village.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Weather/ash.png b/2.5DHero/2.5DHeroContent/Content/Textures/Weather/ash.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Weather/ash.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Weather/ash.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Weather/ash2.png b/2.5DHero/2.5DHeroContent/Content/Textures/Weather/ash2.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Weather/ash2.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Weather/ash2.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Weather/bubble.png b/2.5DHero/2.5DHeroContent/Content/Textures/Weather/bubble.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Weather/bubble.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Weather/bubble.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Weather/rain.png b/2.5DHero/2.5DHeroContent/Content/Textures/Weather/rain.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Weather/rain.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Weather/rain.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Weather/rain2.png b/2.5DHero/2.5DHeroContent/Content/Textures/Weather/rain2.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Weather/rain2.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Weather/rain2.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Weather/rain3.png b/2.5DHero/2.5DHeroContent/Content/Textures/Weather/rain3.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Weather/rain3.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Weather/rain3.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Weather/sand.png b/2.5DHero/2.5DHeroContent/Content/Textures/Weather/sand.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Weather/sand.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Weather/sand.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Weather/snow.png b/2.5DHero/2.5DHeroContent/Content/Textures/Weather/snow.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Weather/snow.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Weather/snow.png diff --git a/2.5DHero/2.5DHeroContent/Textures/Weather/snow2.png b/2.5DHero/2.5DHeroContent/Content/Textures/Weather/snow2.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/Weather/snow2.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/Weather/snow2.png diff --git a/2.5DHero/2.5DHeroContent/Textures/WoodTower.png b/2.5DHero/2.5DHeroContent/Content/Textures/WoodTower.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/WoodTower.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/WoodTower.png diff --git a/2.5DHero/2.5DHeroContent/Textures/battlefactory.png b/2.5DHero/2.5DHeroContent/Content/Textures/battlefactory.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/battlefactory.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/battlefactory.png diff --git a/2.5DHero/2.5DHeroContent/Textures/battletower.png b/2.5DHero/2.5DHeroContent/Content/Textures/battletower.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/battletower.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/battletower.png diff --git a/2.5DHero/2.5DHeroContent/Textures/berryForest.png b/2.5DHero/2.5DHeroContent/Content/Textures/berryForest.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/berryForest.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/berryForest.png diff --git a/2.5DHero/2.5DHeroContent/Textures/blackthorn.png b/2.5DHero/2.5DHeroContent/Content/Textures/blackthorn.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/blackthorn.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/blackthorn.png diff --git a/2.5DHero/2.5DHeroContent/Textures/chess.png b/2.5DHero/2.5DHeroContent/Content/Textures/chess.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/chess.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/chess.png diff --git a/2.5DHero/2.5DHeroContent/Textures/cianwood.png b/2.5DHero/2.5DHeroContent/Content/Textures/cianwood.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/cianwood.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/cianwood.png diff --git a/2.5DHero/2.5DHeroContent/Textures/cyclingroad.png b/2.5DHero/2.5DHeroContent/Content/Textures/cyclingroad.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/cyclingroad.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/cyclingroad.png diff --git a/2.5DHero/2.5DHeroContent/Textures/dungeon.png b/2.5DHero/2.5DHeroContent/Content/Textures/dungeon.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/dungeon.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/dungeon.png diff --git a/2.5DHero/2.5DHeroContent/Textures/ecruteak.png b/2.5DHero/2.5DHeroContent/Content/Textures/ecruteak.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/ecruteak.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/ecruteak.png diff --git a/2.5DHero/2.5DHeroContent/Textures/emoticons.png b/2.5DHero/2.5DHeroContent/Content/Textures/emoticons.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/emoticons.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/emoticons.png diff --git a/2.5DHero/2.5DHeroContent/Textures/frontier.png b/2.5DHero/2.5DHeroContent/Content/Textures/frontier.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/frontier.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/frontier.png diff --git a/2.5DHero/2.5DHeroContent/Textures/indigo.png b/2.5DHero/2.5DHeroContent/Content/Textures/indigo.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/indigo.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/indigo.png diff --git a/2.5DHero/2.5DHeroContent/Textures/kantogates.png b/2.5DHero/2.5DHeroContent/Content/Textures/kantogates.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/kantogates.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/kantogates.png diff --git a/2.5DHero/2.5DHeroContent/Textures/kolben.png b/2.5DHero/2.5DHeroContent/Content/Textures/kolben.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/kolben.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/kolben.png diff --git a/2.5DHero/2.5DHeroContent/Textures/mtsilver.png b/2.5DHero/2.5DHeroContent/Content/Textures/mtsilver.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/mtsilver.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/mtsilver.png diff --git a/2.5DHero/2.5DHeroContent/Textures/portraits.png b/2.5DHero/2.5DHeroContent/Content/Textures/portraits.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/portraits.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/portraits.png diff --git a/2.5DHero/2.5DHeroContent/Textures/rocketbase.png b/2.5DHero/2.5DHeroContent/Content/Textures/rocketbase.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/rocketbase.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/rocketbase.png diff --git a/2.5DHero/2.5DHeroContent/Textures/sevii.png b/2.5DHero/2.5DHeroContent/Content/Textures/sevii.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/sevii.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/sevii.png diff --git a/2.5DHero/2.5DHeroContent/Textures/shuttle.png b/2.5DHero/2.5DHeroContent/Content/Textures/shuttle.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/shuttle.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/shuttle.png diff --git a/2.5DHero/2.5DHeroContent/Textures/train.png b/2.5DHero/2.5DHeroContent/Content/Textures/train.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/train.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/train.png diff --git a/2.5DHero/2.5DHeroContent/Textures/violet.png b/2.5DHero/2.5DHeroContent/Content/Textures/violet.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/violet.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/violet.png diff --git a/2.5DHero/2.5DHeroContent/Textures/viridianForest.png b/2.5DHero/2.5DHeroContent/Content/Textures/viridianForest.png similarity index 100% rename from 2.5DHero/2.5DHeroContent/Textures/viridianForest.png rename to 2.5DHero/2.5DHeroContent/Content/Textures/viridianForest.png diff --git a/2.5DHero/2.5DHeroContent/MGCB_Tool.exe b/2.5DHero/2.5DHeroContent/MGCB_Tool.exe new file mode 100644 index 000000000..c487ef977 Binary files /dev/null and b/2.5DHero/2.5DHeroContent/MGCB_Tool.exe differ diff --git a/2.5DHero/2.5DHeroContent/Models/truck/textures/dam tuck_grp.tga b/2.5DHero/2.5DHeroContent/Models/truck/textures/dam tuck_grp.tga deleted file mode 100644 index ee59f7578..000000000 Binary files a/2.5DHero/2.5DHeroContent/Models/truck/textures/dam tuck_grp.tga and /dev/null differ diff --git a/2.5DHero/2.5DHeroContent/Models/truck/truck.x b/2.5DHero/2.5DHeroContent/Models/truck/truck.x deleted file mode 100644 index 22eeec38b..000000000 --- a/2.5DHero/2.5DHeroContent/Models/truck/truck.x +++ /dev/null @@ -1,6435 +0,0 @@ -xof 0303txt 0064 -#Exported from Wings 3D 1.5.2 - Material MaterialCO077_dam_tuck_grpCOtga { - 0.79375; 0.79375; 0.79375; 1.0;; - 1.0; - 0.0; 0.0; 0.0;; - 0.0; 0.0; 0.0;; - TextureFilename { "textures/dam tuck_grp.tga"; } - } - Material MaterialCO090_dam_tuck_grpCOtga { - 0.79375; 0.79375; 0.79375; 1.0;; - 1.0; - 0.0; 0.0; 0.0;; - 0.0; 0.0; 0.0;; - TextureFilename { "textures/dam tuck_grp.tga"; } - } - Material MaterialCO091_dam_tuck_grpCOtga { - 0.425; 0.425; 0.425; 1.0;; - 1.0; - 0.0; 0.0; 0.0;; - 0.0; 0.0; 0.0;; - TextureFilename { "textures/dam tuck_grp.tga"; } - } - Material MaterialCO092_dam_tuck_grpCOtga { - 0.75; 0.75; 0.75; 1.0;; - 1.0; - 0.0; 0.0; 0.0;; - 0.0; 0.0; 0.0;; - TextureFilename { "textures/dam tuck_grp.tga"; } - } - Material MaterialCO093_dam_tuck_grpCOtga { - 0.75; 0.75; 0.75; 1.0;; - 1.0; - 0.0; 0.0; 0.0;; - 0.0; 0.0; 0.0;; - TextureFilename { "textures/dam tuck_grp.tga"; } - } - Material MaterialCO094_dam_tuck_grpCOtga { - 0.56875; 0.56875; 0.56875; 1.0;; - 1.0; - 0.0; 0.0; 0.0;; - 0.0; 0.0; 0.0;; - TextureFilename { "textures/dam tuck_grp.tga"; } - } - Material MaterialCO095_dam_tuck_grpCOtga { - 0.56875; 0.56875; 0.56875; 1.0;; - 1.0; - 0.0; 0.0; 0.0;; - 0.0; 0.0; 0.0;; - TextureFilename { "textures/dam tuck_grp.tga"; } - } - Material MaterialCO096_dam_tuck_grpCOtga { - 0.56875; 0.56875; 0.56875; 1.0;; - 1.0; - 0.0; 0.0; 0.0;; - 0.0; 0.0; 0.0;; - TextureFilename { "textures/dam tuck_grp.tga"; } - } - Material MaterialCO097_dam_tuck_grpCOtga { - 0.56875; 0.56875; 0.56875; 1.0;; - 1.0; - 0.0; 0.0; 0.0;; - 0.0; 0.0; 0.0;; - TextureFilename { "textures/dam tuck_grp.tga"; } - } - Material MaterialCO128_dam_tuck_grpCOtga { - 0.79375; 0.79375; 0.79375; 1.0;; - 1.0; - 0.0; 0.0; 0.0;; - 0.0; 0.0; 0.0;; - TextureFilename { "textures/dam tuck_grp.tga"; } - } - Material MaterialCO129_dam_tuck_grpCOtga { - 0.215625; 0.215625; 0.215625; 1.0;; - 1.0; - 0.0; 0.0; 0.0;; - 0.0; 0.0; 0.0;; - TextureFilename { "textures/dam tuck_grp.tga"; } - } - Material MaterialCO130_dam_tuck_grpCOtga { - 0.56875; 0.56875; 0.56875; 1.0;; - 1.0; - 0.0; 0.0; 0.0;; - 0.0; 0.0; 0.0;; - TextureFilename { "textures/dam tuck_grp.tga"; } - } - Material MaterialCO131_dam_tuck_grpCOtga { - 0.56875; 0.56875; 0.56875; 1.0;; - 1.0; - 0.0; 0.0; 0.0;; - 0.0; 0.0; 0.0;; - TextureFilename { "textures/dam tuck_grp.tga"; } - } - Material MaterialCO132_dam_tuck_grpCOtga { - 0.56875; 0.56875; 0.56875; 1.0;; - 1.0; - 0.0; 0.0; 0.0;; - 0.0; 0.0; 0.0;; - TextureFilename { "textures/dam tuck_grp.tga"; } - } - Material MaterialCO133_dam_tuck_grpCOtga { - 0.56875; 0.56875; 0.56875; 1.0;; - 1.0; - 0.0; 0.0; 0.0;; - 0.0; 0.0; 0.0;; - TextureFilename { "textures/dam tuck_grp.tga"; } - } - Material default { - 0.7898538076923077; 0.8133333333333334; 0.6940444444444445; 1.0;; - 0.0; - 0.0; 0.0; 0.0;; - 0.0; 0.0; 0.0;; - } -Frame unnamed_object1 { - Mesh { - 1572; - 7.1122193141759995, -8.237124, 12.847748;, - 7.144987314175999, -9.743129, 8.667289;, - 7.0599813141759995, -5.554262, 7.165221;, - 7.1122193141759995, -8.237124, 12.847748;, - 7.0599813141759995, -5.554262, 7.165221;, - 7.027213314175999, -4.048259, 11.34568;, - 3.723253314175999, -5.621744, 7.161872;, - 3.808260314175999, -9.810609, 8.663939;, - 3.7754923141759993, -8.304606, 12.844398;, - 3.723253314175999, -5.621744, 7.161872;, - 3.7754923141759993, -8.304606, 12.844398;, - 3.6904853141759992, -4.115739, 11.342332;, - -2.890013685824001, -8.441709, 12.840961;, - -2.857245685824001, -9.947715, 8.660501;, - -2.942249685824001, -5.758849, 7.158434;, - -2.890013685824001, -8.441709, 12.840961;, - -2.942249685824001, -5.758849, 7.158434;, - -2.975017685824001, -4.252844, 11.338894;, - -6.278978685824001, -5.826332, 7.155084;, - -6.193972685824001, -10.015196, 8.657151;, - -6.226740685824001, -8.509192, 12.837611;, - -6.278978685824001, -5.826332, 7.155084;, - -6.226740685824001, -8.509192, 12.837611;, - -6.311745685824, -4.320326, 11.335546;, - 7.095540314175999, -6.818944, -9.874075;, - 7.1283083141759995, -8.324949, -14.054534;, - 7.043305314175999, -4.136084, -15.556602;, - 7.095540314175999, -6.818944, -9.874075;, - 7.043305314175999, -4.136084, -15.556602;, - 7.010537314175999, -2.630079, -11.376143;, - 5.3749403141759995, -4.169824, -15.558278;, - 5.459945314175999, -8.358692, -14.056208;, - 5.427177314175999, -6.852686, -9.875749;, - 5.3749403141759995, -4.169824, -15.558278;, - 5.427177314175999, -6.852686, -9.875749;, - 5.342172314176, -2.663821, -11.377819;, - -4.587484685824001, -7.058672, -9.880919;, - -4.554715685824001, -8.564676, -14.061381;, - -4.639721685824001, -4.375812, -15.563447;, - -4.587484685824001, -7.058672, -9.880919;, - -4.639721685824001, -4.375812, -15.563447;, - -4.672489685824001, -2.869807, -11.382988;, - -6.308083685824001, -4.409552, -15.565125;, - -6.223080685824001, -8.598416, -14.063056;, - -6.2558486858240006, -7.092414, -9.882597;, - -6.308083685824001, -4.409552, -15.565125;, - -6.2558486858240006, -7.092414, -9.882597;, - -6.340852685824001, -2.903547, -11.384662;, - 0.3071909661439989, 6.660137485632, 18.061024;, - -6.553057685824001, 6.543841, 18.059351;, - -6.685343685824001, -0.399977, 17.626883;, - 0.3347097946879982, 6.733521028416, 18.061024;, - -6.685343685824001, -0.399977, 17.626883;, - 0.3254577662720006, -0.2085516350755222, 17.76263628113354;, - 6.793855314175999, 6.813768, 18.07275;, - 0.3180705705202957, 6.780028, 17.99713748596402;, - 0.363841618769996, -0.158146, 17.82609600980295;, - 6.793855314175999, 6.813768, 18.07275;, - 0.38331913740255885, -0.158146, 17.8397023619355;, - 7.219513314175999, -0.118764, 17.640842;, - -5.503497685824001, -2.675519, -16.969866;, - -5.529928685824001, -1.425447, -16.891996;, - -3.588061685824001, -1.386174, -16.890047;, - -5.503497685824001, -2.675519, -16.969866;, - -3.588061685824001, -1.386174, -16.890047;, - -3.561631685824001, -2.636246, -16.967916;, - 4.2277133141759995, -2.478716, -16.960098;, - 4.201283314175999, -1.228644, -16.882229;, - 6.143149314175999, -1.189371, -16.88028;, - 4.2277133141759995, -2.478716, -16.960098;, - 6.143149314175999, -1.189371, -16.88028;, - 6.169579314175999, -2.439444, -16.958149;, - 3.761000314175999, -7.579641, 12.114707;, - 3.784336314175999, -8.702837, 11.351843;, - 7.121065314175999, -8.635356, 11.355195;, - 3.761000314175999, -7.579641, 12.114707;, - 7.121065314175999, -8.635356, 11.355195;, - 7.097727314175999, -7.512158, 12.118058;, - 3.784336314175999, -8.702837, 11.351843;, - 3.794360314175999, -9.163519, 10.073056;, - 7.131088314175999, -9.096037, 10.076404;, - 3.784336314175999, -8.702837, 11.351843;, - 7.131088314175999, -9.096037, 10.076404;, - 7.121065314175999, -8.635356, 11.355195;, - 3.787246314175999, -8.785924, 8.766232;, - 3.765596314175999, -7.708776, 7.933449;, - 7.102324314175999, -7.641294, 7.936798;, - 3.787246314175999, -8.785924, 8.766232;, - 7.102324314175999, -7.641294, 7.936798;, - 7.123973314175999, -8.718444, 8.769581;, - 3.794360314175999, -9.163519, 10.073056;, - 3.787246314175999, -8.785924, 8.766232;, - 7.123973314175999, -8.718444, 8.769581;, - 3.794360314175999, -9.163519, 10.073056;, - 7.123973314175999, -8.718444, 8.769581;, - 7.131088314175999, -9.096037, 10.076404;, - 3.7377453141759993, -6.346709, 7.891563;, - 3.714367314175999, -5.221661, 8.659562;, - 7.051095314175999, -5.154181, 8.662912;, - 3.7377453141759993, -6.346709, 7.891563;, - 7.051095314175999, -5.154181, 8.662912;, - 7.074473314175999, -6.279226, 7.894913;, - 3.765596314175999, -7.708776, 7.933449;, - 3.7377453141759993, -6.346709, 7.891563;, - 7.074473314175999, -6.279226, 7.894913;, - 3.765596314175999, -7.708776, 7.933449;, - 7.074473314175999, -6.279226, 7.894913;, - 7.102324314175999, -7.641294, 7.936798;, - 3.704345314175999, -4.760982, 9.938353;, - 3.711500314175999, -5.140424, 11.240039;, - 7.048227314175999, -5.072944, 11.243389;, - 3.704345314175999, -4.760982, 9.938353;, - 7.048227314175999, -5.072944, 11.243389;, - 7.041072314175999, -4.693499, 9.941701;, - 3.714367314175999, -5.221661, 8.659562;, - 3.704345314175999, -4.760982, 9.938353;, - 7.041072314175999, -4.693499, 9.941701;, - 3.714367314175999, -5.221661, 8.659562;, - 7.041072314175999, -4.693499, 9.941701;, - 7.051095314175999, -5.154181, 8.662912;, - 3.733149314175999, -6.217574, 12.072822;, - 3.761000314175999, -7.579641, 12.114707;, - 7.097727314175999, -7.512158, 12.118058;, - 3.733149314175999, -6.217574, 12.072822;, - 7.097727314175999, -7.512158, 12.118058;, - 7.069876314175999, -6.150091, 12.076173;, - 3.711500314175999, -5.140424, 11.240039;, - 3.733149314175999, -6.217574, 12.072822;, - 7.069876314175999, -6.150091, 12.076173;, - 3.711500314175999, -5.140424, 11.240039;, - 7.069876314175999, -6.150091, 12.076173;, - 7.048227314175999, -5.072944, 11.243389;, - -6.241232685824001, -7.784227, 12.107919;, - -6.217895685824001, -8.907424, 11.345057;, - -2.8811676858240007, -8.839942, 11.348408;, - -6.241232685824001, -7.784227, 12.107919;, - -2.8811676858240007, -8.839942, 11.348408;, - -2.904505685824001, -7.716746, 12.11127;, - -6.217895685824001, -8.907424, 11.345057;, - -6.207872685824001, -9.368107, 10.066269;, - -2.871144685824001, -9.300624, 10.069617;, - -6.217895685824001, -8.907424, 11.345057;, - -2.871144685824001, -9.300624, 10.069617;, - -2.8811676858240007, -8.839942, 11.348408;, - -6.214986685824001, -8.990511, 8.759442;, - -6.236637685824001, -7.913364, 7.926662;, - -2.899908685824001, -7.845881, 7.93001;, - -6.214986685824001, -8.990511, 8.759442;, - -2.899908685824001, -7.845881, 7.93001;, - -2.878259685824001, -8.923029, 8.762793;, - -6.207872685824001, -9.368107, 10.066269;, - -6.214986685824001, -8.990511, 8.759442;, - -2.878259685824001, -8.923029, 8.762793;, - -6.207872685824001, -9.368107, 10.066269;, - -2.878259685824001, -8.923029, 8.762793;, - -2.871144685824001, -9.300624, 10.069617;, - -6.264486685824001, -6.551294, 7.884774;, - -6.287864685824001, -5.426249, 8.652775;, - -2.951135685824001, -5.358767, 8.656126;, - -6.264486685824001, -6.551294, 7.884774;, - -2.951135685824001, -5.358767, 8.656126;, - -2.9277566858240007, -6.483812, 7.888126;, - -6.236637685824001, -7.913364, 7.926662;, - -6.264486685824001, -6.551294, 7.884774;, - -2.9277566858240007, -6.483812, 7.888126;, - -6.236637685824001, -7.913364, 7.926662;, - -2.9277566858240007, -6.483812, 7.888126;, - -2.899908685824001, -7.845881, 7.93001;, - -6.2978876858240005, -4.965567, 9.931565;, - -6.2907326858240005, -5.345012, 11.233252;, - -2.9540056858240007, -5.277529, 11.236602;, - -6.2978876858240005, -4.965567, 9.931565;, - -2.9540056858240007, -5.277529, 11.236602;, - -2.9611606858240007, -4.898084, 9.934914;, - -6.287864685824001, -5.426249, 8.652775;, - -6.2978876858240005, -4.965567, 9.931565;, - -2.9611606858240007, -4.898084, 9.934914;, - -6.287864685824001, -5.426249, 8.652775;, - -2.9611606858240007, -4.898084, 9.934914;, - -2.951135685824001, -5.358767, 8.656126;, - -6.269081685824001, -6.422159, 12.066035;, - -6.241232685824001, -7.784227, 12.107919;, - -2.904505685824001, -7.716746, 12.11127;, - -6.269081685824001, -6.422159, 12.066035;, - -2.904505685824001, -7.716746, 12.11127;, - -2.9323536858240007, -6.354677, 12.069386;, - -6.2907326858240005, -5.345012, 11.233252;, - -6.269081685824001, -6.422159, 12.066035;, - -2.9323536858240007, -6.354677, 12.069386;, - -6.2907326858240005, -5.345012, 11.233252;, - -2.9323536858240007, -6.354677, 12.069386;, - -2.9540056858240007, -5.277529, 11.236602;, - 5.412685314175999, -6.127722, -10.60544;, - 5.436063314175999, -7.252769, -11.373439;, - 7.104426314175999, -7.219027, -11.371765;, - 5.412685314175999, -6.127722, -10.60544;, - 7.104426314175999, -7.219027, -11.371765;, - 7.081048314175999, -6.093982, -10.603766;, - 5.436063314175999, -7.252769, -11.373439;, - 5.446085314175999, -7.713449, -12.652229;, - 7.114450314175999, -7.679709, -12.650554;, - 5.436063314175999, -7.252769, -11.373439;, - 7.114450314175999, -7.679709, -12.650554;, - 7.104426314175999, -7.219027, -11.371765;, - 5.438932314175999, -7.334007, -13.953918;, - 5.417282314175999, -6.256856, -14.786699;, - 7.085645314175999, -6.223116, -14.785026;, - 5.438932314175999, -7.334007, -13.953918;, - 7.085645314175999, -6.223116, -14.785026;, - 7.107297314175999, -7.300264, -13.952244;, - 5.446085314175999, -7.713449, -12.652229;, - 5.438932314175999, -7.334007, -13.953918;, - 7.107297314175999, -7.300264, -13.952244;, - 5.446085314175999, -7.713449, -12.652229;, - 7.107297314175999, -7.300264, -13.952244;, - 7.114450314175999, -7.679709, -12.650554;, - 5.389432314175999, -4.894789, -14.828587;, - 5.3660953141759995, -3.771594, -14.065722;, - 7.034459314175999, -3.737851, -14.064049;, - 5.389432314175999, -4.894789, -14.828587;, - 7.034459314175999, -3.737851, -14.064049;, - 7.057797314175999, -4.861049, -14.826911;, - 5.417282314175999, -6.256856, -14.786699;, - 5.389432314175999, -4.894789, -14.828587;, - 7.057797314175999, -4.861049, -14.826911;, - 5.417282314175999, -6.256856, -14.786699;, - 7.057797314175999, -4.861049, -14.826911;, - 7.085645314175999, -6.223116, -14.785026;, - 5.356071314175999, -3.310911, -12.786933;, - 5.3631853141759995, -3.688504, -11.480108;, - 7.031550314175999, -3.654764, -11.478434;, - 5.356071314175999, -3.310911, -12.786933;, - 7.031550314175999, -3.654764, -11.478434;, - 7.024436314176, -3.277169, -12.785258;, - 5.3660953141759995, -3.771594, -14.065722;, - 5.356071314175999, -3.310911, -12.786933;, - 7.024436314176, -3.277169, -12.785258;, - 5.3660953141759995, -3.771594, -14.065722;, - 7.024436314176, -3.277169, -12.785258;, - 7.034459314175999, -3.737851, -14.064049;, - 5.384835314175999, -4.765654, -10.647327;, - 5.412685314175999, -6.127722, -10.60544;, - 7.081048314175999, -6.093982, -10.603766;, - 5.384835314175999, -4.765654, -10.647327;, - 7.081048314175999, -6.093982, -10.603766;, - 7.053200314175999, -4.731911, -10.645652;, - 5.3631853141759995, -3.688504, -11.480108;, - 5.384835314175999, -4.765654, -10.647327;, - 7.053200314175999, -4.731911, -10.645652;, - 5.3631853141759995, -3.688504, -11.480108;, - 7.053200314175999, -4.731911, -10.645652;, - 7.031550314175999, -3.654764, -11.478434;, - -6.270340685824001, -6.367449, -10.612288;, - -6.246962685824001, -7.492494, -11.380286;, - -4.5785976858240005, -7.458754, -11.378612;, - -6.270340685824001, -6.367449, -10.612288;, - -4.5785976858240005, -7.458754, -11.378612;, - -4.601975685824001, -6.333709, -10.610609;, - -6.246962685824001, -7.492494, -11.380286;, - -6.236937685824, -7.953176, -12.659076;, - -4.568574685824001, -7.919436, -12.657402;, - -6.246962685824001, -7.492494, -11.380286;, - -4.568574685824001, -7.919436, -12.657402;, - -4.5785976858240005, -7.458754, -11.378612;, - -6.244093685824001, -7.573731, -13.960766;, - -6.265745685824001, -6.496584, -14.793544;, - -4.597379685824001, -6.462844, -14.791873;, - -6.244093685824001, -7.573731, -13.960766;, - -4.597379685824001, -6.462844, -14.791873;, - -4.575729685824001, -7.539991, -13.959087;, - -6.236937685824, -7.953176, -12.659076;, - -6.244093685824001, -7.573731, -13.960766;, - -4.575729685824001, -7.539991, -13.959087;, - -6.236937685824, -7.953176, -12.659076;, - -4.575729685824001, -7.539991, -13.959087;, - -4.568574685824001, -7.919436, -12.657402;, - -6.293590685824001, -5.134517, -14.835433;, - -6.3169316858240006, -4.011319, -14.072567;, - -4.648566685824001, -3.977579, -14.070892;, - -6.293590685824001, -5.134517, -14.835433;, - -4.648566685824001, -3.977579, -14.070892;, - -4.625229685824001, -5.100774, -14.833755;, - -6.265745685824001, -6.496584, -14.793544;, - -6.293590685824001, -5.134517, -14.835433;, - -4.625229685824001, -5.100774, -14.833755;, - -6.265745685824001, -6.496584, -14.793544;, - -4.625229685824001, -5.100774, -14.833755;, - -4.597379685824001, -6.462844, -14.791873;, - -6.326954685824001, -3.550639, -12.793781;, - -6.319838685824001, -3.928232, -11.486956;, - -4.651476685824001, -3.894492, -11.485277;, - -6.326954685824001, -3.550639, -12.793781;, - -4.651476685824001, -3.894492, -11.485277;, - -4.658589685824001, -3.516897, -12.792107;, - -6.3169316858240006, -4.011319, -14.072567;, - -6.326954685824001, -3.550639, -12.793781;, - -4.658589685824001, -3.516897, -12.792107;, - -6.3169316858240006, -4.011319, -14.072567;, - -4.658589685824001, -3.516897, -12.792107;, - -4.648566685824001, -3.977579, -14.070892;, - -6.298189685824001, -5.005382, -10.65417;, - -6.270340685824001, -6.367449, -10.612288;, - -4.601975685824001, -6.333709, -10.610609;, - -6.298189685824001, -5.005382, -10.65417;, - -4.601975685824001, -6.333709, -10.610609;, - -4.629824685824, -4.971639, -10.6525;, - -6.319838685824001, -3.928232, -11.486956;, - -6.298189685824001, -5.005382, -10.65417;, - -4.629824685824, -4.971639, -10.6525;, - -6.319838685824001, -3.928232, -11.486956;, - -4.629824685824, -4.971639, -10.6525;, - -4.651476685824001, -3.894492, -11.485277;, - 5.090290314175999, 8.444971, 18.174788;, - -4.9198946858240005, 8.242526, 18.164738;, - -6.553057685824001, 6.543841, 18.059351;, - 5.090290314175999, 8.444971, 18.174788;, - -6.553057685824001, 6.543841, 18.059351;, - 6.793855314175999, 6.813768, 18.07275;, - 5.069838314175999, 10.015196, -7.0095;, - -4.940346685824001, 9.812751, -7.019552;, - -4.9198946858240005, 8.242526, 18.164738;, - 5.069838314175999, 10.015196, -7.0095;, - -4.9198946858240005, 8.242526, 18.164738;, - 5.090290314175999, 8.444971, 18.174788;, - -6.553057685824001, 6.543841, 18.059351;, - -4.9198946858240005, 8.242526, 18.164738;, - -4.940346685824001, 9.812751, -7.019552;, - -6.553057685824001, 6.543841, 18.059351;, - -4.940346685824001, 9.812751, -7.019552;, - -6.573510685824001, 8.114066, -7.124937;, - 7.199061314175999, 1.451461, -7.543446;, - 6.773403314175999, 8.383993, -7.111537;, - 6.793855314175999, 6.813768, 18.07275;, - 7.199061314175999, 1.451461, -7.543446;, - 6.793855314175999, 6.813768, 18.07275;, - 7.219513314175999, -0.118764, 17.640842;, - -6.685343685824001, -0.399977, 17.626883;, - -6.553057685824001, 6.543841, 18.059351;, - -6.573510685824001, 8.114066, -7.124937;, - -6.685343685824001, -0.399977, 17.626883;, - -6.573510685824001, 8.114066, -7.124937;, - -6.705796685824001, 1.170248, -7.557404;, - 6.773403314175999, 8.383993, -7.111537;, - 5.069838314175999, 10.015196, -7.0095;, - 5.090290314175999, 8.444971, 18.174788;, - 6.773403314175999, 8.383993, -7.111537;, - 5.090290314175999, 8.444971, 18.174788;, - 6.793855314175999, 6.813768, 18.07275;, - 7.199061314175999, 1.451461, -7.543446;, - -6.705796685824001, 1.170248, -7.557404;, - -6.573510685824001, 8.114066, -7.124937;, - 7.199061314175999, 1.451461, -7.543446;, - -6.573510685824001, 8.114066, -7.124937;, - 6.773403314175999, 8.383993, -7.111537;, - 6.773403314175999, 8.383993, -7.111537;, - -6.573510685824001, 8.114066, -7.124937;, - -4.940346685824001, 9.812751, -7.019552;, - 6.773403314175999, 8.383993, -7.111537;, - -4.940346685824001, 9.812751, -7.019552;, - 5.069838314175999, 10.015196, -7.0095;, - -5.794733685824001, -2.260162, -10.274914;, - -6.489429685824001, -2.274209, -10.27561;, - -6.493026685824001, -1.998189, -14.702601;, - -5.794733685824001, -2.260162, -10.274914;, - -6.493026685824001, -1.998189, -14.702601;, - -5.798330685824001, -1.984142, -14.701902;, - 6.432693314175999, -1.736779, -14.689625;, - 7.127389314175999, -1.722731, -14.688926;, - 7.130984314175999, -1.998751, -10.261938;, - 6.432693314175999, -1.736779, -14.689625;, - 7.130984314175999, -1.998751, -10.261938;, - 6.436289314175999, -2.012799, -10.262633;, - -6.436080685824001, -4.638556, -17.091898;, - 7.184332314175999, -4.363096, -17.078222;, - 7.185907314175999, -4.483962, -15.139716;, - -6.436080685824001, -4.638556, -17.091898;, - 7.185907314175999, -4.483962, -15.139716;, - -6.434506685824001, -4.759422, -15.153387;, - -6.4304616858240005, -5.070072, -10.170981;, - 7.189952314175999, -4.794611, -10.157308;, - 7.191077314175999, -4.880847, -8.774214;, - -6.4304616858240005, -5.070072, -10.170981;, - 7.191077314175999, -4.880847, -8.774214;, - -6.429339685824001, -5.156307, -8.787887;, - 5.384839314175999, -4.831117, -10.159122;, - -4.625346685824001, -5.033564, -10.169169;, - -4.629392685824, -4.722914, -15.151573;, - 5.384839314175999, -4.831117, -10.159122;, - -4.629392685824, -4.722914, -15.151573;, - 5.3807923141759995, -4.520469, -15.141526;, - -6.6971796858240005, 0.852148, -11.332636;, - -6.831038685824001, 0.715941, -11.477745;, - -6.830367685824001, 0.664336, -10.650067;, - -6.6971796858240005, 0.852148, -11.332636;, - -6.830367685824001, 0.664336, -10.650067;, - -6.696615685824001, 0.809031, -10.641088;, - -6.830367685824001, 0.664336, -10.650067;, - -6.831038685824001, 0.715941, -11.477745;, - -6.691293685824001, 0.573748, -11.349977;, - -6.830367685824001, 0.664336, -10.650067;, - -6.691293685824001, 0.573748, -11.349977;, - -6.690729685824001, 0.530631, -10.65843;, - -6.5549596858240005, 0.855023, -11.332492;, - -6.552065685824001, 0.721583, -11.477465;, - -6.831038685824001, 0.715941, -11.477745;, - -6.5549596858240005, 0.855023, -11.332492;, - -6.831038685824001, 0.715941, -11.477745;, - -6.6971796858240005, 0.852148, -11.332636;, - -6.691293685824001, 0.573748, -11.349977;, - -6.831038685824001, 0.715941, -11.477745;, - -6.552065685824001, 0.721583, -11.477465;, - -6.691293685824001, 0.573748, -11.349977;, - -6.552065685824001, 0.721583, -11.477465;, - -6.549072685824001, 0.576623, -11.349833;, - -6.549072685824001, 0.576623, -11.349833;, - -6.5549596858240005, 0.855023, -11.332492;, - -6.6971796858240005, 0.852148, -11.332636;, - -6.549072685824001, 0.576623, -11.349833;, - -6.6971796858240005, 0.852148, -11.332636;, - -6.691293685824001, 0.573748, -11.349977;, - -6.830367685824001, 0.664336, -10.650067;, - -6.690729685824001, 0.530631, -10.65843;, - -6.693501685824001, 0.658273, -10.508352;, - -6.696615685824001, 0.809031, -10.641088;, - -6.830367685824001, 0.664336, -10.650067;, - -6.693501685824001, 0.658273, -10.508352;, - 7.208241314175999, 1.090244, -10.627131;, - 7.3479923141759995, 0.951079, -10.635834;, - 7.3473183141759995, 1.002684, -11.463511;, - 7.208241314175999, 1.090244, -10.627131;, - 7.3473183141759995, 1.002684, -11.463511;, - 7.2076783141759995, 1.133361, -11.318676;, - 7.214127314175999, 0.811841, -10.644472;, - 7.213564314175999, 0.854959, -11.336018;, - 7.3473183141759995, 1.002684, -11.463511;, - 7.214127314175999, 0.811841, -10.644472;, - 7.3473183141759995, 1.002684, -11.463511;, - 7.3479923141759995, 0.951079, -10.635834;, - 7.2076783141759995, 1.133361, -11.318676;, - 7.3473183141759995, 1.002684, -11.463511;, - 7.068347314175999, 0.997041, -11.463794;, - 7.2076783141759995, 1.133361, -11.318676;, - 7.068347314175999, 0.997041, -11.463794;, - 7.0654583141759995, 1.130484, -11.318819;, - 7.071344314175999, 0.852084, -11.336162;, - 7.068347314175999, 0.997041, -11.463794;, - 7.3473183141759995, 1.002684, -11.463511;, - 7.071344314175999, 0.852084, -11.336162;, - 7.3473183141759995, 1.002684, -11.463511;, - 7.213564314175999, 0.854959, -11.336018;, - 7.213564314175999, 0.854959, -11.336018;, - 7.2076783141759995, 1.133361, -11.318676;, - 7.0654583141759995, 1.130484, -11.318819;, - 7.213564314175999, 0.854959, -11.336018;, - 7.0654583141759995, 1.130484, -11.318819;, - 7.071344314175999, 0.852084, -11.336162;, - 7.211358314175999, 0.939486, -10.494395;, - 7.214127314175999, 0.811841, -10.644472;, - 7.3479923141759995, 0.951079, -10.635834;, - 7.211358314175999, 0.939486, -10.494395;, - 7.3479923141759995, 0.951079, -10.635834;, - 7.208241314175999, 1.090244, -10.627131;, - 6.777942314175999, 1.857254, -14.187068;, - 6.277796314175999, 5.573148, -13.540047;, - 6.280605314175999, 5.357561, -10.082313;, - 6.777942314175999, 1.857254, -14.187068;, - 6.280605314175999, 5.357561, -10.082313;, - 6.781087314175999, 1.615861, -10.315497;, - -6.1540346858240005, 1.656164, -15.169306;, - -5.823030685824001, 5.661928, -14.504441;, - -5.823818685824, 5.722361, -15.473695;, - -6.1540346858240005, 1.656164, -15.169306;, - -5.823818685824, 5.722361, -15.473695;, - -6.155161685824001, 1.742738, -16.557844;, - 6.134488314175999, 5.903758, -14.492437;, - 6.634933314175999, 1.914808, -15.156466;, - 6.633807314175999, 2.001384, -16.545008;, - 6.134488314175999, 5.903758, -14.492437;, - 6.633807314175999, 2.001384, -16.545008;, - 6.133702314175999, 5.964191, -15.461694;, - -6.155161685824001, 1.742738, -16.557844;, - -5.823818685824, 5.722361, -15.473695;, - 6.133702314175999, 5.964191, -15.461694;, - -6.155161685824001, 1.742738, -16.557844;, - 6.133702314175999, 5.964191, -15.461694;, - 6.633807314175999, 2.001384, -16.545008;, - -6.292324685824001, 1.351466, -10.328619;, - -5.950417685824001, 5.110201, -10.094591;, - -5.953224685824001, 5.325788, -13.552327;, - -6.292324685824001, 1.351466, -10.328619;, - -5.953224685824001, 5.325788, -13.552327;, - -6.295467685824001, 1.592856, -14.200193;, - -5.8651346858240005, 1.069726, -10.067491;, - -5.794733685824001, -2.260162, -10.274914;, - -5.798330685824001, -1.984142, -14.701902;, - -5.8651346858240005, 1.069726, -10.067491;, - -5.798330685824001, -1.984142, -14.701902;, - -5.868729685824001, 1.345746, -14.49448;, - 6.362293314175999, 1.593109, -14.4822;, - 6.432693314175999, -1.736779, -14.689625;, - 6.436289314175999, -2.012799, -10.262633;, - 6.362293314175999, 1.593109, -14.4822;, - 6.436289314175999, -2.012799, -10.262633;, - 6.365887314175999, 1.317089, -10.055212;, - 6.404801314175999, 6.312413, -14.188268;, - 6.403789314175999, 6.390161, -15.435229;, - -6.1116776858240005, 6.137048, -15.447795;, - 6.404801314175999, 6.312413, -14.188268;, - -6.1116776858240005, 6.137048, -15.447795;, - -6.110662685824001, 6.059301, -14.200832;, - 6.404801314175999, 6.312413, -14.188268;, - -6.110662685824001, 6.059301, -14.200832;, - -6.105720685824001, 5.67973, -8.11304;, - 6.404801314175999, 6.312413, -14.188268;, - -6.105720685824001, 5.67973, -8.11304;, - 6.409744314175999, 5.932843, -8.100475;, - -6.558482685824001, 0.952128, -8.407385;, - 7.0619323141759995, 1.227586, -8.393711;, - 6.409744314175999, 5.932843, -8.100475;, - -6.558482685824001, 0.952128, -8.407385;, - 6.409744314175999, 5.932843, -8.100475;, - -6.105720685824001, 5.67973, -8.11304;, - 7.0619323141759995, 1.227586, -8.393711;, - -6.558482685824001, 0.952128, -8.407385;, - -6.488080685824001, -2.377759, -8.614808;, - 7.0619323141759995, 1.227586, -8.393711;, - -6.488080685824001, -2.377759, -8.614808;, - 7.132333314175999, -2.102301, -8.601136;, - 7.132333314175999, -2.102301, -8.601136;, - -6.488080685824001, -2.377759, -8.614808;, - -6.429339685824001, -5.156307, -8.787887;, - 7.132333314175999, -2.102301, -8.601136;, - -6.429339685824001, -5.156307, -8.787887;, - 7.191077314175999, -4.880847, -8.774214;, - -5.868729685824001, 1.345746, -14.49448;, - -5.798330685824001, -1.984142, -14.701902;, - -6.493026685824001, -1.998189, -14.702601;, - -5.868729685824001, 1.345746, -14.49448;, - -6.493026685824001, -1.998189, -14.702601;, - -6.563426685824001, 1.331698, -14.495176;, - -5.794733685824001, -2.260162, -10.274914;, - -5.8651346858240005, 1.069726, -10.067491;, - -6.559830685824001, 1.055678, -10.068188;, - -5.794733685824001, -2.260162, -10.274914;, - -6.559830685824001, 1.055678, -10.068188;, - -6.489429685824001, -2.274209, -10.27561;, - -5.8651346858240005, 1.069726, -10.067491;, - -5.537353685824001, 5.237763, -9.807965;, - -6.098182685824001, 5.362951, -9.800023;, - -5.8651346858240005, 1.069726, -10.067491;, - -6.098182685824001, 5.362951, -9.800023;, - -6.559830685824001, 1.055678, -10.068188;, - -6.563426685824001, 1.331698, -14.495176;, - -6.101441685824001, 5.613169, -13.813173;, - -5.540611685824, 5.48798, -13.821117;, - -6.563426685824001, 1.331698, -14.495176;, - -5.540611685824, 5.48798, -13.821117;, - -5.868729685824001, 1.345746, -14.49448;, - -5.540611685824, 5.48798, -13.821117;, - -6.101441685824001, 5.613169, -13.813173;, - -6.098182685824001, 5.362951, -9.800023;, - -5.540611685824, 5.48798, -13.821117;, - -6.098182685824001, 5.362951, -9.800023;, - -5.537353685824001, 5.237763, -9.807965;, - 7.056989314175999, 1.607156, -14.481504;, - 7.127389314175999, -1.722731, -14.688926;, - 6.432693314175999, -1.736779, -14.689625;, - 7.056989314175999, 1.607156, -14.481504;, - 6.432693314175999, -1.736779, -14.689625;, - 6.362293314175999, 1.593109, -14.4822;, - 7.130984314175999, -1.998751, -10.261938;, - 7.060584314175999, 1.331136, -10.054517;, - 6.365887314175999, 1.317089, -10.055212;, - 7.130984314175999, -1.998751, -10.261938;, - 6.365887314175999, 1.317089, -10.055212;, - 6.436289314175999, -2.012799, -10.262633;, - 7.060584314175999, 1.331136, -10.054517;, - 6.417283314175999, 5.616063, -9.78746;, - 5.862221314175999, 5.468311, -9.79652;, - 7.060584314175999, 1.331136, -10.054517;, - 5.862221314175999, 5.468311, -9.79652;, - 6.365887314175999, 1.317089, -10.055212;, - 6.362293314175999, 1.593109, -14.4822;, - 5.858963314175999, 5.718525, -13.809671;, - 6.414023314175999, 5.866281, -13.800609;, - 6.362293314175999, 1.593109, -14.4822;, - 6.414023314175999, 5.866281, -13.800609;, - 7.056989314175999, 1.607156, -14.481504;, - 5.862221314175999, 5.468311, -9.79652;, - 6.417283314175999, 5.616063, -9.78746;, - 6.414023314175999, 5.866281, -13.800609;, - 5.862221314175999, 5.468311, -9.79652;, - 6.414023314175999, 5.866281, -13.800609;, - 5.858963314175999, 5.718525, -13.809671;, - -6.292324685824001, 1.351466, -10.328619;, - -6.295467685824001, 1.592856, -14.200193;, - -6.563426685824001, 1.331698, -14.495176;, - -6.292324685824001, 1.351466, -10.328619;, - -6.563426685824001, 1.331698, -14.495176;, - -6.559830685824001, 1.055678, -10.068188;, - -5.953224685824001, 5.325788, -13.552327;, - -6.101441685824001, 5.613169, -13.813173;, - -6.563426685824001, 1.331698, -14.495176;, - -5.953224685824001, 5.325788, -13.552327;, - -6.563426685824001, 1.331698, -14.495176;, - -6.295467685824001, 1.592856, -14.200193;, - -5.950417685824001, 5.110201, -10.094591;, - -6.098182685824001, 5.362951, -9.800023;, - -6.101441685824001, 5.613169, -13.813173;, - -5.950417685824001, 5.110201, -10.094591;, - -6.101441685824001, 5.613169, -13.813173;, - -5.953224685824001, 5.325788, -13.552327;, - -6.292324685824001, 1.351466, -10.328619;, - -6.559830685824001, 1.055678, -10.068188;, - -6.098182685824001, 5.362951, -9.800023;, - -6.292324685824001, 1.351466, -10.328619;, - -6.098182685824001, 5.362951, -9.800023;, - -5.950417685824001, 5.110201, -10.094591;, - -5.537353685824001, 5.237763, -9.807965;, - -5.8651346858240005, 1.069726, -10.067491;, - -6.292324685824001, 1.351466, -10.328619;, - -5.537353685824001, 5.237763, -9.807965;, - -6.292324685824001, 1.351466, -10.328619;, - -5.950417685824001, 5.110201, -10.094591;, - -5.537353685824001, 5.237763, -9.807965;, - -5.950417685824001, 5.110201, -10.094591;, - -5.953224685824001, 5.325788, -13.552327;, - -5.537353685824001, 5.237763, -9.807965;, - -5.953224685824001, 5.325788, -13.552327;, - -5.540611685824, 5.48798, -13.821117;, - -5.540611685824, 5.48798, -13.821117;, - -5.953224685824001, 5.325788, -13.552327;, - -6.295467685824001, 1.592856, -14.200193;, - -5.540611685824, 5.48798, -13.821117;, - -6.295467685824001, 1.592856, -14.200193;, - -5.868729685824001, 1.345746, -14.49448;, - -5.868729685824001, 1.345746, -14.49448;, - -6.295467685824001, 1.592856, -14.200193;, - -6.292324685824001, 1.351466, -10.328619;, - -5.868729685824001, 1.345746, -14.49448;, - -6.292324685824001, 1.351466, -10.328619;, - -5.8651346858240005, 1.069726, -10.067491;, - 7.060584314175999, 1.331136, -10.054517;, - 7.056989314175999, 1.607156, -14.481504;, - 6.777942314175999, 1.857254, -14.187068;, - 7.060584314175999, 1.331136, -10.054517;, - 6.777942314175999, 1.857254, -14.187068;, - 6.781087314175999, 1.615861, -10.315497;, - 6.777942314175999, 1.857254, -14.187068;, - 7.056989314175999, 1.607156, -14.481504;, - 6.414023314175999, 5.866281, -13.800609;, - 6.777942314175999, 1.857254, -14.187068;, - 6.414023314175999, 5.866281, -13.800609;, - 6.277796314175999, 5.573148, -13.540047;, - 6.277796314175999, 5.573148, -13.540047;, - 6.414023314175999, 5.866281, -13.800609;, - 6.417283314175999, 5.616063, -9.78746;, - 6.277796314175999, 5.573148, -13.540047;, - 6.417283314175999, 5.616063, -9.78746;, - 6.280605314175999, 5.357561, -10.082313;, - 6.280605314175999, 5.357561, -10.082313;, - 6.417283314175999, 5.616063, -9.78746;, - 7.060584314175999, 1.331136, -10.054517;, - 6.280605314175999, 5.357561, -10.082313;, - 7.060584314175999, 1.331136, -10.054517;, - 6.781087314175999, 1.615861, -10.315497;, - 6.280605314175999, 5.357561, -10.082313;, - 6.781087314175999, 1.615861, -10.315497;, - 6.365887314175999, 1.317089, -10.055212;, - 6.280605314175999, 5.357561, -10.082313;, - 6.365887314175999, 1.317089, -10.055212;, - 5.862221314175999, 5.468311, -9.79652;, - 5.858963314175999, 5.718525, -13.809671;, - 6.277796314175999, 5.573148, -13.540047;, - 6.280605314175999, 5.357561, -10.082313;, - 5.858963314175999, 5.718525, -13.809671;, - 6.280605314175999, 5.357561, -10.082313;, - 5.862221314175999, 5.468311, -9.79652;, - 6.362293314175999, 1.593109, -14.4822;, - 6.777942314175999, 1.857254, -14.187068;, - 6.277796314175999, 5.573148, -13.540047;, - 6.362293314175999, 1.593109, -14.4822;, - 6.277796314175999, 5.573148, -13.540047;, - 5.858963314175999, 5.718525, -13.809671;, - 6.365887314175999, 1.317089, -10.055212;, - 6.781087314175999, 1.615861, -10.315497;, - 6.777942314175999, 1.857254, -14.187068;, - 6.365887314175999, 1.317089, -10.055212;, - 6.777942314175999, 1.857254, -14.187068;, - 6.362293314175999, 1.593109, -14.4822;, - -6.1116776858240005, 6.137048, -15.447795;, - 6.403789314175999, 6.390161, -15.435229;, - 6.133702314175999, 5.964191, -15.461694;, - -6.1116776858240005, 6.137048, -15.447795;, - 6.133702314175999, 5.964191, -15.461694;, - -5.823818685824, 5.722361, -15.473695;, - -6.1116776858240005, 6.137048, -15.447795;, - -5.823818685824, 5.722361, -15.473695;, - -5.823030685824001, 5.661928, -14.504441;, - -6.1116776858240005, 6.137048, -15.447795;, - -5.823030685824001, 5.661928, -14.504441;, - -6.110662685824001, 6.059301, -14.200832;, - 6.404801314175999, 6.312413, -14.188268;, - 6.134488314175999, 5.903758, -14.492437;, - 6.133702314175999, 5.964191, -15.461694;, - 6.404801314175999, 6.312413, -14.188268;, - 6.133702314175999, 5.964191, -15.461694;, - 6.403789314175999, 6.390161, -15.435229;, - -6.110662685824001, 6.059301, -14.200832;, - -5.823030685824001, 5.661928, -14.504441;, - -6.1540346858240005, 1.656164, -15.169306;, - -6.110662685824001, 6.059301, -14.200832;, - -6.1540346858240005, 1.656164, -15.169306;, - -6.563765685824001, 1.357841, -14.914461;, - 7.056649314175999, 1.633298, -14.90079;, - 6.634933314175999, 1.914808, -15.156466;, - 6.134488314175999, 5.903758, -14.492437;, - 7.056649314175999, 1.633298, -14.90079;, - 6.134488314175999, 5.903758, -14.492437;, - 6.404801314175999, 6.312413, -14.188268;, - 7.055189314175999, 1.745336, -16.697723;, - 6.633807314175999, 2.001384, -16.545008;, - 6.634933314175999, 1.914808, -15.156466;, - 7.055189314175999, 1.745336, -16.697723;, - 6.634933314175999, 1.914808, -15.156466;, - 7.056649314175999, 1.633298, -14.90079;, - -6.563765685824001, 1.357841, -14.914461;, - -6.1540346858240005, 1.656164, -15.169306;, - -6.155161685824001, 1.742738, -16.557844;, - -6.563765685824001, 1.357841, -14.914461;, - -6.155161685824001, 1.742738, -16.557844;, - -6.565224685824001, 1.469878, -16.711393;, - -6.565224685824001, 1.469878, -16.711393;, - -6.155161685824001, 1.742738, -16.557844;, - 6.633807314175999, 2.001384, -16.545008;, - -6.565224685824001, 1.469878, -16.711393;, - 6.633807314175999, 2.001384, -16.545008;, - 7.055189314175999, 1.745336, -16.697723;, - -3.561631685824001, -2.636246, -16.967916;, - -3.588061685824001, -1.386174, -16.890047;, - 4.201283314175999, -1.228644, -16.882229;, - -3.561631685824001, -2.636246, -16.967916;, - 4.201283314175999, -1.228644, -16.882229;, - 4.2277133141759995, -2.478716, -16.960098;, - 6.187121314175999, -3.269186, -17.00983;, - -5.485957685824001, -3.505262, -17.021549;, - -3.561631685824001, -2.636246, -16.967916;, - 6.187121314175999, -3.269186, -17.00983;, - -3.561631685824001, -2.636246, -16.967916;, - 4.2277133141759995, -2.478716, -16.960098;, - 4.201283314175999, -1.228644, -16.882229;, - -3.588061685824001, -1.386174, -16.890047;, - -5.591555685824001, 1.489569, -16.710419;, - 4.201283314175999, -1.228644, -16.882229;, - -5.591555685824001, 1.489569, -16.710419;, - 6.0815223141759995, 1.725646, -16.698698;, - -5.591555685824001, 1.489569, -16.710419;, - -3.588061685824001, -1.386174, -16.890047;, - -5.529928685824001, -1.425447, -16.891996;, - 6.143149314175999, -1.189371, -16.88028;, - 4.201283314175999, -1.228644, -16.882229;, - 6.0815223141759995, 1.725646, -16.698698;, - 6.187121314175999, -3.269186, -17.00983;, - 4.2277133141759995, -2.478716, -16.960098;, - 6.169579314175999, -2.439444, -16.958149;, - -3.561631685824001, -2.636246, -16.967916;, - -5.485957685824001, -3.505262, -17.021549;, - -5.503497685824001, -2.675519, -16.969866;, - -6.565224685824001, 1.469878, -16.711393;, - -5.591555685824001, 1.489569, -16.710419;, - -5.529928685824001, -1.425447, -16.891996;, - -5.503497685824001, -2.675519, -16.969866;, - -5.485957685824001, -3.505262, -17.021549;, - -6.459625685824001, -3.524954, -17.022528;, - -6.565224685824001, 1.469878, -16.711393;, - -5.529928685824001, -1.425447, -16.891996;, - -5.503497685824001, -2.675519, -16.969866;, - -6.565224685824001, 1.469878, -16.711393;, - -5.503497685824001, -2.675519, -16.969866;, - -6.459625685824001, -3.524954, -17.022528;, - 7.055189314175999, 1.745336, -16.697723;, - 6.143149314175999, -1.189371, -16.88028;, - 6.0815223141759995, 1.725646, -16.698698;, - 7.160789314175999, -3.249494, -17.008856;, - 6.187121314175999, -3.269186, -17.00983;, - 6.169579314175999, -2.439444, -16.958149;, - 7.160789314175999, -3.249494, -17.008856;, - 6.169579314175999, -2.439444, -16.958149;, - 6.143149314175999, -1.189371, -16.88028;, - 7.160789314175999, -3.249494, -17.008856;, - 6.143149314175999, -1.189371, -16.88028;, - 7.055189314175999, 1.745336, -16.697723;, - -3.870559685824001, -0.959522, -17.142189;, - -4.149534685824001, -0.965162, -17.142466;, - -4.158079685824001, -0.567607, -16.838917;, - -3.870559685824001, -0.959522, -17.142189;, - -4.158079685824001, -0.567607, -16.838917;, - -3.879106685824001, -0.561964, -16.838636;, - -3.832474685824001, -2.760934, -17.2544;, - -4.111447685824001, -2.766577, -17.254679;, - -4.149534685824001, -0.965162, -17.142466;, - -3.832474685824001, -2.760934, -17.2544;, - -4.149534685824001, -0.965162, -17.142466;, - -3.870559685824001, -0.959522, -17.142189;, - -3.8233636858240008, -3.198579, -17.002874;, - -4.1023366858240005, -3.204221, -17.003155;, - -4.111447685824001, -2.766577, -17.254679;, - -3.8233636858240008, -3.198579, -17.002874;, - -4.111447685824001, -2.766577, -17.254679;, - -3.832474685824001, -2.760934, -17.2544;, - -4.986451685824001, -0.982089, -17.143305;, - -5.265420685824001, -0.987729, -17.143587;, - -5.273968685824001, -0.590174, -16.840038;, - -4.986451685824001, -0.982089, -17.143305;, - -5.273968685824001, -0.590174, -16.840038;, - -4.994996685824001, -0.584532, -16.839756;, - -4.948364685824001, -2.783502, -17.255518;, - -5.227337685824001, -2.789144, -17.255798;, - -5.265420685824001, -0.987729, -17.143587;, - -4.948364685824001, -2.783502, -17.255518;, - -5.265420685824001, -0.987729, -17.143587;, - -4.986451685824001, -0.982089, -17.143305;, - -4.939253685824001, -3.221147, -17.003994;, - -5.2182246858240005, -3.226789, -17.004274;, - -5.227337685824001, -2.789144, -17.255798;, - -4.939253685824001, -3.221147, -17.003994;, - -5.227337685824001, -2.789144, -17.255798;, - -4.948364685824001, -2.783502, -17.255518;, - 5.860650314176, -0.762716, -17.132418;, - 5.581677314175999, -0.768359, -17.132698;, - 5.5731343141759995, -0.370801, -16.829147;, - 5.860650314176, -0.762716, -17.132418;, - 5.5731343141759995, -0.370801, -16.829147;, - 5.852107314175999, -0.365159, -16.828869;, - 5.898737314176, -2.564131, -17.244633;, - 5.619764314175999, -2.569771, -17.244907;, - 5.581677314175999, -0.768359, -17.132698;, - 5.898737314176, -2.564131, -17.244633;, - 5.581677314175999, -0.768359, -17.132698;, - 5.860650314176, -0.762716, -17.132418;, - 5.907850314175999, -3.001776, -16.993107;, - 5.628876314175999, -3.007416, -16.993383;, - 5.619764314175999, -2.569771, -17.244907;, - 5.907850314175999, -3.001776, -16.993107;, - 5.619764314175999, -2.569771, -17.244907;, - 5.898737314176, -2.564131, -17.244633;, - 4.744762314175999, -0.785284, -17.133541;, - 4.465787314175999, -0.790927, -17.133818;, - 4.457242314175999, -0.393369, -16.830269;, - 4.744762314175999, -0.785284, -17.133541;, - 4.457242314175999, -0.393369, -16.830269;, - 4.7362153141759995, -0.387727, -16.829988;, - 4.782847314175999, -2.586699, -17.245752;, - 4.503875314175999, -2.592341, -17.246031;, - 4.465787314175999, -0.790927, -17.133818;, - 4.782847314175999, -2.586699, -17.245752;, - 4.465787314175999, -0.790927, -17.133818;, - 4.744762314175999, -0.785284, -17.133541;, - 4.791958314175999, -3.024344, -16.994226;, - 4.5129853141759995, -3.029986, -16.994507;, - 4.503875314175999, -2.592341, -17.246031;, - 4.791958314175999, -3.024344, -16.994226;, - 4.503875314175999, -2.592341, -17.246031;, - 4.782847314175999, -2.586699, -17.245752;, - -6.493026685824001, -1.998189, -14.702601;, - -6.489429685824001, -2.274209, -10.27561;, - -6.559830685824001, 1.055678, -10.068188;, - -6.493026685824001, -1.998189, -14.702601;, - -6.559830685824001, 1.055678, -10.068188;, - -6.563426685824001, 1.331698, -14.495176;, - 7.056989314175999, 1.607156, -14.481504;, - 7.060584314175999, 1.331136, -10.054517;, - 7.130984314175999, -1.998751, -10.261938;, - 7.056989314175999, 1.607156, -14.481504;, - 7.130984314175999, -1.998751, -10.261938;, - 7.127389314175999, -1.722731, -14.688926;, - -6.101441685824001, 5.613169, -13.813173;, - -6.110662685824001, 6.059301, -14.200832;, - -6.563765685824001, 1.357841, -14.914461;, - -6.101441685824001, 5.613169, -13.813173;, - -6.563765685824001, 1.357841, -14.914461;, - -6.563426685824001, 1.331698, -14.495176;, - -6.098182685824001, 5.362951, -9.800023;, - -6.105720685824001, 5.67973, -8.11304;, - -6.110662685824001, 6.059301, -14.200832;, - -6.098182685824001, 5.362951, -9.800023;, - -6.110662685824001, 6.059301, -14.200832;, - -6.101441685824001, 5.613169, -13.813173;, - -6.559830685824001, 1.055678, -10.068188;, - -6.558482685824001, 0.952128, -8.407385;, - -6.105720685824001, 5.67973, -8.11304;, - -6.559830685824001, 1.055678, -10.068188;, - -6.105720685824001, 5.67973, -8.11304;, - -6.098182685824001, 5.362951, -9.800023;, - -6.488080685824001, -2.377759, -8.614808;, - -6.558482685824001, 0.952128, -8.407385;, - -6.559830685824001, 1.055678, -10.068188;, - -6.488080685824001, -2.377759, -8.614808;, - -6.559830685824001, 1.055678, -10.068188;, - -6.489429685824001, -2.274209, -10.27561;, - -6.493026685824001, -1.998189, -14.702601;, - -6.563426685824001, 1.331698, -14.495176;, - -6.563765685824001, 1.357841, -14.914461;, - -6.565224685824001, 1.469878, -16.711393;, - -6.494824685824001, -1.860009, -16.918819;, - -6.493026685824001, -1.998189, -14.702601;, - -6.565224685824001, 1.469878, -16.711393;, - -6.493026685824001, -1.998189, -14.702601;, - -6.563765685824001, 1.357841, -14.914461;, - -6.486243685824001, -2.345512, -13.614555;, - -6.484441685824001, -2.483692, -11.398335;, - -6.489429685824001, -2.274209, -10.27561;, - -6.486243685824001, -2.345512, -13.614555;, - -6.489429685824001, -2.274209, -10.27561;, - -6.493026685824001, -1.998189, -14.702601;, - -6.4580516858240005, -3.645819, -15.084017;, - -6.486243685824001, -2.345512, -13.614555;, - -6.493026685824001, -1.998189, -14.702601;, - -6.454005685824001, -3.956469, -10.101614;, - -6.489429685824001, -2.274209, -10.27561;, - -6.484441685824001, -2.483692, -11.398335;, - -6.4580516858240005, -3.645819, -15.084017;, - -6.493026685824001, -1.998189, -14.702601;, - -6.494824685824001, -1.860009, -16.918819;, - -6.4580516858240005, -3.645819, -15.084017;, - -6.494824685824001, -1.860009, -16.918819;, - -6.436080685824001, -4.638556, -17.091898;, - -6.429339685824001, -5.156307, -8.787887;, - -6.488080685824001, -2.377759, -8.614808;, - -6.489429685824001, -2.274209, -10.27561;, - -6.429339685824001, -5.156307, -8.787887;, - -6.489429685824001, -2.274209, -10.27561;, - -6.454005685824001, -3.956469, -10.101614;, - -6.434506685824001, -4.759422, -15.153387;, - -6.4580516858240005, -3.645819, -15.084017;, - -6.436080685824001, -4.638556, -17.091898;, - -6.429339685824001, -5.156307, -8.787887;, - -6.454005685824001, -3.956469, -10.101614;, - -6.4304616858240005, -5.070072, -10.170981;, - 7.056649314175999, 1.633298, -14.90079;, - 7.056989314175999, 1.607156, -14.481504;, - 7.127389314175999, -1.722731, -14.688926;, - 7.056649314175999, 1.633298, -14.90079;, - 7.127389314175999, -1.722731, -14.688926;, - 7.1255883141759995, -1.584551, -16.905146;, - 7.056649314175999, 1.633298, -14.90079;, - 7.1255883141759995, -1.584551, -16.905146;, - 7.055189314175999, 1.745336, -16.697723;, - 7.056989314175999, 1.607156, -14.481504;, - 7.056649314175999, 1.633298, -14.90079;, - 6.404801314175999, 6.312413, -14.188268;, - 7.056989314175999, 1.607156, -14.481504;, - 6.404801314175999, 6.312413, -14.188268;, - 6.414023314175999, 5.866281, -13.800609;, - 6.414023314175999, 5.866281, -13.800609;, - 6.404801314175999, 6.312413, -14.188268;, - 6.409744314175999, 5.932843, -8.100475;, - 6.414023314175999, 5.866281, -13.800609;, - 6.409744314175999, 5.932843, -8.100475;, - 6.417283314175999, 5.616063, -9.78746;, - 6.417283314175999, 5.616063, -9.78746;, - 6.409744314175999, 5.932843, -8.100475;, - 7.0619323141759995, 1.227586, -8.393711;, - 6.417283314175999, 5.616063, -9.78746;, - 7.0619323141759995, 1.227586, -8.393711;, - 7.060584314175999, 1.331136, -10.054517;, - 7.130984314175999, -1.998751, -10.261938;, - 7.060584314175999, 1.331136, -10.054517;, - 7.0619323141759995, 1.227586, -8.393711;, - 7.130984314175999, -1.998751, -10.261938;, - 7.0619323141759995, 1.227586, -8.393711;, - 7.132333314175999, -2.102301, -8.601136;, - 7.166410314175999, -3.681009, -10.08794;, - 7.130984314175999, -1.998751, -10.261938;, - 7.132333314175999, -2.102301, -8.601136;, - 7.166410314175999, -3.681009, -10.08794;, - 7.132333314175999, -2.102301, -8.601136;, - 7.191077314175999, -4.880847, -8.774214;, - 7.189952314175999, -4.794611, -10.157308;, - 7.166410314175999, -3.681009, -10.08794;, - 7.191077314175999, -4.880847, -8.774214;, - 7.135972314175999, -2.208231, -11.384665;, - 7.130984314175999, -1.998751, -10.261938;, - 7.166410314175999, -3.681009, -10.08794;, - 7.127389314175999, -1.722731, -14.688926;, - 7.130984314175999, -1.998751, -10.261938;, - 7.135972314175999, -2.208231, -11.384665;, - 7.127389314175999, -1.722731, -14.688926;, - 7.135972314175999, -2.208231, -11.384665;, - 7.1341733141759995, -2.070051, -13.600883;, - 7.127389314175999, -1.722731, -14.688926;, - 7.1341733141759995, -2.070051, -13.600883;, - 7.162362314175999, -3.370359, -15.070346;, - 7.184332314175999, -4.363096, -17.078222;, - 7.1255883141759995, -1.584551, -16.905146;, - 7.127389314175999, -1.722731, -14.688926;, - 7.184332314175999, -4.363096, -17.078222;, - 7.127389314175999, -1.722731, -14.688926;, - 7.162362314175999, -3.370359, -15.070346;, - 7.184332314175999, -4.363096, -17.078222;, - 7.162362314175999, -3.370359, -15.070346;, - 7.185907314175999, -4.483962, -15.139716;, - 7.2752303141759995, -2.151369, -7.767871;, - -6.629627685824001, -2.432582, -7.781829;, - -6.609173685824, -4.002807, 17.40246;, - 7.2752303141759995, -2.151369, -7.767871;, - -6.609173685824, -4.002807, 17.40246;, - 7.295683314175999, -3.721594, 17.416418;, - -2.9556736858240007, -5.273801, -1.290729;, - -6.292401685824001, -5.341284, -1.294078;, - -6.345261685824001, -2.841139, -1.138341;, - -2.9556736858240007, -5.273801, -1.290729;, - -6.345261685824001, -2.841139, -1.138341;, - -3.008529685824001, -2.773657, -1.134993;, - -6.345261685824001, -2.841139, -1.138341;, - -6.292401685824001, -5.341284, -1.294078;, - -6.285657685824001, -5.859034, 7.009931;, - -6.345261685824001, -2.841139, -1.138341;, - -6.285657685824001, -5.859034, 7.009931;, - -6.338515685824001, -3.358889, 7.165667;, - -3.001788685824001, -3.291406, 7.169019;, - -6.338515685824001, -3.358889, 7.165667;, - -6.285657685824001, -5.859034, 7.009931;, - -3.001788685824001, -3.291406, 7.169019;, - -6.285657685824001, -5.859034, 7.009931;, - -2.948929685824001, -5.791552, 7.013279;, - 7.054512314175999, -5.071356, -1.28068;, - 3.717784314175999, -5.138839, -1.284031;, - 3.6649263141759993, -2.638694, -1.128293;, - 7.054512314175999, -5.071356, -1.28068;, - 3.6649263141759993, -2.638694, -1.128293;, - 7.001653314175999, -2.571211, -1.124942;, - 7.008397314175999, -3.088961, 7.179066;, - 7.061255314175999, -5.589107, 7.023329;, - 7.054512314175999, -5.071356, -1.28068;, - 7.008397314175999, -3.088961, 7.179066;, - 7.054512314175999, -5.071356, -1.28068;, - 7.001653314175999, -2.571211, -1.124942;, - 7.008397314175999, -3.088961, 7.179066;, - 3.671669314175999, -3.156441, 7.175717;, - 3.7245253141759993, -5.656587, 7.01998;, - 7.008397314175999, -3.088961, 7.179066;, - 3.7245253141759993, -5.656587, 7.01998;, - 7.061255314175999, -5.589107, 7.023329;, - -5.861494685824001, 0.963796, -12.85102;, - -5.445770685824001, 0.972203, -12.850604;, - -5.439884685824, 0.693803, -12.867946;, - -5.861494685824001, 0.963796, -12.85102;, - -5.439884685824, 0.693803, -12.867946;, - -5.852609685824, 0.543466, -12.877201;, - -5.8612706858240005, 0.946481, -12.573312;, - -5.724517685824001, 0.949248, -12.573176;, - -5.445770685824001, 0.972203, -12.850604;, - -5.8612706858240005, 0.946481, -12.573312;, - -5.445770685824001, 0.972203, -12.850604;, - -5.861494685824001, 0.963796, -12.85102;, - -5.723734685824001, 0.889153, -11.609365;, - -5.444538685824001, 0.877481, -11.331377;, - -5.445770685824001, 0.972203, -12.850604;, - -5.723734685824001, 0.889153, -11.609365;, - -5.445770685824001, 0.972203, -12.850604;, - -5.724517685824001, 0.949248, -12.573176;, - -5.860487685824001, 0.886388, -11.609501;, - -5.8602606858240005, 0.869073, -11.331796;, - -5.444538685824001, 0.877481, -11.331377;, - -5.860487685824001, 0.886388, -11.609501;, - -5.444538685824001, 0.877481, -11.331377;, - -5.723734685824001, 0.889153, -11.609365;, - -5.851374685824001, 0.448743, -11.357976;, - -5.4386526858240005, 0.599081, -11.348719;, - -5.444538685824001, 0.877481, -11.331377;, - -5.851374685824001, 0.448743, -11.357976;, - -5.444538685824001, 0.877481, -11.331377;, - -5.8602606858240005, 0.869073, -11.331796;, - -5.439884685824, 0.693803, -12.867946;, - -5.445770685824001, 0.972203, -12.850604;, - -5.444538685824001, 0.877481, -11.331377;, - -5.439884685824, 0.693803, -12.867946;, - -5.444538685824001, 0.877481, -11.331377;, - -5.4386526858240005, 0.599081, -11.348719;, - -5.852609685824, 0.543466, -12.877201;, - -5.715633685824001, 0.528918, -12.599357;, - -5.8523816858240005, 0.526151, -12.599495;, - -5.852609685824, 0.543466, -12.877201;, - -5.439884685824, 0.693803, -12.867946;, - -5.715633685824001, 0.528918, -12.599357;, - -5.851601685824001, 0.466058, -11.635685;, - -5.714848685824001, 0.468823, -11.635549;, - -5.851374685824001, 0.448743, -11.357976;, - -5.714848685824001, 0.468823, -11.635549;, - -5.4386526858240005, 0.599081, -11.348719;, - -5.851374685824001, 0.448743, -11.357976;, - -5.715633685824001, 0.528918, -12.599357;, - -5.439884685824, 0.693803, -12.867946;, - -5.4386526858240005, 0.599081, -11.348719;, - -5.715633685824001, 0.528918, -12.599357;, - -5.4386526858240005, 0.599081, -11.348719;, - -5.714848685824001, 0.468823, -11.635549;, - -5.860487685824001, 0.886388, -11.609501;, - -5.723734685824001, 0.889153, -11.609365;, - -5.714848685824001, 0.468823, -11.635549;, - -5.860487685824001, 0.886388, -11.609501;, - -5.714848685824001, 0.468823, -11.635549;, - -5.851601685824001, 0.466058, -11.635685;, - -5.723734685824001, 0.889153, -11.609365;, - -5.724517685824001, 0.949248, -12.573176;, - -5.715633685824001, 0.528918, -12.599357;, - -5.723734685824001, 0.889153, -11.609365;, - -5.715633685824001, 0.528918, -12.599357;, - -5.714848685824001, 0.468823, -11.635549;, - -5.8523816858240005, 0.526151, -12.599495;, - -5.715633685824001, 0.528918, -12.599357;, - -5.724517685824001, 0.949248, -12.573176;, - -5.8523816858240005, 0.526151, -12.599495;, - -5.724517685824001, 0.949248, -12.573176;, - -5.8612706858240005, 0.946481, -12.573312;, - 6.378414314175999, 0.790826, -12.864923;, - 5.959691314175999, 0.924349, -12.856501;, - 5.953804314175999, 1.202748, -12.839159;, - 6.378414314175999, 0.790826, -12.864923;, - 5.953804314175999, 1.202748, -12.839159;, - 6.369529314175999, 1.211156, -12.838743;, - 6.369529314175999, 1.211156, -12.838743;, - 5.953804314175999, 1.202748, -12.839159;, - 6.233002314175999, 1.191076, -12.561171;, - 6.369529314175999, 1.211156, -12.838743;, - 6.233002314175999, 1.191076, -12.561171;, - 6.369754314175999, 1.193841, -12.561035;, - 6.233002314175999, 1.191076, -12.561171;, - 5.953804314175999, 1.202748, -12.839159;, - 5.955038314175999, 1.108026, -11.319935;, - 6.233002314175999, 1.191076, -12.561171;, - 5.955038314175999, 1.108026, -11.319935;, - 6.233786314175999, 1.130983, -11.597363;, - 6.233786314175999, 1.130983, -11.597363;, - 5.955038314175999, 1.108026, -11.319935;, - 6.370761314175999, 1.116434, -11.319515;, - 6.233786314175999, 1.130983, -11.597363;, - 6.370761314175999, 1.116434, -11.319515;, - 6.370536314175999, 1.133749, -11.597224;, - 6.370761314175999, 1.116434, -11.319515;, - 5.955038314175999, 1.108026, -11.319935;, - 5.960924314175999, 0.829626, -11.337276;, - 6.370761314175999, 1.116434, -11.319515;, - 5.960924314175999, 0.829626, -11.337276;, - 6.379650314175999, 0.696104, -11.345698;, - 5.960924314175999, 0.829626, -11.337276;, - 5.955038314175999, 1.108026, -11.319935;, - 5.953804314175999, 1.202748, -12.839159;, - 5.960924314175999, 0.829626, -11.337276;, - 5.953804314175999, 1.202748, -12.839159;, - 5.959691314175999, 0.924349, -12.856501;, - 6.378640314175999, 0.773511, -12.587219;, - 6.241890314175999, 0.770746, -12.587355;, - 6.378414314175999, 0.790826, -12.864923;, - 6.241890314175999, 0.770746, -12.587355;, - 5.959691314175999, 0.924349, -12.856501;, - 6.378414314175999, 0.790826, -12.864923;, - 6.379650314175999, 0.696104, -11.345698;, - 6.2426713141759995, 0.710654, -11.623544;, - 6.379422314175999, 0.713419, -11.623408;, - 6.379650314175999, 0.696104, -11.345698;, - 5.960924314175999, 0.829626, -11.337276;, - 6.2426713141759995, 0.710654, -11.623544;, - 6.2426713141759995, 0.710654, -11.623544;, - 5.960924314175999, 0.829626, -11.337276;, - 5.959691314175999, 0.924349, -12.856501;, - 6.2426713141759995, 0.710654, -11.623544;, - 5.959691314175999, 0.924349, -12.856501;, - 6.241890314175999, 0.770746, -12.587355;, - 6.379422314175999, 0.713419, -11.623408;, - 6.2426713141759995, 0.710654, -11.623544;, - 6.233786314175999, 1.130983, -11.597363;, - 6.379422314175999, 0.713419, -11.623408;, - 6.233786314175999, 1.130983, -11.597363;, - 6.370536314175999, 1.133749, -11.597224;, - 6.2426713141759995, 0.710654, -11.623544;, - 6.241890314175999, 0.770746, -12.587355;, - 6.233002314175999, 1.191076, -12.561171;, - 6.2426713141759995, 0.710654, -11.623544;, - 6.233002314175999, 1.191076, -12.561171;, - 6.233786314175999, 1.130983, -11.597363;, - 6.369754314175999, 1.193841, -12.561035;, - 6.233002314175999, 1.191076, -12.561171;, - 6.241890314175999, 0.770746, -12.587355;, - 6.369754314175999, 1.193841, -12.561035;, - 6.241890314175999, 0.770746, -12.587355;, - 6.378640314175999, 0.773511, -12.587219;, - -6.332995685824001, -3.262142, -7.833574;, - -6.280252685824001, -5.756827, -7.988968;, - -6.275536685824001, -6.119082, -2.178889;, - -6.332995685824001, -3.262142, -7.833574;, - -6.275536685824001, -6.119082, -2.178889;, - -6.3282796858240005, -3.624397, -2.02349;, - -6.3282796858240005, -3.624397, -2.02349;, - -2.991550685824001, -3.556914, -2.020142;, - -2.996269685824001, -3.194659, -7.830224;, - -6.3282796858240005, -3.624397, -2.02349;, - -2.996269685824001, -3.194659, -7.830224;, - -6.332995685824001, -3.262142, -7.833574;, - -4.682250685824001, -2.222769, -14.995838;, - -4.629392685824, -4.722914, -15.151573;, - -4.625346685824001, -5.033564, -10.169169;, - -4.682250685824001, -2.222769, -14.995838;, - -4.625346685824001, -5.033564, -10.169169;, - -4.678202685824001, -2.533419, -10.013433;, - 5.3319793141759995, -2.330971, -10.003382;, - 5.384839314175999, -4.831117, -10.159122;, - 5.3807923141759995, -4.520469, -15.141526;, - 5.3319793141759995, -2.330971, -10.003382;, - 5.3807923141759995, -4.520469, -15.141526;, - 5.327935314175999, -2.020324, -14.98579;, - -2.455979685824001, -2.348174, -7.777639;, - 3.101585314175999, -2.235776, -7.772059;, - 3.100908314175999, -2.183831, -8.605182;, - -2.455979685824001, -2.348174, -7.777639;, - 3.100908314175999, -2.183831, -8.605182;, - -2.456657685824001, -2.296229, -8.61076;, - -2.403800685824001, -4.796374, -8.7665;, - -2.3835696858240008, -6.349624, 16.145527;, - -2.436425685824001, -3.849479, 16.301264;, - -2.403800685824001, -4.796374, -8.7665;, - -2.436425685824001, -3.849479, 16.301264;, - -2.456657685824001, -2.296229, -8.61076;, - 3.1739993141759992, -6.237226, 16.151106;, - 3.121140314175999, -3.737082, 16.306845;, - -2.436425685824001, -3.849479, 16.301264;, - 3.1739993141759992, -6.237226, 16.151106;, - -2.436425685824001, -3.849479, 16.301264;, - -2.3835696858240008, -6.349624, 16.145527;, - 3.100908314175999, -2.183831, -8.605182;, - 3.121140314175999, -3.737082, 16.306845;, - 3.1739993141759992, -6.237226, 16.151106;, - 3.100908314175999, -2.183831, -8.605182;, - 3.1739993141759992, -6.237226, 16.151106;, - 3.1537683141759993, -4.683977, -8.760921;, - 0.2621873141759989, 0.807036, -17.312;, - 0.2626413141759989, 0.772406, -16.756584;, - 3.326282314175999, 0.555846, -16.770859;, - 0.2621873141759989, 0.807036, -17.312;, - 3.326282314175999, 0.555846, -16.770859;, - 3.3258303141759993, 0.590476, -17.326271;, - -2.789681685824001, 0.466796, -17.332411;, - -2.789229685824001, 0.432166, -16.776997;, - 0.2626413141759989, 0.772406, -16.756584;, - -2.789681685824001, 0.466796, -17.332411;, - 0.2626413141759989, 0.772406, -16.756584;, - 0.2621873141759989, 0.807036, -17.312;, - 0.3443603141759989, -3.079654, -17.554104;, - -2.713394685824001, -3.141494, -17.557173;, - -2.789681685824001, 0.466796, -17.332411;, - 0.3443603141759989, -3.079654, -17.554104;, - -2.789681685824001, 0.466796, -17.332411;, - 0.2621873141759989, 0.807036, -17.312;, - 0.2621873141759989, 0.807036, -17.312;, - 3.3258303141759993, 0.590476, -17.326271;, - 3.402115314175999, -3.017814, -17.551035;, - 0.2621873141759989, 0.807036, -17.312;, - 3.402115314175999, -3.017814, -17.551035;, - 0.3443603141759989, -3.079654, -17.554104;, - -2.713394685824001, -3.141494, -17.557173;, - -2.7129426858240007, -3.176122, -17.00176;, - -2.789229685824001, 0.432166, -16.776997;, - -2.713394685824001, -3.141494, -17.557173;, - -2.789229685824001, 0.432166, -16.776997;, - -2.789681685824001, 0.466796, -17.332411;, - 3.3258303141759993, 0.590476, -17.326271;, - 3.326282314175999, 0.555846, -16.770859;, - 3.402568314175999, -3.052441, -16.995621;, - 3.3258303141759993, 0.590476, -17.326271;, - 3.402568314175999, -3.052441, -16.995621;, - 3.402115314175999, -3.017814, -17.551035;, - -6.458727685824001, -3.593874, -15.917143;, - -7.016673685824001, -3.605159, -15.917703;, - -6.981472685824001, -5.270102, -16.021414;, - -6.458727685824001, -3.593874, -15.917143;, - -6.981472685824001, -5.270102, -16.021414;, - -6.423527685824001, -5.258819, -16.020853;, - 7.719633314175999, -3.307132, -15.902911;, - 7.161685314175999, -3.318414, -15.903468;, - 7.196888314175999, -4.983359, -16.007181;, - 7.719633314175999, -3.307132, -15.902911;, - 7.196888314175999, -4.983359, -16.007181;, - 7.7548333141759995, -4.972074, -16.006622;, - 7.160789314175999, -3.249494, -17.008856;, - 7.718284314176, -3.203582, -17.563713;, - -7.0180226858240005, -3.501609, -17.578505;, - 7.160789314175999, -3.249494, -17.008856;, - -7.0180226858240005, -3.501609, -17.578505;, - -6.459625685824001, -3.524954, -17.022528;, - -7.016673685824001, -3.605159, -15.917703;, - -6.458727685824001, -3.593874, -15.917143;, - -6.459625685824001, -3.524954, -17.022528;, - -7.016673685824001, -3.605159, -15.917703;, - -6.459625685824001, -3.524954, -17.022528;, - -7.0180226858240005, -3.501609, -17.578505;, - 7.718284314176, -3.203582, -17.563713;, - 7.160789314175999, -3.249494, -17.008856;, - 7.161685314175999, -3.318414, -15.903468;, - 7.718284314176, -3.203582, -17.563713;, - 7.161685314175999, -3.318414, -15.903468;, - 7.719633314175999, -3.307132, -15.902911;, - -6.981472685824001, -5.270102, -16.021414;, - -7.016673685824001, -3.605159, -15.917703;, - -7.0180226858240005, -3.501609, -17.578505;, - -6.981472685824001, -5.270102, -16.021414;, - -7.0180226858240005, -3.501609, -17.578505;, - -6.982821685824001, -5.166552, -17.682215;, - -6.982821685824001, -5.166552, -17.682215;, - -7.0180226858240005, -3.501609, -17.578505;, - 7.718284314176, -3.203582, -17.563713;, - -6.982821685824001, -5.166552, -17.682215;, - 7.718284314176, -3.203582, -17.563713;, - 7.753484314175999, -4.868524, -17.667423;, - 7.719633314175999, -3.307132, -15.902911;, - 7.7548333141759995, -4.972074, -16.006622;, - 7.753484314175999, -4.868524, -17.667423;, - 7.719633314175999, -3.307132, -15.902911;, - 7.753484314175999, -4.868524, -17.667423;, - 7.718284314176, -3.203582, -17.563713;, - -5.798330685824001, -1.984142, -14.701902;, - -5.868729685824001, 1.345746, -14.49448;, - -6.563426685824001, 1.331698, -14.495176;, - -5.798330685824001, -1.984142, -14.701902;, - -6.563426685824001, 1.331698, -14.495176;, - -6.493026685824001, -1.998189, -14.702601;, - -6.489429685824001, -2.274209, -10.27561;, - -5.794733685824001, -2.260162, -10.274914;, - -5.798330685824001, -1.984142, -14.701902;, - -6.489429685824001, -2.274209, -10.27561;, - -5.798330685824001, -1.984142, -14.701902;, - -6.493026685824001, -1.998189, -14.702601;, - -6.559830685824001, 1.055678, -10.068188;, - -5.8651346858240005, 1.069726, -10.067491;, - -5.794733685824001, -2.260162, -10.274914;, - -6.559830685824001, 1.055678, -10.068188;, - -5.794733685824001, -2.260162, -10.274914;, - -6.489429685824001, -2.274209, -10.27561;, - -6.098182685824001, 5.362951, -9.800023;, - -5.537353685824001, 5.237763, -9.807965;, - -5.8651346858240005, 1.069726, -10.067491;, - -6.098182685824001, 5.362951, -9.800023;, - -5.8651346858240005, 1.069726, -10.067491;, - -6.559830685824001, 1.055678, -10.068188;, - -6.101441685824001, 5.613169, -13.813173;, - -5.540611685824, 5.48798, -13.821117;, - -5.537353685824001, 5.237763, -9.807965;, - -6.101441685824001, 5.613169, -13.813173;, - -5.537353685824001, 5.237763, -9.807965;, - -6.098182685824001, 5.362951, -9.800023;, - -6.563426685824001, 1.331698, -14.495176;, - -5.868729685824001, 1.345746, -14.49448;, - -5.540611685824, 5.48798, -13.821117;, - -6.563426685824001, 1.331698, -14.495176;, - -5.540611685824, 5.48798, -13.821117;, - -6.101441685824001, 5.613169, -13.813173;, - 7.130984314175999, -1.998751, -10.261938;, - 6.436289314175999, -2.012799, -10.262633;, - 6.365887314175999, 1.317089, -10.055212;, - 7.130984314175999, -1.998751, -10.261938;, - 6.365887314175999, 1.317089, -10.055212;, - 7.060584314175999, 1.331136, -10.054517;, - 7.060584314175999, 1.331136, -10.054517;, - 6.365887314175999, 1.317089, -10.055212;, - 5.862221314175999, 5.468311, -9.79652;, - 7.060584314175999, 1.331136, -10.054517;, - 5.862221314175999, 5.468311, -9.79652;, - 6.417283314175999, 5.616063, -9.78746;, - 7.127389314175999, -1.722731, -14.688926;, - 6.432693314175999, -1.736779, -14.689625;, - 6.436289314175999, -2.012799, -10.262633;, - 7.127389314175999, -1.722731, -14.688926;, - 6.436289314175999, -2.012799, -10.262633;, - 7.130984314175999, -1.998751, -10.261938;, - 6.417283314175999, 5.616063, -9.78746;, - 5.862221314175999, 5.468311, -9.79652;, - 5.858963314175999, 5.718525, -13.809671;, - 6.417283314175999, 5.616063, -9.78746;, - 5.858963314175999, 5.718525, -13.809671;, - 6.414023314175999, 5.866281, -13.800609;, - 6.414023314175999, 5.866281, -13.800609;, - 5.858963314175999, 5.718525, -13.809671;, - 6.362293314175999, 1.593109, -14.4822;, - 6.414023314175999, 5.866281, -13.800609;, - 6.362293314175999, 1.593109, -14.4822;, - 7.056989314175999, 1.607156, -14.481504;, - 7.127389314175999, -1.722731, -14.688926;, - 7.056989314175999, 1.607156, -14.481504;, - 6.362293314175999, 1.593109, -14.4822;, - 7.127389314175999, -1.722731, -14.688926;, - 6.362293314175999, 1.593109, -14.4822;, - 6.432693314175999, -1.736779, -14.689625;, - 7.2752303141759995, -2.151369, -7.767871;, - -6.629627685824001, -2.432582, -7.781829;, - -6.705796685824001, 1.170248, -7.557404;, - 7.2752303141759995, -2.151369, -7.767871;, - -6.705796685824001, 1.170248, -7.557404;, - 7.199061314175999, 1.451461, -7.543446;, - 7.219513314175999, -0.118764, 17.640842;, - 7.295683314175999, -3.721594, 17.416418;, - 7.2752303141759995, -2.151369, -7.767871;, - 7.219513314175999, -0.118764, 17.640842;, - 7.2752303141759995, -2.151369, -7.767871;, - 7.199061314175999, 1.451461, -7.543446;, - -6.705796685824001, 1.170248, -7.557404;, - -6.629627685824001, -2.432582, -7.781829;, - -6.609173685824, -4.002807, 17.40246;, - -6.705796685824001, 1.170248, -7.557404;, - -6.609173685824, -4.002807, 17.40246;, - -6.685343685824001, -0.399977, 17.626883;, - 7.219513314175999, -0.118764, 17.640842;, - -6.685343685824001, -0.399977, 17.626883;, - -6.609173685824, -4.002807, 17.40246;, - 7.219513314175999, -0.118764, 17.640842;, - -6.609173685824, -4.002807, 17.40246;, - 7.295683314175999, -3.721594, 17.416418;, - -4.629392685824, -4.722914, -15.151573;, - -4.6529356858240005, -3.609312, -15.082207;, - -6.4580516858240005, -3.645819, -15.084017;, - -4.629392685824, -4.722914, -15.151573;, - -6.4580516858240005, -3.645819, -15.084017;, - -6.434506685824001, -4.759422, -15.153387;, - -4.679327685824001, -2.447184, -11.396526;, - -7.042386685824001, -2.494974, -11.398899;, - -7.011950685824001, -3.967752, -10.102175;, - -4.679327685824001, -2.447184, -11.396526;, - -7.011950685824001, -3.967752, -10.102175;, - -4.648888685824001, -3.919961, -10.099801;, - -6.4304616858240005, -5.070072, -10.170981;, - -6.454005685824001, -3.956469, -10.101614;, - -4.648888685824001, -3.919961, -10.099801;, - -6.4304616858240005, -5.070072, -10.170981;, - -4.648888685824001, -3.919961, -10.099801;, - -4.625346685824001, -5.033564, -10.169169;, - -4.6529356858240005, -3.609312, -15.082207;, - -7.0159956858240005, -3.657102, -15.08458;, - -7.044187685824001, -2.356794, -13.615115;, - -4.6529356858240005, -3.609312, -15.082207;, - -7.044187685824001, -2.356794, -13.615115;, - -4.681125685824001, -2.309004, -13.612744;, - -4.681125685824001, -2.309004, -13.612744;, - -7.044187685824001, -2.356794, -13.615115;, - -7.042386685824001, -2.494974, -11.398899;, - -4.681125685824001, -2.309004, -13.612744;, - -7.042386685824001, -2.494974, -11.398899;, - -4.679327685824001, -2.447184, -11.396526;, - 5.384839314175999, -4.831117, -10.159122;, - 5.361294314175999, -3.717516, -10.089755;, - 7.166410314175999, -3.681009, -10.08794;, - 5.384839314175999, -4.831117, -10.159122;, - 7.166410314175999, -3.681009, -10.08794;, - 7.189952314175999, -4.794611, -10.157308;, - 7.185907314175999, -4.483962, -15.139716;, - 7.162362314175999, -3.370359, -15.070346;, - 5.357247314175999, -3.406866, -15.072156;, - 7.185907314175999, -4.483962, -15.139716;, - 5.357247314175999, -3.406866, -15.072156;, - 5.3807923141759995, -4.520469, -15.141526;, - 7.7038913141759995, -2.615569, -13.635006;, - 7.6921173141759995, -2.058766, -13.60032;, - 7.693916314175999, -2.196946, -11.384105;, - 7.7038913141759995, -2.615569, -13.635006;, - 7.693916314175999, -2.196946, -11.384105;, - 7.7056893141759994, -2.753749, -11.418788;, - -7.0159956858240005, -3.657102, -15.08458;, - -7.032416685824001, -2.913594, -13.649798;, - -7.044187685824001, -2.356794, -13.615115;, - -7.011950685824001, -3.967752, -10.102175;, - -7.042386685824001, -2.494974, -11.398899;, - -7.030613685824001, -3.051774, -11.433582;, - -7.030613685824001, -3.051774, -11.433582;, - -7.042386685824001, -2.494974, -11.398899;, - -7.044187685824001, -2.356794, -13.615115;, - -7.030613685824001, -3.051774, -11.433582;, - -7.044187685824001, -2.356794, -13.615115;, - -7.032416685824001, -2.913594, -13.649798;, - 7.6921173141759995, -2.058766, -13.60032;, - 5.329055314175999, -2.106559, -13.602695;, - 5.330858314175999, -2.244736, -11.386478;, - 7.6921173141759995, -2.058766, -13.60032;, - 5.330858314175999, -2.244736, -11.386478;, - 7.693916314175999, -2.196946, -11.384105;, - 7.720307314175999, -3.359076, -15.069786;, - 5.357247314175999, -3.406866, -15.072156;, - 5.329055314175999, -2.106559, -13.602695;, - 7.720307314175999, -3.359076, -15.069786;, - 5.329055314175999, -2.106559, -13.602695;, - 7.6921173141759995, -2.058766, -13.60032;, - 7.693916314175999, -2.196946, -11.384105;, - 5.330858314175999, -2.244736, -11.386478;, - 5.361294314175999, -3.717516, -10.089755;, - 7.693916314175999, -2.196946, -11.384105;, - 5.361294314175999, -3.717516, -10.089755;, - 7.724355314175999, -3.669727, -10.08738;, - -2.9435246858240007, -5.689344, -7.985621;, - -6.280252685824001, -5.756827, -7.988968;, - -6.332995685824001, -3.262142, -7.833574;, - -2.9435246858240007, -5.689344, -7.985621;, - -6.332995685824001, -3.262142, -7.833574;, - -2.996269685824001, -3.194659, -7.830224;, - -2.991550685824001, -3.556914, -2.020142;, - -6.3282796858240005, -3.624397, -2.02349;, - -6.275536685824001, -6.119082, -2.178889;, - -2.991550685824001, -3.556914, -2.020142;, - -6.275536685824001, -6.119082, -2.178889;, - -2.9388066858240007, -6.051599, -2.175537;, - 7.7056893141759994, -2.753749, -11.418788;, - 7.693916314175999, -2.196946, -11.384105;, - 7.724355314175999, -3.669727, -10.08738;, - 7.720307314175999, -3.359076, -15.069786;, - 7.6921173141759995, -2.058766, -13.60032;, - 7.7038913141759995, -2.615569, -13.635006;, - 7.2948263141759995, -3.482244, 9.095069;, - 3.679123314175999, -3.555369, 9.091439;, - 3.680925314175999, -3.693549, 11.307655;, - 7.2948263141759995, -3.482244, 9.095069;, - 3.680925314175999, -3.693549, 11.307655;, - 7.296624314175999, -3.620424, 11.311287;, - 7.323015314175999, -4.782554, 7.625606;, - 3.707316314175999, -4.855677, 7.621974;, - 3.679123314175999, -3.555369, 9.091439;, - 7.323015314175999, -4.782554, 7.625606;, - 3.679123314175999, -3.555369, 9.091439;, - 7.2948263141759995, -3.482244, 9.095069;, - 7.296624314175999, -3.620424, 11.311287;, - 3.680925314175999, -3.693549, 11.307655;, - 3.711361314175999, -5.166327, 12.604381;, - 7.296624314175999, -3.620424, 11.311287;, - 3.711361314175999, -5.166327, 12.604381;, - 7.3270613141759995, -5.093201, 12.608008;, - 7.306596314175999, -4.039046, 9.060385;, - 7.2948263141759995, -3.482244, 9.095069;, - 7.296624314175999, -3.620424, 11.311287;, - 7.306596314175999, -4.039046, 9.060385;, - 7.296624314175999, -3.620424, 11.311287;, - 7.308397314175999, -4.177224, 11.2766;, - 7.308397314175999, -4.177224, 11.2766;, - 7.296624314175999, -3.620424, 11.311287;, - 7.3270613141759995, -5.093201, 12.608008;, - 7.323015314175999, -4.782554, 7.625606;, - 7.2948263141759995, -3.482244, 9.095069;, - 7.306596314175999, -4.039046, 9.060385;, - -6.5964596858240006, -4.458437, 11.262644;, - -6.608231685824001, -3.901637, 11.297326;, - -6.6100316858240005, -3.763456, 9.081111;, - -6.5964596858240006, -4.458437, 11.262644;, - -6.6100316858240005, -3.763456, 9.081111;, - -6.598259685824001, -4.320257, 9.046428;, - -2.966139685824001, -4.990642, 7.615276;, - -6.581839685824001, -5.063764, 7.611647;, - -6.6100316858240005, -3.763456, 9.081111;, - -2.966139685824001, -4.990642, 7.615276;, - -6.6100316858240005, -3.763456, 9.081111;, - -2.994331685824001, -3.690331, 9.08474;, - -2.994331685824001, -3.690331, 9.08474;, - -6.6100316858240005, -3.763456, 9.081111;, - -6.608231685824001, -3.901637, 11.297326;, - -2.994331685824001, -3.690331, 9.08474;, - -6.608231685824001, -3.901637, 11.297326;, - -2.992532685824001, -3.828511, 11.300956;, - -2.992532685824001, -3.828511, 11.300956;, - -6.608231685824001, -3.901637, 11.297326;, - -6.577794685824001, -5.374414, 12.594052;, - -2.992532685824001, -3.828511, 11.300956;, - -6.577794685824001, -5.374414, 12.594052;, - -2.9620946858240007, -5.301291, 12.597681;, - -6.608231685824001, -3.901637, 11.297326;, - -6.5964596858240006, -4.458437, 11.262644;, - -6.577794685824001, -5.374414, 12.594052;, - -6.598259685824001, -4.320257, 9.046428;, - -6.6100316858240005, -3.763456, 9.081111;, - -6.581839685824001, -5.063764, 7.611647;; - - 524; - 3;0, 1, 2 ;, - 3;3, 4, 5 ;, - 3;6, 7, 8 ;, - 3;9, 10, 11 ;, - 3;12, 13, 14 ;, - 3;15, 16, 17 ;, - 3;18, 19, 20 ;, - 3;21, 22, 23 ;, - 3;24, 25, 26 ;, - 3;27, 28, 29 ;, - 3;30, 31, 32 ;, - 3;33, 34, 35 ;, - 3;36, 37, 38 ;, - 3;39, 40, 41 ;, - 3;42, 43, 44 ;, - 3;45, 46, 47 ;, - 3;48, 49, 50 ;, - 3;51, 52, 53 ;, - 3;54, 55, 56 ;, - 3;57, 58, 59 ;, - 3;60, 61, 62 ;, - 3;63, 64, 65 ;, - 3;66, 67, 68 ;, - 3;69, 70, 71 ;, - 3;72, 73, 74 ;, - 3;75, 76, 77 ;, - 3;78, 79, 80 ;, - 3;81, 82, 83 ;, - 3;84, 85, 86 ;, - 3;87, 88, 89 ;, - 3;90, 91, 92 ;, - 3;93, 94, 95 ;, - 3;96, 97, 98 ;, - 3;99, 100, 101 ;, - 3;102, 103, 104 ;, - 3;105, 106, 107 ;, - 3;108, 109, 110 ;, - 3;111, 112, 113 ;, - 3;114, 115, 116 ;, - 3;117, 118, 119 ;, - 3;120, 121, 122 ;, - 3;123, 124, 125 ;, - 3;126, 127, 128 ;, - 3;129, 130, 131 ;, - 3;132, 133, 134 ;, - 3;135, 136, 137 ;, - 3;138, 139, 140 ;, - 3;141, 142, 143 ;, - 3;144, 145, 146 ;, - 3;147, 148, 149 ;, - 3;150, 151, 152 ;, - 3;153, 154, 155 ;, - 3;156, 157, 158 ;, - 3;159, 160, 161 ;, - 3;162, 163, 164 ;, - 3;165, 166, 167 ;, - 3;168, 169, 170 ;, - 3;171, 172, 173 ;, - 3;174, 175, 176 ;, - 3;177, 178, 179 ;, - 3;180, 181, 182 ;, - 3;183, 184, 185 ;, - 3;186, 187, 188 ;, - 3;189, 190, 191 ;, - 3;192, 193, 194 ;, - 3;195, 196, 197 ;, - 3;198, 199, 200 ;, - 3;201, 202, 203 ;, - 3;204, 205, 206 ;, - 3;207, 208, 209 ;, - 3;210, 211, 212 ;, - 3;213, 214, 215 ;, - 3;216, 217, 218 ;, - 3;219, 220, 221 ;, - 3;222, 223, 224 ;, - 3;225, 226, 227 ;, - 3;228, 229, 230 ;, - 3;231, 232, 233 ;, - 3;234, 235, 236 ;, - 3;237, 238, 239 ;, - 3;240, 241, 242 ;, - 3;243, 244, 245 ;, - 3;246, 247, 248 ;, - 3;249, 250, 251 ;, - 3;252, 253, 254 ;, - 3;255, 256, 257 ;, - 3;258, 259, 260 ;, - 3;261, 262, 263 ;, - 3;264, 265, 266 ;, - 3;267, 268, 269 ;, - 3;270, 271, 272 ;, - 3;273, 274, 275 ;, - 3;276, 277, 278 ;, - 3;279, 280, 281 ;, - 3;282, 283, 284 ;, - 3;285, 286, 287 ;, - 3;288, 289, 290 ;, - 3;291, 292, 293 ;, - 3;294, 295, 296 ;, - 3;297, 298, 299 ;, - 3;300, 301, 302 ;, - 3;303, 304, 305 ;, - 3;306, 307, 308 ;, - 3;309, 310, 311 ;, - 3;312, 313, 314 ;, - 3;315, 316, 317 ;, - 3;318, 319, 320 ;, - 3;321, 322, 323 ;, - 3;324, 325, 326 ;, - 3;327, 328, 329 ;, - 3;330, 331, 332 ;, - 3;333, 334, 335 ;, - 3;336, 337, 338 ;, - 3;339, 340, 341 ;, - 3;342, 343, 344 ;, - 3;345, 346, 347 ;, - 3;348, 349, 350 ;, - 3;351, 352, 353 ;, - 3;354, 355, 356 ;, - 3;357, 358, 359 ;, - 3;360, 361, 362 ;, - 3;363, 364, 365 ;, - 3;366, 367, 368 ;, - 3;369, 370, 371 ;, - 3;372, 373, 374 ;, - 3;375, 376, 377 ;, - 3;378, 379, 380 ;, - 3;381, 382, 383 ;, - 3;384, 385, 386 ;, - 3;387, 388, 389 ;, - 3;390, 391, 392 ;, - 3;393, 394, 395 ;, - 3;396, 397, 398 ;, - 3;399, 400, 401 ;, - 3;402, 403, 404 ;, - 3;405, 406, 407 ;, - 3;408, 409, 410 ;, - 3;411, 412, 413 ;, - 3;414, 415, 416 ;, - 3;417, 418, 419 ;, - 3;420, 421, 422 ;, - 3;423, 424, 425 ;, - 3;426, 427, 428 ;, - 3;429, 430, 431 ;, - 3;432, 433, 434 ;, - 3;435, 436, 437 ;, - 3;438, 439, 440 ;, - 3;441, 442, 443 ;, - 3;444, 445, 446 ;, - 3;447, 448, 449 ;, - 3;450, 451, 452 ;, - 3;453, 454, 455 ;, - 3;456, 457, 458 ;, - 3;459, 460, 461 ;, - 3;462, 463, 464 ;, - 3;465, 466, 467 ;, - 3;468, 469, 470 ;, - 3;471, 472, 473 ;, - 3;474, 475, 476 ;, - 3;477, 478, 479 ;, - 3;480, 481, 482 ;, - 3;483, 484, 485 ;, - 3;486, 487, 488 ;, - 3;489, 490, 491 ;, - 3;492, 493, 494 ;, - 3;495, 496, 497 ;, - 3;498, 499, 500 ;, - 3;501, 502, 503 ;, - 3;504, 505, 506 ;, - 3;507, 508, 509 ;, - 3;510, 511, 512 ;, - 3;513, 514, 515 ;, - 3;516, 517, 518 ;, - 3;519, 520, 521 ;, - 3;522, 523, 524 ;, - 3;525, 526, 527 ;, - 3;528, 529, 530 ;, - 3;531, 532, 533 ;, - 3;534, 535, 536 ;, - 3;537, 538, 539 ;, - 3;540, 541, 542 ;, - 3;543, 544, 545 ;, - 3;546, 547, 548 ;, - 3;549, 550, 551 ;, - 3;552, 553, 554 ;, - 3;555, 556, 557 ;, - 3;558, 559, 560 ;, - 3;561, 562, 563 ;, - 3;564, 565, 566 ;, - 3;567, 568, 569 ;, - 3;570, 571, 572 ;, - 3;573, 574, 575 ;, - 3;576, 577, 578 ;, - 3;579, 580, 581 ;, - 3;582, 583, 584 ;, - 3;585, 586, 587 ;, - 3;588, 589, 590 ;, - 3;591, 592, 593 ;, - 3;594, 595, 596 ;, - 3;597, 598, 599 ;, - 3;600, 601, 602 ;, - 3;603, 604, 605 ;, - 3;606, 607, 608 ;, - 3;609, 610, 611 ;, - 3;612, 613, 614 ;, - 3;615, 616, 617 ;, - 3;618, 619, 620 ;, - 3;621, 622, 623 ;, - 3;624, 625, 626 ;, - 3;627, 628, 629 ;, - 3;630, 631, 632 ;, - 3;633, 634, 635 ;, - 3;636, 637, 638 ;, - 3;639, 640, 641 ;, - 3;642, 643, 644 ;, - 3;645, 646, 647 ;, - 3;648, 649, 650 ;, - 3;651, 652, 653 ;, - 3;654, 655, 656 ;, - 3;657, 658, 659 ;, - 3;660, 661, 662 ;, - 3;663, 664, 665 ;, - 3;666, 667, 668 ;, - 3;669, 670, 671 ;, - 3;672, 673, 674 ;, - 3;675, 676, 677 ;, - 3;678, 679, 680 ;, - 3;681, 682, 683 ;, - 3;684, 685, 686 ;, - 3;687, 688, 689 ;, - 3;690, 691, 692 ;, - 3;693, 694, 695 ;, - 3;696, 697, 698 ;, - 3;699, 700, 701 ;, - 3;702, 703, 704 ;, - 3;705, 706, 707 ;, - 3;708, 709, 710 ;, - 3;711, 712, 713 ;, - 3;714, 715, 716 ;, - 3;717, 718, 719 ;, - 3;720, 721, 722 ;, - 3;723, 724, 725 ;, - 3;726, 727, 728 ;, - 3;729, 730, 731 ;, - 3;732, 733, 734 ;, - 3;735, 736, 737 ;, - 3;738, 739, 740 ;, - 3;741, 742, 743 ;, - 3;744, 745, 746 ;, - 3;747, 748, 749 ;, - 3;750, 751, 752 ;, - 3;753, 754, 755 ;, - 3;756, 757, 758 ;, - 3;759, 760, 761 ;, - 3;762, 763, 764 ;, - 3;765, 766, 767 ;, - 3;768, 769, 770 ;, - 3;771, 772, 773 ;, - 3;774, 775, 776 ;, - 3;777, 778, 779 ;, - 3;780, 781, 782 ;, - 3;783, 784, 785 ;, - 3;786, 787, 788 ;, - 3;789, 790, 791 ;, - 3;792, 793, 794 ;, - 3;795, 796, 797 ;, - 3;798, 799, 800 ;, - 3;801, 802, 803 ;, - 3;804, 805, 806 ;, - 3;807, 808, 809 ;, - 3;810, 811, 812 ;, - 3;813, 814, 815 ;, - 3;816, 817, 818 ;, - 3;819, 820, 821 ;, - 3;822, 823, 824 ;, - 3;825, 826, 827 ;, - 3;828, 829, 830 ;, - 3;831, 832, 833 ;, - 3;834, 835, 836 ;, - 3;837, 838, 839 ;, - 3;840, 841, 842 ;, - 3;843, 844, 845 ;, - 3;846, 847, 848 ;, - 3;849, 850, 851 ;, - 3;852, 853, 854 ;, - 3;855, 856, 857 ;, - 3;858, 859, 860 ;, - 3;861, 862, 863 ;, - 3;864, 865, 866 ;, - 3;867, 868, 869 ;, - 3;870, 871, 872 ;, - 3;873, 874, 875 ;, - 3;876, 877, 878 ;, - 3;879, 880, 881 ;, - 3;882, 883, 884 ;, - 3;885, 886, 887 ;, - 3;888, 889, 890 ;, - 3;891, 892, 893 ;, - 3;894, 895, 896 ;, - 3;897, 898, 899 ;, - 3;900, 901, 902 ;, - 3;903, 904, 905 ;, - 3;906, 907, 908 ;, - 3;909, 910, 911 ;, - 3;912, 913, 914 ;, - 3;915, 916, 917 ;, - 3;918, 919, 920 ;, - 3;921, 922, 923 ;, - 3;924, 925, 926 ;, - 3;927, 928, 929 ;, - 3;930, 931, 932 ;, - 3;933, 934, 935 ;, - 3;936, 937, 938 ;, - 3;939, 940, 941 ;, - 3;942, 943, 944 ;, - 3;945, 946, 947 ;, - 3;948, 949, 950 ;, - 3;951, 952, 953 ;, - 3;954, 955, 956 ;, - 3;957, 958, 959 ;, - 3;960, 961, 962 ;, - 3;963, 964, 965 ;, - 3;966, 967, 968 ;, - 3;969, 970, 971 ;, - 3;972, 973, 974 ;, - 3;975, 976, 977 ;, - 3;978, 979, 980 ;, - 3;981, 982, 983 ;, - 3;984, 985, 986 ;, - 3;987, 988, 989 ;, - 3;990, 991, 992 ;, - 3;993, 994, 995 ;, - 3;996, 997, 998 ;, - 3;999, 1000, 1001 ;, - 3;1002, 1003, 1004 ;, - 3;1005, 1006, 1007 ;, - 3;1008, 1009, 1010 ;, - 3;1011, 1012, 1013 ;, - 3;1014, 1015, 1016 ;, - 3;1017, 1018, 1019 ;, - 3;1020, 1021, 1022 ;, - 3;1023, 1024, 1025 ;, - 3;1026, 1027, 1028 ;, - 3;1029, 1030, 1031 ;, - 3;1032, 1033, 1034 ;, - 3;1035, 1036, 1037 ;, - 3;1038, 1039, 1040 ;, - 3;1041, 1042, 1043 ;, - 3;1044, 1045, 1046 ;, - 3;1047, 1048, 1049 ;, - 3;1050, 1051, 1052 ;, - 3;1053, 1054, 1055 ;, - 3;1056, 1057, 1058 ;, - 3;1059, 1060, 1061 ;, - 3;1062, 1063, 1064 ;, - 3;1065, 1066, 1067 ;, - 3;1068, 1069, 1070 ;, - 3;1071, 1072, 1073 ;, - 3;1074, 1075, 1076 ;, - 3;1077, 1078, 1079 ;, - 3;1080, 1081, 1082 ;, - 3;1083, 1084, 1085 ;, - 3;1086, 1087, 1088 ;, - 3;1089, 1090, 1091 ;, - 3;1092, 1093, 1094 ;, - 3;1095, 1096, 1097 ;, - 3;1098, 1099, 1100 ;, - 3;1101, 1102, 1103 ;, - 3;1104, 1105, 1106 ;, - 3;1107, 1108, 1109 ;, - 3;1110, 1111, 1112 ;, - 3;1113, 1114, 1115 ;, - 3;1116, 1117, 1118 ;, - 3;1119, 1120, 1121 ;, - 3;1122, 1123, 1124 ;, - 3;1125, 1126, 1127 ;, - 3;1128, 1129, 1130 ;, - 3;1131, 1132, 1133 ;, - 3;1134, 1135, 1136 ;, - 3;1137, 1138, 1139 ;, - 3;1140, 1141, 1142 ;, - 3;1143, 1144, 1145 ;, - 3;1146, 1147, 1148 ;, - 3;1149, 1150, 1151 ;, - 3;1152, 1153, 1154 ;, - 3;1155, 1156, 1157 ;, - 3;1158, 1159, 1160 ;, - 3;1161, 1162, 1163 ;, - 3;1164, 1165, 1166 ;, - 3;1167, 1168, 1169 ;, - 3;1170, 1171, 1172 ;, - 3;1173, 1174, 1175 ;, - 3;1176, 1177, 1178 ;, - 3;1179, 1180, 1181 ;, - 3;1182, 1183, 1184 ;, - 3;1185, 1186, 1187 ;, - 3;1188, 1189, 1190 ;, - 3;1191, 1192, 1193 ;, - 3;1194, 1195, 1196 ;, - 3;1197, 1198, 1199 ;, - 3;1200, 1201, 1202 ;, - 3;1203, 1204, 1205 ;, - 3;1206, 1207, 1208 ;, - 3;1209, 1210, 1211 ;, - 3;1212, 1213, 1214 ;, - 3;1215, 1216, 1217 ;, - 3;1218, 1219, 1220 ;, - 3;1221, 1222, 1223 ;, - 3;1224, 1225, 1226 ;, - 3;1227, 1228, 1229 ;, - 3;1230, 1231, 1232 ;, - 3;1233, 1234, 1235 ;, - 3;1236, 1237, 1238 ;, - 3;1239, 1240, 1241 ;, - 3;1242, 1243, 1244 ;, - 3;1245, 1246, 1247 ;, - 3;1248, 1249, 1250 ;, - 3;1251, 1252, 1253 ;, - 3;1254, 1255, 1256 ;, - 3;1257, 1258, 1259 ;, - 3;1260, 1261, 1262 ;, - 3;1263, 1264, 1265 ;, - 3;1266, 1267, 1268 ;, - 3;1269, 1270, 1271 ;, - 3;1272, 1273, 1274 ;, - 3;1275, 1276, 1277 ;, - 3;1278, 1279, 1280 ;, - 3;1281, 1282, 1283 ;, - 3;1284, 1285, 1286 ;, - 3;1287, 1288, 1289 ;, - 3;1290, 1291, 1292 ;, - 3;1293, 1294, 1295 ;, - 3;1296, 1297, 1298 ;, - 3;1299, 1300, 1301 ;, - 3;1302, 1303, 1304 ;, - 3;1305, 1306, 1307 ;, - 3;1308, 1309, 1310 ;, - 3;1311, 1312, 1313 ;, - 3;1314, 1315, 1316 ;, - 3;1317, 1318, 1319 ;, - 3;1320, 1321, 1322 ;, - 3;1323, 1324, 1325 ;, - 3;1326, 1327, 1328 ;, - 3;1329, 1330, 1331 ;, - 3;1332, 1333, 1334 ;, - 3;1335, 1336, 1337 ;, - 3;1338, 1339, 1340 ;, - 3;1341, 1342, 1343 ;, - 3;1344, 1345, 1346 ;, - 3;1347, 1348, 1349 ;, - 3;1350, 1351, 1352 ;, - 3;1353, 1354, 1355 ;, - 3;1356, 1357, 1358 ;, - 3;1359, 1360, 1361 ;, - 3;1362, 1363, 1364 ;, - 3;1365, 1366, 1367 ;, - 3;1368, 1369, 1370 ;, - 3;1371, 1372, 1373 ;, - 3;1374, 1375, 1376 ;, - 3;1377, 1378, 1379 ;, - 3;1380, 1381, 1382 ;, - 3;1383, 1384, 1385 ;, - 3;1386, 1387, 1388 ;, - 3;1389, 1390, 1391 ;, - 3;1392, 1393, 1394 ;, - 3;1395, 1396, 1397 ;, - 3;1398, 1399, 1400 ;, - 3;1401, 1402, 1403 ;, - 3;1404, 1405, 1406 ;, - 3;1407, 1408, 1409 ;, - 3;1410, 1411, 1412 ;, - 3;1413, 1414, 1415 ;, - 3;1416, 1417, 1418 ;, - 3;1419, 1420, 1421 ;, - 3;1422, 1423, 1424 ;, - 3;1425, 1426, 1427 ;, - 3;1428, 1429, 1430 ;, - 3;1431, 1432, 1433 ;, - 3;1434, 1435, 1436 ;, - 3;1437, 1438, 1439 ;, - 3;1440, 1441, 1442 ;, - 3;1443, 1444, 1445 ;, - 3;1446, 1447, 1448 ;, - 3;1449, 1450, 1451 ;, - 3;1452, 1453, 1454 ;, - 3;1455, 1456, 1457 ;, - 3;1458, 1459, 1460 ;, - 3;1461, 1462, 1463 ;, - 3;1464, 1465, 1466 ;, - 3;1467, 1468, 1469 ;, - 3;1470, 1471, 1472 ;, - 3;1473, 1474, 1475 ;, - 3;1476, 1477, 1478 ;, - 3;1479, 1480, 1481 ;, - 3;1482, 1483, 1484 ;, - 3;1485, 1486, 1487 ;, - 3;1488, 1489, 1490 ;, - 3;1491, 1492, 1493 ;, - 3;1494, 1495, 1496 ;, - 3;1497, 1498, 1499 ;, - 3;1500, 1501, 1502 ;, - 3;1503, 1504, 1505 ;, - 3;1506, 1507, 1508 ;, - 3;1509, 1510, 1511 ;, - 3;1512, 1513, 1514 ;, - 3;1515, 1516, 1517 ;, - 3;1518, 1519, 1520 ;, - 3;1521, 1522, 1523 ;, - 3;1524, 1525, 1526 ;, - 3;1527, 1528, 1529 ;, - 3;1530, 1531, 1532 ;, - 3;1533, 1534, 1535 ;, - 3;1536, 1537, 1538 ;, - 3;1539, 1540, 1541 ;, - 3;1542, 1543, 1544 ;, - 3;1545, 1546, 1547 ;, - 3;1548, 1549, 1550 ;, - 3;1551, 1552, 1553 ;, - 3;1554, 1555, 1556 ;, - 3;1557, 1558, 1559 ;, - 3;1560, 1561, 1562 ;, - 3;1563, 1564, 1565 ;, - 3;1566, 1567, 1568 ;, - 3;1569, 1570, 1571 ;; - - MeshNormals { - 1572; 0.9997906322626849, 0.02045662011511789, 4.672614326597341e-4;, - 0.9997906322626849, 0.02045662011511789, 4.672614326597341e-4;, - 0.9997906322626849, 0.02045662011511789, 4.672614326597341e-4;, - 0.9997906320196195, 0.020456631867831563, 4.672669836420339e-4;, - 0.9997906320196195, 0.020456631867831563, 4.672669836420339e-4;, - 0.9997906320196195, 0.020456631867831563, 4.672669836420339e-4;, - -0.9997906277340965, -0.020456843054387944, -4.67190870465006e-4;, - -0.9997906277340965, -0.020456843054387944, -4.67190870465006e-4;, - -0.9997906277340965, -0.020456843054387944, -4.67190870465006e-4;, - -0.9997906279799422, -0.020456831167351086, -4.671852560388467e-4;, - -0.9997906279799422, -0.020456831167351086, -4.671852560388467e-4;, - -0.9997906279799422, -0.020456831167351086, -4.671852560388467e-4;, - 0.999790640786438, 0.02045620018027049, 4.6740777536475117e-4;, - 0.999790640786438, 0.02045620018027049, 4.6740777536475117e-4;, - 0.999790640786438, 0.02045620018027049, 4.6740777536475117e-4;, - 0.9997906406649099, 0.02045620605650509, 4.6741055079598773e-4;, - 0.9997906406649099, 0.02045620605650509, 4.6741055079598773e-4;, - 0.9997906406649099, 0.02045620605650509, 4.6741055079598773e-4;, - -0.9997906319684758, -0.02045663450342796, -4.6726102860519206e-4;, - -0.9997906319684758, -0.02045663450342796, -4.6726102860519206e-4;, - -0.9997906319684758, -0.02045663450342796, -4.6726102860519206e-4;, - -0.9997906381567911, -0.020456335283228134, -4.6711970254227874e-4;, - -0.9997906381567911, -0.020456335283228134, -4.6711970254227874e-4;, - -0.9997906381567911, -0.020456335283228134, -4.6711970254227874e-4;, - 0.9997906449495075, 0.020455994905509225, 4.6748676306468623e-4;, - 0.9997906449495075, 0.020455994905509225, 4.6748676306468623e-4;, - 0.9997906449495075, 0.020455994905509225, 4.6748676306468623e-4;, - 0.9997906449495075, 0.020455994905508878, 4.674867630645659e-4;, - 0.9997906449495075, 0.020455994905508878, 4.674867630645659e-4;, - 0.9997906449495075, 0.020455994905508878, 4.674867630645659e-4;, - -0.9997906366676785, -0.020456403151181225, -4.6733473482914834e-4;, - -0.9997906366676785, -0.020456403151181225, -4.6733473482914834e-4;, - -0.9997906366676785, -0.020456403151181225, -4.6733473482914834e-4;, - -0.9997906363030872, -0.020456420780067843, -4.673430612128208e-4;, - -0.9997906363030872, -0.020456420780067843, -4.673430612128208e-4;, - -0.9997906363030872, -0.020456420780067843, -4.673430612128208e-4;, - 0.9997906303197462, 0.02045671024758344, 4.6747266336734524e-4;, - 0.9997906303197462, 0.02045671024758344, 4.6747266336734524e-4;, - 0.9997906303197462, 0.02045671024758344, 4.6747266336734524e-4;, - 0.9997906363727039, 0.020456417574796115, 4.673344297672028e-4;, - 0.9997906363727039, 0.020456417574796115, 4.673344297672028e-4;, - 0.9997906363727039, 0.020456417574796115, 4.673344297672028e-4;, - -0.9997906447583655, -0.020456003986928147, -4.674981697273477e-4;, - -0.9997906447583655, -0.020456003986928147, -4.674981697273477e-4;, - -0.9997906447583655, -0.020456003986928147, -4.674981697273477e-4;, - -0.9997906391944059, -0.020456273020227213, -4.6762523814592393e-4;, - -0.9997906391944059, -0.020456273020227213, -4.6762523814592393e-4;, - -0.9997906391944059, -0.020456273020227213, -4.6762523814592393e-4;, - 8.106236540711837e-4, -0.06217593186996681, 0.9980648758399389;, - 8.106236540711837e-4, -0.06217593186996681, 0.9980648758399389;, - 8.106236540711837e-4, -0.06217593186996681, 0.9980648758399389;, - -0.018170737500346534, -0.042911599242305754, 0.9989136193631366;, - -0.018170737500346534, -0.042911599242305754, 0.9989136193631366;, - -0.018170737500346534, -0.042911599242305754, 0.9989136193631366;, - -0.011543055747923745, -0.0247192057436392, 0.9996277900955955;, - -0.011543055747923745, -0.0247192057436392, 0.9996277900955955;, - -0.011543055747923745, -0.0247192057436392, 0.9996277900955955;, - 0.029371438551482894, -0.060357699402388706, 0.9977445899228256;, - 0.029371438551482894, -0.060357699402388706, 0.9977445899228256;, - 0.029371438551482894, -0.060357699402388706, 0.9977445899228256;, - -2.555456094952782e-4, 0.06216652024435765, -0.9980657585836463;, - -2.555456094952782e-4, 0.06216652024435765, -0.9980657585836463;, - -2.555456094952782e-4, 0.06216652024435765, -0.9980657585836463;, - -2.55015864482749e-4, 0.06216573629256705, -0.9980658075488369;, - -2.55015864482749e-4, 0.06216573629256705, -0.9980658075488369;, - -2.55015864482749e-4, 0.06216573629256705, -0.9980658075488369;, - -2.555296174835507e-4, 0.06216572546422696, -0.9980658080918918;, - -2.555296174835507e-4, 0.06216572546422696, -0.9980658080918918;, - -2.555296174835507e-4, 0.06216572546422696, -0.9980658080918918;, - -2.5549661325512417e-4, 0.06216567662237942, -0.998065811142513;, - -2.5549661325512417e-4, 0.06216567662237942, -0.998065811142513;, - -2.5549661325512417e-4, 0.06216567662237942, -0.998065811142513;, - 0.010527988294301573, -0.5616711655831692, 0.8272935774046112;, - 0.010527988294301573, -0.5616711655831692, 0.8272935774046112;, - 0.010527988294301573, -0.5616711655831692, 0.8272935774046112;, - 0.010528553852205387, -0.5616699527677003, 0.8272943936179615;, - 0.010528553852205387, -0.5616699527677003, 0.8272943936179615;, - 0.010528553852205387, -0.5616699527677003, 0.8272943936179615;, - 0.018682590934299304, -0.9406017583068175, 0.3389974823890362;, - 0.018682590934299304, -0.9406017583068175, 0.3389974823890362;, - 0.018682590934299304, -0.9406017583068175, 0.3389974823890362;, - 0.01868191062521408, -0.9406023495012574, 0.3389958795149373;, - 0.01868191062521408, -0.9406023495012574, 0.3389958795149373;, - 0.01868191062521408, -0.9406023495012574, 0.3389958795149373;, - 0.013159699131174322, -0.6114319267983492, -0.7911876017800299;, - 0.013159699131174322, -0.6114319267983492, -0.7911876017800299;, - 0.013159699131174322, -0.6114319267983492, -0.7911876017800299;, - 0.013159323074036606, -0.611431231537319, -0.7911881453339595;, - 0.013159323074036606, -0.611431231537319, -0.7911881453339595;, - 0.013159323074036606, -0.611431231537319, -0.7911881453339595;, - 0.01970294952070366, -0.9604857382648584, -0.2776309427459314;, - 0.01970294952070366, -0.9604857382648584, -0.2776309427459314;, - 0.01970294952070366, -0.9604857382648584, -0.2776309427459314;, - 0.019703441466012335, -0.960486059681909, -0.27762979586333275;, - 0.019703441466012335, -0.960486059681909, -0.27762979586333275;, - 0.019703441466012335, -0.960486059681909, -0.27762979586333275;, - -0.010568998315865141, 0.5636168904131483, -0.8259687022615401;, - -0.010568998315865141, 0.5636168904131483, -0.8259687022615401;, - -0.010568998315865141, 0.5636168904131483, -0.8259687022615401;, - -0.010569526278186782, 0.5636179050960634, -0.8259680031147573;, - -0.010569526278186782, 0.5636179050960634, -0.8259680031147573;, - -0.010569526278186782, 0.5636179050960634, -0.8259680031147573;, - 0.0016244705980101358, -0.030704035237527266, -0.9995271998877314;, - 0.0016244705980101358, -0.030704035237527266, -0.9995271998877314;, - 0.0016244705980101358, -0.030704035237527266, -0.9995271998877314;, - 0.0016241467183810976, -0.03070328621097475, -0.9995272234227961;, - 0.0016241467183810976, -0.03070328621097475, -0.9995272234227961;, - 0.0016241467183810976, -0.03070328621097475, -0.9995272234227961;, - -0.019692000377068936, 0.9598276485980615, 0.27989839247102843;, - -0.019692000377068936, 0.9598276485980615, 0.27989839247102843;, - -0.019692000377068936, 0.9598276485980615, 0.27989839247102843;, - -0.01969268725299716, 0.9598271556357252, 0.279900034606981;, - -0.01969268725299716, 0.9598271556357252, 0.279900034606981;, - -0.01969268725299716, 0.9598271556357252, 0.279900034606981;, - -0.018682902492326202, 0.9406028035006432, -0.33899456514993415;, - -0.018682902492326202, 0.9406028035006432, -0.33899456514993415;, - -0.018682902492326202, 0.9406028035006432, -0.33899456514993415;, - -0.01868182826461198, 0.9406019474043543, -0.338996999738682;, - -0.01868182826461198, 0.9406019474043543, -0.338996999738682;, - -0.01868182826461198, 0.9406019474043543, -0.338996999738682;, - -0.0016247557150668307, 0.030703296260211174, 0.9995272221243522;, - -0.0016247557150668307, 0.030703296260211174, 0.9995272221243522;, - -0.0016247557150668307, 0.030703296260211174, 0.9995272221243522;, - -0.0016247557150668268, 0.030703296260211087, 0.9995272221243522;, - -0.0016247557150668268, 0.030703296260211087, 0.9995272221243522;, - -0.0016247557150668268, 0.030703296260211087, 0.9995272221243522;, - -0.013160346604761921, 0.6114312104206248, 0.7911881446285784;, - -0.013160346604761921, 0.6114312104206248, 0.7911881446285784;, - -0.013160346604761921, 0.6114312104206248, 0.7911881446285784;, - -0.013159589750669665, 0.6114327518354344, 0.791186966007746;, - -0.013159589750669665, 0.6114327518354344, 0.791186966007746;, - -0.013159589750669665, 0.6114327518354344, 0.791186966007746;, - 0.010528379188986409, -0.5616698008447893, 0.8272944989848702;, - 0.010528379188986409, -0.5616698008447893, 0.8272944989848702;, - 0.010528379188986409, -0.5616698008447893, 0.8272944989848702;, - 0.010528221100008072, -0.5616701398603655, 0.8272942708309462;, - 0.010528221100008072, -0.5616701398603655, 0.8272942708309462;, - 0.010528221100008072, -0.5616701398603655, 0.8272942708309462;, - 0.01868286936891565, -0.9406016073081288, 0.3389978860133332;, - 0.01868286936891565, -0.9406016073081288, 0.3389978860133332;, - 0.01868286936891565, -0.9406016073081288, 0.3389978860133332;, - 0.01868229415810257, -0.9406021071717374, 0.3389965307625984;, - 0.01868229415810257, -0.9406021071717374, 0.3389965307625984;, - 0.01868229415810257, -0.9406021071717374, 0.3389965307625984;, - 0.013159621282322896, -0.6114308966912134, -0.7911883991433927;, - 0.013159621282322896, -0.6114308966912134, -0.7911883991433927;, - 0.013159621282322896, -0.6114308966912134, -0.7911883991433927;, - 0.013160177253723513, -0.611431924581823, -0.7911875955402855;, - 0.013160177253723513, -0.611431924581823, -0.7911875955402855;, - 0.013160177253723513, -0.611431924581823, -0.7911875955402855;, - 0.019703690892922798, -0.9604856971055866, -0.2776310325248091;, - 0.019703690892922798, -0.9604856971055866, -0.2776310325248091;, - 0.019703690892922798, -0.9604856971055866, -0.2776310325248091;, - 0.019703723582147687, -0.9604857184634024, -0.2776309563158261;, - 0.019703723582147687, -0.9604857184634024, -0.2776309563158261;, - 0.019703723582147687, -0.9604857184634024, -0.2776309563158261;, - -0.010569127766821939, 0.5636189148348417, -0.8259673191952839;, - -0.010569127766821939, 0.5636189148348417, -0.8259673191952839;, - -0.010569127766821939, 0.5636189148348417, -0.8259673191952839;, - -0.010568866561303231, 0.5636184128284786, -0.8259676650936864;, - -0.010568866561303231, 0.5636184128284786, -0.8259676650936864;, - -0.010568866561303231, 0.5636184128284786, -0.8259676650936864;, - 0.001625087564680574, -0.030705423698247403, -0.9995271562323448;, - 0.001625087564680574, -0.030705423698247403, -0.9995271562323448;, - 0.001625087564680574, -0.030705423698247403, -0.9995271562323448;, - 0.0016238408200217476, -0.030702540390429092, -0.9995272468295027;, - 0.0016238408200217476, -0.030702540390429092, -0.9995272468295027;, - 0.0016238408200217476, -0.030702540390429092, -0.9995272468295027;, - -0.01969285398354177, 0.9598270944437555, 0.2799002327145176;, - -0.01969285398354177, 0.9598270944437555, 0.2799002327145176;, - -0.01969285398354177, 0.9598270944437555, 0.2799002327145176;, - -0.019692771102994243, 0.9598271539262871, 0.27990003456957396;, - -0.019692771102994243, 0.9598271539262871, 0.27990003456957396;, - -0.019692771102994243, 0.9598271539262871, 0.27990003456957396;, - -0.018682782697401718, 0.9406020128007747, -0.3389967656863605;, - -0.018682782697401718, 0.9406020128007747, -0.3389967656863605;, - -0.018682782697401718, 0.9406020128007747, -0.3389967656863605;, - -0.018682277115234833, 0.940601609880168, -0.33899791151661385;, - -0.018682277115234833, 0.940601609880168, -0.33899791151661385;, - -0.018682277115234833, 0.940601609880168, -0.33899791151661385;, - -0.0016247221149920073, 0.03070254367316484, 0.9995272452965184;, - -0.0016247221149920073, 0.03070254367316484, 0.9995272452965184;, - -0.0016247221149920073, 0.03070254367316484, 0.9995272452965184;, - -0.0016247303953468956, 0.030702522175487117, 0.999527245943404;, - -0.0016247303953468956, 0.030702522175487117, 0.999527245943404;, - -0.0016247303953468956, 0.030702522175487117, 0.999527245943404;, - -0.01316017992159585, 0.6114322645647395, 0.7911873327560709;, - -0.01316017992159585, 0.6114322645647395, 0.7911873327560709;, - -0.01316017992159585, 0.6114322645647395, 0.7911873327560709;, - -0.013160131896963126, 0.6114323623722465, 0.7911872579689012;, - -0.013160131896963126, 0.6114323623722465, 0.7911872579689012;, - -0.013160131896963126, 0.6114323623722465, 0.7911872579689012;, - 0.010570182043750072, -0.5636172083489744, 0.8259684701636443;, - 0.010570182043750072, -0.5636172083489744, 0.8259684701636443;, - 0.010570182043750072, -0.5636172083489744, 0.8259684701636443;, - 0.010569520952188688, -0.563617905203304, 0.8259680031097335;, - 0.010569520952188688, -0.563617905203304, 0.8259680031097335;, - 0.010569520952188688, -0.563617905203304, 0.8259680031097335;, - 0.018681829916332892, -0.9406025058494466, 0.33899545014751903;, - 0.018681829916332892, -0.9406025058494466, 0.33899545014751903;, - 0.018681829916332892, -0.9406025058494466, 0.33899545014751903;, - 0.018683169575631882, -0.9406019158103962, 0.33899701348009054;, - 0.018683169575631882, -0.9406019158103962, 0.33899701348009054;, - 0.018683169575631882, -0.9406019158103962, 0.33899701348009054;, - 0.013158591034212408, -0.6114299640599727, -0.7911891370156791;, - 0.013158591034212408, -0.6114299640599727, -0.7911891370156791;, - 0.013158591034212408, -0.6114299640599727, -0.7911891370156791;, - 0.013160177659631003, -0.6114314418300032, -0.7911879686052175;, - 0.013160177659631003, -0.6114314418300032, -0.7911879686052175;, - 0.013160177659631003, -0.6114314418300032, -0.7911879686052175;, - 0.019693543244925754, -0.9598277986523361, -0.27989776935279553;, - 0.019693543244925754, -0.9598277986523361, -0.27989776935279553;, - 0.019693543244925754, -0.9598277986523361, -0.27989776935279553;, - 0.019691976720909485, -0.9598272938381431, -0.2798996106752742;, - 0.019691976720909485, -0.9598272938381431, -0.2798996106752742;, - 0.019691976720909485, -0.9598272938381431, -0.2798996106752742;, - -0.010530337313347776, 0.5616719582169419, -0.8272930093677893;, - -0.010530337313347776, 0.5616719582169419, -0.8272930093677893;, - -0.010530337313347776, 0.5616719582169419, -0.8272930093677893;, - -0.010527781238990364, 0.5616694642226614, -0.8272947351349533;, - -0.010527781238990364, 0.5616694642226614, -0.8272947351349533;, - -0.010527781238990364, 0.5616694642226614, -0.8272947351349533;, - 0.0016250705075219654, -0.030705490421490653, -0.9995271542103403;, - 0.0016250705075219654, -0.030705490421490653, -0.9995271542103403;, - 0.0016250705075219654, -0.030705490421490653, -0.9995271542103403;, - 0.0016232315355906315, -0.030703331044542655, -0.9995272235322814;, - 0.0016232315355906315, -0.030703331044542655, -0.9995272235322814;, - 0.0016232315355906315, -0.030703331044542655, -0.9995272235322814;, - -0.01970285615875693, 0.9604861889842845, 0.2776293900681859;, - -0.01970285615875693, 0.9604861889842845, 0.2776293900681859;, - -0.01970285615875693, 0.9604861889842845, 0.2776293900681859;, - -0.01970416591815353, 0.9604857134684311, 0.27763094220296997;, - -0.01970416591815353, 0.9604857134684311, 0.27763094220296997;, - -0.01970416591815353, 0.9604857134684311, 0.27763094220296997;, - -0.018682938682518968, 0.9406016858176326, -0.33899766435657475;, - -0.018682938682518968, 0.9406016858176326, -0.33899766435657475;, - -0.018682938682518968, 0.9406016858176326, -0.33899766435657475;, - -0.0186839290448099, 0.9406020743422794, -0.3389965317498834;, - -0.0186839290448099, 0.9406020743422794, -0.3389965317498834;, - -0.0186839290448099, 0.9406020743422794, -0.3389965317498834;, - -0.0016238594865658953, 0.03070475956016064, 0.9995271786303366;, - -0.0016238594865658953, 0.03070475956016064, 0.9995271786303366;, - -0.0016238594865658953, 0.03070475956016064, 0.9995271786303366;, - -0.0016244954725043053, 0.030703948219182604, 0.9995272025203784;, - -0.0016244954725043053, 0.030703948219182604, 0.9995272025203784;, - -0.0016244954725043053, 0.030703948219182604, 0.9995272025203784;, - -0.013160629233132534, 0.6114302773418011, 0.7911888610110206;, - -0.013160629233132534, 0.6114302773418011, 0.7911888610110206;, - -0.013160629233132534, 0.6114302773418011, 0.7911888610110206;, - -0.013159085867690937, 0.6114318349857389, 0.7911876829331325;, - -0.013159085867690937, 0.6114318349857389, 0.7911876829331325;, - -0.013159085867690937, 0.6114318349857389, 0.7911876829331325;, - 0.010569497819137966, -0.5636174048108843, 0.8259683448595927;, - 0.010569497819137966, -0.5636174048108843, 0.8259683448595927;, - 0.010569497819137966, -0.5636174048108843, 0.8259683448595927;, - 0.01056707578994678, -0.5636199578629727, 0.8259666337133664;, - 0.01056707578994678, -0.5636199578629727, 0.8259666337133664;, - 0.01056707578994678, -0.5636199578629727, 0.8259666337133664;, - 0.018682044296948478, -0.9406020183074946, 0.3389967911009699;, - 0.018682044296948478, -0.9406020183074946, 0.3389967911009699;, - 0.018682044296948478, -0.9406020183074946, 0.3389967911009699;, - 0.018682022124771946, -0.9406020280729996, 0.3389967652268817;, - 0.018682022124771946, -0.9406020280729996, 0.3389967652268817;, - 0.018682022124771946, -0.9406020280729996, 0.3389967652268817;, - 0.013157619836934116, -0.611430010734985, -0.7911891170970712;, - 0.013157619836934116, -0.611430010734985, -0.7911891170970712;, - 0.013157619836934116, -0.611430010734985, -0.7911891170970712;, - 0.01316149965890254, -0.6114336243774346, -0.7911862599334009;, - 0.01316149965890254, -0.6114336243774346, -0.7911862599334009;, - 0.01316149965890254, -0.6114336243774346, -0.7911862599334009;, - 0.019692659113483214, -0.9598272677286713, -0.2798996521997726;, - 0.019692659113483214, -0.9598272677286713, -0.2798996521997726;, - 0.019692659113483214, -0.9598272677286713, -0.2798996521997726;, - 0.019691827633715374, -0.9598269997813583, -0.27990062953691364;, - 0.019691827633715374, -0.9598269997813583, -0.27990062953691364;, - 0.019691827633715374, -0.9598269997813583, -0.27990062953691364;, - -0.010528318641868841, 0.5616714505622846, -0.8272933797207822;, - -0.010528318641868841, 0.5616714505622846, -0.8272933797207822;, - -0.010528318641868841, 0.5616714505622846, -0.8272933797207822;, - -0.010527856823143313, 0.5616709999611984, -0.8272936915227258;, - -0.010527856823143313, 0.5616709999611984, -0.8272936915227258;, - -0.010527856823143313, 0.5616709999611984, -0.8272936915227258;, - 0.0016263422296813315, -0.03070620348271178, -0.9995271302364085;, - 0.0016263422296813315, -0.03070620348271178, -0.9995271302364085;, - 0.0016263422296813315, -0.03070620348271178, -0.9995271302364085;, - 0.0016219850990115275, -0.030701087214573774, -0.9995272944788359;, - 0.0016219850990115275, -0.030701087214573774, -0.9995272944788359;, - 0.0016219850990115275, -0.030701087214573774, -0.9995272944788359;, - -0.01970372313719388, 0.9604861632665351, 0.2776294175120204;, - -0.01970372313719388, 0.9604861632665351, 0.2776294175120204;, - -0.01970372313719388, 0.9604861632665351, 0.2776294175120204;, - -0.019704005339748695, 0.9604860608117468, 0.2776297519357472;, - -0.019704005339748695, 0.9604860608117468, 0.2776297519357472;, - -0.019704005339748695, 0.9604860608117468, 0.2776297519357472;, - -0.01868315225300053, 0.9406021363932193, -0.3389964023915341;, - -0.01868315225300053, 0.9406021363932193, -0.3389964023915341;, - -0.01868315225300053, 0.9406021363932193, -0.3389964023915341;, - -0.01868180929189275, 0.9406016095385502, -0.338997938246046;, - -0.01868180929189275, 0.9406016095385502, -0.338997938246046;, - -0.01868180929189275, 0.9406016095385502, -0.338997938246046;, - -0.0016267783167430877, 0.030701057811104878, 0.9995272875922835;, - -0.0016267783167430877, 0.030701057811104878, 0.9995272875922835;, - -0.0016267783167430877, 0.030701057811104878, 0.9995272875922835;, - -0.0016215756126676069, 0.03070769502182525, 0.9995270921585763;, - -0.0016215756126676069, 0.03070769502182525, 0.9995270921585763;, - -0.0016215756126676069, 0.03070769502182525, 0.9995270921585763;, - -0.013158303922585069, 0.6114326319574773, 0.79118708003571;, - -0.013158303922585069, 0.6114326319574773, 0.79118708003571;, - -0.013158303922585069, 0.6114326319574773, 0.79118708003571;, - -0.013161434696158643, 0.6114294722212715, 0.7911894698085638;, - -0.013161434696158643, 0.6114294722212715, 0.7911894698085638;, - -0.013161434696158643, 0.6114294722212715, 0.7911894698085638;, - 2.5519743720882554e-4, -0.062165699062384366, 0.9980658098213531;, - 2.5519743720882554e-4, -0.062165699062384366, 0.9980658098213531;, - 2.5519743720882554e-4, -0.062165699062384366, 0.9980658098213531;, - 2.55284558327419e-4, -0.062166230618336586, 0.9980657766903452;, - 2.55284558327419e-4, -0.062166230618336586, 0.9980657766903452;, - 2.55284558327419e-4, -0.062166230618336586, 0.9980657766903452;, - -0.020243041938203747, 0.9978563904934113, 0.06223217178075049;, - -0.020243041938203747, 0.9978563904934113, 0.06223217178075049;, - -0.020243041938203747, 0.9978563904934113, 0.06223217178075049;, - -0.02024302950826484, 0.9978563904381947, 0.06223217670935624;, - -0.02024302950826484, 0.9978563904381947, 0.06223217670935624;, - -0.02024302950826484, 0.9978563904381947, 0.06223217670935624;, - -0.7215374384131255, 0.6909969080657519, 0.04366918835742332;, - -0.7215374384131255, 0.6909969080657519, 0.04366918835742332;, - -0.7215374384131255, 0.6909969080657519, 0.04366918835742332;, - -0.7215372009648938, 0.6909971530257591, 0.04366923555596288;, - -0.7215372009648938, 0.6909971530257591, 0.04366923555596288;, - -0.7215372009648938, 0.6909971530257591, 0.04366923555596288;, - 0.998127251386913, 0.06109825561869408, 0.00299886631229617;, - 0.998127251386913, 0.06109825561869408, 0.00299886631229617;, - 0.998127251386913, 0.06109825561869408, 0.00299886631229617;, - 0.9981272513604588, 0.06109825605536888, 0.002998866220467236;, - 0.9981272513604588, 0.06109825605536888, 0.002998866220467236;, - 0.9981272513604588, 0.06109825605536888, 0.002998866220467236;, - -0.9998189523640035, 0.018923399073582182, 0.0019918487011828913;, - -0.9998189523640035, 0.018923399073582182, 0.0019918487011828913;, - -0.9998189523640035, 0.018923399073582182, 0.0019918487011828913;, - -0.9998189523584978, 0.018923399354313294, 0.001991848797772789;, - -0.9998189523584978, 0.018923399354313294, 0.001991848797772789;, - -0.9998189523584978, 0.018923399354313294, 0.001991848797772789;, - 0.6923043214399255, 0.7202418334469944, 0.04434442319521667;, - 0.6923043214399255, 0.7202418334469944, 0.04434442319521667;, - 0.6923043214399255, 0.7202418334469944, 0.04434442319521667;, - 0.6923043349951734, 0.7202418203600472, 0.04434442412904264;, - 0.6923043349951734, 0.7202418203600472, 0.04434442412904264;, - 0.6923043349951734, 0.7202418203600472, 0.04434442412904264;, - -2.553552877037323e-4, 0.062165269604744486, -0.9980658365301592;, - -2.553552877037323e-4, 0.062165269604744486, -0.9980658365301592;, - -2.553552877037323e-4, 0.062165269604744486, -0.9980658365301592;, - -2.551968817724054e-4, 0.06216559577920568, -0.9980658162546036;, - -2.551968817724054e-4, 0.06216559577920568, -0.9980658162546036;, - -2.551968817724054e-4, 0.06216559577920568, -0.9980658162546036;, - -2.5517479317219594e-4, 0.06216450694482361, -0.9980658840788678;, - -2.5517479317219594e-4, 0.06216450694482361, -0.9980658840788678;, - -2.5517479317219594e-4, 0.06216450694482361, -0.9980658840788678;, - -2.550024009937649e-4, 0.06216591466928923, -0.9980657964418509;, - -2.550024009937649e-4, 0.06216591466928923, -0.9980657964418509;, - -2.550024009937649e-4, 0.06216591466928923, -0.9980657964418509;, - 0.020239361335758262, -0.9978564668637503, -0.062232144354135426;, - 0.020239361335758262, -0.9978564668637503, -0.062232144354135426;, - 0.020239361335758262, -0.9978564668637503, -0.062232144354135426;, - 0.020239629960424346, -0.9978564588028623, -0.06223218624214307;, - 0.020239629960424346, -0.9978564588028623, -0.06223218624214307;, - 0.020239629960424346, -0.9978564588028623, -0.06223218624214307;, - 0.02024106576696073, -0.9978564302876322, -0.06223217648645649;, - 0.02024106576696073, -0.9978564302876322, -0.06223217648645649;, - 0.02024106576696073, -0.9978564302876322, -0.06223217648645649;, - 0.02024073672387731, -0.9978564401620081, -0.06223212517727081;, - 0.02024073672387731, -0.9978564401620081, -0.06223212517727081;, - 0.02024073672387731, -0.9978564401620081, -0.06223212517727081;, - 0.02024318978003748, -0.9978563440771239, -0.06223286794424637;, - 0.02024318978003748, -0.9978563440771239, -0.06223286794424637;, - 0.02024318978003748, -0.9978563440771239, -0.06223286794424637;, - 0.020243165502184017, -0.9978563551898203, -0.062232697657569634;, - 0.020243165502184017, -0.9978563551898203, -0.062232697657569634;, - 0.020243165502184017, -0.9978563551898203, -0.062232697657569634;, - 0.020243247823247972, -0.9978563425859326, -0.06223287297395674;, - 0.020243247823247972, -0.9978563425859326, -0.06223287297395674;, - 0.020243247823247972, -0.9978563425859326, -0.06223287297395674;, - 0.020243170330770405, -0.9978563917044623, -0.0622321105982295;, - 0.020243170330770405, -0.9978563917044623, -0.0622321105982295;, - 0.020243170330770405, -0.9978563917044623, -0.0622321105982295;, - 0.020243208122847918, -0.9978563850139923, -0.06223220558281976;, - 0.020243208122847918, -0.9978563850139923, -0.06223220558281976;, - 0.020243208122847918, -0.9978563850139923, -0.06223220558281976;, - 0.020243010959496686, -0.9978564136397706, -0.062231810718223673;, - 0.020243010959496686, -0.9978564136397706, -0.062231810718223673;, - 0.020243010959496686, -0.9978564136397706, -0.062231810718223673;, - -0.7349864112984277, 0.6767304057722591, 0.04278940417874873;, - -0.7349864112984277, 0.6767304057722591, 0.04278940417874873;, - -0.7349864112984277, 0.6767304057722591, 0.04278940417874873;, - -0.7349788795899228, 0.6767383545288916, 0.04279306095934181;, - -0.7349788795899228, 0.6767383545288916, 0.04279306095934181;, - -0.7349788795899228, 0.6767383545288916, 0.04279306095934181;, - -0.6923094533278649, -0.7202368722692328, -0.04434488309496072;, - -0.6923094533278649, -0.7202368722692328, -0.04434488309496072;, - -0.6923094533278649, -0.7202368722692328, -0.04434488309496072;, - -0.6922998298885507, -0.7202463154087614, -0.04434174868435967;, - -0.6922998298885507, -0.7202463154087614, -0.04434174868435967;, - -0.6922998298885507, -0.7202463154087614, -0.04434174868435967;, - -0.01419611528018396, 0.7355516549490879, -0.6773198898693361;, - -0.01419611528018396, 0.7355516549490879, -0.6773198898693361;, - -0.01419611528018396, 0.7355516549490879, -0.6773198898693361;, - -0.014183244373679571, 0.7355398153856866, -0.6773330167365436;, - -0.014183244373679571, 0.7355398153856866, -0.6773330167365436;, - -0.014183244373679571, 0.7355398153856866, -0.6773330167365436;, - 0.014113338910014199, -0.6605936589058774, -0.7506109721274773;, - 0.014113338910014199, -0.6605936589058774, -0.7506109721274773;, - 0.014113338910014199, -0.6605936589058774, -0.7506109721274773;, - 0.014113918378949153, -0.6605939638245899, -0.7506106928804764;, - 0.014113918378949153, -0.6605939638245899, -0.7506106928804764;, - 0.014113918378949153, -0.6605939638245899, -0.7506106928804764;, - 2.4606535486905884e-4, -0.06216240738647381, 0.9980660171350186;, - 2.4606535486905884e-4, -0.06216240738647381, 0.9980660171350186;, - 2.4606535486905884e-4, -0.06216240738647381, 0.9980660171350186;, - 2.460636432694748e-4, -0.062162408302986194, 0.9980660170783575;, - 2.460636432694748e-4, -0.062162408302986194, 0.9980660170783575;, - 2.460636432694748e-4, -0.062162408302986194, 0.9980660170783575;, - -0.5718542171371895, -0.6300879998178388, 0.525330245491317;, - -0.5718542171371895, -0.6300879998178388, 0.525330245491317;, - -0.5718542171371895, -0.6300879998178388, 0.525330245491317;, - -0.6031707080782157, 0.5200246328632931, 0.6047805206286171;, - -0.6031707080782157, 0.5200246328632931, 0.6047805206286171;, - -0.6031707080782157, 0.5200246328632931, 0.6047805206286171;, - 0.7063105404016722, 0.70656565772853, 0.04347863654885822;, - 0.7063105404016722, 0.70656565772853, 0.04347863654885822;, - 0.7063105404016722, 0.70656565772853, 0.04347863654885822;, - 0.7063101322661598, 0.7065660725650184, 0.04347852525333954;, - 0.7063101322661598, 0.7065660725650184, 0.04347852525333954;, - 0.7063101322661598, 0.7065660725650184, 0.04347852525333954;, - 0.7215417799108205, -0.6909922668124742, -0.04367089475249704;, - 0.7215417799108205, -0.6909922668124742, -0.04367089475249704;, - 0.7215417799108205, -0.6909922668124742, -0.04367089475249704;, - 0.7215432844807106, -0.69099073375964, -0.043670292867152176;, - 0.7215432844807106, -0.69099073375964, -0.043670292867152176;, - 0.7215432844807106, -0.69099073375964, -0.043670292867152176;, - -0.01419144125973951, 0.7355456262638765, -0.6773265347519268;, - -0.01419144125973951, 0.7355456262638765, -0.6773265347519268;, - -0.01419144125973951, 0.7355456262638765, -0.6773265347519268;, - -0.014198545087039887, 0.7355489203706226, -0.6773228086068142;, - -0.014198545087039887, 0.7355489203706226, -0.6773228086068142;, - -0.014198545087039887, 0.7355489203706226, -0.6773228086068142;, - 0.014124026262969097, -0.6606012350386747, -0.7506041034709979;, - 0.014124026262969097, -0.6606012350386747, -0.7506041034709979;, - 0.014124026262969097, -0.6606012350386747, -0.7506041034709979;, - 0.014113955442089172, -0.6605907462745335, -0.7506135238578063;, - 0.014113955442089172, -0.6605907462745335, -0.7506135238578063;, - 0.014113955442089172, -0.6605907462745335, -0.7506135238578063;, - 2.540173458629037e-4, -0.06216536695774954, 0.9980658308078663;, - 2.540173458629037e-4, -0.06216536695774954, 0.9980658308078663;, - 2.540173458629037e-4, -0.06216536695774954, 0.9980658308078663;, - 2.462101440878746e-4, -0.062169547516648556, 0.9980655723659344;, - 2.462101440878746e-4, -0.062169547516648556, 0.9980655723659344;, - 2.462101440878746e-4, -0.062169547516648556, 0.9980655723659344;, - 0.5963552381130778, -0.6060009017841942, 0.5264250535563803;, - 0.5963552381130778, -0.6060009017841942, 0.5264250535563803;, - 0.5963552381130778, -0.6060009017841942, 0.5264250535563803;, - 0.5803053808903939, 0.5448980430285248, 0.6052534903768328;, - 0.5803053808903939, 0.5448980430285248, 0.6052534903768328;, - 0.5803053808903939, 0.5448980430285248, 0.6052534903768328;, - 0.9912060446375008, 0.13211865362494027, 0.007432256616516234;, - 0.9912060446375008, 0.13211865362494027, 0.007432256616516234;, - 0.9912060446375008, 0.13211865362494027, 0.007432256616516234;, - 0.9912060680730318, 0.13211846877505237, 0.00743241708570674;, - 0.9912060680730318, 0.13211846877505237, 0.00743241708570674;, - 0.9912060680730318, 0.13211846877505237, 0.00743241708570674;, - -0.9966657967500265, 0.08137975443394144, 0.005884314480563884;, - -0.9966657967500265, 0.08137975443394144, 0.005884314480563884;, - -0.9966657967500265, 0.08137975443394144, 0.005884314480563884;, - -0.9966658138586018, 0.08137964852852907, 0.005882881177128702;, - -0.9966658138586018, 0.08137964852852907, 0.005882881177128702;, - -0.9966658138586018, 0.08137964852852907, 0.005882881177128702;, - 0.9923392859833994, 0.12335040098256703, 0.0068862233043359275;, - 0.9923392859833994, 0.12335040098256703, 0.0068862233043359275;, - 0.9923392859833994, 0.12335040098256703, 0.0068862233043359275;, - 0.992339282301922, 0.12335043417228235, 0.006886159308051857;, - 0.992339282301922, 0.12335043417228235, 0.006886159308051857;, - 0.992339282301922, 0.12335043417228235, 0.006886159308051857;, - -0.004354351603527074, 0.2631809756372486, -0.9647366550954405;, - -0.004354351603527074, 0.2631809756372486, -0.9647366550954405;, - -0.004354351603527074, 0.2631809756372486, -0.9647366550954405;, - -0.004354325043570883, 0.263180903463491, -0.9647366749043781;, - -0.004354325043570883, 0.263180903463491, -0.9647366749043781;, - -0.004354325043570883, 0.263180903463491, -0.9647366749043781;, - -0.99590378579781, 0.09019025347817913, 0.006431765786437838;, - -0.99590378579781, 0.09019025347817913, 0.006431765786437838;, - -0.99590378579781, 0.09019025347817913, 0.006431765786437838;, - -0.9959037837774711, 0.09019027397047268, 0.006431791262712455;, - -0.9959037837774711, 0.09019027397047268, 0.006431791262712455;, - -0.9959037837774711, 0.09019027397047268, 0.006431791262712455;, - 0.9997771152638097, 0.021106069420428038, 5.036153244197878e-4;, - 0.9997771152638097, 0.021106069420428038, 5.036153244197878e-4;, - 0.9997771152638097, 0.021106069420428038, 5.036153244197878e-4;, - 0.9997771282659589, 0.021105443662492052, 5.040278581230281e-4;, - 0.9997771282659589, 0.021105443662492052, 5.040278581230281e-4;, - 0.9997771282659589, 0.021105443662492052, 5.040278581230281e-4;, - -0.999777121772596, -0.02110575618951578, -5.038211710199103e-4;, - -0.999777121772596, -0.02110575618951578, -5.038211710199103e-4;, - -0.999777121772596, -0.02110575618951578, -5.038211710199103e-4;, - -0.9997771094840217, -0.021106326642290806, -5.043088773495669e-4;, - -0.9997771094840217, -0.021106326642290806, -5.043088773495669e-4;, - -0.9997771094840217, -0.021106326642290806, -5.043088773495669e-4;, - -0.02024314646944526, 0.9978563518346844, 0.062232757645722954;, - -0.02024314646944526, 0.9978563518346844, 0.062232757645722954;, - -0.02024314646944526, 0.9978563518346844, 0.062232757645722954;, - -0.020243061899967666, 0.9978564064371214, 0.0622319096389352;, - -0.020243061899967666, 0.9978564064371214, 0.0622319096389352;, - -0.020243061899967666, 0.9978564064371214, 0.0622319096389352;, - -0.02024306179582607, 0.997856381196675, 0.06223231438896042;, - -0.02024306179582607, 0.997856381196675, 0.06223231438896042;, - -0.02024306179582607, 0.997856381196675, 0.06223231438896042;, - -0.020243144890386127, 0.9978563901246628, 0.062232144204774006;, - -0.020243144890386127, 0.9978563901246628, 0.062232144204774006;, - -0.020243144890386127, 0.9978563901246628, 0.062232144204774006;, - 2.5522708646054544e-4, -0.062165017174998734, 0.9980658522856929;, - 2.5522708646054544e-4, -0.062165017174998734, 0.9980658522856929;, - 2.5522708646054544e-4, -0.062165017174998734, 0.9980658522856929;, - 2.55209450408829e-4, -0.06216497143206422, 0.9980658551393226;, - 2.55209450408829e-4, -0.06216497143206422, 0.9980658551393226;, - 2.55209450408829e-4, -0.06216497143206422, 0.9980658551393226;, - 2.552353499068282e-4, -0.062165424513357756, 0.9980658269122283;, - 2.552353499068282e-4, -0.062165424513357756, 0.9980658269122283;, - 2.552353499068282e-4, -0.062165424513357756, 0.9980658269122283;, - 2.5539397070697295e-4, -0.062166018388977805, 0.998065789881399;, - 2.5539397070697295e-4, -0.062166018388977805, 0.998065789881399;, - 2.5539397070697295e-4, -0.062166018388977805, 0.998065789881399;, - 2.5537914537804404e-4, -0.06216528758887466, 0.9980658354038999;, - 2.5537914537804404e-4, -0.06216528758887466, 0.9980658354038999;, - 2.5537914537804404e-4, -0.06216528758887466, 0.9980658354038999;, - 2.5530861014469246e-4, -0.0621649755584169, 0.9980658548569503;, - 2.5530861014469246e-4, -0.0621649755584169, 0.9980658548569503;, - 2.5530861014469246e-4, -0.0621649755584169, 0.9980658548569503;, - -2.527522488291065e-4, 0.06216515990743755, -0.9980658440253245;, - -2.527522488291065e-4, 0.06216515990743755, -0.9980658440253245;, - -2.527522488291065e-4, 0.06216515990743755, -0.9980658440253245;, - -2.57168105025605e-4, 0.062165981073581685, -0.9980657917500855;, - -2.57168105025605e-4, 0.062165981073581685, -0.9980657917500855;, - -2.57168105025605e-4, 0.062165981073581685, -0.9980657917500855;, - 2.5571990827387696e-4, -0.06216539578023168, 0.9980658285778627;, - 2.5571990827387696e-4, -0.06216539578023168, 0.9980658285778627;, - 2.5571990827387696e-4, -0.06216539578023168, 0.9980658285778627;, - 2.5706086534109396e-4, -0.06216508754323824, 0.9980658474321487;, - 2.5706086534109396e-4, -0.06216508754323824, 0.9980658474321487;, - 2.5706086534109396e-4, -0.06216508754323824, 0.9980658474321487;, - 2.572209693999966e-4, -0.062165556991938, 0.9980658181509149;, - 2.572209693999966e-4, -0.062165556991938, 0.9980658181509149;, - 2.572209693999966e-4, -0.062165556991938, 0.9980658181509149;, - 2.557248198491724e-4, -0.06216563791695787, 0.9980658134948789;, - 2.557248198491724e-4, -0.06216563791695787, 0.9980658134948789;, - 2.557248198491724e-4, -0.06216563791695787, 0.9980658134948789;, - 0.020632086445705723, 0.15510344283760358, -0.9876827623426558;, - 0.020632086445705723, 0.15510344283760358, -0.9876827623426558;, - 0.020632086445705723, 0.15510344283760358, -0.9876827623426558;, - -0.0022593190979942907, 0.1606280500065663, -0.9870124239483015;, - -0.0022593190979942907, 0.1606280500065663, -0.9870124239483015;, - -0.0022593190979942907, 0.1606280500065663, -0.9870124239483015;, - 0.2182763738607396, 0.9740066370726753, 0.060551594137433135;, - 0.2182763738607396, 0.9740066370726753, 0.060551594137433135;, - 0.2182763738607396, 0.9740066370726753, 0.060551594137433135;, - 0.21827488483223706, 0.9740069829322627, 0.06055139842038864;, - 0.21827488483223706, 0.9740069829322627, 0.06055139842038864;, - 0.21827488483223706, 0.9740069829322627, 0.06055139842038864;, - -2.528420715484526e-4, 0.062165176535432624, -0.9980658429668884;, - -2.528420715484526e-4, 0.062165176535432624, -0.9980658429668884;, - -2.528420715484526e-4, 0.062165176535432624, -0.9980658429668884;, - -2.570786496453989e-4, 0.0621659643620191, -0.998065792814035;, - -2.570786496453989e-4, 0.0621659643620191, -0.998065792814035;, - -2.570786496453989e-4, 0.0621659643620191, -0.998065792814035;, - 2.5849052260588397e-4, -0.062164758917183066, 0.9980658675315064;, - 2.5849052260588397e-4, -0.062164758917183066, 0.9980658675315064;, - 2.5849052260588397e-4, -0.062164758917183066, 0.9980658675315064;, - 2.5858033302518095e-4, -0.06216473827303772, 0.9980658687940672;, - 2.5858033302518095e-4, -0.06216473827303772, 0.9980658687940672;, - 2.5858033302518095e-4, -0.06216473827303772, 0.9980658687940672;, - 2.5694306880437884e-4, -0.06216562623637103, 0.9980658139095333;, - 2.5694306880437884e-4, -0.06216562623637103, 0.9980658139095333;, - 2.5694306880437884e-4, -0.06216562623637103, 0.9980658139095333;, - 2.5849900782155274e-4, -0.06216517726608484, 0.9980658414722644;, - 2.5849900782155274e-4, -0.06216517726608484, 0.9980658414722644;, - 2.5849900782155274e-4, -0.06216517726608484, 0.9980658414722644;, - -0.025880958764649842, 0.15776633620149955, -0.9871372544560245;, - -0.025880958764649842, 0.15776633620149955, -0.9871372544560245;, - -0.025880958764649842, 0.15776633620149955, -0.9871372544560245;, - -0.002196132985525087, 0.15753911676646606, -0.9875103056112132;, - -0.002196132985525087, 0.15753911676646606, -0.9875103056112132;, - -0.002196132985525087, 0.15753911676646606, -0.9875103056112132;, - -0.2576835612293111, 0.9643437064343722, 0.06033571191754934;, - -0.2576835612293111, 0.9643437064343722, 0.06033571191754934;, - -0.2576835612293111, 0.9643437064343722, 0.06033571191754934;, - -0.25769111937229466, 0.9643417640279732, 0.06033447727519145;, - -0.25769111937229466, 0.9643417640279732, 0.06033447727519145;, - -0.25769111937229466, 0.9643417640279732, 0.06033447727519145;, - -0.7215347876651269, 0.6909996808157814, 0.04366911152666935;, - -0.7215347876651269, 0.6909996808157814, 0.04366911152666935;, - -0.7215347876651269, 0.6909996808157814, 0.04366911152666935;, - -0.7215377046786938, 0.690996621975268, 0.04366931583813596;, - -0.7215377046786938, 0.690996621975268, 0.04366931583813596;, - -0.7215377046786938, 0.690996621975268, 0.04366931583813596;, - -0.8632636719963018, 0.012771746133413963, 0.504591632027489;, - -0.8632636719963018, 0.012771746133413963, 0.504591632027489;, - -0.8632636719963018, 0.012771746133413963, 0.504591632027489;, - -0.7140333818157373, -0.055658657939911205, 0.6978957253409063;, - -0.7140333818157373, -0.055658657939911205, 0.6978957253409063;, - -0.7140333818157373, -0.055658657939911205, 0.6978957253409063;, - -0.8773555841837406, -0.4789545388286818, -0.029150105265883467;, - -0.8773555841837406, -0.4789545388286818, -0.029150105265883467;, - -0.8773555841837406, -0.4789545388286818, -0.029150105265883467;, - -0.8773551360475437, -0.4789553519286831, -0.02915023344447467;, - -0.8773551360475437, -0.4789553519286831, -0.02915023344447467;, - -0.8773551360475437, -0.4789553519286831, -0.02915023344447467;, - -0.7579558641867786, 0.12114193613094547, -0.6409582975945625;, - -0.7579558641867786, 0.12114193613094547, -0.6409582975945625;, - -0.7579558641867786, 0.12114193613094547, -0.6409582975945625;, - -0.8476714297708415, 0.10942826226879905, -0.5191132849071467;, - -0.8476714297708415, 0.10942826226879905, -0.5191132849071467;, - -0.8476714297708415, 0.10942826226879905, -0.5191132849071467;, - 0.5270087531280457, 0.011467554801306212, -0.8497824835293452;, - 0.5270087531280457, 0.011467554801306212, -0.8497824835293452;, - 0.5270087531280457, 0.011467554801306212, -0.8497824835293452;, - 0.5702460609199913, -7.245235637921102e-4, -0.8214736180005048;, - 0.5702460609199913, -7.245235637921102e-4, -0.8214736180005048;, - 0.5702460609199913, -7.245235637921102e-4, -0.8214736180005048;, - 0.33168860695501695, -0.9415438199368852, -0.05897374971034665;, - 0.33168860695501695, -0.9415438199368852, -0.05897374971034665;, - 0.33168860695501695, -0.9415438199368852, -0.05897374971034665;, - 0.33168918859391444, -0.9415436112969406, -0.05897380940575548;, - 0.33168918859391444, -0.9415436112969406, -0.05897380940575548;, - 0.33168918859391444, -0.9415436112969406, -0.05897380940575548;, - 0.5872938844633043, -0.19037355704376324, 0.78666625836533;, - 0.5872938844633043, -0.19037355704376324, 0.78666625836533;, - 0.5872938844633043, -0.19037355704376324, 0.78666625836533;, - 0.4869245185963354, -0.17759212780704986, 0.8551991284669855;, - 0.4869245185963354, -0.17759212780704986, 0.8551991284669855;, - 0.4869245185963354, -0.17759212780704986, 0.8551991284669855;, - 0.5272655147747858, 0.8480802791394111, 0.052449185542760034;, - 0.5272655147747858, 0.8480802791394111, 0.052449185542760034;, - 0.5272655147747858, 0.8480802791394111, 0.052449185542760034;, - 0.5272649309663104, 0.8480806458049209, 0.05244912567622164;, - 0.5272649309663104, 0.8480806458049209, 0.05244912567622164;, - 0.5272649309663104, 0.8480806458049209, 0.05244912567622164;, - 0.6923084251467584, 0.7202379023590704, 0.04434420453928316;, - 0.6923084251467584, 0.7202379023590704, 0.04434420453928316;, - 0.6923084251467584, 0.7202379023590704, 0.04434420453928316;, - 0.6923057443166104, 0.7202404479796357, 0.04434471197693971;, - 0.6923057443166104, 0.7202404479796357, 0.04434471197693971;, - 0.6923057443166104, 0.7202404479796357, 0.04434471197693971;, - 0.7256243461561875, -4.615676316275287e-4, 0.6880909062185946;, - 0.7256243461561875, -4.615676316275287e-4, 0.6880909062185946;, - 0.7256243461561875, -4.615676316275287e-4, 0.6880909062185946;, - 0.8706532343166835, 0.031714588002526786, 0.4908738437538999;, - 0.8706532343166835, 0.031714588002526786, 0.4908738437538999;, - 0.8706532343166835, 0.031714588002526786, 0.4908738437538999;, - 0.896651439518274, -0.44183326808675955, -0.028276478238650222;, - 0.896651439518274, -0.44183326808675955, -0.028276478238650222;, - 0.896651439518274, -0.44183326808675955, -0.028276478238650222;, - 0.8966509157550577, -0.44183433302969705, -0.028276446591100124;, - 0.8966509157550577, -0.44183433302969705, -0.028276446591100124;, - 0.8966509157550577, -0.44183433302969705, -0.028276446591100124;, - 0.8355944267641872, 0.15823556307538034, -0.5260641220790929;, - 0.8355944267641872, 0.15823556307538034, -0.5260641220790929;, - 0.8355944267641872, 0.15823556307538034, -0.5260641220790929;, - 0.7483900608107708, 0.14049956777580336, -0.6482069024119252;, - 0.7483900608107708, 0.14049956777580336, -0.6482069024119252;, - 0.7483900608107708, 0.14049956777580336, -0.6482069024119252;, - -0.522398420295377, -0.016744526406116, -0.8525371025992532;, - -0.522398420295377, -0.016744526406116, -0.8525371025992532;, - -0.522398420295377, -0.016744526406116, -0.8525371025992532;, - -0.5671192262088073, -0.017493346830434752, -0.8234499171661832;, - -0.5671192262088073, -0.017493346830434752, -0.8234499171661832;, - -0.5671192262088073, -0.017493346830434752, -0.8234499171661832;, - -0.2930730943879335, -0.9542518326327314, -0.05925876528375444;, - -0.2930730943879335, -0.9542518326327314, -0.05925876528375444;, - -0.2930730943879335, -0.9542518326327314, -0.05925876528375444;, - -0.29307723507933475, -0.9542505974351385, -0.05925817726637936;, - -0.29307723507933475, -0.9542505974351385, -0.05925817726637936;, - -0.29307723507933475, -0.9542505974351385, -0.05925817726637936;, - -0.4723318703828736, -0.2125214749887438, 0.8554164055530061;, - -0.4723318703828736, -0.2125214749887438, 0.8554164055530061;, - -0.4723318703828736, -0.2125214749887438, 0.8554164055530061;, - -0.5784303752933022, -0.19951502814337707, 0.7909564175623062;, - -0.5784303752933022, -0.19951502814337707, 0.7909564175623062;, - -0.5784303752933022, -0.19951502814337707, 0.7909564175623062;, - -0.5616371577453675, 0.825751618349732, 0.0519419660053777;, - -0.5616371577453675, 0.825751618349732, 0.0519419660053777;, - -0.5616371577453675, 0.825751618349732, 0.0519419660053777;, - -0.561643296806735, 0.8257475150704843, 0.051940817349963184;, - -0.561643296806735, 0.8257475150704843, 0.051940817349963184;, - -0.561643296806735, 0.8257475150704843, 0.051940817349963184;, - -2.5524053814992404e-4, 0.06217043687988327, -0.9980655146985253;, - -2.5524053814992404e-4, 0.06217043687988327, -0.9980655146985253;, - -2.5524053814992404e-4, 0.06217043687988327, -0.9980655146985253;, - -2.5540740063261864e-4, 0.062158675059996074, -0.9980662472410564;, - -2.5540740063261864e-4, 0.062158675059996074, -0.9980662472410564;, - -2.5540740063261864e-4, 0.062158675059996074, -0.9980662472410564;, - -0.8219987931638296, -0.568426612519336, -0.03477312492429132;, - -0.8219987931638296, -0.568426612519336, -0.03477312492429132;, - -0.8219987931638296, -0.568426612519336, -0.03477312492429132;, - -0.8220002505612914, -0.5684245944348323, -0.034771662582775247;, - -0.8220002505612914, -0.5684245944348323, -0.034771662582775247;, - -0.8220002505612914, -0.5684245944348323, -0.034771662582775247;, - 0.8450095951690799, -0.5336717445181735, -0.03395958149208066;, - 0.8450095951690799, -0.5336717445181735, -0.03395958149208066;, - 0.8450095951690799, -0.5336717445181735, -0.03395958149208066;, - 0.8450104277808194, -0.5336703913420497, -0.03396012877626182;, - 0.8450104277808194, -0.5336703913420497, -0.03396012877626182;, - 0.8450104277808194, -0.5336703913420497, -0.03396012877626182;, - -0.5859829456079985, 0.1795719799811133, -0.7901758610981712;, - -0.5859829456079985, 0.1795719799811133, -0.7901758610981712;, - -0.5859829456079985, 0.1795719799811133, -0.7901758610981712;, - -0.6091540506436008, 0.17607906132926124, -0.7732577233664724;, - -0.6091540506436008, 0.17607906132926124, -0.7732577233664724;, - -0.6091540506436008, 0.17607906132926124, -0.7732577233664724;, - 0.6035165431854274, 0.2040294942681783, -0.7708046105013797;, - 0.6035165431854274, 0.2040294942681783, -0.7708046105013797;, - 0.6035165431854274, 0.2040294942681783, -0.7708046105013797;, - 0.5823527547595616, 0.20107277716125968, -0.7876769688829353;, - 0.5823527547595616, 0.20107277716125968, -0.7876769688829353;, - 0.5823527547595616, 0.20107277716125968, -0.7876769688829353;, - 0.5323399139011072, 0.8449167093714046, 0.052249117626608596;, - 0.5323399139011072, 0.8449167093714046, 0.052249117626608596;, - 0.5323399139011072, 0.8449167093714046, 0.052249117626608596;, - 0.5323361602274033, 0.8449191542795518, 0.05224782527408687;, - 0.5323361602274033, 0.8449191542795518, 0.05224782527408687;, - 0.5323361602274033, 0.8449191542795518, 0.05224782527408687;, - -0.5665891357449053, 0.8223748109891134, 0.05173414256041688;, - -0.5665891357449053, 0.8223748109891134, 0.05173414256041688;, - -0.5665891357449053, 0.8223748109891134, 0.05173414256041688;, - -0.566588639712395, 0.8223751401308651, 0.05173434298024766;, - -0.566588639712395, 0.8223751401308651, 0.05173434298024766;, - -0.566588639712395, 0.8223751401308651, 0.05173434298024766;, - -0.009262351472342384, 0.5009343231714299, -0.8654357357504856;, - -0.009262351472342384, 0.5009343231714299, -0.8654357357504856;, - -0.009262351472342384, 0.5009343231714299, -0.8654357357504856;, - -0.009262194706365584, 0.5009310277956973, -0.8654376448599677;, - -0.009262194706365584, 0.5009310277956973, -0.8654376448599677;, - -0.009262194706365584, 0.5009310277956973, -0.8654376448599677;, - -2.5548853997888534e-4, 0.062165726330015644, -0.9980658080484811;, - -2.5548853997888534e-4, 0.062165726330015644, -0.9980658080484811;, - -2.5548853997888534e-4, 0.062165726330015644, -0.9980658080484811;, - -2.55488539979613e-4, 0.062165726330015596, -0.9980658080484812;, - -2.55488539979613e-4, 0.062165726330015596, -0.9980658080484812;, - -2.55488539979613e-4, 0.062165726330015596, -0.9980658080484812;, - -2.551830636672391e-4, 0.062162640503367124, -0.9980660003262576;, - -2.551830636672391e-4, 0.062162640503367124, -0.9980660003262576;, - -2.551830636672391e-4, 0.062162640503367124, -0.9980660003262576;, - -2.553682995311479e-4, 0.062159799154420915, -0.9980661772428288;, - -2.553682995311479e-4, 0.062159799154420915, -0.9980661772428288;, - -2.553682995311479e-4, 0.062159799154420915, -0.9980661772428288;, - -2.5546111955370413e-4, 0.06216437465793718, -0.9980658922450982;, - -2.5546111955370413e-4, 0.06216437465793718, -0.9980658922450982;, - -2.5546111955370413e-4, 0.06216437465793718, -0.9980658922450982;, - -2.5508031063764254e-4, 0.06216574121502691, -0.9980658072257669;, - -2.5508031063764254e-4, 0.06216574121502691, -0.9980658072257669;, - -2.5508031063764254e-4, 0.06216574121502691, -0.9980658072257669;, - -2.5550151354907636e-4, 0.06216434662436766, -0.9980658939808243;, - -2.5550151354907636e-4, 0.06216434662436766, -0.9980658939808243;, - -2.5550151354907636e-4, 0.06216434662436766, -0.9980658939808243;, - -2.555357951682771e-4, 0.06216602998064825, -0.9980657891230932;, - -2.555357951682771e-4, 0.06216602998064825, -0.9980657891230932;, - -2.555357951682771e-4, 0.06216602998064825, -0.9980657891230932;, - -2.5537694762424923e-4, 0.062159777801158715, -0.998066178570502;, - -2.5537694762424923e-4, 0.062159777801158715, -0.998066178570502;, - -2.5537694762424923e-4, 0.062159777801158715, -0.998066178570502;, - -2.5494228554399624e-4, 0.06216210937607618, -0.9980660334679002;, - -2.5494228554399624e-4, 0.06216210937607618, -0.9980660334679002;, - -2.5494228554399624e-4, 0.06216210937607618, -0.9980660334679002;, - -2.587743956545534e-4, 0.06216427764673207, -0.998065897433868;, - -2.587743956545534e-4, 0.06216427764673207, -0.998065897433868;, - -2.587743956545534e-4, 0.06216427764673207, -0.998065897433868;, - -2.536697729036784e-4, 0.06216213619198197, -0.9980660321219713;, - -2.536697729036784e-4, 0.06216213619198197, -0.9980660321219713;, - -2.536697729036784e-4, 0.06216213619198197, -0.9980660321219713;, - -2.522857312386832e-4, 0.06216658895492486, -0.9980657551332073;, - -2.522857312386832e-4, 0.06216658895492486, -0.9980657551332073;, - -2.522857312386832e-4, 0.06216658895492486, -0.9980657551332073;, - -2.566482754368306e-4, 0.0621654758652942, -0.9980658233513982;, - -2.566482754368306e-4, 0.0621654758652942, -0.9980658233513982;, - -2.566482754368306e-4, 0.0621654758652942, -0.9980658233513982;, - -2.5772063448353507e-4, 0.062165983934155004, -0.9980657914293891;, - -2.5772063448353507e-4, 0.062165983934155004, -0.9980657914293891;, - -2.5772063448353507e-4, 0.062165983934155004, -0.9980657914293891;, - -2.587457787720627e-4, 0.06215970680035624, -0.9980661821247706;, - -2.587457787720627e-4, 0.06215970680035624, -0.9980661821247706;, - -2.587457787720627e-4, 0.06215970680035624, -0.9980661821247706;, - -2.5381907622097193e-4, 0.062165711979630806, -0.9980658093682712;, - -2.5381907622097193e-4, 0.062165711979630806, -0.9980658093682712;, - -2.5381907622097193e-4, 0.062165711979630806, -0.9980658093682712;, - -2.5498646345466794e-4, 0.06216513753926604, -0.9980658448502422;, - -2.5498646345466794e-4, 0.06216513753926604, -0.9980658448502422;, - -2.5498646345466794e-4, 0.06216513753926604, -0.9980658448502422;, - -0.011475706302708479, 0.6066692510479186, -0.7948715166602786;, - -0.011475706302708479, 0.6066692510479186, -0.7948715166602786;, - -0.011475706302708479, 0.6066692510479186, -0.7948715166602786;, - -0.011470961995197532, 0.6066714725622198, -0.7948698896109305;, - -0.011470961995197532, 0.6066714725622198, -0.7948698896109305;, - -0.011470961995197532, 0.6066714725622198, -0.7948698896109305;, - -2.5930910680503166e-4, 0.06216562137850989, -0.9980658136001909;, - -2.5930910680503166e-4, 0.06216562137850989, -0.9980658136001909;, - -2.5930910680503166e-4, 0.06216562137850989, -0.9980658136001909;, - -2.657709282602877e-4, 0.06216448479143053, -0.9980658826933368;, - -2.657709282602877e-4, 0.06216448479143053, -0.9980658826933368;, - -2.657709282602877e-4, 0.06216448479143053, -0.9980658826933368;, - 0.010946804799978803, -0.49808934179673325, -0.8670566158291904;, - 0.010946804799978803, -0.49808934179673325, -0.8670566158291904;, - 0.010946804799978803, -0.49808934179673325, -0.8670566158291904;, - 0.010942417781902067, -0.49809155763671986, -0.8670553982901626;, - 0.010942417781902067, -0.49809155763671986, -0.8670553982901626;, - 0.010942417781902067, -0.49809155763671986, -0.8670553982901626;, - -0.011461711209773073, 0.606669483867296, -0.794871540892195;, - -0.011461711209773073, 0.606669483867296, -0.794871540892195;, - -0.011461711209773073, 0.606669483867296, -0.794871540892195;, - -0.011465896192979436, 0.6066675242851394, -0.7948729761428751;, - -0.011465896192979436, 0.6066675242851394, -0.7948729761428751;, - -0.011465896192979436, 0.6066675242851394, -0.7948729761428751;, - -2.5548787808208284e-4, 0.062164598675713806, -0.9980658782853122;, - -2.5548787808208284e-4, 0.062164598675713806, -0.9980658782853122;, - -2.5548787808208284e-4, 0.062164598675713806, -0.9980658782853122;, - -2.4791748069435244e-4, 0.06216593023064591, -0.9980657972576163;, - -2.4791748069435244e-4, 0.06216593023064591, -0.9980657972576163;, - -2.4791748069435244e-4, 0.06216593023064591, -0.9980657972576163;, - 0.010943758978763957, -0.4980885128561858, -0.8670571304707251;, - 0.010943758978763957, -0.4980885128561858, -0.8670571304707251;, - 0.010943758978763957, -0.4980885128561858, -0.8670571304707251;, - 0.01094368129319927, -0.49808855209438285, -0.8670571089105228;, - 0.01094368129319927, -0.49808855209438285, -0.8670571089105228;, - 0.01094368129319927, -0.49808855209438285, -0.8670571089105228;, - -0.011473758592571381, 0.606668961587706, -0.7948717657017726;, - -0.011473758592571381, 0.606668961587706, -0.7948717657017726;, - -0.011473758592571381, 0.606668961587706, -0.7948717657017726;, - -0.011477248259092352, 0.6066673275693981, -0.7948729624488454;, - -0.011477248259092352, 0.6066673275693981, -0.7948729624488454;, - -0.011477248259092352, 0.6066673275693981, -0.7948729624488454;, - -2.7647880033226837e-4, 0.062163154986472555, -0.9980659626104884;, - -2.7647880033226837e-4, 0.062163154986472555, -0.9980659626104884;, - -2.7647880033226837e-4, 0.062163154986472555, -0.9980659626104884;, - -2.5575537919603994e-4, 0.06216680008899565, -0.9980657410991928;, - -2.5575537919603994e-4, 0.06216680008899565, -0.9980657410991928;, - -2.5575537919603994e-4, 0.06216680008899565, -0.9980657410991928;, - 0.010927645599621316, -0.4980888716831876, -0.8670571275683157;, - 0.010927645599621316, -0.4980888716831876, -0.8670571275683157;, - 0.010927645599621316, -0.4980888716831876, -0.8670571275683157;, - 0.010921529491737926, -0.49809196082799656, -0.8670554300343679;, - 0.010921529491737926, -0.49809196082799656, -0.8670554300343679;, - 0.010921529491737926, -0.49809196082799656, -0.8670554300343679;, - -0.011482166820931106, 0.606666225891088, -0.7948737322418951;, - -0.011482166820931106, 0.606666225891088, -0.7948737322418951;, - -0.011482166820931106, 0.606666225891088, -0.7948737322418951;, - -0.011468808472553087, 0.6066724809396427, -0.7948691510574297;, - -0.011468808472553087, 0.6066724809396427, -0.7948691510574297;, - -0.011468808472553087, 0.6066724809396427, -0.7948691510574297;, - -2.590879870400723e-4, 0.0621656602718034, -0.9980658112351037;, - -2.590879870400723e-4, 0.0621656602718034, -0.9980658112351037;, - -2.590879870400723e-4, 0.0621656602718034, -0.9980658112351037;, - -2.664370464610032e-4, 0.06216436762596817, -0.998065889813375;, - -2.664370464610032e-4, 0.06216436762596817, -0.998065889813375;, - -2.664370464610032e-4, 0.06216436762596817, -0.998065889813375;, - 0.010946788367214518, -0.4980885053234254, -0.867057096556576;, - 0.010946788367214518, -0.4980885053234254, -0.867057096556576;, - 0.010946788367214518, -0.4980885053234254, -0.867057096556576;, - 0.010940672298226166, -0.4980915944722864, -0.8670553991560853;, - 0.010940672298226166, -0.4980915944722864, -0.8670553991560853;, - 0.010940672298226166, -0.4980915944722864, -0.8670553991560853;, - -0.9997771151269211, -0.021106075903223494, -5.036153874484943e-4;, - -0.9997771151269211, -0.021106075903223494, -5.036153874484943e-4;, - -0.9997771151269211, -0.021106075903223494, -5.036153874484943e-4;, - -0.9997771216395385, -0.02110576247221688, -5.038220180776823e-4;, - -0.9997771216395385, -0.02110576247221688, -5.038220180776823e-4;, - -0.9997771216395385, -0.02110576247221688, -5.038220180776823e-4;, - 0.9997771218092403, 0.021105749058491743, 5.040471323317726e-4;, - 0.9997771218092403, 0.021105749058491743, 5.040471323317726e-4;, - 0.9997771218092403, 0.021105749058491743, 5.040471323317726e-4;, - 0.9997771218123348, 0.021105748914837213, 5.040470095148827e-4;, - 0.9997771218123348, 0.021105748914837213, 5.040470095148827e-4;, - 0.9997771218123348, 0.021105748914837213, 5.040470095148827e-4;, - -0.9904462446717375, 0.07821524652317409, 0.11357205478009041;, - -0.9904462446717375, 0.07821524652317409, 0.11357205478009041;, - -0.9904462446717375, 0.07821524652317409, 0.11357205478009041;, - -0.9943267944609678, 0.10610923412195922, 0.007419989961417433;, - -0.9943267944609678, 0.10610923412195922, 0.007419989961417433;, - -0.9943267944609678, 0.10610923412195922, 0.007419989961417433;, - -0.9997771380706681, -0.021104973236649536, -5.04277606735597e-4;, - -0.9997771380706681, -0.021104973236649536, -5.04277606735597e-4;, - -0.9997771380706681, -0.021104973236649536, -5.04277606735597e-4;, - -0.9997772025308708, -0.021101930933050347, -5.037960333296905e-4;, - -0.9997772025308708, -0.021101930933050347, -5.037960333296905e-4;, - -0.9997772025308708, -0.021101930933050347, -5.037960333296905e-4;, - -0.9954625071374966, 0.09491658619101502, 0.006725960851287625;, - -0.9954625071374966, 0.09491658619101502, 0.006725960851287625;, - -0.9954625071374966, 0.09491658619101502, 0.006725960851287625;, - -0.9938369203630751, 0.10805793222386728, -0.0247317408756589;, - -0.9938369203630751, 0.10805793222386728, -0.0247317408756589;, - -0.9938369203630751, 0.10805793222386728, -0.0247317408756589;, - -0.9997771095041441, -0.021106321338685445, -5.044909185551507e-4;, - -0.9997771095041441, -0.021106321338685445, -5.044909185551507e-4;, - -0.9997771095041441, -0.021106321338685445, -5.044909185551507e-4;, - -0.9997771153357351, -0.021106059865033444, -5.038729303294032e-4;, - -0.9997771153357351, -0.021106059865033444, -5.038729303294032e-4;, - -0.9997771153357351, -0.021106059865033444, -5.038729303294032e-4;, - -0.9997771247111278, -0.021105525973163574, -5.076196864639291e-4;, - -0.9997771247111278, -0.021105525973163574, -5.076196864639291e-4;, - -0.9997771247111278, -0.021105525973163574, -5.076196864639291e-4;, - -0.9997771224495743, -0.021105700305582113, -5.048178482717254e-4;, - -0.9997771224495743, -0.021105700305582113, -5.048178482717254e-4;, - -0.9997771224495743, -0.021105700305582113, -5.048178482717254e-4;, - -0.9997771311112, -0.02110530626851015, -5.041372540052794e-4;, - -0.9997771311112, -0.02110530626851015, -5.041372540052794e-4;, - -0.9997771311112, -0.02110530626851015, -5.041372540052794e-4;, - -0.9997770585026294, -0.02110876778344874, -5.032042274208343e-4;, - -0.9997770585026294, -0.02110876778344874, -5.032042274208343e-4;, - -0.9997770585026294, -0.02110876778344874, -5.032042274208343e-4;, - -0.9997772043964297, -0.021101853141257634, -5.033520284626948e-4;, - -0.9997772043964297, -0.021101853141257634, -5.033520284626948e-4;, - -0.9997772043964297, -0.021101853141257634, -5.033520284626948e-4;, - -0.9997771181862936, -0.021105906355787105, -5.046464217078251e-4;, - -0.9997771181862936, -0.021105906355787105, -5.046464217078251e-4;, - -0.9997771181862936, -0.021105906355787105, -5.046464217078251e-4;, - -0.999777141539769, -0.021104816920916467, -5.03941765754094e-4;, - -0.999777141539769, -0.021104816920916467, -5.03941765754094e-4;, - -0.999777141539769, -0.021104816920916467, -5.03941765754094e-4;, - -0.9997771189819736, -0.021105864320540575, -5.048280773293456e-4;, - -0.9997771189819736, -0.021105864320540575, -5.048280773293456e-4;, - -0.9997771189819736, -0.021105864320540575, -5.048280773293456e-4;, - -0.9997771197443475, -0.02110582902906631, -5.047937129116276e-4;, - -0.9997771197443475, -0.02110582902906631, -5.047937129116276e-4;, - -0.9997771197443475, -0.02110582902906631, -5.047937129116276e-4;, - -0.9997771418724439, -0.021104804673803226, -5.037946483608679e-4;, - -0.9997771418724439, -0.021104804673803226, -5.037946483608679e-4;, - -0.9997771418724439, -0.021104804673803226, -5.037946483608679e-4;, - -0.9997771419542237, -0.021104800971039214, -5.037874718621099e-4;, - -0.9997771419542237, -0.021104800971039214, -5.037874718621099e-4;, - -0.9997771419542237, -0.021104800971039214, -5.037874718621099e-4;, - -0.9997770961695461, -0.02110695909240327, -5.04234728764368e-4;, - -0.9997770961695461, -0.02110695909240327, -5.04234728764368e-4;, - -0.9997770961695461, -0.02110695909240327, -5.04234728764368e-4;, - -0.9997771156267745, -0.02110602147048339, -5.049026586582123e-4;, - -0.9997771156267745, -0.02110602147048339, -5.049026586582123e-4;, - -0.9997771156267745, -0.02110602147048339, -5.049026586582123e-4;, - 0.9997771227405603, 0.021105677542377493, 5.051931153949116e-4;, - 0.9997771227405603, 0.021105677542377493, 5.051931153949116e-4;, - 0.9997771227405603, 0.021105677542377493, 5.051931153949116e-4;, - 0.9997771259308281, 0.021105567932858643, 5.03455781989795e-4;, - 0.9997771259308281, 0.021105567932858643, 5.03455781989795e-4;, - 0.9997771259308281, 0.021105567932858643, 5.03455781989795e-4;, - 0.9997771277909383, 0.0211054763077586, 5.036029434564947e-4;, - 0.9997771277909383, 0.0211054763077586, 5.036029434564947e-4;, - 0.9997771277909383, 0.0211054763077586, 5.036029434564947e-4;, - 0.9905659031202161, 0.13681915419755789, 0.007727264735698411;, - 0.9905659031202161, 0.13681915419755789, 0.007727264735698411;, - 0.9905659031202161, 0.13681915419755789, 0.007727264735698411;, - 0.9838378329948368, 0.12860317420317263, 0.12459671726370643;, - 0.9838378329948368, 0.12860317420317263, 0.12459671726370643;, - 0.9838378329948368, 0.12860317420317263, 0.12459671726370643;, - 0.9997771499959107, 0.02110441315340174, 5.040749000841035e-4;, - 0.9997771499959107, 0.02110441315340174, 5.040749000841035e-4;, - 0.9997771499959107, 0.02110441315340174, 5.040749000841035e-4;, - 0.9997770436807585, 0.021109450415292257, 5.040159988112417e-4;, - 0.9997770436807585, 0.021109450415292257, 5.040159988112417e-4;, - 0.9997770436807585, 0.021109450415292257, 5.040159988112417e-4;, - 0.9901150974674874, 0.13858427416279542, -0.021598442576242674;, - 0.9901150974674874, 0.13858427416279542, -0.021598442576242674;, - 0.9901150974674874, 0.13858427416279542, -0.021598442576242674;, - 0.9889591796160572, 0.14794868840711944, 0.008421796230525823;, - 0.9889591796160572, 0.14794868840711944, 0.008421796230525823;, - 0.9889591796160572, 0.14794868840711944, 0.008421796230525823;, - 0.9997771221378888, 0.021105723799796663, 5.044527409143177e-4;, - 0.9997771221378888, 0.021105723799796663, 5.044527409143177e-4;, - 0.9997771221378888, 0.021105723799796663, 5.044527409143177e-4;, - 0.9997771153452913, 0.021106059413036355, 5.038729021393558e-4;, - 0.9997771153452913, 0.021106059413036355, 5.038729021393558e-4;, - 0.9997771153452913, 0.021106059413036355, 5.038729021393558e-4;, - 0.9997771161080915, 0.021106023333489068, 5.038706519818347e-4;, - 0.9997771161080915, 0.021106023333489068, 5.038706519818347e-4;, - 0.9997771161080915, 0.021106023333489068, 5.038706519818347e-4;, - 0.9997771189513659, 0.02110588514415219, 5.040174483998109e-4;, - 0.9997771189513659, 0.02110588514415219, 5.040174483998109e-4;, - 0.9997771189513659, 0.02110588514415219, 5.040174483998109e-4;, - 0.9997771512954681, 0.021104385638573215, 5.026473289021577e-4;, - 0.9997771512954681, 0.021104385638573215, 5.026473289021577e-4;, - 0.9997771512954681, 0.021104385638573215, 5.026473289021577e-4;, - 0.9997771163679344, 0.021106013333979455, 5.037739212125678e-4;, - 0.9997771163679344, 0.021106013333979455, 5.037739212125678e-4;, - 0.9997771163679344, 0.021106013333979455, 5.037739212125678e-4;, - 0.9997771408048897, 0.021104850558341166, 5.039909821122809e-4;, - 0.9997771408048897, 0.021104850558341166, 5.039909821122809e-4;, - 0.9997771408048897, 0.021104850558341166, 5.039909821122809e-4;, - 0.9997770600001952, 0.021108664691091884, 5.045516082240186e-4;, - 0.9997770600001952, 0.021108664691091884, 5.045516082240186e-4;, - 0.9997770600001952, 0.021108664691091884, 5.045516082240186e-4;, - 0.9997771377505746, 0.021105009723111707, 5.033844016557486e-4;, - 0.9997771377505746, 0.021105009723111707, 5.033844016557486e-4;, - 0.9997771377505746, 0.021105009723111707, 5.033844016557486e-4;, - 0.9997771183461881, 0.02110592668277818, 5.034781559977654e-4;, - 0.9997771183461881, 0.02110592668277818, 5.034781559977654e-4;, - 0.9997771183461881, 0.02110592668277818, 5.034781559977654e-4;, - 0.9997771442700385, 0.021104665333457128, 5.048726666753057e-4;, - 0.9997771442700385, 0.021104665333457128, 5.048726666753057e-4;, - 0.9997771442700385, 0.021104665333457128, 5.048726666753057e-4;, - 0.9997770957541172, 0.021106991006161546, 5.037222733062573e-4;, - 0.9997770957541172, 0.021106991006161546, 5.037222733062573e-4;, - 0.9997770957541172, 0.021106991006161546, 5.037222733062573e-4;, - -0.020243200245276188, 0.9978563870329658, 0.06223217577223067;, - -0.020243200245276188, 0.9978563870329658, 0.06223217577223067;, - -0.020243200245276188, 0.9978563870329658, 0.06223217577223067;, - -0.020243201700721945, 0.9978563870534162, 0.06223217497088502;, - -0.020243201700721945, 0.9978563870534162, 0.06223217497088502;, - -0.020243201700721945, 0.9978563870534162, 0.06223217497088502;, - -2.555133916945613e-4, 0.06216530337716879, -0.9980658343861547;, - -2.555133916945613e-4, 0.06216530337716879, -0.9980658343861547;, - -2.555133916945613e-4, 0.06216530337716879, -0.9980658343861547;, - -2.557858967288627e-4, 0.062164925149345365, -0.998065857874495;, - -2.557858967288627e-4, 0.062164925149345365, -0.998065857874495;, - -2.557858967288627e-4, 0.062164925149345365, -0.998065857874495;, - -0.9997771024946314, -0.021106664352805116, -5.04031087808403e-4;, - -0.9997771024946314, -0.021106664352805116, -5.04031087808403e-4;, - -0.9997771024946314, -0.021106664352805116, -5.04031087808403e-4;, - -0.9997771191322363, -0.021105883161150533, -5.037416342831245e-4;, - -0.9997771191322363, -0.021105883161150533, -5.037416342831245e-4;, - -0.9997771191322363, -0.021105883161150533, -5.037416342831245e-4;, - 2.546084461445613e-4, -0.06216492499318936, 0.9980658581852855;, - 2.546084461445613e-4, -0.06216492499318936, 0.9980658581852855;, - 2.546084461445613e-4, -0.06216492499318936, 0.9980658581852855;, - 2.558174472760219e-4, -0.0621664652823032, 0.9980657619374277;, - 2.558174472760219e-4, -0.0621664652823032, 0.9980657619374277;, - 2.558174472760219e-4, -0.0621664652823032, 0.9980657619374277;, - -2.5492348491355224e-4, 0.06216571367403004, -0.9980658089812592;, - -2.5492348491355224e-4, 0.06216571367403004, -0.9980658089812592;, - -2.5492348491355224e-4, 0.06216571367403004, -0.9980658089812592;, - -2.549235592204354e-4, 0.0621657135708945, -0.9980658089876642;, - -2.549235592204354e-4, 0.0621657135708945, -0.9980658089876642;, - -2.549235592204354e-4, 0.0621657135708945, -0.9980658089876642;, - 0.9997771196078397, 0.02110585199539104, 5.041033624782663e-4;, - 0.9997771196078397, 0.02110585199539104, 5.041033624782663e-4;, - 0.9997771196078397, 0.02110585199539104, 5.041033624782663e-4;, - 0.9997771109171266, 0.021106265985470173, 5.040063036971667e-4;, - 0.9997771109171266, 0.021106265985470173, 5.040063036971667e-4;, - 0.9997771109171266, 0.021106265985470173, 5.040063036971667e-4;, - 2.5545702973135974e-4, -0.06216528020366291, 0.9980658358439618;, - 2.5545702973135974e-4, -0.06216528020366291, 0.9980658358439618;, - 2.5545702973135974e-4, -0.06216528020366291, 0.9980658358439618;, - 2.5545687255074665e-4, -0.06216528000341176, 0.9980658358564749;, - 2.5545687255074665e-4, -0.06216528000341176, 0.9980658358564749;, - 2.5545687255074665e-4, -0.06216528000341176, 0.9980658358564749;, - -2.584210285553769e-4, 0.062165719007967496, -0.9980658077495664;, - -2.584210285553769e-4, 0.062165719007967496, -0.9980658077495664;, - -2.584210285553769e-4, 0.062165719007967496, -0.9980658077495664;, - -2.6159002928030623e-4, 0.0621607896218919, -0.998066113944482;, - -2.6159002928030623e-4, 0.0621607896218919, -0.998066113944482;, - -2.6159002928030623e-4, 0.0621607896218919, -0.998066113944482;, - -0.020252076900762715, 0.9978571828988201, 0.06221652448053106;, - -0.020252076900762715, 0.9978571828988201, 0.06221652448053106;, - -0.020252076900762715, 0.9978571828988201, 0.06221652448053106;, - -0.02024147633390907, 0.9978564119443314, 0.06223233707172552;, - -0.02024147633390907, 0.9978564119443314, 0.06223233707172552;, - -0.02024147633390907, 0.9978564119443314, 0.06223233707172552;, - -0.020246179995944878, 0.9978563638497923, 0.06223157815806022;, - -0.020246179995944878, 0.9978563638497923, 0.06223157815806022;, - -0.020246179995944878, 0.9978563638497923, 0.06223157815806022;, - -0.020234403391335726, 0.9978564379375783, 0.06223422037693524;, - -0.020234403391335726, 0.9978564379375783, 0.06223422037693524;, - -0.020234403391335726, 0.9978564379375783, 0.06223422037693524;, - -0.020244421669038348, 0.9978562969256399, 0.06223322325844454;, - -0.020244421669038348, 0.9978562969256399, 0.06223322325844454;, - -0.020244421669038348, 0.9978562969256399, 0.06223322325844454;, - -0.02023748762469915, 0.9978570827144964, 0.062222878197292476;, - -0.02023748762469915, 0.9978570827144964, 0.062222878197292476;, - -0.02023748762469915, 0.9978570827144964, 0.062222878197292476;, - 2.58706284690849e-4, -0.06216571299573725, 0.9980658080501456;, - 2.58706284690849e-4, -0.06216571299573725, 0.9980658080501456;, - 2.58706284690849e-4, -0.06216571299573725, 0.9980658080501456;, - 2.512258288763763e-4, -0.06215864211821928, 0.9980662503539542;, - 2.512258288763763e-4, -0.06215864211821928, 0.9980662503539542;, - 2.512258288763763e-4, -0.06215864211821928, 0.9980662503539542;, - 0.9997771146609312, 0.021106060588938703, 5.051798485961341e-4;, - 0.9997771146609312, 0.021106060588938703, 5.051798485961341e-4;, - 0.9997771146609312, 0.021106060588938703, 5.051798485961341e-4;, - 0.9997771146609312, 0.02110606058894062, 5.051798485961331e-4;, - 0.9997771146609312, 0.02110606058894062, 5.051798485961331e-4;, - 0.9997771146609312, 0.02110606058894062, 5.051798485961331e-4;, - 0.020253722478685957, -0.9978561178382086, -0.062233068529646524;, - 0.020253722478685957, -0.9978561178382086, -0.062233068529646524;, - 0.020253722478685957, -0.9978561178382086, -0.062233068529646524;, - 0.33851312567775815, -0.9161042451095319, -0.21485314946765188;, - 0.33851312567775815, -0.9161042451095319, -0.21485314946765188;, - 0.33851312567775815, -0.9161042451095319, -0.21485314946765188;, - 0.020237485107002455, -0.9978564931246524, -0.062232333441021505;, - 0.020237485107002455, -0.9978564931246524, -0.062232333441021505;, - 0.020237485107002455, -0.9978564931246524, -0.062232333441021505;, - 0.3386251331254595, -0.935713043765408, 0.09886414386945619;, - 0.3386251331254595, -0.935713043765408, 0.09886414386945619;, - 0.3386251331254595, -0.935713043765408, 0.09886414386945619;, - 0.4722420682517701, -0.8797367160282519, -0.0552334993017592;, - 0.4722420682517701, -0.8797367160282519, -0.0552334993017592;, - 0.4722420682517701, -0.8797367160282519, -0.0552334993017592;, - 0.472256571376228, -0.8797287007002274, -0.05523716100832419;, - 0.472256571376228, -0.8797287007002274, -0.05523716100832419;, - 0.472256571376228, -0.8797287007002274, -0.05523716100832419;, - -2.643971717279266e-4, 0.06216782575572703, -0.998065674960792;, - -2.643971717279266e-4, 0.06216782575572703, -0.998065674960792;, - -2.643971717279266e-4, 0.06216782575572703, -0.998065674960792;, - -2.6439717167542066e-4, 0.06216782575573092, -0.9980656749607918;, - -2.6439717167542066e-4, 0.06216782575573092, -0.9980656749607918;, - -2.6439717167542066e-4, 0.06216782575573092, -0.9980656749607918;, - -0.9997772495634173, -0.02109971245303439, -5.0337839416311e-4;, - -0.9997772495634173, -0.02109971245303439, -5.0337839416311e-4;, - -0.9997772495634173, -0.02109971245303439, -5.0337839416311e-4;, - -0.9997771478396081, -0.02110457406766468, -5.016085335899225e-4;, - -0.9997771478396081, -0.02110457406766468, -5.016085335899225e-4;, - -0.9997771478396081, -0.02110457406766468, -5.016085335899225e-4;, - 2.505808226211784e-4, -0.062161022206022896, 0.9980661022835882;, - 2.505808226211784e-4, -0.062161022206022896, 0.9980661022835882;, - 2.505808226211784e-4, -0.062161022206022896, 0.9980661022835882;, - 2.6525795912859455e-4, -0.06216544042459151, 0.9980658233077775;, - 2.6525795912859455e-4, -0.06216544042459151, 0.9980658233077775;, - 2.6525795912859455e-4, -0.06216544042459151, 0.9980658233077775;, - -2.5101638403423183e-4, 0.06216609660752983, -0.9980657861200124;, - -2.5101638403423183e-4, 0.06216609660752983, -0.9980657861200124;, - -2.5101638403423183e-4, 0.06216609660752983, -0.9980657861200124;, - -2.5842330728231133e-4, 0.06215849104605788, -0.9980662579249293;, - -2.5842330728231133e-4, 0.06215849104605788, -0.9980662579249293;, - -2.5842330728231133e-4, 0.06215849104605788, -0.9980662579249293;, - -0.020243827733220643, 0.9978565493392519, 0.06222936910710877;, - -0.020243827733220643, 0.9978565493392519, 0.06222936910710877;, - -0.020243827733220643, 0.9978565493392519, 0.06222936910710877;, - -0.020237633012326776, 0.9978564852619378, 0.06223241141680418;, - -0.020237633012326776, 0.9978564852619378, 0.06223241141680418;, - -0.020237633012326776, 0.9978564852619378, 0.06223241141680418;, - -0.020246183671536282, 0.9978563544852338, 0.06223172711871338;, - -0.020246183671536282, 0.9978563544852338, 0.06223172711871338;, - -0.020246183671536282, 0.9978563544852338, 0.06223172711871338;, - -0.020243328962439966, 0.9978563724576599, 0.06223236760849161;, - -0.020243328962439966, 0.9978563724576599, 0.06223236760849161;, - -0.020243328962439966, 0.9978563724576599, 0.06223236760849161;, - -0.020244523144288987, 0.9978564228010417, 0.0622311719106195;, - -0.020244523144288987, 0.9978564228010417, 0.0622311719106195;, - -0.020244523144288987, 0.9978564228010417, 0.0622311719106195;, - -0.02024658755829694, 0.9978563177881338, 0.06223218413772093;, - -0.02024658755829694, 0.9978563177881338, 0.06223218413772093;, - -0.02024658755829694, 0.9978563177881338, 0.06223218413772093;, - 2.4889962311031065e-4, -0.06216234853209466, 0.9980660200978451;, - 2.4889962311031065e-4, -0.06216234853209466, 0.9980660200978451;, - 2.4889962311031065e-4, -0.06216234853209466, 0.9980660200978451;, - 2.512787675803272e-4, -0.06216573513380829, 0.9980658085688809;, - 2.512787675803272e-4, -0.06216573513380829, 0.9980658085688809;, - 2.512787675803272e-4, -0.06216573513380829, 0.9980658085688809;, - -0.9997771135616267, -0.021106143975827975, -5.038698780053587e-4;, - -0.9997771135616267, -0.021106143975827975, -5.038698780053587e-4;, - -0.9997771135616267, -0.021106143975827975, -5.038698780053587e-4;, - -0.999777036941312, -0.021109751670917404, -5.047665230465991e-4;, - -0.999777036941312, -0.021109751670917404, -5.047665230465991e-4;, - -0.999777036941312, -0.021109751670917404, -5.047665230465991e-4;, - 0.020237928613848478, -0.9978564190597893, -0.062233376789268186;, - 0.020237928613848478, -0.9978564190597893, -0.062233376789268186;, - 0.020237928613848478, -0.9978564190597893, -0.062233376789268186;, - -0.30062263586493, -0.9291746498178749, -0.21508254448339437;, - -0.30062263586493, -0.9291746498178749, -0.21508254448339437;, - -0.30062263586493, -0.9291746498178749, -0.21508254448339437;, - 0.020237781001519684, -0.9978564965260821, -0.062232182677676155;, - 0.020237781001519684, -0.9978564965260821, -0.062232182677676155;, - 0.020237781001519684, -0.9978564965260821, -0.062232182677676155;, - -0.30052943927615355, -0.9486744567821485, 0.0984826440417622;, - -0.30052943927615355, -0.9486744567821485, 0.0984826440417622;, - -0.30052943927615355, -0.9486744567821485, 0.0984826440417622;, - -0.43586408351329237, -0.898290101396057, -0.055654240062904994;, - -0.43586408351329237, -0.898290101396057, -0.055654240062904994;, - -0.43586408351329237, -0.898290101396057, -0.055654240062904994;, - -0.4358660439675279, -0.8982891878377978, -0.05565363177553523;, - -0.4358660439675279, -0.8982891878377978, -0.05565363177553523;, - -0.4358660439675279, -0.8982891878377978, -0.05565363177553523;, - -2.6426018397344276e-4, 0.06216088066864668, -0.9980661075705625;, - -2.6426018397344276e-4, 0.06216088066864668, -0.9980661075705625;, - -2.6426018397344276e-4, 0.06216088066864668, -0.9980661075705625;, - -2.429713296846957e-4, 0.06216827729661487, -0.9980656522809029;, - -2.429713296846957e-4, 0.06216827729661487, -0.9980656522809029;, - -2.429713296846957e-4, 0.06216827729661487, -0.9980656522809029;, - 0.9997770509913247, 0.021109057423096843, 5.059701558124891e-4;, - 0.9997770509913247, 0.021109057423096843, 5.059701558124891e-4;, - 0.9997770509913247, 0.021109057423096843, 5.059701558124891e-4;, - 0.9997771975757636, 0.02110219769782562, 5.02453853211208e-4;, - 0.9997771975757636, 0.02110219769782562, 5.02453853211208e-4;, - 0.9997771975757636, 0.02110219769782562, 5.02453853211208e-4;, - 2.643990788680683e-4, -0.06216782446234451, 0.9980656750408494;, - 2.643990788680683e-4, -0.06216782446234451, 0.9980656750408494;, - 2.643990788680683e-4, -0.06216782446234451, 0.9980656750408494;, - 2.644029695331723e-4, -0.062167825633536886, 0.998065674966867;, - 2.644029695331723e-4, -0.062167825633536886, 0.998065674966867;, - 2.644029695331723e-4, -0.062167825633536886, 0.998065674966867;, - -0.9997771160064336, -0.021106014655140594, -5.044355609986869e-4;, - -0.9997771160064336, -0.021106014655140594, -5.044355609986869e-4;, - -0.9997771160064336, -0.021106014655140594, -5.044355609986869e-4;, - -0.9997771160273663, -0.02110601367541088, -5.044350657926225e-4;, - -0.9997771160273663, -0.02110601367541088, -5.044350657926225e-4;, - -0.9997771160273663, -0.02110601367541088, -5.044350657926225e-4;, - -0.02024338675478707, 0.9978563838012244, 0.06223216692225834;, - -0.02024338675478707, 0.9978563838012244, 0.06223216692225834;, - -0.02024338675478707, 0.9978563838012244, 0.06223216692225834;, - -0.020243442242056486, 0.9978563846573122, 0.06223213514600613;, - -0.020243442242056486, 0.9978563846573122, 0.06223213514600613;, - -0.020243442242056486, 0.9978563846573122, 0.06223213514600613;, - -0.9997771193873068, -0.021105863440731565, -5.040615439499506e-4;, - -0.9997771193873068, -0.021105863440731565, -5.040615439499506e-4;, - -0.9997771193873068, -0.021105863440731565, -5.040615439499506e-4;, - -0.999777135903002, -0.021105091815674114, -5.036119958942621e-4;, - -0.999777135903002, -0.021105091815674114, -5.036119958942621e-4;, - -0.999777135903002, -0.021105091815674114, -5.036119958942621e-4;, - 0.9997771025811371, 0.021106663330394185, 5.039022961836165e-4;, - 0.9997771025811371, 0.021106663330394185, 5.039022961836165e-4;, - 0.9997771025811371, 0.021106663330394185, 5.039022961836165e-4;, - 0.9997771281227718, 0.021105440995356932, 5.044234078694263e-4;, - 0.9997771281227718, 0.021105440995356932, 5.044234078694263e-4;, - 0.9997771281227718, 0.021105440995356932, 5.044234078694263e-4;, - -0.020243454937733673, 0.9978563596746388, 0.0622325315977252;, - -0.020243454937733673, 0.9978563596746388, 0.0622325315977252;, - -0.020243454937733673, 0.9978563596746388, 0.0622325315977252;, - -0.020243428865739783, 0.9978563494121053, 0.06223270463111952;, - -0.020243428865739783, 0.9978563494121053, 0.06223270463111952;, - -0.020243428865739783, 0.9978563494121053, 0.06223270463111952;, - -0.9997771361988896, -0.0211050692118165, -5.039717366561149e-4;, - -0.9997771361988896, -0.0211050692118165, -5.039717366561149e-4;, - -0.9997771361988896, -0.0211050692118165, -5.039717366561149e-4;, - -0.9997771277615403, -0.021105469258359575, -5.039566145518925e-4;, - -0.9997771277615403, -0.021105469258359575, -5.039566145518925e-4;, - -0.9997771277615403, -0.021105469258359575, -5.039566145518925e-4;, - 2.5498247163987175e-4, -0.062166134758406655, 0.9980657827383618;, - 2.5498247163987175e-4, -0.062166134758406655, 0.9980657827383618;, - 2.5498247163987175e-4, -0.062166134758406655, 0.9980657827383618;, - 2.55335911498643e-4, -0.0621653075248425, 0.9980658341732344;, - 2.55335911498643e-4, -0.0621653075248425, 0.9980658341732344;, - 2.55335911498643e-4, -0.0621653075248425, 0.9980658341732344;, - 0.9997771107442905, 0.021106274141564758, 5.040075989031478e-4;, - 0.9997771107442905, 0.021106274141564758, 5.040075989031478e-4;, - 0.9997771107442905, 0.021106274141564758, 5.040075989031478e-4;, - 0.9997771027125598, 0.021106653108577345, 5.040696716195509e-4;, - 0.9997771027125598, 0.021106653108577345, 5.040696716195509e-4;, - 0.9997771027125598, 0.021106653108577345, 5.040696716195509e-4;, - 0.07066299234951408, 0.9955705855513338, 0.062015729433642405;, - 0.07066299234951408, 0.9955705855513338, 0.062015729433642405;, - 0.07066299234951408, 0.9955705855513338, 0.062015729433642405;, - 0.07066286606137706, 0.9955705509710847, 0.06201642846151882;, - 0.07066286606137706, 0.9955705509710847, 0.06201642846151882;, - 0.07066286606137706, 0.9955705509710847, 0.06201642846151882;, - -0.11099572364247477, 0.9918891402071448, 0.06193450469822529;, - -0.11099572364247477, 0.9918891402071448, 0.06193450469822529;, - -0.11099572364247477, 0.9918891402071448, 0.06193450469822529;, - -0.11099575535045374, 0.9918891256827105, 0.0619346804833156;, - -0.11099575535045374, 0.9918891256827105, 0.0619346804833156;, - -0.11099575535045374, 0.9918891256827105, 0.0619346804833156;, - -2.5547919202266944e-4, 0.062164569257563446, -0.9980658801198466;, - -2.5547919202266944e-4, 0.062164569257563446, -0.9980658801198466;, - -2.5547919202266944e-4, 0.062164569257563446, -0.9980658801198466;, - -2.5537817440480327e-4, 0.06216465818347011, -0.9980658746069422;, - -2.5537817440480327e-4, 0.06216465818347011, -0.9980658746069422;, - -2.5537817440480327e-4, 0.06216465818347011, -0.9980658746069422;, - -2.5489802023875857e-4, 0.062165132716340166, -0.9980658451732326;, - -2.5489802023875857e-4, 0.062165132716340166, -0.9980658451732326;, - -2.5489802023875857e-4, 0.062165132716340166, -0.9980658451732326;, - -2.5548095207257755e-4, 0.0621646560172946, -0.9980658747155593;, - -2.5548095207257755e-4, 0.0621646560172946, -0.9980658747155593;, - -2.5548095207257755e-4, 0.0621646560172946, -0.9980658747155593;, - -0.999777114018223, -0.021106160584222804, -5.022656530799975e-4;, - -0.999777114018223, -0.021106160584222804, -5.022656530799975e-4;, - -0.999777114018223, -0.021106160584222804, -5.022656530799975e-4;, - -0.9997771143223222, -0.021106144416113522, -5.023397419874308e-4;, - -0.9997771143223222, -0.021106144416113522, -5.023397419874308e-4;, - -0.9997771143223222, -0.021106144416113522, -5.023397419874308e-4;, - 0.9997771197871169, 0.021105885893318032, 5.023254275063398e-4;, - 0.9997771197871169, 0.021105885893318032, 5.023254275063398e-4;, - 0.9997771197871169, 0.021105885893318032, 5.023254275063398e-4;, - 0.9997771244431471, 0.021105711107976925, 5.00398659672549e-4;, - 0.9997771244431471, 0.021105711107976925, 5.00398659672549e-4;, - 0.9997771244431471, 0.021105711107976925, 5.00398659672549e-4;, - 2.5561020941253205e-4, -0.062165136638045106, 0.9980658447468254;, - 2.5561020941253205e-4, -0.062165136638045106, 0.9980658447468254;, - 2.5561020941253205e-4, -0.062165136638045106, 0.9980658447468254;, - 2.5358625256384504e-4, -0.06216450791913524, 0.9980658844230597;, - 2.5358625256384504e-4, -0.06216450791913524, 0.9980658844230597;, - 2.5358625256384504e-4, -0.06216450791913524, 0.9980658844230597;, - 2.6066203624122903e-4, -0.062166149746984284, 0.9980657803376181;, - 2.6066203624122903e-4, -0.062166149746984284, 0.9980657803376181;, - 2.6066203624122903e-4, -0.062166149746984284, 0.9980657803376181;, - 2.5739948539756937e-4, -0.06216513627340586, 0.9980658443096897;, - 2.5739948539756937e-4, -0.06216513627340586, 0.9980658443096897;, - 2.5739948539756937e-4, -0.06216513627340586, 0.9980658443096897;, - -0.020243110885847748, 0.9978565911202858, 0.06222893233429472;, - -0.020243110885847748, 0.9978565911202858, 0.06222893233429472;, - -0.020243110885847748, 0.9978565911202858, 0.06222893233429472;, - -0.02024316916877404, 0.9978564968667225, 0.062230424736435475;, - -0.02024316916877404, 0.9978564968667225, 0.062230424736435475;, - -0.02024316916877404, 0.9978564968667225, 0.062230424736435475;, - -0.02024507555630682, 0.997856353144349, 0.06223210911723885;, - -0.02024507555630682, 0.997856353144349, 0.06223210911723885;, - -0.02024507555630682, 0.997856353144349, 0.06223210911723885;, - -0.020244926856784657, 0.99785635149292, 0.06223218397101006;, - -0.020244926856784657, 0.99785635149292, 0.06223218397101006;, - -0.020244926856784657, 0.99785635149292, 0.06223218397101006;, - -0.020240140360830616, 0.9978564658890662, 0.06223190661997162;, - -0.020240140360830616, 0.9978564658890662, 0.06223190661997162;, - -0.020240140360830616, 0.9978564658890662, 0.06223190661997162;, - -0.020239305401545785, 0.9978564653694744, 0.062232186505071466;, - -0.020239305401545785, 0.9978564653694744, 0.062232186505071466;, - -0.020239305401545785, 0.9978564653694744, 0.062232186505071466;, - -0.9997771088818282, -0.021106365124705234, -5.038919683274955e-4;, - -0.9997771088818282, -0.021106365124705234, -5.038919683274955e-4;, - -0.9997771088818282, -0.021106365124705234, -5.038919683274955e-4;, - -0.9997771088757021, -0.021106365407227025, -5.038922893504952e-4;, - -0.9997771088757021, -0.021106365407227025, -5.038922893504952e-4;, - -0.9997771088757021, -0.021106365407227025, -5.038922893504952e-4;, - -2.553775617945734e-4, 0.06216454439878767, -0.9980658816941856;, - -2.553775617945734e-4, 0.06216454439878767, -0.9980658816941856;, - -2.553775617945734e-4, 0.06216454439878767, -0.9980658816941856;, - -2.553825530736289e-4, 0.06216458163944679, -0.9980658793733729;, - -2.553825530736289e-4, 0.06216458163944679, -0.9980658793733729;, - -2.553825530736289e-4, 0.06216458163944679, -0.9980658793733729;, - 0.9997771212560879, 0.02110577983050805, 5.038557689177174e-4;, - 0.9997771212560879, 0.02110577983050805, 5.038557689177174e-4;, - 0.9997771212560879, 0.02110577983050805, 5.038557689177174e-4;, - 0.9997771212494725, 0.021105780150647176, 5.038554855031998e-4;, - 0.9997771212494725, 0.021105780150647176, 5.038554855031998e-4;, - 0.9997771212494725, 0.021105780150647176, 5.038554855031998e-4;, - 2.5714956849355635e-4, -0.062165067230875046, 0.9980658486744651;, - 2.5714956849355635e-4, -0.062165067230875046, 0.9980658486744651;, - 2.5714956849355635e-4, -0.062165067230875046, 0.9980658486744651;, - 2.5277078434579744e-4, -0.062166073751504375, 0.998065787100857;, - 2.5277078434579744e-4, -0.062166073751504375, 0.998065787100857;, - 2.5277078434579744e-4, -0.062166073751504375, 0.998065787100857;, - -0.020239361324874403, 0.9978564642440446, 0.062232186363126885;, - -0.020239361324874403, 0.9978564642440446, 0.062232186363126885;, - -0.020239361324874403, 0.9978564642440446, 0.062232186363126885;, - -0.020239629971126865, 0.9978564614225716, 0.06223214423315178;, - -0.020239629971126865, 0.9978564614225716, 0.06223214423315178;, - -0.020239629971126865, 0.9978564614225716, 0.06223214423315178;, - -2.557199082745952e-4, 0.0621653957802316, -0.9980658285778627;, - -2.557199082745952e-4, 0.0621653957802316, -0.9980658285778627;, - -2.557199082745952e-4, 0.0621653957802316, -0.9980658285778627;, - -2.5706086534109396e-4, 0.06216508754323824, -0.9980658474321487;, - -2.5706086534109396e-4, 0.06216508754323824, -0.9980658474321487;, - -2.5706086534109396e-4, 0.06216508754323824, -0.9980658474321487;, - -2.572209693994376e-4, 0.06216555699193808, -0.9980658181509149;, - -2.572209693994376e-4, 0.06216555699193808, -0.9980658181509149;, - -2.572209693994376e-4, 0.06216555699193808, -0.9980658181509149;, - -2.557248198491724e-4, 0.06216563791695787, -0.9980658134948789;, - -2.557248198491724e-4, 0.06216563791695787, -0.9980658134948789;, - -2.557248198491724e-4, 0.06216563791695787, -0.9980658134948789;, - -0.2182763738011169, -0.9740066506164956, -0.06055137649196051;, - -0.2182763738011169, -0.9740066506164956, -0.06055137649196051;, - -0.2182763738011169, -0.9740066506164956, -0.06055137649196051;, - -0.21827488489114394, -0.9740069693885732, -0.06055161606633476;, - -0.21827488489114394, -0.9740069693885732, -0.06055161606633476;, - -0.21827488489114394, -0.9740069693885732, -0.06055161606633476;, - 0.0022593190979956256, -0.16062805000656621, 0.9870124239483015;, - 0.0022593190979956256, -0.16062805000656621, 0.9870124239483015;, - 0.0022593190979956256, -0.16062805000656621, 0.9870124239483015;, - -0.02063208644570572, -0.15510344283760355, 0.9876827623426558;, - -0.02063208644570572, -0.15510344283760355, 0.9876827623426558;, - -0.02063208644570572, -0.15510344283760355, 0.9876827623426558;, - -2.5858033302297845e-4, 0.06216473827303775, -0.9980658687940672;, - -2.5858033302297845e-4, 0.06216473827303775, -0.9980658687940672;, - -2.5858033302297845e-4, 0.06216473827303775, -0.9980658687940672;, - -2.5849052260588397e-4, 0.062164758917183066, -0.9980658675315064;, - -2.5849052260588397e-4, 0.062164758917183066, -0.9980658675315064;, - -2.5849052260588397e-4, 0.062164758917183066, -0.9980658675315064;, - -2.584990078216677e-4, 0.06216517726608481, -0.9980658414722644;, - -2.584990078216677e-4, 0.06216517726608481, -0.9980658414722644;, - -2.584990078216677e-4, 0.06216517726608481, -0.9980658414722644;, - -2.569430688043788e-4, 0.06216562623637101, -0.9980658139095333;, - -2.569430688043788e-4, 0.06216562623637101, -0.9980658139095333;, - -2.569430688043788e-4, 0.06216562623637101, -0.9980658139095333;, - -0.020241065780075007, 0.9978564334965552, 0.06223212502897331;, - -0.020241065780075007, 0.9978564334965552, 0.06223212502897331;, - -0.020241065780075007, 0.9978564334965552, 0.06223212502897331;, - -0.02024073671046683, 0.9978564369530866, 0.0622321766348283;, - -0.02024073671046683, 0.9978564369530866, 0.0622321766348283;, - -0.02024073671046683, 0.9978564369530866, 0.0622321766348283;, - 0.25768356157496336, -0.9643437761235766, -0.06033459659070767;, - 0.25768356157496336, -0.9643437761235766, -0.06033459659070767;, - 0.25768356157496336, -0.9643437761235766, -0.06033459659070767;, - 0.2576911190299226, -0.9643416943377848, -0.06033559260367599;, - 0.2576911190299226, -0.9643416943377848, -0.06033559260367599;, - 0.2576911190299226, -0.9643416943377848, -0.06033559260367599;, - 0.025880958764652434, -0.15776633620149957, 0.9871372544560244;, - 0.025880958764652434, -0.15776633620149957, 0.9871372544560244;, - 0.025880958764652434, -0.15776633620149957, 0.9871372544560244;, - 0.002196132985525087, -0.15753911676646606, 0.9875103056112132;, - 0.002196132985525087, -0.15753911676646606, 0.9875103056112132;, - 0.002196132985525087, -0.15753911676646606, 0.9875103056112132;, - 2.5706086689403755e-4, -0.06216508762010524, 0.9980658474273606;, - 2.5706086689403755e-4, -0.06216508762010524, 0.9980658474273606;, - 2.5706086689403755e-4, -0.06216508762010524, 0.9980658474273606;, - 2.528598557964482e-4, -0.062166053277284146, 0.9980657883535631;, - 2.528598557964482e-4, -0.062166053277284146, 0.9980657883535631;, - 2.528598557964482e-4, -0.062166053277284146, 0.9980657883535631;, - -2.5535852223395174e-4, 0.062165429046350126, -0.9980658265983805;, - -2.5535852223395174e-4, 0.062165429046350126, -0.9980658265983805;, - -2.5535852223395174e-4, 0.062165429046350126, -0.9980658265983805;, - -2.553585222339341e-4, 0.062165429046350126, -0.9980658265983805;, - -2.553585222339341e-4, 0.062165429046350126, -0.9980658265983805;, - -2.553585222339341e-4, 0.062165429046350126, -0.9980658265983805;, - 0.999777124808145, 0.021105608854478607, 5.039694839041429e-4;, - 0.999777124808145, 0.021105608854478607, 5.039694839041429e-4;, - 0.999777124808145, 0.021105608854478607, 5.039694839041429e-4;, - 0.9997771306846029, 0.02110532995050687, 5.039918080976873e-4;, - 0.9997771306846029, 0.02110532995050687, 5.039918080976873e-4;, - 0.9997771306846029, 0.02110532995050687, 5.039918080976873e-4;, - -0.999777130620481, -0.02110533487699788, -5.039126984097104e-4;, - -0.999777130620481, -0.02110533487699788, -5.039126984097104e-4;, - -0.999777130620481, -0.02110533487699788, -5.039126984097104e-4;, - -0.9997771248052327, -0.021105608991273495, -5.039695324581589e-4;, - -0.9997771248052327, -0.021105608991273495, -5.039695324581589e-4;, - -0.9997771248052327, -0.021105608991273495, -5.039695324581589e-4;, - 2.552756001169446e-4, -0.06216487881921731, 0.9980658608908333;, - 2.552756001169446e-4, -0.06216487881921731, 0.9980658608908333;, - 2.552756001169446e-4, -0.06216487881921731, 0.9980658608908333;, - 2.5535294341839704e-4, -0.06216515314123941, 0.9980658437847678;, - 2.5535294341839704e-4, -0.06216515314123941, 0.9980658437847678;, - 2.5535294341839704e-4, -0.06216515314123941, 0.9980658437847678;, - 2.564471551038851e-4, -0.06216386405071551, 0.9980659237951874;, - 2.564471551038851e-4, -0.06216386405071551, 0.9980659237951874;, - 2.564471551038851e-4, -0.06216386405071551, 0.9980659237951874;, - 2.54342447144133e-4, -0.06216742348803148, 0.9980657026302324;, - 2.54342447144133e-4, -0.06216742348803148, 0.9980657026302324;, - 2.54342447144133e-4, -0.06216742348803148, 0.9980657026302324;, - -0.014113458011976983, 0.6605928533685574, 0.750611678820235;, - -0.014113458011976983, 0.6605928533685574, 0.750611678820235;, - -0.014113458011976983, 0.6605928533685574, 0.750611678820235;, - -0.014114047165251513, 0.6605933646811314, 0.7506112177498274;, - -0.014114047165251513, 0.6605933646811314, 0.7506112177498274;, - -0.014114047165251513, 0.6605933646811314, 0.7506112177498274;, - -2.5484038885187257e-4, 0.06216473486509444, -0.9980658699682746;, - -2.5484038885187257e-4, 0.06216473486509444, -0.9980658699682746;, - -2.5484038885187257e-4, 0.06216473486509444, -0.9980658699682746;, - -2.554114584779034e-4, 0.062165616071357344, -0.9980658149357965;, - -2.554114584779034e-4, 0.062165616071357344, -0.9980658149357965;, - -2.554114584779034e-4, 0.062165616071357344, -0.9980658149357965;, - -0.014475574828712801, 0.7486799242264659, -0.6627735878817378;, - -0.014475574828712801, 0.7486799242264659, -0.6627735878817378;, - -0.014475574828712801, 0.7486799242264659, -0.6627735878817378;, - -0.014476113944705766, 0.7486794752431942, -0.662774083285274;, - -0.014476113944705766, 0.7486794752431942, -0.662774083285274;, - -0.014476113944705766, 0.7486794752431942, -0.662774083285274;, - -0.02024284994624907, 0.9978563854423639, 0.06223231522251402;, - -0.02024284994624907, 0.9978563854423639, 0.06223231522251402;, - -0.02024284994624907, 0.9978563854423639, 0.06223231522251402;, - -0.020242928305612338, 0.9978563890462269, 0.062232231948076214;, - -0.020242928305612338, 0.9978563890462269, 0.062232231948076214;, - -0.020242928305612338, 0.9978563890462269, 0.062232231948076214;, - -2.537030104601765e-4, 0.06216486982474762, -0.9980658618520396;, - -2.537030104601765e-4, 0.06216486982474762, -0.9980658618520396;, - -2.537030104601765e-4, 0.06216486982474762, -0.9980658618520396;, - -2.542386725102166e-4, 0.06216569639544174, -0.9980658102321546;, - -2.542386725102166e-4, 0.06216569639544174, -0.9980658102321546;, - -2.542386725102166e-4, 0.06216569639544174, -0.9980658102321546;, - 2.5651857576750725e-4, -0.06216737762123872, 0.9980657049302509;, - 2.5651857576750725e-4, -0.06216737762123872, 0.9980657049302509;, - 2.5651857576750725e-4, -0.06216737762123872, 0.9980657049302509;, - 2.5651857576750714e-4, -0.06216737762124041, 0.9980657049302508;, - 2.5651857576750714e-4, -0.06216737762124041, 0.9980657049302508;, - 2.5651857576750714e-4, -0.06216737762124041, 0.9980657049302508;, - 0.999777040852467, 0.02110957020591749, 5.046087651971173e-4;, - 0.999777040852467, 0.02110957020591749, 5.046087651971173e-4;, - 0.999777040852467, 0.02110957020591749, 5.046087651971173e-4;, - 0.9997770789618691, 0.021107757149491237, 5.049461266640625e-4;, - 0.9997770789618691, 0.021107757149491237, 5.049461266640625e-4;, - 0.9997770789618691, 0.021107757149491237, 5.049461266640625e-4;, - -0.9997771533019302, -0.02110420722533716, -5.061352377409104e-4;, - -0.9997771533019302, -0.02110420722533716, -5.061352377409104e-4;, - -0.9997771533019302, -0.02110420722533716, -5.061352377409104e-4;, - -0.9997770784351191, -0.02110772654667658, -5.072630171986014e-4;, - -0.9997770784351191, -0.02110772654667658, -5.072630171986014e-4;, - -0.9997770784351191, -0.02110772654667658, -5.072630171986014e-4;, - -0.999777075475511, -0.02110795430906455, -5.036055210748333e-4;, - -0.999777075475511, -0.02110795430906455, -5.036055210748333e-4;, - -0.999777075475511, -0.02110795430906455, -5.036055210748333e-4;, - -0.9997771503438951, -0.02110443461220101, -5.024837708257881e-4;, - -0.9997771503438951, -0.02110443461220101, -5.024837708257881e-4;, - -0.9997771503438951, -0.02110443461220101, -5.024837708257881e-4;, - -0.020244221890526517, 0.9978564421718198, 0.06223095930680283;, - -0.020244221890526517, 0.9978564421718198, 0.06223095930680283;, - -0.020244221890526517, 0.9978564421718198, 0.06223095930680283;, - -0.020242936844610992, 0.9978563830723605, 0.062232324957787036;, - -0.020242936844610992, 0.9978563830723605, 0.062232324957787036;, - -0.020242936844610992, 0.9978563830723605, 0.062232324957787036;, - -0.014476402179752334, 0.7486792647197984, -0.6627743147999567;, - -0.014476402179752334, 0.7486792647197984, -0.6627743147999567;, - -0.014476402179752334, 0.7486792647197984, -0.6627743147999567;, - -0.014475946144375758, 0.7486796445129266, -0.6627738957406387;, - -0.014475946144375758, 0.7486796445129266, -0.6627738957406387;, - -0.014475946144375758, 0.7486796445129266, -0.6627738957406387;, - -0.01411344865995902, 0.6605920609840124, 0.7506123763513479;, - -0.01411344865995902, 0.6605920609840124, 0.7506123763513479;, - -0.01411344865995902, 0.6605920609840124, 0.7506123763513479;, - -0.014113792241348412, 0.6605923591704836, 0.7506121074657288;, - -0.014113792241348412, 0.6605923591704836, 0.7506121074657288;, - -0.014113792241348412, 0.6605923591704836, 0.7506121074657288;, - -2.5608801331240426e-4, 0.0621641396245599, -0.9980659067234326;, - -2.5608801331240426e-4, 0.0621641396245599, -0.9980659067234326;, - -2.5608801331240426e-4, 0.0621641396245599, -0.9980659067234326;, - -2.552154443343866e-4, 0.062165353403389585, -0.9980658313464642;, - -2.552154443343866e-4, 0.062165353403389585, -0.9980658313464642;, - -2.552154443343866e-4, 0.062165353403389585, -0.9980658313464642;, - 2.5582935657433566e-4, -0.062166137729440664, 0.9980657823365876;, - 2.5582935657433566e-4, -0.062166137729440664, 0.9980657823365876;, - 2.5582935657433566e-4, -0.062166137729440664, 0.9980657823365876;, - 2.546010032430604e-4, -0.06216456939431499, 0.9980658803357365;, - 2.546010032430604e-4, -0.06216456939431499, 0.9980658803357365;, - 2.546010032430604e-4, -0.06216456939431499, 0.9980658803357365;, - 0.9997770790277077, 0.021107752085496208, 5.050274466143155e-4;, - 0.9997770790277077, 0.021107752085496208, 5.050274466143155e-4;, - 0.9997770790277077, 0.021107752085496208, 5.050274466143155e-4;, - 0.9997770368864928, 0.02110987412928855, 4.99728636642756e-4;, - 0.9997770368864928, 0.02110987412928855, 4.99728636642756e-4;, - 0.9997770368864928, 0.02110987412928855, 4.99728636642756e-4;, - -0.02024340789434432, 0.9978563735717015, 0.062232324070020086;, - -0.02024340789434432, 0.9978563735717015, 0.062232324070020086;, - -0.02024340789434432, 0.9978563735717015, 0.062232324070020086;, - -0.020243464713164735, 0.9978563781794115, 0.062232231705718746;, - -0.020243464713164735, 0.9978563781794115, 0.062232231705718746;, - -0.020243464713164735, 0.9978563781794115, 0.062232231705718746;, - -0.014475355492244671, 0.7486799238033938, -0.6627735931501177;, - -0.014475355492244671, 0.7486799238033938, -0.6627735931501177;, - -0.014475355492244671, 0.7486799238033938, -0.6627735931501177;, - -0.014476099956452522, 0.7486789745940744, -0.6627746491310724;, - -0.014476099956452522, 0.7486789745940744, -0.6627746491310724;, - -0.014476099956452522, 0.7486789745940744, -0.6627746491310724;, - -0.01411403805737157, 0.6605934155073144, 0.7506111731902848;, - -0.01411403805737157, 0.6605934155073144, 0.7506111731902848;, - -0.01411403805737157, 0.6605934155073144, 0.7506111731902848;, - -0.01411315625419987, 0.660592245555641, 0.750612219413127;, - -0.01411315625419987, 0.660592245555641, 0.750612219413127;, - -0.01411315625419987, 0.660592245555641, 0.750612219413127;, - 0.99977719157378, 0.021102430514862373, 5.046139224993462e-4;, - 0.99977719157378, 0.021102430514862373, 5.046139224993462e-4;, - 0.99977719157378, 0.021102430514862373, 5.046139224993462e-4;, - 0.9997770755364688, 0.021107951874472904, 5.035865478165935e-4;, - 0.9997770755364688, 0.021107951874472904, 5.035865478165935e-4;, - 0.9997770755364688, 0.021107951874472904, 5.035865478165935e-4;, - 0.9997770779157862, 0.021107768868540013, 5.065249890960235e-4;, - 0.9997770779157862, 0.021107768868540013, 5.065249890960235e-4;, - 0.9997770779157862, 0.021107768868540013, 5.065249890960235e-4;, - 0.9997771924516379, 0.02110236295355654, 5.056988205100634e-4;, - 0.9997771924516379, 0.02110236295355654, 5.056988205100634e-4;, - 0.9997771924516379, 0.02110236295355654, 5.056988205100634e-4;, - -0.9997771136291351, -0.02110613878957684, -5.039531631863063e-4;, - -0.9997771136291351, -0.02110613878957684, -5.039531631863063e-4;, - -0.9997771136291351, -0.02110613878957684, -5.039531631863063e-4;, - -0.9997771144382784, -0.02110610075067852, -5.039410399256289e-4;, - -0.9997771144382784, -0.02110610075067852, -5.039410399256289e-4;, - -0.9997771144382784, -0.02110610075067852, -5.039410399256289e-4;, - -0.014475689523005673, 0.7486796979986797, -0.6627738409272346;, - -0.014475689523005673, 0.7486796979986797, -0.6627738409272346;, - -0.014475689523005673, 0.7486796979986797, -0.6627738409272346;, - -0.014476294258755637, 0.7486789269469821, -0.6627746987099383;, - -0.014476294258755637, 0.7486789269469821, -0.6627746987099383;, - -0.014476294258755637, 0.7486789269469821, -0.6627746987099383;, - -0.020243407361055215, 0.9978563450011491, 0.06223278235272931;, - -0.020243407361055215, 0.9978563450011491, 0.06223278235272931;, - -0.020243407361055215, 0.9978563450011491, 0.06223278235272931;, - -0.020243706152872517, 0.9978563692316887, 0.06223229663886724;, - -0.020243706152872517, 0.9978563692316887, 0.06223229663886724;, - -0.020243706152872517, 0.9978563692316887, 0.06223229663886724;, - -0.014113810443148212, 0.6605936675957058, 0.7506109556136449;, - -0.014113810443148212, 0.6605936675957058, 0.7506109556136449;, - -0.014113810443148212, 0.6605936675957058, 0.7506109556136449;, - -0.014113030847650289, 0.6605926332515685, 0.7506118805708127;, - -0.014113030847650289, 0.6605926332515685, 0.7506118805708127;, - -0.014113030847650289, 0.6605926332515685, 0.7506118805708127;, - -0.9997771141721502, -0.021106097053620463, -5.046233948279064e-4;, - -0.9997771141721502, -0.021106097053620463, -5.046233948279064e-4;, - -0.9997771141721502, -0.021106097053620463, -5.046233948279064e-4;, - -0.9997771148827055, -0.02110606659573224, -5.044895144142819e-4;, - -0.9997771148827055, -0.02110606659573224, -5.044895144142819e-4;, - -0.9997771148827055, -0.02110606659573224, -5.044895144142819e-4;; - 524; - 3;0, 1, 2 ;, - 3;3, 4, 5 ;, - 3;6, 7, 8 ;, - 3;9, 10, 11 ;, - 3;12, 13, 14 ;, - 3;15, 16, 17 ;, - 3;18, 19, 20 ;, - 3;21, 22, 23 ;, - 3;24, 25, 26 ;, - 3;27, 28, 29 ;, - 3;30, 31, 32 ;, - 3;33, 34, 35 ;, - 3;36, 37, 38 ;, - 3;39, 40, 41 ;, - 3;42, 43, 44 ;, - 3;45, 46, 47 ;, - 3;48, 49, 50 ;, - 3;51, 52, 53 ;, - 3;54, 55, 56 ;, - 3;57, 58, 59 ;, - 3;60, 61, 62 ;, - 3;63, 64, 65 ;, - 3;66, 67, 68 ;, - 3;69, 70, 71 ;, - 3;72, 73, 74 ;, - 3;75, 76, 77 ;, - 3;78, 79, 80 ;, - 3;81, 82, 83 ;, - 3;84, 85, 86 ;, - 3;87, 88, 89 ;, - 3;90, 91, 92 ;, - 3;93, 94, 95 ;, - 3;96, 97, 98 ;, - 3;99, 100, 101 ;, - 3;102, 103, 104 ;, - 3;105, 106, 107 ;, - 3;108, 109, 110 ;, - 3;111, 112, 113 ;, - 3;114, 115, 116 ;, - 3;117, 118, 119 ;, - 3;120, 121, 122 ;, - 3;123, 124, 125 ;, - 3;126, 127, 128 ;, - 3;129, 130, 131 ;, - 3;132, 133, 134 ;, - 3;135, 136, 137 ;, - 3;138, 139, 140 ;, - 3;141, 142, 143 ;, - 3;144, 145, 146 ;, - 3;147, 148, 149 ;, - 3;150, 151, 152 ;, - 3;153, 154, 155 ;, - 3;156, 157, 158 ;, - 3;159, 160, 161 ;, - 3;162, 163, 164 ;, - 3;165, 166, 167 ;, - 3;168, 169, 170 ;, - 3;171, 172, 173 ;, - 3;174, 175, 176 ;, - 3;177, 178, 179 ;, - 3;180, 181, 182 ;, - 3;183, 184, 185 ;, - 3;186, 187, 188 ;, - 3;189, 190, 191 ;, - 3;192, 193, 194 ;, - 3;195, 196, 197 ;, - 3;198, 199, 200 ;, - 3;201, 202, 203 ;, - 3;204, 205, 206 ;, - 3;207, 208, 209 ;, - 3;210, 211, 212 ;, - 3;213, 214, 215 ;, - 3;216, 217, 218 ;, - 3;219, 220, 221 ;, - 3;222, 223, 224 ;, - 3;225, 226, 227 ;, - 3;228, 229, 230 ;, - 3;231, 232, 233 ;, - 3;234, 235, 236 ;, - 3;237, 238, 239 ;, - 3;240, 241, 242 ;, - 3;243, 244, 245 ;, - 3;246, 247, 248 ;, - 3;249, 250, 251 ;, - 3;252, 253, 254 ;, - 3;255, 256, 257 ;, - 3;258, 259, 260 ;, - 3;261, 262, 263 ;, - 3;264, 265, 266 ;, - 3;267, 268, 269 ;, - 3;270, 271, 272 ;, - 3;273, 274, 275 ;, - 3;276, 277, 278 ;, - 3;279, 280, 281 ;, - 3;282, 283, 284 ;, - 3;285, 286, 287 ;, - 3;288, 289, 290 ;, - 3;291, 292, 293 ;, - 3;294, 295, 296 ;, - 3;297, 298, 299 ;, - 3;300, 301, 302 ;, - 3;303, 304, 305 ;, - 3;306, 307, 308 ;, - 3;309, 310, 311 ;, - 3;312, 313, 314 ;, - 3;315, 316, 317 ;, - 3;318, 319, 320 ;, - 3;321, 322, 323 ;, - 3;324, 325, 326 ;, - 3;327, 328, 329 ;, - 3;330, 331, 332 ;, - 3;333, 334, 335 ;, - 3;336, 337, 338 ;, - 3;339, 340, 341 ;, - 3;342, 343, 344 ;, - 3;345, 346, 347 ;, - 3;348, 349, 350 ;, - 3;351, 352, 353 ;, - 3;354, 355, 356 ;, - 3;357, 358, 359 ;, - 3;360, 361, 362 ;, - 3;363, 364, 365 ;, - 3;366, 367, 368 ;, - 3;369, 370, 371 ;, - 3;372, 373, 374 ;, - 3;375, 376, 377 ;, - 3;378, 379, 380 ;, - 3;381, 382, 383 ;, - 3;384, 385, 386 ;, - 3;387, 388, 389 ;, - 3;390, 391, 392 ;, - 3;393, 394, 395 ;, - 3;396, 397, 398 ;, - 3;399, 400, 401 ;, - 3;402, 403, 404 ;, - 3;405, 406, 407 ;, - 3;408, 409, 410 ;, - 3;411, 412, 413 ;, - 3;414, 415, 416 ;, - 3;417, 418, 419 ;, - 3;420, 421, 422 ;, - 3;423, 424, 425 ;, - 3;426, 427, 428 ;, - 3;429, 430, 431 ;, - 3;432, 433, 434 ;, - 3;435, 436, 437 ;, - 3;438, 439, 440 ;, - 3;441, 442, 443 ;, - 3;444, 445, 446 ;, - 3;447, 448, 449 ;, - 3;450, 451, 452 ;, - 3;453, 454, 455 ;, - 3;456, 457, 458 ;, - 3;459, 460, 461 ;, - 3;462, 463, 464 ;, - 3;465, 466, 467 ;, - 3;468, 469, 470 ;, - 3;471, 472, 473 ;, - 3;474, 475, 476 ;, - 3;477, 478, 479 ;, - 3;480, 481, 482 ;, - 3;483, 484, 485 ;, - 3;486, 487, 488 ;, - 3;489, 490, 491 ;, - 3;492, 493, 494 ;, - 3;495, 496, 497 ;, - 3;498, 499, 500 ;, - 3;501, 502, 503 ;, - 3;504, 505, 506 ;, - 3;507, 508, 509 ;, - 3;510, 511, 512 ;, - 3;513, 514, 515 ;, - 3;516, 517, 518 ;, - 3;519, 520, 521 ;, - 3;522, 523, 524 ;, - 3;525, 526, 527 ;, - 3;528, 529, 530 ;, - 3;531, 532, 533 ;, - 3;534, 535, 536 ;, - 3;537, 538, 539 ;, - 3;540, 541, 542 ;, - 3;543, 544, 545 ;, - 3;546, 547, 548 ;, - 3;549, 550, 551 ;, - 3;552, 553, 554 ;, - 3;555, 556, 557 ;, - 3;558, 559, 560 ;, - 3;561, 562, 563 ;, - 3;564, 565, 566 ;, - 3;567, 568, 569 ;, - 3;570, 571, 572 ;, - 3;573, 574, 575 ;, - 3;576, 577, 578 ;, - 3;579, 580, 581 ;, - 3;582, 583, 584 ;, - 3;585, 586, 587 ;, - 3;588, 589, 590 ;, - 3;591, 592, 593 ;, - 3;594, 595, 596 ;, - 3;597, 598, 599 ;, - 3;600, 601, 602 ;, - 3;603, 604, 605 ;, - 3;606, 607, 608 ;, - 3;609, 610, 611 ;, - 3;612, 613, 614 ;, - 3;615, 616, 617 ;, - 3;618, 619, 620 ;, - 3;621, 622, 623 ;, - 3;624, 625, 626 ;, - 3;627, 628, 629 ;, - 3;630, 631, 632 ;, - 3;633, 634, 635 ;, - 3;636, 637, 638 ;, - 3;639, 640, 641 ;, - 3;642, 643, 644 ;, - 3;645, 646, 647 ;, - 3;648, 649, 650 ;, - 3;651, 652, 653 ;, - 3;654, 655, 656 ;, - 3;657, 658, 659 ;, - 3;660, 661, 662 ;, - 3;663, 664, 665 ;, - 3;666, 667, 668 ;, - 3;669, 670, 671 ;, - 3;672, 673, 674 ;, - 3;675, 676, 677 ;, - 3;678, 679, 680 ;, - 3;681, 682, 683 ;, - 3;684, 685, 686 ;, - 3;687, 688, 689 ;, - 3;690, 691, 692 ;, - 3;693, 694, 695 ;, - 3;696, 697, 698 ;, - 3;699, 700, 701 ;, - 3;702, 703, 704 ;, - 3;705, 706, 707 ;, - 3;708, 709, 710 ;, - 3;711, 712, 713 ;, - 3;714, 715, 716 ;, - 3;717, 718, 719 ;, - 3;720, 721, 722 ;, - 3;723, 724, 725 ;, - 3;726, 727, 728 ;, - 3;729, 730, 731 ;, - 3;732, 733, 734 ;, - 3;735, 736, 737 ;, - 3;738, 739, 740 ;, - 3;741, 742, 743 ;, - 3;744, 745, 746 ;, - 3;747, 748, 749 ;, - 3;750, 751, 752 ;, - 3;753, 754, 755 ;, - 3;756, 757, 758 ;, - 3;759, 760, 761 ;, - 3;762, 763, 764 ;, - 3;765, 766, 767 ;, - 3;768, 769, 770 ;, - 3;771, 772, 773 ;, - 3;774, 775, 776 ;, - 3;777, 778, 779 ;, - 3;780, 781, 782 ;, - 3;783, 784, 785 ;, - 3;786, 787, 788 ;, - 3;789, 790, 791 ;, - 3;792, 793, 794 ;, - 3;795, 796, 797 ;, - 3;798, 799, 800 ;, - 3;801, 802, 803 ;, - 3;804, 805, 806 ;, - 3;807, 808, 809 ;, - 3;810, 811, 812 ;, - 3;813, 814, 815 ;, - 3;816, 817, 818 ;, - 3;819, 820, 821 ;, - 3;822, 823, 824 ;, - 3;825, 826, 827 ;, - 3;828, 829, 830 ;, - 3;831, 832, 833 ;, - 3;834, 835, 836 ;, - 3;837, 838, 839 ;, - 3;840, 841, 842 ;, - 3;843, 844, 845 ;, - 3;846, 847, 848 ;, - 3;849, 850, 851 ;, - 3;852, 853, 854 ;, - 3;855, 856, 857 ;, - 3;858, 859, 860 ;, - 3;861, 862, 863 ;, - 3;864, 865, 866 ;, - 3;867, 868, 869 ;, - 3;870, 871, 872 ;, - 3;873, 874, 875 ;, - 3;876, 877, 878 ;, - 3;879, 880, 881 ;, - 3;882, 883, 884 ;, - 3;885, 886, 887 ;, - 3;888, 889, 890 ;, - 3;891, 892, 893 ;, - 3;894, 895, 896 ;, - 3;897, 898, 899 ;, - 3;900, 901, 902 ;, - 3;903, 904, 905 ;, - 3;906, 907, 908 ;, - 3;909, 910, 911 ;, - 3;912, 913, 914 ;, - 3;915, 916, 917 ;, - 3;918, 919, 920 ;, - 3;921, 922, 923 ;, - 3;924, 925, 926 ;, - 3;927, 928, 929 ;, - 3;930, 931, 932 ;, - 3;933, 934, 935 ;, - 3;936, 937, 938 ;, - 3;939, 940, 941 ;, - 3;942, 943, 944 ;, - 3;945, 946, 947 ;, - 3;948, 949, 950 ;, - 3;951, 952, 953 ;, - 3;954, 955, 956 ;, - 3;957, 958, 959 ;, - 3;960, 961, 962 ;, - 3;963, 964, 965 ;, - 3;966, 967, 968 ;, - 3;969, 970, 971 ;, - 3;972, 973, 974 ;, - 3;975, 976, 977 ;, - 3;978, 979, 980 ;, - 3;981, 982, 983 ;, - 3;984, 985, 986 ;, - 3;987, 988, 989 ;, - 3;990, 991, 992 ;, - 3;993, 994, 995 ;, - 3;996, 997, 998 ;, - 3;999, 1000, 1001 ;, - 3;1002, 1003, 1004 ;, - 3;1005, 1006, 1007 ;, - 3;1008, 1009, 1010 ;, - 3;1011, 1012, 1013 ;, - 3;1014, 1015, 1016 ;, - 3;1017, 1018, 1019 ;, - 3;1020, 1021, 1022 ;, - 3;1023, 1024, 1025 ;, - 3;1026, 1027, 1028 ;, - 3;1029, 1030, 1031 ;, - 3;1032, 1033, 1034 ;, - 3;1035, 1036, 1037 ;, - 3;1038, 1039, 1040 ;, - 3;1041, 1042, 1043 ;, - 3;1044, 1045, 1046 ;, - 3;1047, 1048, 1049 ;, - 3;1050, 1051, 1052 ;, - 3;1053, 1054, 1055 ;, - 3;1056, 1057, 1058 ;, - 3;1059, 1060, 1061 ;, - 3;1062, 1063, 1064 ;, - 3;1065, 1066, 1067 ;, - 3;1068, 1069, 1070 ;, - 3;1071, 1072, 1073 ;, - 3;1074, 1075, 1076 ;, - 3;1077, 1078, 1079 ;, - 3;1080, 1081, 1082 ;, - 3;1083, 1084, 1085 ;, - 3;1086, 1087, 1088 ;, - 3;1089, 1090, 1091 ;, - 3;1092, 1093, 1094 ;, - 3;1095, 1096, 1097 ;, - 3;1098, 1099, 1100 ;, - 3;1101, 1102, 1103 ;, - 3;1104, 1105, 1106 ;, - 3;1107, 1108, 1109 ;, - 3;1110, 1111, 1112 ;, - 3;1113, 1114, 1115 ;, - 3;1116, 1117, 1118 ;, - 3;1119, 1120, 1121 ;, - 3;1122, 1123, 1124 ;, - 3;1125, 1126, 1127 ;, - 3;1128, 1129, 1130 ;, - 3;1131, 1132, 1133 ;, - 3;1134, 1135, 1136 ;, - 3;1137, 1138, 1139 ;, - 3;1140, 1141, 1142 ;, - 3;1143, 1144, 1145 ;, - 3;1146, 1147, 1148 ;, - 3;1149, 1150, 1151 ;, - 3;1152, 1153, 1154 ;, - 3;1155, 1156, 1157 ;, - 3;1158, 1159, 1160 ;, - 3;1161, 1162, 1163 ;, - 3;1164, 1165, 1166 ;, - 3;1167, 1168, 1169 ;, - 3;1170, 1171, 1172 ;, - 3;1173, 1174, 1175 ;, - 3;1176, 1177, 1178 ;, - 3;1179, 1180, 1181 ;, - 3;1182, 1183, 1184 ;, - 3;1185, 1186, 1187 ;, - 3;1188, 1189, 1190 ;, - 3;1191, 1192, 1193 ;, - 3;1194, 1195, 1196 ;, - 3;1197, 1198, 1199 ;, - 3;1200, 1201, 1202 ;, - 3;1203, 1204, 1205 ;, - 3;1206, 1207, 1208 ;, - 3;1209, 1210, 1211 ;, - 3;1212, 1213, 1214 ;, - 3;1215, 1216, 1217 ;, - 3;1218, 1219, 1220 ;, - 3;1221, 1222, 1223 ;, - 3;1224, 1225, 1226 ;, - 3;1227, 1228, 1229 ;, - 3;1230, 1231, 1232 ;, - 3;1233, 1234, 1235 ;, - 3;1236, 1237, 1238 ;, - 3;1239, 1240, 1241 ;, - 3;1242, 1243, 1244 ;, - 3;1245, 1246, 1247 ;, - 3;1248, 1249, 1250 ;, - 3;1251, 1252, 1253 ;, - 3;1254, 1255, 1256 ;, - 3;1257, 1258, 1259 ;, - 3;1260, 1261, 1262 ;, - 3;1263, 1264, 1265 ;, - 3;1266, 1267, 1268 ;, - 3;1269, 1270, 1271 ;, - 3;1272, 1273, 1274 ;, - 3;1275, 1276, 1277 ;, - 3;1278, 1279, 1280 ;, - 3;1281, 1282, 1283 ;, - 3;1284, 1285, 1286 ;, - 3;1287, 1288, 1289 ;, - 3;1290, 1291, 1292 ;, - 3;1293, 1294, 1295 ;, - 3;1296, 1297, 1298 ;, - 3;1299, 1300, 1301 ;, - 3;1302, 1303, 1304 ;, - 3;1305, 1306, 1307 ;, - 3;1308, 1309, 1310 ;, - 3;1311, 1312, 1313 ;, - 3;1314, 1315, 1316 ;, - 3;1317, 1318, 1319 ;, - 3;1320, 1321, 1322 ;, - 3;1323, 1324, 1325 ;, - 3;1326, 1327, 1328 ;, - 3;1329, 1330, 1331 ;, - 3;1332, 1333, 1334 ;, - 3;1335, 1336, 1337 ;, - 3;1338, 1339, 1340 ;, - 3;1341, 1342, 1343 ;, - 3;1344, 1345, 1346 ;, - 3;1347, 1348, 1349 ;, - 3;1350, 1351, 1352 ;, - 3;1353, 1354, 1355 ;, - 3;1356, 1357, 1358 ;, - 3;1359, 1360, 1361 ;, - 3;1362, 1363, 1364 ;, - 3;1365, 1366, 1367 ;, - 3;1368, 1369, 1370 ;, - 3;1371, 1372, 1373 ;, - 3;1374, 1375, 1376 ;, - 3;1377, 1378, 1379 ;, - 3;1380, 1381, 1382 ;, - 3;1383, 1384, 1385 ;, - 3;1386, 1387, 1388 ;, - 3;1389, 1390, 1391 ;, - 3;1392, 1393, 1394 ;, - 3;1395, 1396, 1397 ;, - 3;1398, 1399, 1400 ;, - 3;1401, 1402, 1403 ;, - 3;1404, 1405, 1406 ;, - 3;1407, 1408, 1409 ;, - 3;1410, 1411, 1412 ;, - 3;1413, 1414, 1415 ;, - 3;1416, 1417, 1418 ;, - 3;1419, 1420, 1421 ;, - 3;1422, 1423, 1424 ;, - 3;1425, 1426, 1427 ;, - 3;1428, 1429, 1430 ;, - 3;1431, 1432, 1433 ;, - 3;1434, 1435, 1436 ;, - 3;1437, 1438, 1439 ;, - 3;1440, 1441, 1442 ;, - 3;1443, 1444, 1445 ;, - 3;1446, 1447, 1448 ;, - 3;1449, 1450, 1451 ;, - 3;1452, 1453, 1454 ;, - 3;1455, 1456, 1457 ;, - 3;1458, 1459, 1460 ;, - 3;1461, 1462, 1463 ;, - 3;1464, 1465, 1466 ;, - 3;1467, 1468, 1469 ;, - 3;1470, 1471, 1472 ;, - 3;1473, 1474, 1475 ;, - 3;1476, 1477, 1478 ;, - 3;1479, 1480, 1481 ;, - 3;1482, 1483, 1484 ;, - 3;1485, 1486, 1487 ;, - 3;1488, 1489, 1490 ;, - 3;1491, 1492, 1493 ;, - 3;1494, 1495, 1496 ;, - 3;1497, 1498, 1499 ;, - 3;1500, 1501, 1502 ;, - 3;1503, 1504, 1505 ;, - 3;1506, 1507, 1508 ;, - 3;1509, 1510, 1511 ;, - 3;1512, 1513, 1514 ;, - 3;1515, 1516, 1517 ;, - 3;1518, 1519, 1520 ;, - 3;1521, 1522, 1523 ;, - 3;1524, 1525, 1526 ;, - 3;1527, 1528, 1529 ;, - 3;1530, 1531, 1532 ;, - 3;1533, 1534, 1535 ;, - 3;1536, 1537, 1538 ;, - 3;1539, 1540, 1541 ;, - 3;1542, 1543, 1544 ;, - 3;1545, 1546, 1547 ;, - 3;1548, 1549, 1550 ;, - 3;1551, 1552, 1553 ;, - 3;1554, 1555, 1556 ;, - 3;1557, 1558, 1559 ;, - 3;1560, 1561, 1562 ;, - 3;1563, 1564, 1565 ;, - 3;1566, 1567, 1568 ;, - 3;1569, 1570, 1571 ;; - } - MeshTextureCoords { - 1572; - 0.073846, 0.475534;, - 0.035597, 0.475534;, - 0.035597, 0.513783;, - 0.073846, 0.475534;, - 0.035597, 0.513783;, - 0.073846, 0.513783;, - 0.035597, 0.513783;, - 0.035597, 0.475534;, - 0.073846, 0.475534;, - 0.035597, 0.513783;, - 0.073846, 0.475534;, - 0.073846, 0.513783;, - 0.073846, 0.475534;, - 0.035597, 0.475534;, - 0.035597, 0.513783;, - 0.073846, 0.475534;, - 0.035597, 0.513783;, - 0.073846, 0.513783;, - 0.035597, 0.513783;, - 0.035597, 0.475534;, - 0.073846, 0.475534;, - 0.035597, 0.513783;, - 0.073846, 0.475534;, - 0.073846, 0.513783;, - 0.073846, 0.475534;, - 0.035597, 0.475534;, - 0.035597, 0.513783;, - 0.073846, 0.475534;, - 0.035597, 0.513783;, - 0.073846, 0.513783;, - 0.035597, 0.513783;, - 0.035597, 0.475534;, - 0.073846, 0.475534;, - 0.035597, 0.513783;, - 0.073846, 0.475534;, - 0.073846, 0.513783;, - 0.073846, 0.475534;, - 0.035597, 0.475534;, - 0.035597, 0.513783;, - 0.073846, 0.475534;, - 0.035597, 0.513783;, - 0.073846, 0.513783;, - 0.035597, 0.513783;, - 0.035597, 0.475534;, - 0.073846, 0.475534;, - 0.035597, 0.513783;, - 0.073846, 0.475534;, - 0.073846, 0.513783;, - 0.159499, 0.6711199999999999;, - 0.144367, 0.673222;, - 0.144481, 0.692496;, - 0.159499, 0.6711199999999999;, - 0.144481, 0.692496;, - 0.162128, 0.690044;, - 0.168812, 0.669882;, - 0.159507, 0.6711750000000001;, - 0.162128, 0.690044;, - 0.168812, 0.669882;, - 0.162128, 0.690044;, - 0.172987, 0.688535;, - 0.322732, 0.5411429999999999;, - 0.322834, 0.531594;, - 0.333601, 0.531087;, - 0.322732, 0.5411429999999999;, - 0.333601, 0.531087;, - 0.333499, 0.540636;, - 0.331287, 0.539569;, - 0.330928, 0.531022;, - 0.321082, 0.531002;, - 0.331287, 0.539569;, - 0.321082, 0.531002;, - 0.321441, 0.539531;, - 0.558214, 0.41031799999999996;, - 0.558214, 0.394574;, - 0.519834, 0.394574;, - 0.558214, 0.41031799999999996;, - 0.519834, 0.394574;, - 0.519834, 0.41031799999999996;, - 0.558214, 0.41031799999999996;, - 0.558214, 0.394574;, - 0.519834, 0.394574;, - 0.558214, 0.41031799999999996;, - 0.519834, 0.394574;, - 0.519834, 0.41031799999999996;, - 0.558214, 0.41031799999999996;, - 0.558214, 0.394574;, - 0.519834, 0.394574;, - 0.558214, 0.41031799999999996;, - 0.519834, 0.394574;, - 0.519834, 0.41031799999999996;, - 0.558214, 0.41031799999999996;, - 0.558214, 0.394574;, - 0.519834, 0.394574;, - 0.558214, 0.41031799999999996;, - 0.519834, 0.394574;, - 0.519834, 0.41031799999999996;, - 0.558214, 0.41031799999999996;, - 0.558214, 0.394574;, - 0.519834, 0.394574;, - 0.558214, 0.41031799999999996;, - 0.519834, 0.394574;, - 0.519834, 0.41031799999999996;, - 0.558214, 0.41031799999999996;, - 0.558214, 0.394574;, - 0.519834, 0.394574;, - 0.558214, 0.41031799999999996;, - 0.519834, 0.394574;, - 0.519834, 0.41031799999999996;, - 0.558214, 0.41031799999999996;, - 0.558214, 0.394574;, - 0.519834, 0.394574;, - 0.558214, 0.41031799999999996;, - 0.519834, 0.394574;, - 0.519834, 0.41031799999999996;, - 0.558214, 0.41031799999999996;, - 0.558214, 0.394574;, - 0.519834, 0.394574;, - 0.558214, 0.41031799999999996;, - 0.519834, 0.394574;, - 0.519834, 0.41031799999999996;, - 0.558214, 0.41031799999999996;, - 0.558214, 0.394574;, - 0.519834, 0.394574;, - 0.558214, 0.41031799999999996;, - 0.519834, 0.394574;, - 0.519834, 0.41031799999999996;, - 0.558214, 0.41031799999999996;, - 0.558214, 0.394574;, - 0.519834, 0.394574;, - 0.558214, 0.41031799999999996;, - 0.519834, 0.394574;, - 0.519834, 0.41031799999999996;, - 0.558214, 0.41031799999999996;, - 0.558214, 0.394574;, - 0.519834, 0.394574;, - 0.558214, 0.41031799999999996;, - 0.519834, 0.394574;, - 0.519834, 0.41031799999999996;, - 0.558214, 0.41031799999999996;, - 0.558214, 0.394574;, - 0.519834, 0.394574;, - 0.558214, 0.41031799999999996;, - 0.519834, 0.394574;, - 0.519834, 0.41031799999999996;, - 0.558214, 0.41031799999999996;, - 0.558214, 0.394574;, - 0.519834, 0.394574;, - 0.558214, 0.41031799999999996;, - 0.519834, 0.394574;, - 0.519834, 0.41031799999999996;, - 0.558214, 0.41031799999999996;, - 0.558214, 0.394574;, - 0.519834, 0.394574;, - 0.558214, 0.41031799999999996;, - 0.519834, 0.394574;, - 0.519834, 0.41031799999999996;, - 0.558214, 0.41031799999999996;, - 0.558214, 0.394574;, - 0.519834, 0.394574;, - 0.558214, 0.41031799999999996;, - 0.519834, 0.394574;, - 0.519834, 0.41031799999999996;, - 0.558214, 0.41031799999999996;, - 0.558214, 0.394574;, - 0.519834, 0.394574;, - 0.558214, 0.41031799999999996;, - 0.519834, 0.394574;, - 0.519834, 0.41031799999999996;, - 0.558214, 0.41031799999999996;, - 0.558214, 0.394574;, - 0.519834, 0.394574;, - 0.558214, 0.41031799999999996;, - 0.519834, 0.394574;, - 0.519834, 0.41031799999999996;, - 0.558214, 0.41031799999999996;, - 0.558214, 0.394574;, - 0.519834, 0.394574;, - 0.558214, 0.41031799999999996;, - 0.519834, 0.394574;, - 0.519834, 0.41031799999999996;, - 0.558214, 0.41031799999999996;, - 0.558214, 0.394574;, - 0.519834, 0.394574;, - 0.558214, 0.41031799999999996;, - 0.519834, 0.394574;, - 0.519834, 0.41031799999999996;, - 0.558214, 0.41031799999999996;, - 0.558214, 0.394574;, - 0.519834, 0.394574;, - 0.558214, 0.41031799999999996;, - 0.519834, 0.394574;, - 0.519834, 0.41031799999999996;, - 0.538921, 0.41031799999999996;, - 0.538921, 0.394574;, - 0.519834, 0.394574;, - 0.538921, 0.41031799999999996;, - 0.519834, 0.394574;, - 0.519834, 0.41031799999999996;, - 0.538921, 0.41031799999999996;, - 0.538921, 0.394574;, - 0.519834, 0.394574;, - 0.538921, 0.41031799999999996;, - 0.519834, 0.394574;, - 0.519834, 0.41031799999999996;, - 0.538921, 0.41031799999999996;, - 0.538921, 0.394574;, - 0.519834, 0.394574;, - 0.538921, 0.41031799999999996;, - 0.519834, 0.394574;, - 0.519834, 0.41031799999999996;, - 0.538921, 0.41031799999999996;, - 0.538921, 0.394574;, - 0.519834, 0.394574;, - 0.538921, 0.41031799999999996;, - 0.519834, 0.394574;, - 0.519834, 0.41031799999999996;, - 0.538921, 0.41031799999999996;, - 0.538921, 0.394574;, - 0.519834, 0.394574;, - 0.538921, 0.41031799999999996;, - 0.519834, 0.394574;, - 0.519834, 0.41031799999999996;, - 0.538921, 0.41031799999999996;, - 0.538921, 0.394574;, - 0.519834, 0.394574;, - 0.538921, 0.41031799999999996;, - 0.519834, 0.394574;, - 0.519834, 0.41031799999999996;, - 0.538921, 0.41031799999999996;, - 0.538921, 0.394574;, - 0.519834, 0.394574;, - 0.538921, 0.41031799999999996;, - 0.519834, 0.394574;, - 0.519834, 0.41031799999999996;, - 0.538921, 0.41031799999999996;, - 0.538921, 0.394574;, - 0.519834, 0.394574;, - 0.538921, 0.41031799999999996;, - 0.519834, 0.394574;, - 0.519834, 0.41031799999999996;, - 0.538921, 0.41031799999999996;, - 0.538921, 0.394574;, - 0.519834, 0.394574;, - 0.538921, 0.41031799999999996;, - 0.519834, 0.394574;, - 0.519834, 0.41031799999999996;, - 0.538921, 0.41031799999999996;, - 0.538921, 0.394574;, - 0.519834, 0.394574;, - 0.538921, 0.41031799999999996;, - 0.519834, 0.394574;, - 0.519834, 0.41031799999999996;, - 0.538921, 0.41031799999999996;, - 0.538921, 0.394574;, - 0.519834, 0.394574;, - 0.538921, 0.41031799999999996;, - 0.519834, 0.394574;, - 0.519834, 0.41031799999999996;, - 0.538921, 0.41031799999999996;, - 0.538921, 0.394574;, - 0.519834, 0.394574;, - 0.538921, 0.41031799999999996;, - 0.519834, 0.394574;, - 0.519834, 0.41031799999999996;, - 0.538921, 0.41031799999999996;, - 0.538921, 0.394574;, - 0.519834, 0.394574;, - 0.538921, 0.41031799999999996;, - 0.519834, 0.394574;, - 0.519834, 0.41031799999999996;, - 0.538921, 0.41031799999999996;, - 0.538921, 0.394574;, - 0.519834, 0.394574;, - 0.538921, 0.41031799999999996;, - 0.519834, 0.394574;, - 0.519834, 0.41031799999999996;, - 0.538921, 0.41031799999999996;, - 0.538921, 0.394574;, - 0.519834, 0.394574;, - 0.538921, 0.41031799999999996;, - 0.519834, 0.394574;, - 0.519834, 0.41031799999999996;, - 0.538921, 0.41031799999999996;, - 0.538921, 0.394574;, - 0.519834, 0.394574;, - 0.538921, 0.41031799999999996;, - 0.519834, 0.394574;, - 0.519834, 0.41031799999999996;, - 0.538921, 0.41031799999999996;, - 0.538921, 0.394574;, - 0.519834, 0.394574;, - 0.538921, 0.41031799999999996;, - 0.519834, 0.394574;, - 0.519834, 0.41031799999999996;, - 0.538921, 0.41031799999999996;, - 0.538921, 0.394574;, - 0.519834, 0.394574;, - 0.538921, 0.41031799999999996;, - 0.519834, 0.394574;, - 0.519834, 0.41031799999999996;, - 0.538921, 0.41031799999999996;, - 0.538921, 0.394574;, - 0.519834, 0.394574;, - 0.538921, 0.41031799999999996;, - 0.519834, 0.394574;, - 0.519834, 0.41031799999999996;, - 0.538921, 0.41031799999999996;, - 0.538921, 0.394574;, - 0.519834, 0.394574;, - 0.538921, 0.41031799999999996;, - 0.519834, 0.394574;, - 0.519834, 0.41031799999999996;, - 0.071455, 0.385888;, - 0.057112, 0.385888;, - 0.054721, 0.40501299999999996;, - 0.071455, 0.385888;, - 0.054721, 0.40501299999999996;, - 0.073846, 0.40501299999999996;, - 0.170595, 0.612012;, - 0.159237, 0.6135900000000001;, - 0.169713, 0.68899;, - 0.170595, 0.612012;, - 0.169713, 0.68899;, - 0.181071, 0.687412;, - 0.179458, 0.7450129999999999;, - 0.186136, 0.744086;, - 0.175785, 0.669592;, - 0.179458, 0.7450129999999999;, - 0.175785, 0.669592;, - 0.169108, 0.67052;, - 0.170923, 0.611664;, - 0.151596, 0.6142369999999999;, - 0.162128, 0.690044;, - 0.170923, 0.611664;, - 0.162128, 0.690044;, - 0.181456, 0.6874709999999999;, - 0.170393, 0.726456;, - 0.183545, 0.724628;, - 0.173306, 0.65093;, - 0.170393, 0.726456;, - 0.173306, 0.65093;, - 0.160153, 0.652758;, - 0.161869, 0.632268;, - 0.168529, 0.631343;, - 0.179136, 0.707686;, - 0.161869, 0.632268;, - 0.179136, 0.707686;, - 0.172477, 0.708612;, - 0.164587, 0.670281;, - 0.166941, 0.6893940000000001;, - 0.178045, 0.687757;, - 0.164587, 0.670281;, - 0.178045, 0.687757;, - 0.175799, 0.66942;, - 0.175799, 0.66942;, - 0.178045, 0.687757;, - 0.18044, 0.68518;, - 0.175799, 0.66942;, - 0.18044, 0.68518;, - 0.178755, 0.671423;, - 0.333601, 0.46048;, - 0.333601, 0.46048;, - 0.333601, 0.46048;, - 0.333601, 0.46048;, - 0.333601, 0.46048;, - 0.333601, 0.46048;, - 0.333601, 0.46048;, - 0.333601, 0.46048;, - 0.333601, 0.46048;, - 0.333601, 0.46048;, - 0.333601, 0.46048;, - 0.333601, 0.46048;, - 0.333601, 0.46048;, - 0.333601, 0.46048;, - 0.333601, 0.46048;, - 0.333601, 0.46048;, - 0.333601, 0.46048;, - 0.333601, 0.46048;, - 0.333601, 0.46048;, - 0.333601, 0.46048;, - 0.333601, 0.46048;, - 0.333601, 0.46048;, - 0.333601, 0.46048;, - 0.333601, 0.46048;, - 0.333601, 0.46048;, - 0.333601, 0.46048;, - 0.333601, 0.46048;, - 0.333601, 0.46048;, - 0.333601, 0.46048;, - 0.333601, 0.46048;, - 0.406794, 0.577545;, - 0.40919, 0.582692;, - 0.419502, 0.577893;, - 0.406794, 0.577545;, - 0.419502, 0.577893;, - 0.417106, 0.5727450000000001;, - 0.419502, 0.577893;, - 0.40919, 0.582692;, - 0.411594, 0.5878570000000001;, - 0.419502, 0.577893;, - 0.411594, 0.5878570000000001;, - 0.421905, 0.5830569999999999;, - 0.410858, 0.850133;, - 0.412022, 0.853032;, - 0.4223, 0.848248;, - 0.410858, 0.850133;, - 0.4223, 0.848248;, - 0.415989, 0.847745;, - 0.418341, 0.853551;, - 0.4223, 0.848248;, - 0.412022, 0.853032;, - 0.418341, 0.853551;, - 0.412022, 0.853032;, - 0.413194, 0.855947;, - 0.406133, 0.859234;, - 0.412698, 0.873338;, - 0.419759, 0.870051;, - 0.406133, 0.859234;, - 0.419759, 0.870051;, - 0.413194, 0.855947;, - 0.419502, 0.577893;, - 0.421905, 0.5830569999999999;, - 0.421567, 0.5769310000000001;, - 0.417106, 0.5727450000000001;, - 0.419502, 0.577893;, - 0.421567, 0.5769310000000001;, - 0.417106, 0.5727450000000001;, - 0.419502, 0.577893;, - 0.40919, 0.582692;, - 0.417106, 0.5727450000000001;, - 0.40919, 0.582692;, - 0.406794, 0.577545;, - 0.421905, 0.5830569999999999;, - 0.411594, 0.5878570000000001;, - 0.40919, 0.582692;, - 0.421905, 0.5830569999999999;, - 0.40919, 0.582692;, - 0.419502, 0.577893;, - 0.415989, 0.847745;, - 0.4223, 0.848248;, - 0.412022, 0.853032;, - 0.415989, 0.847745;, - 0.412022, 0.853032;, - 0.410858, 0.850133;, - 0.413194, 0.855947;, - 0.412022, 0.853032;, - 0.4223, 0.848248;, - 0.413194, 0.855947;, - 0.4223, 0.848248;, - 0.418341, 0.853551;, - 0.413194, 0.855947;, - 0.419759, 0.870051;, - 0.412698, 0.873338;, - 0.413194, 0.855947;, - 0.412698, 0.873338;, - 0.406133, 0.859234;, - 0.421567, 0.5769310000000001;, - 0.421905, 0.5830569999999999;, - 0.419502, 0.577893;, - 0.421567, 0.5769310000000001;, - 0.419502, 0.577893;, - 0.417106, 0.5727450000000001;, - 0.602389, 0.7337750000000001;, - 0.603014, 0.738238;, - 0.603944, 0.737562;, - 0.602389, 0.7337750000000001;, - 0.603944, 0.737562;, - 0.603191, 0.733115;, - 0.59681, 0.735517;, - 0.59681, 0.735517;, - 0.597385, 0.7365470000000001;, - 0.59681, 0.735517;, - 0.597385, 0.7365470000000001;, - 0.597385, 0.7365470000000001;, - 0.604646, 0.7355240000000001;, - 0.604646, 0.7355240000000001;, - 0.60401, 0.73475;, - 0.604646, 0.7355240000000001;, - 0.60401, 0.73475;, - 0.60401, 0.73475;, - 0.599025, 0.7331110000000001;, - 0.598534, 0.737557;, - 0.597728, 0.7382329999999999;, - 0.599025, 0.7331110000000001;, - 0.597728, 0.7382329999999999;, - 0.598036, 0.733771;, - 0.599025, 0.7331110000000001;, - 0.598534, 0.737557;, - 0.597728, 0.7382329999999999;, - 0.599025, 0.7331110000000001;, - 0.597728, 0.7382329999999999;, - 0.598036, 0.733771;, - 0.144367, 0.815535;, - 0.144367, 0.834753;, - 0.195615, 0.834753;, - 0.144367, 0.815535;, - 0.195615, 0.834753;, - 0.195615, 0.815535;, - 0.195615, 0.815535;, - 0.195615, 0.834753;, - 0.144367, 0.834753;, - 0.195615, 0.815535;, - 0.144367, 0.834753;, - 0.144367, 0.815535;, - 0.144367, 0.818841;, - 0.144367, 0.815572;, - 0.335612, 0.815572;, - 0.144367, 0.818841;, - 0.335612, 0.815572;, - 0.335612, 0.818841;, - 0.144367, 0.818841;, - 0.335612, 0.818841;, - 0.335612, 0.834753;, - 0.144367, 0.818841;, - 0.335612, 0.834753;, - 0.144367, 0.834753;, - 0.144367, 0.8507210000000001;, - 0.273644, 0.8507210000000001;, - 0.268359, 0.873338;, - 0.144367, 0.8507210000000001;, - 0.268359, 0.873338;, - 0.149653, 0.873338;, - 0.273644, 0.8507210000000001;, - 0.144367, 0.8507210000000001;, - 0.144367, 0.834753;, - 0.273644, 0.8507210000000001;, - 0.144367, 0.834753;, - 0.273644, 0.834753;, - 0.273644, 0.834753;, - 0.144367, 0.834753;, - 0.144367, 0.821455;, - 0.273644, 0.834753;, - 0.144367, 0.821455;, - 0.273644, 0.821455;, - 0.256859, 0.6274839999999999;, - 0.290252, 0.6274839999999999;, - 0.290252, 0.620536;, - 0.256859, 0.6274839999999999;, - 0.290252, 0.620536;, - 0.256859, 0.620536;, - 0.286424, 0.6143730000000001;, - 0.256859, 0.6143730000000001;, - 0.256859, 0.620536;, - 0.286424, 0.6143730000000001;, - 0.256859, 0.620536;, - 0.286424, 0.620536;, - 0.258017, 0.614355;, - 0.312309, 0.6154189999999999;, - 0.313168, 0.620536;, - 0.258017, 0.614355;, - 0.313168, 0.620536;, - 0.256859, 0.620536;, - 0.301141, 0.620536;, - 0.256859, 0.620536;, - 0.257532, 0.626307;, - 0.301141, 0.620536;, - 0.257532, 0.626307;, - 0.300244, 0.627521;, - 0.256859, 0.615344;, - 0.256859, 0.620536;, - 0.293427, 0.620536;, - 0.256859, 0.615344;, - 0.293427, 0.620536;, - 0.293427, 0.615344;, - 0.256859, 0.620536;, - 0.290252, 0.620536;, - 0.290252, 0.6274839999999999;, - 0.256859, 0.620536;, - 0.290252, 0.6274839999999999;, - 0.256859, 0.6274839999999999;, - 0.286424, 0.620536;, - 0.256859, 0.620536;, - 0.256859, 0.6143730000000001;, - 0.286424, 0.620536;, - 0.256859, 0.6143730000000001;, - 0.286424, 0.6143730000000001;, - 0.256859, 0.620536;, - 0.313168, 0.620536;, - 0.312309, 0.6154189999999999;, - 0.256859, 0.620536;, - 0.312309, 0.6154189999999999;, - 0.258017, 0.614355;, - 0.300244, 0.627521;, - 0.257532, 0.626307;, - 0.256859, 0.620536;, - 0.300244, 0.627521;, - 0.256859, 0.620536;, - 0.301141, 0.620536;, - 0.293427, 0.615344;, - 0.293427, 0.620536;, - 0.256859, 0.620536;, - 0.293427, 0.615344;, - 0.256859, 0.620536;, - 0.256859, 0.615344;, - 0.773775, 0.945372;, - 0.353522, 0.945372;, - 0.32351, 0.964739;, - 0.773775, 0.945372;, - 0.32351, 0.964739;, - 0.803788, 0.964739;, - 0.569457, 0.943859;, - 0.581503, 0.964739;, - 0.352925, 0.964739;, - 0.569457, 0.943859;, - 0.352925, 0.964739;, - 0.370536, 0.944756;, - 0.592615, 0.946343;, - 0.610377, 0.964739;, - 0.352925, 0.964739;, - 0.592615, 0.946343;, - 0.352925, 0.964739;, - 0.370686, 0.946343;, - 0.386168, 0.945391;, - 0.352925, 0.964739;, - 0.81688, 0.964739;, - 0.386168, 0.945391;, - 0.81688, 0.964739;, - 0.789332, 0.94724;, - 0.667825, 0.964739;, - 0.352925, 0.964739;, - 0.370592, 0.947426;, - 0.667825, 0.964739;, - 0.370592, 0.947426;, - 0.654303, 0.948547;, - 0.256835, 0.964739;, - 0.276614, 0.94808;, - 0.523868, 0.94808;, - 0.256835, 0.964739;, - 0.523868, 0.94808;, - 0.543646, 0.964739;, - 0.62952, 0.964739;, - 0.619565, 0.948398;, - 0.370107, 0.948099;, - 0.62952, 0.964739;, - 0.370107, 0.948099;, - 0.352925, 0.964739;, - 0.66676, 0.964739;, - 0.64715, 0.947053;, - 0.372535, 0.947053;, - 0.66676, 0.964739;, - 0.372535, 0.947053;, - 0.352925, 0.964739;, - 0.803788, 0.964739;, - 0.32351, 0.964739;, - 0.353522, 0.945372;, - 0.803788, 0.964739;, - 0.353522, 0.945372;, - 0.773775, 0.945372;, - 0.370536, 0.944756;, - 0.352925, 0.964739;, - 0.581503, 0.964739;, - 0.370536, 0.944756;, - 0.581503, 0.964739;, - 0.569457, 0.943859;, - 0.370686, 0.946343;, - 0.352925, 0.964739;, - 0.610377, 0.964739;, - 0.370686, 0.946343;, - 0.610377, 0.964739;, - 0.592615, 0.946343;, - 0.789332, 0.94724;, - 0.81688, 0.964739;, - 0.352925, 0.964739;, - 0.789332, 0.94724;, - 0.352925, 0.964739;, - 0.386168, 0.945391;, - 0.654303, 0.948547;, - 0.370592, 0.947426;, - 0.352925, 0.964739;, - 0.654303, 0.948547;, - 0.352925, 0.964739;, - 0.667825, 0.964739;, - 0.543646, 0.964739;, - 0.523868, 0.94808;, - 0.276614, 0.94808;, - 0.543646, 0.964739;, - 0.276614, 0.94808;, - 0.256835, 0.964739;, - 0.352925, 0.964739;, - 0.370107, 0.948099;, - 0.619565, 0.948398;, - 0.352925, 0.964739;, - 0.619565, 0.948398;, - 0.62952, 0.964739;, - 0.352925, 0.964739;, - 0.372535, 0.947053;, - 0.64715, 0.947053;, - 0.352925, 0.964739;, - 0.64715, 0.947053;, - 0.66676, 0.964739;, - 0.035261, 0.964739;, - 0.964739, 0.964739;, - 0.944083, 0.949257;, - 0.035261, 0.964739;, - 0.944083, 0.949257;, - 0.055917, 0.949257;, - 0.39997, 0.964739;, - 0.39997, 0.948678;, - 0.337648, 0.948678;, - 0.39997, 0.964739;, - 0.337648, 0.948678;, - 0.31983, 0.964739;, - 0.424137, 0.964739;, - 0.406936, 0.949238;, - 0.346762, 0.949238;, - 0.424137, 0.964739;, - 0.346762, 0.949238;, - 0.346762, 0.964739;, - 0.714945, 0.964739;, - 0.682112, 0.948267;, - 0.351561, 0.944924;, - 0.714945, 0.964739;, - 0.351561, 0.944924;, - 0.327264, 0.964739;, - 0.336303, 0.964739;, - 0.365512, 0.944569;, - 0.763204, 0.948005;, - 0.336303, 0.964739;, - 0.763204, 0.948005;, - 0.802704, 0.964739;, - 0.421485, 0.964739;, - 0.410186, 0.944345;, - 0.297101, 0.944345;, - 0.421485, 0.964739;, - 0.297101, 0.944345;, - 0.274485, 0.964739;, - 0.481548, 0.964739;, - 0.459192, 0.944588;, - 0.347397, 0.944588;, - 0.481548, 0.964739;, - 0.347397, 0.944588;, - 0.336228, 0.964739;, - 0.647374, 0.964739;, - 0.638354, 0.944588;, - 0.361945, 0.944588;, - 0.647374, 0.964739;, - 0.361945, 0.944588;, - 0.352925, 0.964739;, - 0.233882, 0.450078;, - 0.233882, 0.447948;, - 0.168777, 0.447948;, - 0.233882, 0.450078;, - 0.168777, 0.447948;, - 0.168777, 0.450078;, - 0.15251, 0.45149700000000004;, - 0.250168, 0.45149700000000004;, - 0.233882, 0.450078;, - 0.15251, 0.45149700000000004;, - 0.233882, 0.450078;, - 0.168777, 0.450078;, - 0.168777, 0.447948;, - 0.233882, 0.447948;, - 0.250168, 0.44299900000000003;, - 0.168777, 0.447948;, - 0.250168, 0.44299900000000003;, - 0.15251, 0.44298099999999996;, - 0.250168, 0.44299900000000003;, - 0.233882, 0.447948;, - 0.250168, 0.447948;, - 0.15251, 0.447948;, - 0.168777, 0.447948;, - 0.15251, 0.44298099999999996;, - 0.15251, 0.45149700000000004;, - 0.168777, 0.450078;, - 0.15251, 0.450078;, - 0.233882, 0.450078;, - 0.250168, 0.45149700000000004;, - 0.250168, 0.450078;, - 0.258292, 0.44299900000000003;, - 0.250168, 0.44299900000000003;, - 0.250168, 0.447948;, - 0.250168, 0.450078;, - 0.250168, 0.45149700000000004;, - 0.258292, 0.45149700000000004;, - 0.258292, 0.44299900000000003;, - 0.250168, 0.447948;, - 0.250168, 0.450078;, - 0.258292, 0.44299900000000003;, - 0.250168, 0.450078;, - 0.258292, 0.45149700000000004;, - 0.144367, 0.44298099999999996;, - 0.15251, 0.447948;, - 0.15251, 0.44298099999999996;, - 0.144367, 0.45147800000000005;, - 0.15251, 0.45149700000000004;, - 0.15251, 0.450078;, - 0.144367, 0.45147800000000005;, - 0.15251, 0.450078;, - 0.15251, 0.447948;, - 0.144367, 0.45147800000000005;, - 0.15251, 0.447948;, - 0.144367, 0.44298099999999996;, - 0.408076, 0.393528;, - 0.413959, 0.393528;, - 0.413959, 0.39039100000000004;, - 0.408076, 0.393528;, - 0.413959, 0.39039100000000004;, - 0.408076, 0.39039100000000004;, - 0.408076, 0.407162;, - 0.413959, 0.407162;, - 0.413959, 0.393528;, - 0.408076, 0.407162;, - 0.413959, 0.393528;, - 0.408076, 0.393528;, - 0.408076, 0.4103;, - 0.413959, 0.4103;, - 0.413959, 0.407162;, - 0.408076, 0.4103;, - 0.413959, 0.407162;, - 0.408076, 0.407162;, - 0.431626, 0.393528;, - 0.437509, 0.393547;, - 0.437509, 0.39039100000000004;, - 0.431626, 0.393528;, - 0.437509, 0.39039100000000004;, - 0.431626, 0.39039100000000004;, - 0.431626, 0.407162;, - 0.437509, 0.407162;, - 0.437509, 0.393547;, - 0.431626, 0.407162;, - 0.437509, 0.393547;, - 0.431626, 0.393528;, - 0.431626, 0.4103;, - 0.437509, 0.41031799999999996;, - 0.437509, 0.407162;, - 0.431626, 0.4103;, - 0.437509, 0.407162;, - 0.431626, 0.407162;, - 0.408076, 0.393528;, - 0.413959, 0.393528;, - 0.413959, 0.39039100000000004;, - 0.408076, 0.393528;, - 0.413959, 0.39039100000000004;, - 0.408076, 0.39039100000000004;, - 0.408076, 0.407162;, - 0.413959, 0.407162;, - 0.413959, 0.393528;, - 0.408076, 0.407162;, - 0.413959, 0.393528;, - 0.408076, 0.393528;, - 0.408076, 0.4103;, - 0.413959, 0.4103;, - 0.413959, 0.407162;, - 0.408076, 0.4103;, - 0.413959, 0.407162;, - 0.408076, 0.407162;, - 0.431626, 0.393528;, - 0.437509, 0.393547;, - 0.437509, 0.39039100000000004;, - 0.431626, 0.393528;, - 0.437509, 0.39039100000000004;, - 0.431626, 0.39039100000000004;, - 0.431626, 0.407162;, - 0.437509, 0.407162;, - 0.437509, 0.393547;, - 0.431626, 0.407162;, - 0.437509, 0.393547;, - 0.431626, 0.393528;, - 0.431626, 0.4103;, - 0.437509, 0.41031799999999996;, - 0.437509, 0.407162;, - 0.431626, 0.4103;, - 0.437509, 0.407162;, - 0.431626, 0.407162;, - 0.406133, 0.39308;, - 0.406133, 0.409104;, - 0.43017, 0.409104;, - 0.406133, 0.39308;, - 0.43017, 0.409104;, - 0.43017, 0.39308;, - 0.428862, 0.393883;, - 0.429086, 0.40839499999999995;, - 0.407441, 0.408301;, - 0.428862, 0.393883;, - 0.407441, 0.408301;, - 0.407216, 0.39380800000000005;, - 0.447651, 0.398552;, - 0.449313, 0.39782399999999996;, - 0.430487, 0.397077;, - 0.447651, 0.398552;, - 0.430487, 0.397077;, - 0.430487, 0.39782399999999996;, - 0.447651, 0.405705;, - 0.449313, 0.408656;, - 0.449313, 0.39782399999999996;, - 0.447651, 0.405705;, - 0.449313, 0.39782399999999996;, - 0.447651, 0.398552;, - 0.430487, 0.405705;, - 0.430487, 0.408656;, - 0.449313, 0.408656;, - 0.430487, 0.405705;, - 0.449313, 0.408656;, - 0.447651, 0.405705;, - 0.417208, 0.408656;, - 0.430487, 0.408656;, - 0.430487, 0.405705;, - 0.417208, 0.408656;, - 0.430487, 0.405705;, - 0.417208, 0.405705;, - 0.417208, 0.39782399999999996;, - 0.430487, 0.39782399999999996;, - 0.430487, 0.397077;, - 0.430487, 0.393883;, - 0.417208, 0.393883;, - 0.417208, 0.39782399999999996;, - 0.430487, 0.393883;, - 0.417208, 0.39782399999999996;, - 0.430487, 0.397077;, - 0.416106, 0.39978499999999995;, - 0.416106, 0.40372600000000003;, - 0.417208, 0.405705;, - 0.416106, 0.39978499999999995;, - 0.417208, 0.405705;, - 0.417208, 0.39782399999999996;, - 0.41056, 0.39732;, - 0.416106, 0.39978499999999995;, - 0.417208, 0.39782399999999996;, - 0.41056, 0.40619099999999997;, - 0.417208, 0.405705;, - 0.416106, 0.40372600000000003;, - 0.41056, 0.39732;, - 0.417208, 0.39782399999999996;, - 0.417208, 0.393883;, - 0.41056, 0.39732;, - 0.417208, 0.393883;, - 0.406133, 0.393883;, - 0.406133, 0.408656;, - 0.417208, 0.408656;, - 0.417208, 0.405705;, - 0.406133, 0.408656;, - 0.417208, 0.405705;, - 0.41056, 0.40619099999999997;, - 0.406133, 0.39732;, - 0.41056, 0.39732;, - 0.406133, 0.393883;, - 0.406133, 0.408656;, - 0.41056, 0.40619099999999997;, - 0.406133, 0.40619099999999997;, - 0.430487, 0.397077;, - 0.430487, 0.39782399999999996;, - 0.417208, 0.39782399999999996;, - 0.430487, 0.397077;, - 0.417208, 0.39782399999999996;, - 0.417208, 0.393883;, - 0.430487, 0.397077;, - 0.417208, 0.393883;, - 0.430487, 0.393883;, - 0.430487, 0.39782399999999996;, - 0.430487, 0.397077;, - 0.449313, 0.39782399999999996;, - 0.430487, 0.39782399999999996;, - 0.449313, 0.39782399999999996;, - 0.447651, 0.398552;, - 0.447651, 0.398552;, - 0.449313, 0.39782399999999996;, - 0.449313, 0.408656;, - 0.447651, 0.398552;, - 0.449313, 0.408656;, - 0.447651, 0.405705;, - 0.447651, 0.405705;, - 0.449313, 0.408656;, - 0.430487, 0.408656;, - 0.447651, 0.405705;, - 0.430487, 0.408656;, - 0.430487, 0.405705;, - 0.417208, 0.405705;, - 0.430487, 0.405705;, - 0.430487, 0.408656;, - 0.417208, 0.405705;, - 0.430487, 0.408656;, - 0.417208, 0.408656;, - 0.41056, 0.40619099999999997;, - 0.417208, 0.405705;, - 0.417208, 0.408656;, - 0.41056, 0.40619099999999997;, - 0.417208, 0.408656;, - 0.406133, 0.408656;, - 0.406133, 0.40619099999999997;, - 0.41056, 0.40619099999999997;, - 0.406133, 0.408656;, - 0.416106, 0.40372600000000003;, - 0.417208, 0.405705;, - 0.41056, 0.40619099999999997;, - 0.417208, 0.39782399999999996;, - 0.417208, 0.405705;, - 0.416106, 0.40372600000000003;, - 0.417208, 0.39782399999999996;, - 0.416106, 0.40372600000000003;, - 0.416106, 0.39978499999999995;, - 0.417208, 0.39782399999999996;, - 0.416106, 0.39978499999999995;, - 0.41056, 0.39732;, - 0.406133, 0.393883;, - 0.417208, 0.393883;, - 0.417208, 0.39782399999999996;, - 0.406133, 0.393883;, - 0.417208, 0.39782399999999996;, - 0.41056, 0.39732;, - 0.406133, 0.393883;, - 0.41056, 0.39732;, - 0.406133, 0.39732;, - 0.313411, 0.7450129999999999;, - 0.313187, 0.698043;, - 0.256859, 0.698043;, - 0.313411, 0.7450129999999999;, - 0.256859, 0.698043;, - 0.257083, 0.7450129999999999;, - 0.524384, 0.573903;, - 0.503429, 0.573959;, - 0.503411, 0.5931029999999999;, - 0.524384, 0.573903;, - 0.503411, 0.5931029999999999;, - 0.524384, 0.593047;, - 0.503392, 0.573175;, - 0.503392, 0.59299;, - 0.54334, 0.59299;, - 0.503392, 0.573175;, - 0.54334, 0.59299;, - 0.54334, 0.573175;, - 0.524347, 0.573212;, - 0.503355, 0.573212;, - 0.503336, 0.593047;, - 0.524347, 0.573212;, - 0.503336, 0.593047;, - 0.524328, 0.593047;, - 0.503112, 0.573997;, - 0.524664, 0.573959;, - 0.524664, 0.5931770000000001;, - 0.503112, 0.573997;, - 0.524664, 0.5931770000000001;, - 0.503112, 0.593215;, - 0.492821, 0.5937;, - 0.492821, 0.5733429999999999;, - 0.524365, 0.5733429999999999;, - 0.492821, 0.5937;, - 0.524365, 0.5733429999999999;, - 0.524365, 0.5937;, - 0.503317, 0.572839;, - 0.524627, 0.5727450000000001;, - 0.524627, 0.5933269999999999;, - 0.503317, 0.572839;, - 0.524627, 0.5933269999999999;, - 0.503317, 0.5934200000000001;, - 0.518511, 0.841164;, - 0.511092, 0.844597;, - 0.513386, 0.84953;, - 0.518511, 0.841164;, - 0.513386, 0.84953;, - 0.521927, 0.8485860000000001;, - 0.520205, 0.864715;, - 0.517916, 0.865075;, - 0.513717, 0.868779;, - 0.520205, 0.864715;, - 0.513717, 0.868779;, - 0.520584, 0.867717;, - 0.516623, 0.854621;, - 0.511667, 0.85234;, - 0.513717, 0.868779;, - 0.516623, 0.854621;, - 0.513717, 0.868779;, - 0.517916, 0.865075;, - 0.518893, 0.854263;, - 0.518532, 0.851259;, - 0.511667, 0.85234;, - 0.518893, 0.854263;, - 0.511667, 0.85234;, - 0.516623, 0.854621;, - 0.525292, 0.8491;, - 0.518148, 0.832319;, - 0.508194, 0.833546;, - 0.525292, 0.8491;, - 0.508194, 0.833546;, - 0.510352, 0.85095;, - 0.504897, 0.866633;, - 0.494567, 0.868004;, - 0.492821, 0.854708;, - 0.504897, 0.866633;, - 0.492821, 0.854708;, - 0.503133, 0.85334;, - 0.517976, 0.873338;, - 0.520181, 0.8683730000000001;, - 0.517747, 0.8684890000000001;, - 0.517976, 0.873338;, - 0.52528, 0.873009;, - 0.520181, 0.8683730000000001;, - 0.516958, 0.851468;, - 0.519392, 0.851352;, - 0.516727, 0.8466;, - 0.519392, 0.851352;, - 0.52401, 0.846255;, - 0.516727, 0.8466;, - 0.520181, 0.8683730000000001;, - 0.52528, 0.873009;, - 0.52401, 0.846255;, - 0.520181, 0.8683730000000001;, - 0.52401, 0.846255;, - 0.519392, 0.851352;, - 0.516631, 0.840622;, - 0.514361, 0.839699;, - 0.511551, 0.846496;, - 0.516631, 0.840622;, - 0.511551, 0.846496;, - 0.513805, 0.84744;, - 0.517421, 0.842175;, - 0.508522, 0.843262;, - 0.508991, 0.84708;, - 0.517421, 0.842175;, - 0.508991, 0.84708;, - 0.51789, 0.845994;, - 0.51255, 0.851186;, - 0.515025, 0.850669;, - 0.513488, 0.843205;, - 0.51255, 0.851186;, - 0.513488, 0.843205;, - 0.510995, 0.8437250000000001;, - 0.521927, 0.8485860000000001;, - 0.513386, 0.84953;, - 0.511092, 0.844597;, - 0.521927, 0.8485860000000001;, - 0.511092, 0.844597;, - 0.518511, 0.841164;, - 0.520584, 0.867717;, - 0.513717, 0.868779;, - 0.517916, 0.865075;, - 0.520584, 0.867717;, - 0.517916, 0.865075;, - 0.520205, 0.864715;, - 0.517916, 0.865075;, - 0.513717, 0.868779;, - 0.511667, 0.85234;, - 0.517916, 0.865075;, - 0.511667, 0.85234;, - 0.516623, 0.854621;, - 0.516623, 0.854621;, - 0.511667, 0.85234;, - 0.518532, 0.851259;, - 0.516623, 0.854621;, - 0.518532, 0.851259;, - 0.518893, 0.854263;, - 0.510352, 0.85095;, - 0.508194, 0.833546;, - 0.518148, 0.832319;, - 0.510352, 0.85095;, - 0.518148, 0.832319;, - 0.525292, 0.8491;, - 0.503133, 0.85334;, - 0.492821, 0.854708;, - 0.494567, 0.868004;, - 0.503133, 0.85334;, - 0.494567, 0.868004;, - 0.504897, 0.866633;, - 0.517747, 0.8684890000000001;, - 0.520181, 0.8683730000000001;, - 0.517976, 0.873338;, - 0.520181, 0.8683730000000001;, - 0.52528, 0.873009;, - 0.517976, 0.873338;, - 0.516727, 0.8466;, - 0.519392, 0.851352;, - 0.516958, 0.851468;, - 0.516727, 0.8466;, - 0.52401, 0.846255;, - 0.519392, 0.851352;, - 0.519392, 0.851352;, - 0.52401, 0.846255;, - 0.52528, 0.873009;, - 0.519392, 0.851352;, - 0.52528, 0.873009;, - 0.520181, 0.8683730000000001;, - 0.513805, 0.84744;, - 0.511551, 0.846496;, - 0.514361, 0.839699;, - 0.513805, 0.84744;, - 0.514361, 0.839699;, - 0.516631, 0.840622;, - 0.51789, 0.845994;, - 0.508991, 0.84708;, - 0.508522, 0.843262;, - 0.51789, 0.845994;, - 0.508522, 0.843262;, - 0.517421, 0.842175;, - 0.510995, 0.8437250000000001;, - 0.513488, 0.843205;, - 0.515025, 0.850669;, - 0.510995, 0.8437250000000001;, - 0.515025, 0.850669;, - 0.51255, 0.851186;, - 0.615759, 0.855782;, - 0.615778, 0.873338;, - 0.595851, 0.873338;, - 0.615759, 0.855782;, - 0.595851, 0.873338;, - 0.595813, 0.855782;, - 0.595869, 0.855782;, - 0.595869, 0.872217;, - 0.615759, 0.872217;, - 0.595869, 0.855782;, - 0.615759, 0.872217;, - 0.615778, 0.855782;, - 0.497602, 0.7331110000000001;, - 0.526289, 0.7331110000000001;, - 0.526289, 0.761798;, - 0.497602, 0.7331110000000001;, - 0.526289, 0.761798;, - 0.497602, 0.761798;, - 0.507165, 0.761798;, - 0.492821, 0.761798;, - 0.492821, 0.7331110000000001;, - 0.507165, 0.761798;, - 0.492821, 0.7331110000000001;, - 0.507165, 0.7331110000000001;, - 0.043441, 0.8616090000000001;, - 0.052536, 0.8616090000000001;, - 0.052536, 0.862804;, - 0.043441, 0.8616090000000001;, - 0.052536, 0.862804;, - 0.043441, 0.862804;, - 0.054367, 0.799455;, - 0.054367, 0.871171;, - 0.035261, 0.87119;, - 0.054367, 0.799455;, - 0.035261, 0.87119;, - 0.035261, 0.799473;, - 0.05431, 0.873338;, - 0.035279, 0.873338;, - 0.035391, 0.85087;, - 0.05431, 0.873338;, - 0.035391, 0.85087;, - 0.054423, 0.85087;, - 0.054367, 0.5843050000000001;, - 0.054367, 0.871171;, - 0.073846, 0.871489;, - 0.054367, 0.5843050000000001;, - 0.073846, 0.871489;, - 0.073846, 0.584622;, - 0.573782, 0.502129;, - 0.573771, 0.49979399999999996;, - 0.592708, 0.49988900000000003;, - 0.573782, 0.502129;, - 0.592708, 0.49988900000000003;, - 0.592701, 0.502224;, - 0.592813, 0.5021869999999999;, - 0.59282, 0.499834;, - 0.573733, 0.49979399999999996;, - 0.592813, 0.5021869999999999;, - 0.573733, 0.49979399999999996;, - 0.573726, 0.502166;, - 0.573804, 0.48281700000000005;, - 0.575146, 0.502151;, - 0.592869, 0.5022059999999999;, - 0.573804, 0.48281700000000005;, - 0.592869, 0.5022059999999999;, - 0.592873, 0.48287599999999997;, - 0.592835, 0.48304400000000003;, - 0.592795, 0.5022059999999999;, - 0.576285, 0.502155;, - 0.592835, 0.48304400000000003;, - 0.576285, 0.502155;, - 0.575055, 0.482989;, - 0.573652, 0.502128;, - 0.573622, 0.49968199999999996;, - 0.592783, 0.49973999999999996;, - 0.573652, 0.502128;, - 0.592783, 0.49973999999999996;, - 0.592813, 0.5021869999999999;, - 0.592795, 0.50215;, - 0.592802, 0.499684;, - 0.573677, 0.499756;, - 0.592795, 0.50215;, - 0.573677, 0.499756;, - 0.57367, 0.502222;, - 0.163398, 0.522018;, - 0.15703, 0.522018;, - 0.15703, 0.5411429999999999;, - 0.163398, 0.522018;, - 0.15703, 0.5411429999999999;, - 0.163398, 0.5411429999999999;, - 0.163398, 0.522018;, - 0.15703, 0.522018;, - 0.15703, 0.5411429999999999;, - 0.163398, 0.522018;, - 0.15703, 0.5411429999999999;, - 0.163398, 0.5411429999999999;, - 0.180412, 0.527266;, - 0.181925, 0.5229900000000001;, - 0.144367, 0.5229900000000001;, - 0.180412, 0.527266;, - 0.144367, 0.5229900000000001;, - 0.145843, 0.527266;, - 0.17128, 0.522242;, - 0.171317, 0.528536;, - 0.169711, 0.528536;, - 0.17128, 0.522242;, - 0.169711, 0.528536;, - 0.168889, 0.522242;, - 0.175295, 0.522392;, - 0.172382, 0.527901;, - 0.166592, 0.527901;, - 0.175295, 0.522392;, - 0.166592, 0.527901;, - 0.166592, 0.522392;, - 0.166592, 0.5411429999999999;, - 0.166592, 0.522018;, - 0.171373, 0.522018;, - 0.166592, 0.5411429999999999;, - 0.171373, 0.522018;, - 0.171373, 0.5411429999999999;, - 0.196866, 0.5411429999999999;, - 0.196866, 0.522018;, - 0.15703, 0.522018;, - 0.196866, 0.5411429999999999;, - 0.15703, 0.522018;, - 0.15703, 0.5411429999999999;, - 0.166592, 0.522018;, - 0.166592, 0.5411429999999999;, - 0.171373, 0.5411429999999999;, - 0.166592, 0.522018;, - 0.171373, 0.5411429999999999;, - 0.171373, 0.522018;, - 0.15703, 0.5411429999999999;, - 0.213787, 0.5411429999999999;, - 0.213787, 0.5293209999999999;, - 0.15703, 0.5411429999999999;, - 0.213787, 0.5293209999999999;, - 0.15703, 0.5293209999999999;, - 0.25056, 0.529227;, - 0.25056, 0.5411429999999999;, - 0.15703, 0.5411429999999999;, - 0.25056, 0.529227;, - 0.15703, 0.5411429999999999;, - 0.15703, 0.529227;, - 0.207119, 0.529265;, - 0.207119, 0.5411429999999999;, - 0.15703, 0.5411429999999999;, - 0.207119, 0.529265;, - 0.15703, 0.5411429999999999;, - 0.15703, 0.529265;, - 0.242399, 0.531431;, - 0.240737, 0.5411429999999999;, - 0.15703, 0.5411429999999999;, - 0.242399, 0.531431;, - 0.15703, 0.5411429999999999;, - 0.155648, 0.5293019999999999;, - 0.15703, 0.531244;, - 0.15703, 0.5411429999999999;, - 0.226673, 0.5411429999999999;, - 0.15703, 0.531244;, - 0.226673, 0.5411429999999999;, - 0.226673, 0.531244;, - 0.155853, 0.529246;, - 0.15703, 0.5411429999999999;, - 0.229512, 0.5411429999999999;, - 0.155853, 0.529246;, - 0.229512, 0.5411429999999999;, - 0.230932, 0.5313749999999999;, - 0.15703, 0.529265;, - 0.15703, 0.5411429999999999;, - 0.207119, 0.5411429999999999;, - 0.15703, 0.529265;, - 0.207119, 0.5411429999999999;, - 0.207119, 0.529265;, - 0.155648, 0.5293019999999999;, - 0.15703, 0.5411429999999999;, - 0.240737, 0.5411429999999999;, - 0.155648, 0.5293019999999999;, - 0.240737, 0.5411429999999999;, - 0.242399, 0.531431;, - 0.15703, 0.529227;, - 0.15703, 0.5411429999999999;, - 0.25056, 0.5411429999999999;, - 0.15703, 0.529227;, - 0.25056, 0.5411429999999999;, - 0.25056, 0.529227;, - 0.226673, 0.531244;, - 0.226673, 0.5411429999999999;, - 0.15703, 0.5411429999999999;, - 0.226673, 0.531244;, - 0.15703, 0.5411429999999999;, - 0.15703, 0.531244;, - 0.230932, 0.5313749999999999;, - 0.229512, 0.5411429999999999;, - 0.15703, 0.5411429999999999;, - 0.230932, 0.5313749999999999;, - 0.15703, 0.5411429999999999;, - 0.155853, 0.529246;, - 0.15703, 0.5293209999999999;, - 0.213787, 0.5293209999999999;, - 0.213787, 0.5411429999999999;, - 0.15703, 0.5293209999999999;, - 0.213787, 0.5411429999999999;, - 0.15703, 0.5411429999999999;, - 0.42509, 0.480989;, - 0.484368, 0.480989;, - 0.484368, 0.501925;, - 0.42509, 0.480989;, - 0.484368, 0.501925;, - 0.42509, 0.501925;, - 0.484144, 0.502;, - 0.484144, 0.48084000000000005;, - 0.406133, 0.48084000000000005;, - 0.484144, 0.502;, - 0.406133, 0.48084000000000005;, - 0.406133, 0.502;, - 0.503044, 0.48093300000000005;, - 0.503044, 0.502224;, - 0.42522, 0.502224;, - 0.503044, 0.48093300000000005;, - 0.42522, 0.502224;, - 0.42522, 0.48093300000000005;, - 0.503007, 0.481139;, - 0.444401, 0.481139;, - 0.444476, 0.5020370000000001;, - 0.503007, 0.481139;, - 0.444476, 0.5020370000000001;, - 0.5031, 0.5020370000000001;, - 0.177908, 0.687851;, - 0.176152, 0.675217;, - 0.160373, 0.6774089999999999;, - 0.177908, 0.687851;, - 0.160373, 0.6774089999999999;, - 0.162128, 0.690044;, - 0.182479, 0.674338;, - 0.160373, 0.6774089999999999;, - 0.159643, 0.6721550000000001;, - 0.182479, 0.674338;, - 0.159643, 0.6721550000000001;, - 0.181749, 0.669084;, - 0.162128, 0.690044;, - 0.160373, 0.6774089999999999;, - 0.176152, 0.675217;, - 0.162128, 0.690044;, - 0.176152, 0.675217;, - 0.177908, 0.687851;, - 0.184381, 0.6880269999999999;, - 0.162275, 0.691098;, - 0.161542, 0.685826;, - 0.184381, 0.6880269999999999;, - 0.161542, 0.685826;, - 0.183648, 0.6827540000000001;, - 0.183648, 0.6827540000000001;, - 0.161542, 0.685826;, - 0.160373, 0.6774089999999999;, - 0.183648, 0.6827540000000001;, - 0.160373, 0.6774089999999999;, - 0.182479, 0.674338;, - 0.177908, 0.687851;, - 0.176152, 0.675217;, - 0.160373, 0.6774089999999999;, - 0.177908, 0.687851;, - 0.160373, 0.6774089999999999;, - 0.162128, 0.690044;, - 0.162128, 0.690044;, - 0.160373, 0.6774089999999999;, - 0.176152, 0.675217;, - 0.162128, 0.690044;, - 0.176152, 0.675217;, - 0.177908, 0.687851;, - 0.16756, 0.682859;, - 0.168436, 0.689167;, - 0.176853, 0.687998;, - 0.16756, 0.682859;, - 0.176853, 0.687998;, - 0.175977, 0.68169;, - 0.166812, 0.68928;, - 0.17089, 0.683754;, - 0.174089, 0.683574;, - 0.16418, 0.670337;, - 0.172917, 0.675138;, - 0.16972, 0.6753370000000001;, - 0.16972, 0.6753370000000001;, - 0.172917, 0.675138;, - 0.174089, 0.683574;, - 0.16972, 0.6753370000000001;, - 0.174089, 0.683574;, - 0.17089, 0.683754;, - 0.164812, 0.6784140000000001;, - 0.166346, 0.689458;, - 0.174763, 0.688288;, - 0.164812, 0.6784140000000001;, - 0.174763, 0.688288;, - 0.173228, 0.677244;, - 0.15954, 0.679146;, - 0.161074, 0.6901900000000001;, - 0.166346, 0.689458;, - 0.15954, 0.679146;, - 0.166346, 0.689458;, - 0.164812, 0.6784140000000001;, - 0.173228, 0.677244;, - 0.174763, 0.688288;, - 0.180016, 0.687558;, - 0.173228, 0.677244;, - 0.180016, 0.687558;, - 0.178482, 0.676515;, - 0.15962, 0.671178;, - 0.178423, 0.66849;, - 0.18105, 0.687396;, - 0.15962, 0.671178;, - 0.18105, 0.687396;, - 0.162266, 0.6900809999999999;, - 0.178497, 0.66848;, - 0.181218, 0.687523;, - 0.162245, 0.6900649999999999;, - 0.178497, 0.66848;, - 0.162245, 0.6900649999999999;, - 0.159521, 0.671003;, - 0.175977, 0.68169;, - 0.176853, 0.687998;, - 0.179933, 0.671486;, - 0.16099, 0.674118;, - 0.168436, 0.689167;, - 0.16756, 0.682859;, - 0.167706, 0.683913;, - 0.165804, 0.6702250000000001;, - 0.178439, 0.668469;, - 0.167706, 0.683913;, - 0.178439, 0.668469;, - 0.180341, 0.682158;, - 0.159826, 0.6850080000000001;, - 0.157924, 0.6713199999999999;, - 0.165804, 0.6702250000000001;, - 0.159826, 0.6850080000000001;, - 0.165804, 0.6702250000000001;, - 0.167706, 0.683913;, - 0.180341, 0.682158;, - 0.178439, 0.668469;, - 0.186338, 0.6673720000000001;, - 0.180341, 0.682158;, - 0.186338, 0.6673720000000001;, - 0.18824, 0.681061;, - 0.175977, 0.68169;, - 0.176853, 0.687998;, - 0.168436, 0.689167;, - 0.175977, 0.68169;, - 0.168436, 0.689167;, - 0.16756, 0.682859;, - 0.16756, 0.682859;, - 0.168436, 0.689167;, - 0.16099, 0.674118;, - 0.179933, 0.671486;, - 0.176853, 0.687998;, - 0.175977, 0.68169;, - 0.176592, 0.67838;, - 0.177207, 0.6750700000000001;, - 0.16879, 0.67624;, - 0.176592, 0.67838;, - 0.16879, 0.67624;, - 0.168175, 0.679549;, - 0.163218, 0.668981;, - 0.166069, 0.689496;, - 0.170027, 0.6889460000000001;, - 0.163218, 0.668981;, - 0.170027, 0.6889460000000001;, - 0.167177, 0.668431;, - 0.167177, 0.668431;, - 0.170027, 0.6889460000000001;, - 0.176335, 0.68807;, - 0.167177, 0.668431;, - 0.176335, 0.68807;, - 0.173485, 0.667555;, - 0.173485, 0.667555;, - 0.176335, 0.68807;, - 0.180275, 0.687522;, - 0.173485, 0.667555;, - 0.180275, 0.687522;, - 0.177425, 0.667007;, - 0.177207, 0.6750700000000001;, - 0.176592, 0.67838;, - 0.180931, 0.682604;, - 0.168175, 0.679549;, - 0.16879, 0.67624;, - 0.161988, 0.685236;; - } - MeshMaterialList { - 16; - 524; - 14; - 14; - 14; - 14; - 13; - 13; - 13; - 13; - 12; - 12; - 12; - 12; - 11; - 11; - 11; - 11; - 10; - 10; - 10; - 10; - 9; - 9; - 9; - 9; - 8; - 8; - 8; - 8; - 8; - 8; - 8; - 8; - 8; - 8; - 8; - 8; - 8; - 8; - 8; - 8; - 8; - 8; - 8; - 8; - 7; - 7; - 7; - 7; - 7; - 7; - 7; - 7; - 7; - 7; - 7; - 7; - 7; - 7; - 7; - 7; - 7; - 7; - 7; - 7; - 6; - 6; - 6; - 6; - 6; - 6; - 6; - 6; - 6; - 6; - 6; - 6; - 6; - 6; - 6; - 6; - 6; - 6; - 6; - 6; - 5; - 5; - 5; - 5; - 5; - 5; - 5; - 5; - 5; - 5; - 5; - 5; - 5; - 5; - 5; - 5; - 5; - 5; - 5; - 5; - 4; - 4; - 3; - 3; - 3; - 3; - 3; - 3; - 3; - 3; - 3; - 3; - 3; - 3; - 3; - 3; - 2; - 2; - 2; - 2; - 2; - 2; - 2; - 2; - 2; - 2; - 1; - 1; - 1; - 1; - 1; - 1; - 1; - 1; - 1; - 1; - 1; - 1; - 1; - 1; - 1; - 1; - 1; - 1; - 1; - 1; - 1; - 1; - 1; - 1; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - 0; - ; - {MaterialCO077_dam_tuck_grpCOtga} - {MaterialCO090_dam_tuck_grpCOtga} - {MaterialCO091_dam_tuck_grpCOtga} - {MaterialCO092_dam_tuck_grpCOtga} - {MaterialCO093_dam_tuck_grpCOtga} - {MaterialCO094_dam_tuck_grpCOtga} - {MaterialCO095_dam_tuck_grpCOtga} - {MaterialCO096_dam_tuck_grpCOtga} - {MaterialCO097_dam_tuck_grpCOtga} - {MaterialCO128_dam_tuck_grpCOtga} - {MaterialCO129_dam_tuck_grpCOtga} - {MaterialCO130_dam_tuck_grpCOtga} - {MaterialCO131_dam_tuck_grpCOtga} - {MaterialCO132_dam_tuck_grpCOtga} - {MaterialCO133_dam_tuck_grpCOtga} - {default} - } - }} \ No newline at end of file diff --git a/2.5DHero/2.5DHeroContent/Models/truck2/Truck.fbx b/2.5DHero/2.5DHeroContent/Models/truck2/Truck.fbx deleted file mode 100644 index d233d79c6..000000000 --- a/2.5DHero/2.5DHeroContent/Models/truck2/Truck.fbx +++ /dev/null @@ -1,513 +0,0 @@ -; FBX 7.3.0 project file -; Copyright (C) 1997-2010 Autodesk Inc. and/or its licensors. -; All rights reserved. -; ---------------------------------------------------- - -FBXHeaderExtension: { - FBXHeaderVersion: 1003 - FBXVersion: 7300 - CreationTimeStamp: { - Version: 1000 - Year: 2016 - Month: 11 - Day: 5 - Hour: 15 - Minute: 56 - Second: 22 - Millisecond: 593 - } - Creator: "FBX SDK/FBX Plugins version 2013.3" - SceneInfo: "SceneInfo::GlobalInfo", "UserData" { - Type: "UserData" - Version: 100 - MetaData: { - Version: 100 - Title: "" - Subject: "" - Author: "" - Keywords: "" - Revision: "" - Comment: "" - } - Properties70: { - P: "DocumentUrl", "KString", "Url", "", "C:\Users\jianmingyong\Documents\GitHub\Pokemon 3D\Pokemon-3D-Patch-Monogame\2.5DHero\2.5DHeroContent\Content\Models\truck2\FBX 2013\Truck.fbx" - P: "SrcDocumentUrl", "KString", "Url", "", "C:\Users\jianmingyong\Documents\GitHub\Pokemon 3D\Pokemon-3D-Patch-Monogame\2.5DHero\2.5DHeroContent\Content\Models\truck2\FBX 2013\Truck.fbx" - P: "Original", "Compound", "", "" - P: "Original|ApplicationVendor", "KString", "", "", "Blender Foundation" - P: "Original|ApplicationName", "KString", "", "", "Blender (stable FBX IO)" - P: "Original|ApplicationVersion", "KString", "", "", "2.76 (sub 0)" - P: "Original|DateTime_GMT", "DateTime", "", "", "01/01/1970 00:00:00.000" - P: "Original|FileName", "KString", "", "", "/foobar.fbx" - P: "LastSaved", "Compound", "", "" - P: "LastSaved|ApplicationVendor", "KString", "", "", "Blender Foundation" - P: "LastSaved|ApplicationName", "KString", "", "", "Blender (stable FBX IO)" - P: "LastSaved|ApplicationVersion", "KString", "", "", "2.76 (sub 0)" - P: "LastSaved|DateTime_GMT", "DateTime", "", "", "01/01/1970 00:00:00.000" - } - } -} -GlobalSettings: { - Version: 1000 - Properties70: { - P: "UpAxis", "int", "Integer", "",1 - P: "UpAxisSign", "int", "Integer", "",1 - P: "FrontAxis", "int", "Integer", "",2 - P: "FrontAxisSign", "int", "Integer", "",1 - P: "CoordAxis", "int", "Integer", "",0 - P: "CoordAxisSign", "int", "Integer", "",1 - P: "OriginalUpAxis", "int", "Integer", "",-1 - P: "OriginalUpAxisSign", "int", "Integer", "",1 - P: "UnitScaleFactor", "double", "Number", "",1 - P: "OriginalUnitScaleFactor", "double", "Number", "",1 - P: "AmbientColor", "ColorRGB", "Color", "",0,0,0 - P: "DefaultCamera", "KString", "", "", "Producer Perspective" - P: "TimeMode", "enum", "", "",11 - P: "TimeSpanStart", "KTime", "Time", "",0 - P: "TimeSpanStop", "KTime", "Time", "",46186158000 - P: "CustomFrameRate", "double", "Number", "",24 - } -} - -; Documents Description -;------------------------------------------------------------------ - -Documents: { - Count: 1 - Document: 37814304, "Scene", "Scene" { - Properties70: { - P: "SourceObject", "object", "", "" - P: "ActiveAnimStackName", "KString", "", "", "" - } - RootNode: 0 - } -} - -; Document References -;------------------------------------------------------------------ - -References: { -} - -; Object definitions -;------------------------------------------------------------------ - -Definitions: { - Version: 100 - Count: 6 - ObjectType: "GlobalSettings" { - Count: 1 - } - ObjectType: "Model" { - Count: 1 - PropertyTemplate: "FbxNode" { - Properties70: { - P: "QuaternionInterpolate", "enum", "", "",0 - P: "RotationOffset", "Vector3D", "Vector", "",0,0,0 - P: "RotationPivot", "Vector3D", "Vector", "",0,0,0 - P: "ScalingOffset", "Vector3D", "Vector", "",0,0,0 - P: "ScalingPivot", "Vector3D", "Vector", "",0,0,0 - P: "TranslationActive", "bool", "", "",0 - P: "TranslationMin", "Vector3D", "Vector", "",0,0,0 - P: "TranslationMax", "Vector3D", "Vector", "",0,0,0 - P: "TranslationMinX", "bool", "", "",0 - P: "TranslationMinY", "bool", "", "",0 - P: "TranslationMinZ", "bool", "", "",0 - P: "TranslationMaxX", "bool", "", "",0 - P: "TranslationMaxY", "bool", "", "",0 - P: "TranslationMaxZ", "bool", "", "",0 - P: "RotationOrder", "enum", "", "",0 - P: "RotationSpaceForLimitOnly", "bool", "", "",0 - P: "RotationStiffnessX", "double", "Number", "",0 - P: "RotationStiffnessY", "double", "Number", "",0 - P: "RotationStiffnessZ", "double", "Number", "",0 - P: "AxisLen", "double", "Number", "",10 - P: "PreRotation", "Vector3D", "Vector", "",0,0,0 - P: "PostRotation", "Vector3D", "Vector", "",0,0,0 - P: "RotationActive", "bool", "", "",0 - P: "RotationMin", "Vector3D", "Vector", "",0,0,0 - P: "RotationMax", "Vector3D", "Vector", "",0,0,0 - P: "RotationMinX", "bool", "", "",0 - P: "RotationMinY", "bool", "", "",0 - P: "RotationMinZ", "bool", "", "",0 - P: "RotationMaxX", "bool", "", "",0 - P: "RotationMaxY", "bool", "", "",0 - P: "RotationMaxZ", "bool", "", "",0 - P: "InheritType", "enum", "", "",0 - P: "ScalingActive", "bool", "", "",0 - P: "ScalingMin", "Vector3D", "Vector", "",0,0,0 - P: "ScalingMax", "Vector3D", "Vector", "",1,1,1 - P: "ScalingMinX", "bool", "", "",0 - P: "ScalingMinY", "bool", "", "",0 - P: "ScalingMinZ", "bool", "", "",0 - P: "ScalingMaxX", "bool", "", "",0 - P: "ScalingMaxY", "bool", "", "",0 - P: "ScalingMaxZ", "bool", "", "",0 - P: "GeometricTranslation", "Vector3D", "Vector", "",0,0,0 - P: "GeometricRotation", "Vector3D", "Vector", "",0,0,0 - P: "GeometricScaling", "Vector3D", "Vector", "",1,1,1 - P: "MinDampRangeX", "double", "Number", "",0 - P: "MinDampRangeY", "double", "Number", "",0 - P: "MinDampRangeZ", "double", "Number", "",0 - P: "MaxDampRangeX", "double", "Number", "",0 - P: "MaxDampRangeY", "double", "Number", "",0 - P: "MaxDampRangeZ", "double", "Number", "",0 - P: "MinDampStrengthX", "double", "Number", "",0 - P: "MinDampStrengthY", "double", "Number", "",0 - P: "MinDampStrengthZ", "double", "Number", "",0 - P: "MaxDampStrengthX", "double", "Number", "",0 - P: "MaxDampStrengthY", "double", "Number", "",0 - P: "MaxDampStrengthZ", "double", "Number", "",0 - P: "PreferedAngleX", "double", "Number", "",0 - P: "PreferedAngleY", "double", "Number", "",0 - P: "PreferedAngleZ", "double", "Number", "",0 - P: "LookAtProperty", "object", "", "" - P: "UpVectorProperty", "object", "", "" - P: "Show", "bool", "", "",1 - P: "NegativePercentShapeSupport", "bool", "", "",1 - P: "DefaultAttributeIndex", "int", "Integer", "",-1 - P: "Freeze", "bool", "", "",0 - P: "LODBox", "bool", "", "",0 - P: "Lcl Translation", "Lcl Translation", "", "A",0,0,0 - P: "Lcl Rotation", "Lcl Rotation", "", "A",0,0,0 - P: "Lcl Scaling", "Lcl Scaling", "", "A",1,1,1 - P: "Visibility", "Visibility", "", "A",1 - P: "Visibility Inheritance", "Visibility Inheritance", "", "",1 - } - } - } - ObjectType: "Material" { - Count: 1 - PropertyTemplate: "FbxSurfacePhong" { - Properties70: { - P: "ShadingModel", "KString", "", "", "Phong" - P: "MultiLayer", "bool", "", "",0 - P: "EmissiveColor", "Color", "", "A",0,0,0 - P: "EmissiveFactor", "Number", "", "A",1 - P: "AmbientColor", "Color", "", "A",0.2,0.2,0.2 - P: "AmbientFactor", "Number", "", "A",1 - P: "DiffuseColor", "Color", "", "A",0.8,0.8,0.8 - P: "DiffuseFactor", "Number", "", "A",1 - P: "Bump", "Vector3D", "Vector", "",0,0,0 - P: "NormalMap", "Vector3D", "Vector", "",0,0,0 - P: "BumpFactor", "double", "Number", "",1 - P: "TransparentColor", "Color", "", "A",0,0,0 - P: "TransparencyFactor", "Number", "", "A",0 - P: "DisplacementColor", "ColorRGB", "Color", "",0,0,0 - P: "DisplacementFactor", "double", "Number", "",1 - P: "VectorDisplacementColor", "ColorRGB", "Color", "",0,0,0 - P: "VectorDisplacementFactor", "double", "Number", "",1 - P: "SpecularColor", "Color", "", "A",0.2,0.2,0.2 - P: "SpecularFactor", "Number", "", "A",1 - P: "ShininessExponent", "Number", "", "A",20 - P: "ReflectionColor", "Color", "", "A",0,0,0 - P: "ReflectionFactor", "Number", "", "A",1 - } - } - } - ObjectType: "Texture" { - Count: 1 - PropertyTemplate: "FbxFileTexture" { - Properties70: { - P: "TextureTypeUse", "enum", "", "",0 - P: "Texture alpha", "Number", "", "A",1 - P: "CurrentMappingType", "enum", "", "",0 - P: "WrapModeU", "enum", "", "",0 - P: "WrapModeV", "enum", "", "",0 - P: "UVSwap", "bool", "", "",0 - P: "PremultiplyAlpha", "bool", "", "",1 - P: "Translation", "Vector", "", "A",0,0,0 - P: "Rotation", "Vector", "", "A",0,0,0 - P: "Scaling", "Vector", "", "A",1,1,1 - P: "TextureRotationPivot", "Vector3D", "Vector", "",0,0,0 - P: "TextureScalingPivot", "Vector3D", "Vector", "",0,0,0 - P: "CurrentTextureBlendMode", "enum", "", "",1 - P: "UVSet", "KString", "", "", "default" - P: "UseMaterial", "bool", "", "",0 - P: "UseMipMap", "bool", "", "",0 - } - } - } - ObjectType: "Video" { - Count: 1 - PropertyTemplate: "FbxVideo" { - Properties70: { - P: "ImageSequence", "bool", "", "",0 - P: "ImageSequenceOffset", "int", "Integer", "",0 - P: "FrameRate", "double", "Number", "",0 - P: "LastFrame", "int", "Integer", "",0 - P: "Width", "int", "Integer", "",0 - P: "Height", "int", "Integer", "",0 - P: "Path", "KString", "XRefUrl", "", "" - P: "StartFrame", "int", "Integer", "",0 - P: "StopFrame", "int", "Integer", "",0 - P: "PlaySpeed", "double", "Number", "",0 - P: "Offset", "KTime", "Time", "",0 - P: "InterlaceMode", "enum", "", "",0 - P: "FreeRunning", "bool", "", "",0 - P: "Loop", "bool", "", "",0 - P: "AccessMode", "enum", "", "",0 - } - } - } - ObjectType: "Geometry" { - Count: 1 - PropertyTemplate: "FbxMesh" { - Properties70: { - P: "Color", "ColorRGB", "Color", "",0.8,0.8,0.8 - P: "BBoxMin", "Vector3D", "Vector", "",0,0,0 - P: "BBoxMax", "Vector3D", "Vector", "",0,0,0 - P: "Primary Visibility", "bool", "", "",1 - P: "Casts Shadows", "bool", "", "",1 - P: "Receive Shadows", "bool", "", "",1 - } - } - } -} - -; Object properties -;------------------------------------------------------------------ - -Objects: { - Geometry: 38265872, "Geometry::Untitled", "Mesh" { - Vertices: *3501 { - a: 1.00595581531525,1.14669620990753,0.48705393075943,1.00595581531525,1.14669620990753,0.48705393075943,1.00595676898956,1.14669632911682,2.19377207756042,1.00595676898956,1.14669632911682,2.19377207756042,1.00595676898956,1.14669632911682,2.19377207756042,1.0059562921524,-0.976006627082825,2.19377207756042,1.0059562921524,-0.976006627082825,2.19377207756042,1.0059562921524,-0.976006627082825,2.19377207756042,1.0059562921524,-0.976006686687469,1.89903604984283,1.0059562921524,-0.976006686687469,1.89903604984283,1.0059562921524,-0.976006686687469,1.89903604984283,1.0059562921524,-0.976006686687469,1.89903604984283,1.00595676898956,1.14669620990753,0.867043912410736,1.00595676898956,1.14669620990753,0.867043912410736,1.00595676898956,1.14669620990753,0.867043912410736,1.0059562921524,-0.976006686687469,0.867044031620026,1.0059562921524,-0.976006686687469,0.867044031620026,1.00595653057098,-1.68789875507355,0.867044031620026,1.00595653057098,-1.68789875507355,0.867044031620026,1.00595653057098,-1.68789875507355,0.867044031620026,1.00595653057098,-1.85909974575043,0.335341095924377,1.00595653057098,-1.85909974575043,0.335341095924377,1.00595653057098,-1.85909974575043,0.335341095924377,1.00595653057098,-1.85910081863403,0.793508052825928,1.00595653057098,-1.85910081863403,0.793508052825928,1.00595653057098,-1.85910081863403,0.793508052825928,1.00595676898956,1.14669620990753,0.486827939748764,1.00595676898956,1.14669620990753,0.486827939748764,1.00595676898956,1.14669620990753,0.486827939748764,1.00595653057098,-1.55610263347626,1.89903616905212,1.00595653057098,-1.55610263347626,1.89903616905212,1.00595653057098,-1.55610275268555,0.335341066122055,1.00595653057098,-1.55610275268555,0.335341066122055,1.00595653057098,-1.55610275268555,0.335341066122055,1.00595653057098,-1.55610275268555,0.867044031620026,1.00595653057098,-1.55610275268555,0.867044031620026,1.00595653057098,-1.55610275268555,0.867044031620026,0.876801252365112,-0.976006627082825,2.19377207756042,0.876801252365112,-0.976006627082825,2.19377207756042, -0.876801252365112,-0.976006686687469,1.89903604984283,0.876801252365112,-0.976006686687469,1.89903604984283,0.876801431179047,-1.68789970874786,1.89903616905212,0.876801431179047,-1.68789970874786,1.89903616905212,0.876801431179047,-1.68789887428284,0.867044031620026,0.876801431179047,-1.68789887428284,0.867044031620026,0.876801431179047,-1.68789887428284,0.867044031620026,1.0059562921524,-0.976006686687469,1.72071802616119,1.0059562921524,-0.976006686687469,1.72071802616119,1.0059562921524,-0.976006686687469,1.72071802616119,1.0059562921524,-0.976006686687469,1.72071802616119,1.0059562921524,-0.976006686687469,1.72071802616119,1.00595653057098,-1.55610263347626,1.72071814537048,1.00595653057098,-1.55610263347626,1.72071814537048,1.00595653057098,-1.55610263347626,1.72071814537048,0.876801431179047,-1.68789970874786,1.72071814537048,0.876801431179047,-1.68789970874786,1.72071814537048,0.876801431179047,-1.68789970874786,1.72071814537048,1.00595653057098,-1.55610275268555,1.02288711071014,1.00595653057098,-1.55610275268555,1.02288711071014,1.00595653057098,-1.55610275268555,1.02288711071014,0.876801431179047,-1.68789887428284,1.02288711071014,0.876801431179047,-1.68789887428284,1.02288711071014,0.876801431179047,-1.68789887428284,1.02288711071014,1.0059562921524,-0.976006686687469,1.02288699150085,1.0059562921524,-0.976006686687469,1.02288699150085,1.0059562921524,-0.976006686687469,1.02288699150085,1.0059562921524,-0.976006686687469,1.02288699150085,0.876801371574402,-1.59765779972076,1.72071814537048,0.876801371574402,-1.59765779972076,1.72071814537048,0.876801371574402,-1.59765779972076,1.72071814537048,0.876801371574402,-1.59765779972076,1.72071814537048,0.876801371574402,-1.59765791893005,1.02288711071014,0.876801371574402,-1.59765791893005,1.02288711071014,0.876801371574402,-1.59765779972076,1.72071814537048,0.876801371574402,-1.59765779972076,1.72071814537048,0.876801371574402,-1.59765779972076,1.72071814537048,0.876801371574402,-1.59765779972076,1.72071814537048,0.876801371574402,-1.59765779972076,1.72071814537048, -0.876801371574402,-1.59765779972076,1.72071814537048,0.876801371574402,-1.59765791893005,1.02288711071014,0.876801371574402,-1.59765791893005,1.02288711071014,0.876801371574402,-1.59765791893005,1.02288711071014,0.876801371574402,-1.59765791893005,1.02288711071014,0.876801371574402,-1.59765791893005,1.02288711071014,0.876801371574402,-1.59765791893005,1.02288711071014,0.91383022069931,-0.976006686687469,1.72071802616119,0.91383022069931,-0.976006686687469,1.72071802616119,0.9138303399086,-1.55610275268555,1.72071814537048,0.9138303399086,-1.55610275268555,1.72071814537048,0.9138303399086,-1.55610275268555,1.72071814537048,0.9138303399086,-1.55610275268555,1.72071814537048,0.9138303399086,-1.55610287189484,1.02288711071014,0.913831233978271,-0.976006686687469,1.02288699150085,0.91383022069931,-0.976006686687469,1.72071802616119,0.91383022069931,-0.976006686687469,1.72071802616119,0.9138303399086,-1.55610275268555,1.72071814537048,0.9138303399086,-1.55610275268555,1.72071814537048,0.9138303399086,-1.55610275268555,1.72071814537048,0.9138303399086,-1.55610275268555,1.72071814537048,0.9138303399086,-1.55610275268555,1.72071814537048,0.9138303399086,-1.55610275268555,1.72071814537048,0.9138303399086,-1.55610287189484,1.02288711071014,0.9138303399086,-1.55610287189484,1.02288711071014,0.9138303399086,-1.55610287189484,1.02288711071014,0.9138303399086,-1.55610287189484,1.02288711071014,0.913831233978271,-0.976006686687469,1.02288699150085,0.913831233978271,-0.976006686687469,1.02288699150085,0.00527672655880451,1.14669597148895,0.492278933525085,0.00527672655880451,1.14669609069824,2.19377207756042,0.00527672655880451,1.14669609069824,2.19377207756042,0.00527623295783997,-0.976005852222443,2.19377207756042,0.00527623295783997,-0.976005852222443,2.19377207756042,0.00527623295783997,-0.976005911827087,1.89903604984283,0.00527623295783997,-0.976005911827087,1.89903604984283,0.00527640245854855,-1.68789887428284,1.89903616905212,0.00527640245854855,-1.68789887428284,1.89903616905212,0.00527672655880451,1.14669597148895,0.867043912410736, -0.00527672655880451,1.14669597148895,0.867043912410736,0.00527640245854855,-1.68789899349213,0.867044031620026,0.00527640245854855,-1.68789899349213,0.867044031620026,0.00527644343674183,-1.85909998416901,0.335341095924377,0.00527644343674183,-1.85909998416901,0.335341095924377,0.00527644343674183,-1.85909998416901,0.793508052825928,0.00527644343674183,-1.85909998416901,0.793508052825928,0.00527640245854855,-1.68789887428284,1.76548409461975,0.00527672655880451,1.14669597148895,0.486827939748764,0.00527672655880451,1.14669597148895,0.486827939748764,0.0052763712592423,-1.55610299110413,0.335341066122055,0.0052763712592423,-1.55610299110413,0.335341066122055,0.0052763712592423,-1.55610287189484,1.89903616905212,0.00527640245854855,-1.68789887428284,1.72071814537048,0.00527640245854855,-1.68789887428284,1.72071814537048,0.00527640245854855,-1.68789899349213,1.02288711071014,0.00527638103812933,-1.59765684604645,1.72071814537048,0.00527638103812933,-1.59765684604645,1.72071814537048,0.00527638103812933,-1.59765696525574,1.02288711071014,0.00527638103812933,-1.59765696525574,1.02288711071014,0.00527638103812933,-1.59765684604645,1.72071814537048,0.00527638103812933,-1.59765684604645,1.72071814537048,0.00527638103812933,-1.59765696525574,1.02288711071014,0.00527638103812933,-1.59765696525574,1.02288711071014,1.0059562921524,-1.08886480331421,0.967454075813293,1.0059562921524,-1.08886480331421,0.967454075813293,0.9138303399086,-1.55610287189484,1.02288711071014,0.9138303399086,-1.55610287189484,1.02288711071014,0.9138303399086,-1.55610287189484,1.02288711071014,0.9138303399086,-1.55610287189484,1.02288711071014,0.913831293582916,-1.0888649225235,0.967454075813293,0.913831293582916,-1.0888649225235,0.967454075813293,0.913831293582916,-1.0888649225235,0.967454075813293,0.9138303399086,-1.51573383808136,0.967453062534332,0.9138303399086,-1.51573383808136,0.967453062534332,1.00595641136169,-1.51573371887207,0.967453062534332,1.0059562921524,-1.03511369228363,1.72071802616119,1.0059562921524,-1.03511369228363,1.72071802616119, -1.0059562921524,-1.03511381149292,1.02288699150085,1.0059562921524,-1.03511381149292,1.02288699150085,1.0059562921524,-1.03511381149292,1.02288699150085,1.0059562921524,-1.03511381149292,1.02288699150085,1.0059562921524,-1.03511381149292,1.02288699150085,0.91383022069931,-1.03511381149292,1.72071802616119,0.91383022069931,-1.03511381149292,1.72071802616119,0.913831233978271,-1.03511393070221,1.02288699150085,0.913831233978271,-1.03511393070221,1.02288699150085,0.913831233978271,-1.03511393070221,1.02288699150085,0.913831233978271,-1.03511393070221,1.02288699150085,1.0059562921524,-1.0892037153244,0.967454075813293,1.0059562921524,-1.0892037153244,0.967454075813293,0.913831293582916,-1.08920383453369,0.967454075813293,0.913831293582916,-1.08920383453369,0.967454075813293,1.00595641136169,-1.41672873497009,0.492279052734375,1.00595641136169,-1.41672873497009,0.492279052734375,1.00595641136169,-1.41672873497009,0.492279052734375,0.00527633773162961,-1.41672897338867,0.492279052734375,0.00527633773162961,-1.41672897338867,0.492279052734375,0.62993323802948,-0.852998852729797,0.372222036123276,0.62993323802948,-0.852998852729797,0.372222036123276,0.62993323802948,-0.852998852729797,0.372222036123276,0.929224252700806,-0.852998733520508,0.372221022844315,0.929224252700806,-0.852998733520508,0.372221022844315,0.62993323802948,-0.886491894721985,0.247222051024437,0.62993323802948,-0.886491894721985,0.247222051024437,0.62993323802948,-0.886491894721985,0.247222051024437,0.929224252700806,-0.886491775512695,0.247221037745476,0.929224252700806,-0.886491775512695,0.247221037745476,0.629932224750519,-0.977998852729797,0.155715048313141,0.629932224750519,-0.977998852729797,0.155715048313141,0.629932224750519,-0.977998852729797,0.155715048313141,0.929223239421844,-0.977998733520508,0.155715048313141,0.929223239421844,-0.977998733520508,0.155715048313141,0.629932284355164,-1.1029988527298,0.122222043573856,0.629932284355164,-1.1029988527298,0.122222043573856,0.629932284355164,-1.1029988527298,0.122222043573856,0.929223299026489,-1.10299873352051,0.122221045196056, -0.929223299026489,-1.10299873352051,0.122221045196056,0.629932284355164,-1.2279988527298,0.155715063214302,0.629932284355164,-1.2279988527298,0.155715063214302,0.629932284355164,-1.2279988527298,0.155715063214302,0.929223299026489,-1.22799873352051,0.155715063214302,0.929223299026489,-1.22799873352051,0.155715063214302,0.629933297634125,-1.31950485706329,0.247222065925598,0.629933297634125,-1.31950485706329,0.247222065925598,0.629933297634125,-1.31950485706329,0.247222065925598,0.92922431230545,-1.319504737854,0.247221052646637,0.92922431230545,-1.319504737854,0.247221052646637,0.629933297634125,-1.3529988527298,0.372222065925598,0.629933297634125,-1.3529988527298,0.372222065925598,0.629933297634125,-1.3529988527298,0.372222065925598,0.92922431230545,-1.35299873352051,0.372221052646637,0.92922431230545,-1.35299873352051,0.372221052646637,0.629933297634125,-1.31950485706329,0.497222065925598,0.629933297634125,-1.31950485706329,0.497222065925598,0.629933297634125,-1.31950485706329,0.497222065925598,0.92922431230545,-1.319504737854,0.497221052646637,0.92922431230545,-1.319504737854,0.497221052646637,0.92922431230545,-1.319504737854,0.497221052646637,0.629933297634125,-1.2279988527298,0.588728070259094,0.629933297634125,-1.2279988527298,0.588728070259094,0.629933297634125,-1.2279988527298,0.588728070259094,0.92922431230545,-1.22799873352051,0.588727056980133,0.92922431230545,-1.22799873352051,0.588727056980133,0.92922431230545,-1.22799873352051,0.588727056980133,0.92922431230545,-1.22799873352051,0.588727056980133,0.629933297634125,-1.1029988527298,0.622222065925598,0.629933297634125,-1.1029988527298,0.622222065925598,0.629933297634125,-1.1029988527298,0.622222065925598,0.92922431230545,-1.10299873352051,0.622221052646637,0.92922431230545,-1.10299873352051,0.622221052646637,0.92922431230545,-1.10299873352051,0.622221052646637,0.92922431230545,-1.10299873352051,0.622221052646637,0.62993323802948,-0.977998852729797,0.588728070259094,0.62993323802948,-0.977998852729797,0.588728070259094,0.62993323802948,-0.977998852729797,0.588728070259094, -0.929224252700806,-0.977998733520508,0.588728070259094,0.929224252700806,-0.977998733520508,0.588728070259094,0.929224252700806,-0.977998733520508,0.588728070259094,0.929224252700806,-0.977998733520508,0.588728070259094,0.62993323802948,-0.886491894721985,0.497222036123276,0.62993323802948,-0.886491894721985,0.497222036123276,0.62993323802948,-0.886491894721985,0.497222036123276,0.929224252700806,-0.886491775512695,0.497222036123276,0.929224252700806,-0.886491775512695,0.497222036123276,0.929224252700806,-0.886491775512695,0.497222036123276,0.610302746295929,0.884407103061676,0.376624971628189,0.610302746295929,0.884407103061676,0.376624971628189,0.610302746295929,0.884407103061676,0.376624971628189,0.909593760967255,0.884407222270966,0.376624971628189,0.909593760967255,0.884407222270966,0.376624971628189,0.610302746295929,0.850913107395172,0.251624971628189,0.610302746295929,0.850913107395172,0.251624971628189,0.610302746295929,0.850913107395172,0.251624971628189,0.909593760967255,0.850913226604462,0.251624971628189,0.909593760967255,0.850913226604462,0.251624971628189,0.610302805900574,0.759407103061676,0.160118967294693,0.610302805900574,0.759407103061676,0.160118967294693,0.610302805900574,0.759407103061676,0.160118967294693,0.909593820571899,0.759407222270966,0.160117968916893,0.909593820571899,0.759407222270966,0.160117968916893,0.610302865505219,0.634407103061676,0.126624971628189,0.610302865505219,0.634407103061676,0.126624971628189,0.610302865505219,0.634407103061676,0.126624971628189,0.909593880176544,0.634407222270966,0.126624971628189,0.909593880176544,0.634407222270966,0.126624971628189,0.610302865505219,0.509407103061676,0.160118982195854,0.610302865505219,0.509407103061676,0.160118982195854,0.610302865505219,0.509407103061676,0.160118982195854,0.909593880176544,0.509407222270966,0.160117983818054,0.909593880176544,0.509407222270966,0.160117983818054,0.610302925109863,0.417900145053864,0.251624971628189,0.610302925109863,0.417900145053864,0.251624971628189,0.610302925109863,0.417900145053864,0.251624971628189, -0.909593939781189,0.417900204658508,0.251624971628189,0.909593939781189,0.417900204658508,0.251624971628189,0.610302925109863,0.384407192468643,0.376624971628189,0.610302925109863,0.384407192468643,0.376624971628189,0.610302925109863,0.384407192468643,0.376624971628189,0.909593939781189,0.384407252073288,0.376624971628189,0.909593939781189,0.384407252073288,0.376624971628189,0.610302925109863,0.417900174856186,0.501625001430511,0.610302925109863,0.417900174856186,0.501625001430511,0.610302925109863,0.417900174856186,0.501625001430511,0.909593939781189,0.417900234460831,0.50162398815155,0.909593939781189,0.417900234460831,0.50162398815155,0.909593939781189,0.417900234460831,0.50162398815155,0.610302865505219,0.509407103061676,0.593131005764008,0.610302865505219,0.509407103061676,0.593131005764008,0.610302865505219,0.509407103061676,0.593131005764008,0.909593880176544,0.509407222270966,0.593131005764008,0.909593880176544,0.509407222270966,0.593131005764008,0.909593880176544,0.509407222270966,0.593131005764008,0.610302865505219,0.634407103061676,0.626625001430511,0.610302865505219,0.634407103061676,0.626625001430511,0.610302865505219,0.634407103061676,0.626625001430511,0.909593880176544,0.634407222270966,0.626625001430511,0.909593880176544,0.634407222270966,0.626625001430511,0.610302805900574,0.759407103061676,0.593130946159363,0.610302805900574,0.759407103061676,0.593130946159363,0.610302805900574,0.759407103061676,0.593130946159363,0.909593820571899,0.759407222270966,0.593130946159363,0.909593820571899,0.759407222270966,0.593130946159363,0.909593820571899,0.759407222270966,0.593130946159363,0.610302746295929,0.850913107395172,0.501624941825867,0.610302746295929,0.850913107395172,0.501624941825867,0.610302746295929,0.850913107395172,0.501624941825867,0.909593760967255,0.850913226604462,0.501624941825867,0.909593760967255,0.850913226604462,0.501624941825867,0.909593760967255,0.850913226604462,0.501624941825867,0.917432963848114,0.160071238875389,0.262048989534378,0.917432963848114,0.160071238875389,0.262048989534378, -0.917432963848114,0.160071238875389,0.262048989534378,0.917432963848114,0.160071238875389,0.262048989534378,0.917432963848114,0.279496222734451,0.262048989534378,0.917432963848114,0.279496222734451,0.262048989534378,0.917432963848114,0.279496222734451,0.262048989534378,1.04190504550934,0.279496282339096,0.262048989534378,1.04190504550934,0.279496282339096,0.262048989534378,1.04190504550934,0.279496282339096,0.262048989534378,1.04190504550934,0.160071268677711,0.262048989534378,1.04190504550934,0.160071268677711,0.262048989534378,1.04190504550934,0.160071268677711,0.262048989534378,1.04190504550934,0.160071268677711,0.262048989534378,0.917432963848114,0.160071238875389,0.354586988687515,0.917432963848114,0.160071238875389,0.354586988687515,0.917432963848114,0.160071238875389,0.354586988687515,0.917432963848114,0.160071238875389,0.354586988687515,0.917432963848114,0.160071238875389,0.354586988687515,0.917432963848114,0.279496252536774,0.354586988687515,0.917432963848114,0.279496252536774,0.354586988687515,0.917432963848114,0.279496252536774,0.354586988687515,0.917432963848114,0.279496252536774,0.354586988687515,1.04190504550934,0.279496312141418,0.354586988687515,1.04190504550934,0.279496312141418,0.354586988687515,1.04190504550934,0.279496312141418,0.354586988687515,1.04190504550934,0.279496312141418,0.354586988687515,1.04190504550934,0.160071268677711,0.354586988687515,1.04190504550934,0.160071268677711,0.354586988687515,1.04190504550934,0.160071268677711,0.354586988687515,1.04190504550934,0.160071268677711,0.354586988687515,1.04190504550934,0.160071268677711,0.354586988687515,0.917433142662048,-0.626923739910126,0.2620490193367,0.917433142662048,-0.626923739910126,0.2620490193367,0.917433142662048,-0.626923739910126,0.2620490193367,0.917433142662048,-0.626923739910126,0.2620490193367,1.04190516471863,-0.626923739910126,0.2620490193367,1.04190516471863,-0.626923739910126,0.2620490193367,1.04190516471863,-0.626923739910126,0.2620490193367,1.04190516471863,-0.626923739910126,0.2620490193367,0.917433142662048,-0.626923739910126,0.354587018489838, -0.917433142662048,-0.626923739910126,0.354587018489838,0.917433142662048,-0.626923739910126,0.354587018489838,0.917433142662048,-0.626923739910126,0.354587018489838,0.917433142662048,-0.626923739910126,0.354587018489838,1.04190516471863,-0.626923739910126,0.354587018489838,1.04190516471863,-0.626923739910126,0.354587018489838,1.04190516471863,-0.626923739910126,0.354587018489838,1.04190516471863,-0.626923739910126,0.354587018489838,1.04190516471863,-0.626923739910126,0.354587018489838,0.917433202266693,-0.751857757568359,0.2620490193367,0.917433202266693,-0.751857757568359,0.2620490193367,0.917433202266693,-0.751857757568359,0.2620490193367,1.04190516471863,-0.751857757568359,0.2620490193367,1.04190516471863,-0.751857757568359,0.2620490193367,1.04190516471863,-0.751857757568359,0.2620490193367,0.917433202266693,-0.751857757568359,0.354587018489838,0.917433202266693,-0.751857757568359,0.354587018489838,0.917433202266693,-0.751857757568359,0.354587018489838,0.917433202266693,-0.751857757568359,0.354587018489838,1.04190516471863,-0.751857757568359,0.354587018489838,1.04190516471863,-0.751857757568359,0.354587018489838,1.04190516471863,-0.751857757568359,0.354587018489838,1.04190516471863,-0.751857757568359,0.354587018489838,0.841475963592529,0.160071209073067,0.490525990724564,0.841475963592529,0.160071209073067,0.490525990724564,0.841475963592529,0.160071209073067,0.490525990724564,0.841475963592529,0.279496222734451,0.490525990724564,0.841475963592529,0.279496222734451,0.490525990724564,0.841475963592529,0.279496222734451,0.490525990724564,0.965948939323425,0.279496252536774,0.490525990724564,0.965948939323425,0.279496252536774,0.490525990724564,0.965948939323425,0.279496252536774,0.490525990724564,0.965948939323425,0.16007125377655,0.490525990724564,0.965948939323425,0.16007125377655,0.490525990724564,0.965948939323425,0.16007125377655,0.490525990724564,0.841476142406464,-0.626923739910126,0.490526020526886,0.841476142406464,-0.626923739910126,0.490526020526886,0.841476142406464,-0.626923739910126,0.490526020526886, -0.96594911813736,-0.626923739910126,0.490526020526886,0.96594911813736,-0.626923739910126,0.490526020526886,0.96594911813736,-0.626923739910126,0.490526020526886,0.841476202011108,-0.751857757568359,0.490526020526886,0.841476202011108,-0.751857757568359,0.490526020526886,0.841476202011108,-0.751857757568359,0.490526020526886,0.965949177742004,-0.751857757568359,0.490526020526886,0.965949177742004,-0.751857757568359,0.490526020526886,0.965949177742004,-0.751857757568359,0.490526020526886,-0.992591321468353,1.14669573307037,0.48705393075943,-0.992591321468353,1.14669573307037,0.48705393075943,-0.992591321468353,1.14669585227966,2.19377207756042,-0.992591321468353,1.14669585227966,2.19377207756042,-0.992591321468353,1.14669585227966,2.19377207756042,-0.992589771747589,-0.976007103919983,2.19377207756042,-0.992589771747589,-0.976007103919983,2.19377207756042,-0.992589771747589,-0.976007103919983,2.19377207756042,-0.992589771747589,-0.976007163524628,1.89903604984283,-0.992589771747589,-0.976007163524628,1.89903604984283,-0.992589771747589,-0.976007163524628,1.89903604984283,-0.992591321468353,1.14669573307037,0.867043912410736,-0.992591321468353,1.14669573307037,0.867043912410736,-0.992591321468353,1.14669573307037,0.867043912410736,-0.99259078502655,-0.976007163524628,0.867044031620026,-0.99259078502655,-0.976007163524628,0.867044031620026,-0.992589592933655,-1.68789923191071,0.867044031620026,-0.992589592933655,-1.68789923191071,0.867044031620026,-0.992589592933655,-1.68789923191071,0.867044031620026,-0.992590606212616,-1.85910022258759,0.335341095924377,-0.992590606212616,-1.85910022258759,0.335341095924377,-0.992590606212616,-1.85910022258759,0.335341095924377,-0.992589592933655,-1.85910129547119,0.793508052825928,-0.992589592933655,-1.85910129547119,0.793508052825928,-0.992589592933655,-1.85910129547119,0.793508052825928,-0.992589771747589,-0.976007163524628,1.76548397541046,-0.992591321468353,1.14669573307037,0.486827939748764,-0.992591321468353,1.14669573307037,0.486827939748764,-0.992591321468353,1.14669573307037,0.486827939748764, --0.9925896525383,-1.55610311031342,1.89903616905212,-0.992590665817261,-1.55610322952271,0.335341066122055,-0.992590665817261,-1.55610322952271,0.335341066122055,-0.992590665817261,-1.55610322952271,0.335341066122055,-0.9925896525383,-1.55610322952271,0.867044031620026,-0.9925896525383,-1.55610322952271,0.867044031620026,-0.9925896525383,-1.55610322952271,0.867044031620026,-0.9925896525383,-1.55610322952271,0.867044031620026,-0.863434731960297,-0.976007103919983,2.19377207756042,-0.863434731960297,-0.976007103919983,2.19377207756042,-0.863434731960297,-0.976007163524628,1.89903604984283,-0.863434731960297,-0.976007163524628,1.89903604984283,-0.863434553146362,-1.68789994716644,1.89903616905212,-0.863434553146362,-1.68789911270142,0.867044031620026,-0.863434553146362,-1.68789911270142,0.867044031620026,-0.863434553146362,-1.68789911270142,0.867044031620026,-0.863434553146362,-1.68789911270142,0.867044031620026,-0.863434553146362,-1.68789994716644,1.76548409461975,-0.992589771747589,-0.976007163524628,1.72071802616119,-0.992589771747589,-0.976007163524628,1.72071802616119,-0.992589771747589,-0.976007163524628,1.72071802616119,-0.9925896525383,-1.55610311031342,1.72071814537048,-0.863434553146362,-1.68789994716644,1.72071814537048,-0.9925896525383,-1.55610322952271,1.02288711071014,-0.9925896525383,-1.55610322952271,1.02288711071014,-0.9925896525383,-1.55610322952271,1.02288711071014,-0.9925896525383,-1.55610322952271,1.02288711071014,-0.9925896525383,-1.55610322952271,1.02288711071014,-0.863434553146362,-1.68789911270142,1.02288711071014,-0.863434553146362,-1.68789911270142,1.02288711071014,-0.863434553146362,-1.68789911270142,1.02288711071014,-0.863434553146362,-1.68789911270142,1.02288711071014,-0.863434553146362,-1.68789911270142,1.02288711071014,-0.99259078502655,-0.976007163524628,1.02288699150085,-0.99259078502655,-0.976007163524628,1.02288699150085,-0.99259078502655,-0.976007163524628,1.02288699150085,-0.99259078502655,-0.976007163524628,1.02288699150085,-0.99259078502655,-0.976007163524628,1.02288699150085,-0.863434612751007,-1.59765803813934,1.72071814537048, --0.863434612751007,-1.59765803813934,1.72071814537048,-0.863435626029968,-1.59765815734863,1.02288711071014,-0.863435626029968,-1.59765815734863,1.02288711071014,-0.863434612751007,-1.59765803813934,1.72071814537048,-0.863434612751007,-1.59765803813934,1.72071814537048,-0.863434612751007,-1.59765803813934,1.72071814537048,-0.863434612751007,-1.59765803813934,1.72071814537048,-0.863434612751007,-1.59765803813934,1.72071814537048,-0.863434612751007,-1.59765803813934,1.72071814537048,-0.863435626029968,-1.59765815734863,1.02288711071014,-0.863435626029968,-1.59765815734863,1.02288711071014,-0.863435626029968,-1.59765815734863,1.02288711071014,-0.863435626029968,-1.59765815734863,1.02288711071014,-0.863435626029968,-1.59765815734863,1.02288711071014,-0.863435626029968,-1.59765815734863,1.02288711071014,-0.900464773178101,-0.976007163524628,1.72071802616119,-0.900464653968811,-1.55610299110413,1.72071814537048,-0.900464653968811,-1.55610299110413,1.72071814537048,-0.900464653968811,-1.55610311031342,1.02288711071014,-0.900464773178101,-0.976007163524628,1.02288699150085,-0.900464773178101,-0.976007163524628,1.72071802616119,-0.900464773178101,-0.976007163524628,1.72071802616119,-0.900464653968811,-1.55610299110413,1.72071814537048,-0.900464653968811,-1.55610299110413,1.72071814537048,-0.900464653968811,-1.55610299110413,1.72071814537048,-0.900464653968811,-1.55610299110413,1.72071814537048,-0.900464653968811,-1.55610299110413,1.72071814537048,-0.900464653968811,-1.55610299110413,1.72071814537048,-0.900464653968811,-1.55610311031342,1.02288711071014,-0.900464653968811,-1.55610311031342,1.02288711071014,-0.900464653968811,-1.55610311031342,1.02288711071014,-0.900464653968811,-1.55610311031342,1.02288711071014,-0.900464773178101,-0.976007163524628,1.02288699150085,-0.900464773178101,-0.976007163524628,1.02288699150085,0.00808872655034065,1.14669597148895,0.492278933525085,0.00808872655034065,1.14669609069824,2.19377207756042,0.00808872655034065,1.14669609069824,2.19377207756042,0.00809023249894381,-0.976005852222443,2.19377207756042, -0.00809023249894381,-0.976005852222443,2.19377207756042,0.00809023249894381,-0.976005911827087,1.89903604984283,0.00809023249894381,-0.976005911827087,1.89903604984283,0.00809040199965239,-1.68789887428284,1.89903616905212,0.00808872655034065,1.14669597148895,0.867043912410736,0.00808872655034065,1.14669597148895,0.867043912410736,0.00809040199965239,-1.68789899349213,0.867044031620026,0.00809040199965239,-1.68789899349213,0.867044031620026,0.00808944366872311,-1.85909998416901,0.335341095924377,0.00808944366872311,-1.85909998416901,0.335341095924377,0.00809044297784567,-1.85909998416901,0.793508052825928,0.00809044297784567,-1.85909998416901,0.793508052825928,0.00809040199965239,-1.68789887428284,1.76548409461975,0.00808872655034065,1.14669597148895,0.486827939748764,0.00808872655034065,1.14669597148895,0.486827939748764,0.00808937102556229,-1.55610299110413,0.335341066122055,0.00808937102556229,-1.55610299110413,0.335341066122055,0.00809037033468485,-1.55610287189484,1.89903616905212,0.00809040199965239,-1.68789887428284,1.72071814537048,0.00809040199965239,-1.68789899349213,1.02288711071014,0.00809040199965239,-1.68789899349213,1.02288711071014,0.00809038057923317,-1.59765684604645,1.72071814537048,0.00809038057923317,-1.59765696525574,1.02288711071014,0.00809038057923317,-1.59765696525574,1.02288711071014,0.00809038057923317,-1.59765684604645,1.72071814537048,0.00809038057923317,-1.59765684604645,1.72071814537048,0.00809038057923317,-1.59765696525574,1.02288711071014,0.00809038057923317,-1.59765696525574,1.02288711071014,-0.992590725421906,-1.08886528015137,0.967454075813293,-0.992590725421906,-1.08886528015137,0.967454075813293,-0.992590725421906,-1.08886528015137,0.967454075813293,-0.900464653968811,-1.55610311031342,1.02288711071014,-0.900464653968811,-1.55610311031342,1.02288711071014,-0.900464653968811,-1.55610311031342,1.02288711071014,-0.900464653968811,-1.55610311031342,1.02288711071014,-0.900464713573456,-1.08886516094208,0.967454075813293,-0.900464713573456,-1.08886516094208,0.967454075813293,-0.900464713573456,-1.08886516094208,0.967454075813293, --0.900464653968811,-1.51573407649994,0.967453062534332,-0.900464653968811,-1.51573407649994,0.967453062534332,-0.900464653968811,-1.51573407649994,0.967453062534332,-0.992590665817261,-1.51573419570923,0.967453062534332,-0.992590665817261,-1.51573419570923,0.967453062534332,-0.992590665817261,-1.51573419570923,0.967453062534332,-0.992589771747589,-1.03511416912079,1.72071802616119,-0.992589771747589,-1.03511416912079,1.72071802616119,-0.992589771747589,-1.03511416912079,1.72071802616119,-0.99259078502655,-1.03511428833008,1.02288699150085,-0.99259078502655,-1.03511428833008,1.02288699150085,-0.99259078502655,-1.03511428833008,1.02288699150085,-0.99259078502655,-1.03511428833008,1.02288699150085,-0.99259078502655,-1.03511428833008,1.02288699150085,-0.99259078502655,-1.03511428833008,1.02288699150085,-0.900464773178101,-1.0351140499115,1.72071802616119,-0.900464773178101,-1.0351140499115,1.72071802616119,-0.900464773178101,-1.03511416912079,1.02288699150085,-0.900464773178101,-1.03511416912079,1.02288699150085,-0.900464773178101,-1.03511416912079,1.02288699150085,-0.900464773178101,-1.03511416912079,1.02288699150085,-0.992590725421906,-1.08920419216156,0.967454075813293,-0.992590725421906,-1.08920419216156,0.967454075813293,-0.900464713573456,-1.08920407295227,0.967454075813293,-0.900464713573456,-1.08920407295227,0.967454075813293,-0.992590665817261,-1.41672921180725,0.492279052734375,-0.992590665817261,-1.41672921180725,0.492279052734375,-0.992590665817261,-1.41672921180725,0.492279052734375,0.0080893374979496,-1.41672897338867,0.492279052734375,0.0080893374979496,-1.41672897338867,0.492279052734375,-0.616566777229309,-0.852999091148376,0.372222036123276,-0.616566777229309,-0.852999091148376,0.372222036123276,-0.616566777229309,-0.852999091148376,0.372222036123276,-0.91585773229599,-0.852999210357666,0.372221022844315,-0.91585773229599,-0.852999210357666,0.372221022844315,-0.616566777229309,-0.886492133140564,0.247222051024437,-0.616566777229309,-0.886492133140564,0.247222051024437,-0.616566777229309,-0.886492133140564,0.247222051024437, --0.91585773229599,-0.886492252349854,0.247221037745476,-0.91585773229599,-0.886492252349854,0.247221037745476,-0.616566777229309,-0.977999091148376,0.155715048313141,-0.616566777229309,-0.977999091148376,0.155715048313141,-0.616566777229309,-0.977999091148376,0.155715048313141,-0.91585773229599,-0.977999210357666,0.155715048313141,-0.91585773229599,-0.977999210357666,0.155715048313141,-0.616566717624664,-1.10299909114838,0.122222043573856,-0.616566717624664,-1.10299909114838,0.122222043573856,-0.616566717624664,-1.10299909114838,0.122222043573856,-0.915857672691345,-1.10299909114838,0.122221045196056,-0.915857672691345,-1.10299909114838,0.122221045196056,-0.616566717624664,-1.22799909114838,0.155715063214302,-0.616566717624664,-1.22799909114838,0.155715063214302,-0.616566717624664,-1.22799909114838,0.155715063214302,-0.915857672691345,-1.22799909114838,0.155715063214302,-0.915857672691345,-1.22799909114838,0.155715063214302,-0.616566717624664,-1.31950509548187,0.247222065925598,-0.616566717624664,-1.31950509548187,0.247222065925598,-0.616566717624664,-1.31950509548187,0.247222065925598,-0.915857672691345,-1.31950509548187,0.247221052646637,-0.915857672691345,-1.31950509548187,0.247221052646637,-0.616566717624664,-1.35299909114838,0.372222065925598,-0.616566717624664,-1.35299909114838,0.372222065925598,-0.616566717624664,-1.35299909114838,0.372222065925598,-0.915857672691345,-1.35299909114838,0.372221052646637,-0.915857672691345,-1.35299909114838,0.372221052646637,-0.616566717624664,-1.31950509548187,0.497222065925598,-0.616566717624664,-1.31950509548187,0.497222065925598,-0.616566717624664,-1.31950509548187,0.497222065925598,-0.915857672691345,-1.31950509548187,0.497221052646637,-0.915857672691345,-1.31950509548187,0.497221052646637,-0.616566717624664,-1.22799909114838,0.588728070259094,-0.616566717624664,-1.22799909114838,0.588728070259094,-0.616566717624664,-1.22799909114838,0.588728070259094,-0.915857672691345,-1.22799909114838,0.588727056980133,-0.915857672691345,-1.22799909114838,0.588727056980133,-0.616566717624664,-1.10299909114838,0.622222065925598, --0.616566717624664,-1.10299909114838,0.622222065925598,-0.616566717624664,-1.10299909114838,0.622222065925598,-0.915857672691345,-1.10299909114838,0.622221052646637,-0.915857672691345,-1.10299909114838,0.622221052646637,-0.616566777229309,-0.977999091148376,0.588728070259094,-0.616566777229309,-0.977999091148376,0.588728070259094,-0.616566777229309,-0.977999091148376,0.588728070259094,-0.91585773229599,-0.977999210357666,0.588728070259094,-0.91585773229599,-0.977999210357666,0.588728070259094,-0.616566777229309,-0.886492133140564,0.497222036123276,-0.616566777229309,-0.886492133140564,0.497222036123276,-0.616566777229309,-0.886492133140564,0.497222036123276,-0.91585773229599,-0.886492252349854,0.497222036123276,-0.91585773229599,-0.886492252349854,0.497222036123276,-0.596938252449036,0.884406864643097,0.376624971628189,-0.596938252449036,0.884406864643097,0.376624971628189,-0.596938252449036,0.884406864643097,0.376624971628189,-0.896229267120361,0.884406745433807,0.376624971628189,-0.896229267120361,0.884406745433807,0.376624971628189,-0.596937239170074,0.850912868976593,0.251624971628189,-0.596937239170074,0.850912868976593,0.251624971628189,-0.596937239170074,0.850912868976593,0.251624971628189,-0.896229267120361,0.850912749767303,0.251624971628189,-0.896229267120361,0.850912749767303,0.251624971628189,-0.59693717956543,0.759406864643097,0.160118967294693,-0.59693717956543,0.759406864643097,0.160118967294693,-0.59693717956543,0.759406864643097,0.160118967294693,-0.896229207515717,0.759406745433807,0.160117968916893,-0.896229207515717,0.759406745433807,0.160117968916893,-0.596937119960785,0.634406864643097,0.126624971628189,-0.596937119960785,0.634406864643097,0.126624971628189,-0.596937119960785,0.634406864643097,0.126624971628189,-0.896229147911072,0.634406745433807,0.126624971628189,-0.896229147911072,0.634406745433807,0.126624971628189,-0.596937119960785,0.509406864643097,0.160118982195854,-0.596937119960785,0.509406864643097,0.160118982195854,-0.596937119960785,0.509406864643097,0.160118982195854,-0.896229147911072,0.509406745433807,0.160117983818054, --0.896229147911072,0.509406745433807,0.160117983818054,-0.59693706035614,0.41789984703064,0.251624971628189,-0.59693706035614,0.41789984703064,0.251624971628189,-0.59693706035614,0.41789984703064,0.251624971628189,-0.896229088306427,0.417899787425995,0.251624971628189,-0.896229088306427,0.417899787425995,0.251624971628189,-0.596938073635101,0.384406894445419,0.376624971628189,-0.596938073635101,0.384406894445419,0.376624971628189,-0.596938073635101,0.384406894445419,0.376624971628189,-0.896229088306427,0.384406834840775,0.376624971628189,-0.896229088306427,0.384406834840775,0.376624971628189,-0.596938073635101,0.417899876832962,0.501625001430511,-0.596938073635101,0.417899876832962,0.501625001430511,-0.596938073635101,0.417899876832962,0.501625001430511,-0.896229088306427,0.417899817228317,0.50162398815155,-0.896229088306427,0.417899817228317,0.50162398815155,-0.896229088306427,0.417899817228317,0.50162398815155,-0.596938133239746,0.509406864643097,0.593131005764008,-0.596938133239746,0.509406864643097,0.593131005764008,-0.596938133239746,0.509406864643097,0.593131005764008,-0.896229147911072,0.509406745433807,0.593131005764008,-0.896229147911072,0.509406745433807,0.593131005764008,-0.896229147911072,0.509406745433807,0.593131005764008,-0.596938133239746,0.634406864643097,0.626625001430511,-0.596938133239746,0.634406864643097,0.626625001430511,-0.596938133239746,0.634406864643097,0.626625001430511,-0.896229147911072,0.634406745433807,0.626625001430511,-0.896229147911072,0.634406745433807,0.626625001430511,-0.596938192844391,0.759406864643097,0.593130946159363,-0.596938192844391,0.759406864643097,0.593130946159363,-0.596938192844391,0.759406864643097,0.593130946159363,-0.896229207515717,0.759406745433807,0.593130946159363,-0.896229207515717,0.759406745433807,0.593130946159363,-0.896229207515717,0.759406745433807,0.593130946159363,-0.596938252449036,0.850912868976593,0.501624941825867,-0.596938252449036,0.850912868976593,0.501624941825867,-0.596938252449036,0.850912868976593,0.501624941825867,-0.896229267120361,0.850912749767303,0.501624941825867, --0.896229267120361,0.850912749767303,0.501624941825867,-0.896229267120361,0.850912749767303,0.501624941825867,-0.904067039489746,0.160070791840553,0.262048989534378,-0.904067039489746,0.160070791840553,0.262048989534378,-0.904067039489746,0.160070791840553,0.262048989534378,-0.904067039489746,0.279495805501938,0.262048989534378,-0.904067039489746,0.279495805501938,0.262048989534378,-0.904067039489746,0.279495805501938,0.262048989534378,-1.02854001522064,0.279495745897293,0.262048989534378,-1.02854001522064,0.279495745897293,0.262048989534378,-1.02854001522064,0.160070776939392,0.262048989534378,-1.02854001522064,0.160070776939392,0.262048989534378,-1.02854001522064,0.160070776939392,0.262048989534378,-1.02854001522064,0.160070776939392,0.262048989534378,-0.904067039489746,0.160070791840553,0.354586988687515,-0.904067039489746,0.160070791840553,0.354586988687515,-0.904067039489746,0.27949583530426,0.354586988687515,-0.904067039489746,0.27949583530426,0.354586988687515,-1.02854001522064,0.279495775699615,0.354586988687515,-1.02854001522064,0.279495775699615,0.354586988687515,-1.02854001522064,0.160070776939392,0.354586988687515,-1.02854001522064,0.160070776939392,0.354586988687515,-0.904066860675812,-0.626924216747284,0.2620490193367,-0.904066860675812,-0.626924216747284,0.2620490193367,-0.904066860675812,-0.626924216747284,0.2620490193367,-0.904066860675812,-0.626924216747284,0.2620490193367,-1.02853989601135,-0.626924216747284,0.2620490193367,-1.02853989601135,-0.626924216747284,0.2620490193367,-1.02853989601135,-0.626924216747284,0.2620490193367,-1.02853989601135,-0.626924216747284,0.2620490193367,-0.904066860675812,-0.626924216747284,0.354587018489838,-0.904066860675812,-0.626924216747284,0.354587018489838,-0.904066860675812,-0.626924216747284,0.354587018489838,-0.904066860675812,-0.626924216747284,0.354587018489838,-1.02853989601135,-0.626924216747284,0.354587018489838,-1.02853989601135,-0.626924216747284,0.354587018489838,-1.02853989601135,-0.626924216747284,0.354587018489838,-1.02853989601135,-0.626924216747284,0.354587018489838, --0.904066801071167,-0.751858234405518,0.2620490193367,-0.904066801071167,-0.751858234405518,0.2620490193367,-1.02853989601135,-0.751858234405518,0.2620490193367,-1.02853989601135,-0.751858234405518,0.2620490193367,-0.904066801071167,-0.751858234405518,0.354587018489838,-0.904066801071167,-0.751858234405518,0.354587018489838,-0.904066801071167,-0.751858234405518,0.354587018489838,-1.02853989601135,-0.751858234405518,0.354587018489838,-1.02853989601135,-0.751858234405518,0.354587018489838,-1.02853989601135,-0.751858234405518,0.354587018489838,-0.828110039234161,0.160070821642876,0.490525990724564,-0.828110039234161,0.160070821642876,0.490525990724564,-0.828110039234161,0.160070821642876,0.490525990724564,-0.828110039234161,0.279495865106583,0.490525990724564,-0.828110039234161,0.279495865106583,0.490525990724564,-0.828110039234161,0.279495865106583,0.490525990724564,-0.952583074569702,0.27949583530426,0.490525990724564,-0.952583074569702,0.27949583530426,0.490525990724564,-0.952583074569702,0.27949583530426,0.490525990724564,-0.952583074569702,0.160070791840553,0.490525990724564,-0.952583074569702,0.160070791840553,0.490525990724564,-0.952583074569702,0.160070791840553,0.490525990724564,-0.828109860420227,-0.626924216747284,0.490526020526886,-0.828109860420227,-0.626924216747284,0.490526020526886,-0.828109860420227,-0.626924216747284,0.490526020526886,-0.952582895755768,-0.626924216747284,0.490526020526886,-0.952582895755768,-0.626924216747284,0.490526020526886,-0.952582895755768,-0.626924216747284,0.490526020526886,-0.828109800815582,-0.751858234405518,0.490526020526886,-0.828109800815582,-0.751858234405518,0.490526020526886,-0.828109800815582,-0.751858234405518,0.490526020526886,-0.952582836151123,-0.751858234405518,0.490526020526886,-0.952582836151123,-0.751858234405518,0.490526020526886,-0.952582836151123,-0.751858234405518,0.490526020526886,0.929224252700806,-0.975151777267456,0.372221022844315,0.929224252700806,-0.975151777267456,0.372221022844315,0.929224252700806,-0.992279767990112,0.308298021554947,0.929224252700806,-0.992279767990112,0.308298021554947, -0.929224252700806,-1.03907477855682,0.26150307059288,0.929224252700806,-1.03907477855682,0.26150307059288,0.92922431230545,-1.10299873352051,0.244375050067902,0.92922431230545,-1.10299873352051,0.244375050067902,0.92922431230545,-1.16692173480988,0.26150307059288,0.92922431230545,-1.16692173480988,0.26150307059288,0.92922431230545,-1.21371674537659,0.308298051357269,0.92922431230545,-1.21371674537659,0.308298051357269,0.92922431230545,-1.23084473609924,0.372221052646637,0.92922431230545,-1.23084473609924,0.372221052646637,0.92922431230545,-1.21371674537659,0.436145067214966,0.92922431230545,-1.21371674537659,0.436145067214966,0.92922431230545,-1.16692173480988,0.482940047979355,0.92922431230545,-1.16692173480988,0.482940047979355,0.92922431230545,-1.16692173480988,0.482940047979355,0.92922431230545,-1.10299873352051,0.500068068504334,0.92922431230545,-1.10299873352051,0.500068068504334,0.92922431230545,-1.10299873352051,0.500068068504334,0.92922431230545,-1.10299873352051,0.500068068504334,0.929224252700806,-1.03907477855682,0.482940047979355,0.929224252700806,-1.03907477855682,0.482940047979355,0.929224252700806,-1.03907477855682,0.482940047979355,0.929224252700806,-0.992279767990112,0.436145037412643,0.929224252700806,-0.992279767990112,0.436145037412643,0.835127234458923,-0.975151777267456,0.372221022844315,0.835127234458923,-0.975151777267456,0.372221022844315,0.835127234458923,-0.975151777267456,0.372221022844315,0.835127234458923,-0.975151777267456,0.372221022844315,0.835127234458923,-0.992279767990112,0.308298021554947,0.835127234458923,-0.992279767990112,0.308298021554947,0.835127234458923,-0.992279767990112,0.308298021554947,0.835127234458923,-0.992279767990112,0.308298021554947,0.835127234458923,-1.03907489776611,0.26150307059288,0.835127234458923,-1.03907489776611,0.26150307059288,0.835127234458923,-1.03907489776611,0.26150307059288,0.835127234458923,-1.03907489776611,0.26150307059288,0.835127294063568,-1.1029988527298,0.244375050067902,0.835127294063568,-1.1029988527298,0.244375050067902,0.835127294063568,-1.1029988527298,0.244375050067902, -0.835127294063568,-1.1029988527298,0.244375050067902,0.835127294063568,-1.16692185401917,0.26150307059288,0.835127294063568,-1.16692185401917,0.26150307059288,0.835127294063568,-1.16692185401917,0.26150307059288,0.835127294063568,-1.16692185401917,0.26150307059288,0.835127294063568,-1.21371686458588,0.308298051357269,0.835127294063568,-1.21371686458588,0.308298051357269,0.835127294063568,-1.21371686458588,0.308298051357269,0.835127294063568,-1.21371686458588,0.308298051357269,0.835127294063568,-1.23084485530853,0.372221052646637,0.835127294063568,-1.23084485530853,0.372221052646637,0.835127294063568,-1.23084485530853,0.372221052646637,0.835127294063568,-1.23084485530853,0.372221052646637,0.835127294063568,-1.21371686458588,0.436145067214966,0.835127294063568,-1.21371686458588,0.436145067214966,0.835127294063568,-1.21371686458588,0.436145067214966,0.835127294063568,-1.21371686458588,0.436145067214966,0.835127294063568,-1.16692185401917,0.482940047979355,0.835127294063568,-1.16692185401917,0.482940047979355,0.835127294063568,-1.16692185401917,0.482940047979355,0.835127294063568,-1.16692185401917,0.482940047979355,0.835127294063568,-1.1029988527298,0.500068068504334,0.835127294063568,-1.1029988527298,0.500068068504334,0.835127294063568,-1.1029988527298,0.500068068504334,0.835127294063568,-1.1029988527298,0.500068068504334,0.835127234458923,-1.03907489776611,0.482940047979355,0.835127234458923,-1.03907489776611,0.482940047979355,0.835127234458923,-1.03907489776611,0.482940047979355,0.835127234458923,-1.03907489776611,0.482940047979355,0.835127234458923,-0.992279767990112,0.436145037412643,0.835127234458923,-0.992279767990112,0.436145037412643,0.835127234458923,-0.992279767990112,0.436145037412643,0.835127234458923,-0.992279767990112,0.436145037412643,0.835127234458923,-0.975151777267456,0.372221022844315,0.835127234458923,-0.975151777267456,0.372221022844315,0.835127234458923,-0.975151777267456,0.372221022844315,0.835127234458923,-0.992279767990112,0.308298021554947,0.835127234458923,-0.992279767990112,0.308298021554947, -0.835127234458923,-0.992279767990112,0.308298021554947,0.835127234458923,-1.03907489776611,0.26150307059288,0.835127234458923,-1.03907489776611,0.26150307059288,0.835127234458923,-1.03907489776611,0.26150307059288,0.835127294063568,-1.1029988527298,0.244375050067902,0.835127294063568,-1.1029988527298,0.244375050067902,0.835127294063568,-1.1029988527298,0.244375050067902,0.835127294063568,-1.16692185401917,0.26150307059288,0.835127294063568,-1.16692185401917,0.26150307059288,0.835127294063568,-1.16692185401917,0.26150307059288,0.835127294063568,-1.21371686458588,0.308298051357269,0.835127294063568,-1.21371686458588,0.308298051357269,0.835127294063568,-1.21371686458588,0.308298051357269,0.835127294063568,-1.23084485530853,0.372221052646637,0.835127294063568,-1.23084485530853,0.372221052646637,0.835127294063568,-1.23084485530853,0.372221052646637,0.835127294063568,-1.21371686458588,0.436145067214966,0.835127294063568,-1.21371686458588,0.436145067214966,0.835127294063568,-1.21371686458588,0.436145067214966,0.835127294063568,-1.16692185401917,0.482940047979355,0.835127294063568,-1.16692185401917,0.482940047979355,0.835127294063568,-1.16692185401917,0.482940047979355,0.835127294063568,-1.1029988527298,0.500068068504334,0.835127294063568,-1.1029988527298,0.500068068504334,0.835127294063568,-1.1029988527298,0.500068068504334,0.835127234458923,-1.03907489776611,0.482940047979355,0.835127234458923,-1.03907489776611,0.482940047979355,0.835127234458923,-1.03907489776611,0.482940047979355,0.835127234458923,-0.992279767990112,0.436145037412643,0.835127234458923,-0.992279767990112,0.436145037412643,0.835127234458923,-0.992279767990112,0.436145037412643,0.909593820571899,0.762705266475677,0.376624971628189,0.909593820571899,0.762705266475677,0.376624971628189,0.909593820571899,0.745516240596771,0.312475979328156,0.909593820571899,0.745516240596771,0.312475979328156,0.909593820571899,0.698556244373322,0.265514969825745,0.909593820571899,0.698556244373322,0.265514969825745,0.909593880176544,0.634407222270966,0.248326972126961,0.909593880176544,0.634407222270966,0.248326972126961, -0.909593880176544,0.570258259773254,0.265514969825745,0.909593880176544,0.570258259773254,0.265514969825745,0.909593880176544,0.523297250270844,0.312475979328156,0.909593880176544,0.523297250270844,0.312475979328156,0.909593880176544,0.506109237670898,0.376624971628189,0.909593880176544,0.506109237670898,0.376624971628189,0.909593880176544,0.523297250270844,0.440773963928223,0.909593880176544,0.523297250270844,0.440773963928223,0.909593880176544,0.570258259773254,0.487733960151672,0.909593880176544,0.570258259773254,0.487733960151672,0.909593880176544,0.634407222270966,0.504922986030579,0.909593880176544,0.634407222270966,0.504922986030579,0.909593820571899,0.698556244373322,0.487733960151672,0.909593820571899,0.698556244373322,0.487733960151672,0.909593820571899,0.745516240596771,0.440773963928223,0.909593820571899,0.745516240596771,0.440773963928223,0.820677816867828,0.762705266475677,0.376624971628189,0.820677816867828,0.762705266475677,0.376624971628189,0.820677816867828,0.762705266475677,0.376624971628189,0.820677816867828,0.762705266475677,0.376624971628189,0.820677816867828,0.745516240596771,0.312475979328156,0.820677816867828,0.745516240596771,0.312475979328156,0.820677816867828,0.745516240596771,0.312475979328156,0.820677816867828,0.745516240596771,0.312475979328156,0.820677816867828,0.698556244373322,0.265514969825745,0.820677816867828,0.698556244373322,0.265514969825745,0.820677816867828,0.698556244373322,0.265514969825745,0.820677816867828,0.698556244373322,0.265514969825745,0.820677876472473,0.634407222270966,0.248326972126961,0.820677876472473,0.634407222270966,0.248326972126961,0.820677876472473,0.634407222270966,0.248326972126961,0.820677876472473,0.634407222270966,0.248326972126961,0.820677876472473,0.570258259773254,0.265514969825745,0.820677876472473,0.570258259773254,0.265514969825745,0.820677876472473,0.570258259773254,0.265514969825745,0.820677876472473,0.570258259773254,0.265514969825745,0.820677876472473,0.523297250270844,0.312475979328156,0.820677876472473,0.523297250270844,0.312475979328156, -0.820677876472473,0.523297250270844,0.312475979328156,0.820677876472473,0.523297250270844,0.312475979328156,0.820677876472473,0.506109237670898,0.376624971628189,0.820677876472473,0.506109237670898,0.376624971628189,0.820677876472473,0.506109237670898,0.376624971628189,0.820677876472473,0.506109237670898,0.376624971628189,0.820677876472473,0.523297250270844,0.440773963928223,0.820677876472473,0.523297250270844,0.440773963928223,0.820677876472473,0.523297250270844,0.440773963928223,0.820677876472473,0.523297250270844,0.440773963928223,0.820677876472473,0.570258259773254,0.487733960151672,0.820677876472473,0.570258259773254,0.487733960151672,0.820677876472473,0.570258259773254,0.487733960151672,0.820677876472473,0.634407222270966,0.504922986030579,0.820677876472473,0.634407222270966,0.504922986030579,0.820677816867828,0.698556244373322,0.487733960151672,0.820677816867828,0.698556244373322,0.487733960151672,0.820677816867828,0.698556244373322,0.487733960151672,0.820677816867828,0.745516240596771,0.440773963928223,0.820677816867828,0.745516240596771,0.440773963928223,0.820677816867828,0.745516240596771,0.440773963928223,0.820677816867828,0.745516240596771,0.440773963928223,0.820677816867828,0.762705266475677,0.376624971628189,0.820677816867828,0.762705266475677,0.376624971628189,0.820677816867828,0.762705266475677,0.376624971628189,0.820677816867828,0.745516240596771,0.312475979328156,0.820677816867828,0.745516240596771,0.312475979328156,0.820677816867828,0.745516240596771,0.312475979328156,0.820677816867828,0.698556244373322,0.265514969825745,0.820677816867828,0.698556244373322,0.265514969825745,0.820677816867828,0.698556244373322,0.265514969825745,0.820677876472473,0.634407222270966,0.248326972126961,0.820677876472473,0.634407222270966,0.248326972126961,0.820677876472473,0.634407222270966,0.248326972126961,0.820677876472473,0.570258259773254,0.265514969825745,0.820677876472473,0.570258259773254,0.265514969825745,0.820677876472473,0.570258259773254,0.265514969825745,0.820677876472473,0.523297250270844,0.312475979328156, -0.820677876472473,0.523297250270844,0.312475979328156,0.820677876472473,0.523297250270844,0.312475979328156,0.820677876472473,0.506109237670898,0.376624971628189,0.820677876472473,0.506109237670898,0.376624971628189,0.820677876472473,0.506109237670898,0.376624971628189,0.820677876472473,0.523297250270844,0.440773963928223,0.820677876472473,0.523297250270844,0.440773963928223,0.820677876472473,0.523297250270844,0.440773963928223,0.820677876472473,0.570258259773254,0.487733960151672,0.820677876472473,0.570258259773254,0.487733960151672,0.820677876472473,0.570258259773254,0.487733960151672,0.820677876472473,0.634407222270966,0.504922986030579,0.820677876472473,0.634407222270966,0.504922986030579,0.820677876472473,0.634407222270966,0.504922986030579,0.820677816867828,0.698556244373322,0.487733960151672,0.820677816867828,0.698556244373322,0.487733960151672,0.820677816867828,0.698556244373322,0.487733960151672,0.820677816867828,0.745516240596771,0.440773963928223,0.820677816867828,0.745516240596771,0.440773963928223,0.820677816867828,0.745516240596771,0.440773963928223,-0.896229267120361,0.770143747329712,0.376624971628189,-0.896229267120361,0.770143747329712,0.376624971628189,-0.896229267120361,0.770143747329712,0.376624971628189,-0.896229267120361,0.770143747329712,0.376624971628189,-0.896229207515717,0.751958787441254,0.308755964040756,-0.896229207515717,0.751958787441254,0.308755964040756,-0.896229207515717,0.751958787441254,0.308755964040756,-0.896229207515717,0.751958787441254,0.308755964040756,-0.896229207515717,0.70227575302124,0.259071975946426,-0.896229207515717,0.70227575302124,0.259071975946426,-0.896229207515717,0.70227575302124,0.259071975946426,-0.896229207515717,0.70227575302124,0.259071975946426,-0.896229147911072,0.634406745433807,0.240886971354485,-0.896229147911072,0.634406745433807,0.240886971354485,-0.896229147911072,0.634406745433807,0.240886971354485,-0.896229147911072,0.634406745433807,0.240886971354485,-0.896229147911072,0.566537737846375,0.259071975946426,-0.896229147911072,0.566537737846375,0.259071975946426, --0.896229147911072,0.566537737846375,0.259071975946426,-0.896229147911072,0.566537737846375,0.259071975946426,-0.896229147911072,0.516853749752045,0.308755964040756,-0.896229147911072,0.516853749752045,0.308755964040756,-0.896229147911072,0.516853749752045,0.308755964040756,-0.896229147911072,0.516853749752045,0.308755964040756,-0.896229147911072,0.498668819665909,0.376624971628189,-0.896229147911072,0.498668819665909,0.376624971628189,-0.896229147911072,0.498668819665909,0.376624971628189,-0.896229147911072,0.498668819665909,0.376624971628189,-0.896229147911072,0.516853749752045,0.444492965936661,-0.896229147911072,0.516853749752045,0.444492965936661,-0.896229147911072,0.516853749752045,0.444492965936661,-0.896229147911072,0.516853749752045,0.444492965936661,-0.896229147911072,0.566537737846375,0.494176983833313,-0.896229147911072,0.566537737846375,0.494176983833313,-0.896229147911072,0.566537737846375,0.494176983833313,-0.896229147911072,0.634406745433807,0.512362003326416,-0.896229147911072,0.634406745433807,0.512362003326416,-0.896229207515717,0.702274739742279,0.494176983833313,-0.896229207515717,0.702274739742279,0.494176983833313,-0.896229207515717,0.702274739742279,0.494176983833313,-0.896229207515717,0.751958787441254,0.444493979215622,-0.896229207515717,0.751958787441254,0.444493979215622,-0.896229207515717,0.751958787441254,0.444493979215622,-0.896229207515717,0.751958787441254,0.444493979215622,-0.896229267120361,0.770143747329712,0.376624971628189,-0.896229267120361,0.770143747329712,0.376624971628189,-0.896229267120361,0.770143747329712,0.376624971628189,-0.896229267120361,0.770143747329712,0.376624971628189,-0.896229207515717,0.751958787441254,0.308755964040756,-0.896229207515717,0.751958787441254,0.308755964040756,-0.896229207515717,0.751958787441254,0.308755964040756,-0.896229207515717,0.751958787441254,0.308755964040756,-0.896229207515717,0.70227575302124,0.259071975946426,-0.896229207515717,0.70227575302124,0.259071975946426,-0.896229207515717,0.70227575302124,0.259071975946426,-0.896229207515717,0.70227575302124,0.259071975946426, --0.896229147911072,0.634406745433807,0.240886971354485,-0.896229147911072,0.634406745433807,0.240886971354485,-0.896229147911072,0.634406745433807,0.240886971354485,-0.896229147911072,0.634406745433807,0.240886971354485,-0.896229147911072,0.566537737846375,0.259071975946426,-0.896229147911072,0.566537737846375,0.259071975946426,-0.896229147911072,0.566537737846375,0.259071975946426,-0.896229147911072,0.566537737846375,0.259071975946426,-0.896229147911072,0.516853749752045,0.308755964040756,-0.896229147911072,0.516853749752045,0.308755964040756,-0.896229147911072,0.516853749752045,0.308755964040756,-0.896229147911072,0.516853749752045,0.308755964040756,-0.896229147911072,0.498668819665909,0.376624971628189,-0.896229147911072,0.498668819665909,0.376624971628189,-0.896229147911072,0.498668819665909,0.376624971628189,-0.896229147911072,0.498668819665909,0.376624971628189,-0.896229147911072,0.516853749752045,0.444492965936661,-0.896229147911072,0.516853749752045,0.444492965936661,-0.896229147911072,0.516853749752045,0.444492965936661,-0.896229147911072,0.516853749752045,0.444492965936661,-0.896229147911072,0.566537737846375,0.494176983833313,-0.896229147911072,0.566537737846375,0.494176983833313,-0.896229147911072,0.566537737846375,0.494176983833313,-0.896229147911072,0.634406745433807,0.512362003326416,-0.896229147911072,0.634406745433807,0.512362003326416,-0.896229207515717,0.702274739742279,0.494176983833313,-0.896229207515717,0.702274739742279,0.494176983833313,-0.896229207515717,0.702274739742279,0.494176983833313,-0.896229207515717,0.751958787441254,0.444493979215622,-0.896229207515717,0.751958787441254,0.444493979215622,-0.896229207515717,0.751958787441254,0.444493979215622,-0.896229207515717,0.751958787441254,0.444493979215622,-0.826670229434967,0.770143747329712,0.376624971628189,-0.826670229434967,0.770143747329712,0.376624971628189,-0.826670229434967,0.770143747329712,0.376624971628189,-0.826670169830322,0.751958787441254,0.308755964040756,-0.826670169830322,0.751958787441254,0.308755964040756,-0.826670169830322,0.751958787441254,0.308755964040756, --0.826670169830322,0.70227575302124,0.259071975946426,-0.826670169830322,0.70227575302124,0.259071975946426,-0.826670169830322,0.70227575302124,0.259071975946426,-0.826670110225677,0.634406745433807,0.240886971354485,-0.826670110225677,0.634406745433807,0.240886971354485,-0.826670110225677,0.634406745433807,0.240886971354485,-0.826670110225677,0.566537737846375,0.259071975946426,-0.826670110225677,0.566537737846375,0.259071975946426,-0.826670110225677,0.566537737846375,0.259071975946426,-0.826670110225677,0.516853749752045,0.308755964040756,-0.826670110225677,0.516853749752045,0.308755964040756,-0.826670110225677,0.516853749752045,0.308755964040756,-0.826670110225677,0.498668849468231,0.376624971628189,-0.826670110225677,0.498668849468231,0.376624971628189,-0.826670110225677,0.498668849468231,0.376624971628189,-0.826670110225677,0.516853749752045,0.444492965936661,-0.826670110225677,0.516853749752045,0.444492965936661,-0.826670110225677,0.516853749752045,0.444492965936661,-0.826670110225677,0.566537737846375,0.494176983833313,-0.826670110225677,0.566537737846375,0.494176983833313,-0.826670110225677,0.566537737846375,0.494176983833313,-0.826670110225677,0.634406745433807,0.512362003326416,-0.826670110225677,0.634406745433807,0.512362003326416,-0.826670110225677,0.634406745433807,0.512362003326416,-0.826670169830322,0.702274739742279,0.494176983833313,-0.826670169830322,0.702274739742279,0.494176983833313,-0.826670169830322,0.702274739742279,0.494176983833313,-0.826670169830322,0.751958787441254,0.444493979215622,-0.826670169830322,0.751958787441254,0.444493979215622,-0.826670169830322,0.751958787441254,0.444493979215622,-0.91585773229599,-0.960861265659332,0.372221022844315,-0.91585773229599,-0.960861265659332,0.372221022844315,-0.91585773229599,-0.979904234409332,0.301152020692825,-0.91585773229599,-0.979904234409332,0.301152020692825,-0.91585773229599,-1.03193008899689,0.249126046895981,-0.91585773229599,-1.03193008899689,0.249126046895981,-0.915857672691345,-1.10299909114838,0.230084046721458,-0.915857672691345,-1.10299909114838,0.230084046721458, --0.915857672691345,-1.17406809329987,0.249126046895981,-0.915857672691345,-1.17406809329987,0.249126046895981,-0.915857672691345,-1.22609412670136,0.301152050495148,-0.915857672691345,-1.22609412670136,0.301152050495148,-0.915857672691345,-1.24513614177704,0.372221052646637,-0.915857672691345,-1.24513614177704,0.372221052646637,-0.915857672691345,-1.22609412670136,0.443290054798126,-0.915857672691345,-1.22609412670136,0.443290054798126,-0.915857672691345,-1.17406809329987,0.495316058397293,-0.915857672691345,-1.17406809329987,0.495316058397293,-0.915857672691345,-1.17406809329987,0.495316058397293,-0.915857672691345,-1.10299909114838,0.514359056949615,-0.915857672691345,-1.10299909114838,0.514359056949615,-0.915857672691345,-1.10299909114838,0.514359056949615,-0.915857672691345,-1.10299909114838,0.514359056949615,-0.91585773229599,-1.03193008899689,0.495316058397293,-0.91585773229599,-1.03193008899689,0.495316058397293,-0.91585773229599,-1.03193008899689,0.495316058397293,-0.91585773229599,-0.979904234409332,0.443290024995804,-0.91585773229599,-0.979904234409332,0.443290024995804,-0.830097734928131,-0.960861265659332,0.372221022844315,-0.830097734928131,-0.960861265659332,0.372221022844315,-0.830097734928131,-0.960861265659332,0.372221022844315,-0.830097734928131,-0.979904234409332,0.301152020692825,-0.830097734928131,-0.979904234409332,0.301152020692825,-0.830097734928131,-0.979904234409332,0.301152020692825,-0.830096781253815,-1.03193008899689,0.249126046895981,-0.830096781253815,-1.03193008899689,0.249126046895981,-0.830096781253815,-1.03193008899689,0.249126046895981,-0.83009672164917,-1.10299909114838,0.230084046721458,-0.83009672164917,-1.10299909114838,0.230084046721458,-0.83009672164917,-1.10299909114838,0.230084046721458,-0.83009672164917,-1.17406809329987,0.249126046895981,-0.83009672164917,-1.17406809329987,0.249126046895981,-0.83009672164917,-1.17406809329987,0.249126046895981,-0.830097675323486,-1.22609412670136,0.301152050495148,-0.830097675323486,-1.22609412670136,0.301152050495148,-0.830097675323486,-1.22609412670136,0.301152050495148, --0.830097675323486,-1.24513614177704,0.372221052646637,-0.830097675323486,-1.24513614177704,0.372221052646637,-0.830097675323486,-1.24513614177704,0.372221052646637,-0.830097675323486,-1.22609412670136,0.443290054798126,-0.830097675323486,-1.22609412670136,0.443290054798126,-0.830097675323486,-1.22609412670136,0.443290054798126,-0.830097675323486,-1.17406809329987,0.495316058397293,-0.830097675323486,-1.17406809329987,0.495316058397293,-0.830097675323486,-1.17406809329987,0.495316058397293,-0.830097675323486,-1.10299909114838,0.514359056949615,-0.830097675323486,-1.10299909114838,0.514359056949615,-0.830097675323486,-1.10299909114838,0.514359056949615,-0.830097734928131,-1.03193008899689,0.495316058397293,-0.830097734928131,-1.03193008899689,0.495316058397293,-0.830097734928131,-1.03193008899689,0.495316058397293,-0.830097734928131,-0.979904234409332,0.443290024995804,-0.830097734928131,-0.979904234409332,0.443290024995804,-0.830097734928131,-0.979904234409332,0.443290024995804 - } - PolygonVertexIndex: *2298 { - a: 20,120,-128,20,127,-32,37,110,-113,112,39,-9,37,8,-6,37,112,-9,29,51,-47,29,46,-10,0,170,-174,173,107,-126,0,125,-27,0,173,-126,54,41,-131,41,114,-125,41,124,-131,21,23,-123,21,122,-122,43,118,-124,123,24,-18,43,123,-18,132,60,-72,132,71,-136,18,34,-45,61,79,-102,61,101,-58,136,72,-81,136,80,-140,72,67,-74,72,73,-81,102,143,-96,143,150,-148,147,105,-94,143,93,-96,143,147,-94,106,148,-169,106,168,-165,103,81,-75,103,74,-97,47,52,-88,47,87,-86,92,86,-95,92,94,-107,88,91,-105,88,104,-98,86,89,-99,86,98,-95,55,68,-76,75,99,-91,53,55,-91,55,75,-91,54,51,-30,54,29,-42,42,30,-116,30,10,-41,40,113,-130,30,129,-116,30,40,-130,60,132,-120,60,119,-46,2,108,-7,108,111,-39,108,38,-7,27,126,-117,27,116,-13,3,13,-118,3,117,-110,56,131,-134,56,133,-70,82,76,-138,82,137,-141,70,134,-139,70,138,-78,45,35,-59,45,58,-61,59,144,-84,59,83,-63,148,141,-167,148,166,-169,142,149,-152,142,151,-153,155,153,-161,155,160,-163,156,165,-170,156,169,-168,92,63,-158,92,157,-164,48,86,-162,48,161,-155,64,106,-165,64,164,-159,86,92,-164,86,163,-162,65,49,-154,65,153,-156,151,145,-59,151,58,-153,174,171,-33,174,32,-129,1,28,-15,14,4,-8,11,50,-67,36,19,-26,25,22,-34,1,14,-173,14,7,-12,15,36,-26,25,33,-173,14,11,-67,15,25,-173,14,66,-16,14,15,-173,175,178,-184,175,183,-181,181,184,-189,181,188,-186,186,189,-194,186,193,-191,191,194,-199,191,198,-196,196,199,-204,196,203,-201,201,204,-209,201,208,-206,206,209,-214,206,213,-211,211,214,-220,211,219,-217,217,220,-227,217,226,-224,224,227,-234,224,233,-231,179,240,-790,179,789,-764,237,240,-180,237,179,-177,231,234,-242,231,241,-239,177,182,-240,182,187,-193,192,197,-203,202,207,-213,212,218,-226,225,232,-240,182,192,-240,192,202,-213,212,225,-240,192,212,-240,243,246,-252,243,251,-249,249,252,-257,249,256,-254,254,257,-262,254,261,-259,259,262,-267,259,266,-264,264,267,-272,264,271,-269,269,272,-277,269,276,-274,274,277,-282,274,281,-279,279,282,-288,279,287,-285,285,288,-294,285,293,-291,291,294,-299,291,298,-296,247,304,-898,247,897,-876,301,304,-248,301,247,-245,296,299,-306,296,305, --303,245,250,-304,250,255,-261,260,265,-271,270,275,-281,280,286,-293,292,297,-304,250,260,-304,260,270,-281,280,292,-304,260,280,-304,16,65,-160,35,152,-59,16,159,-143,35,142,-153,35,16,-143,84,146,-101,84,100,-79,321,326,-312,321,311,-308,327,330,-315,327,314,-313,331,334,-318,331,317,-316,308,318,-344,308,343,-340,309,313,-317,309,316,-320,367,352,-387,367,386,-393,340,344,-361,340,360,-358,335,322,-348,335,347,-354,320,336,-355,320,354,-346,323,310,-342,323,341,-349,368,363,-359,368,358,-362,349,364,-390,349,389,-384,346,355,-370,346,369,-363,350,342,-360,350,359,-366,380,377,-375,380,374,-372,387,384,-391,387,390,-394,366,370,-395,366,394,-392,356,351,-386,356,385,-389,324,337,-382,324,381,-373,338,332,-379,338,378,-383,333,328,-376,333,375,-380,329,325,-374,329,373,-377,414,425,-517,414,516,-510,432,400,-404,403,434,-503,432,502,-501,432,403,-503,424,404,-443,424,442,-446,395,421,-515,514,497,-568,395,567,-565,395,514,-568,446,519,-442,519,513,-505,504,436,-442,519,504,-442,415,510,-512,415,511,-418,437,411,-419,418,512,-508,437,418,-508,520,523,-465,520,464,-453,412,438,-429,453,447,-492,453,491,-473,524,527,-474,524,473,-466,465,473,-467,465,466,-463,492,485,-533,485,483,-496,495,536,-540,485,539,-533,485,495,-540,496,558,-563,496,562,-538,493,486,-468,493,467,-475,442,478,-480,442,479,-446,482,496,-485,482,484,-479,480,487,-495,480,494,-482,478,484,-489,478,488,-480,445,479,-490,489,468,-464,445,463,-447,445,489,-464,446,436,-425,446,424,-446,436,504,-425,504,518,-504,503,435,-405,504,404,-425,504,503,-405,454,439,-509,454,508,-522,397,401,-499,401,433,-502,401,501,-499,422,406,-506,422,505,-516,398,499,-507,398,506,-408,446,463,-523,446,522,-520,475,528,-526,475,525,-470,463,470,-527,463,526,-523,440,455,-449,440,448,-430,449,456,-477,449,476,-534,537,562,-561,537,560,-530,530,542,-541,530,540,-539,548,556,-555,548,554,-546,549,561,-564,549,563,-560,482,557,-551,482,550,-458,442,546,-556,442,555,-479,458,551,-559,458,558,-497,478,555,-558,478,557,-483,459,552,-548,459,547,-444,541,543,-451,541,450,-535,568, -517,-427,568,426,-566,566,427,-417,416,419,-414,460,444,-421,420,405,-403,402,399,-409,396,408,-424,566,416,-414,420,402,-409,396,566,-409,566,413,-431,460,420,-409,566,430,-409,409,460,-409,430,409,-409,569,574,-578,569,577,-573,575,579,-583,575,582,-579,580,584,-588,580,587,-584,585,589,-593,585,592,-589,590,594,-598,590,597,-594,595,599,-603,595,602,-599,600,604,-608,600,607,-604,605,609,-613,605,612,-609,610,614,-618,610,617,-614,615,619,-623,615,622,-619,627,573,-1104,627,1103,-1130,624,570,-574,624,573,-628,620,625,-629,620,628,-624,571,626,-577,626,621,-617,616,611,-607,606,601,-597,596,591,-587,586,581,-577,626,616,-577,616,606,-597,596,586,-577,616,596,-577,629,634,-638,629,637,-633,635,639,-643,635,642,-639,640,644,-648,640,647,-644,645,649,-653,645,652,-649,650,654,-658,650,657,-654,655,659,-663,655,662,-659,660,664,-668,660,667,-664,665,670,-674,665,673,-669,671,676,-680,671,679,-675,677,681,-685,677,684,-681,690,633,-980,690,979,-1020,687,630,-634,687,633,-691,682,688,-692,682,691,-686,631,689,-637,689,683,-679,678,672,-667,666,661,-657,656,651,-647,646,641,-637,689,678,-637,678,666,-657,656,646,-637,678,656,-637,431,451,-545,531,553,-462,431,544,-411,531,461,-411,544,531,-411,477,471,-491,477,490,-536,705,693,-697,705,696,-708,708,697,-700,708,699,-710,710,700,-702,710,701,-712,694,713,-718,694,717,-703,694,703,-700,694,699,-699,736,760,-755,736,754,-726,714,729,-732,714,731,-719,712,726,-722,712,721,-707,704,719,-728,704,727,-712,705,722,-716,705,715,-696,736,732,-731,736,730,-734,723,751,-758,723,757,-734,720,732,-738,720,737,-726,723,734,-731,723,730,-717,748,739,-743,748,742,-746,755,761,-759,755,758,-753,735,759,-763,735,762,-739,728,756,-754,728,753,-725,705,740,-750,705,749,-712,712,750,-747,712,746,-710,710,747,-744,710,743,-708,708,744,-742,708,741,-707,763,789,-836,763,835,-792,242,235,-787,242,786,-791,236,228,-783,236,782,-788,229,221,-780,229,779,-784,222,215,-778,222,777,-781,213,209,-776,213,775,-779,208,204,-774,208,773,-777,203,199,-772,203,771,-775,198,194,-770,198,769,-773,193,189, --768,193,767,-771,188,184,-766,188,765,-769,183,178,-765,183,764,-767,792,836,-873,792,872,-840,790,786,-832,790,831,-838,788,784,-828,788,827,-833,785,781,-824,785,823,-829,780,777,-820,780,819,-825,778,775,-816,778,815,-821,776,773,-812,776,811,-817,774,771,-808,774,807,-813,772,769,-804,772,803,-809,770,767,-800,770,799,-805,768,765,-796,768,795,-801,766,764,-794,766,793,-797,842,840,-846,840,873,-870,869,866,-864,863,860,-858,857,854,-852,851,848,-846,840,869,-846,869,863,-858,857,851,-846,869,857,-846,838,833,-871,838,870,-875,834,829,-868,834,867,-872,830,825,-865,830,864,-869,826,821,-862,826,861,-866,822,817,-859,822,858,-863,818,813,-856,818,855,-860,814,809,-853,814,852,-857,810,805,-850,810,849,-854,806,801,-847,806,846,-851,802,797,-844,802,843,-848,798,794,-842,798,841,-845,875,897,-940,875,939,-900,306,300,-896,306,895,-899,298,294,-894,298,893,-897,293,288,-892,293,891,-895,289,283,-890,289,889,-893,281,277,-888,281,887,-891,276,272,-886,276,885,-889,271,267,-884,271,883,-887,266,262,-882,266,881,-885,261,257,-880,261,879,-883,256,252,-878,256,877,-881,251,246,-877,251,876,-879,900,940,-977,900,976,-944,898,895,-937,898,936,-942,896,893,-935,896,934,-938,894,891,-932,894,931,-936,892,889,-928,892,927,-933,890,887,-924,890,923,-929,888,885,-920,888,919,-925,886,883,-916,886,915,-921,884,881,-912,884,911,-917,882,879,-908,882,907,-913,880,877,-904,880,903,-909,878,876,-902,878,901,-905,946,944,-950,944,977,-974,973,970,-968,967,964,-962,961,958,-956,955,952,-950,944,973,-950,973,967,-962,961,955,-950,973,961,-950,942,938,-975,942,974,-979,937,934,-972,937,971,-976,935,931,-969,935,968,-973,933,929,-966,933,965,-970,930,925,-963,930,962,-967,926,921,-960,926,959,-964,922,917,-957,922,956,-961,918,913,-954,918,953,-958,914,909,-951,914,950,-955,910,905,-948,910,947,-952,906,902,-946,906,945,-949,1020,980,-1024,1020,1023,-1064,686,692,-1022,686,1021,-1017,680,684,-1018,680,1017,-1015,674,679,-1016,674,1015,-1012,669,675,-1013,669,1012,-1008,663,667,-1009,663,1008,-1004,658,662,-1005,658,1004,-1000,653,657, --1001,653,1000,-996,648,652,-997,648,996,-992,643,647,-993,643,992,-988,638,642,-989,638,988,-984,632,637,-985,632,984,-982,1064,1024,-1068,1064,1067,-1101,1018,1022,-1066,1018,1065,-1061,1014,1017,-1062,1014,1061,-1059,1011,1015,-1060,1011,1059,-1056,1009,1013,-1057,1009,1056,-1052,1005,1010,-1053,1005,1052,-1048,1001,1006,-1049,1001,1048,-1044,997,1002,-1045,997,1044,-1040,993,998,-1041,993,1040,-1036,989,994,-1037,989,1036,-1032,985,990,-1033,985,1032,-1028,982,986,-1029,982,1028,-1026,1070,1073,-1069,1073,1076,-1080,1079,1082,-1086,1085,1088,-1092,1091,1094,-1098,1097,1101,-1069,1073,1079,-1069,1079,1085,-1092,1091,1097,-1069,1079,1091,-1069,1062,1066,-1103,1062,1102,-1099,1058,1061,-1100,1058,1099,-1096,1055,1059,-1097,1055,1096,-1093,1053,1057,-1094,1053,1093,-1090,1049,1054,-1091,1049,1090,-1087,1045,1050,-1088,1045,1087,-1084,1041,1046,-1085,1041,1084,-1081,1037,1042,-1082,1037,1081,-1078,1033,1038,-1079,1033,1078,-1075,1029,1034,-1076,1029,1075,-1072,1026,1030,-1073,1026,1072,-1070,1129,1103,-1132,1129,1131,-1165,623,628,-1131,623,1130,-1127,618,622,-1128,618,1127,-1123,613,617,-1124,613,1123,-1120,608,612,-1121,608,1120,-1118,603,607,-1119,603,1118,-1116,598,602,-1117,598,1116,-1114,593,597,-1115,593,1114,-1112,588,592,-1113,588,1112,-1110,583,587,-1111,583,1110,-1108,578,582,-1109,578,1108,-1106,572,577,-1107,572,1106,-1105,1134,1137,-1133,1137,1140,-1144,1143,1146,-1150,1149,1152,-1156,1155,1158,-1162,1161,1165,-1133,1137,1143,-1133,1143,1149,-1156,1155,1161,-1133,1143,1155,-1133,1126,1130,-1167,1126,1166,-1163,1124,1128,-1164,1124,1163,-1160,1121,1125,-1161,1121,1160,-1157,1117,1120,-1158,1117,1157,-1154,1115,1118,-1155,1115,1154,-1151,1113,1116,-1152,1113,1151,-1148,1111,1114,-1149,1111,1148,-1145,1109,1112,-1146,1109,1145,-1142,1107,1110,-1143,1107,1142,-1139,1105,1108,-1140,1105,1139,-1136,1104,1106,-1137,1104,1136,-1134 - } - Edges: *1740 { - a: 0,1,2,4,5,6,7,8,9,10,11,12,13,14,18,19,20,22,23,24,25,26,27,28,29,30,31,32,36,37,38,39,40,41,43,45,46,47,49,50,51,52,53,54,55,56,59,60,61,62,64,65,66,67,68,69,70,71,73,74,75,76,77,79,80,81,82,83,85,87,88,89,90,91,92,93,94,95,96,97,102,103,104,106,107,108,109,110,112,113,114,115,116,118,119,120,121,122,124,125,126,127,128,130,131,132,133,134,136,138,139,140,141,142,143,144,145,146,150,152,154,156,157,158,159,160,161,162,163,164,165,166,172,173,175,176,177,178,179,180,181,182,184,186,187,188,190,191,192,193,194,196,197,198,199,200,202,203,204,205,206,208,209,210,211,212,214,215,216,217,218,220,222,223,224,226,227,228,229,230,232,234,235,236,238,239,240,241,242,244,245,246,247,248,250,251,252,253,254,256,257,258,259,260,262,263,264,266,268,269,272,274,276,277,278,281,282,283,284,286,288,289,290,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,310,311,313,314,315,317,319,320,323,326,328,329,333,334,335,337,338,339,340,341,343,344,345,346,347,349,350,351,352,353,355,356,357,358,359,361,362,363,364,365,367,368,369,370,371,373,374,375,376,377,379,380,381,382,383,385,386,387,388,389,391,392,393,394,395,397,398,399,401,403,404,405,406,407,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,430,434,437,441,442,443,445,446,447,448,449,451,452,453,454,455,457,458,459,460,461,463,464,465,466,467,469,470,471,472,473,475,476,477,478,479,481,482,483,484,485,487,488,489,490,491,493,494,495,496,497,499,500,501,502,503,505,506,507,509,511,512,513,514,515,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,538,542,545,549,550,551,552,556,557,558,561,564,565,566,568,569,570,571,572,574,575,576,577,578,580,581,582,583,584,586,587,588,589,590,592,593,594,595,596,598,599,600,601,602,604,605,606,607,608,610,611,612,613,614,616,617,618,619,620,622,623,624,625,626,628,629,630,631,632,634,635,636,637,638,640,641,642,643,644,646,647,648,649,650,652,653,654,655,656,658,659,660,661,662,664,665,666,667,668,670,671,672,673,674,676,677,678,679,680,682,683, -684,685,686,688,689,690,691,692,694,695,696,697,698,700,701,702,703,704,706,707,708,709,710,711,712,713,714,715,716,720,721,722,724,725,726,727,728,729,730,731,732,733,734,738,739,740,741,742,743,744,745,746,750,751,752,754,755,756,757,758,759,760,761,764,765,766,767,769,770,771,772,773,774,775,776,778,779,780,781,782,784,785,787,788,790,791,792,793,794,795,796,797,798,799,800,801,802,807,808,809,811,812,813,814,815,817,818,819,820,821,823,825,826,827,829,830,831,832,833,835,836,838,839,841,844,845,846,847,848,849,850,851,855,856,857,862,864,865,866,867,868,869,870,876,877,878,880,881,882,883,884,885,886,887,889,891,892,893,895,896,897,898,899,901,902,904,905,907,909,910,911,913,914,915,916,917,919,921,922,923,925,926,927,928,929,931,932,934,935,937,938,939,940,941,943,944,945,946,947,949,950,951,952,953,955,956,957,958,959,961,962,963,964,965,967,969,970,971,974,976,977,981,982,983,985,986,987,988,989,991,992,993,994,995,997,998,999,1000,1001,1002,1003,1004,1005,1006,1007,1008,1009,1010,1011,1012,1013,1014,1015,1016,1019,1022,1023,1024,1027,1028,1031,1033,1035,1037,1038,1041,1042,1043,1045,1046,1047,1048,1049,1051,1052,1053,1054,1055,1057,1058,1059,1060,1061,1063,1064,1065,1066,1067,1069,1070,1071,1072,1073,1075,1076,1077,1078,1079,1081,1082,1083,1084,1085,1087,1088,1089,1090,1091,1093,1094,1095,1096,1097,1099,1100,1101,1102,1103,1105,1106,1107,1108,1109,1112,1113,1114,1115,1117,1118,1119,1120,1121,1122,1123,1124,1125,1126,1127,1128,1129,1130,1131,1132,1133,1134,1135,1136,1138,1142,1145,1149,1150,1151,1153,1154,1155,1156,1157,1159,1160,1161,1162,1163,1165,1166,1167,1168,1169,1171,1172,1173,1174,1175,1177,1178,1179,1180,1181,1183,1184,1185,1186,1187,1189,1190,1191,1192,1193,1195,1196,1197,1198,1199,1201,1202,1203,1204,1205,1207,1208,1209,1210,1211,1213,1214,1215,1216,1217,1220,1221,1222,1223,1225,1226,1227,1228,1229,1230,1231,1232,1233,1234,1235,1236,1237,1238,1239,1240,1241,1242,1243,1244,1246,1250,1253,1257,1258,1259,1260,1261,1262,1264,1265,1267,1268,1269,1272,1273,1274,1276,1277,1278,1279,1280,1282,1283,1284,1285, -1286,1288,1289,1290,1291,1292,1294,1295,1296,1297,1298,1300,1301,1302,1303,1304,1306,1307,1308,1309,1310,1312,1313,1314,1315,1316,1318,1319,1320,1321,1322,1324,1325,1326,1327,1328,1330,1331,1332,1333,1334,1336,1337,1338,1339,1340,1342,1343,1344,1345,1346,1348,1349,1350,1351,1352,1354,1355,1356,1357,1358,1360,1361,1362,1363,1364,1366,1367,1368,1369,1370,1372,1373,1374,1375,1376,1378,1379,1380,1381,1382,1384,1385,1386,1387,1388,1390,1391,1392,1393,1394,1396,1397,1398,1399,1400,1402,1403,1404,1405,1406,1408,1409,1411,1412,1414,1415,1416,1417,1418,1420,1421,1422,1423,1424,1426,1427,1428,1429,1430,1432,1433,1434,1435,1436,1438,1439,1441,1442,1444,1445,1447,1448,1450,1451,1453,1454,1456,1457,1459,1460,1462,1463,1465,1466,1468,1469,1471,1472,1474,1475,1477,1478,1480,1481,1482,1483,1484,1486,1487,1489,1490,1492,1493,1494,1495,1496,1498,1499,1500,1501,1502,1504,1505,1507,1508,1510,1511,1513,1514,1516,1517,1519,1520,1522,1523,1525,1526,1528,1529,1531,1532,1534,1535,1537,1538,1540,1541,1543,1544,1546,1547,1549,1550,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1565,1566,1567,1568,1569,1570,1571,1573,1577,1580,1584,1585,1586,1588,1589,1590,1591,1592,1594,1595,1596,1597,1598,1600,1601,1602,1603,1604,1606,1607,1608,1609,1610,1612,1613,1614,1615,1616,1618,1619,1620,1621,1622,1624,1625,1626,1627,1628,1630,1631,1632,1633,1634,1636,1637,1638,1639,1640,1642,1643,1644,1645,1646,1648,1649,1651,1652,1654,1655,1656,1657,1658,1660,1661,1663,1664,1666,1667,1669,1670,1672,1673,1674,1675,1676,1678,1679,1681,1682,1684,1685,1687,1688,1690,1691,1693,1694,1696,1697,1699,1700,1702,1703,1705,1706,1708,1709,1711,1712,1714,1715,1717,1718,1720,1721,1722,1723,1724,1726,1727,1729,1730,1732,1733,1735,1736,1738,1739,1741,1742,1744,1745,1747,1748,1750,1751,1753,1754,1756,1757,1759,1760,1762,1763,1765,1766,1768,1769,1771,1772,1774,1775,1777,1778,1780,1781,1783,1784,1786,1787,1789,1790,1792,1793,1794,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1813,1817,1820,1824,1825,1826,1828,1829,1831,1832,1834, -1835,1837,1838,1840,1841,1842,1843,1844,1846,1847,1848,1849,1850,1852,1853,1854,1855,1856,1858,1859,1860,1861,1862,1864,1865,1866,1867,1868,1870,1871,1872,1873,1874,1876,1877,1878,1879,1880,1882,1883,1884,1885,1886,1888,1889,1890,1891,1892,1894,1895,1896,1897,1898,1900,1901,1903,1904,1906,1907,1909,1910,1912,1913,1914,1915,1916,1918,1919,1921,1922,1924,1925,1927,1928,1930,1931,1933,1934,1936,1937,1939,1940,1942,1943,1945,1946,1948,1949,1951,1952,1954,1955,1957,1958,1960,1961,1962,1963,1964,1966,1967,1968,1969,1970,1972,1973,1975,1976,1978,1979,1981,1982,1984,1985,1986,1987,1988,1990,1991,1992,1993,1994,1996,1997,1998,1999,2000,2002,2003,2004,2005,2006,2008,2009,2010,2011,2012,2014,2015,2016,2017,2018,2020,2021,2022,2023,2024,2026,2027,2028,2029,2030,2032,2033,2034,2035,2036,2037,2038,2039,2040,2041,2042,2043,2044,2045,2046,2047,2048,2049,2050,2051,2053,2057,2060,2064,2065,2066,2068,2069,2071,2072,2074,2075,2077,2078,2080,2081,2082,2083,2084,2086,2087,2088,2089,2090,2092,2093,2094,2095,2096,2098,2099,2100,2101,2102,2104,2105,2106,2107,2108,2110,2111,2112,2113,2114,2116,2117,2118,2119,2120,2122,2123,2124,2125,2126,2128,2129,2131,2132,2134,2135,2137,2138,2140,2141,2143,2144,2146,2147,2149,2150,2152,2153,2155,2156,2158,2159,2161,2162,2164,2165,2167,2168,2170,2171,2173,2174,2176,2177,2179,2180,2182,2183,2185,2186,2188,2189,2191,2192,2194,2195,2197,2198,2200,2201,2202,2203,2204,2205,2206,2207,2208,2209,2210,2211,2212,2213,2214,2215,2216,2217,2218,2219,2221,2225,2228,2233,2234,2236,2237,2238,2239,2240,2242,2243,2244,2245,2246,2248,2249,2251,2252,2254,2255,2257,2258,2260,2261,2263,2264,2266,2267,2269,2270,2272,2273,2275,2276,2278,2279,2281,2282,2284,2285,2287,2288,2290,2291,2293,2294,2296 - } - GeometryVersion: 124 - LayerElementNormal: 0 { - Version: 101 - Name: "" - MappingInformationType: "ByPolygonVertex" - ReferenceInformationType: "Direct" - Normals: *6894 { - a: 1.07491455736408e-008,-9.8358491129602e-008,-1,0,-9.83585408675935e-008,-1,2.47529774455302e-009,-9.83585408675935e-008,-1,1.07491455736408e-008,-9.8358491129602e-008,-1,2.47529774455302e-009,-9.83585408675935e-008,-1,1.32244428741046e-008,-9.83584769187473e-008,-1,-8.89085072230955e-007,-1,0,-8.89085072230955e-007,-1,0,-8.89085072230955e-007,-1,0,-2.24891039124486e-009,4.77711400890257e-005,-1,-2.29138308327492e-009,4.77711400890257e-005,-1,2.25439222845125e-009,-4.77711400890257e-005,-1,-4.55909372476526e-007,-1,-2.37975228856158e-007,-5.70741633509897e-007,-1,-2.97915306646246e-007,0,-1,0,-4.55909372476526e-007,-1,-2.37975228856158e-007,-7.74333898334589e-007,-1,-4.04186266678153e-007,-5.70741633509897e-007,-1,-2.97915306646246e-007,1,3.01836422522683e-007,0,1,3.01836422522683e-007,0,1,3.01836422522683e-007,0,1,5.76216109493544e-007,0,1,5.76216109493544e-007,0,1,5.76216109493544e-007,0,9.15091931119605e-008,-0.0020383324008435,-0.999997973442078,9.15091931119605e-008,-0.0020383324008435,-0.999997973442078,9.15091931119605e-008,-0.0020383324008435,-0.999997973442078,-1,1.51785997104525e-007,0,-1,1.51785997104525e-007,0,-1,1.51785997104525e-007,0,2.27950465614413e-007,-0.999999403953552,-0.00110258220229298,1.85662912599582e-007,-0.999999403953552,-0.00110258208587766,3.0797855288256e-007,-0.999999403953552,-0.00110258208587766,0.000225762152695097,-0.00212649069726467,-0.999997675418854,0.000225762152695097,-0.00212649069726467,-0.999997675418854,0.000225762152695097,-0.00212649069726467,-0.999997675418854,-9.57476800067525e-007,-1,0,-9.57476800067525e-007,-1,0,-9.57478164309578e-007,-1,0,-9.57476800067525e-007,-1,0,-9.57476459007012e-007,-1,0,-9.57477482188551e-007,-1,0,-9.57476800067525e-007,-1,0,-9.57477482188551e-007,-1,0,-9.57478164309578e-007,-1,0,-5.40831194939528e-007,-1,-1.51150675264944e-006,-8.33897843222076e-007,-1,-2.08008486879407e-006,-5.48101901642895e-008,-1,-5.68578286674892e-007,-5.40831194939528e-007,-1,-1.51150675264944e-006,-5.48101901642895e-008,-1,-5.68578286674892e-007, -2.38256532725245e-007,-0.999999940395355,0,0,-0.394667774438858,0.918823957443237,0,-0.394662499427795,0.918826103210449,-3.74648863044058e-008,-0.394662529230118,0.918826162815094,-3.74648863044058e-008,-0.394662529230118,0.918826162815094,-3.19675905302574e-007,-0.394661635160446,0.918826580047607,-2.82211260582699e-007,-0.394662380218506,0.918826222419739,0,-0.394667774438858,0.918823957443237,-3.74648863044058e-008,-0.394662529230118,0.918826162815094,-2.82211260582699e-007,-0.394662380218506,0.918826222419739,1.89468465805476e-007,0,1,1.89468465805476e-007,0,1,1.89468465805476e-007,0,1,1.33478668118414e-008,0,1,1.33478668118414e-008,0,1,1.33478668118414e-008,0,1,0,0,1,0,0,1,0,0,1,-2.90640770117534e-007,0,-1,0,0,-1,-3.60656400744119e-007,0,-1,-2.90640770117534e-007,0,-1,-3.60656400744119e-007,0,-1,-4.49412340230992e-007,0,-0.999999940395355,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.999999940395355,-1.34426613840333e-006,1.40340745247158e-007,1,-2.38097641158674e-006,-1.62696358074754e-006,1,-1.64144648806541e-006,1.46445449900057e-006,1,-1.64144648806541e-006,1.46445449900057e-006,1,-1.51365361489297e-006,1.45203784995829e-006,0.999999940395355,-5.27621978108073e-007,7.27063536487549e-007,0.999999940395355,-1.34426613840333e-006,1.40340745247158e-007,0.999999940395355,-5.27621978108073e-007,7.27063536487549e-007,1,3.45233729603933e-007,0,0.999999940395355,-1.34426613840333e-006,1.40340745247158e-007,1,-1.64144648806541e-006,1.46445449900057e-006,0.999999940395355,-5.27621978108073e-007,7.27063536487549e-007,-1,0,-1.0752551133919e-006,-0.999999940395355,0,-1.07505309188127e-006,-1,0,-1.07514006231213e-006,-1,0,-1.0752551133919e-006,-1,0,-1.07514006231213e-006,-1,0,-1.07525556813926e-006,-0.746594607830048,0.66527932882309,-1.91823133377511e-007,-0.746594488620758,0.66527932882309,-1.91823104955802e-007,-0.746596097946167,0.665277600288391,-1.91823417594605e-007,-0.746594607830048,0.66527932882309,-1.91823133377511e-007,-0.746596097946167,0.665277600288391,-1.91823417594605e-007, --0.746596217155457,0.665277481079102,-1.91823446016315e-007,9.87295791787801e-008,-2.05499318894908e-007,-1,9.84680355031742e-007,-2.05499176786361e-007,-0.999999940395355,8.85950782958389e-007,-2.05499205208071e-007,-1,9.87295791787801e-008,-2.05499318894908e-007,-1,8.85950782958389e-007,-2.05499205208071e-007,-1,0,-2.05499347316618e-007,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,-0.999999940395355,0,0,-0.999999940395355,0,0,-0.999999940395355,-4.45933847004198e-006,0,-0.999999940395355,-4.45933847004198e-006,0,-0.999999940395355,-4.45933847004198e-006,0,-0.999999940395355,0.714229226112366,-0.699911952018738,0,0.714229285717011,-0.699911892414093,0,0.714229226112366,-0.699911952018738,0,0.714229226112366,-0.699911952018738,0,0.714229226112366,-0.699911952018738,0,0.714229285717011,-0.699911892414093,0,0,0,0.999999940395355,0,1.36413319751227e-007,1,0,0,1,0,1.36413319751227e-007,1,0,2.0549923362978e-007,1,0,2.05499162575506e-007,1,0,2.05499162575506e-007,1,0,2.05498920990976e-007,1,0,1.02749503128052e-007,1,0,1.36413319751227e-007,1,0,1.02749503128052e-007,1,0,0,1,0,1.36413319751227e-007,1,0,2.05499162575506e-007,1,0,1.02749503128052e-007,1,1.36782418280745e-007,-1,0,1.36782361437326e-007,-1,0,1.36782375648181e-007,-1,0,1.36782418280745e-007,-1,0,1.36782375648181e-007,-1,0,1.367824324916e-007,-1,0,-4.48968194177723e-007,0,1,-3.78689748004035e-007,0,1,-1.25910787573957e-007,0,1,-3.78689748004035e-007,0,1,-2.2430582191646e-007,0,0.999999940395355,-8.43367899960867e-008,0,1,-3.78689748004035e-007,0,1,-8.43367899960867e-008,0,1,-1.25910787573957e-007,0,1,-2.38256561146954e-007,1,0,-2.382565469361e-007,1,0,-2.382565469361e-007,1,0,-2.38256561146954e-007,1,0,-2.382565469361e-007,1,0,-2.38256575357809e-007,1,0,-2.38256575357809e-007,0.999999940395355,-1.05703392705436e-007,-2.38256632201228e-007,1,0,-2.38256589568664e-007,0.999999940395355,-7.38786596343743e-008,-2.38256575357809e-007,0.999999940395355,-1.05703392705436e-007, --2.38256589568664e-007,0.999999940395355,-7.38786596343743e-008,-2.382565469361e-007,1,-1.79582059445238e-007,4.45956374051093e-008,0,-0.999999940395355,0,0,-0.999999940395355,3.13520209793694e-009,0,-1,4.45956374051093e-008,0,-0.999999940395355,3.13520209793694e-009,0,-1,4.77308397250908e-008,0,-1,-1.09425923255912e-006,-1,2.23520700615154e-007,-1.0942594599328e-006,-1,3.92021576089974e-007,-1.09425923255912e-006,-1,1.68500861263965e-007,-1.09425923255912e-006,-1,2.23520700615154e-007,-1.09425923255912e-006,-1,1.68500861263965e-007,-1.09425900518545e-006,-1,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0.714226603507996,-0.699914515018463,0,0.714226901531219,-0.699914216995239,0,0.714226722717285,-0.699914515018463,0,0.714226603507996,-0.699914515018463,0,0.714226722717285,-0.699914515018463,0,0.714226424694061,-0.699914753437042,0,7.78232504217158e-007,0,1,0,0,0.999999940395355,9.9690896604443e-007,0,1,7.78232504217158e-007,0,1,9.9690896604443e-007,0,1,1.27851217257557e-006,0,0.999999940395355,-5.72864905734605e-007,0,-0.999999940395355,0,0,-1,-1.34166722176587e-009,0,-0.999999940395355,-5.72864905734605e-007,0,-0.999999940395355,-1.34166722176587e-009,0,-0.999999940395355,-5.74206580949976e-007,0,-1,0,-2.37375161304954e-006,1,0,-2.37375161304954e-006,1,0,-2.37375161304954e-006,1,1.97320986217164e-007,-2.37374774769705e-006,1,1.97320986217164e-007,-2.37374774769705e-006,1,1.97320986217164e-007,-2.37374774769705e-006,1,1.2939783573529e-006,-1,0,1.2939783573529e-006,-1,0,1.2939783573529e-006,-1,0,1.29399802517582e-006,-1,-5.20408178772414e-008,1.29399802517582e-006,-1,-5.20408178772414e-008,1.29399802517582e-006,-1,-5.20408178772414e-008,1.06824597878585e-006,-0.71572333574295,0.698383808135986,1.04421337709937e-006,-0.715723693370819,0.698383510112762,1.06348625195096e-006,-0.715723514556885,0.698383748531342,1.06824597878585e-006,-0.71572333574295,0.698383808135986,1.06348625195096e-006,-0.715723514556885,0.698383748531342,1.08751896732429e-006,-0.715723216533661,0.698384046554565,-2.33194398902015e-007,0,-1,0,0,-1,-1.32978072997503e-007,0,-1, --2.33194398902015e-007,0,-1,-1.32978072997503e-007,0,-1,-3.66172287158406e-007,0,-1,8.16494718947069e-007,0,1,0,0,1,4.65594666820834e-007,0,1,8.16494718947069e-007,0,1,4.65594666820834e-007,0,1,1.28209001104551e-006,0,1,2.33194228371758e-007,0,1,0,0,1,1.32977874045537e-007,0,1,2.33194228371758e-007,0,1,1.32977874045537e-007,0,1,3.66172287158406e-007,0,1,-0.999999940395355,0,-1.45204114687658e-006,-1,0,-1.45203830470564e-006,-0.999999940395355,0,-1.45203841839248e-006,-0.999999940395355,0,-1.45204114687658e-006,-0.999999940395355,0,-1.45203841839248e-006,-1,0,-1.45204148793709e-006,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,-8.63732964262454e-007,0.808367133140564,0.58867871761322,-8.63732964262454e-007,0.808367133140564,0.58867871761322,-8.63732964262454e-007,0.808367133140564,0.58867871761322,-1.17933973342588e-006,0.808364272117615,0.588682591915131,-1.17933973342588e-006,0.808364272117615,0.588682591915131,-1.17933973342588e-006,0.808364272117615,0.588682591915131,-1.93943236581617e-007,0.747708141803741,-0.664027512073517,-1.77365464537615e-007,0.747708380222321,-0.664027333259583,-1.79878199446648e-007,0.747708380222321,-0.664027392864227,-1.93943236581617e-007,0.747708141803741,-0.664027512073517,-1.79878199446648e-007,0.747708380222321,-0.664027392864227,-1.96455985701505e-007,0.747708141803741,-0.664027571678162,0,-1,0,0,-1,0,0,-1,0,0.999999940395355,-1.35176563276218e-007,2.25790150736472e-014,1,-1.69316322740087e-007,2.01840785431966e-014,0.999999940395355,6.25669329679113e-008,3.64509312490713e-014,-0.0812138989567757,0.996696710586548,3.8716120798199e-006,-0.0812138989567757,0.996696710586548,3.8954931369517e-006,-0.0812138989567757,0.996696710586548,-3.8954931369517e-006,1,3.22843447975174e-007,-1.56513522142632e-006,1,0,0,1,1.85967977017754e-007,-6.88325485498353e-008,1,1.85967977017754e-007,-6.88325485498353e-008,1,2.55747534261275e-009,0,1,4.58952996496009e-007,1.84972108741022e-007,1,2.44763839418738e-007,-2.50973471338511e-006,1,8.97367371521796e-008,-1.72658019437222e-006,1,2.67744638904333e-007,1.06615068773408e-007, -0.999999940395355,-1.35176563276218e-007,2.25790150736472e-014,0.999999940395355,6.25669329679113e-008,3.64509312490713e-014,1,1.90540575317755e-007,4.54284132284533e-014,1,-1.70139585975448e-007,2.71334101853427e-007,1,3.22843447975174e-007,-1.56513522142632e-006,1,1.85967977017754e-007,-6.88325485498353e-008,1,1.85967977017754e-007,-6.88325485498353e-008,1,4.58952996496009e-007,1.84972108741022e-007,1,2.67744638904333e-007,1.06615068773408e-007,1,8.97367371521796e-008,-1.72658019437222e-006,0.999999940395355,-3.20488823035703e-007,0,1,-2.53606941669204e-007,0,1,-1.70139585975448e-007,2.71334101853427e-007,1,1.85967977017754e-007,-6.88325485498353e-008,1,2.67744638904333e-007,1.06615068773408e-007,1,8.97367371521796e-008,-1.72658019437222e-006,1,-2.53606941669204e-007,0,1,-1.70139585975448e-007,2.71334101853427e-007,1,8.97367371521796e-008,-1.72658019437222e-006,1,-1.70139585975448e-007,2.71334101853427e-007,1,2.67744638904333e-007,1.06615068773408e-007,-1.239943571818e-006,0.965926826000214,-0.258815288543701,-1.29847762764257e-006,0.965926945209503,-0.258815258741379,-1.27793168758217e-006,0.965926766395569,-0.258815228939056,-1.239943571818e-006,0.965926826000214,-0.258815288543701,-1.27793168758217e-006,0.965926766395569,-0.258815228939056,-1.21939797281811e-006,0.965926885604858,-0.258815348148346,-9.15724058359046e-007,0.707106053829193,-0.707107424736023,-2.6931327283819e-006,0.707103550434113,-0.707109987735748,-2.06924732992775e-006,0.707104384899139,-0.707109093666077,-9.15724058359046e-007,0.707106053829193,-0.707107424736023,-2.06924732992775e-006,0.707104384899139,-0.707109093666077,-2.91841331545584e-007,0.707106947898865,-0.707106590270996,-2.45824276134954e-006,0.258816212415695,-0.965926647186279,-9.61834629720215e-008,0.258821994066238,-0.96592503786087,-9.25282279240491e-007,0.258819967508316,-0.965925574302673,-2.45824276134954e-006,0.258816212415695,-0.965926647186279,-9.25282279240491e-007,0.258819967508316,-0.965925574302673,-3.28734267895925e-006,0.25881415605545,-0.965927064418793,-7.55897985982301e-007,-0.258816570043564,-0.9659264087677, --3.17404942506982e-006,-0.258821606636047,-0.96592515707016,-2.32526213039819e-006,-0.258819848299026,-0.965925633907318,-7.55897985982301e-007,-0.258816570043564,-0.9659264087677,-2.32526213039819e-006,-0.258819848299026,-0.965925633907318,9.28907084585262e-008,-0.258814811706543,-0.965927004814148,-1.50395464970643e-006,-0.707109808921814,-0.707103669643402,2.8855126288363e-007,-0.707106411457062,-0.707107067108154,-3.40632396955698e-007,-0.707107722759247,-0.707105934619904,-1.50395464970643e-006,-0.707109808921814,-0.707103669643402,-3.40632396955698e-007,-0.707107722759247,-0.707105934619904,-2.13313569474849e-006,-0.707111060619354,-0.707102596759796,-5.06071273775888e-007,-0.965925216674805,-0.258821368217468,-5.2900827540725e-007,-0.965924918651581,-0.258822411298752,-5.209572577769e-007,-0.96592503786087,-0.258822053670883,-5.06071273775888e-007,-0.965925216674805,-0.258821368217468,-5.209572577769e-007,-0.96592503786087,-0.258822053670883,-4.98020199302118e-007,-0.965925335884094,-0.258820980787277,1.27332066313102e-006,-0.965924978256226,0.258822053670883,1.25038377518649e-006,-0.965925335884094,0.258820980787277,1.25843473597342e-006,-0.96592515707016,0.258821338415146,1.27332066313102e-006,-0.965924978256226,0.258822053670883,1.25843473597342e-006,-0.96592515707016,0.258821338415146,1.28137162391795e-006,-0.965924918651581,0.258822411298752,2.57785109170072e-006,-0.707106471061707,0.707107067108154,2.88551495941647e-006,-0.70710700750351,0.707106590270996,2.77752337751735e-006,-0.70710676908493,0.70710676908493,2.57785109170072e-006,-0.707106471061707,0.707107067108154,2.77752337751735e-006,-0.70710676908493,0.70710676908493,2.46985996454896e-006,-0.707106351852417,0.707107305526733,3.26512440551596e-006,-0.258821576833725,0.965925097465515,3.84733857572428e-006,-0.258821815252304,0.965925097465515,3.64297716259898e-006,-0.258821725845337,0.965925097465515,3.26512440551596e-006,-0.258821576833725,0.965925097465515,3.64297716259898e-006,-0.258821725845337,0.965925097465515,3.06076299239066e-006,-0.25882151722908,0.96592515707016, -6.34395803444932e-007,0.258819907903671,0.965925633907318,3.07787286146777e-006,0.258814007043839,0.965927183628082,2.22019502871262e-006,0.258816063404083,0.965926587581635,6.34395803444932e-007,0.258819907903671,0.965925633907318,2.22019502871262e-006,0.258816063404083,0.965926587581635,-2.23280594013886e-007,0.258821964263916,0.965924978256226,0.999999940395355,4.87946238081349e-007,0,0.999999940395355,4.87946238081349e-007,0,0.999999940395355,4.87946238081349e-007,0,1,0,0,1,0,0,1,0,0,2.43351053086371e-007,0.965927004814148,0.258814722299576,-3.84731237090818e-007,0.965927422046661,0.258813321590424,-1.64269579272514e-007,0.965927243232727,0.258813828229904,2.43351053086371e-007,0.965927004814148,0.258814722299576,-1.64269579272514e-007,0.965927243232727,0.258813828229904,4.63814075146729e-007,0.965926945209503,0.258815258741379,-3.4741145782391e-007,0.707103312015533,0.707110166549683,-1.92366570672675e-007,0.707103371620178,0.707110285758972,-2.46788545155141e-007,0.707103312015533,0.707110166549683,-3.4741145782391e-007,0.707103312015533,0.707110166549683,-2.46788545155141e-007,0.707103312015533,0.707110166549683,-4.01833545993213e-007,0.707103371620178,0.707110285758972,-1,3.55922543349152e-006,0,-1,3.12787210532406e-006,1.57776798914711e-006,-1,9.12824987153726e-007,1.03159072750714e-006,-1,3.12787210532406e-006,1.57776798914711e-006,-1,-3.11421990772942e-006,1.57775775733171e-005,-1,1.10260749863755e-007,4.13945463151322e-006,-1,1.10260749863755e-007,4.13945463151322e-006,-1,6.22842298980686e-006,1.51261701830663e-005,-1,-3.34149331138178e-006,1.5126395283005e-006,-1,-3.34149331138178e-006,1.5126395283005e-006,-1,0,0,-1,-1.02706906091043e-006,1.09672510006931e-006,-1,-1.02706906091043e-006,1.09672510006931e-006,-1,0,0,-1,-3.98200057816211e-007,1.25597239275521e-007,-1,-3.98200057816211e-007,1.25597239275521e-007,-1,-1.7796016891225e-006,-6.51383743388578e-007,-1,9.12824987153726e-007,1.03159072750714e-006,-1,3.12787210532406e-006,1.57776798914711e-006,-1,1.10260749863755e-007,4.13945463151322e-006,-1,9.12824987153726e-007,1.03159072750714e-006, --1,1.10260749863755e-007,4.13945463151322e-006,-1,-3.34149331138178e-006,1.5126395283005e-006,-1,-1.02706906091043e-006,1.09672510006931e-006,-1,-1.02706906091043e-006,1.09672510006931e-006,-1,-3.98200057816211e-007,1.25597239275521e-007,-1,9.12824987153726e-007,1.03159072750714e-006,-1,1.10260749863755e-007,4.13945463151322e-006,-1,-1.02706906091043e-006,1.09672510006931e-006,-1,9.12824987153726e-007,1.03159072750714e-006,-3.77329456568987e-007,0.965925395488739,-0.258820980787277,-3.84733482405863e-007,0.965925335884094,-0.258820980787277,-3.82134629717257e-007,0.965925395488739,-0.258820980787277,-3.77329456568987e-007,0.965925395488739,-0.258820980787277,-3.82134629717257e-007,0.965925395488739,-0.258820980787277,-3.74730575458671e-007,0.965925335884094,-0.258820980787277,-2.05077731152414e-006,0.707107663154602,-0.707105994224548,-2.88549671267901e-007,0.707110583782196,-0.707103073596954,-9.07102105429658e-007,0.707109451293945,-0.707104086875916,-2.05077731152414e-006,0.707107663154602,-0.707105994224548,-9.07102105429658e-007,0.707109451293945,-0.707104086875916,-2.66933238890488e-006,0.707106590270996,-0.707106947898865,-9.38424193464016e-007,0.258819758892059,-0.965925633907318,-3.36642347065208e-006,0.258814185857773,-0.965927124023438,-2.5141782771243e-006,0.258816123008728,-0.965926587581635,-9.38424193464016e-007,0.258819758892059,-0.965925633907318,-2.5141782771243e-006,0.258816123008728,-0.965926587581635,-8.6180484970555e-008,0.258821696043015,-0.965925097465515,-2.23558799916646e-006,-0.258819818496704,-0.965925633907318,9.61835056045857e-008,-0.258814334869385,-0.965927064418793,-7.2228476710734e-007,-0.258816242218018,-0.96592652797699,-2.23558799916646e-006,-0.258819818496704,-0.965925633907318,-7.2228476710734e-007,-0.258816242218018,-0.96592652797699,-3.05405501421774e-006,-0.258821725845337,-0.965925097465515,-4.49884112185828e-007,-0.707103610038757,-0.707109868526459,-2.01983743863821e-006,-0.707106649875641,-0.707106947898865,-1.46877096085518e-006,-0.70710551738739,-0.707107961177826,-4.49884112185828e-007,-0.707103610038757,-0.707109868526459, --1.46877096085518e-006,-0.70710551738739,-0.707107961177826,1.01184703282797e-007,-0.707102596759796,-0.70711088180542,1.72966920786166e-007,-0.965927302837372,-0.258813798427582,2.40458916778152e-007,-0.965927302837372,-0.258813798427582,2.16768810901158e-007,-0.965927302837372,-0.258813798427582,1.72966920786166e-007,-0.965927302837372,-0.258813798427582,2.16768810901158e-007,-0.965927302837372,-0.258813798427582,1.49276800698317e-007,-0.965927302837372,-0.258813798427582,9.08009553768352e-007,-0.965927064418793,0.258814603090286,1.92368531770626e-007,-0.965926647186279,0.258816093206406,4.43562385044061e-007,-0.965926706790924,0.25881552696228,9.08009553768352e-007,-0.965927064418793,0.258814603090286,4.43562385044061e-007,-0.965926706790924,0.25881552696228,1.1592019291129e-006,-0.965927183628082,0.258814036846161,8.3927312743981e-007,-0.707103848457336,0.707109689712524,2.69311658485094e-006,-0.707107424736023,0.707106173038483,2.04240268431022e-006,-0.707106173038483,0.707107365131378,8.3927312743981e-007,-0.707103848457336,0.707109689712524,2.04240268431022e-006,-0.707106173038483,0.707107365131378,1.88556171565324e-007,-0.707102596759796,0.70711088180542,1.07362353674034e-007,-0.258821427822113,0.96592515707016,3.84733567670992e-007,-0.258821606636047,0.96592515707016,2.87374263052698e-007,-0.25882151722908,0.96592515707016,1.07362353674034e-007,-0.258821427822113,0.96592515707016,2.87374263052698e-007,-0.25882151722908,0.96592515707016,1.00030730365575e-008,-0.258821398019791,0.96592515707016,-1.452082187825e-007,0.258821994066238,0.965925097465515,0,0.258822113275528,0.965924978256226,-5.09691311378901e-008,0.258822053670883,0.965924978256226,-1.452082187825e-007,0.258821994066238,0.965925097465515,-5.09691311378901e-008,0.258822053670883,0.965924978256226,-1.96177325051394e-007,0.258821934461594,0.96592503786087,1,1.46927527566731e-006,1.31231729483261e-007,1,1.46927527566731e-006,1.31231729483261e-007,1,1.46927527566731e-006,1.31231729483261e-007,1,0,1.31233235833861e-007,1,0,1.31233235833861e-007,1,0,1.31233235833861e-007, --3.77329598677534e-007,0.965925335884094,0.258821099996567,-3.84733624514411e-007,0.965925335884094,0.258821070194244,-3.82134771825804e-007,0.965925335884094,0.258821099996567,-3.77329598677534e-007,0.965925335884094,0.258821099996567,-3.82134771825804e-007,0.965925335884094,0.258821099996567,-3.74730717567218e-007,0.965925335884094,0.258821070194244,-3.273519268987e-007,0.707106411457062,0.707107126712799,-1.9236757964336e-007,0.707107067108154,0.707106471061707,-2.39747834029913e-007,0.70710688829422,0.70710676908493,-3.273519268987e-007,0.707106411457062,0.707107126712799,-2.39747834029913e-007,0.70710688829422,0.70710676908493,-3.74732167074399e-007,0.707106173038483,0.707107365131378,-1,0,0,-1,-4.40483830743688e-007,-2.38422206422229e-008,-1,-4.08092063253207e-007,3.97367898585799e-008,-1,-4.40483830743688e-007,-2.38422206422229e-008,-1,0,-2.38422813936268e-007,-0.999999940395355,-2.97972263751944e-007,3.33473302305265e-008,-0.999999940395355,-2.97972263751944e-007,3.33473302305265e-008,-1,0,8.8980084456125e-007,-1,0,8.89790499059018e-008,-1,0,8.89790499059018e-008,-1,0,0,-1,-2.53482340895062e-007,-7.30846849705813e-008,-1,-2.53482340895062e-007,-7.30846849705813e-008,-1,4.44900820184557e-007,-8.89801640369114e-007,-1,-3.95994192103899e-007,1.25599257216891e-007,-1,-3.95994192103899e-007,1.25599257216891e-007,-1,0,2.38422813936268e-007,-1,-4.08092063253207e-007,3.97367898585799e-008,-1,-4.40483830743688e-007,-2.38422206422229e-008,-0.999999940395355,-2.97972263751944e-007,3.33473302305265e-008,-1,-4.08092063253207e-007,3.97367898585799e-008,-0.999999940395355,-2.97972263751944e-007,3.33473302305265e-008,-1,0,8.89790499059018e-008,-1,-2.53482340895062e-007,-7.30846849705813e-008,-1,-2.53482340895062e-007,-7.30846849705813e-008,-1,-3.95994192103899e-007,1.25599257216891e-007,-1,-4.08092063253207e-007,3.97367898585799e-008,-0.999999940395355,-2.97972263751944e-007,3.33473302305265e-008,-1,-2.53482340895062e-007,-7.30846849705813e-008,-1,-4.08092063253207e-007,3.97367898585799e-008,1,-3.64646837169857e-007,0,1,0,0, -1,-3.09331369408028e-007,0,1,1.36243932047364e-006,7.30748354271782e-007,1,2.60585670730507e-006,5.14202270096575e-007,1,4.73711952508893e-006,0,1,-3.64646837169857e-007,0,1,-3.09331369408028e-007,0,1,-6.39360450804816e-007,0,1,1.36243932047364e-006,7.30748354271782e-007,1,2.58087283100394e-007,5.15693557190389e-007,1,2.60585670730507e-006,5.14202270096575e-007,1,1.36243932047364e-006,7.30748354271782e-007,1,2.55825000294863e-007,4.61950605767925e-007,1,2.58087283100394e-007,5.15693557190389e-007,0.746596038341522,-0.665277779102325,1.91823474438024e-007,0.746596038341522,-0.665277659893036,1.91823502859734e-007,0.746594786643982,-0.665279150009155,1.91823062323238e-007,0.746596038341522,-0.665277779102325,1.91823474438024e-007,0.746594786643982,-0.665279150009155,1.91823062323238e-007,0.746594667434692,-0.665279150009155,1.91823048112383e-007,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-4.78859647046193e-007,1,-2.63255344634672e-007,-4.78859249142261e-007,0.999999940395355,-6.46841385787411e-007,-4.78859533359355e-007,1,-3.83586069574449e-007,-4.78859647046193e-007,1,-2.63255344634672e-007,-4.78859533359355e-007,1,-3.83586069574449e-007,-4.78859874419868e-007,1,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,-2.73851810561609e-007,-3.7868524316309e-008,-1,-3.04232912640146e-007,-3.78685207635954e-008,-1,-3.0381169580096e-008,-3.78685349744501e-008,-1,-2.73851810561609e-007,-3.7868524316309e-008,-1,-3.0381169580096e-008,-3.78685349744501e-008,-1,0,-3.78685349744501e-008,-0.999999940395355,-4.95857079840789e-008,0,-1,-9.66258895118699e-008,0,-0.999999940395355,-4.70401886332183e-008,0,-1,-4.95857079840789e-008,0,-1,-4.70401886332183e-008,0,-1,0,0,-0.999999940395355,0.872970581054688,6.59390479995636e-007,0.487772971391678,0.872970342636108,0,0.487773299217224,0.872970640659332,8.72490829806338e-007,0.487772792577744,0.872970581054688,6.59390479995636e-007,0.487772971391678,0.872970640659332,8.72490829806338e-007,0.487772792577744,0.872970879077911,1.53188125295856e-006,0.487772434949875,0,0,-1,0,0,-1,0,0,-0.999999940395355,0,0,-1, -0,0,-0.999999940395355,0,0,-1,0,3.7868524316309e-008,1,0,3.78685207635954e-008,0.999999940395355,0,3.78685349744501e-008,1,0,3.7868524316309e-008,1,0,3.78685349744501e-008,1,0,3.78685349744501e-008,0.999999940395355,0.999999940395355,1.5762284988341e-007,0,1,1.70313583680581e-007,0,0.999999940395355,1.26907249153874e-008,0,0.999999940395355,1.5762284988341e-007,0,0.999999940395355,1.26907249153874e-008,0,1,0,0,-1,-1.420696094101e-007,0,-1,-1.37034234626299e-007,0,-1,-1.99575154624654e-007,0,-1,-1.420696094101e-007,0,-1,-1.99575154624654e-007,0,-1,-2.04610529408455e-007,0,0,-0.999999940395355,0,0,-1,0,0,-0.999999940395355,0,0,-0.999999940395355,0,0,-0.999999940395355,0,0,-1,0,-0.872967898845673,-7.65937954838591e-007,-0.487777799367905,-0.872967839241028,-7.65937954838591e-007,-0.48777762055397,-0.872967898845673,-7.65937954838591e-007,-0.487777858972549,-0.872967898845673,-7.65937954838591e-007,-0.487777799367905,-0.872967898845673,-7.65937954838591e-007,-0.487777858972549,-0.872967720031738,-7.65937841151754e-007,-0.487777948379517,0.999999940395355,0,0,1,0,0,0.999999940395355,0,0,0.999999940395355,0,0,0.999999940395355,0,0,1,0,0,-0.999999940395355,-5.23109576988645e-007,0,-1,0,0,-0.999999940395355,-7.6579033247981e-007,0,-0.999999940395355,-5.23109576988645e-007,0,-0.999999940395355,-7.6579033247981e-007,0,-1,-1.28889985262504e-006,0,-1.94943332587627e-008,0,0.999999940395355,-3.79877462819422e-008,0,0.999999940395355,-1.84934112468227e-008,0,0.999999940395355,-1.94943332587627e-008,0,0.999999940395355,-1.84934112468227e-008,0,0.999999940395355,0,0,1,0,0,1,0,0,0.999999940395355,0,0,1,0,0,1,0,0,1,0,0,1,0,-1,-3.60814141231458e-007,0,-1,0,0,-1,-5.19833292855765e-007,0,-1,-3.60814141231458e-007,0,-1,-5.19833292855765e-007,0,-1,-8.80646041423461e-007,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,2.88477821186461e-007,-1,-9.02035353078645e-008,2.39429567727711e-007,-1,0,3.10094463884525e-007,-1,-1.29958280581377e-007,2.88477821186461e-007,-1,-9.02035353078645e-008,3.10094463884525e-007,-1,-1.29958280581377e-007,3.59142546813018e-007,-1,-2.20161510355865e-007, -0.872970223426819,0,0.487773448228836,0.872970283031464,0,0.487773418426514,0.872970223426819,0,0.487773448228836,0.872970223426819,0,0.487773448228836,0.872970223426819,0,0.487773448228836,0.872970223426819,0,0.487773478031158,-3.73885967519527e-007,1,1.77861423367176e-007,-4.78859817576449e-007,1,6.60489149595378e-007,-3.44401286156426e-007,1,4.2302687575102e-008,-3.73885967519527e-007,1,1.77861423367176e-007,-3.44401286156426e-007,1,4.2302687575102e-008,-2.39427976111983e-007,1,-4.40322253325576e-007,-0.872967839241028,0,-0.487777799367905,-0.872967839241028,0,-0.48777773976326,-0.872967839241028,0,-0.487777829170227,-0.872967839241028,0,-0.487777799367905,-0.872967839241028,0,-0.487777829170227,-0.872967779636383,0,-0.487777978181839,1.07491597844955e-008,-9.83585763947303e-008,-0.999999940395355,1.32244641903867e-008,-9.83586190272945e-008,-1,2.47530418384656e-009,-9.83584413916105e-008,-1,1.07491597844955e-008,-9.83585763947303e-008,-0.999999940395355,2.47530418384656e-009,-9.83584413916105e-008,-1,0,-9.83583845481917e-008,-1,0,-1,0,0,-1,0,0,-1,0,0,0,1,0,0,1,0,0,1,1.28131978271995e-006,-1,-1.01323064427561e-006,1.39773158025491e-006,-1,-2.51737020562359e-007,1.43621548431838e-006,-1,0,1.28131978271995e-006,-1,-1.01323064427561e-006,1.25084773117123e-006,-1,-1.21255902740813e-006,1.39773158025491e-006,-1,-2.51737020562359e-007,-1,-2.88108054746772e-007,0,-1,-2.88108054746772e-007,0,-1,-2.88108054746772e-007,0,-1,-3.05187398907947e-007,0,-1,-3.05187398907947e-007,0,-1,-3.05187398907947e-007,0,2.38225140947179e-007,-0.999999940395355,0,2.38225140947179e-007,-0.999999940395355,0,2.38225140947179e-007,-0.999999940395355,0,1,2.38451690393049e-007,0,1,2.38451690393049e-007,0,1,2.38451690393049e-007,0,-9.43796791830209e-008,-0.0020383324008435,-0.999997973442078,-9.43796791830209e-008,-0.0020383324008435,-0.999997973442078,-9.43796791830209e-008,-0.0020383324008435,-0.999997973442078,-0.000225761963520199,-0.00212649116292596,-0.999997675418854,-0.000225761963520199,-0.00212649116292596,-0.999997675418854,-0.000225761963520199,-0.00212649116292596,-0.999997675418854, -1.23104030080867e-006,-1,0,1.23104166505073e-006,-1,0,1.23104132399021e-006,-1,0,0,0,0,0,0,0,0,0,0,1.23104166505073e-006,-0.999999940395355,0,1.23104223348491e-006,-1,0,1.23104132399021e-006,-1,0,1.23104166505073e-006,-1,0,1.23104166505073e-006,-0.999999940395355,0,1.23104132399021e-006,-1,0,1.01734417512489e-006,-0.999999940395355,-1.80630149770877e-006,2.38256532725245e-007,-0.999999940395355,3.03945626001223e-007,5.31323507857451e-007,-1,-4.89859417029948e-007,1.01734417512489e-006,-0.999999940395355,-1.80630149770877e-006,5.31323507857451e-007,-1,-4.89859417029948e-007,1.31041110762453e-006,-1,-2.60010665442678e-006,0,-0.394661247730255,0.918826699256897,0,-0.394661396741867,0.918826639652252,7.49297441871022e-008,-0.394661545753479,0.918826639652252,7.49297441871022e-008,-0.394661545753479,0.918826639652252,6.39354482245835e-007,-0.3946633040905,0.918825745582581,5.64424340154801e-007,-0.394663125276566,0.918825924396515,0,-0.394661247730255,0.918826699256897,7.49297441871022e-008,-0.394661545753479,0.918826639652252,5.64424340154801e-007,-0.394663125276566,0.918825924396515,-5.98434084508881e-008,0,1,-6.40504893567595e-008,0,1,-4.20718260230046e-009,0,0.999999940395355,-5.98434084508881e-008,0,1,-4.20718260230046e-009,0,0.999999940395355,0,0,1,0,0,1,0,0,1,0,0,1,-2.90645772338394e-007,0,-1,-4.49420070935957e-007,0,-1,-3.60663932497118e-007,0,-1,-2.90645772338394e-007,0,-1,-3.60663932497118e-007,0,-1,0,0,-1,0,0,1,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1.8781189226047e-007,-4.7962771532184e-009,-1,-2.94482902063464e-007,0,-1,-2.22154667994801e-007,-1.43885600323301e-007,-1,-2.22154667994801e-007,-1.43885600323301e-007,-1,-2.91692373366459e-007,-7.90979299836181e-007,-1,1.62470001896509e-007,-4.49369572663727e-008,-1,-1.8781189226047e-007,-4.7962771532184e-009,-1,1.62470001896509e-007,-4.49369572663727e-008,-1,1.05791673377098e-006,0,-1,-1.8781189226047e-007,-4.7962771532184e-009,-1,-2.22154667994801e-007,-1.43885600323301e-007,-1,1.62470001896509e-007,-4.49369572663727e-008, -1,0,1.07525363546301e-006,1,0,1.07525363546301e-006,1,0,1.07525363546301e-006,0.999999940395355,0,1.07505309188127e-006,0.999999940395355,0,1.07505309188127e-006,0.999999940395355,0,1.07505309188127e-006,0.746594071388245,0.665279746055603,-1.38697009788302e-006,0.746587038040161,0.665287733078003,-1.91821087014432e-007,0.746587455272675,0.66528731584549,-2.55612121691229e-007,0.746594071388245,0.665279746055603,-1.38697009788302e-006,0.746587455272675,0.66528731584549,-2.55612121691229e-007,0.746594488620758,0.66527932882309,-1.45076171520486e-006,-1.24925961131339e-007,-2.05499361527473e-007,-0.999999940395355,0,-2.05499375738327e-007,-1,-1.12103896299232e-006,-2.05499276262344e-007,-1,-1.24925961131339e-007,-2.05499361527473e-007,-0.999999940395355,-1.12103896299232e-006,-2.05499276262344e-007,-1,-1.24596488149109e-006,-2.05499276262344e-007,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,-1,5.11710318562564e-008,0,-0.999999940395355,8.11990972238164e-008,0,-1,0,0,-1,0,0,-1,5.11710318562564e-008,0,-0.999999940395355,-0.714228868484497,-0.699912309646606,0,-0.714228808879852,-0.699912309646606,0,-0.714228868484497,-0.699912309646606,0,-0.714228868484497,-0.699912309646606,0,-0.714228868484497,-0.699912309646606,0,-0.714228808879852,-0.699912309646606,0,5.18915499014838e-007,0,1,3.10601322439652e-008,1.6529840252133e-007,1,1.45734901479955e-007,1.47785797821598e-007,1,-1,-4.79117006761953e-005,1.85220433195354e-005,-1,-4.82034520246089e-005,-7.4599626032068e-008,-1,4.77274043078069e-005,-1.84346172318328e-005,1,-9.44954736041836e-005,4.37113882867379e-008,1,-8.74227765734759e-008,4.37113882867379e-008,1,1.25084704905021e-006,4.37113882867379e-008,3.10601322439652e-008,1.6529840252133e-007,1,-7.92080001588147e-009,1.90522754905942e-007,1,1.45734901479955e-007,1.47785797821598e-007,1,3.10601322439652e-008,1.6529840252133e-007,1,-2.01214884754108e-008,1.67453890753677e-007,1,-7.92080001588147e-009,1.90522754905942e-007,1, -1.36782475124164e-007,-1,0,1.36782475124164e-007,-1,0,1.36782375648181e-007,-1,0,1.36782475124164e-007,-1,0,1.36782375648181e-007,-1,0,1.36782361437326e-007,-1,0,4.48968194177723e-007,0,1,1.25910815995667e-007,0,1,3.23057463447185e-007,0,1,1.25910815995667e-007,0,1,0,0,1,0,0,1,1.25910815995667e-007,0,1,0,0,1,3.23057463447185e-007,0,1,-2.38256561146954e-007,1,0,-2.38256561146954e-007,1,0,-2.382565469361e-007,1,0,-2.38256561146954e-007,1,0,-2.382565469361e-007,1,0,-2.382565469361e-007,1,0,-2.38256575357809e-007,0.999999940395355,-1.05703392705436e-007,-2.38256589568664e-007,1,-1.79582059445238e-007,-2.38256561146954e-007,0.999999940395355,-7.38786596343743e-008,-2.38256575357809e-007,0.999999940395355,-1.05703392705436e-007,-2.38256561146954e-007,0.999999940395355,-7.38786596343743e-008,-2.38256561146954e-007,1,0,8.11990972238164e-008,0,-1,5.11710318562564e-008,0,-0.999999940395355,8.52595594125205e-009,0,-0.999999940395355,8.11990972238164e-008,0,-1,8.52595594125205e-009,0,-0.999999940395355,0,0,-1,1.3678234154213e-006,-1,1.68500690733708e-007,1.36782227855292e-006,-1,3.92021121342623e-007,1.36782307436079e-006,-1,2.23520601139171e-007,1.3678234154213e-006,-1,1.68500690733708e-007,1.36782307436079e-006,-1,2.23520601139171e-007,1.36782421122916e-006,-1,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,-0.714226126670837,-0.699915111064911,0,-0.714225888252258,-0.699915289878845,0,-0.714226186275482,-0.699914991855621,0,-0.714226126670837,-0.699915111064911,0,-0.714226186275482,-0.699914991855621,0,-0.714226424694061,-0.699914753437042,0,7.61559192596906e-007,0,1,0,0,1,4.28668016638767e-007,0,1,7.61559192596906e-007,0,1,4.28668016638767e-007,0,1,1.94621816262952e-006,0,1,-5.74755006255145e-007,0,-1,-5.74755006255145e-007,0,-1,-5.74755006255145e-007,0,-1,0,0,-1,0,0,-1,0,0,-1,2.67012048027482e-008,-2.37374774769705e-006,1,1.97321128325711e-007,-2.37374365497089e-006,0.999999940395355,1.70619941286532e-007,-2.3737445644656e-006,1,2.67012048027482e-008,-2.37374774769705e-006,1,1.70619941286532e-007,-2.3737445644656e-006,1,0,-2.3737482024444e-006,1, -1.29398222270538e-006,-1,2.51154887109806e-007,1.29398119952384e-006,-1,2.31786231097431e-007,1.29399188608659e-006,-1,4.44207984173772e-007,1.29398222270538e-006,-1,2.51154887109806e-007,1.29399188608659e-006,-1,4.44207984173772e-007,1.29399279558129e-006,-1,4.63576782294695e-007,1.06823722489935e-006,-0.715725004673004,0.698382139205933,1.08750839444838e-006,-0.715725719928741,0.698381423950195,1.0634776117513e-006,-0.71572482585907,0.698382318019867,1.06823722489935e-006,-0.715725004673004,0.698382139205933,1.0634776117513e-006,-0.71572482585907,0.698382318019867,1.0442065558891e-006,-0.715724229812622,0.698383092880249,1.00209035736043e-006,0,-1,1.00209035736043e-006,0,-1,1.00209035736043e-006,0,-1,0,0,-1,0,0,-1,0,0,-1,1.28211104311049e-006,0,0.999999940395355,1.28211104311049e-006,0,0.999999940395355,1.28211104311049e-006,0,0.999999940395355,0,0,1,0,0,1,0,0,1,-1.00208762887632e-006,0,1,-1.00208762887632e-006,0,1,-1.00208762887632e-006,0,1,0,0,1,0,0,1,0,0,1,0.999999940395355,0,0,0.999999940395355,0,0,0.999999940395355,0,0,1,0,0,1,0,0,1,0,0,-1,0,1.45204626278428e-006,-1,0,1.45204671753163e-006,-1,0,1.45203944157402e-006,-1,0,1.45204626278428e-006,-1,0,1.45203944157402e-006,-1,0,1.4520391005135e-006,-9.92306581792946e-007,0.80836546421051,0.588681042194366,-1.17933836918382e-006,0.808365702629089,0.588680624961853,-1.05077674561471e-006,0.80836546421051,0.588680922985077,-9.92306581792946e-007,0.80836546421051,0.588681042194366,-1.05077674561471e-006,0.80836546421051,0.588680922985077,-8.63743650825199e-007,0.808365285396576,0.588681280612946,-1.67808167361727e-007,0.747707545757294,-0.664028167724609,-1.60982793317999e-007,0.747707486152649,-0.664028286933899,-2.06013098136282e-007,0.747707962989807,-0.664027750492096,-1.67808167361727e-007,0.747707545757294,-0.664028167724609,-2.06013098136282e-007,0.747707962989807,-0.664027750492096,-2.1283847218001e-007,0.747708022594452,-0.664027631282806,-1,-7.16520673904597e-007,1.74898082150321e-006,-1,-9.28737886596309e-009,1.74701469290994e-007,-1,-9.3478740836872e-007,1.76301591636729e-006, --1,-9.3478740836872e-007,1.76301591636729e-006,-0.999999940395355,-1.32979607769812e-006,2.21159120883385e-006,-1,-8.07186040674424e-007,2.31961962526839e-006,-0.731985867023468,0.681319773197174,-3.40474471158814e-005,-0.731985867023468,0.681319773197174,-3.51103190041613e-005,-0.731985867023468,0.681319773197174,3.58938777935691e-005,-1,-3.85444764106069e-007,5.08349955907761e-007,0.923893332481384,-0.270581036806107,-0.270568013191223,-0.999999940395355,-6.08932793966233e-007,8.19684150741261e-014,-0.999999940395355,-6.08932793966233e-007,8.19684150741261e-014,-1,-7.61923445224966e-007,6.05522373236557e-014,-1,-6.03447460889583e-007,2.98052071912025e-007,0,0,0,0,0,0,0,0,0,-1,-7.16520673904597e-007,1.74898082150321e-006,-1,-9.3478740836872e-007,1.76301591636729e-006,-1,-8.07186040674424e-007,2.31961962526839e-006,-1,-3.85444764106069e-007,5.08349955907761e-007,-0.999999940395355,-6.08932793966233e-007,8.19684150741261e-014,-1,-6.03447460889583e-007,2.98052071912025e-007,-1,-2.44763839418738e-007,0,-0.999999940395355,-6.14961152223259e-007,2.28531393986486e-006,-1,-2.81803124835278e-007,2.28652069722557e-007,-1,-7.16520673904597e-007,1.74898082150321e-006,-1,-8.07186040674424e-007,2.31961962526839e-006,-1,0,2.53558619078831e-006,-1,-1.51250830526806e-007,1.36450739773863e-006,-1,-3.85444764106069e-007,5.08349955907761e-007,-1,-6.03447460889583e-007,2.98052071912025e-007,-0.999999940395355,-6.14961152223259e-007,2.28531393986486e-006,-1,-6.45547913791233e-007,2.47413299803156e-006,-1,-2.81803124835278e-007,2.28652069722557e-007,-1,-2.70268344593205e-007,0,-1,-2.70268344593205e-007,0,-1,-2.70268344593205e-007,0,-0.996328830718994,-4.94470841658767e-005,-0.0856087878346443,-0.996328830718994,-4.80467751913238e-005,-0.0856089070439339,-0.996328830718994,4.71693092549685e-005,-0.0856089070439339,4.63814330942114e-007,0.965926766395569,-0.258815348148346,4.63814330942114e-007,0.965926766395569,-0.258815348148346,4.63814330942114e-007,0.965926766395569,-0.258815348148346,4.80917833556305e-007,0.965926885604858,-0.258815348148346, -4.80917833556305e-007,0.965926885604858,-0.258815348148346,4.80917833556305e-007,0.965926885604858,-0.258815348148346,-2.91841331545584e-007,0.707106947898865,-0.707106590270996,-2.91841331545584e-007,0.707106947898865,-0.707106590270996,-2.91841331545584e-007,0.707106947898865,-0.707106590270996,2.11603287425532e-006,0.707103192806244,-0.707110464572906,2.11603287425532e-006,0.707103192806244,-0.707110464572906,2.11603287425532e-006,0.707103192806244,-0.707110464572906,3.17406056637992e-006,0.258814662694931,-0.965927064418793,3.17406056637992e-006,0.258814662694931,-0.965927064418793,3.17406056637992e-006,0.258814662694931,-0.965927064418793,-9.61834487611668e-008,0.258821666240692,-0.965925097465515,-9.61834487611668e-008,0.258821666240692,-0.965925097465515,-9.61834487611668e-008,0.258821666240692,-0.965925097465515,0,-0.258814424276352,-0.965927064418793,0,-0.258814424276352,-0.965927064418793,0,-0.258814424276352,-0.965927064418793,3.27023258250847e-006,-0.25882151722908,-0.96592515707016,3.27023258250847e-006,-0.25882151722908,-0.96592515707016,3.27023258250847e-006,-0.25882151722908,-0.96592515707016,2.40458234657126e-006,-0.707111001014709,-0.707102656364441,2.40458234657126e-006,-0.707111001014709,-0.707102656364441,2.40458234657126e-006,-0.707111001014709,-0.707102656364441,0,-0.707106828689575,-0.707106828689575,0,-0.707106828689575,-0.707106828689575,0,-0.707106828689575,-0.707106828689575,9.13741530439438e-007,-0.965924918651581,-0.258822381496429,9.13741530439438e-007,-0.965924918651581,-0.258822381496429,9.13741530439438e-007,-0.965924918651581,-0.258822381496429,8.65650633841142e-007,-0.965925335884094,-0.258821070194244,8.65650633841142e-007,-0.965925335884094,-0.258821070194244,8.65650633841142e-007,-0.965925335884094,-0.258821070194244,-9.13741871499951e-007,-0.965925276279449,0.258820950984955,-9.13741871499951e-007,-0.965925276279449,0.258820950984955,-9.13741871499951e-007,-0.965925276279449,0.258820950984955,-8.65650349624048e-007,-0.965924978256226,0.258822530508041,-8.65650349624048e-007,-0.965924978256226,0.258822530508041, --8.65650349624048e-007,-0.965924978256226,0.258822530508041,-2.30841146731109e-006,-0.707107126712799,0.707106471061707,-2.30841146731109e-006,-0.707107126712799,0.707106471061707,-2.30841146731109e-006,-0.707107126712799,0.707106471061707,-2.50077960117778e-006,-0.70710700750351,0.707106590270996,-2.50077960117778e-006,-0.70710700750351,0.707106590270996,-2.50077960117778e-006,-0.70710700750351,0.707106590270996,-3.0778660402575e-006,-0.258821487426758,0.96592515707016,-3.0778660402575e-006,-0.258821487426758,0.96592515707016,-3.0778660402575e-006,-0.258821487426758,0.96592515707016,-3.46259935213311e-006,-0.258821308612823,0.96592515707016,-3.46259935213311e-006,-0.258821308612823,0.96592515707016,-3.46259935213311e-006,-0.258821308612823,0.96592515707016,-2.23280281375082e-007,0.258821308612823,0.96592515707016,-2.23280281375082e-007,0.258821308612823,0.96592515707016,-2.23280281375082e-007,0.258821308612823,0.96592515707016,-3.07788127429376e-006,0.258814811706543,0.965926945209503,-3.07788127429376e-006,0.258814811706543,0.965926945209503,-3.07788127429376e-006,0.258814811706543,0.965926945209503,-1,0,0,-1,0,0,-1,0,0,-1,-1.94387075680424e-006,0,-1,-1.94387075680424e-006,0,-1,-1.94387075680424e-006,0,-1.21939808650495e-006,0.965926766395569,0.258815348148346,-1.21939808650495e-006,0.965926766395569,0.258815348148346,-1.21939808650495e-006,0.965926766395569,0.258815348148346,-4.32822474749628e-007,0.965927422046661,0.258813232183456,-4.32822474749628e-007,0.965927422046661,0.258813232183456,-4.32822474749628e-007,0.965927422046661,0.258813232183456,-2.09467032163957e-007,0.707103192806244,0.707110464572906,-2.09467032163957e-007,0.707103192806244,0.707110464572906,-2.09467032163957e-007,0.707103192806244,0.707110464572906,-3.8473314134535e-007,0.707103371620178,0.707110285758972,-3.8473314134535e-007,0.707103371620178,0.707110285758972,-3.8473314134535e-007,0.707103371620178,0.707110285758972,1,3.55922543349152e-006,0,1,4.44896386397886e-007,6.51375984261904e-008,1,4.73044252657928e-007,-4.92425478171299e-008,1,4.44896386397886e-007,6.51375984261904e-008, -1,8.89800048753386e-007,6.5138317495439e-007,1,3.16228721430889e-007,3.33483747283481e-008,1,3.16228721430889e-007,3.33483747283481e-008,1,8.8979686552193e-007,0,1,5.29463193288393e-007,0,1,5.29463193288393e-007,0,1,0,0,1,1.38269740546093e-007,1.58945372419339e-008,1,1.38269740546093e-007,1.58945372419339e-008,1,0,0,0.999999940395355,8.89786520019697e-008,1.25596457678512e-007,0.999999940395355,8.89786520019697e-008,1.25596457678512e-007,1,8.89777084012167e-007,-6.51366349302407e-007,1,4.73044252657928e-007,-4.92425478171299e-008,1,4.44896386397886e-007,6.51375984261904e-008,1,3.16228721430889e-007,3.33483747283481e-008,1,4.73044252657928e-007,-4.92425478171299e-008,1,3.16228721430889e-007,3.33483747283481e-008,1,5.29463193288393e-007,0,1,1.38269740546093e-007,1.58945372419339e-008,1,1.38269740546093e-007,1.58945372419339e-008,0.999999940395355,8.89786520019697e-008,1.25596457678512e-007,1,4.73044252657928e-007,-4.92425478171299e-008,1,3.16228721430889e-007,3.33483747283481e-008,1,1.38269740546093e-007,1.58945372419339e-008,1,4.73044252657928e-007,-4.92425478171299e-008,-4.22820846779359e-007,0.96592515707016,-0.25882163643837,-4.22820846779359e-007,0.96592515707016,-0.25882163643837,-4.22820846779359e-007,0.96592515707016,-0.25882163643837,-3.36641647891156e-007,0.965924918651581,-0.258822411298752,-3.36641647891156e-007,0.965924918651581,-0.258822411298752,-3.36641647891156e-007,0.965924918651581,-0.258822411298752,2.13984890251595e-006,0.707106828689575,-0.707106828689575,2.13984890251595e-006,0.707106828689575,-0.707106828689575,2.13984890251595e-006,0.707106828689575,-0.707106828689575,-2.885487617732e-007,0.707110702991486,-0.70710277557373,-2.885487617732e-007,0.707110702991486,-0.70710277557373,-2.885487617732e-007,0.707110702991486,-0.70710277557373,-8.61801510154692e-008,0.258821457624435,-0.96592515707016,-8.61801510154692e-008,0.258821457624435,-0.96592515707016,-8.61801510154692e-008,0.258821457624435,-0.96592515707016,3.17404737870675e-006,0.258814334869385,-0.965927064418793,3.17404737870675e-006,0.258814334869385,-0.965927064418793, -3.17404737870675e-006,0.258814334869385,-0.965927064418793,3.29403542309592e-006,-0.258821576833725,-0.96592515707016,3.29403542309592e-006,-0.258821576833725,-0.96592515707016,3.29403542309592e-006,-0.258821576833725,-0.96592515707016,9.61832000712093e-008,-0.258814454078674,-0.965927124023438,9.61832000712093e-008,-0.258814454078674,-0.965927124023438,9.61832000712093e-008,-0.258814454078674,-0.965927124023438,1.01184348011429e-007,-0.70710277557373,-0.707110702991486,1.01184348011429e-007,-0.70710277557373,-0.707110702991486,1.01184348011429e-007,-0.70710277557373,-0.707110702991486,2.69310839939862e-006,-0.707107126712799,-0.707106471061707,2.69310839939862e-006,-0.707107126712799,-0.707106471061707,2.69310839939862e-006,-0.707107126712799,-0.707106471061707,1.97368507315332e-007,-0.965927302837372,-0.258813709020615,1.97368507315332e-007,-0.965927302837372,-0.258813709020615,1.97368507315332e-007,-0.965927302837372,-0.258813709020615,1.92366471196692e-007,-0.965927064418793,-0.258814454078674,1.92366471196692e-007,-0.965927064418793,-0.258814454078674,1.92366471196692e-007,-0.965927064418793,-0.258814454078674,-7.64468325087364e-007,-0.965927124023438,0.258814483880997,-7.64468325087364e-007,-0.965927124023438,0.258814483880997,-7.64468325087364e-007,-0.965927124023438,0.258814483880997,1.92368460716352e-007,-0.965926647186279,0.258816003799438,1.92368460716352e-007,-0.965926647186279,0.258816003799438,1.92368460716352e-007,-0.965926647186279,0.258816003799438,-4.60181098560497e-007,-0.707104086875916,0.707109451293945,1.88556299463016e-007,-0.70710289478302,0.707110583782196,-1.65965070664242e-006,-0.707106113433838,0.707107365131378,-4.60181098560497e-007,-0.707104086875916,0.707109451293945,-1.65965070664242e-006,-0.707106113433838,0.707107365131378,-2.30838531933841e-006,-0.707107245922089,0.707106173038483,1.00030819183417e-008,-0.258821606636047,0.96592515707016,1.00030819183417e-008,-0.258821606636047,0.96592515707016,1.00030819183417e-008,-0.258821606636047,0.96592515707016,3.84733255032188e-007,-0.25882151722908,0.96592515707016, -3.84733255032188e-007,-0.25882151722908,0.96592515707016,3.84733255032188e-007,-0.25882151722908,0.96592515707016,-1.96177481370796e-007,0.258822172880173,0.96592503786087,-1.96177481370796e-007,0.258822172880173,0.96592503786087,-1.96177481370796e-007,0.258822172880173,0.96592503786087,0,0.258821725845337,0.96592515707016,0,0.258821725845337,0.96592515707016,0,0.258821725845337,0.96592515707016,-1,0,0,-1,0,0,-1,0,0,-0.999999940395355,9.6076530553546e-007,6.20799994521803e-007,-0.999999940395355,9.6076530553546e-007,6.20799994521803e-007,-0.999999940395355,9.6076530553546e-007,6.20799994521803e-007,-3.74730575458671e-007,0.965924978256226,0.258822530508041,-3.74730575458671e-007,0.965924978256226,0.258822530508041,-3.74730575458671e-007,0.965924978256226,0.258822530508041,-3.84733624514411e-007,0.965925335884094,0.258821070194244,-3.84733624514411e-007,0.965925335884094,0.258821070194244,-3.84733624514411e-007,0.965925335884094,0.258821070194244,-2.34942746146771e-007,0.707106649875641,0.707106947898865,-1.82364800593859e-007,0.707106590270996,0.707106947898865,-3.3215712846868e-007,0.707106828689575,0.707106828689575,-2.34942746146771e-007,0.707106649875641,0.707106947898865,-3.3215712846868e-007,0.707106828689575,0.707106828689575,-3.84735045599882e-007,0.707106828689575,0.707106649875641,1,1.42364997373079e-005,4.053109933011e-006,1,4.50705056209699e-006,3.62396440323209e-006,1,2.37804283642618e-006,2.3365034849121e-006,1,4.50705056209699e-006,3.62396440323209e-006,1,0,-2.38422813936268e-007,1,5.13900772602938e-007,2.73543059847725e-006,1,5.13900772602938e-007,2.73543059847725e-006,1,0,8.89800048753386e-007,1,-2.92307936433645e-006,3.7367883578554e-006,1,-2.92307936433645e-006,3.7367883578554e-006,1,-1.60165473062079e-005,4.05311038775835e-006,1,-1.79294920599204e-006,2.2236831682676e-006,1,-1.79294920599204e-006,2.2236831682676e-006,1,-4.44900422280625e-007,-8.89800446657318e-007,1,3.9599464685125e-007,1.25600109868174e-007,1,3.9599464685125e-007,1.25600109868174e-007,1,0,2.38422813936268e-007,1,2.37804283642618e-006,2.3365034849121e-006, -1,4.50705056209699e-006,3.62396440323209e-006,1,5.13900772602938e-007,2.73543059847725e-006,1,2.37804283642618e-006,2.3365034849121e-006,1,5.13900772602938e-007,2.73543059847725e-006,1,-2.92307936433645e-006,3.7367883578554e-006,1,-1.79294920599204e-006,2.2236831682676e-006,1,-1.79294920599204e-006,2.2236831682676e-006,1,3.9599464685125e-007,1.25600109868174e-007,1,2.37804283642618e-006,2.3365034849121e-006,1,5.13900772602938e-007,2.73543059847725e-006,1,-1.79294920599204e-006,2.2236831682676e-006,1,2.37804283642618e-006,2.3365034849121e-006,-0.999999940395355,-8.17729869595496e-006,-7.04176500221365e-006,-1,-2.7238436814514e-005,0,-1,-1.5095851267688e-005,-4.01284751205822e-006,-0.999999940395355,0,1.73546155224358e-007,-1,0,-1.07525556813926e-006,-1,0,-3.12529493839975e-007,-0.999999940395355,-8.17729869595496e-006,-7.04176500221365e-006,-1,-1.5095851267688e-005,-4.01284751205822e-006,-1,-2.39651029687593e-007,-9.38772984682146e-007,-0.999999940395355,0,1.73546155224358e-007,-1,0,-3.12529493839975e-007,-1,-2.39651029687593e-007,-9.38772984682146e-007,-1,-1.5095851267688e-005,-4.01284751205822e-006,-0.999999940395355,0,1.73546155224358e-007,-1,-2.39651029687593e-007,-9.38772984682146e-007,-0.746594071388245,-0.665279746055603,2.59860513551757e-007,-0.746587038040161,-0.665287733078003,1.53456869611546e-006,-0.746587455272675,-0.66528731584549,1.46653201227309e-006,-0.746594071388245,-0.665279746055603,2.59860513551757e-007,-0.746587455272675,-0.66528731584549,1.46653201227309e-006,-0.746594488620758,-0.66527932882309,1.91823104955802e-007,1,0,0,1,0,0,0.999999940395355,0,0,1,0,0,0.999999940395355,0,0,1,0,0,-4.78856065910804e-007,1,-2.63252189824925e-007,-4.78855895380548e-007,1,0,-4.78856122754223e-007,1,-3.83585046392909e-007,-4.78856065910804e-007,1,-2.63252189824925e-007,-4.78856122754223e-007,1,-3.83585046392909e-007,-4.78856350127899e-007,1,-6.46837236217834e-007,-1,0,0,-1,0,0,-0.999999940395355,0,0,-1,0,0,-0.999999940395355,0,0,-1,0,0,0,-3.78684745783175e-008,-1,0,-3.78685172108817e-008,-1,0,-3.78685101054543e-008,-0.999999940395355, -0,-3.78684745783175e-008,-1,0,-3.78685101054543e-008,-0.999999940395355,0,-3.78684710256039e-008,-1,-4.95855871918138e-008,0,-1,0,0,-0.999999940395355,-4.70396486207392e-008,0,-1,-4.95855871918138e-008,0,-1,-4.70396486207392e-008,0,-1,-9.66252216016983e-008,0,-1,-0.872967720031738,0,0.487777888774872,-0.872967720031738,0,0.487777948379517,-0.872967779636383,0,0.487777978181839,-0.872967720031738,0,0.487777888774872,-0.872967779636383,0,0.487777978181839,-0.872967720031738,0,0.487777948379517,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-0.999999940395355,0,3.7868524316309e-008,1,0,3.78684497093218e-008,1,0,3.78684603674628e-008,1,0,3.7868524316309e-008,1,0,3.78684603674628e-008,1,0,3.78685349744501e-008,1,-0.999999940395355,-4.00346095830173e-007,0,-1,0,0,-0.999999940395355,-3.22331601410042e-008,0,-0.999999940395355,-4.00346095830173e-007,0,-0.999999940395355,-3.22331601410042e-008,0,-1,-4.32579298603741e-007,0,1,2.92522031486442e-007,0,1,4.09221058816911e-007,0,1,3.99825268004861e-007,0,1,2.92522031486442e-007,0,1,3.99825268004861e-007,0,1,2.83126212252682e-007,0,0,-0.999999940395355,0,0,-1,0,0,-0.999999940395355,0,0,-0.999999940395355,0,0,-0.999999940395355,0,0,-1,0,0.872967839241028,7.65937954838591e-007,-0.487777769565582,0.872967720031738,7.65937841151754e-007,-0.487777948379517,0.872967839241028,7.65937954838591e-007,-0.487777799367905,0.872967839241028,7.65937954838591e-007,-0.487777769565582,0.872967839241028,7.65937954838591e-007,-0.487777799367905,0.872967839241028,7.65937954838591e-007,-0.48777762055397,-0.999999940395355,0,0,-1,0,0,-0.999999940395355,0,0,-0.999999940395355,0,0,-0.999999940395355,0,0,-1,0,0,0.999999940395355,0,0,1,0,0,0.999999940395355,0,0,0.999999940395355,0,0,0.999999940395355,0,0,1,0,0,-1.94943279296922e-008,0,0.999999940395355,0,0,1,-1.84934005886817e-008,0,0.999999940395355,-1.94943279296922e-008,0,0.999999940395355,-1.84934005886817e-008,0,0.999999940395355,-3.79877285183738e-008,0,1,0,0,1,0,0,0.999999940395355,0,0,1,0,0,1,0,0,1,0,0,0.999999940395355,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0, -0,-1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1.687625683644e-007,-1,0,2.39427862425146e-007,-1,0,1.90379211062464e-007,-1,0,1.687625683644e-007,-1,0,1.90379211062464e-007,-1,0,1.19713931212573e-007,-1,0,-0.872967898845673,0,0.487777501344681,-0.872968018054962,0,0.487777411937714,-0.872967958450317,0,0.487777501344681,-0.872967898845673,0,0.487777501344681,-0.872967958450317,0,0.487777501344681,-0.872967958450317,0,0.487777680158615,-3.73883665361063e-007,1,-2.47272311071356e-007,-2.39427976111983e-007,1,0,-3.44399893492664e-007,1,-1.93049856989092e-007,-3.73883665361063e-007,1,-2.47272311071356e-007,-3.44399893492664e-007,1,-1.93049856989092e-007,-4.78855611163453e-007,1,-4.40322253325576e-007,0.872967898845673,0,-0.48777773976326,0.872967958450317,0,-0.487777501344681,0.872967898845673,0,-0.487777680158615,0.872967898845673,0,-0.48777773976326,0.872967898845673,0,-0.487777680158615,0.872967779636383,0,-0.487777888774872,0,-0.965927839279175,-0.258811354637146,0,-0.965927839279175,-0.258811354637146,0,-0.965927839279175,-0.258811354637146,0,-0.965927243232727,-0.258813589811325,0,-0.965927243232727,-0.258813589811325,0,-0.965927243232727,-0.258813589811325,1,0,0,1,0,0,1,0,0,0.999999940395355,9.5416930889769e-007,0,0.999999940395355,9.5416930889769e-007,0,0.999999940395355,9.5416930889769e-007,0,1,1.12557574993843e-006,-1.53247214029761e-007,1,9.75901116362365e-007,0,1,1.19423748401459e-006,-2.23547814925951e-007,1,1.12557574993843e-006,-1.53247214029761e-007,1,1.19423748401459e-006,-2.23547814925951e-007,1,1.43124577789422e-006,-4.66213350591715e-007,1,2.78363767591827e-008,0,1,9.75903503785958e-007,0,0.999999940395355,-4.07088180054416e-007,0,1,2.78363767591827e-008,0,0.999999940395355,-4.07088180054416e-007,0,0.999999940395355,-1.90835498870001e-006,0,1,-4.8795317297845e-007,0,1,-4.8795317297845e-007,0,1,-4.8795317297845e-007,0,0.999999940395355,0,0,0.999999940395355,0,0,0.999999940395355,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.999999940395355,0,0,0.999999940395355,0,0,0.999999940395355,0,0,0.999999940395355,9.75899979493988e-007,-1.0125602784683e-005, -0.999999940395355,9.75899979493988e-007,-1.0125602784683e-005,0.999999940395355,9.75899979493988e-007,-1.0125602784683e-005,0.999999940395355,0,0,0.999999940395355,0,0,0.999999940395355,0,0,1,-1.95178699868848e-006,-8.29509463073919e-006,1,-1.95178699868848e-006,-8.29509463073919e-006,1,-1.95178699868848e-006,-8.29509463073919e-006,0.999999940395355,-1.90834634850034e-006,-8.29511554911733e-006,0.999999940395355,-1.90834634850034e-006,-8.29511554911733e-006,0.999999940395355,-1.90834634850034e-006,-8.29511554911733e-006,1,1.95179563888814e-006,-8.05671152193099e-006,1,1.95179563888814e-006,-8.05671152193099e-006,1,1.95179563888814e-006,-8.05671152193099e-006,1,1.43123213547369e-006,-8.29507916932926e-006,1,1.43123213547369e-006,-8.29507916932926e-006,1,1.43123213547369e-006,-8.29507916932926e-006,1,-3.41563804795442e-006,-7.02019815435051e-006,1,-3.41563804795442e-006,-7.02019815435051e-006,1,-3.41563804795442e-006,-7.02019815435051e-006,0.999999940395355,5.7250485951954e-006,-6.07249785389286e-006,0.999999940395355,5.7250485951954e-006,-6.07249785389286e-006,0.999999940395355,5.7250485951954e-006,-6.07249785389286e-006,1,0,0,1,0,0,1,0,0,0.999999940395355,0,0,0.999999940395355,0,0,0.999999940395355,0,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,5.43291889698594e-007,-0.707106173038483,-0.707107365131378,5.43291889698594e-007,-0.707106173038483,-0.707107365131378,5.43291889698594e-007,-0.707106173038483,-0.707107365131378,0,-0.707105040550232,-0.707108616828918,0,-0.707105040550232,-0.707108616828918,0,-0.707105040550232,-0.707108616828918,7.31175703094777e-007,-0.258814722299576,-0.965927004814148,1.1990614439128e-006,-0.258814513683319,-0.965927064418793,4.67885797661438e-007,-0.258814841508865,-0.965926945209503,7.31175703094777e-007,-0.258814722299576,-0.965927004814148,4.67885797661438e-007,-0.258814841508865,-0.965926945209503,0,-0.258814990520477,-0.965926826000214,-1.35571880832686e-007,0.258817076683044,-0.9659264087677,5.43291946542013e-007,0.258816868066788,-0.9659264087677,-5.17602359195735e-007,0.258817225694656,-0.965926349163055, --1.35571880832686e-007,0.258817076683044,-0.9659264087677,-5.17602359195735e-007,0.258817225694656,-0.965926349163055,-1.19646620078129e-006,0.258817464113235,-0.965926289558411,-6.50108802346949e-007,0.707107424736023,-0.707106173038483,-6.50108802346949e-007,0.707107424736023,-0.707106173038483,-6.50108802346949e-007,0.707107424736023,-0.707106173038483,-1.1964683608312e-006,0.707108020782471,-0.70710563659668,-1.1964683608312e-006,0.707108020782471,-0.70710563659668,-1.1964683608312e-006,0.707108020782471,-0.70710563659668,-1.15328930405667e-006,0.965927243232727,-0.258813589811325,-1.15328930405667e-006,0.965927243232727,-0.258813589811325,-1.15328930405667e-006,0.965927243232727,-0.258813589811325,-1.34600577439414e-006,0.965927243232727,-0.258813589811325,-1.34600577439414e-006,0.965927243232727,-0.258813589811325,-1.34600577439414e-006,0.965927243232727,-0.258813589811325,-1.20778895507101e-006,0.965926229953766,0.258817464113235,-1.20778895507101e-006,0.965926229953766,0.258817464113235,-1.20778895507101e-006,0.965926229953766,0.258817464113235,-1.19646756502334e-006,0.965926229953766,0.258817464113235,-1.19646756502334e-006,0.965926229953766,0.258817464113235,-1.19646756502334e-006,0.965926229953766,0.258817464113235,-7.56049701067241e-007,0.707108557224274,0.707104921340942,-7.56049701067241e-007,0.707108557224274,0.707104921340942,-7.56049701067241e-007,0.707108557224274,0.707104921340942,-8.97349764272803e-007,0.707106828689575,0.707106828689575,-8.97349764272803e-007,0.707106828689575,0.707106828689575,-8.97349764272803e-007,0.707106828689575,0.707106828689575,-2.15361993127772e-007,0.258817464113235,0.965926289558411,-2.15361993127772e-007,0.258817464113235,0.965926289558411,-2.15361993127772e-007,0.258817464113235,0.965926289558411,-5.98231679305172e-007,0.258816868066788,0.9659264087677,-5.98231679305172e-007,0.258816868066788,0.9659264087677,-5.98231679305172e-007,0.258816868066788,0.9659264087677,4.40413117530625e-007,-0.258814513683319,0.965927064418793,4.40413117530625e-007,-0.258814513683319,0.965927064418793, -4.40413117530625e-007,-0.258814513683319,0.965927064418793,0,-0.258814990520477,0.965926826000214,0,-0.258814990520477,0.965926826000214,0,-0.258814990520477,0.965926826000214,0,-0.707106828689575,0.707106828689575,0,-0.707106828689575,0.707106828689575,0,-0.707106828689575,0.707106828689575,1.19645915219735e-006,-0.707103788852692,0.707109749317169,1.19645915219735e-006,-0.707103788852692,0.707109749317169,1.19645915219735e-006,-0.707103788852692,0.707109749317169,0,-0.965926229953766,0.258817464113235,0,-0.965926229953766,0.258817464113235,0,-0.965926229953766,0.258817464113235,0,-0.965926826000214,0.258815258741379,0,-0.965926826000214,0.258815258741379,0,-0.965926826000214,0.258815258741379,1,0,0,1,-1.34410925056727e-006,0,1,-1.95666203239853e-007,2.27827200660613e-007,1,-1.34410925056727e-006,0,1,3.40235578732973e-006,0,1,3.55121613893061e-007,-2.2782661801557e-007,1,3.55121613893061e-007,-2.2782661801557e-007,1,8.50609183089546e-007,-1.73995499608282e-006,1,9.27224903080059e-007,-3.89329642302982e-007,1,9.27224903080059e-007,-3.89329642302982e-007,1,0,0,0.999999940395355,6.91148670739494e-007,4.61391016538804e-013,0.999999940395355,6.91148670739494e-007,4.61391016538804e-013,1,3.40244559993153e-006,0,1,4.25306666329561e-007,3.89332626582473e-007,1,4.25306666329561e-007,3.89332626582473e-007,1,8.50612082103908e-007,1.73996090779838e-006,1,-1.95666203239853e-007,2.27827200660613e-007,1,-1.34410925056727e-006,0,1,3.55121613893061e-007,-2.2782661801557e-007,1,-1.95666203239853e-007,2.27827200660613e-007,1,3.55121613893061e-007,-2.2782661801557e-007,1,9.27224903080059e-007,-3.89329642302982e-007,0.999999940395355,6.91148670739494e-007,4.61391016538804e-013,0.999999940395355,6.91148670739494e-007,4.61391016538804e-013,1,4.25306666329561e-007,3.89332626582473e-007,1,-1.95666203239853e-007,2.27827200660613e-007,1,3.55121613893061e-007,-2.2782661801557e-007,0.999999940395355,6.91148670739494e-007,4.61391016538804e-013,1,-1.95666203239853e-007,2.27827200660613e-007,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1, -0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,-0.965924382209778,-0.258824378252029,0,-0.965924382209778,-0.258824378252029,0,-0.965924382209778,-0.258824378252029,0,-0.965924382209778,-0.258824378252029,0,-0.965924382209778,-0.258824378252029,0,-0.965924382209778,-0.258824378252029,1,0,-2.38419517017974e-007,1,0,-2.38419517017974e-007,1,0,-2.38419517017974e-007,1,0,3.58528666311031e-007,1,0,3.58528666311031e-007,1,0,3.58528666311031e-007,1,9.79518290478154e-007,0,1,9.79518290478154e-007,0,1,9.79518290478154e-007,0,1,9.5433597380179e-007,-4.64578221226475e-007,1,9.5433597380179e-007,-4.64578221226475e-007,1,9.5433597380179e-007,-4.64578221226475e-007,1,-9.79515903054562e-007,0,1,-9.79515903054562e-007,0,1,-9.79515903054562e-007,0,1,9.54339611780597e-007,0,1,9.54339611780597e-007,0,1,9.54339611780597e-007,0,1,9.79516812549264e-007,5.44220633003079e-008,1,9.79516812549264e-007,5.44220633003079e-008,1,9.79516812549264e-007,5.44220633003079e-008,1,9.54332790570334e-007,0,1,9.54332790570334e-007,0,1,9.54332790570334e-007,0,0.999999940395355,0,-1.31228745203771e-007,0.999999940395355,0,-1.31228745203771e-007,0.999999940395355,0,-1.31228745203771e-007,1,9.54345068748808e-007,-1.3122681252753e-007,1,9.54345068748808e-007,-1.3122681252753e-007,1,9.54345068748808e-007,-1.3122681252753e-007,1,0,1.31228219402146e-007,1,0,1.31228219402146e-007,1,0,1.31228219402146e-007,1,9.54339725467435e-007,1.31225164068383e-007,1,9.54339725467435e-007,1.31225164068383e-007,1,9.54339725467435e-007,1.31225164068383e-007,1,0,-2.38417072750963e-007,1,0,-2.38417072750963e-007,1,0,-2.38417072750963e-007,1,9.54324150370667e-007,3.5852821156368e-007,1,9.54324150370667e-007,3.5852821156368e-007,1,9.54324150370667e-007,3.5852821156368e-007,1,0,0,1,0,0,1,0,0, -1,0,0,1,0,0,1,0,0,1,9.79520564214909e-007,2.38419147535751e-007,1,9.79520564214909e-007,2.38419147535751e-007,1,9.79520564214909e-007,2.38419147535751e-007,1,0,0,1,0,0,1,0,0,1,-9.79514652499347e-007,5.44256799628329e-008,1,-9.79514652499347e-007,5.44256799628329e-008,1,-9.79514652499347e-007,5.44256799628329e-008,1,1.90867649507709e-006,0,1,1.90867649507709e-006,0,1,1.90867649507709e-006,0,1,9.79518290478154e-007,-1.31231928435227e-007,1,9.79518290478154e-007,-1.31231928435227e-007,1,9.79518290478154e-007,-1.31231928435227e-007,1,0,-1.31232894773348e-007,1,0,-1.31232894773348e-007,1,0,-1.31232894773348e-007,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,-0.70710676908493,-0.70710676908493,0,-0.70710676908493,-0.70710676908493,0,-0.70710676908493,-0.70710676908493,0,-0.707107424736023,-0.707106173038483,0,-0.707107424736023,-0.707106173038483,0,-0.707107424736023,-0.707106173038483,0,-0.258823812007904,-0.965924561023712,0,-0.258823812007904,-0.965924561023712,0,-0.258823812007904,-0.965924561023712,0,-0.258823722600937,-0.965924561023712,0,-0.258823722600937,-0.965924561023712,0,-0.258823722600937,-0.965924561023712,0,0.25882413983345,-0.965924441814423,0,0.25882413983345,-0.965924441814423,0,0.25882413983345,-0.965924441814423,0,0.258823812007904,-0.965924561023712,0,0.258823812007904,-0.965924561023712,0,0.258823812007904,-0.965924561023712,0,0.707099854946136,-0.707113742828369,0,0.707099854946136,-0.707113742828369,0,0.707099854946136,-0.707113742828369,0,0.707098543643951,-0.707114934921265,0,0.707098543643951,-0.707114934921265,0,0.707098543643951,-0.707114934921265,0,0.965928077697754,-0.258810579776764,0,0.965928077697754,-0.258810579776764,0,0.965928077697754,-0.258810579776764,0,0.965928614139557,-0.258808791637421,0,0.965928614139557,-0.258808791637421,0,0.965928614139557,-0.258808791637421,0,0.965928435325623,0.258809417486191,0,0.965928435325623,0.258809417486191,0,0.965928435325623,0.258809417486191,0,0.965928256511688,0.258809953927994,0,0.965928256511688,0.258809953927994,0,0.965928256511688,0.258809953927994, -0,0.707105576992035,0.707108080387115,0,0.707105576992035,0.707108080387115,0,0.707105576992035,0.707108080387115,0,0.707108020782471,0.70710551738739,0,0.707108020782471,0.70710551738739,0,0.707108020782471,0.70710551738739,0,0.258808791637421,0.965928614139557,0,0.258808791637421,0.965928614139557,0,0.258808791637421,0.965928614139557,0,0.258810311555862,0.965928137302399,0,0.258810311555862,0.965928137302399,0,0.258810311555862,0.965928137302399,0,-0.258809357881546,0.965928435325623,0,-0.258809357881546,0.965928435325623,0,-0.258809357881546,0.965928435325623,0,-0.258809328079224,0.965928435325623,0,-0.258809328079224,0.965928435325623,0,-0.258809328079224,0.965928435325623,0,-0.707115590572357,0.707097947597504,0,-0.707115590572357,0.707097947597504,0,-0.707115590572357,0.707097947597504,0,-0.707113683223724,0.707099854946136,0,-0.707113683223724,0.707099854946136,0,-0.707113683223724,0.707099854946136,0,-0.965924382209778,0.258824378252029,0,-0.965924382209778,0.258824378252029,0,-0.965924382209778,0.258824378252029,0,-0.965924382209778,0.258824378252029,0,-0.965924382209778,0.258824378252029,0,-0.965924382209778,0.258824378252029,1,0,0,1,2.01037278202421e-006,0,1,5.57505643428158e-007,2.27030312771603e-007,1,2.01037278202421e-006,0,1,3.37858386956214e-006,0,1,8.95359562491649e-007,-2.27027101118438e-007,1,8.95359562491649e-007,-2.27027101118438e-007,1,0,-1.73378919043898e-006,1,-3.37850593723488e-007,-3.87961620162969e-007,1,-3.37850593723488e-007,-3.87961620162969e-007,1,-3.37840697284264e-006,0,0.999999940395355,-1.98476982404827e-007,-4.88529789538505e-013,0.999999940395355,-1.98476982404827e-007,-4.88529789538505e-013,1,0,0,1,0,3.8796406442998e-007,1,0,3.8796406442998e-007,1,0,1.73390048985311e-006,1,5.57505643428158e-007,2.27030312771603e-007,1,2.01037278202421e-006,0,1,8.95359562491649e-007,-2.27027101118438e-007,1,5.57505643428158e-007,2.27030312771603e-007,1,8.95359562491649e-007,-2.27027101118438e-007,1,-3.37850593723488e-007,-3.87961620162969e-007,0.999999940395355,-1.98476982404827e-007,-4.88529789538505e-013, -0.999999940395355,-1.98476982404827e-007,-4.88529789538505e-013,1,0,3.8796406442998e-007,1,5.57505643428158e-007,2.27030312771603e-007,1,8.95359562491649e-007,-2.27027101118438e-007,0.999999940395355,-1.98476982404827e-007,-4.88529789538505e-013,1,5.57505643428158e-007,2.27030312771603e-007,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,-1,-9.98821860775934e-007,1.98378238280839e-008,-1,-1.56495173087023e-006,3.10818535353974e-008,-0.999999940395355,-8.51499180498649e-007,1.69118123949374e-008,-1,-9.98821860775934e-007,1.98378238280839e-008,-0.999999940395355,-8.51499180498649e-007,1.69118123949374e-008,-1,0,0,-1,-1.04329217265331e-006,2.38421506537634e-007,-1,-1.04329217265331e-006,2.38421506537634e-007,-1,-1.04329217265331e-006,2.38421506537634e-007,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,6.65872676108847e-007,-1.40227669476189e-008,-1,1.04329001260339e-006,-2.38417030118399e-007,-1,5.67667086670554e-007,4.43655956416933e-008,-1,6.65872676108847e-007,-1.40227669476189e-008,-1,5.67667086670554e-007,4.43655956416933e-008,-1,0,3.81873235255625e-007,-1,-5.2165330544085e-007,1.3977354740291e-007,-1,-5.2165330544085e-007,1.3977354740291e-007,-1,-5.2165330544085e-007,1.3977354740291e-007,-1,0,1.39773746354876e-007,-1,0,1.39773746354876e-007,-1,0,1.39773746354876e-007,-0.999999940395355,-1.0432978569952e-006,-1.39772623697354e-007,-0.999999940395355,-1.0432978569952e-006,-1.39772623697354e-007,-0.999999940395355,-1.0432978569952e-006,-1.39772623697354e-007,-1,0,-1.3977155788325e-007,-1,0,-1.3977155788325e-007,-1,0,-1.3977155788325e-007,-1,1.0432894441692e-006,3.10775227774229e-008,-1,1.0432894441692e-006,3.10775227774229e-008, --1,1.0432894441692e-006,3.10775227774229e-008,-1,-1.92150969269278e-006,0,-1,-1.92150969269278e-006,0,-1,-1.92150969269278e-006,0,-0.999999940395355,0,0,-0.999999940395355,0,0,-0.999999940395355,0,0,-1,-4.8038214117696e-007,0,-1,-4.8038214117696e-007,0,-1,-4.8038214117696e-007,0,-1,1.04329762962152e-006,0,-1,1.04329762962152e-006,0,-1,1.04329762962152e-006,0,-0.999999940395355,-1.44114846989396e-006,-4.3911549596487e-007,-0.999999940395355,-1.44114846989396e-006,-4.3911549596487e-007,-0.999999940395355,-1.44114846989396e-006,-4.3911549596487e-007,-1,-1.04329603800579e-006,-2.38417896980536e-007,-1,-1.04329603800579e-006,-2.38417896980536e-007,-1,-1.04329603800579e-006,-2.38417896980536e-007,-1,-9.60761553869816e-007,3.81867948817671e-007,-1,-9.60761553869816e-007,3.81867948817671e-007,-1,-9.60761553869816e-007,3.81867948817671e-007,-1,0,1.39776432206418e-007,-1,0,1.39776432206418e-007,-1,0,1.39776432206418e-007,-1,0,-8.78230082435039e-007,-1,0,-8.78230082435039e-007,-1,0,-8.78230082435039e-007,0,-0.965927600860596,-0.258812218904495,0,-0.96592789888382,-0.258811384439468,0,-0.96592766046524,-0.258812218904495,0,-0.965927600860596,-0.258812218904495,0,-0.96592766046524,-0.258812218904495,0,-0.965927362442017,-0.258813053369522,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,-1,0,-1.19968353828881e-006,-1,-7.54582956119521e-008,-4.86670501231856e-007,-1,-3.73549710275256e-007,1.40045462206084e-012,-1,-7.54582956119521e-008,-4.86670501231856e-007,-1,-7.54596271690389e-007,-1.63883987625013e-006,-1,-5.64063213914778e-007,-2.1458616572545e-007,-1,-5.64063213914778e-007,-2.1458616572545e-007,-1,-3.01825866699801e-006,0,-1,4.45264163317916e-007,0,-1,4.45264163317916e-007,0,-1,0,0, --1,-2.62234266301675e-007,2.14586265201433e-007,-1,-2.62234266301675e-007,2.14586265201433e-007,-1,-7.54600819163898e-007,1.63884976700501e-006,-1,-7.54593116880642e-008,4.86670955979207e-007,-1,-7.54593116880642e-008,4.86670955979207e-007,-0.999999940395355,0,1.19966443890007e-006,-1,-3.73549710275256e-007,1.40045462206084e-012,-1,-7.54582956119521e-008,-4.86670501231856e-007,-1,-5.64063213914778e-007,-2.1458616572545e-007,-1,-3.73549710275256e-007,1.40045462206084e-012,-1,-5.64063213914778e-007,-2.1458616572545e-007,-1,4.45264163317916e-007,0,-1,-2.62234266301675e-007,2.14586265201433e-007,-1,-2.62234266301675e-007,2.14586265201433e-007,-1,-7.54593116880642e-008,4.86670955979207e-007,-1,-3.73549710275256e-007,1.40045462206084e-012,-1,-5.64063213914778e-007,-2.1458616572545e-007,-1,-2.62234266301675e-007,2.14586265201433e-007,-1,-3.73549710275256e-007,1.40045462206084e-012,0,-0.707099080085754,-0.707114338874817,0,-0.707099199295044,-0.707114458084106,0,-0.707099080085754,-0.707114338874817,0,-0.707099080085754,-0.707114338874817,0,-0.707099080085754,-0.707114338874817,0,-0.707099199295044,-0.707114458084106,0,-0.258816629648209,-0.96592652797699,0,-0.258816629648209,-0.96592652797699,0,-0.258816629648209,-0.96592652797699,0,-0.258816719055176,-0.9659264087677,0,-0.258816719055176,-0.9659264087677,0,-0.258816719055176,-0.9659264087677,0,0.258813172578812,-0.965927481651306,0,0.258813172578812,-0.965927481651306,0,0.258813172578812,-0.965927481651306,0,0.258813202381134,-0.965927362442017,0,0.258813202381134,-0.965927362442017,0,0.258813202381134,-0.965927362442017,0,0.70710676908493,-0.70710676908493,0,0.70710676908493,-0.70710676908493,0,0.70710676908493,-0.70710676908493,0,0.70710676908493,-0.70710676908493,0,0.70710676908493,-0.70710676908493,0,0.707106709480286,-0.707106709480286,-1.91777687064132e-007,0.965926826000214,-0.258815199136734,0,0.965926885604858,-0.258814811706543,-1.89337896472352e-007,0.965926826000214,-0.258815199136734,-1.91777687064132e-007,0.965926826000214,-0.258815199136734,-1.89337896472352e-007,0.965926826000214,-0.258815199136734, --3.8111556932563e-007,0.965926766395569,-0.258815586566925,-1.99178273874168e-007,0.96592777967453,0.258811354637146,-4.00926751353836e-007,0.96592789888382,0.258811384439468,-2.01748434847104e-007,0.965927839279175,0.258811354637146,-1.99178273874168e-007,0.96592777967453,0.258811354637146,-2.01748434847104e-007,0.965927839279175,0.258811354637146,0,0.96592789888382,0.258811384439468,0,0.707106828689575,0.707106828689575,0,0.707107543945313,0.707105994224548,0,0.707106828689575,0.707106828689575,0,0.707106828689575,0.707106828689575,0,0.707106828689575,0.707106828689575,0,0.707105994224548,0.707107543945313,0,0.258812993764877,0.965927481651306,0,0.258813887834549,0.965927124023438,0,0.2588130235672,0.965927481651306,0,0.258812993764877,0.965927481651306,0,0.2588130235672,0.965927481651306,0,0.258812099695206,0.965927720069885,0,-0.258812874555588,0.965927422046661,0,-0.258812814950943,0.965927541255951,0,-0.258812844753265,0.965927422046661,0,-0.258812874555588,0.965927422046661,0,-0.258812844753265,0.965927422046661,0,-0.258812934160233,0.965927481651306,0,-0.707113683223724,0.707099854946136,0,-0.707112789154053,0.707100629806519,0,-0.707113683223724,0.707099914550781,0,-0.707113683223724,0.707099854946136,0,-0.707113683223724,0.707099914550781,0,-0.707114458084106,0.707099199295044,0,-0.965927720069885,0.258812218904495,0,-0.965927541255951,0.258812814950943,0,-0.965927720069885,0.258812218904495,0,-0.965927720069885,0.258812218904495,0,-0.965927720069885,0.258812218904495,0,-0.96592777967453,0.258811622858047,0,-0.965925574302673,-0.258819967508316,0,-0.965925574302673,-0.258819967508316,0,-0.965925574302673,-0.258819967508316,0,-0.965925574302673,-0.258819967508316,0,-0.965925574302673,-0.258819967508316,0,-0.965925574302673,-0.258819967508316,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-0.999999940395355,0,2.38416660636176e-007,-0.999999940395355,0,2.38416660636176e-007,-0.999999940395355,0,2.38416660636176e-007,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-0.999999940395355,0,0,-0.999999940395355,0,0, --0.999999940395355,0,0,-1,0,0,-1,0,0,-1,0,0,-0.999999940395355,0,0,-0.999999940395355,0,0,-0.999999940395355,0,0,-1,0,0,-1,0,0,-1,0,0,-0.999999940395355,0,0,-0.999999940395355,0,0,-0.999999940395355,0,0,-1,0,0,-1,0,0,-1,0,0,-1,-1.10520807083958e-006,0,-1,-1.10520807083958e-006,0,-1,-1.10520807083958e-006,0,-1,1.94389622265589e-006,0,-1,1.94389622265589e-006,0,-1,1.94389622265589e-006,0,-1,1.10520272755821e-006,0,-1,1.10520272755821e-006,0,-1,1.10520272755821e-006,0,-1,-2.42983833231847e-006,0,-1,-2.42983833231847e-006,0,-1,-2.42983833231847e-006,0,-1,0,0,-1,0,0,-1,0,0,-1,-1.45792967032321e-006,-4.19345354885081e-007,-1,-1.45792967032321e-006,-4.19345354885081e-007,-1,-1.45792967032321e-006,-4.19345354885081e-007,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-0.999999940395355,-5.52598521608161e-007,0,-0.999999940395355,-5.52598521608161e-007,0,-0.999999940395355,-5.52598521608161e-007,0,-1,0,0,-1,0,0,-1,0,0,-1,-2.75264465017244e-005,6.70957115289639e-006,-1,-3.43398778568371e-006,-5.48986190551659e-006,-1,-3.84003351427964e-006,-2.42803753280896e-006,-1,-3.43398778568371e-006,-5.48986190551659e-006,-1,0,-1.5650863360861e-006,-1,2.9229936444608e-006,-3.31089540850371e-006,-1,2.9229936444608e-006,-3.31089540850371e-006,-1,2.75258680630941e-005,6.70909457767266e-006,-1,8.47860428621061e-006,-2.42805504058197e-006,-1,8.47860428621061e-006,-2.42805504058197e-006,-0.999999940395355,2.75258389592636e-006,0,-1,4.45600079501673e-007,-2.21615073314752e-006,-1,4.45600079501673e-007,-2.21615073314752e-006,-1,0,1.56499152126344e-006,-1,-4.06069176506207e-007,-3.71859876224789e-008,-1,-4.06069176506207e-007,-3.71859876224789e-008,-1,2.75264847005019e-006,0,-1,-3.84003351427964e-006,-2.42803753280896e-006,-1,-3.43398778568371e-006,-5.48986190551659e-006,-1,2.9229936444608e-006,-3.31089540850371e-006,-1,-3.84003351427964e-006,-2.42803753280896e-006,-1,2.9229936444608e-006,-3.31089540850371e-006,-1,8.47860428621061e-006,-2.42805504058197e-006,-1,4.45600079501673e-007,-2.21615073314752e-006,-1,4.45600079501673e-007,-2.21615073314752e-006, --1,-4.06069176506207e-007,-3.71859876224789e-008,-1,-3.84003351427964e-006,-2.42803753280896e-006,-1,2.9229936444608e-006,-3.31089540850371e-006,-1,4.45600079501673e-007,-2.21615073314752e-006,-1,-3.84003351427964e-006,-2.42803753280896e-006,0,-0.70710676908493,-0.70710676908493,0,-0.70710676908493,-0.70710676908493,0,-0.70710676908493,-0.70710676908493,0,-0.707108557224274,-0.707105040550232,0,-0.707108557224274,-0.707105040550232,0,-0.707108557224274,-0.707105040550232,0,-0.258820652961731,-0.965925395488739,0,-0.258820503950119,-0.965925395488739,0,-0.258820682764053,-0.965925395488739,0,-0.258820652961731,-0.965925395488739,0,-0.258820682764053,-0.965925395488739,0,-0.258820772171021,-0.965925276279449,0,0.258820503950119,-0.965925514698029,0,0.258820474147797,-0.965925455093384,0,0.258820503950119,-0.965925514698029,0,0.258820503950119,-0.965925514698029,0,0.258820503950119,-0.965925514698029,0,0.258820503950119,-0.965925395488739,0,0.70710676908493,-0.70710676908493,0,0.70710676908493,-0.70710676908493,0,0.70710676908493,-0.70710676908493,0,0.70710676908493,-0.70710676908493,0,0.70710676908493,-0.70710676908493,0,0.70710676908493,-0.70710676908493,0,0.965928614139557,-0.258808672428131,0,0.965928614139557,-0.258808672428131,0,0.965928614139557,-0.258808672428131,0,0.965928435325623,-0.258808940649033,0,0.965928435325623,-0.258808940649033,0,0.965928435325623,-0.258808940649033,0,0.965928614139557,0.258808672428131,0,0.965928614139557,0.258808672428131,0,0.965928614139557,0.258808672428131,0,0.965928435325623,0.258808940649033,0,0.965928435325623,0.258808940649033,0,0.965928435325623,0.258808940649033,0,0.70710676908493,0.70710676908493,0,0.70710676908493,0.70710676908493,0,0.70710676908493,0.70710676908493,0,0.707106649875641,0.707106947898865,0,0.707106649875641,0.707106947898865,0,0.707106649875641,0.707106947898865,0,0.25880765914917,0.965928912162781,0,0.25880765914917,0.965928912162781,0,0.25880765914917,0.965928912162781,0,0.258808195590973,0.965928733348846,0,0.258808195590973,0.965928733348846,0,0.258808195590973,0.965928733348846, -0,-0.25880765914917,0.965928912162781,0,-0.25880765914917,0.965928912162781,0,-0.25880765914917,0.965928912162781,0,-0.258808493614197,0.965928614139557,0,-0.258808493614197,0.965928614139557,0,-0.258808493614197,0.965928614139557,0,-0.707107961177826,0.70710563659668,0,-0.707107961177826,0.70710563659668,0,-0.707107961177826,0.70710563659668,0,-0.707105934619904,0.707107663154602,0,-0.707105934619904,0.707107663154602,0,-0.707105934619904,0.707107663154602,0,-0.965925574302673,0.258819967508316,0,-0.965925574302673,0.258819967508316,0,-0.965925574302673,0.258819967508316,0,-0.965925574302673,0.258819967508316,0,-0.965925574302673,0.258819967508316,0,-0.965925574302673,0.258819967508316 - } - } - LayerElementUV: 0 { - Version: 101 - Name: "UVMap" - MappingInformationType: "ByPolygonVertex" - ReferenceInformationType: "IndexToDirect" - UV: *1890 { - a: 0.0767920017242432,0.528666973114014,0.285156011581421,0.973052024841309,0.151461005210876,0.78276002407074,0.109375,0.876302003860474,0.152987003326416,0.65803599357605,0.296047985553741,0.744569003582001,0.707479000091553,0.633620977401733,0.078125,0.690428972244263,0.226668000221252,0.667500019073486,0.229166999459267,0.865625023841858,0.314667999744415,0.534000992774963,0.22995899617672,0.416875004768372,0.179839000105858,0.198987007141113,0.184174999594688,0.723631978034973,0.178060993552208,0.720214009284973,0.173959001898766,0.863541007041931,0.205730006098747,0.897460997104645,0.2031259983778,0.639648020267487,0.128000006079674,0.853999972343445,0.192708998918533,0.835937976837158,0.208333998918533,0.820312976837158,0.270833998918533,0.820312976837158,0.995010018348694,0.572772979736328,0.456770986318588,0.624827027320862,0.131442993879318,0.733901977539063,0.162001997232437,0.807429015636444,0.28533399105072,0.40599998831749,0.697916984558105,0.317707985639572,0.601351022720337,0.171979993581772,0.15625,0.411457985639572,0.190625995397568,0.738541007041931,0.65625,0.348957985639572,0.6875,0.255207985639572,0.234668001532555,0.871999979019165,0.166666001081467,0.714842975139618,0.225261002779007,0.703123986721039,0.28541699051857,0.703123986721039,0.252865999937058,0.655529975891113,0.272374987602234,0.469707995653152,0.156280994415283,0.662307024002075,0.306809991598129,0.225449994206429,0.225261002779007,0.836332976818085,0.232352003455162,0.822265028953552,0.24329200387001,0.501416981220245,0.176501005887985,0.46212500333786,0.149041995406151,0.500999987125397,0.206209003925323,0.501416981220245,0.178666993975639,0.458124995231628,0.0465670004487038,0.629958987236023,0.0390620008111,0.700195014476776,0.224749997258186,0.489791989326477,0.33296999335289,0.18791900575161,0.173333004117012,0.759999990463257,0.141332998871803,0.808000028133392,0.0742190033197403,0.869535982608795,0.212239995598793,0.897460997104645,0.177083998918533,0.710937023162842,0.795818984508514,0.069302000105381, -0.273000001907349,0.523042023181915,0.334850996732712,0.275664001703262,0.617853999137878,0.569400012493134,0.08576899766922,0.942448019981384,0.186459004878998,0.857290983200073,0.298177003860474,0.956054985523224,0.338068008422852,0.572804987430573,0.996088027954102,0.711103975772858,0.253078997135162,0.66481602191925,0.274558007717133,0.135930001735687,0.71875,0.25,0.6875,0.40625,0.114583000540733,0.65957498550415,0.110079996287823,0.597836971282959,0.0036599999293685,0.673771977424622,0.309334009885788,0.892000019550323,0.250667989253998,0.419999986886978,0.2031259983778,0.910156011581421,0.2031259983778,0.889322996139526,0.0208330005407333,0.914524972438812,0.189403995871544,0.904488980770111,0.996421992778778,0.238150998950005,0.2187509983778,0.738281011581421,0.6875,0.208333000540733,0.2031259983778,0.847656011581421,0.1875009983778,0.816406011581421,0.397154003381729,0.0186429992318153,0.707479000091553,0.493304997682571,0.992617011070251,0.0960479974746704,0.140210002660751,0.641279995441437,0.312772005796433,0.849533021450043,0.181461006402969,0.678941011428833,0.227185994386673,0.719864010810852,0.275267988443375,0.613862991333008,0.304167002439499,0.885415971279144,0.313138991594315,0.77370297908783,0.139292001724243,0.481792002916336,0.269333988428116,0.46654200553894,0.283675998449326,0.1406210064888,0.317333996295929,0.552000999450684,0.0066550001502037,0.195035994052887,0.0758880004286766,0.538246989250183,0.197916999459267,0.583333015441895,0.184028998017311,0.0169350001960993,1.0001540184021,0.128312006592751,1,0,1.00032794475555,0.998203992843628,0.245958998799324,0.504625022411346,0.114602997899055,0.607819020748138,0.213541999459267,0.757812023162842,0.0885419994592667,0.773437023162842,0.205292001366615,0.444916009902954,0.219044998288155,0.738442003726959,0.104166999459267,0.742187023162842,0.135416999459267,0.851562976837158,0.244791999459267,0.804687023162842,0.104166999459267,0.882812976837158,0.260417014360428,0.742187976837158,0.270833998918533,0.912760019302368,0.223958998918533,0.897135019302368, -0.192708998918533,0.740885019302368,0.294270992279053,0.89394998550415,0.199083000421524,0.530667006969452,0.212834998965263,0.631205976009369,0.890343010425568,0.181943997740746,0.1824059933424,0.64800101518631,0.236338004469872,0.819252014160156,0.999238014221191,0.238892003893852,0.144234001636505,0.116131998598576,0.0911459997296333,0.751951992511749,0.123698003590107,0.732420980930328,0.21875,0.695312023162842,0.114666998386383,0.837999999523163,0.25500500202179,0.655251979827881,0.711095988750458,0.702681005001068,0.215083003044128,0.53345799446106,0.219332993030548,0.664650976657867,0.997174978256226,0.572311997413635,0.617772996425629,0.716592013835907,0.253343999385834,0.784063994884491,0.196850001811981,0.643845021724701,0.296876013278961,0.807617008686066,0.256511002779007,0.176384001970291,0.723958015441895,0.401042014360428,0.141332998871803,0.853999972343445,0.0640000030398369,0.423999011516571,0.0742700025439262,0.527808010578156,0.234375,0.72265499830246,0.28533399105072,0.90200001001358,0.151041001081467,0.839843988418579,0.223958998918533,0.724999010562897,0.166666001081467,0.824218988418579,0.195370003581047,0.673803985118866,0.182281002402306,0.781656980514526,0.317721009254456,0.233091995120049,0.130208000540733,0.855468988418579,0.237333998084068,0.842000007629395,0.264618009328842,0.723793029785156,0.174478992819786,0.640043973922729,0.208333000540733,0.808593988418579,0.0989580005407333,0.855468988418579,0.290365010499954,0.708006978034973,0.468661993741989,0.180188998579979,0.197917997837067,0.875,0.135417997837067,0.828125,0.219330996274948,0.926756978034973,0.162701994180679,0.70974999666214,0.302083998918533,0.69140499830246,0.286458998918533,0.70702999830246,0.239583000540733,0.695312023162842,0.130208000540733,0.695312023162842,0.291667014360428,0.70702999830246,0.309334009885788,0.554000020027161,0.216001003980637,0.814000010490417,0.914322018623352,0.0972490012645721,0.229333996772766,0.916000008583069,0.317333996295929,0.558000981807709,0.266667991876602,0.400000005960464,0.00653799995779991, -0.594466984272003,0.0474050007760525,0.810432970523834,0.025322999805212,0.0948339998722076,0.0167430005967617,0.164283007383347,0.0586670003831387,0.455998986959457,0.0586670003831387,0.418000012636185,0.244791999459267,0.718748986721039,0.144207999110222,0.473708003759384,0.205102995038033,0.67069399356842,0.309457004070282,0.20270200073719,0.351882994174957,0.119499996304512,0.119791999459267,0.734373986721039,0.256511002779007,0.0618010014295578,0.343780010938644,0.195355996489525,0.248000994324684,0.885999977588654,0.291667014360428,0.715424001216888,0.288001000881195,0.40599998831749,0.253333985805511,0.90200001001358,0.221333995461464,0.86599999666214,0.03125,0.730467975139618,0.0625,0.621092975139618,0.104000002145767,0.867999970912933,0.309630990028381,0.245660006999969,0.72530198097229,0.568283975124359,0.250723004341125,0.882067978382111,0.126583993434906,0.525833010673523,0.249671995639801,0.654253005981445,0.177987992763519,0.637657999992371,0.24329200387001,0.445708006620407,0.353859007358551,0.1875,0.226668000221252,0.892000019550323,0.314523994922638,0.738281011581421,0.244792997837067,0.875,0.251302987337112,0.956054985523224,0.287180006504059,0.667968988418579,0.26400101184845,0.407999992370605,0.307292014360428,0.773437976837158,0.243166998028755,0.46849998831749,0.143708005547524,0.454540997743607,0.24625800549984,0.759352028369904,0.303474992513657,0.233165994286537,0.278295010328293,0.139366999268532,0.237333998084068,0.892000019550323,0.282667011022568,0.889999985694885,0.212083995342255,0.882539987564087,0.168208003044128,0.450125008821487,0.796499013900757,0.0762239992618561,0.30078199505806,0.898437976837158,0.281758993864059,0.141074001789093,0.239583998918533,0.832031011581421,0.281320989131927,0.620158016681671,0.220118999481201,0.726356029510498,0.303579986095428,0.668515026569366,0.997798025608063,0.999206006526947,0.259286999702454,0.854014992713928,0.147285997867584,0.797357976436615,0.193859994411469,0.610091984272003,0.279004991054535,0.619252979755402,0.265044987201691,0.799804985523224, -0.255208998918533,0.850584983825684,0.345288008451462,0.0505039989948273,0.0746669992804527,0.443998992443085,0.00632699998095632,0.65073299407959,0.27734500169754,0.703123986721039,0.260417014360428,0.613861978054047,0.298667013645172,0.54400098323822,0.228871002793312,0.613919973373413,0.135416999459267,0.790619015693665,0.367996007204056,0.174146994948387,0.618770003318787,0.0744210034608841,0.285647988319397,0.0847090035676956,0.31828698515892,0.233621999621391,0.274668008089066,0.548000991344452,0.26400101184845,0.40200001001358,0.0669389963150024,0.732181012630463,0.104015000164509,0.592248976230621,0.0886910036206245,0.654298007488251,0.250001013278961,0.796875,0.265626013278961,0.765625,0.262028008699417,0.176577001810074,0.184852004051209,0.595286011695862,0.299041986465454,0.47095799446106,0.15625,0.710937023162842,0.277583986520767,0.444916993379593,0.246208995580673,0.458499997854233,0.265625,0.705729007720947,0.129070997238159,0.720288991928101,0.294270992279053,0.745697021484375,0.225685000419617,0.808797001838684,0.550803005695343,0.57592099905014,0.103445999324322,0.730467975139618,0.434314996004105,0.204875007271767,0.31428200006485,0.234650000929832,0.703125,0.401042014360428,0.293334007263184,0.538001000881195,0.817267000675201,0.205116003751755,0.15625,0.808593988418579,0.109375,0.871093988418579,0.15625,0.792968988418579,0.109375,0.855468988418579,0.140625,0.839843988418579,0.51291698217392,0.0442259982228279,0.0986670032143593,0.882000029087067,0.193013995885849,0.672500014305115,0.154614001512527,0.631290018558502,0.260347992181778,0.638096988201141,0.393290013074875,0.575721979141235,0.263173013925552,0.636485993862152,0.269178003072739,0.829954028129578,0.170313999056816,0.217672005295753,0.257813006639481,0.717773020267487,0.283854991197586,0.717773020267487,0.162665992975235,0.818000018596649,0.226563006639481,0.717773020267487,0.124701999127865,0.659425973892212,0.109333001077175,0.856000006198883,0.11625000089407,0.757134974002838,0.123958997428417,0.709374010562897,0.0669870004057884, -0.75,0.0775419995188713,0.456916004419327,0.0645430013537407,0.784063994884491,0.103124998509884,0.890625,0.0619169995188713,0.514208018779755,0.104501001536846,0.494125008583069,0.0839900001883507,0.66423898935318,0.78233402967453,0.106981001794338,0.286451011896133,0.125567004084587,0.167999997735024,0.773999989032745,0.180724993348122,0.653536975383759,0.248000994324684,0.88400000333786,0.283854991197586,0.703123986721039,0.159999996423721,0.78600001335144,0.133394002914429,0.662109017372131,0.709927976131439,0.493326008319855,0.0613330006599426,0.435999989509583,0.712629973888397,0.633599996566772,0.260113000869751,0.900507986545563,0.997666001319885,0.705372989177704,0.174847006797791,0.588643014431,0.21484500169754,0.833006978034973,0.261458992958069,0.83541601896286,0.231333002448082,0.512624979019165,0.154624998569489,0.531000018119812,0.286458998918533,0.317707985639572,0.158601999282837,0.796361982822418,0.0906670019030571,0.871999979019165,0.31200098991394,0.542001008987427,0.12567900121212,0.637211978435516,0.138602003455162,0.704101026058197,0.227166995406151,0.428083002567291,0.227166995406151,0.474958002567291,0.126752004027367,0.817014992237091,0.192708000540733,0.683592975139618,0.2343759983778,0.859375,0.226668000221252,0.404000014066696,0.729166984558105,0.411458998918533,0.250001013278961,0.835937976837158,0.281251013278961,0.851562976837158,0.100075997412205,0.601782977581024,0.20354899764061,0.598743975162506,0.265625,0.97070300579071,0.0828920006752014,0.535620987415314,0.143999993801117,0.791999995708466,0.196655005216599,0.654658019542694,0.712630987167358,0.493304997682571,0.226157993078232,0.719101011753082,0.263617008924484,0.609703004360199,0.263280004262924,0.624790012836456,0.235917001962662,0.40845799446106,0.460882991552353,0.650610029697418,0.340489000082016,0.535579979419708,0.269333988428116,0.934000015258789,0.274668008089066,0.54400098323822,0.189242005348206,0.0862229987978935,0.211942002177238,0.0900909975171089,0.021204000338912,0.610539972782135,0.00933600030839443,0.937647998332977, -0.0254389997571707,0.594381988048553,0.000994000001810491,0.683772027492523,0.213541999459267,0.811197996139526,0.129998996853828,0.820267975330353,0.248000994324684,0.899999976158142,0.119791999459267,0.863281011581421,0.213541999459267,0.858072996139526,0.729166984558105,0.432292014360428,0.697916984558105,0.432292014360428,0.729166984558105,0.447917014360428,0.119791999459267,0.847656011581421,0.244791999459267,0.769531011581421,0.0666669979691505,0.418000012636185,0.0793899968266487,0.538246989250183,0.208333998918533,0.717707991600037,0.273438006639481,0.633136987686157,0.148416996002197,0.483749985694885,0.255208998918533,0.364583998918533,0.26350200176239,0.60520601272583,0.231537997722626,0.73191899061203,0.59452497959137,0.697458982467651,0.338755995035172,0.454636007547379,0.288482010364532,0.767576992511749,0.179666996002197,0.546249985694885,0.302083998918533,0.307292014360428,0.260417014360428,0.291667014360428,0.202665999531746,0.712000012397766,0.268380999565125,0.0844030007719994,0.0906670019030571,0.882000029087067,0.283250987529755,0.000127000006614253,0.296000987291336,0.522001028060913,0.233072996139526,0.717772006988525,0.178625002503395,0.43325001001358,0.225500002503395,0.52700001001358,0.124242000281811,0.59852397441864,0.0628330036997795,0.546208024024963,0.134834006428719,0.529833018779755,0.139584004878998,0.918749988079071,0.111459001898766,0.90625,0.11616700142622,0.442499995231628,0.175583004951477,0.42849999666214,0.0966809988021851,0.762938022613525,0.242668002843857,0.889999985694885,0.31200098991394,0.546001017093658,0.181250005960464,0.902082979679108,0.312649995088577,0.833007991313934,0.260417014360428,0.963540971279144,0.270833998918533,0.916665971279144,0.26979199051857,0.740624010562897,0.159958004951477,0.456124991178513,0.311690002679825,0.230542004108429,0.372743993997574,0.151152998209,0.144030004739761,0.707768023014069,0.179719001054764,0.904931008815765,0.272000998258591,0.421999990940094,0.0373330004513264,0.409999996423721,0.287180006504059,0.835937023162842,0.0364600010216236, -0.775390982627869,0.287180006504059,0.648437023162842,0.133416995406151,0.433290988206863,0.0418870002031326,0.719552993774414,0.284114003181458,0.139065995812416,0.197334006428719,0.907999992370605,0.229166999459267,0.735675990581512,0.15625,0.723236978054047,0.3125,0.613861978054047,0.105209000408649,0.74687397480011,0.089988000690937,0.632534980773926,0.117333002388477,0.829999983310699,0.0826670005917549,0.435999989509583,0.263572990894318,0.679049015045166,0.890509009361267,0.0681470036506653,0.619271993637085,0.9982950091362,0.303279995918274,0.614790022373199,0.336899995803833,0.5765740275383,0.15625,0.763019979000092,0.650470018386841,0.701883018016815,0.564598023891449,0.585837006568909,0.695541024208069,0.212276995182037,0.30333200097084,0.231934994459152,0.947749972343445,0.0976099967956543,0.10674100369215,0.785080015659332,0.157642006874084,0.0456660017371178,0.110676996409893,0.727537989616394,0.192708998918533,0.839843988418579,0.161458998918533,0.808593988418579,0.192708998918533,0.746093988418579,0.270833998918533,0.792968988418579,0.130009993910789,0.643361985683441,0.249452993273735,0.60835599899292,0.241045996546745,0.885269999504089,0.314087003469467,0.226995006203651,0.130208000540733,0.751951992511749,0.251387000083923,0.213613003492355,0.20533399283886,0.843999981880188,0.296876013278961,0.905668973922729,0.244792997837067,0.847656011581421,0.244792997837067,0.816406011581421,0.182292997837067,0.832031011581421,0.197917997837067,0.832031011581421,0.244792997837067,0.769531011581421,0.100259996950626,0.874418973922729,0.129233002662659,0.756834983825684,0.299479991197586,0.653249979019165,0.291667014360428,0.880208015441895,0.287501007318497,0.73124897480011,0.110567003488541,0.669957995414734,0.723460018634796,0.220795005559921,0.133332997560501,0.805999994277954,0.23828199505806,0.737303972244263,0.274668008089066,0.917999982833862,0.322917014360428,0.828125,0.208333998918533,0.8125,0.269333988428116,0.416000008583069,0.161458998918533,0.744790971279144,0.213333994150162,0.853999972343445, -0.209884002804756,0.0107829999178648,0.27734500169754,0.737303972244263,0.00272600003518164,0.775819003582001,0.250001013278961,0.910416007041931,0.13068200647831,0.596248984336853,0.240416005253792,0.669282972812653,0.530126988887787,0.208295002579689,0.330332010984421,0.187681004405022,0.13671900331974,0.747069001197815,0.22945399582386,0.706924021244049,0.12618799507618,0.54848700761795,0.13866700232029,0.825999975204468,0.141332998871803,0.832000017166138,0.308135002851486,0.235697001218796,0.26451700925827,0.761287987232208,0.262501001358032,0.692708015441895,0.231251001358032,0.802083015441895,0.278126001358032,0.895833015441895,0.739467024803162,0.59045398235321,0.503278970718384,0.153059005737305,0.250667989253998,0.90200001001358,0.0885429978370667,0.531248986721039,0.281251013278961,0.718748986721039,0.25,0.778644979000092,0.114666998386383,0.867999970912933,0.110676996409893,0.72265499830246,0.00291700009256601,0.997964978218079,0.297596991062164,0.742187023162842,0.106749996542931,0.499374985694885,0.0817719995975494,0.170797005295753,0.262219995260239,0.167695000767708,0.468441992998123,0.0729169994592667,0.0799999982118607,0.439999014139175,0.280001014471054,0.398000001907349,0.598149001598358,0.0730450004339218,0.202667996287346,0.885999977588654,0.288482010364532,0.837890982627869,0.317708998918533,0.644531011581421,0.208333998918533,0.832031011581421,0.210667997598648,0.84799998998642,0.272000998258591,0.907999992370605,1,1,0.230704993009567,0.708256006240845,0.338349014520645,0.712068021297455,0.166666001081467,0.710937023162842,0.197916001081467,0.92519998550415,0.269333988428116,0.393999993801117,0.270833998918533,0.877929985523224,0.192708998918533,0.607096016407013,0.192708998918533,0.663482010364532,0.282667011022568,0.882000029087067,0.0758880004286766,0.548752009868622,0.223378002643585,0.621419012546539,0.226315006613731,0.6457359790802,0.2031259983778,0.718748986721039,0.160943999886513,0.628054022789001,0.194470003247261,0.650048017501831,0.13986499607563,0.787971019744873,0.246851995587349, -0.809844017028809,0.789611995220184,0.194536998867989,0.150203004479408,0.669287979602814,0.234199002385139,0.727496981620789,0.106250002980232,0.729165971279144,0.167999997735024,0.810000002384186,0.276042014360428,0.792968988418579,0.276042014360428,0.949218988418579,0.224001005291939,0.822000026702881,0.556861996650696,0.166576996445656,0.233334004878998,0.718748986721039,0.889280021190643,0.110876001417637,0.0722670033574104,0.744628012180328,0.213541999459267,0.603259980678558,0.239583998918533,0.873697996139526,0.208333998918533,0.733072996139526,0.286458998918533,0.826822996139526,0.122916996479034,0.712499022483826,0.263541996479034,0.696874022483826,0.278126001358032,0.852083027362823,0.228628993034363,0.73047798871994,0.266925990581512,0.159512996673584,0.872771024703979,0.711736023426056,0.99931800365448,0.577315986156464,0.296876013278961,0.708006978034973,0.290365010499954,0.778320014476776,0.6875,0.296875,0.640625,0.25,0.671875,0.25,0.6875,0.421875,0.109375,0.875,0.20117199420929,0.591889023780823,0.230699002742767,0.0750799998641014,0.703125,0.411458998918533,0.703125,0.442708998918533,0.174963995814323,0.64520001411438,0.160417005419731,0.73124897480011,0.162249997258186,0.442916005849838,0.723460018634796,0.166152998805046,0.192894995212555,0.192632004618645,0.230704993009567,0.0869619995355606,0.324454993009567,0.243211999535561,0.2343759983778,0.855468988418579,0.150321006774902,0.585937023162842,0.313333004713058,0.997893989086151,0.440470010042191,0.589305996894836,0.303952008485794,0.604858994483948,0.402056992053986,0.115823000669479,0.267224997282028,0.722763001918793,0.460114985704422,0.0731920003890991,0.341093987226486,0.578456997871399,0.46552300453186,0.198473006486893,0.149738997220993,0.781248986721039,0.303386002779007,0.708006978034973,0.023174999281764,0.749990999698639,0.193566992878914,0.01566799916327,0.228470996022224,0.809817016124725,0.156499996781349,0.79898202419281,0.337258994579315,0.237627997994423,0.104166999459267,0.890625,0.169249996542931,0.462915986776352,0.0416669994592667, -0.977025985717773,0.157041996717453,0.505416989326477,0.124127998948097,0.53548800945282,0.197916999459267,0.921875,0.216001003980637,0.839999973773956,0.229166001081467,0.84375,0.337821006774902,0.620441973209381,0.197916999459267,0.760415971279144,0.232001006603241,0.870000004768372,0.281971991062164,0.609375,0.0776830017566681,0.555217981338501,0.313221991062164,0.625,0.151041001081467,0.847656011581421,0.114666998386383,0.853999972343445,0.275000989437103,0.871874988079071,0.518986999988556,0.704248011112213,0.311459004878998,0.71041601896286,0.22095000743866,0.725703001022339,0.281408995389938,0.129041999578476,0.276228010654449,0.630132019519806,0.250753998756409,0.811995029449463,0.320805013179779,0.613722026348114,0.339947998523712,0.271338999271393,0.06700199842453,0.540872991085052,0.244792997837067,0.839843988418579,0.285580009222031,0.0189919993281364,0.114583000540733,0.863281011581421,0.145833000540733,0.863281011581421,0.130208000540733,0.832031011581421,0.2343759983778,0.703123986721039,0.025738999247551,0.840501010417938,0.171935006976128,0.631362974643707,0.427112996578217,0.117230996489525,0.128000006079674,0.822000026702881,0.269751995801926,0.748849987983704,0.125332996249199,0.819999992847443,0.0804049968719482,0.805662989616394,0.200001001358032,0.759374022483826,0.206250995397568,0.767708003520966,0.253125995397568,0.861458003520966,0.1171870008111,0.732420980930328,0.134115993976593,0.902343988418579,0.173350006341934,0.667656004428864,0.0804930031299591,0.705619990825653,0.22801199555397,0.70285302400589,0.26876100897789,0.0645380020141602,0.257813006639481,0.72265499830246,0.122666999697685,0.836000025272369,0.268229991197586,0.711517989635468,0.253333985805511,0.418000012636185,0.077333003282547,0.443998992443085,0.208333998918533,0.798175990581512,0.544566988945007,0.0536670014262199,0.0221350006759167,0.793945014476776,0.21840800344944,0.654259026050568,0.151041999459267,0.934894979000092,0.197916999459267,0.872394979000092,0.221333995461464,0.801999986171722,0.0722670033574104,0.787352979183197, -0.0559910014271736,0.750732004642487,0.1015639975667,0.751951992511749,0.270833998918533,0.887695014476776,0.312501013278961,0.867187023162842,0.235541999340057,0.421290993690491,0.710182011127472,0.633599996566772,0.263604998588562,0.613431990146637,0.313493013381958,0.808309972286224,0.206119000911713,0.595847010612488,0.159958004951477,0.480583012104034,0.257003009319305,0.827262997627258,0.709927022457123,0.633664011955261,0.998237013816834,0.717073023319244,0.110676996409893,0.747069001197815,0.270833998918533,0.727537989616394,0.119999997317791,0.842000007629395,0.239583998918533,0.616454005241394,0.266667008399963,0.885999977588654,0.682291984558105,0.21875,0.697916984558105,0.1875,0.729166984558105,0.25,0.729166984558105,0.296875,0.682291984558105,0.28125,0.174999997019768,0.889582991600037,0.16992299258709,0.762938022613525,0.182291999459267,0.463542014360428,0.125332996249199,0.822000026702881,0.130208000540733,0.84375,0.145833000540733,0.84375,0.0989580005407333,0.828125,0.0833330005407333,0.84375,0.0833330005407333,0.828125,0.128000006079674,0.819999992847443,0.106944002211094,0.66200202703476,0.292674005031586,0.121642000973225,0.256740987300873,0.200080007314682,0.125954002141953,0.700848996639252,0.16287499666214,0.463708013296127,0.229467004537582,0.730230987071991,0.253975003957748,0.713030993938446,0.146722003817558,0.79823499917984,0.256060987710953,0.625043988227844,0.280331999063492,0.756013989448547,0.316051989793777,0.227596998214722,0.321635991334915,0.229292005300522,0.340223997831345,0.239672005176544,0.281251013278961,0.808593988418579,0.0469629988074303,0.515891015529633,0.0663750022649765,0.424499988555908,0.177083998918533,0.691406011581421,0.152020007371902,0.843720018863678,0.338073998689651,0.499018013477325,0.119791999459267,0.790364027023315,0.116667002439499,0.875,0.289584010839462,0.879166007041931,0.132292002439499,0.763540983200073,0.304167002439499,0.690623998641968,0.132292002439499,0.904165983200073,0.162624999880791,0.457749992609024,0.232519999146461,0.665863990783691,0.170375004410744, -0.503000020980835,0.137467995285988,0.847316026687622,0.309195995330811,0.245611995458603,0.104166999459267,0.747069001197815,0.141332998871803,0.822000026702881,0.31200098991394,0.548000991344452,0.104818999767303,0.781248986721039,0.234375,0.328125,0.296875,0.40625,0,0,0.15625,0.90625,0.241804003715515,0.644816994667053,0.617931008338928,0.997609972953796,0.266667008399963,0.906000018119812,0.145833000540733,0.835937976837158,0.294301986694336,0.614645004272461,0.281367003917694,0.910471975803375,0.0520830005407333,0.523437976837158,0.293334007263184,0.409999996423721,0.114583000540733,0.867187976837158,0.145833000540733,0.867187976837158,0.000127000006614253,0.704441010951996,0.000127000006614253,0.238653004169464,0.161467000842094,0.829281985759735,0.293145000934601,0.139844998717308,0.191113993525505,0.198056995868683,0.874238014221191,0.156096994876862,0.888297975063324,0.0986149981617928,0.24533399939537,0.409999996423721,0.23199999332428,0.708000004291534,0.191083997488022,0.510167002677917,0.710182011127472,0.493304997682571,0.273988991975784,0.614630997180939,0.139292001724243,0.403665989637375,0.090709000825882,0.932524979114532,0.15412500500679,0.52224999666214,0.378915995359421,0.628808975219727,0.2744480073452,0.867555975914001,0.257813006639481,0.732420980930328,0.270833998918533,0.717773020267487,0.0633329972624779,0.660512983798981,0.115780003368855,0.649405002593994,0.0813700035214424,0.654304027557373,0.121322996914387,0.706238985061646,0.104327000677586,0.826677024364471,0.0940840020775795,0.504541993141174,0.0781939998269081,0.71791398525238,0.313681989908218,0.124645002186298,0.066720999777317,0.659193992614746,0.115625001490116,0.887499988079071,0.0962919965386391,0.986651003360748,0.208333000540733,0.348958998918533,0.31284898519516,0.155175998806953,0,1,0.806895017623901,0.17025400698185,0.134720996022224,0.748612999916077,0.248000994324684,0.903999984264374,0.0791250020265579,0.550163984298706,0.145509004592896,0.738524973392487,0.723958015441895,0.244791999459267,0.224001005291939,0.898000001907349, -0.216001003980637,0.423999011516571,0.302408993244171,0.591889023780823,0.999397993087769,0.576870977878571,0.252023994922638,0.802734017372131,0.170834004878998,0.739583015441895,0.25662499666214,0.531417012214661,0.231194004416466,0.810091972351074,0.0534700006246567,0.099030002951622,0.994163990020752,0.158695995807648,0.250667989253998,0.907999992370605,0.320001006126404,0.558000981807709,0.274668008089066,0.404000014066696,0.27734500169754,0.874022006988525,0.140625,0.84375,0.154166996479034,0.899999976158142,0.2031259983778,0.971354007720947,0.2031259983778,0.940104007720947,0.290365010499954,0.931640982627869,0.1406259983778,0.717772006988525,0.2031259983778,0.820312976837158,0.122666999697685,0.850000023841858,0.118230000138283,0.0874639973044395,0.439839005470276,0.0998269990086555,0.242716997861862,0.922738015651703,0.146667003631592,0.668012976646423,0.213333994150162,0.871999979019165,0.078125,0.820312976837158,0.109375,0.867187976837158,0.125,0.867187976837158,0.125,0.882812976837158,0.260349005460739,0.638158977031708,0.19769099354744,0.663313984870911,0.273469001054764,0.606001973152161,0.22529199719429,0.890282988548279,0.2031259983778,0.748696982860565,0.261750996112823,0.176598995923996,0.277469009160995,0.140296995639801,0.31640699505806,0.712890028953552,0.210938006639481,0.735931992530823,0.213541001081467,0.687498986721039,0.19922000169754,0.761717975139618,0.0826120004057884,0.667968988418579,0.0186870004981756,0.826554000377655,0.0211670007556677,0.447250008583069,0.236518993973732,0.81410801410675,0.106250002980232,0.713540971279144,0.229433998465538,0.224480003118515,0.104166999459267,0.737303972244263,0.119791999459267,0.824218988418579,0.237333998084068,0.395999997854233,0.244791999459267,0.891927003860474,0.119791999459267,0.855468988418579,0.135416999459267,0.855468988418579,0.119791999459267,0.871093988418579,0.19395700097084,0.0496440008282661,0.0846870020031929,0.535620987415314,0.281251013278961,0.69140499830246,0.296876013278961,0.70702999830246,0.293581008911133,0.639361977577209, -0.221834003925323,0.42849999666214,0.280247986316681,0.661361992359161,0.234806001186371,0.727796018123627,0.238119006156921,0.729846000671387,0.230847001075745,0.724642992019653,0.290625989437103,0.854165971279144,0.190780997276306,0.710731983184814,0.163028001785278,0.668815016746521,0.317333996295929,0.550000011920929,0.266667008399963,0.867999970912933,0.119999997317791,0.818000018596649,0.119791999459267,0.84375,0.616797983646393,0.71619701385498,0.340106993913651,0.471459001302719,0.281251013278961,0.695312023162842,0.312501013278961,0.789062023162842,0.708333015441895,0.416667014360428,0.723958015441895,0.447917014360428,0.677083015441895,0.421875,0.677083015441895,0.260417014360428,0.708333015441895,0.432292014360428,0.2031259983778,0.761717975139618,0.19140599668026,0.726166009902954,0.239583000540733,0.375,0.335357010364532,0.194457992911339,0.130208000540733,0.859375,0.0724750012159348,0.522556006908417,0.242668002843857,0.836000025272369,0.1562509983778,0.730467975139618,0.916971981525421,0.164412006735802,0.393474996089935,0.0632829964160919,0.0933339968323708,0.657500028610229,0.194667994976044,0.871999979019165,0.312642008066177,0.68613201379776,0.270833998918533,0.824799001216888,0.263951987028122,0.614858984947205,0.342550009489059,0.571709990501404,0.165143996477127,0.600449979305267,0.291667014360428,0.700519979000092,0.307292014360428,0.747394979000092,0.24329200387001,0.42849999666214,0.173417001962662,0.532208025455475,0.0924189984798431,0.979789972305298,0.0613330006599426,0.409999996423721,0.1406259983778,0.887695014476776,0.703125,0.4375,0.212240993976593,0.756834983825684,0.274668008089066,0.878000020980835,0.0303610004484653,0.970565021038055,0.058874998241663,0.478958010673523,0.0434609986841679,0.65701699256897,0.0590340010821819,0.11226499825716,0.163362994790077,0.0581119991838932,0.0395019985735416,0.654908001422882,0.0405949987471104,0.798712015151978,0.0396949984133244,0.525048971176147,0.0453330017626286,0.421999990940094,0.293334007263184,0.907999992370605,0.14266599714756,0.789542973041534, -0.210158005356789,0.643101990222931,0.181251004338264,0.706248998641968,0.173291996121407,0.536625027656555,0.304547011852264,0.129811003804207,0.862396001815796,0.0774639993906021,0.104166999459267,0.69140499830246,0.243751004338264,0.888540983200073,0.21866799890995,0.864000022411346,0.106666997075081,0.878000020980835,0.453155010938644,0.112023003399372,0.166666999459267,0.664062976837158,0.258668005466461,0.903999984264374,0.674714982509613,0.195259004831314,0.275000989437103,0.881250023841858,0.109375,0.781248986721039,0.232427000999451,0.72162801027298,0.998839020729065,0.716425001621246,0.300518989562988,0.614108979701996,0.226408004760742,0.728259027004242,0.268611013889313,0.715636014938354,0.281971991062164,0.847656011581421,0.341102004051209,0.403219997882843,0.296876013278961,0.785156011581421,0.222754999995232,0.00868200045078993,0.0989490002393723,0.639881014823914,0.114676997065544,0.698017001152039,0.245058998465538,0.141146004199982,0.128000006079674,0.829999983310699,0.207292005419731,0.880208015441895,0.161458998918533,0.716144979000092,0.2187509983778,0.712890028953552,0.276042014360428,0.601562023162842,0.291667014360428,0.800782024860382,0.217709004878998,0.706248998641968,0.399760991334915,0.0834589973092079,0.0930289998650551,0.609375,0.311262995004654,0.619017004966736,0.161458998918533,0.872395992279053,0.217150002717972,0.204674005508423,0.992029011249542,0.132654994726181,0.276042014360428,0.710937023162842,0.286458998918533,0.695312023162842,0.255208998918533,0.820312976837158,0.274668008089066,0.542001008987427,0.261334002017975,0.395999997854233,0.24533399939537,0.837999999523163,0.223958998918533,0.859375,0.0253350008279085,0.153928995132446,0.0156260002404451,0.655528008937836,0.0233330000191927,0.610000014305115,0.00354900001548231,0.68639200925827,0.253773003816605,0.00246999994851649,0.22265699505806,0.879302024841309,0.0236540008336306,0.649999976158142,0.258343994617462,0.184330001473427,0.179689005017281,0.926757991313934,0.0559910014271736,0.786131978034973,0.117036998271942, -0.607415020465851,0.28125,0.772135019302368 - } - UVIndex: *2298 { - a: 220,151,215,220,215,443,487,132,429,429,373,60,487,60,199,487,429,60,121,339,131,121,131,826,312,296,753,753,901,483,312,483,398,312,753,483,280,473,749,473,48,755,473,755,749,424,122,528,424,528,222,184,943,256,256,525,134,184,256,134,238,910,300,238,300,72,441,4,748,138,688,524,138,524,87,354,750,683,354,683,728,750,526,885,750,885,683,471,936,495,936,860,654,654,88,571,936,571,495,936,654,571,685,227,605,685,605,904,905,2,730,905,730,527,202,203,619,202,619,718,547,583,264,547,264,685,652,738,340,652,340,311,583,320,584,583,584,264,343,862,653,653,739,91,226,343,91,343,653,91,280,339,121,280,121,473,251,371,459,371,828,474,474,799,529,371,529,459,371,474,529,910,238,351,910,351,106,135,313,863,313,603,572,313,572,863,252,228,922,252,922,176,425,136,902,425,902,229,426,150,123,426,123,573,230,200,697,230,697,89,231,618,810,231,810,687,106,864,323,106,323,910,522,800,387,522,387,680,227,341,90,227,90,605,886,442,630,886,630,562,655,903,232,655,232,242,314,642,342,314,342,706,547,829,830,547,830,372,124,583,774,124,774,812,530,685,904,530,904,831,583,547,372,583,372,774,798,233,903,798,903,655,630,39,323,630,323,562,686,137,751,686,751,262,574,102,125,125,770,427,698,374,59,482,40,185,185,759,754,574,125,186,125,427,698,585,482,185,185,754,186,125,698,59,585,185,186,125,59,585,125,585,186,187,523,457,187,457,586,258,865,116,258,116,643,107,644,355,107,355,108,292,848,117,292,117,3,428,866,650,428,650,923,699,802,75,699,75,944,118,617,399,118,399,261,716,103,510,716,510,760,716,103,510,716,510,760,716,103,510,716,510,760,400,182,696,400,696,76,900,182,400,900,400,717,716,103,510,716,510,760,223,41,1,41,234,315,315,771,861,861,235,243,243,42,641,641,163,1,41,315,1,315,861,243,243,641,1,315,243,1,531,484,92,531,92,700,813,485,486,813,486,391,293,401,899,293,899,397,419,458,316,419,316,756,544,545,701,544,701,670,563,604,602,563,602,390,702,703,546,702,546,704,716,103,510,716,510,760,716,103,510,716,510,760,716,103,510,716,510,760,832,36,887,832,887,62,772,36,832,772,832,297,716,103,510,716,510, -760,63,119,454,119,906,139,139,375,263,263,384,849,849,324,49,49,294,454,119,139,454,139,263,849,849,49,454,139,849,454,37,798,281,864,562,323,37,281,886,864,886,562,864,37,886,631,423,93,631,93,581,393,867,43,393,43,656,695,740,94,695,94,0,295,44,389,295,389,298,385,38,386,385,386,868,183,213,737,183,737,318,352,61,869,352,869,875,705,651,105,705,105,120,109,257,58,109,58,317,412,325,326,412,326,45,369,587,376,369,376,497,378,319,370,378,370,758,221,344,259,221,259,133,77,741,757,77,757,588,811,299,752,811,752,388,716,103,510,716,510,760,716,103,510,716,510,760,714,377,715,714,715,850,214,827,46,214,46,742,392,47,201,392,201,876,684,260,773,684,773,888,564,11,50,564,50,589,402,204,95,402,95,707,632,155,801,632,801,708,430,265,282,282,743,345,430,345,23,430,282,345,889,244,205,889,205,731,164,5,657,657,78,177,164,177,413,164,657,177,606,469,302,469,909,937,937,681,302,469,937,302,301,431,475,301,475,245,890,538,761,761,460,565,890,761,565,420,334,607,420,607,283,178,498,349,140,255,803,140,803,940,179,933,732,179,732,566,566,732,548,566,548,499,911,833,434,833,689,608,608,356,762,833,762,434,833,608,762,444,403,216,444,216,432,327,24,511,327,511,284,205,51,96,205,96,731,690,444,476,690,476,51,658,6,85,658,85,309,51,476,414,51,414,96,731,96,224,224,804,217,731,217,606,731,224,217,606,681,889,606,889,731,681,937,889,937,382,84,84,404,244,937,244,889,937,84,244,12,285,729,12,729,98,64,22,512,22,65,549,22,549,512,66,877,353,66,353,609,719,104,659,719,659,839,606,217,582,606,582,469,744,25,405,744,405,575,217,67,101,217,101,582,789,380,126,789,126,878,350,188,633,350,633,559,432,216,709,432,709,198,790,912,775,790,775,822,567,920,267,567,267,620,576,879,435,576,435,246,690,691,568,690,568,247,205,189,851,205,851,51,152,268,403,152,403,444,51,851,691,51,691,690,613,236,895,613,895,500,446,814,924,446,924,682,791,406,110,791,110,622,86,433,734,734,733,488,610,907,840,840,346,577,577,550,79,925,79,776,86,734,488,840,577,79,925,86,79,86,488,578,610,840,79,86,578,79,692,610,79,578,692,79,579,805,777,579,777,421,660,745,347, -660,347,621,628,551,897,628,897,461,710,634,415,710,415,635,111,286,763,111,763,623,494,580,489,494,489,711,445,746,218,445,218,307,127,159,357,127,357,532,815,287,859,815,859,303,477,462,463,477,463,52,53,206,190,53,190,913,128,470,206,128,206,53,436,306,720,436,720,288,336,938,54,938,505,552,552,207,636,636,289,806,806,13,7,7,294,54,938,552,54,552,636,806,806,7,54,552,806,54,891,926,533,891,533,816,129,824,908,129,908,600,328,165,693,328,693,112,167,841,464,167,464,358,807,166,465,807,465,147,168,927,208,168,208,153,34,169,225,34,225,272,716,103,510,716,510,760,716,103,510,716,510,760,716,103,510,716,510,760,721,329,928,721,928,852,513,825,329,513,329,721,716,103,510,716,510,760,534,448,514,448,409,842,842,496,191,191,145,417,417,266,195,195,294,514,448,842,514,842,191,417,417,195,514,842,417,514,880,290,834,304,722,335,880,834,71,304,335,71,834,304,71,250,478,723,250,723,881,180,490,590,180,590,694,310,466,479,310,479,882,883,515,174,883,174,724,501,407,97,501,97,764,501,725,479,501,479,611,365,175,929,365,929,99,408,637,348,408,348,520,638,26,248,638,248,853,181,735,778,181,778,724,180,249,170,180,170,337,365,211,396,365,396,598,143,779,10,143,10,598,870,211,396,870,396,99,143,502,396,143,396,823,716,103,510,716,510,760,716,103,510,716,510,760,422,930,322,422,322,366,237,192,835,237,835,144,180,74,241,180,241,724,638,817,712,638,712,882,883,330,270,883,270,694,310,768,383,310,383,853,76,696,696,76,696,76,854,713,646,854,646,931,535,624,394,535,394,219,629,942,239,629,239,55,592,765,647,592,647,447,399,617,56,399,56,783,75,802,595,75,595,591,650,866,416,650,416,569,117,848,80,117,80,541,355,644,639,355,639,542,116,865,915,116,915,784,457,523,855,457,855,818,843,665,665,843,665,843,931,646,455,931,455,154,871,780,661,871,661,410,596,14,671,596,671,171,447,647,539,447,539,645,783,56,491,783,491,359,591,595,467,591,467,113,569,416,416,569,416,569,541,80,80,541,80,541,542,639,492,542,492,543,784,915,915,784,915,784,818,855,855,818,855,818,898,271,28,271,856,172,172,57,503,503,640,277,277,857,160,160,536,28,271,172, -28,172,503,277,277,160,28,172,277,28,510,103,103,510,103,510,510,103,103,510,103,510,510,103,103,510,103,510,510,103,103,510,103,510,844,666,666,844,666,844,845,846,846,845,846,845,872,27,27,872,27,872,847,553,553,847,553,847,672,29,29,672,29,672,360,81,81,360,81,360,331,554,554,331,554,331,62,887,887,62,887,62,209,648,35,209,35,941,510,103,103,510,103,510,510,103,103,510,103,510,649,808,873,649,873,516,546,703,537,546,537,914,602,604,30,602,30,782,701,545,919,701,919,892,316,458,625,316,625,15,899,401,148,899,148,9,486,485,626,486,626,627,92,484,367,92,367,472,141,68,68,141,68,141,941,35,916,941,916,785,510,103,103,510,103,510,510,103,103,510,103,510,516,873,786,516,786,16,914,537,537,914,537,914,782,30,30,782,30,782,892,919,919,892,919,892,15,625,625,15,625,15,9,148,148,9,148,9,627,626,626,627,626,627,472,367,367,472,367,472,517,540,156,540,597,17,17,521,456,456,100,934,934,308,368,368,594,156,540,17,156,17,456,934,934,368,156,17,934,156,510,103,103,510,103,510,510,103,103,510,103,510,510,103,103,510,103,510,510,103,103,510,103,510,560,667,667,560,667,560,69,766,766,69,766,69,361,555,555,361,555,361,269,668,668,269,668,269,556,669,669,556,669,556,561,31,31,561,31,561,362,32,32,362,32,362,760,510,510,760,510,760,674,161,162,674,162,675,760,510,510,760,510,760,760,510,510,760,510,760,819,449,82,819,82,820,272,225,437,272,437,614,153,208,19,153,19,557,147,465,332,147,332,615,358,464,20,358,20,273,112,693,450,112,450,114,600,908,438,600,438,821,816,533,83,816,83,616,781,333,83,781,83,363,760,510,510,760,510,760,760,510,510,760,510,760,760,510,510,760,510,760,760,510,510,760,510,760,760,510,510,760,510,760,760,510,510,760,510,760,760,510,510,760,510,760,760,510,510,760,510,760,760,510,510,760,510,760,760,510,510,760,510,760,760,510,510,760,510,760,896,518,70,518,210,506,506,599,418,418,917,240,240,570,196,196,809,70,518,506,70,506,418,240,240,196,70,506,240,70,838,932,451,838,451,794,760,510,510,760,510,760,760,510,510,760,510,760,676,115,507,676,507,677,678,364,787,678,787,274,157,439,612,157,612,275,593,918,451,593, -451,276,149,440,452,149,452,726,795,253,329,795,329,796,112,453,21,112,21,727,158,212,254,158,254,797,913,190,504,913,504,480,288,720,519,288,519,601,52,463,893,52,893,142,303,859,194,303,194,197,532,357,468,532,468,18,307,218,836,307,836,278,711,489,33,711,33,493,623,763,146,623,146,381,635,415,884,635,884,291,461,897,173,461,173,321,621,347,508,621,508,662,421,777,509,421,509,894,858,792,747,792,279,8,8,411,769,769,663,558,558,921,935,935,939,747,792,8,747,8,769,558,558,935,747,8,558,747,601,519,305,601,305,481,760,510,510,760,510,760,760,510,510,760,510,760,18,468,874,18,874,673,278,836,893,278,893,788,493,33,73,493,73,679,381,146,664,381,664,130,291,884,193,291,193,837,321,173,395,321,395,338,662,508,767,662,767,379,894,509,793,894,793,736 - } - } - LayerElementMaterial: 0 { - Version: 101 - Name: "" - MappingInformationType: "AllSame" - ReferenceInformationType: "IndexToDirect" - Materials: *1 { - a: 0 - } - } - Layer: 0 { - Version: 100 - LayerElement: { - Type: "LayerElementNormal" - TypedIndex: 0 - } - LayerElement: { - Type: "LayerElementMaterial" - TypedIndex: 0 - } - LayerElement: { - Type: "LayerElementUV" - TypedIndex: 0 - } - } - } - Model: 38261584, "Model::Cube", "Mesh" { - Version: 232 - Properties70: { - P: "InheritType", "enum", "", "",1 - P: "DefaultAttributeIndex", "int", "Integer", "",0 - P: "Lcl Translation", "Lcl Translation", "", "A",0,-1,0 - P: "Lcl Rotation", "Lcl Rotation", "", "A",-90.0000093346673,0,0 - } - Culling: "CullingOff" - } - Material: 38263840, "Material::Material_001__140l155_jpg", "" { - Version: 102 - ShadingModel: "phong" - MultiLayer: 0 - Properties70: { - P: "EmissiveColor", "Color", "", "A",1,1,1 - P: "EmissiveFactor", "Number", "", "A",0 - P: "AmbientColor", "Color", "", "A",0,0,0 - P: "DiffuseColor", "Color", "", "A",1,1,1 - P: "DiffuseFactor", "Number", "", "A",0.800000011920929 - P: "TransparentColor", "Color", "", "A",1,1,1 - P: "SpecularColor", "Color", "", "A",1,1,1 - P: "SpecularFactor", "Number", "", "A",0.5 - P: "ShininessExponent", "Number", "", "A",11.9607843137255 - P: "ReflectionColor", "Color", "", "A",1,1,1 - P: "ReflectionFactor", "Number", "", "A",0 - P: "Shininess", "Number", "", "A",11.9607843137255 - P: "Emissive", "Vector3D", "Vector", "",0,0,0 - P: "Ambient", "Vector3D", "Vector", "",0,0,0 - P: "Diffuse", "Vector3D", "Vector", "",0.800000011920929,0.800000011920929,0.800000011920929 - P: "Specular", "Vector3D", "Vector", "",0.5,0.5,0.5 - P: "Opacity", "double", "Number", "",1 - P: "Reflectivity", "double", "Number", "",0 - } - } - Video: 38265232, "Video::140l155_jpg", "Clip" { - Type: "Clip" - Properties70: { - P: "Path", "KString", "XRefUrl", "", "C:\Users\jianmingyong\Documents\GitHub\Pokemon 3D\Pokemon-3D-Patch-Monogame\2.5DHero\2.5DHeroContent\Content\Models\truck2\140l155.jpg" - } - UseMipMap: 0 - Filename: "C:\Users\jianmingyong\Documents\GitHub\Pokemon 3D\Pokemon-3D-Patch-Monogame\2.5DHero\2.5DHeroContent\Content\Models\truck2\140l155.jpg" - RelativeFilename: "140l155.jpg" - } - Texture: 38264480, "Texture::140l155_jpg", "" { - Type: "TextureVideoClip" - Version: 202 - TextureName: "Texture::140l155_jpg" - Properties70: { - P: "UVSet", "KString", "", "", "" - P: "UseMaterial", "bool", "", "",1 - P: "UseMipMap", "bool", "", "",1 - P: "AlphaSource", "enum", "", "",2 - } - Media: "Video::140l155_jpg" - FileName: "C:\Users\jianmingyong\Documents\GitHub\Pokemon 3D\Pokemon-3D-Patch-Monogame\2.5DHero\2.5DHeroContent\Content\Models\truck2\140l155.jpg" - RelativeFilename: "140l155.jpg" - ModelUVTranslation: 0,0 - ModelUVScaling: 1,1 - Texture_Alpha_Source: "None" - Cropping: 0,0,0,0 - } -} - -; Object connections -;------------------------------------------------------------------ - -Connections: { - - ;Model::Cube, Model::RootNode - C: "OO",38261584,0 - - ;Geometry::Untitled, Model::Cube - C: "OO",38265872,38261584 - - ;Material::Material_001__140l155_jpg, Model::Cube - C: "OO",38263840,38261584 - - ;Texture::140l155_jpg, Material::Material_001__140l155_jpg - C: "OP",38264480,38263840, "DiffuseColor" - - ;Video::140l155_jpg, Texture::140l155_jpg - C: "OO",38265232,38264480 -} -;Takes section -;---------------------------------------------------- - -Takes: { - Current: "" -} diff --git a/2.5DHero/2.5DHero/Scripts/BikeGate.dat b/2.5DHero/2.5DHeroContent/Scripts/BikeGate.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/BikeGate.dat rename to 2.5DHero/2.5DHeroContent/Scripts/BikeGate.dat diff --git a/2.5DHero/2.5DHero/Scripts/GateKeeper.dat b/2.5DHero/2.5DHeroContent/Scripts/GateKeeper.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/GateKeeper.dat rename to 2.5DHero/2.5DHeroContent/Scripts/GateKeeper.dat diff --git a/2.5DHero/2.5DHero/Scripts/GateKeeper0.dat b/2.5DHero/2.5DHeroContent/Scripts/GateKeeper0.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/GateKeeper0.dat rename to 2.5DHero/2.5DHeroContent/Scripts/GateKeeper0.dat diff --git a/2.5DHero/2.5DHero/Scripts/Shelf.dat b/2.5DHero/2.5DHeroContent/Scripts/Shelf.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/Shelf.dat rename to 2.5DHero/2.5DHeroContent/Scripts/Shelf.dat diff --git a/2.5DHero/2.5DHero/Scripts/Whirlpool.dat b/2.5DHero/2.5DHeroContent/Scripts/Whirlpool.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/Whirlpool.dat rename to 2.5DHero/2.5DHeroContent/Scripts/Whirlpool.dat diff --git a/2.5DHero/2.5DHero/Scripts/alph/alph01.dat b/2.5DHero/2.5DHeroContent/Scripts/alph/alph01.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/alph/alph01.dat rename to 2.5DHero/2.5DHeroContent/Scripts/alph/alph01.dat diff --git a/2.5DHero/2.5DHero/Scripts/alph/alph02.dat b/2.5DHero/2.5DHeroContent/Scripts/alph/alph02.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/alph/alph02.dat rename to 2.5DHero/2.5DHeroContent/Scripts/alph/alph02.dat diff --git a/2.5DHero/2.5DHero/Scripts/alph/alph03.dat b/2.5DHero/2.5DHeroContent/Scripts/alph/alph03.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/alph/alph03.dat rename to 2.5DHero/2.5DHeroContent/Scripts/alph/alph03.dat diff --git a/2.5DHero/2.5DHero/Scripts/alph/alph04.dat b/2.5DHero/2.5DHeroContent/Scripts/alph/alph04.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/alph/alph04.dat rename to 2.5DHero/2.5DHeroContent/Scripts/alph/alph04.dat diff --git a/2.5DHero/2.5DHero/Scripts/alph/alph05.dat b/2.5DHero/2.5DHeroContent/Scripts/alph/alph05.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/alph/alph05.dat rename to 2.5DHero/2.5DHeroContent/Scripts/alph/alph05.dat diff --git a/2.5DHero/2.5DHero/Scripts/alph/alph06.dat b/2.5DHero/2.5DHeroContent/Scripts/alph/alph06.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/alph/alph06.dat rename to 2.5DHero/2.5DHeroContent/Scripts/alph/alph06.dat diff --git a/2.5DHero/2.5DHero/Scripts/alph/alph07.dat b/2.5DHero/2.5DHeroContent/Scripts/alph/alph07.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/alph/alph07.dat rename to 2.5DHero/2.5DHeroContent/Scripts/alph/alph07.dat diff --git a/2.5DHero/2.5DHero/Scripts/alph/alph08.dat b/2.5DHero/2.5DHeroContent/Scripts/alph/alph08.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/alph/alph08.dat rename to 2.5DHero/2.5DHeroContent/Scripts/alph/alph08.dat diff --git a/2.5DHero/2.5DHero/Scripts/alph/alph09.dat b/2.5DHero/2.5DHeroContent/Scripts/alph/alph09.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/alph/alph09.dat rename to 2.5DHero/2.5DHeroContent/Scripts/alph/alph09.dat diff --git a/2.5DHero/2.5DHero/Scripts/alph/alph10.dat b/2.5DHero/2.5DHeroContent/Scripts/alph/alph10.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/alph/alph10.dat rename to 2.5DHero/2.5DHeroContent/Scripts/alph/alph10.dat diff --git a/2.5DHero/2.5DHero/Scripts/alph/alph11.dat b/2.5DHero/2.5DHeroContent/Scripts/alph/alph11.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/alph/alph11.dat rename to 2.5DHero/2.5DHeroContent/Scripts/alph/alph11.dat diff --git a/2.5DHero/2.5DHero/Scripts/alph/alph12.dat b/2.5DHero/2.5DHeroContent/Scripts/alph/alph12.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/alph/alph12.dat rename to 2.5DHero/2.5DHeroContent/Scripts/alph/alph12.dat diff --git a/2.5DHero/2.5DHero/Scripts/alph/alph13.dat b/2.5DHero/2.5DHeroContent/Scripts/alph/alph13.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/alph/alph13.dat rename to 2.5DHero/2.5DHeroContent/Scripts/alph/alph13.dat diff --git a/2.5DHero/2.5DHero/Scripts/alph/alph14.dat b/2.5DHero/2.5DHeroContent/Scripts/alph/alph14.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/alph/alph14.dat rename to 2.5DHero/2.5DHeroContent/Scripts/alph/alph14.dat diff --git a/2.5DHero/2.5DHero/Scripts/alph/alph15.dat b/2.5DHero/2.5DHeroContent/Scripts/alph/alph15.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/alph/alph15.dat rename to 2.5DHero/2.5DHeroContent/Scripts/alph/alph15.dat diff --git a/2.5DHero/2.5DHero/Scripts/alph/alph16.dat b/2.5DHero/2.5DHeroContent/Scripts/alph/alph16.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/alph/alph16.dat rename to 2.5DHero/2.5DHeroContent/Scripts/alph/alph16.dat diff --git a/2.5DHero/2.5DHero/Scripts/alph/alph17.dat b/2.5DHero/2.5DHeroContent/Scripts/alph/alph17.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/alph/alph17.dat rename to 2.5DHero/2.5DHeroContent/Scripts/alph/alph17.dat diff --git a/2.5DHero/2.5DHero/Scripts/alph/alph_appear.dat b/2.5DHero/2.5DHeroContent/Scripts/alph/alph_appear.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/alph/alph_appear.dat rename to 2.5DHero/2.5DHeroContent/Scripts/alph/alph_appear.dat diff --git a/2.5DHero/2.5DHero/Scripts/alph/alph_oldman.dat b/2.5DHero/2.5DHeroContent/Scripts/alph/alph_oldman.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/alph/alph_oldman.dat rename to 2.5DHero/2.5DHeroContent/Scripts/alph/alph_oldman.dat diff --git a/2.5DHero/2.5DHero/Scripts/alph/computer.dat b/2.5DHero/2.5DHeroContent/Scripts/alph/computer.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/alph/computer.dat rename to 2.5DHero/2.5DHeroContent/Scripts/alph/computer.dat diff --git a/2.5DHero/2.5DHero/Scripts/alph/unown/1.dat b/2.5DHero/2.5DHeroContent/Scripts/alph/unown/1.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/alph/unown/1.dat rename to 2.5DHero/2.5DHeroContent/Scripts/alph/unown/1.dat diff --git a/2.5DHero/2.5DHero/Scripts/alph/unown/2.dat b/2.5DHero/2.5DHeroContent/Scripts/alph/unown/2.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/alph/unown/2.dat rename to 2.5DHero/2.5DHeroContent/Scripts/alph/unown/2.dat diff --git a/2.5DHero/2.5DHero/Scripts/alph/unown/3.dat b/2.5DHero/2.5DHeroContent/Scripts/alph/unown/3.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/alph/unown/3.dat rename to 2.5DHero/2.5DHeroContent/Scripts/alph/unown/3.dat diff --git a/2.5DHero/2.5DHero/Scripts/alph/unown/4.dat b/2.5DHero/2.5DHeroContent/Scripts/alph/unown/4.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/alph/unown/4.dat rename to 2.5DHero/2.5DHeroContent/Scripts/alph/unown/4.dat diff --git a/2.5DHero/2.5DHero/Scripts/alph/unown/5.dat b/2.5DHero/2.5DHeroContent/Scripts/alph/unown/5.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/alph/unown/5.dat rename to 2.5DHero/2.5DHeroContent/Scripts/alph/unown/5.dat diff --git a/2.5DHero/2.5DHero/Scripts/alph/unown/6.dat b/2.5DHero/2.5DHeroContent/Scripts/alph/unown/6.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/alph/unown/6.dat rename to 2.5DHero/2.5DHeroContent/Scripts/alph/unown/6.dat diff --git a/2.5DHero/2.5DHero/Scripts/alph/unown/7.dat b/2.5DHero/2.5DHeroContent/Scripts/alph/unown/7.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/alph/unown/7.dat rename to 2.5DHero/2.5DHeroContent/Scripts/alph/unown/7.dat diff --git a/2.5DHero/2.5DHero/Scripts/alph/unown/8.dat b/2.5DHero/2.5DHeroContent/Scripts/alph/unown/8.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/alph/unown/8.dat rename to 2.5DHero/2.5DHeroContent/Scripts/alph/unown/8.dat diff --git a/2.5DHero/2.5DHero/Scripts/azalea/GymGuy.dat b/2.5DHero/2.5DHeroContent/Scripts/azalea/GymGuy.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/azalea/GymGuy.dat rename to 2.5DHero/2.5DHeroContent/Scripts/azalea/GymGuy.dat diff --git a/2.5DHero/2.5DHero/Scripts/azalea/GymPillar.dat b/2.5DHero/2.5DHeroContent/Scripts/azalea/GymPillar.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/azalea/GymPillar.dat rename to 2.5DHero/2.5DHeroContent/Scripts/azalea/GymPillar.dat diff --git a/2.5DHero/2.5DHero/Scripts/azalea/charcoal_guy.dat b/2.5DHero/2.5DHeroContent/Scripts/azalea/charcoal_guy.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/azalea/charcoal_guy.dat rename to 2.5DHero/2.5DHeroContent/Scripts/azalea/charcoal_guy.dat diff --git a/2.5DHero/2.5DHero/Scripts/azalea/charcoal_teacher.dat b/2.5DHero/2.5DHeroContent/Scripts/azalea/charcoal_teacher.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/azalea/charcoal_teacher.dat rename to 2.5DHero/2.5DHeroContent/Scripts/azalea/charcoal_teacher.dat diff --git a/2.5DHero/2.5DHero/Scripts/azalea/farfetchd.dat b/2.5DHero/2.5DHeroContent/Scripts/azalea/farfetchd.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/azalea/farfetchd.dat rename to 2.5DHero/2.5DHeroContent/Scripts/azalea/farfetchd.dat diff --git a/2.5DHero/2.5DHero/Scripts/azalea/kurt.dat b/2.5DHero/2.5DHeroContent/Scripts/azalea/kurt.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/azalea/kurt.dat rename to 2.5DHero/2.5DHeroContent/Scripts/azalea/kurt.dat diff --git a/2.5DHero/2.5DHero/Scripts/azalea/kurt_aggro.dat b/2.5DHero/2.5DHeroContent/Scripts/azalea/kurt_aggro.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/azalea/kurt_aggro.dat rename to 2.5DHero/2.5DHeroContent/Scripts/azalea/kurt_aggro.dat diff --git a/2.5DHero/2.5DHero/Scripts/azalea/kurt_daughter.dat b/2.5DHero/2.5DHeroContent/Scripts/azalea/kurt_daughter.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/azalea/kurt_daughter.dat rename to 2.5DHero/2.5DHeroContent/Scripts/azalea/kurt_daughter.dat diff --git a/2.5DHero/2.5DHero/Scripts/azalea/kurt_thanks.dat b/2.5DHero/2.5DHeroContent/Scripts/azalea/kurt_thanks.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/azalea/kurt_thanks.dat rename to 2.5DHero/2.5DHeroContent/Scripts/azalea/kurt_thanks.dat diff --git a/2.5DHero/2.5DHero/Scripts/azalea/oldman.dat b/2.5DHero/2.5DHeroContent/Scripts/azalea/oldman.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/azalea/oldman.dat rename to 2.5DHero/2.5DHeroContent/Scripts/azalea/oldman.dat diff --git a/2.5DHero/2.5DHero/Scripts/azalea/slowpoke_talk.dat b/2.5DHero/2.5DHeroContent/Scripts/azalea/slowpoke_talk.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/azalea/slowpoke_talk.dat rename to 2.5DHero/2.5DHeroContent/Scripts/azalea/slowpoke_talk.dat diff --git a/2.5DHero/2.5DHero/Scripts/azalea/slowpokewell_kingsrock.dat b/2.5DHero/2.5DHeroContent/Scripts/azalea/slowpokewell_kingsrock.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/azalea/slowpokewell_kingsrock.dat rename to 2.5DHero/2.5DHeroContent/Scripts/azalea/slowpokewell_kingsrock.dat diff --git a/2.5DHero/2.5DHero/Scripts/barktown/mapscript.dat b/2.5DHero/2.5DHeroContent/Scripts/barktown/mapscript.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/barktown/mapscript.dat rename to 2.5DHero/2.5DHeroContent/Scripts/barktown/mapscript.dat diff --git a/2.5DHero/2.5DHero/Scripts/barktown/mary.dat b/2.5DHero/2.5DHeroContent/Scripts/barktown/mary.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/barktown/mary.dat rename to 2.5DHero/2.5DHeroContent/Scripts/barktown/mary.dat diff --git a/2.5DHero/2.5DHero/Scripts/barktown/mom.dat b/2.5DHero/2.5DHeroContent/Scripts/barktown/mom.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/barktown/mom.dat rename to 2.5DHero/2.5DHeroContent/Scripts/barktown/mom.dat diff --git a/2.5DHero/2.5DHero/Scripts/barktown/momdoor.dat b/2.5DHero/2.5DHeroContent/Scripts/barktown/momdoor.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/barktown/momdoor.dat rename to 2.5DHero/2.5DHeroContent/Scripts/barktown/momdoor.dat diff --git a/2.5DHero/2.5DHero/Scripts/barktown/no_pokemon.dat b/2.5DHero/2.5DHeroContent/Scripts/barktown/no_pokemon.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/barktown/no_pokemon.dat rename to 2.5DHero/2.5DHeroContent/Scripts/barktown/no_pokemon.dat diff --git a/2.5DHero/2.5DHero/Scripts/berryvista/trainman.dat b/2.5DHero/2.5DHeroContent/Scripts/berryvista/trainman.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/berryvista/trainman.dat rename to 2.5DHero/2.5DHeroContent/Scripts/berryvista/trainman.dat diff --git a/2.5DHero/2.5DHero/Scripts/blackthorn/dden_guard.dat b/2.5DHero/2.5DHeroContent/Scripts/blackthorn/dden_guard.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/blackthorn/dden_guard.dat rename to 2.5DHero/2.5DHeroContent/Scripts/blackthorn/dden_guard.dat diff --git a/2.5DHero/2.5DHero/Scripts/blackthorn/dragonair_trade.dat b/2.5DHero/2.5DHeroContent/Scripts/blackthorn/dragonair_trade.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/blackthorn/dragonair_trade.dat rename to 2.5DHero/2.5DHeroContent/Scripts/blackthorn/dragonair_trade.dat diff --git a/2.5DHero/2.5DHero/Scripts/blackthorn/dratini.dat b/2.5DHero/2.5DHeroContent/Scripts/blackthorn/dratini.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/blackthorn/dratini.dat rename to 2.5DHero/2.5DHeroContent/Scripts/blackthorn/dratini.dat diff --git a/2.5DHero/2.5DHero/Scripts/blackthorn/gym/GymGuy.dat b/2.5DHero/2.5DHeroContent/Scripts/blackthorn/gym/GymGuy.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/blackthorn/gym/GymGuy.dat rename to 2.5DHero/2.5DHeroContent/Scripts/blackthorn/gym/GymGuy.dat diff --git a/2.5DHero/2.5DHero/Scripts/blackthorn/gym/puzzlerocks.dat b/2.5DHero/2.5DHeroContent/Scripts/blackthorn/gym/puzzlerocks.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/blackthorn/gym/puzzlerocks.dat rename to 2.5DHero/2.5DHeroContent/Scripts/blackthorn/gym/puzzlerocks.dat diff --git a/2.5DHero/2.5DHero/Scripts/blackthorn/gym/rock_0.dat b/2.5DHero/2.5DHeroContent/Scripts/blackthorn/gym/rock_0.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/blackthorn/gym/rock_0.dat rename to 2.5DHero/2.5DHeroContent/Scripts/blackthorn/gym/rock_0.dat diff --git a/2.5DHero/2.5DHero/Scripts/blackthorn/gym/rock_1.dat b/2.5DHero/2.5DHeroContent/Scripts/blackthorn/gym/rock_1.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/blackthorn/gym/rock_1.dat rename to 2.5DHero/2.5DHeroContent/Scripts/blackthorn/gym/rock_1.dat diff --git a/2.5DHero/2.5DHero/Scripts/blackthorn/gym/rock_2.dat b/2.5DHero/2.5DHeroContent/Scripts/blackthorn/gym/rock_2.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/blackthorn/gym/rock_2.dat rename to 2.5DHero/2.5DHeroContent/Scripts/blackthorn/gym/rock_2.dat diff --git a/2.5DHero/2.5DHero/Scripts/blackthorn/gym/warp_0.dat b/2.5DHero/2.5DHeroContent/Scripts/blackthorn/gym/warp_0.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/blackthorn/gym/warp_0.dat rename to 2.5DHero/2.5DHeroContent/Scripts/blackthorn/gym/warp_0.dat diff --git a/2.5DHero/2.5DHero/Scripts/blackthorn/gym/warp_1.dat b/2.5DHero/2.5DHeroContent/Scripts/blackthorn/gym/warp_1.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/blackthorn/gym/warp_1.dat rename to 2.5DHero/2.5DHeroContent/Scripts/blackthorn/gym/warp_1.dat diff --git a/2.5DHero/2.5DHero/Scripts/blackthorn/gym/warp_2.dat b/2.5DHero/2.5DHeroContent/Scripts/blackthorn/gym/warp_2.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/blackthorn/gym/warp_2.dat rename to 2.5DHero/2.5DHeroContent/Scripts/blackthorn/gym/warp_2.dat diff --git a/2.5DHero/2.5DHero/Scripts/blackthorn/movedeleter.dat b/2.5DHero/2.5DHeroContent/Scripts/blackthorn/movedeleter.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/blackthorn/movedeleter.dat rename to 2.5DHero/2.5DHeroContent/Scripts/blackthorn/movedeleter.dat diff --git a/2.5DHero/2.5DHero/Scripts/blackthorn/moverelearner.dat b/2.5DHero/2.5DHeroContent/Scripts/blackthorn/moverelearner.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/blackthorn/moverelearner.dat rename to 2.5DHero/2.5DHeroContent/Scripts/blackthorn/moverelearner.dat diff --git a/2.5DHero/2.5DHero/Scripts/blackthorn/santos.dat b/2.5DHero/2.5DHeroContent/Scripts/blackthorn/santos.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/blackthorn/santos.dat rename to 2.5DHero/2.5DHeroContent/Scripts/blackthorn/santos.dat diff --git a/2.5DHero/2.5DHero/Scripts/blackthorn/santos_map.dat b/2.5DHero/2.5DHeroContent/Scripts/blackthorn/santos_map.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/blackthorn/santos_map.dat rename to 2.5DHero/2.5DHeroContent/Scripts/blackthorn/santos_map.dat diff --git a/2.5DHero/2.5DHero/Scripts/boon/dockguy.dat b/2.5DHero/2.5DHeroContent/Scripts/boon/dockguy.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/boon/dockguy.dat rename to 2.5DHero/2.5DHeroContent/Scripts/boon/dockguy.dat diff --git a/2.5DHero/2.5DHero/Scripts/boon/housemapscript.dat b/2.5DHero/2.5DHeroContent/Scripts/boon/housemapscript.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/boon/housemapscript.dat rename to 2.5DHero/2.5DHeroContent/Scripts/boon/housemapscript.dat diff --git a/2.5DHero/2.5DHero/Scripts/boon/lostellesdad.dat b/2.5DHero/2.5DHeroContent/Scripts/boon/lostellesdad.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/boon/lostellesdad.dat rename to 2.5DHero/2.5DHeroContent/Scripts/boon/lostellesdad.dat diff --git a/2.5DHero/2.5DHero/Scripts/boon/oldlady.dat b/2.5DHero/2.5DHeroContent/Scripts/boon/oldlady.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/boon/oldlady.dat rename to 2.5DHero/2.5DHeroContent/Scripts/boon/oldlady.dat diff --git a/2.5DHero/2.5DHero/Scripts/celadon/clefairy.dat b/2.5DHero/2.5DHeroContent/Scripts/celadon/clefairy.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/celadon/clefairy.dat rename to 2.5DHero/2.5DHeroContent/Scripts/celadon/clefairy.dat diff --git a/2.5DHero/2.5DHero/Scripts/celadon/condoinfo.dat b/2.5DHero/2.5DHeroContent/Scripts/celadon/condoinfo.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/celadon/condoinfo.dat rename to 2.5DHero/2.5DHeroContent/Scripts/celadon/condoinfo.dat diff --git a/2.5DHero/2.5DHero/Scripts/celadon/curse.dat b/2.5DHero/2.5DHeroContent/Scripts/celadon/curse.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/celadon/curse.dat rename to 2.5DHero/2.5DHeroContent/Scripts/celadon/curse.dat diff --git a/2.5DHero/2.5DHero/Scripts/celadon/mart/counter.dat b/2.5DHero/2.5DHeroContent/Scripts/celadon/mart/counter.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/celadon/mart/counter.dat rename to 2.5DHero/2.5DHeroContent/Scripts/celadon/mart/counter.dat diff --git a/2.5DHero/2.5DHero/Scripts/celadon/mart/elevator.dat b/2.5DHero/2.5DHeroContent/Scripts/celadon/mart/elevator.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/celadon/mart/elevator.dat rename to 2.5DHero/2.5DHeroContent/Scripts/celadon/mart/elevator.dat diff --git a/2.5DHero/2.5DHero/Scripts/celadon/mart/information.dat b/2.5DHero/2.5DHeroContent/Scripts/celadon/mart/information.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/celadon/mart/information.dat rename to 2.5DHero/2.5DHeroContent/Scripts/celadon/mart/information.dat diff --git a/2.5DHero/2.5DHero/Scripts/celadon/meowth.dat b/2.5DHero/2.5DHeroContent/Scripts/celadon/meowth.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/celadon/meowth.dat rename to 2.5DHero/2.5DHeroContent/Scripts/celadon/meowth.dat diff --git a/2.5DHero/2.5DHero/Scripts/celadon/nidoran.dat b/2.5DHero/2.5DHeroContent/Scripts/celadon/nidoran.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/celadon/nidoran.dat rename to 2.5DHero/2.5DHeroContent/Scripts/celadon/nidoran.dat diff --git a/2.5DHero/2.5DHero/Scripts/celadon/poliwrath.dat b/2.5DHero/2.5DHeroContent/Scripts/celadon/poliwrath.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/celadon/poliwrath.dat rename to 2.5DHero/2.5DHeroContent/Scripts/celadon/poliwrath.dat diff --git a/2.5DHero/2.5DHero/Scripts/center_script.dat b/2.5DHero/2.5DHeroContent/Scripts/center_script.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/center_script.dat rename to 2.5DHero/2.5DHeroContent/Scripts/center_script.dat diff --git a/2.5DHero/2.5DHero/Scripts/cerulean/GymGuy.dat b/2.5DHero/2.5DHeroContent/Scripts/cerulean/GymGuy.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/cerulean/GymGuy.dat rename to 2.5DHero/2.5DHeroContent/Scripts/cerulean/GymGuy.dat diff --git a/2.5DHero/2.5DHero/Scripts/cerulean/diglett.dat b/2.5DHero/2.5DHeroContent/Scripts/cerulean/diglett.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/cerulean/diglett.dat rename to 2.5DHero/2.5DHeroContent/Scripts/cerulean/diglett.dat diff --git a/2.5DHero/2.5DHero/Scripts/cerulean/gymgrunt.dat b/2.5DHero/2.5DHeroContent/Scripts/cerulean/gymgrunt.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/cerulean/gymgrunt.dat rename to 2.5DHero/2.5DHeroContent/Scripts/cerulean/gymgrunt.dat diff --git a/2.5DHero/2.5DHero/Scripts/cerulean/kangaskhan.dat b/2.5DHero/2.5DHeroContent/Scripts/cerulean/kangaskhan.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/cerulean/kangaskhan.dat rename to 2.5DHero/2.5DHeroContent/Scripts/cerulean/kangaskhan.dat diff --git a/2.5DHero/2.5DHero/Scripts/cerulean/slowbro.dat b/2.5DHero/2.5DHeroContent/Scripts/cerulean/slowbro.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/cerulean/slowbro.dat rename to 2.5DHero/2.5DHeroContent/Scripts/cerulean/slowbro.dat diff --git a/2.5DHero/2.5DHero/Scripts/cerulean/zubat.dat b/2.5DHero/2.5DHeroContent/Scripts/cerulean/zubat.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/cerulean/zubat.dat rename to 2.5DHero/2.5DHeroContent/Scripts/cerulean/zubat.dat diff --git a/2.5DHero/2.5DHero/Scripts/ceruleancave/healer.dat b/2.5DHero/2.5DHeroContent/Scripts/ceruleancave/healer.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/ceruleancave/healer.dat rename to 2.5DHero/2.5DHeroContent/Scripts/ceruleancave/healer.dat diff --git a/2.5DHero/2.5DHero/Scripts/ceruleancave/lookerencounter.dat b/2.5DHero/2.5DHeroContent/Scripts/ceruleancave/lookerencounter.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/ceruleancave/lookerencounter.dat rename to 2.5DHero/2.5DHeroContent/Scripts/ceruleancave/lookerencounter.dat diff --git a/2.5DHero/2.5DHero/Scripts/ceruleancave/mewtwo.dat b/2.5DHero/2.5DHeroContent/Scripts/ceruleancave/mewtwo.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/ceruleancave/mewtwo.dat rename to 2.5DHero/2.5DHeroContent/Scripts/ceruleancave/mewtwo.dat diff --git a/2.5DHero/2.5DHero/Scripts/ceruleancave/protonencounter.dat b/2.5DHero/2.5DHeroContent/Scripts/ceruleancave/protonencounter.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/ceruleancave/protonencounter.dat rename to 2.5DHero/2.5DHeroContent/Scripts/ceruleancave/protonencounter.dat diff --git a/2.5DHero/2.5DHero/Scripts/cherrygrove/mystic_water.dat b/2.5DHero/2.5DHeroContent/Scripts/cherrygrove/mystic_water.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/cherrygrove/mystic_water.dat rename to 2.5DHero/2.5DHeroContent/Scripts/cherrygrove/mystic_water.dat diff --git a/2.5DHero/2.5DHero/Scripts/cherrygrove/oldguide.dat b/2.5DHero/2.5DHeroContent/Scripts/cherrygrove/oldguide.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/cherrygrove/oldguide.dat rename to 2.5DHero/2.5DHeroContent/Scripts/cherrygrove/oldguide.dat diff --git a/2.5DHero/2.5DHero/Scripts/cherrygrove/steve.dat b/2.5DHero/2.5DHeroContent/Scripts/cherrygrove/steve.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/cherrygrove/steve.dat rename to 2.5DHero/2.5DHeroContent/Scripts/cherrygrove/steve.dat diff --git a/2.5DHero/2.5DHero/Scripts/chrono/dockguy.dat b/2.5DHero/2.5DHeroContent/Scripts/chrono/dockguy.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/chrono/dockguy.dat rename to 2.5DHero/2.5DHeroContent/Scripts/chrono/dockguy.dat diff --git a/2.5DHero/2.5DHero/Scripts/chrono/dockguymemorial.dat b/2.5DHero/2.5DHeroContent/Scripts/chrono/dockguymemorial.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/chrono/dockguymemorial.dat rename to 2.5DHero/2.5DHeroContent/Scripts/chrono/dockguymemorial.dat diff --git a/2.5DHero/2.5DHero/Scripts/chrono/door.dat b/2.5DHero/2.5DHeroContent/Scripts/chrono/door.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/chrono/door.dat rename to 2.5DHero/2.5DHeroContent/Scripts/chrono/door.dat diff --git a/2.5DHero/2.5DHero/Scripts/chrono/egg.dat b/2.5DHero/2.5DHeroContent/Scripts/chrono/egg.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/chrono/egg.dat rename to 2.5DHero/2.5DHeroContent/Scripts/chrono/egg.dat diff --git a/2.5DHero/2.5DHero/Scripts/chrono/grieve.dat b/2.5DHero/2.5DHeroContent/Scripts/chrono/grieve.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/chrono/grieve.dat rename to 2.5DHero/2.5DHeroContent/Scripts/chrono/grieve.dat diff --git a/2.5DHero/2.5DHero/Scripts/chrono/gruntencounter.dat b/2.5DHero/2.5DHeroContent/Scripts/chrono/gruntencounter.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/chrono/gruntencounter.dat rename to 2.5DHero/2.5DHeroContent/Scripts/chrono/gruntencounter.dat diff --git a/2.5DHero/2.5DHero/Scripts/chrono/memorial.dat b/2.5DHero/2.5DHeroContent/Scripts/chrono/memorial.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/chrono/memorial.dat rename to 2.5DHero/2.5DHeroContent/Scripts/chrono/memorial.dat diff --git a/2.5DHero/2.5DHero/Scripts/chrono/memorialmap.dat b/2.5DHero/2.5DHeroContent/Scripts/chrono/memorialmap.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/chrono/memorialmap.dat rename to 2.5DHero/2.5DHeroContent/Scripts/chrono/memorialmap.dat diff --git a/2.5DHero/2.5DHero/Scripts/chrono/protonencounter.dat b/2.5DHero/2.5DHeroContent/Scripts/chrono/protonencounter.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/chrono/protonencounter.dat rename to 2.5DHero/2.5DHeroContent/Scripts/chrono/protonencounter.dat diff --git a/2.5DHero/2.5DHero/Scripts/chrono/raisenpcs.dat b/2.5DHero/2.5DHeroContent/Scripts/chrono/raisenpcs.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/chrono/raisenpcs.dat rename to 2.5DHero/2.5DHeroContent/Scripts/chrono/raisenpcs.dat diff --git a/2.5DHero/2.5DHero/Scripts/chrono/selloscave.dat b/2.5DHero/2.5DHeroContent/Scripts/chrono/selloscave.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/chrono/selloscave.dat rename to 2.5DHero/2.5DHeroContent/Scripts/chrono/selloscave.dat diff --git a/2.5DHero/2.5DHero/Scripts/chrono/selphy.dat b/2.5DHero/2.5DHeroContent/Scripts/chrono/selphy.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/chrono/selphy.dat rename to 2.5DHero/2.5DHeroContent/Scripts/chrono/selphy.dat diff --git a/2.5DHero/2.5DHero/Scripts/chrono/warehousedoormap.dat b/2.5DHero/2.5DHeroContent/Scripts/chrono/warehousedoormap.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/chrono/warehousedoormap.dat rename to 2.5DHero/2.5DHeroContent/Scripts/chrono/warehousedoormap.dat diff --git a/2.5DHero/2.5DHero/Scripts/cianwood/Fly.dat b/2.5DHero/2.5DHeroContent/Scripts/cianwood/Fly.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/cianwood/Fly.dat rename to 2.5DHero/2.5DHeroContent/Scripts/cianwood/Fly.dat diff --git a/2.5DHero/2.5DHero/Scripts/cianwood/GymGuy.dat b/2.5DHero/2.5DHeroContent/Scripts/cianwood/GymGuy.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/cianwood/GymGuy.dat rename to 2.5DHero/2.5DHeroContent/Scripts/cianwood/GymGuy.dat diff --git a/2.5DHero/2.5DHero/Scripts/cianwood/Shuckle.dat b/2.5DHero/2.5DHeroContent/Scripts/cianwood/Shuckle.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/cianwood/Shuckle.dat rename to 2.5DHero/2.5DHeroContent/Scripts/cianwood/Shuckle.dat diff --git a/2.5DHero/2.5DHero/Scripts/cianwood/potion_guy.dat b/2.5DHero/2.5DHeroContent/Scripts/cianwood/potion_guy.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/cianwood/potion_guy.dat rename to 2.5DHero/2.5DHeroContent/Scripts/cianwood/potion_guy.dat diff --git a/2.5DHero/2.5DHero/Scripts/cianwood/seer.dat b/2.5DHero/2.5DHeroContent/Scripts/cianwood/seer.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/cianwood/seer.dat rename to 2.5DHero/2.5DHeroContent/Scripts/cianwood/seer.dat diff --git a/2.5DHero/2.5DHero/Scripts/cinnabar/blue.dat b/2.5DHero/2.5DHeroContent/Scripts/cinnabar/blue.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/cinnabar/blue.dat rename to 2.5DHero/2.5DHeroContent/Scripts/cinnabar/blue.dat diff --git a/2.5DHero/2.5DHero/Scripts/computer.dat b/2.5DHero/2.5DHeroContent/Scripts/computer.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/computer.dat rename to 2.5DHero/2.5DHeroContent/Scripts/computer.dat diff --git a/2.5DHero/2.5DHero/Scripts/computer_choose.dat b/2.5DHero/2.5DHeroContent/Scripts/computer_choose.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/computer_choose.dat rename to 2.5DHero/2.5DHeroContent/Scripts/computer_choose.dat diff --git a/2.5DHero/2.5DHero/Scripts/darkcave/black_glasses.dat b/2.5DHero/2.5DHeroContent/Scripts/darkcave/black_glasses.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/darkcave/black_glasses.dat rename to 2.5DHero/2.5DHeroContent/Scripts/darkcave/black_glasses.dat diff --git a/2.5DHero/2.5DHero/Scripts/dragonsden/clairtmget.dat b/2.5DHero/2.5DHeroContent/Scripts/dragonsden/clairtmget.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/dragonsden/clairtmget.dat rename to 2.5DHero/2.5DHeroContent/Scripts/dragonsden/clairtmget.dat diff --git a/2.5DHero/2.5DHero/Scripts/dragonsden/master.dat b/2.5DHero/2.5DHeroContent/Scripts/dragonsden/master.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/dragonsden/master.dat rename to 2.5DHero/2.5DHeroContent/Scripts/dragonsden/master.dat diff --git a/2.5DHero/2.5DHero/Scripts/dragonsden/questions.dat b/2.5DHero/2.5DHeroContent/Scripts/dragonsden/questions.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/dragonsden/questions.dat rename to 2.5DHero/2.5DHeroContent/Scripts/dragonsden/questions.dat diff --git a/2.5DHero/2.5DHero/Scripts/dragonsden/torch1.dat b/2.5DHero/2.5DHeroContent/Scripts/dragonsden/torch1.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/dragonsden/torch1.dat rename to 2.5DHero/2.5DHeroContent/Scripts/dragonsden/torch1.dat diff --git a/2.5DHero/2.5DHero/Scripts/dragonsden/torch2.dat b/2.5DHero/2.5DHeroContent/Scripts/dragonsden/torch2.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/dragonsden/torch2.dat rename to 2.5DHero/2.5DHeroContent/Scripts/dragonsden/torch2.dat diff --git a/2.5DHero/2.5DHero/Scripts/dungeon/blue.dat b/2.5DHero/2.5DHeroContent/Scripts/dungeon/blue.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/dungeon/blue.dat rename to 2.5DHero/2.5DHeroContent/Scripts/dungeon/blue.dat diff --git a/2.5DHero/2.5DHero/Scripts/dungeon/centerrobomap.dat b/2.5DHero/2.5DHeroContent/Scripts/dungeon/centerrobomap.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/dungeon/centerrobomap.dat rename to 2.5DHero/2.5DHeroContent/Scripts/dungeon/centerrobomap.dat diff --git a/2.5DHero/2.5DHero/Scripts/dungeon/chessmap.dat b/2.5DHero/2.5DHeroContent/Scripts/dungeon/chessmap.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/dungeon/chessmap.dat rename to 2.5DHero/2.5DHeroContent/Scripts/dungeon/chessmap.dat diff --git a/2.5DHero/2.5DHero/Scripts/dungeon/chessmoves.dat b/2.5DHero/2.5DHeroContent/Scripts/dungeon/chessmoves.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/dungeon/chessmoves.dat rename to 2.5DHero/2.5DHeroContent/Scripts/dungeon/chessmoves.dat diff --git a/2.5DHero/2.5DHero/Scripts/dungeon/chesspieces/bishop1.dat b/2.5DHero/2.5DHeroContent/Scripts/dungeon/chesspieces/bishop1.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/dungeon/chesspieces/bishop1.dat rename to 2.5DHero/2.5DHeroContent/Scripts/dungeon/chesspieces/bishop1.dat diff --git a/2.5DHero/2.5DHero/Scripts/dungeon/chesspieces/bishop2.dat b/2.5DHero/2.5DHeroContent/Scripts/dungeon/chesspieces/bishop2.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/dungeon/chesspieces/bishop2.dat rename to 2.5DHero/2.5DHeroContent/Scripts/dungeon/chesspieces/bishop2.dat diff --git a/2.5DHero/2.5DHero/Scripts/dungeon/chesspieces/bishop3.dat b/2.5DHero/2.5DHeroContent/Scripts/dungeon/chesspieces/bishop3.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/dungeon/chesspieces/bishop3.dat rename to 2.5DHero/2.5DHeroContent/Scripts/dungeon/chesspieces/bishop3.dat diff --git a/2.5DHero/2.5DHero/Scripts/dungeon/chesspieces/bishop4.dat b/2.5DHero/2.5DHeroContent/Scripts/dungeon/chesspieces/bishop4.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/dungeon/chesspieces/bishop4.dat rename to 2.5DHero/2.5DHeroContent/Scripts/dungeon/chesspieces/bishop4.dat diff --git a/2.5DHero/2.5DHero/Scripts/dungeon/chesspieces/king.dat b/2.5DHero/2.5DHeroContent/Scripts/dungeon/chesspieces/king.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/dungeon/chesspieces/king.dat rename to 2.5DHero/2.5DHeroContent/Scripts/dungeon/chesspieces/king.dat diff --git a/2.5DHero/2.5DHero/Scripts/dungeon/chesspieces/knight1.dat b/2.5DHero/2.5DHeroContent/Scripts/dungeon/chesspieces/knight1.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/dungeon/chesspieces/knight1.dat rename to 2.5DHero/2.5DHeroContent/Scripts/dungeon/chesspieces/knight1.dat diff --git a/2.5DHero/2.5DHero/Scripts/dungeon/chesspieces/knight2.dat b/2.5DHero/2.5DHeroContent/Scripts/dungeon/chesspieces/knight2.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/dungeon/chesspieces/knight2.dat rename to 2.5DHero/2.5DHeroContent/Scripts/dungeon/chesspieces/knight2.dat diff --git a/2.5DHero/2.5DHero/Scripts/dungeon/chesspieces/pawn.dat b/2.5DHero/2.5DHeroContent/Scripts/dungeon/chesspieces/pawn.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/dungeon/chesspieces/pawn.dat rename to 2.5DHero/2.5DHeroContent/Scripts/dungeon/chesspieces/pawn.dat diff --git a/2.5DHero/2.5DHero/Scripts/dungeon/chesspieces/queen1.dat b/2.5DHero/2.5DHeroContent/Scripts/dungeon/chesspieces/queen1.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/dungeon/chesspieces/queen1.dat rename to 2.5DHero/2.5DHeroContent/Scripts/dungeon/chesspieces/queen1.dat diff --git a/2.5DHero/2.5DHero/Scripts/dungeon/chesspieces/queen2.dat b/2.5DHero/2.5DHeroContent/Scripts/dungeon/chesspieces/queen2.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/dungeon/chesspieces/queen2.dat rename to 2.5DHero/2.5DHeroContent/Scripts/dungeon/chesspieces/queen2.dat diff --git a/2.5DHero/2.5DHero/Scripts/dungeon/chesspieces/rook1.dat b/2.5DHero/2.5DHeroContent/Scripts/dungeon/chesspieces/rook1.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/dungeon/chesspieces/rook1.dat rename to 2.5DHero/2.5DHeroContent/Scripts/dungeon/chesspieces/rook1.dat diff --git a/2.5DHero/2.5DHero/Scripts/dungeon/chesspieces/rook2.dat b/2.5DHero/2.5DHeroContent/Scripts/dungeon/chesspieces/rook2.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/dungeon/chesspieces/rook2.dat rename to 2.5DHero/2.5DHeroContent/Scripts/dungeon/chesspieces/rook2.dat diff --git a/2.5DHero/2.5DHero/Scripts/dungeon/chesspieces/rook3.dat b/2.5DHero/2.5DHeroContent/Scripts/dungeon/chesspieces/rook3.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/dungeon/chesspieces/rook3.dat rename to 2.5DHero/2.5DHeroContent/Scripts/dungeon/chesspieces/rook3.dat diff --git a/2.5DHero/2.5DHero/Scripts/dungeon/chessscientist.dat b/2.5DHero/2.5DHeroContent/Scripts/dungeon/chessscientist.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/dungeon/chessscientist.dat rename to 2.5DHero/2.5DHeroContent/Scripts/dungeon/chessscientist.dat diff --git a/2.5DHero/2.5DHero/Scripts/dungeon/crackedfloormap.dat b/2.5DHero/2.5DHeroContent/Scripts/dungeon/crackedfloormap.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/dungeon/crackedfloormap.dat rename to 2.5DHero/2.5DHeroContent/Scripts/dungeon/crackedfloormap.dat diff --git a/2.5DHero/2.5DHero/Scripts/dungeon/crackfloors.dat b/2.5DHero/2.5DHeroContent/Scripts/dungeon/crackfloors.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/dungeon/crackfloors.dat rename to 2.5DHero/2.5DHeroContent/Scripts/dungeon/crackfloors.dat diff --git a/2.5DHero/2.5DHero/Scripts/dungeon/doors.dat b/2.5DHero/2.5DHeroContent/Scripts/dungeon/doors.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/dungeon/doors.dat rename to 2.5DHero/2.5DHeroContent/Scripts/dungeon/doors.dat diff --git a/2.5DHero/2.5DHero/Scripts/dungeon/hiker.dat b/2.5DHero/2.5DHeroContent/Scripts/dungeon/hiker.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/dungeon/hiker.dat rename to 2.5DHero/2.5DHeroContent/Scripts/dungeon/hiker.dat diff --git a/2.5DHero/2.5DHero/Scripts/dungeon/jirachi.dat b/2.5DHero/2.5DHeroContent/Scripts/dungeon/jirachi.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/dungeon/jirachi.dat rename to 2.5DHero/2.5DHeroContent/Scripts/dungeon/jirachi.dat diff --git a/2.5DHero/2.5DHero/Scripts/dungeon/masterrobot.dat b/2.5DHero/2.5DHeroContent/Scripts/dungeon/masterrobot.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/dungeon/masterrobot.dat rename to 2.5DHero/2.5DHeroContent/Scripts/dungeon/masterrobot.dat diff --git a/2.5DHero/2.5DHero/Scripts/dungeon/postchess.dat b/2.5DHero/2.5DHeroContent/Scripts/dungeon/postchess.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/dungeon/postchess.dat rename to 2.5DHero/2.5DHeroContent/Scripts/dungeon/postchess.dat diff --git a/2.5DHero/2.5DHero/Scripts/dungeon/postpostchess.dat b/2.5DHero/2.5DHeroContent/Scripts/dungeon/postpostchess.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/dungeon/postpostchess.dat rename to 2.5DHero/2.5DHeroContent/Scripts/dungeon/postpostchess.dat diff --git a/2.5DHero/2.5DHero/Scripts/dungeon/red.dat b/2.5DHero/2.5DHeroContent/Scripts/dungeon/red.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/dungeon/red.dat rename to 2.5DHero/2.5DHeroContent/Scripts/dungeon/red.dat diff --git a/2.5DHero/2.5DHero/Scripts/dungeon/robots.dat b/2.5DHero/2.5DHeroContent/Scripts/dungeon/robots.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/dungeon/robots.dat rename to 2.5DHero/2.5DHeroContent/Scripts/dungeon/robots.dat diff --git a/2.5DHero/2.5DHero/Scripts/dungeon/robotwarpout.dat b/2.5DHero/2.5DHeroContent/Scripts/dungeon/robotwarpout.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/dungeon/robotwarpout.dat rename to 2.5DHero/2.5DHeroContent/Scripts/dungeon/robotwarpout.dat diff --git a/2.5DHero/2.5DHero/Scripts/dungeon/rock_0.dat b/2.5DHero/2.5DHeroContent/Scripts/dungeon/rock_0.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/dungeon/rock_0.dat rename to 2.5DHero/2.5DHeroContent/Scripts/dungeon/rock_0.dat diff --git a/2.5DHero/2.5DHero/Scripts/dungeon/rock_1.dat b/2.5DHero/2.5DHeroContent/Scripts/dungeon/rock_1.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/dungeon/rock_1.dat rename to 2.5DHero/2.5DHeroContent/Scripts/dungeon/rock_1.dat diff --git a/2.5DHero/2.5DHero/Scripts/dungeon/rock_2.dat b/2.5DHero/2.5DHeroContent/Scripts/dungeon/rock_2.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/dungeon/rock_2.dat rename to 2.5DHero/2.5DHeroContent/Scripts/dungeon/rock_2.dat diff --git a/2.5DHero/2.5DHero/Scripts/dungeon/rockremove.dat b/2.5DHero/2.5DHeroContent/Scripts/dungeon/rockremove.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/dungeon/rockremove.dat rename to 2.5DHero/2.5DHeroContent/Scripts/dungeon/rockremove.dat diff --git a/2.5DHero/2.5DHero/Scripts/dungeon/textblock.dat b/2.5DHero/2.5DHeroContent/Scripts/dungeon/textblock.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/dungeon/textblock.dat rename to 2.5DHero/2.5DHeroContent/Scripts/dungeon/textblock.dat diff --git a/2.5DHero/2.5DHero/Scripts/dungeon/towerregister.dat b/2.5DHero/2.5DHeroContent/Scripts/dungeon/towerregister.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/dungeon/towerregister.dat rename to 2.5DHero/2.5DHeroContent/Scripts/dungeon/towerregister.dat diff --git a/2.5DHero/2.5DHero/Scripts/dungeon/towertopregister.dat b/2.5DHero/2.5DHeroContent/Scripts/dungeon/towertopregister.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/dungeon/towertopregister.dat rename to 2.5DHero/2.5DHeroContent/Scripts/dungeon/towertopregister.dat diff --git a/2.5DHero/2.5DHero/Scripts/dungeon/trainman.dat b/2.5DHero/2.5DHeroContent/Scripts/dungeon/trainman.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/dungeon/trainman.dat rename to 2.5DHero/2.5DHeroContent/Scripts/dungeon/trainman.dat diff --git a/2.5DHero/2.5DHero/Scripts/dungeon/unregistercracked.dat b/2.5DHero/2.5DHeroContent/Scripts/dungeon/unregistercracked.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/dungeon/unregistercracked.dat rename to 2.5DHero/2.5DHeroContent/Scripts/dungeon/unregistercracked.dat diff --git a/2.5DHero/2.5DHero/Scripts/ecruteak/bill_encounter.dat b/2.5DHero/2.5DHeroContent/Scripts/ecruteak/bill_encounter.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/ecruteak/bill_encounter.dat rename to 2.5DHero/2.5DHeroContent/Scripts/ecruteak/bill_encounter.dat diff --git a/2.5DHero/2.5DHero/Scripts/ecruteak/gymwarp.dat b/2.5DHero/2.5DHeroContent/Scripts/ecruteak/gymwarp.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/ecruteak/gymwarp.dat rename to 2.5DHero/2.5DHeroContent/Scripts/ecruteak/gymwarp.dat diff --git a/2.5DHero/2.5DHero/Scripts/ecruteak/item_finder.dat b/2.5DHero/2.5DHeroContent/Scripts/ecruteak/item_finder.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/ecruteak/item_finder.dat rename to 2.5DHero/2.5DHeroContent/Scripts/ecruteak/item_finder.dat diff --git a/2.5DHero/2.5DHero/Scripts/ecruteak/rhydon.dat b/2.5DHero/2.5DHeroContent/Scripts/ecruteak/rhydon.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/ecruteak/rhydon.dat rename to 2.5DHero/2.5DHeroContent/Scripts/ecruteak/rhydon.dat diff --git a/2.5DHero/2.5DHero/Scripts/ecruteak/rumor_lighthouse.dat b/2.5DHero/2.5DHeroContent/Scripts/ecruteak/rumor_lighthouse.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/ecruteak/rumor_lighthouse.dat rename to 2.5DHero/2.5DHeroContent/Scripts/ecruteak/rumor_lighthouse.dat diff --git a/2.5DHero/2.5DHero/Scripts/ecruteak/suicune_encounter.dat b/2.5DHero/2.5DHeroContent/Scripts/ecruteak/suicune_encounter.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/ecruteak/suicune_encounter.dat rename to 2.5DHero/2.5DHeroContent/Scripts/ecruteak/suicune_encounter.dat diff --git a/2.5DHero/2.5DHero/Scripts/ecruteak/surf_man.dat b/2.5DHero/2.5DHeroContent/Scripts/ecruteak/surf_man.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/ecruteak/surf_man.dat rename to 2.5DHero/2.5DHeroContent/Scripts/ecruteak/surf_man.dat diff --git a/2.5DHero/2.5DHero/Scripts/ecruteak/tintowersage1.dat b/2.5DHero/2.5DHeroContent/Scripts/ecruteak/tintowersage1.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/ecruteak/tintowersage1.dat rename to 2.5DHero/2.5DHeroContent/Scripts/ecruteak/tintowersage1.dat diff --git a/2.5DHero/2.5DHero/Scripts/ecruteak/tintowersage2.dat b/2.5DHero/2.5DHeroContent/Scripts/ecruteak/tintowersage2.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/ecruteak/tintowersage2.dat rename to 2.5DHero/2.5DHeroContent/Scripts/ecruteak/tintowersage2.dat diff --git a/2.5DHero/2.5DHero/Scripts/ecruteak/tintowersage3.dat b/2.5DHero/2.5DHeroContent/Scripts/ecruteak/tintowersage3.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/ecruteak/tintowersage3.dat rename to 2.5DHero/2.5DHeroContent/Scripts/ecruteak/tintowersage3.dat diff --git a/2.5DHero/2.5DHero/Scripts/ecruteak/tower_story.dat b/2.5DHero/2.5DHeroContent/Scripts/ecruteak/tower_story.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/ecruteak/tower_story.dat rename to 2.5DHero/2.5DHeroContent/Scripts/ecruteak/tower_story.dat diff --git a/2.5DHero/2.5DHero/Scripts/elmlab/chikorita.dat b/2.5DHero/2.5DHeroContent/Scripts/elmlab/chikorita.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/elmlab/chikorita.dat rename to 2.5DHero/2.5DHeroContent/Scripts/elmlab/chikorita.dat diff --git a/2.5DHero/2.5DHero/Scripts/elmlab/cyndaquil.dat b/2.5DHero/2.5DHeroContent/Scripts/elmlab/cyndaquil.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/elmlab/cyndaquil.dat rename to 2.5DHero/2.5DHeroContent/Scripts/elmlab/cyndaquil.dat diff --git a/2.5DHero/2.5DHero/Scripts/elmlab/door.dat b/2.5DHero/2.5DHeroContent/Scripts/elmlab/door.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/elmlab/door.dat rename to 2.5DHero/2.5DHeroContent/Scripts/elmlab/door.dat diff --git a/2.5DHero/2.5DHero/Scripts/elmlab/door0.dat b/2.5DHero/2.5DHeroContent/Scripts/elmlab/door0.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/elmlab/door0.dat rename to 2.5DHero/2.5DHeroContent/Scripts/elmlab/door0.dat diff --git a/2.5DHero/2.5DHero/Scripts/elmlab/elm.dat b/2.5DHero/2.5DHeroContent/Scripts/elmlab/elm.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/elmlab/elm.dat rename to 2.5DHero/2.5DHeroContent/Scripts/elmlab/elm.dat diff --git a/2.5DHero/2.5DHero/Scripts/elmlab/heal_machine.dat b/2.5DHero/2.5DHeroContent/Scripts/elmlab/heal_machine.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/elmlab/heal_machine.dat rename to 2.5DHero/2.5DHeroContent/Scripts/elmlab/heal_machine.dat diff --git a/2.5DHero/2.5DHero/Scripts/elmlab/totodile.dat b/2.5DHero/2.5DHeroContent/Scripts/elmlab/totodile.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/elmlab/totodile.dat rename to 2.5DHero/2.5DHeroContent/Scripts/elmlab/totodile.dat diff --git a/2.5DHero/2.5DHero/Scripts/empty_trash.dat b/2.5DHero/2.5DHeroContent/Scripts/empty_trash.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/empty_trash.dat rename to 2.5DHero/2.5DHeroContent/Scripts/empty_trash.dat diff --git a/2.5DHero/2.5DHero/Scripts/eusine/burnt1.dat b/2.5DHero/2.5DHeroContent/Scripts/eusine/burnt1.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/eusine/burnt1.dat rename to 2.5DHero/2.5DHeroContent/Scripts/eusine/burnt1.dat diff --git a/2.5DHero/2.5DHero/Scripts/eusine/burnt2.dat b/2.5DHero/2.5DHeroContent/Scripts/eusine/burnt2.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/eusine/burnt2.dat rename to 2.5DHero/2.5DHeroContent/Scripts/eusine/burnt2.dat diff --git a/2.5DHero/2.5DHero/Scripts/eusine/burnt3.dat b/2.5DHero/2.5DHeroContent/Scripts/eusine/burnt3.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/eusine/burnt3.dat rename to 2.5DHero/2.5DHeroContent/Scripts/eusine/burnt3.dat diff --git a/2.5DHero/2.5DHero/Scripts/eusine/cianwood.dat b/2.5DHero/2.5DHeroContent/Scripts/eusine/cianwood.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/eusine/cianwood.dat rename to 2.5DHero/2.5DHeroContent/Scripts/eusine/cianwood.dat diff --git a/2.5DHero/2.5DHero/Scripts/eusine/route14.dat b/2.5DHero/2.5DHeroContent/Scripts/eusine/route14.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/eusine/route14.dat rename to 2.5DHero/2.5DHeroContent/Scripts/eusine/route14.dat diff --git a/2.5DHero/2.5DHero/Scripts/eusine/route25.dat b/2.5DHero/2.5DHeroContent/Scripts/eusine/route25.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/eusine/route25.dat rename to 2.5DHero/2.5DHeroContent/Scripts/eusine/route25.dat diff --git a/2.5DHero/2.5DHero/Scripts/eusine/route42.dat b/2.5DHero/2.5DHeroContent/Scripts/eusine/route42.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/eusine/route42.dat rename to 2.5DHero/2.5DHeroContent/Scripts/eusine/route42.dat diff --git a/2.5DHero/2.5DHero/Scripts/eusine/suicunebattle.dat b/2.5DHero/2.5DHeroContent/Scripts/eusine/suicunebattle.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/eusine/suicunebattle.dat rename to 2.5DHero/2.5DHeroContent/Scripts/eusine/suicunebattle.dat diff --git a/2.5DHero/2.5DHero/Scripts/eusine/vermilion.dat b/2.5DHero/2.5DHeroContent/Scripts/eusine/vermilion.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/eusine/vermilion.dat rename to 2.5DHero/2.5DHeroContent/Scripts/eusine/vermilion.dat diff --git a/2.5DHero/2.5DHero/Scripts/faraway/dockhand.dat b/2.5DHero/2.5DHeroContent/Scripts/faraway/dockhand.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/faraway/dockhand.dat rename to 2.5DHero/2.5DHeroContent/Scripts/faraway/dockhand.dat diff --git a/2.5DHero/2.5DHero/Scripts/faraway/mew.dat b/2.5DHero/2.5DHeroContent/Scripts/faraway/mew.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/faraway/mew.dat rename to 2.5DHero/2.5DHeroContent/Scripts/faraway/mew.dat diff --git a/2.5DHero/2.5DHero/Scripts/faraway/warpin.dat b/2.5DHero/2.5DHeroContent/Scripts/faraway/warpin.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/faraway/warpin.dat rename to 2.5DHero/2.5DHeroContent/Scripts/faraway/warpin.dat diff --git a/2.5DHero/2.5DHero/Scripts/faraway/warpout.dat b/2.5DHero/2.5DHeroContent/Scripts/faraway/warpout.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/faraway/warpout.dat rename to 2.5DHero/2.5DHeroContent/Scripts/faraway/warpout.dat diff --git a/2.5DHero/2.5DHero/Scripts/floe/bayissues.dat b/2.5DHero/2.5DHeroContent/Scripts/floe/bayissues.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/floe/bayissues.dat rename to 2.5DHero/2.5DHeroContent/Scripts/floe/bayissues.dat diff --git a/2.5DHero/2.5DHero/Scripts/floe/bodyslam.dat b/2.5DHero/2.5DHeroContent/Scripts/floe/bodyslam.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/floe/bodyslam.dat rename to 2.5DHero/2.5DHeroContent/Scripts/floe/bodyslam.dat diff --git a/2.5DHero/2.5DHero/Scripts/floe/daycare/leave_pokemon.dat b/2.5DHero/2.5DHeroContent/Scripts/floe/daycare/leave_pokemon.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/floe/daycare/leave_pokemon.dat rename to 2.5DHero/2.5DHeroContent/Scripts/floe/daycare/leave_pokemon.dat diff --git a/2.5DHero/2.5DHero/Scripts/floe/daycare/main.dat b/2.5DHero/2.5DHeroContent/Scripts/floe/daycare/main.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/floe/daycare/main.dat rename to 2.5DHero/2.5DHeroContent/Scripts/floe/daycare/main.dat diff --git a/2.5DHero/2.5DHero/Scripts/floe/daycare/man.dat b/2.5DHero/2.5DHeroContent/Scripts/floe/daycare/man.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/floe/daycare/man.dat rename to 2.5DHero/2.5DHeroContent/Scripts/floe/daycare/man.dat diff --git a/2.5DHero/2.5DHero/Scripts/floe/daycare/pokemon_0.dat b/2.5DHero/2.5DHeroContent/Scripts/floe/daycare/pokemon_0.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/floe/daycare/pokemon_0.dat rename to 2.5DHero/2.5DHeroContent/Scripts/floe/daycare/pokemon_0.dat diff --git a/2.5DHero/2.5DHero/Scripts/floe/daycare/pokemon_1.dat b/2.5DHero/2.5DHeroContent/Scripts/floe/daycare/pokemon_1.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/floe/daycare/pokemon_1.dat rename to 2.5DHero/2.5DHeroContent/Scripts/floe/daycare/pokemon_1.dat diff --git a/2.5DHero/2.5DHero/Scripts/floe/daycare/take_back.dat b/2.5DHero/2.5DHeroContent/Scripts/floe/daycare/take_back.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/floe/daycare/take_back.dat rename to 2.5DHero/2.5DHeroContent/Scripts/floe/daycare/take_back.dat diff --git a/2.5DHero/2.5DHero/Scripts/floe/daycare/take_egg.dat b/2.5DHero/2.5DHeroContent/Scripts/floe/daycare/take_egg.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/floe/daycare/take_egg.dat rename to 2.5DHero/2.5DHeroContent/Scripts/floe/daycare/take_egg.dat diff --git a/2.5DHero/2.5DHero/Scripts/floe/daycare_pokemon.dat b/2.5DHero/2.5DHeroContent/Scripts/floe/daycare_pokemon.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/floe/daycare_pokemon.dat rename to 2.5DHero/2.5DHeroContent/Scripts/floe/daycare_pokemon.dat diff --git a/2.5DHero/2.5DHero/Scripts/floe/dockguy.dat b/2.5DHero/2.5DHeroContent/Scripts/floe/dockguy.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/floe/dockguy.dat rename to 2.5DHero/2.5DHeroContent/Scripts/floe/dockguy.dat diff --git a/2.5DHero/2.5DHero/Scripts/floe/lorelei.dat b/2.5DHero/2.5DHeroContent/Scripts/floe/lorelei.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/floe/lorelei.dat rename to 2.5DHero/2.5DHeroContent/Scripts/floe/lorelei.dat diff --git a/2.5DHero/2.5DHero/Scripts/floe/runner.dat b/2.5DHero/2.5DHeroContent/Scripts/floe/runner.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/floe/runner.dat rename to 2.5DHero/2.5DHeroContent/Scripts/floe/runner.dat diff --git a/2.5DHero/2.5DHero/Scripts/fortune/dockguy.dat b/2.5DHero/2.5DHeroContent/Scripts/fortune/dockguy.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/fortune/dockguy.dat rename to 2.5DHero/2.5DHeroContent/Scripts/fortune/dockguy.dat diff --git a/2.5DHero/2.5DHero/Scripts/frontier/battlefactory/challenge/afterbattle.dat b/2.5DHero/2.5DHeroContent/Scripts/frontier/battlefactory/challenge/afterbattle.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/frontier/battlefactory/challenge/afterbattle.dat rename to 2.5DHero/2.5DHeroContent/Scripts/frontier/battlefactory/challenge/afterbattle.dat diff --git a/2.5DHero/2.5DHero/Scripts/frontier/battlefactory/challenge/beforebattle.dat b/2.5DHero/2.5DHeroContent/Scripts/frontier/battlefactory/challenge/beforebattle.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/frontier/battlefactory/challenge/beforebattle.dat rename to 2.5DHero/2.5DHeroContent/Scripts/frontier/battlefactory/challenge/beforebattle.dat diff --git a/2.5DHero/2.5DHero/Scripts/frontier/battlefactory/challenge/cancelbattle.dat b/2.5DHero/2.5DHeroContent/Scripts/frontier/battlefactory/challenge/cancelbattle.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/frontier/battlefactory/challenge/cancelbattle.dat rename to 2.5DHero/2.5DHeroContent/Scripts/frontier/battlefactory/challenge/cancelbattle.dat diff --git a/2.5DHero/2.5DHero/Scripts/frontier/battlefactory/challenge/choosetrainer.dat b/2.5DHero/2.5DHeroContent/Scripts/frontier/battlefactory/challenge/choosetrainer.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/frontier/battlefactory/challenge/choosetrainer.dat rename to 2.5DHero/2.5DHeroContent/Scripts/frontier/battlefactory/challenge/choosetrainer.dat diff --git a/2.5DHero/2.5DHero/Scripts/frontier/battlefactory/challenge/clearup.dat b/2.5DHero/2.5DHeroContent/Scripts/frontier/battlefactory/challenge/clearup.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/frontier/battlefactory/challenge/clearup.dat rename to 2.5DHero/2.5DHeroContent/Scripts/frontier/battlefactory/challenge/clearup.dat diff --git a/2.5DHero/2.5DHero/Scripts/frontier/battlefactory/challenge/intro_walk.dat b/2.5DHero/2.5DHeroContent/Scripts/frontier/battlefactory/challenge/intro_walk.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/frontier/battlefactory/challenge/intro_walk.dat rename to 2.5DHero/2.5DHeroContent/Scripts/frontier/battlefactory/challenge/intro_walk.dat diff --git a/2.5DHero/2.5DHero/Scripts/frontier/battlefactory/challenge/lostbattle.dat b/2.5DHero/2.5DHeroContent/Scripts/frontier/battlefactory/challenge/lostbattle.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/frontier/battlefactory/challenge/lostbattle.dat rename to 2.5DHero/2.5DHeroContent/Scripts/frontier/battlefactory/challenge/lostbattle.dat diff --git a/2.5DHero/2.5DHero/Scripts/frontier/battlefactory/challenge/main.dat b/2.5DHero/2.5DHeroContent/Scripts/frontier/battlefactory/challenge/main.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/frontier/battlefactory/challenge/main.dat rename to 2.5DHero/2.5DHeroContent/Scripts/frontier/battlefactory/challenge/main.dat diff --git a/2.5DHero/2.5DHero/Scripts/frontier/battlefactory/challenge/record_machine.dat b/2.5DHero/2.5DHeroContent/Scripts/frontier/battlefactory/challenge/record_machine.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/frontier/battlefactory/challenge/record_machine.dat rename to 2.5DHero/2.5DHeroContent/Scripts/frontier/battlefactory/challenge/record_machine.dat diff --git a/2.5DHero/2.5DHero/Scripts/frontier/battlefactory/challenge/rent.dat b/2.5DHero/2.5DHeroContent/Scripts/frontier/battlefactory/challenge/rent.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/frontier/battlefactory/challenge/rent.dat rename to 2.5DHero/2.5DHeroContent/Scripts/frontier/battlefactory/challenge/rent.dat diff --git a/2.5DHero/2.5DHero/Scripts/frontier/battlefactory/challenge/won7.dat b/2.5DHero/2.5DHeroContent/Scripts/frontier/battlefactory/challenge/won7.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/frontier/battlefactory/challenge/won7.dat rename to 2.5DHero/2.5DHeroContent/Scripts/frontier/battlefactory/challenge/won7.dat diff --git a/2.5DHero/2.5DHero/Scripts/frontier/battlefactory/challenge/wonbrain.dat b/2.5DHero/2.5DHeroContent/Scripts/frontier/battlefactory/challenge/wonbrain.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/frontier/battlefactory/challenge/wonbrain.dat rename to 2.5DHero/2.5DHeroContent/Scripts/frontier/battlefactory/challenge/wonbrain.dat diff --git a/2.5DHero/2.5DHero/Scripts/frontier/battlefactory/endless/afterbattle.dat b/2.5DHero/2.5DHeroContent/Scripts/frontier/battlefactory/endless/afterbattle.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/frontier/battlefactory/endless/afterbattle.dat rename to 2.5DHero/2.5DHeroContent/Scripts/frontier/battlefactory/endless/afterbattle.dat diff --git a/2.5DHero/2.5DHero/Scripts/frontier/battlefactory/endless/beforebattle.dat b/2.5DHero/2.5DHeroContent/Scripts/frontier/battlefactory/endless/beforebattle.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/frontier/battlefactory/endless/beforebattle.dat rename to 2.5DHero/2.5DHeroContent/Scripts/frontier/battlefactory/endless/beforebattle.dat diff --git a/2.5DHero/2.5DHero/Scripts/frontier/battlefactory/endless/cancelbattle.dat b/2.5DHero/2.5DHeroContent/Scripts/frontier/battlefactory/endless/cancelbattle.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/frontier/battlefactory/endless/cancelbattle.dat rename to 2.5DHero/2.5DHeroContent/Scripts/frontier/battlefactory/endless/cancelbattle.dat diff --git a/2.5DHero/2.5DHero/Scripts/frontier/battlefactory/endless/choosetrainer.dat b/2.5DHero/2.5DHeroContent/Scripts/frontier/battlefactory/endless/choosetrainer.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/frontier/battlefactory/endless/choosetrainer.dat rename to 2.5DHero/2.5DHeroContent/Scripts/frontier/battlefactory/endless/choosetrainer.dat diff --git a/2.5DHero/2.5DHero/Scripts/frontier/battlefactory/endless/clearup.dat b/2.5DHero/2.5DHeroContent/Scripts/frontier/battlefactory/endless/clearup.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/frontier/battlefactory/endless/clearup.dat rename to 2.5DHero/2.5DHeroContent/Scripts/frontier/battlefactory/endless/clearup.dat diff --git a/2.5DHero/2.5DHero/Scripts/frontier/battlefactory/endless/intro_walk.dat b/2.5DHero/2.5DHeroContent/Scripts/frontier/battlefactory/endless/intro_walk.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/frontier/battlefactory/endless/intro_walk.dat rename to 2.5DHero/2.5DHeroContent/Scripts/frontier/battlefactory/endless/intro_walk.dat diff --git a/2.5DHero/2.5DHero/Scripts/frontier/battlefactory/endless/lostbattle.dat b/2.5DHero/2.5DHeroContent/Scripts/frontier/battlefactory/endless/lostbattle.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/frontier/battlefactory/endless/lostbattle.dat rename to 2.5DHero/2.5DHeroContent/Scripts/frontier/battlefactory/endless/lostbattle.dat diff --git a/2.5DHero/2.5DHero/Scripts/frontier/battlefactory/endless/main.dat b/2.5DHero/2.5DHeroContent/Scripts/frontier/battlefactory/endless/main.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/frontier/battlefactory/endless/main.dat rename to 2.5DHero/2.5DHeroContent/Scripts/frontier/battlefactory/endless/main.dat diff --git a/2.5DHero/2.5DHero/Scripts/frontier/battlefactory/endless/record_machine.dat b/2.5DHero/2.5DHeroContent/Scripts/frontier/battlefactory/endless/record_machine.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/frontier/battlefactory/endless/record_machine.dat rename to 2.5DHero/2.5DHeroContent/Scripts/frontier/battlefactory/endless/record_machine.dat diff --git a/2.5DHero/2.5DHero/Scripts/frontier/battlefactory/endless/rent.dat b/2.5DHero/2.5DHeroContent/Scripts/frontier/battlefactory/endless/rent.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/frontier/battlefactory/endless/rent.dat rename to 2.5DHero/2.5DHeroContent/Scripts/frontier/battlefactory/endless/rent.dat diff --git a/2.5DHero/2.5DHero/Scripts/frontier/battlefactory/ruleboard.dat b/2.5DHero/2.5DHeroContent/Scripts/frontier/battlefactory/ruleboard.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/frontier/battlefactory/ruleboard.dat rename to 2.5DHero/2.5DHeroContent/Scripts/frontier/battlefactory/ruleboard.dat diff --git a/2.5DHero/2.5DHero/Scripts/frontier/battlegate.dat b/2.5DHero/2.5DHeroContent/Scripts/frontier/battlegate.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/frontier/battlegate.dat rename to 2.5DHero/2.5DHeroContent/Scripts/frontier/battlegate.dat diff --git a/2.5DHero/2.5DHero/Scripts/frontier/battletower/challenge/afterbattle.dat b/2.5DHero/2.5DHeroContent/Scripts/frontier/battletower/challenge/afterbattle.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/frontier/battletower/challenge/afterbattle.dat rename to 2.5DHero/2.5DHeroContent/Scripts/frontier/battletower/challenge/afterbattle.dat diff --git a/2.5DHero/2.5DHero/Scripts/frontier/battletower/challenge/beforebattle.dat b/2.5DHero/2.5DHeroContent/Scripts/frontier/battletower/challenge/beforebattle.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/frontier/battletower/challenge/beforebattle.dat rename to 2.5DHero/2.5DHeroContent/Scripts/frontier/battletower/challenge/beforebattle.dat diff --git a/2.5DHero/2.5DHero/Scripts/frontier/battletower/challenge/cancelbattle.dat b/2.5DHero/2.5DHeroContent/Scripts/frontier/battletower/challenge/cancelbattle.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/frontier/battletower/challenge/cancelbattle.dat rename to 2.5DHero/2.5DHeroContent/Scripts/frontier/battletower/challenge/cancelbattle.dat diff --git a/2.5DHero/2.5DHero/Scripts/frontier/battletower/challenge/choosetrainer.dat b/2.5DHero/2.5DHeroContent/Scripts/frontier/battletower/challenge/choosetrainer.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/frontier/battletower/challenge/choosetrainer.dat rename to 2.5DHero/2.5DHeroContent/Scripts/frontier/battletower/challenge/choosetrainer.dat diff --git a/2.5DHero/2.5DHero/Scripts/frontier/battletower/challenge/intro_walk.dat b/2.5DHero/2.5DHeroContent/Scripts/frontier/battletower/challenge/intro_walk.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/frontier/battletower/challenge/intro_walk.dat rename to 2.5DHero/2.5DHeroContent/Scripts/frontier/battletower/challenge/intro_walk.dat diff --git a/2.5DHero/2.5DHero/Scripts/frontier/battletower/challenge/lostbattle.dat b/2.5DHero/2.5DHeroContent/Scripts/frontier/battletower/challenge/lostbattle.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/frontier/battletower/challenge/lostbattle.dat rename to 2.5DHero/2.5DHeroContent/Scripts/frontier/battletower/challenge/lostbattle.dat diff --git a/2.5DHero/2.5DHero/Scripts/frontier/battletower/challenge/main.dat b/2.5DHero/2.5DHeroContent/Scripts/frontier/battletower/challenge/main.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/frontier/battletower/challenge/main.dat rename to 2.5DHero/2.5DHeroContent/Scripts/frontier/battletower/challenge/main.dat diff --git a/2.5DHero/2.5DHero/Scripts/frontier/battletower/challenge/record_machine.dat b/2.5DHero/2.5DHeroContent/Scripts/frontier/battletower/challenge/record_machine.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/frontier/battletower/challenge/record_machine.dat rename to 2.5DHero/2.5DHeroContent/Scripts/frontier/battletower/challenge/record_machine.dat diff --git a/2.5DHero/2.5DHero/Scripts/frontier/battletower/challenge/won7.dat b/2.5DHero/2.5DHeroContent/Scripts/frontier/battletower/challenge/won7.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/frontier/battletower/challenge/won7.dat rename to 2.5DHero/2.5DHeroContent/Scripts/frontier/battletower/challenge/won7.dat diff --git a/2.5DHero/2.5DHero/Scripts/frontier/battletower/challenge/wonbrain.dat b/2.5DHero/2.5DHeroContent/Scripts/frontier/battletower/challenge/wonbrain.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/frontier/battletower/challenge/wonbrain.dat rename to 2.5DHero/2.5DHeroContent/Scripts/frontier/battletower/challenge/wonbrain.dat diff --git a/2.5DHero/2.5DHero/Scripts/frontier/battletower/endless/afterbattle.dat b/2.5DHero/2.5DHeroContent/Scripts/frontier/battletower/endless/afterbattle.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/frontier/battletower/endless/afterbattle.dat rename to 2.5DHero/2.5DHeroContent/Scripts/frontier/battletower/endless/afterbattle.dat diff --git a/2.5DHero/2.5DHero/Scripts/frontier/battletower/endless/beforebattle.dat b/2.5DHero/2.5DHeroContent/Scripts/frontier/battletower/endless/beforebattle.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/frontier/battletower/endless/beforebattle.dat rename to 2.5DHero/2.5DHeroContent/Scripts/frontier/battletower/endless/beforebattle.dat diff --git a/2.5DHero/2.5DHero/Scripts/frontier/battletower/endless/cancelbattle.dat b/2.5DHero/2.5DHeroContent/Scripts/frontier/battletower/endless/cancelbattle.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/frontier/battletower/endless/cancelbattle.dat rename to 2.5DHero/2.5DHeroContent/Scripts/frontier/battletower/endless/cancelbattle.dat diff --git a/2.5DHero/2.5DHero/Scripts/frontier/battletower/endless/choosetrainer.dat b/2.5DHero/2.5DHeroContent/Scripts/frontier/battletower/endless/choosetrainer.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/frontier/battletower/endless/choosetrainer.dat rename to 2.5DHero/2.5DHeroContent/Scripts/frontier/battletower/endless/choosetrainer.dat diff --git a/2.5DHero/2.5DHero/Scripts/frontier/battletower/endless/intro_walk.dat b/2.5DHero/2.5DHeroContent/Scripts/frontier/battletower/endless/intro_walk.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/frontier/battletower/endless/intro_walk.dat rename to 2.5DHero/2.5DHeroContent/Scripts/frontier/battletower/endless/intro_walk.dat diff --git a/2.5DHero/2.5DHero/Scripts/frontier/battletower/endless/lostbattle.dat b/2.5DHero/2.5DHeroContent/Scripts/frontier/battletower/endless/lostbattle.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/frontier/battletower/endless/lostbattle.dat rename to 2.5DHero/2.5DHeroContent/Scripts/frontier/battletower/endless/lostbattle.dat diff --git a/2.5DHero/2.5DHero/Scripts/frontier/battletower/endless/main.dat b/2.5DHero/2.5DHeroContent/Scripts/frontier/battletower/endless/main.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/frontier/battletower/endless/main.dat rename to 2.5DHero/2.5DHeroContent/Scripts/frontier/battletower/endless/main.dat diff --git a/2.5DHero/2.5DHero/Scripts/frontier/battletower/endless/record_machine.dat b/2.5DHero/2.5DHeroContent/Scripts/frontier/battletower/endless/record_machine.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/frontier/battletower/endless/record_machine.dat rename to 2.5DHero/2.5DHeroContent/Scripts/frontier/battletower/endless/record_machine.dat diff --git a/2.5DHero/2.5DHero/Scripts/frontier/battletower/ruleboard.dat b/2.5DHero/2.5DHeroContent/Scripts/frontier/battletower/ruleboard.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/frontier/battletower/ruleboard.dat rename to 2.5DHero/2.5DHeroContent/Scripts/frontier/battletower/ruleboard.dat diff --git a/2.5DHero/2.5DHero/Scripts/frontier/frontier_cameraintro.dat b/2.5DHero/2.5DHeroContent/Scripts/frontier/frontier_cameraintro.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/frontier/frontier_cameraintro.dat rename to 2.5DHero/2.5DHeroContent/Scripts/frontier/frontier_cameraintro.dat diff --git a/2.5DHero/2.5DHero/Scripts/frontier/intro.dat b/2.5DHero/2.5DHeroContent/Scripts/frontier/intro.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/frontier/intro.dat rename to 2.5DHero/2.5DHeroContent/Scripts/frontier/intro.dat diff --git a/2.5DHero/2.5DHero/Scripts/fuchsia/GymGuy.dat b/2.5DHero/2.5DHeroContent/Scripts/fuchsia/GymGuy.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/fuchsia/GymGuy.dat rename to 2.5DHero/2.5DHeroContent/Scripts/fuchsia/GymGuy.dat diff --git a/2.5DHero/2.5DHero/Scripts/fuchsia/gymskins.dat b/2.5DHero/2.5DHeroContent/Scripts/fuchsia/gymskins.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/fuchsia/gymskins.dat rename to 2.5DHero/2.5DHeroContent/Scripts/fuchsia/gymskins.dat diff --git a/2.5DHero/2.5DHero/Scripts/fuchsia/janinefan.dat b/2.5DHero/2.5DHeroContent/Scripts/fuchsia/janinefan.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/fuchsia/janinefan.dat rename to 2.5DHero/2.5DHeroContent/Scripts/fuchsia/janinefan.dat diff --git a/2.5DHero/2.5DHero/Scripts/furniture/barktown/livingroom/cookplate.dat b/2.5DHero/2.5DHeroContent/Scripts/furniture/barktown/livingroom/cookplate.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/furniture/barktown/livingroom/cookplate.dat rename to 2.5DHero/2.5DHeroContent/Scripts/furniture/barktown/livingroom/cookplate.dat diff --git a/2.5DHero/2.5DHero/Scripts/furniture/barktown/livingroom/dish.dat b/2.5DHero/2.5DHeroContent/Scripts/furniture/barktown/livingroom/dish.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/furniture/barktown/livingroom/dish.dat rename to 2.5DHero/2.5DHeroContent/Scripts/furniture/barktown/livingroom/dish.dat diff --git a/2.5DHero/2.5DHero/Scripts/furniture/barktown/livingroom/fridge.dat b/2.5DHero/2.5DHeroContent/Scripts/furniture/barktown/livingroom/fridge.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/furniture/barktown/livingroom/fridge.dat rename to 2.5DHero/2.5DHeroContent/Scripts/furniture/barktown/livingroom/fridge.dat diff --git a/2.5DHero/2.5DHero/Scripts/furniture/barktown/livingroom/tv.dat b/2.5DHero/2.5DHeroContent/Scripts/furniture/barktown/livingroom/tv.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/furniture/barktown/livingroom/tv.dat rename to 2.5DHero/2.5DHeroContent/Scripts/furniture/barktown/livingroom/tv.dat diff --git a/2.5DHero/2.5DHero/Scripts/furniture/barktown/yourroom/bookshelf.dat b/2.5DHero/2.5DHeroContent/Scripts/furniture/barktown/yourroom/bookshelf.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/furniture/barktown/yourroom/bookshelf.dat rename to 2.5DHero/2.5DHeroContent/Scripts/furniture/barktown/yourroom/bookshelf.dat diff --git a/2.5DHero/2.5DHero/Scripts/furniture/barktown/yourroom/donators.dat b/2.5DHero/2.5DHeroContent/Scripts/furniture/barktown/yourroom/donators.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/furniture/barktown/yourroom/donators.dat rename to 2.5DHero/2.5DHeroContent/Scripts/furniture/barktown/yourroom/donators.dat diff --git a/2.5DHero/2.5DHero/Scripts/furniture/barktown/yourroom/note.dat b/2.5DHero/2.5DHeroContent/Scripts/furniture/barktown/yourroom/note.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/furniture/barktown/yourroom/note.dat rename to 2.5DHero/2.5DHeroContent/Scripts/furniture/barktown/yourroom/note.dat diff --git a/2.5DHero/2.5DHero/Scripts/furniture/barktown/yourroom/townmap.dat b/2.5DHero/2.5DHeroContent/Scripts/furniture/barktown/yourroom/townmap.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/furniture/barktown/yourroom/townmap.dat rename to 2.5DHero/2.5DHeroContent/Scripts/furniture/barktown/yourroom/townmap.dat diff --git a/2.5DHero/2.5DHero/Scripts/furniture/barktown/yourroom/tv.dat b/2.5DHero/2.5DHeroContent/Scripts/furniture/barktown/yourroom/tv.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/furniture/barktown/yourroom/tv.dat rename to 2.5DHero/2.5DHeroContent/Scripts/furniture/barktown/yourroom/tv.dat diff --git a/2.5DHero/2.5DHero/Scripts/goldenrod/GymGuy.dat b/2.5DHero/2.5DHeroContent/Scripts/goldenrod/GymGuy.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/goldenrod/GymGuy.dat rename to 2.5DHero/2.5DHeroContent/Scripts/goldenrod/GymGuy.dat diff --git a/2.5DHero/2.5DHero/Scripts/goldenrod/bill_eevee.dat b/2.5DHero/2.5DHeroContent/Scripts/goldenrod/bill_eevee.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/goldenrod/bill_eevee.dat rename to 2.5DHero/2.5DHeroContent/Scripts/goldenrod/bill_eevee.dat diff --git a/2.5DHero/2.5DHero/Scripts/goldenrod/bill_sister.dat b/2.5DHero/2.5DHeroContent/Scripts/goldenrod/bill_sister.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/goldenrod/bill_sister.dat rename to 2.5DHero/2.5DHeroContent/Scripts/goldenrod/bill_sister.dat diff --git a/2.5DHero/2.5DHero/Scripts/goldenrod/flowershop0.dat b/2.5DHero/2.5DHeroContent/Scripts/goldenrod/flowershop0.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/goldenrod/flowershop0.dat rename to 2.5DHero/2.5DHeroContent/Scripts/goldenrod/flowershop0.dat diff --git a/2.5DHero/2.5DHero/Scripts/goldenrod/flowershop1.dat b/2.5DHero/2.5DHeroContent/Scripts/goldenrod/flowershop1.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/goldenrod/flowershop1.dat rename to 2.5DHero/2.5DHeroContent/Scripts/goldenrod/flowershop1.dat diff --git a/2.5DHero/2.5DHero/Scripts/goldenrod/gate_spearow.dat b/2.5DHero/2.5DHeroContent/Scripts/goldenrod/gate_spearow.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/goldenrod/gate_spearow.dat rename to 2.5DHero/2.5DHeroContent/Scripts/goldenrod/gate_spearow.dat diff --git a/2.5DHero/2.5DHero/Scripts/goldenrod/get_ride.dat b/2.5DHero/2.5DHeroContent/Scripts/goldenrod/get_ride.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/goldenrod/get_ride.dat rename to 2.5DHero/2.5DHeroContent/Scripts/goldenrod/get_ride.dat diff --git a/2.5DHero/2.5DHero/Scripts/goldenrod/leader_badge.dat b/2.5DHero/2.5DHeroContent/Scripts/goldenrod/leader_badge.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/goldenrod/leader_badge.dat rename to 2.5DHero/2.5DHeroContent/Scripts/goldenrod/leader_badge.dat diff --git a/2.5DHero/2.5DHero/Scripts/goldenrod/machop_trade.dat b/2.5DHero/2.5DHeroContent/Scripts/goldenrod/machop_trade.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/goldenrod/machop_trade.dat rename to 2.5DHero/2.5DHeroContent/Scripts/goldenrod/machop_trade.dat diff --git a/2.5DHero/2.5DHero/Scripts/goldenrod/mart/basementelevator.dat b/2.5DHero/2.5DHeroContent/Scripts/goldenrod/mart/basementelevator.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/goldenrod/mart/basementelevator.dat rename to 2.5DHero/2.5DHeroContent/Scripts/goldenrod/mart/basementelevator.dat diff --git a/2.5DHero/2.5DHero/Scripts/goldenrod/mart/basementmove.dat b/2.5DHero/2.5DHeroContent/Scripts/goldenrod/mart/basementmove.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/goldenrod/mart/basementmove.dat rename to 2.5DHero/2.5DHeroContent/Scripts/goldenrod/mart/basementmove.dat diff --git a/2.5DHero/2.5DHero/Scripts/goldenrod/mart/elevator.dat b/2.5DHero/2.5DHeroContent/Scripts/goldenrod/mart/elevator.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/goldenrod/mart/elevator.dat rename to 2.5DHero/2.5DHeroContent/Scripts/goldenrod/mart/elevator.dat diff --git a/2.5DHero/2.5DHero/Scripts/goldenrod/mart/information.dat b/2.5DHero/2.5DHeroContent/Scripts/goldenrod/mart/information.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/goldenrod/mart/information.dat rename to 2.5DHero/2.5DHeroContent/Scripts/goldenrod/mart/information.dat diff --git a/2.5DHero/2.5DHero/Scripts/goldenrod/mart/machoke.dat b/2.5DHero/2.5DHeroContent/Scripts/goldenrod/mart/machoke.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/goldenrod/mart/machoke.dat rename to 2.5DHero/2.5DHeroContent/Scripts/goldenrod/mart/machoke.dat diff --git a/2.5DHero/2.5DHero/Scripts/goldenrod/mart/sundaytm.dat b/2.5DHero/2.5DHeroContent/Scripts/goldenrod/mart/sundaytm.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/goldenrod/mart/sundaytm.dat rename to 2.5DHero/2.5DHeroContent/Scripts/goldenrod/mart/sundaytm.dat diff --git a/2.5DHero/2.5DHero/Scripts/goldenrod/mart/sunmap.dat b/2.5DHero/2.5DHeroContent/Scripts/goldenrod/mart/sunmap.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/goldenrod/mart/sunmap.dat rename to 2.5DHero/2.5DHeroContent/Scripts/goldenrod/mart/sunmap.dat diff --git a/2.5DHero/2.5DHero/Scripts/goldenrod/namerater.dat b/2.5DHero/2.5DHeroContent/Scripts/goldenrod/namerater.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/goldenrod/namerater.dat rename to 2.5DHero/2.5DHeroContent/Scripts/goldenrod/namerater.dat diff --git a/2.5DHero/2.5DHero/Scripts/goldenrod/radiotower/info_board.dat b/2.5DHero/2.5DHeroContent/Scripts/goldenrod/radiotower/info_board.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/goldenrod/radiotower/info_board.dat rename to 2.5DHero/2.5DHeroContent/Scripts/goldenrod/radiotower/info_board.dat diff --git a/2.5DHero/2.5DHero/Scripts/goldenrod/radiotower/info_board_1.dat b/2.5DHero/2.5DHeroContent/Scripts/goldenrod/radiotower/info_board_1.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/goldenrod/radiotower/info_board_1.dat rename to 2.5DHero/2.5DHeroContent/Scripts/goldenrod/radiotower/info_board_1.dat diff --git a/2.5DHero/2.5DHero/Scripts/goldenrod/rapidash_tameshop.dat b/2.5DHero/2.5DHeroContent/Scripts/goldenrod/rapidash_tameshop.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/goldenrod/rapidash_tameshop.dat rename to 2.5DHero/2.5DHeroContent/Scripts/goldenrod/rapidash_tameshop.dat diff --git a/2.5DHero/2.5DHero/Scripts/goldenrod/trainman.dat b/2.5DHero/2.5DHeroContent/Scripts/goldenrod/trainman.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/goldenrod/trainman.dat rename to 2.5DHero/2.5DHeroContent/Scripts/goldenrod/trainman.dat diff --git a/2.5DHero/2.5DHero/Scripts/goldenrod/trainsaffron.dat b/2.5DHero/2.5DHeroContent/Scripts/goldenrod/trainsaffron.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/goldenrod/trainsaffron.dat rename to 2.5DHero/2.5DHeroContent/Scripts/goldenrod/trainsaffron.dat diff --git a/2.5DHero/2.5DHero/Scripts/goldenrod/underground_barbershop_1.dat b/2.5DHero/2.5DHeroContent/Scripts/goldenrod/underground_barbershop_1.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/goldenrod/underground_barbershop_1.dat rename to 2.5DHero/2.5DHeroContent/Scripts/goldenrod/underground_barbershop_1.dat diff --git a/2.5DHero/2.5DHero/Scripts/goldenrod/underground_barbershop_2.dat b/2.5DHero/2.5DHeroContent/Scripts/goldenrod/underground_barbershop_2.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/goldenrod/underground_barbershop_2.dat rename to 2.5DHero/2.5DHeroContent/Scripts/goldenrod/underground_barbershop_2.dat diff --git a/2.5DHero/2.5DHero/Scripts/goldenrod/underground_bargainshop.dat b/2.5DHero/2.5DHeroContent/Scripts/goldenrod/underground_bargainshop.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/goldenrod/underground_bargainshop.dat rename to 2.5DHero/2.5DHeroContent/Scripts/goldenrod/underground_bargainshop.dat diff --git a/2.5DHero/2.5DHero/Scripts/goldenrod/underground_herbshop.dat b/2.5DHero/2.5DHeroContent/Scripts/goldenrod/underground_herbshop.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/goldenrod/underground_herbshop.dat rename to 2.5DHero/2.5DHeroContent/Scripts/goldenrod/underground_herbshop.dat diff --git a/2.5DHero/2.5DHero/Scripts/goldenrod/underground_unlock.dat b/2.5DHero/2.5DHeroContent/Scripts/goldenrod/underground_unlock.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/goldenrod/underground_unlock.dat rename to 2.5DHero/2.5DHeroContent/Scripts/goldenrod/underground_unlock.dat diff --git a/2.5DHero/2.5DHero/Scripts/gts/friend_hub_computer.dat b/2.5DHero/2.5DHeroContent/Scripts/gts/friend_hub_computer.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/gts/friend_hub_computer.dat rename to 2.5DHero/2.5DHeroContent/Scripts/gts/friend_hub_computer.dat diff --git a/2.5DHero/2.5DHero/Scripts/gts/gamejolt.dat b/2.5DHero/2.5DHeroContent/Scripts/gts/gamejolt.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/gts/gamejolt.dat rename to 2.5DHero/2.5DHeroContent/Scripts/gts/gamejolt.dat diff --git a/2.5DHero/2.5DHero/Scripts/gts/golbal_hub_computer.dat b/2.5DHero/2.5DHeroContent/Scripts/gts/golbal_hub_computer.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/gts/golbal_hub_computer.dat rename to 2.5DHero/2.5DHeroContent/Scripts/gts/golbal_hub_computer.dat diff --git a/2.5DHero/2.5DHero/Scripts/gts/green.dat b/2.5DHero/2.5DHeroContent/Scripts/gts/green.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/gts/green.dat rename to 2.5DHero/2.5DHeroContent/Scripts/gts/green.dat diff --git a/2.5DHero/2.5DHero/Scripts/gts/information.dat b/2.5DHero/2.5DHeroContent/Scripts/gts/information.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/gts/information.dat rename to 2.5DHero/2.5DHeroContent/Scripts/gts/information.dat diff --git a/2.5DHero/2.5DHero/Scripts/gts/orange.dat b/2.5DHero/2.5DHeroContent/Scripts/gts/orange.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/gts/orange.dat rename to 2.5DHero/2.5DHeroContent/Scripts/gts/orange.dat diff --git a/2.5DHero/2.5DHero/Scripts/heal_machine.dat b/2.5DHero/2.5DHeroContent/Scripts/heal_machine.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/heal_machine.dat rename to 2.5DHero/2.5DHeroContent/Scripts/heal_machine.dat diff --git a/2.5DHero/2.5DHero/Scripts/hiddengrotto/getlists/berryvista.dat b/2.5DHero/2.5DHeroContent/Scripts/hiddengrotto/getlists/berryvista.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/hiddengrotto/getlists/berryvista.dat rename to 2.5DHero/2.5DHeroContent/Scripts/hiddengrotto/getlists/berryvista.dat diff --git a/2.5DHero/2.5DHero/Scripts/hiddengrotto/getlists/ilexforest.dat b/2.5DHero/2.5DHeroContent/Scripts/hiddengrotto/getlists/ilexforest.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/hiddengrotto/getlists/ilexforest.dat rename to 2.5DHero/2.5DHeroContent/Scripts/hiddengrotto/getlists/ilexforest.dat diff --git a/2.5DHero/2.5DHero/Scripts/hiddengrotto/getlists/indigo.dat b/2.5DHero/2.5DHeroContent/Scripts/hiddengrotto/getlists/indigo.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/hiddengrotto/getlists/indigo.dat rename to 2.5DHero/2.5DHeroContent/Scripts/hiddengrotto/getlists/indigo.dat diff --git a/2.5DHero/2.5DHero/Scripts/hiddengrotto/getlists/lakeofrage.dat b/2.5DHero/2.5DHeroContent/Scripts/hiddengrotto/getlists/lakeofrage.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/hiddengrotto/getlists/lakeofrage.dat rename to 2.5DHero/2.5DHeroContent/Scripts/hiddengrotto/getlists/lakeofrage.dat diff --git a/2.5DHero/2.5DHero/Scripts/hiddengrotto/getlists/mahogany.dat b/2.5DHero/2.5DHeroContent/Scripts/hiddengrotto/getlists/mahogany.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/hiddengrotto/getlists/mahogany.dat rename to 2.5DHero/2.5DHeroContent/Scripts/hiddengrotto/getlists/mahogany.dat diff --git a/2.5DHero/2.5DHero/Scripts/hiddengrotto/getlists/nationalpark0.dat b/2.5DHero/2.5DHeroContent/Scripts/hiddengrotto/getlists/nationalpark0.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/hiddengrotto/getlists/nationalpark0.dat rename to 2.5DHero/2.5DHeroContent/Scripts/hiddengrotto/getlists/nationalpark0.dat diff --git a/2.5DHero/2.5DHero/Scripts/hiddengrotto/getlists/route26.dat b/2.5DHero/2.5DHeroContent/Scripts/hiddengrotto/getlists/route26.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/hiddengrotto/getlists/route26.dat rename to 2.5DHero/2.5DHeroContent/Scripts/hiddengrotto/getlists/route26.dat diff --git a/2.5DHero/2.5DHero/Scripts/hiddengrotto/getlists/route27.dat b/2.5DHero/2.5DHeroContent/Scripts/hiddengrotto/getlists/route27.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/hiddengrotto/getlists/route27.dat rename to 2.5DHero/2.5DHeroContent/Scripts/hiddengrotto/getlists/route27.dat diff --git a/2.5DHero/2.5DHero/Scripts/hiddengrotto/getlists/route31.dat b/2.5DHero/2.5DHeroContent/Scripts/hiddengrotto/getlists/route31.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/hiddengrotto/getlists/route31.dat rename to 2.5DHero/2.5DHeroContent/Scripts/hiddengrotto/getlists/route31.dat diff --git a/2.5DHero/2.5DHero/Scripts/hiddengrotto/getlists/route32.dat b/2.5DHero/2.5DHeroContent/Scripts/hiddengrotto/getlists/route32.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/hiddengrotto/getlists/route32.dat rename to 2.5DHero/2.5DHeroContent/Scripts/hiddengrotto/getlists/route32.dat diff --git a/2.5DHero/2.5DHero/Scripts/hiddengrotto/getlists/route34.dat b/2.5DHero/2.5DHeroContent/Scripts/hiddengrotto/getlists/route34.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/hiddengrotto/getlists/route34.dat rename to 2.5DHero/2.5DHeroContent/Scripts/hiddengrotto/getlists/route34.dat diff --git a/2.5DHero/2.5DHero/Scripts/hiddengrotto/getlists/route35.dat b/2.5DHero/2.5DHeroContent/Scripts/hiddengrotto/getlists/route35.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/hiddengrotto/getlists/route35.dat rename to 2.5DHero/2.5DHeroContent/Scripts/hiddengrotto/getlists/route35.dat diff --git a/2.5DHero/2.5DHero/Scripts/hiddengrotto/getlists/route39.dat b/2.5DHero/2.5DHeroContent/Scripts/hiddengrotto/getlists/route39.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/hiddengrotto/getlists/route39.dat rename to 2.5DHero/2.5DHeroContent/Scripts/hiddengrotto/getlists/route39.dat diff --git a/2.5DHero/2.5DHero/Scripts/hiddengrotto/getlists/route42.dat b/2.5DHero/2.5DHeroContent/Scripts/hiddengrotto/getlists/route42.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/hiddengrotto/getlists/route42.dat rename to 2.5DHero/2.5DHeroContent/Scripts/hiddengrotto/getlists/route42.dat diff --git a/2.5DHero/2.5DHero/Scripts/hiddengrotto/getlists/route43.dat b/2.5DHero/2.5DHeroContent/Scripts/hiddengrotto/getlists/route43.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/hiddengrotto/getlists/route43.dat rename to 2.5DHero/2.5DHeroContent/Scripts/hiddengrotto/getlists/route43.dat diff --git a/2.5DHero/2.5DHero/Scripts/hiddengrotto/getlists/route44.dat b/2.5DHero/2.5DHeroContent/Scripts/hiddengrotto/getlists/route44.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/hiddengrotto/getlists/route44.dat rename to 2.5DHero/2.5DHeroContent/Scripts/hiddengrotto/getlists/route44.dat diff --git a/2.5DHero/2.5DHero/Scripts/hiddengrotto/getlists/route46.dat b/2.5DHero/2.5DHeroContent/Scripts/hiddengrotto/getlists/route46.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/hiddengrotto/getlists/route46.dat rename to 2.5DHero/2.5DHeroContent/Scripts/hiddengrotto/getlists/route46.dat diff --git a/2.5DHero/2.5DHero/Scripts/hiddengrotto/getlists/route47.dat b/2.5DHero/2.5DHeroContent/Scripts/hiddengrotto/getlists/route47.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/hiddengrotto/getlists/route47.dat rename to 2.5DHero/2.5DHeroContent/Scripts/hiddengrotto/getlists/route47.dat diff --git a/2.5DHero/2.5DHero/Scripts/hiddengrotto/getlists/route48.dat b/2.5DHero/2.5DHeroContent/Scripts/hiddengrotto/getlists/route48.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/hiddengrotto/getlists/route48.dat rename to 2.5DHero/2.5DHeroContent/Scripts/hiddengrotto/getlists/route48.dat diff --git a/2.5DHero/2.5DHero/Scripts/hiddengrotto/getlists/twirl.dat b/2.5DHero/2.5DHeroContent/Scripts/hiddengrotto/getlists/twirl.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/hiddengrotto/getlists/twirl.dat rename to 2.5DHero/2.5DHeroContent/Scripts/hiddengrotto/getlists/twirl.dat diff --git a/2.5DHero/2.5DHero/Scripts/hiddengrotto/getlists/violet.dat b/2.5DHero/2.5DHeroContent/Scripts/hiddengrotto/getlists/violet.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/hiddengrotto/getlists/violet.dat rename to 2.5DHero/2.5DHeroContent/Scripts/hiddengrotto/getlists/violet.dat diff --git a/2.5DHero/2.5DHero/Scripts/hiddengrotto/hiddenlists/1.dat b/2.5DHero/2.5DHeroContent/Scripts/hiddengrotto/hiddenlists/1.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/hiddengrotto/hiddenlists/1.dat rename to 2.5DHero/2.5DHeroContent/Scripts/hiddengrotto/hiddenlists/1.dat diff --git a/2.5DHero/2.5DHero/Scripts/hiddengrotto/hiddenlists/2.dat b/2.5DHero/2.5DHeroContent/Scripts/hiddengrotto/hiddenlists/2.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/hiddengrotto/hiddenlists/2.dat rename to 2.5DHero/2.5DHeroContent/Scripts/hiddengrotto/hiddenlists/2.dat diff --git a/2.5DHero/2.5DHero/Scripts/hiddengrotto/item.dat b/2.5DHero/2.5DHeroContent/Scripts/hiddengrotto/item.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/hiddengrotto/item.dat rename to 2.5DHero/2.5DHeroContent/Scripts/hiddengrotto/item.dat diff --git a/2.5DHero/2.5DHero/Scripts/hiddengrotto/main.dat b/2.5DHero/2.5DHeroContent/Scripts/hiddengrotto/main.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/hiddengrotto/main.dat rename to 2.5DHero/2.5DHeroContent/Scripts/hiddengrotto/main.dat diff --git a/2.5DHero/2.5DHero/Scripts/hiddengrotto/pokemon.dat b/2.5DHero/2.5DHeroContent/Scripts/hiddengrotto/pokemon.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/hiddengrotto/pokemon.dat rename to 2.5DHero/2.5DHeroContent/Scripts/hiddengrotto/pokemon.dat diff --git a/2.5DHero/2.5DHero/Scripts/hiddengrotto/visiblelists/1.dat b/2.5DHero/2.5DHeroContent/Scripts/hiddengrotto/visiblelists/1.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/hiddengrotto/visiblelists/1.dat rename to 2.5DHero/2.5DHeroContent/Scripts/hiddengrotto/visiblelists/1.dat diff --git a/2.5DHero/2.5DHero/Scripts/hiddengrotto/visiblelists/2.dat b/2.5DHero/2.5DHeroContent/Scripts/hiddengrotto/visiblelists/2.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/hiddengrotto/visiblelists/2.dat rename to 2.5DHero/2.5DHeroContent/Scripts/hiddengrotto/visiblelists/2.dat diff --git a/2.5DHero/2.5DHero/Scripts/hiddengrotto/visiblelists/3.dat b/2.5DHero/2.5DHeroContent/Scripts/hiddengrotto/visiblelists/3.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/hiddengrotto/visiblelists/3.dat rename to 2.5DHero/2.5DHeroContent/Scripts/hiddengrotto/visiblelists/3.dat diff --git a/2.5DHero/2.5DHero/Scripts/hiddengrotto/warpto.dat b/2.5DHero/2.5DHeroContent/Scripts/hiddengrotto/warpto.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/hiddengrotto/warpto.dat rename to 2.5DHero/2.5DHeroContent/Scripts/hiddengrotto/warpto.dat diff --git a/2.5DHero/2.5DHero/Scripts/icefall/block0.dat b/2.5DHero/2.5DHeroContent/Scripts/icefall/block0.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/icefall/block0.dat rename to 2.5DHero/2.5DHeroContent/Scripts/icefall/block0.dat diff --git a/2.5DHero/2.5DHero/Scripts/icefall/block1.dat b/2.5DHero/2.5DHeroContent/Scripts/icefall/block1.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/icefall/block1.dat rename to 2.5DHero/2.5DHeroContent/Scripts/icefall/block1.dat diff --git a/2.5DHero/2.5DHero/Scripts/icefall/block2.dat b/2.5DHero/2.5DHeroContent/Scripts/icefall/block2.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/icefall/block2.dat rename to 2.5DHero/2.5DHeroContent/Scripts/icefall/block2.dat diff --git a/2.5DHero/2.5DHero/Scripts/icefall/block3.dat b/2.5DHero/2.5DHeroContent/Scripts/icefall/block3.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/icefall/block3.dat rename to 2.5DHero/2.5DHeroContent/Scripts/icefall/block3.dat diff --git a/2.5DHero/2.5DHero/Scripts/icefall/block4.dat b/2.5DHero/2.5DHeroContent/Scripts/icefall/block4.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/icefall/block4.dat rename to 2.5DHero/2.5DHeroContent/Scripts/icefall/block4.dat diff --git a/2.5DHero/2.5DHero/Scripts/icefall/block5.dat b/2.5DHero/2.5DHeroContent/Scripts/icefall/block5.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/icefall/block5.dat rename to 2.5DHero/2.5DHeroContent/Scripts/icefall/block5.dat diff --git a/2.5DHero/2.5DHero/Scripts/icefall/block6.dat b/2.5DHero/2.5DHeroContent/Scripts/icefall/block6.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/icefall/block6.dat rename to 2.5DHero/2.5DHeroContent/Scripts/icefall/block6.dat diff --git a/2.5DHero/2.5DHero/Scripts/icefall/block7.dat b/2.5DHero/2.5DHeroContent/Scripts/icefall/block7.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/icefall/block7.dat rename to 2.5DHero/2.5DHeroContent/Scripts/icefall/block7.dat diff --git a/2.5DHero/2.5DHero/Scripts/icefall/block8.dat b/2.5DHero/2.5DHeroContent/Scripts/icefall/block8.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/icefall/block8.dat rename to 2.5DHero/2.5DHeroContent/Scripts/icefall/block8.dat diff --git a/2.5DHero/2.5DHero/Scripts/icefall/unreg.dat b/2.5DHero/2.5DHeroContent/Scripts/icefall/unreg.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/icefall/unreg.dat rename to 2.5DHero/2.5DHeroContent/Scripts/icefall/unreg.dat diff --git a/2.5DHero/2.5DHero/Scripts/icepath/puzzlerocks.dat b/2.5DHero/2.5DHeroContent/Scripts/icepath/puzzlerocks.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/icepath/puzzlerocks.dat rename to 2.5DHero/2.5DHeroContent/Scripts/icepath/puzzlerocks.dat diff --git a/2.5DHero/2.5DHero/Scripts/icepath/rock_0.dat b/2.5DHero/2.5DHeroContent/Scripts/icepath/rock_0.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/icepath/rock_0.dat rename to 2.5DHero/2.5DHeroContent/Scripts/icepath/rock_0.dat diff --git a/2.5DHero/2.5DHero/Scripts/icepath/rock_1.dat b/2.5DHero/2.5DHeroContent/Scripts/icepath/rock_1.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/icepath/rock_1.dat rename to 2.5DHero/2.5DHeroContent/Scripts/icepath/rock_1.dat diff --git a/2.5DHero/2.5DHero/Scripts/icepath/rock_2.dat b/2.5DHero/2.5DHeroContent/Scripts/icepath/rock_2.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/icepath/rock_2.dat rename to 2.5DHero/2.5DHeroContent/Scripts/icepath/rock_2.dat diff --git a/2.5DHero/2.5DHero/Scripts/icepath/rock_3.dat b/2.5DHero/2.5DHeroContent/Scripts/icepath/rock_3.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/icepath/rock_3.dat rename to 2.5DHero/2.5DHeroContent/Scripts/icepath/rock_3.dat diff --git a/2.5DHero/2.5DHero/Scripts/icepath/warp_0.dat b/2.5DHero/2.5DHeroContent/Scripts/icepath/warp_0.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/icepath/warp_0.dat rename to 2.5DHero/2.5DHeroContent/Scripts/icepath/warp_0.dat diff --git a/2.5DHero/2.5DHero/Scripts/icepath/warp_1.dat b/2.5DHero/2.5DHeroContent/Scripts/icepath/warp_1.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/icepath/warp_1.dat rename to 2.5DHero/2.5DHeroContent/Scripts/icepath/warp_1.dat diff --git a/2.5DHero/2.5DHero/Scripts/icepath/warp_2.dat b/2.5DHero/2.5DHeroContent/Scripts/icepath/warp_2.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/icepath/warp_2.dat rename to 2.5DHero/2.5DHeroContent/Scripts/icepath/warp_2.dat diff --git a/2.5DHero/2.5DHero/Scripts/icepath/warp_3.dat b/2.5DHero/2.5DHeroContent/Scripts/icepath/warp_3.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/icepath/warp_3.dat rename to 2.5DHero/2.5DHeroContent/Scripts/icepath/warp_3.dat diff --git a/2.5DHero/2.5DHero/Scripts/ilex/charcoal_defeat.dat b/2.5DHero/2.5DHeroContent/Scripts/ilex/charcoal_defeat.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/ilex/charcoal_defeat.dat rename to 2.5DHero/2.5DHeroContent/Scripts/ilex/charcoal_defeat.dat diff --git a/2.5DHero/2.5DHero/Scripts/ilex/charcoal_guy.dat b/2.5DHero/2.5DHeroContent/Scripts/ilex/charcoal_guy.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/ilex/charcoal_guy.dat rename to 2.5DHero/2.5DHeroContent/Scripts/ilex/charcoal_guy.dat diff --git a/2.5DHero/2.5DHero/Scripts/ilex/charcoal_intro.dat b/2.5DHero/2.5DHeroContent/Scripts/ilex/charcoal_intro.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/ilex/charcoal_intro.dat rename to 2.5DHero/2.5DHeroContent/Scripts/ilex/charcoal_intro.dat diff --git a/2.5DHero/2.5DHero/Scripts/ilex/farfetchd.dat b/2.5DHero/2.5DHeroContent/Scripts/ilex/farfetchd.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/ilex/farfetchd.dat rename to 2.5DHero/2.5DHeroContent/Scripts/ilex/farfetchd.dat diff --git a/2.5DHero/2.5DHero/Scripts/ilex/farfetchd_start.dat b/2.5DHero/2.5DHeroContent/Scripts/ilex/farfetchd_start.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/ilex/farfetchd_start.dat rename to 2.5DHero/2.5DHeroContent/Scripts/ilex/farfetchd_start.dat diff --git a/2.5DHero/2.5DHero/Scripts/ilex/headbutt.dat b/2.5DHero/2.5DHeroContent/Scripts/ilex/headbutt.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/ilex/headbutt.dat rename to 2.5DHero/2.5DHeroContent/Scripts/ilex/headbutt.dat diff --git a/2.5DHero/2.5DHero/Scripts/kin/berryforestitems/2000.dat b/2.5DHero/2.5DHeroContent/Scripts/kin/berryforestitems/2000.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/kin/berryforestitems/2000.dat rename to 2.5DHero/2.5DHeroContent/Scripts/kin/berryforestitems/2000.dat diff --git a/2.5DHero/2.5DHero/Scripts/kin/berryforestitems/2001.dat b/2.5DHero/2.5DHeroContent/Scripts/kin/berryforestitems/2001.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/kin/berryforestitems/2001.dat rename to 2.5DHero/2.5DHeroContent/Scripts/kin/berryforestitems/2001.dat diff --git a/2.5DHero/2.5DHero/Scripts/kin/berryforestitems/2002.dat b/2.5DHero/2.5DHeroContent/Scripts/kin/berryforestitems/2002.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/kin/berryforestitems/2002.dat rename to 2.5DHero/2.5DHeroContent/Scripts/kin/berryforestitems/2002.dat diff --git a/2.5DHero/2.5DHero/Scripts/kin/berryforestitems/2003.dat b/2.5DHero/2.5DHeroContent/Scripts/kin/berryforestitems/2003.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/kin/berryforestitems/2003.dat rename to 2.5DHero/2.5DHeroContent/Scripts/kin/berryforestitems/2003.dat diff --git a/2.5DHero/2.5DHero/Scripts/kin/berryforestitems/2004.dat b/2.5DHero/2.5DHeroContent/Scripts/kin/berryforestitems/2004.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/kin/berryforestitems/2004.dat rename to 2.5DHero/2.5DHeroContent/Scripts/kin/berryforestitems/2004.dat diff --git a/2.5DHero/2.5DHero/Scripts/kin/berryforestitems/2006.dat b/2.5DHero/2.5DHeroContent/Scripts/kin/berryforestitems/2006.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/kin/berryforestitems/2006.dat rename to 2.5DHero/2.5DHeroContent/Scripts/kin/berryforestitems/2006.dat diff --git a/2.5DHero/2.5DHero/Scripts/kin/berryforestitems/2007.dat b/2.5DHero/2.5DHeroContent/Scripts/kin/berryforestitems/2007.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/kin/berryforestitems/2007.dat rename to 2.5DHero/2.5DHeroContent/Scripts/kin/berryforestitems/2007.dat diff --git a/2.5DHero/2.5DHero/Scripts/kin/berryforestitems/2008.dat b/2.5DHero/2.5DHeroContent/Scripts/kin/berryforestitems/2008.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/kin/berryforestitems/2008.dat rename to 2.5DHero/2.5DHeroContent/Scripts/kin/berryforestitems/2008.dat diff --git a/2.5DHero/2.5DHero/Scripts/kin/berryforestitems/2015.dat b/2.5DHero/2.5DHeroContent/Scripts/kin/berryforestitems/2015.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/kin/berryforestitems/2015.dat rename to 2.5DHero/2.5DHeroContent/Scripts/kin/berryforestitems/2015.dat diff --git a/2.5DHero/2.5DHero/Scripts/kin/berryforestitems/2016.dat b/2.5DHero/2.5DHeroContent/Scripts/kin/berryforestitems/2016.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/kin/berryforestitems/2016.dat rename to 2.5DHero/2.5DHeroContent/Scripts/kin/berryforestitems/2016.dat diff --git a/2.5DHero/2.5DHero/Scripts/kin/berryforestitems/2017.dat b/2.5DHero/2.5DHeroContent/Scripts/kin/berryforestitems/2017.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/kin/berryforestitems/2017.dat rename to 2.5DHero/2.5DHeroContent/Scripts/kin/berryforestitems/2017.dat diff --git a/2.5DHero/2.5DHero/Scripts/kin/berryforestitems/2018.dat b/2.5DHero/2.5DHeroContent/Scripts/kin/berryforestitems/2018.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/kin/berryforestitems/2018.dat rename to 2.5DHero/2.5DHeroContent/Scripts/kin/berryforestitems/2018.dat diff --git a/2.5DHero/2.5DHero/Scripts/kin/berryforestitems/2019.dat b/2.5DHero/2.5DHeroContent/Scripts/kin/berryforestitems/2019.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/kin/berryforestitems/2019.dat rename to 2.5DHero/2.5DHeroContent/Scripts/kin/berryforestitems/2019.dat diff --git a/2.5DHero/2.5DHero/Scripts/kin/berryforestitems/main.dat b/2.5DHero/2.5DHeroContent/Scripts/kin/berryforestitems/main.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/kin/berryforestitems/main.dat rename to 2.5DHero/2.5DHeroContent/Scripts/kin/berryforestitems/main.dat diff --git a/2.5DHero/2.5DHero/Scripts/kin/bikerintro.dat b/2.5DHero/2.5DHeroContent/Scripts/kin/bikerintro.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/kin/bikerintro.dat rename to 2.5DHero/2.5DHeroContent/Scripts/kin/bikerintro.dat diff --git a/2.5DHero/2.5DHero/Scripts/kin/bikers.dat b/2.5DHero/2.5DHeroContent/Scripts/kin/bikers.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/kin/bikers.dat rename to 2.5DHero/2.5DHeroContent/Scripts/kin/bikers.dat diff --git a/2.5DHero/2.5DHero/Scripts/kin/dockguy.dat b/2.5DHero/2.5DHeroContent/Scripts/kin/dockguy.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/kin/dockguy.dat rename to 2.5DHero/2.5DHeroContent/Scripts/kin/dockguy.dat diff --git a/2.5DHero/2.5DHero/Scripts/kin/doduo.dat b/2.5DHero/2.5DHeroContent/Scripts/kin/doduo.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/kin/doduo.dat rename to 2.5DHero/2.5DHeroContent/Scripts/kin/doduo.dat diff --git a/2.5DHero/2.5DHero/Scripts/kin/incompletepath.dat b/2.5DHero/2.5DHeroContent/Scripts/kin/incompletepath.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/kin/incompletepath.dat rename to 2.5DHero/2.5DHeroContent/Scripts/kin/incompletepath.dat diff --git a/2.5DHero/2.5DHero/Scripts/kin/lostelle.dat b/2.5DHero/2.5DHeroContent/Scripts/kin/lostelle.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/kin/lostelle.dat rename to 2.5DHero/2.5DHeroContent/Scripts/kin/lostelle.dat diff --git a/2.5DHero/2.5DHero/Scripts/kin/martguy.dat b/2.5DHero/2.5DHeroContent/Scripts/kin/martguy.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/kin/martguy.dat rename to 2.5DHero/2.5DHeroContent/Scripts/kin/martguy.dat diff --git a/2.5DHero/2.5DHero/Scripts/kin/nuggetman.dat b/2.5DHero/2.5DHeroContent/Scripts/kin/nuggetman.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/kin/nuggetman.dat rename to 2.5DHero/2.5DHeroContent/Scripts/kin/nuggetman.dat diff --git a/2.5DHero/2.5DHero/Scripts/kin/portlady.dat b/2.5DHero/2.5DHeroContent/Scripts/kin/portlady.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/kin/portlady.dat rename to 2.5DHero/2.5DHeroContent/Scripts/kin/portlady.dat diff --git a/2.5DHero/2.5DHero/Scripts/knot/HM08get.dat b/2.5DHero/2.5DHeroContent/Scripts/knot/HM08get.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/knot/HM08get.dat rename to 2.5DHero/2.5DHeroContent/Scripts/knot/HM08get.dat diff --git a/2.5DHero/2.5DHero/Scripts/knot/dockguy.dat b/2.5DHero/2.5DHeroContent/Scripts/knot/dockguy.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/knot/dockguy.dat rename to 2.5DHero/2.5DHeroContent/Scripts/knot/dockguy.dat diff --git a/2.5DHero/2.5DHero/Scripts/knot/spaheal.dat b/2.5DHero/2.5DHeroContent/Scripts/knot/spaheal.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/knot/spaheal.dat rename to 2.5DHero/2.5DHeroContent/Scripts/knot/spaheal.dat diff --git a/2.5DHero/2.5DHero/Scripts/knot/treasureislanditems/110-1.dat b/2.5DHero/2.5DHeroContent/Scripts/knot/treasureislanditems/110-1.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/knot/treasureislanditems/110-1.dat rename to 2.5DHero/2.5DHeroContent/Scripts/knot/treasureislanditems/110-1.dat diff --git a/2.5DHero/2.5DHero/Scripts/knot/treasureislanditems/110-2.dat b/2.5DHero/2.5DHeroContent/Scripts/knot/treasureislanditems/110-2.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/knot/treasureislanditems/110-2.dat rename to 2.5DHero/2.5DHeroContent/Scripts/knot/treasureislanditems/110-2.dat diff --git a/2.5DHero/2.5DHero/Scripts/knot/treasureislanditems/111.dat b/2.5DHero/2.5DHeroContent/Scripts/knot/treasureislanditems/111.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/knot/treasureislanditems/111.dat rename to 2.5DHero/2.5DHeroContent/Scripts/knot/treasureislanditems/111.dat diff --git a/2.5DHero/2.5DHero/Scripts/knot/treasureislanditems/131-1.dat b/2.5DHero/2.5DHeroContent/Scripts/knot/treasureislanditems/131-1.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/knot/treasureislanditems/131-1.dat rename to 2.5DHero/2.5DHeroContent/Scripts/knot/treasureislanditems/131-1.dat diff --git a/2.5DHero/2.5DHero/Scripts/knot/treasureislanditems/131-2.dat b/2.5DHero/2.5DHeroContent/Scripts/knot/treasureislanditems/131-2.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/knot/treasureislanditems/131-2.dat rename to 2.5DHero/2.5DHeroContent/Scripts/knot/treasureislanditems/131-2.dat diff --git a/2.5DHero/2.5DHero/Scripts/knot/treasureislanditems/132.dat b/2.5DHero/2.5DHeroContent/Scripts/knot/treasureislanditems/132.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/knot/treasureislanditems/132.dat rename to 2.5DHero/2.5DHeroContent/Scripts/knot/treasureislanditems/132.dat diff --git a/2.5DHero/2.5DHero/Scripts/knot/treasureislanditems/2-1.dat b/2.5DHero/2.5DHeroContent/Scripts/knot/treasureislanditems/2-1.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/knot/treasureislanditems/2-1.dat rename to 2.5DHero/2.5DHeroContent/Scripts/knot/treasureislanditems/2-1.dat diff --git a/2.5DHero/2.5DHero/Scripts/knot/treasureislanditems/2-2.dat b/2.5DHero/2.5DHeroContent/Scripts/knot/treasureislanditems/2-2.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/knot/treasureislanditems/2-2.dat rename to 2.5DHero/2.5DHeroContent/Scripts/knot/treasureislanditems/2-2.dat diff --git a/2.5DHero/2.5DHero/Scripts/knot/treasureislanditems/main.dat b/2.5DHero/2.5DHeroContent/Scripts/knot/treasureislanditems/main.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/knot/treasureislanditems/main.dat rename to 2.5DHero/2.5DHeroContent/Scripts/knot/treasureislanditems/main.dat diff --git a/2.5DHero/2.5DHero/Scripts/kolben/BSOD.dat b/2.5DHero/2.5DHeroContent/Scripts/kolben/BSOD.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/kolben/BSOD.dat rename to 2.5DHero/2.5DHeroContent/Scripts/kolben/BSOD.dat diff --git a/2.5DHero/2.5DHero/Scripts/kolben/BSODPorygon.dat b/2.5DHero/2.5DHeroContent/Scripts/kolben/BSODPorygon.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/kolben/BSODPorygon.dat rename to 2.5DHero/2.5DHeroContent/Scripts/kolben/BSODPorygon.dat diff --git a/2.5DHero/2.5DHero/Scripts/kolben/aaron.dat b/2.5DHero/2.5DHeroContent/Scripts/kolben/aaron.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/kolben/aaron.dat rename to 2.5DHero/2.5DHeroContent/Scripts/kolben/aaron.dat diff --git a/2.5DHero/2.5DHero/Scripts/kolben/daniel.dat b/2.5DHero/2.5DHeroContent/Scripts/kolben/daniel.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/kolben/daniel.dat rename to 2.5DHero/2.5DHeroContent/Scripts/kolben/daniel.dat diff --git a/2.5DHero/2.5DHero/Scripts/kolben/darkfire.dat b/2.5DHero/2.5DHeroContent/Scripts/kolben/darkfire.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/kolben/darkfire.dat rename to 2.5DHero/2.5DHeroContent/Scripts/kolben/darkfire.dat diff --git a/2.5DHero/2.5DHero/Scripts/kolben/daziman.dat b/2.5DHero/2.5DHeroContent/Scripts/kolben/daziman.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/kolben/daziman.dat rename to 2.5DHero/2.5DHeroContent/Scripts/kolben/daziman.dat diff --git a/2.5DHero/2.5DHero/Scripts/kolben/elevator.dat b/2.5DHero/2.5DHeroContent/Scripts/kolben/elevator.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/kolben/elevator.dat rename to 2.5DHero/2.5DHeroContent/Scripts/kolben/elevator.dat diff --git a/2.5DHero/2.5DHero/Scripts/kolben/enethil.dat b/2.5DHero/2.5DHeroContent/Scripts/kolben/enethil.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/kolben/enethil.dat rename to 2.5DHero/2.5DHeroContent/Scripts/kolben/enethil.dat diff --git a/2.5DHero/2.5DHero/Scripts/kolben/fanta.dat b/2.5DHero/2.5DHeroContent/Scripts/kolben/fanta.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/kolben/fanta.dat rename to 2.5DHero/2.5DHeroContent/Scripts/kolben/fanta.dat diff --git a/2.5DHero/2.5DHero/Scripts/kolben/jaybird.dat b/2.5DHero/2.5DHeroContent/Scripts/kolben/jaybird.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/kolben/jaybird.dat rename to 2.5DHero/2.5DHeroContent/Scripts/kolben/jaybird.dat diff --git a/2.5DHero/2.5DHero/Scripts/kolben/killgore.dat b/2.5DHero/2.5DHeroContent/Scripts/kolben/killgore.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/kolben/killgore.dat rename to 2.5DHero/2.5DHeroContent/Scripts/kolben/killgore.dat diff --git a/2.5DHero/2.5DHero/Scripts/kolben/malc.dat b/2.5DHero/2.5DHeroContent/Scripts/kolben/malc.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/kolben/malc.dat rename to 2.5DHero/2.5DHeroContent/Scripts/kolben/malc.dat diff --git a/2.5DHero/2.5DHero/Scripts/kolben/mario.dat b/2.5DHero/2.5DHeroContent/Scripts/kolben/mario.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/kolben/mario.dat rename to 2.5DHero/2.5DHeroContent/Scripts/kolben/mario.dat diff --git a/2.5DHero/2.5DHero/Scripts/kolben/nilllzz.dat b/2.5DHero/2.5DHeroContent/Scripts/kolben/nilllzz.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/kolben/nilllzz.dat rename to 2.5DHero/2.5DHeroContent/Scripts/kolben/nilllzz.dat diff --git a/2.5DHero/2.5DHero/Scripts/kolben/nilllzzhide.dat b/2.5DHero/2.5DHeroContent/Scripts/kolben/nilllzzhide.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/kolben/nilllzzhide.dat rename to 2.5DHero/2.5DHeroContent/Scripts/kolben/nilllzzhide.dat diff --git a/2.5DHero/2.5DHero/Scripts/kolben/nilllzzunhide.dat b/2.5DHero/2.5DHeroContent/Scripts/kolben/nilllzzunhide.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/kolben/nilllzzunhide.dat rename to 2.5DHero/2.5DHeroContent/Scripts/kolben/nilllzzunhide.dat diff --git a/2.5DHero/2.5DHero/Scripts/kolben/randomscreen.dat b/2.5DHero/2.5DHeroContent/Scripts/kolben/randomscreen.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/kolben/randomscreen.dat rename to 2.5DHero/2.5DHeroContent/Scripts/kolben/randomscreen.dat diff --git a/2.5DHero/2.5DHero/Scripts/kolben/vendingmachine.dat b/2.5DHero/2.5DHeroContent/Scripts/kolben/vendingmachine.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/kolben/vendingmachine.dat rename to 2.5DHero/2.5DHeroContent/Scripts/kolben/vendingmachine.dat diff --git a/2.5DHero/2.5DHero/Scripts/kurt.dat b/2.5DHero/2.5DHeroContent/Scripts/kurt.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/kurt.dat rename to 2.5DHero/2.5DHeroContent/Scripts/kurt.dat diff --git a/2.5DHero/2.5DHero/Scripts/lakeofrage/1.dat b/2.5DHero/2.5DHeroContent/Scripts/lakeofrage/1.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/lakeofrage/1.dat rename to 2.5DHero/2.5DHeroContent/Scripts/lakeofrage/1.dat diff --git a/2.5DHero/2.5DHero/Scripts/lakeofrage/fishingguru.dat b/2.5DHero/2.5DHeroContent/Scripts/lakeofrage/fishingguru.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/lakeofrage/fishingguru.dat rename to 2.5DHero/2.5DHeroContent/Scripts/lakeofrage/fishingguru.dat diff --git a/2.5DHero/2.5DHero/Scripts/lakeofrage/gyarados.dat b/2.5DHero/2.5DHeroContent/Scripts/lakeofrage/gyarados.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/lakeofrage/gyarados.dat rename to 2.5DHero/2.5DHeroContent/Scripts/lakeofrage/gyarados.dat diff --git a/2.5DHero/2.5DHero/Scripts/lakeofrage/hiddenpower.dat b/2.5DHero/2.5DHeroContent/Scripts/lakeofrage/hiddenpower.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/lakeofrage/hiddenpower.dat rename to 2.5DHero/2.5DHeroContent/Scripts/lakeofrage/hiddenpower.dat diff --git a/2.5DHero/2.5DHero/Scripts/lakeofrage/lance.dat b/2.5DHero/2.5DHeroContent/Scripts/lakeofrage/lance.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/lakeofrage/lance.dat rename to 2.5DHero/2.5DHeroContent/Scripts/lakeofrage/lance.dat diff --git a/2.5DHero/2.5DHero/Scripts/lakeofrage/wesley.dat b/2.5DHero/2.5DHeroContent/Scripts/lakeofrage/wesley.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/lakeofrage/wesley.dat rename to 2.5DHero/2.5DHeroContent/Scripts/lakeofrage/wesley.dat diff --git a/2.5DHero/2.5DHero/Scripts/lakeofrage/wesley_map.dat b/2.5DHero/2.5DHeroContent/Scripts/lakeofrage/wesley_map.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/lakeofrage/wesley_map.dat rename to 2.5DHero/2.5DHeroContent/Scripts/lakeofrage/wesley_map.dat diff --git a/2.5DHero/2.5DHero/Scripts/lavender/director.dat b/2.5DHero/2.5DHeroContent/Scripts/lavender/director.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/lavender/director.dat rename to 2.5DHero/2.5DHeroContent/Scripts/lavender/director.dat diff --git a/2.5DHero/2.5DHero/Scripts/lavender/fuji.dat b/2.5DHero/2.5DHeroContent/Scripts/lavender/fuji.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/lavender/fuji.dat rename to 2.5DHero/2.5DHeroContent/Scripts/lavender/fuji.dat diff --git a/2.5DHero/2.5DHero/Scripts/lavender/nidorino.dat b/2.5DHero/2.5DHeroContent/Scripts/lavender/nidorino.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/lavender/nidorino.dat rename to 2.5DHero/2.5DHeroContent/Scripts/lavender/nidorino.dat diff --git a/2.5DHero/2.5DHero/Scripts/lavender/pidgey.dat b/2.5DHero/2.5DHeroContent/Scripts/lavender/pidgey.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/lavender/pidgey.dat rename to 2.5DHero/2.5DHeroContent/Scripts/lavender/pidgey.dat diff --git a/2.5DHero/2.5DHero/Scripts/lavender/psyduck.dat b/2.5DHero/2.5DHeroContent/Scripts/lavender/psyduck.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/lavender/psyduck.dat rename to 2.5DHero/2.5DHeroContent/Scripts/lavender/psyduck.dat diff --git a/2.5DHero/2.5DHero/Scripts/league/enter.dat b/2.5DHero/2.5DHeroContent/Scripts/league/enter.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/league/enter.dat rename to 2.5DHero/2.5DHeroContent/Scripts/league/enter.dat diff --git a/2.5DHero/2.5DHero/Scripts/league/entere4.dat b/2.5DHero/2.5DHeroContent/Scripts/league/entere4.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/league/entere4.dat rename to 2.5DHero/2.5DHeroContent/Scripts/league/entere4.dat diff --git a/2.5DHero/2.5DHero/Scripts/league/gatemap.dat b/2.5DHero/2.5DHeroContent/Scripts/league/gatemap.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/league/gatemap.dat rename to 2.5DHero/2.5DHeroContent/Scripts/league/gatemap.dat diff --git a/2.5DHero/2.5DHero/Scripts/league/halloffame.dat b/2.5DHero/2.5DHeroContent/Scripts/league/halloffame.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/league/halloffame.dat rename to 2.5DHero/2.5DHeroContent/Scripts/league/halloffame.dat diff --git a/2.5DHero/2.5DHero/Scripts/league/leaguegate.dat b/2.5DHero/2.5DHeroContent/Scripts/league/leaguegate.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/league/leaguegate.dat rename to 2.5DHero/2.5DHeroContent/Scripts/league/leaguegate.dat diff --git a/2.5DHero/2.5DHero/Scripts/league/leaguegatekeeper.dat b/2.5DHero/2.5DHeroContent/Scripts/league/leaguegatekeeper.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/league/leaguegatekeeper.dat rename to 2.5DHero/2.5DHeroContent/Scripts/league/leaguegatekeeper.dat diff --git a/2.5DHero/2.5DHero/Scripts/league/portraits/Blue.dat b/2.5DHero/2.5DHeroContent/Scripts/league/portraits/Blue.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/league/portraits/Blue.dat rename to 2.5DHero/2.5DHeroContent/Scripts/league/portraits/Blue.dat diff --git a/2.5DHero/2.5DHero/Scripts/league/portraits/Lance.dat b/2.5DHero/2.5DHeroContent/Scripts/league/portraits/Lance.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/league/portraits/Lance.dat rename to 2.5DHero/2.5DHeroContent/Scripts/league/portraits/Lance.dat diff --git a/2.5DHero/2.5DHero/Scripts/league/portraits/Player.dat b/2.5DHero/2.5DHeroContent/Scripts/league/portraits/Player.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/league/portraits/Player.dat rename to 2.5DHero/2.5DHeroContent/Scripts/league/portraits/Player.dat diff --git a/2.5DHero/2.5DHero/Scripts/league/portraits/Red.dat b/2.5DHero/2.5DHeroContent/Scripts/league/portraits/Red.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/league/portraits/Red.dat rename to 2.5DHero/2.5DHeroContent/Scripts/league/portraits/Red.dat diff --git a/2.5DHero/2.5DHero/Scripts/league/portraits/portraits.dat b/2.5DHero/2.5DHeroContent/Scripts/league/portraits/portraits.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/league/portraits/portraits.dat rename to 2.5DHero/2.5DHeroContent/Scripts/league/portraits/portraits.dat diff --git a/2.5DHero/2.5DHero/Scripts/league/teleport.dat b/2.5DHero/2.5DHeroContent/Scripts/league/teleport.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/league/teleport.dat rename to 2.5DHero/2.5DHeroContent/Scripts/league/teleport.dat diff --git a/2.5DHero/2.5DHero/Scripts/lighthouse/ampharos.dat b/2.5DHero/2.5DHeroContent/Scripts/lighthouse/ampharos.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/lighthouse/ampharos.dat rename to 2.5DHero/2.5DHeroContent/Scripts/lighthouse/ampharos.dat diff --git a/2.5DHero/2.5DHero/Scripts/lighthouse/drop.dat b/2.5DHero/2.5DHeroContent/Scripts/lighthouse/drop.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/lighthouse/drop.dat rename to 2.5DHero/2.5DHeroContent/Scripts/lighthouse/drop.dat diff --git a/2.5DHero/2.5DHero/Scripts/lighthouse/lighthousetop.dat b/2.5DHero/2.5DHeroContent/Scripts/lighthouse/lighthousetop.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/lighthouse/lighthousetop.dat rename to 2.5DHero/2.5DHeroContent/Scripts/lighthouse/lighthousetop.dat diff --git a/2.5DHero/2.5DHero/Scripts/mahogany/Candy.dat b/2.5DHero/2.5DHeroContent/Scripts/mahogany/Candy.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/mahogany/Candy.dat rename to 2.5DHero/2.5DHeroContent/Scripts/mahogany/Candy.dat diff --git a/2.5DHero/2.5DHero/Scripts/mahogany/GymGuy.dat b/2.5DHero/2.5DHeroContent/Scripts/mahogany/GymGuy.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/mahogany/GymGuy.dat rename to 2.5DHero/2.5DHeroContent/Scripts/mahogany/GymGuy.dat diff --git a/2.5DHero/2.5DHero/Scripts/mahogany/shop/1.dat b/2.5DHero/2.5DHeroContent/Scripts/mahogany/shop/1.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/mahogany/shop/1.dat rename to 2.5DHero/2.5DHeroContent/Scripts/mahogany/shop/1.dat diff --git a/2.5DHero/2.5DHero/Scripts/mahogany/shop/Shop.dat b/2.5DHero/2.5DHeroContent/Scripts/mahogany/shop/Shop.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/mahogany/shop/Shop.dat rename to 2.5DHero/2.5DHeroContent/Scripts/mahogany/shop/Shop.dat diff --git a/2.5DHero/2.5DHero/Scripts/mahogany/shop/Shop2.dat b/2.5DHero/2.5DHeroContent/Scripts/mahogany/shop/Shop2.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/mahogany/shop/Shop2.dat rename to 2.5DHero/2.5DHeroContent/Scripts/mahogany/shop/Shop2.dat diff --git a/2.5DHero/2.5DHero/Scripts/mahogany/shop/findstairs.dat b/2.5DHero/2.5DHeroContent/Scripts/mahogany/shop/findstairs.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/mahogany/shop/findstairs.dat rename to 2.5DHero/2.5DHeroContent/Scripts/mahogany/shop/findstairs.dat diff --git a/2.5DHero/2.5DHero/Scripts/marts/azalea.dat b/2.5DHero/2.5DHeroContent/Scripts/marts/azalea.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/marts/azalea.dat rename to 2.5DHero/2.5DHeroContent/Scripts/marts/azalea.dat diff --git a/2.5DHero/2.5DHero/Scripts/marts/blackthorn.dat b/2.5DHero/2.5DHeroContent/Scripts/marts/blackthorn.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/marts/blackthorn.dat rename to 2.5DHero/2.5DHeroContent/Scripts/marts/blackthorn.dat diff --git a/2.5DHero/2.5DHero/Scripts/marts/boon.dat b/2.5DHero/2.5DHeroContent/Scripts/marts/boon.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/marts/boon.dat rename to 2.5DHero/2.5DHeroContent/Scripts/marts/boon.dat diff --git a/2.5DHero/2.5DHero/Scripts/marts/celadon01.dat b/2.5DHero/2.5DHeroContent/Scripts/marts/celadon01.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/marts/celadon01.dat rename to 2.5DHero/2.5DHeroContent/Scripts/marts/celadon01.dat diff --git a/2.5DHero/2.5DHero/Scripts/marts/celadon02.dat b/2.5DHero/2.5DHeroContent/Scripts/marts/celadon02.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/marts/celadon02.dat rename to 2.5DHero/2.5DHeroContent/Scripts/marts/celadon02.dat diff --git a/2.5DHero/2.5DHero/Scripts/marts/celadon03.dat b/2.5DHero/2.5DHeroContent/Scripts/marts/celadon03.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/marts/celadon03.dat rename to 2.5DHero/2.5DHeroContent/Scripts/marts/celadon03.dat diff --git a/2.5DHero/2.5DHero/Scripts/marts/celadon04.dat b/2.5DHero/2.5DHeroContent/Scripts/marts/celadon04.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/marts/celadon04.dat rename to 2.5DHero/2.5DHeroContent/Scripts/marts/celadon04.dat diff --git a/2.5DHero/2.5DHero/Scripts/marts/celadon05.dat b/2.5DHero/2.5DHeroContent/Scripts/marts/celadon05.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/marts/celadon05.dat rename to 2.5DHero/2.5DHeroContent/Scripts/marts/celadon05.dat diff --git a/2.5DHero/2.5DHero/Scripts/marts/celadon06.dat b/2.5DHero/2.5DHeroContent/Scripts/marts/celadon06.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/marts/celadon06.dat rename to 2.5DHero/2.5DHeroContent/Scripts/marts/celadon06.dat diff --git a/2.5DHero/2.5DHero/Scripts/marts/cherrygrove.dat b/2.5DHero/2.5DHeroContent/Scripts/marts/cherrygrove.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/marts/cherrygrove.dat rename to 2.5DHero/2.5DHeroContent/Scripts/marts/cherrygrove.dat diff --git a/2.5DHero/2.5DHero/Scripts/marts/default.dat b/2.5DHero/2.5DHeroContent/Scripts/marts/default.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/marts/default.dat rename to 2.5DHero/2.5DHeroContent/Scripts/marts/default.dat diff --git a/2.5DHero/2.5DHero/Scripts/marts/ecruteak.dat b/2.5DHero/2.5DHeroContent/Scripts/marts/ecruteak.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/marts/ecruteak.dat rename to 2.5DHero/2.5DHeroContent/Scripts/marts/ecruteak.dat diff --git a/2.5DHero/2.5DHero/Scripts/marts/goldenrod01.dat b/2.5DHero/2.5DHeroContent/Scripts/marts/goldenrod01.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/marts/goldenrod01.dat rename to 2.5DHero/2.5DHeroContent/Scripts/marts/goldenrod01.dat diff --git a/2.5DHero/2.5DHero/Scripts/marts/goldenrod02.dat b/2.5DHero/2.5DHeroContent/Scripts/marts/goldenrod02.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/marts/goldenrod02.dat rename to 2.5DHero/2.5DHeroContent/Scripts/marts/goldenrod02.dat diff --git a/2.5DHero/2.5DHero/Scripts/marts/goldenrod03.dat b/2.5DHero/2.5DHeroContent/Scripts/marts/goldenrod03.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/marts/goldenrod03.dat rename to 2.5DHero/2.5DHeroContent/Scripts/marts/goldenrod03.dat diff --git a/2.5DHero/2.5DHero/Scripts/marts/goldenrod04.dat b/2.5DHero/2.5DHeroContent/Scripts/marts/goldenrod04.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/marts/goldenrod04.dat rename to 2.5DHero/2.5DHeroContent/Scripts/marts/goldenrod04.dat diff --git a/2.5DHero/2.5DHero/Scripts/marts/goldenrod05.dat b/2.5DHero/2.5DHeroContent/Scripts/marts/goldenrod05.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/marts/goldenrod05.dat rename to 2.5DHero/2.5DHeroContent/Scripts/marts/goldenrod05.dat diff --git a/2.5DHero/2.5DHero/Scripts/marts/league.dat b/2.5DHero/2.5DHeroContent/Scripts/marts/league.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/marts/league.dat rename to 2.5DHero/2.5DHeroContent/Scripts/marts/league.dat diff --git a/2.5DHero/2.5DHero/Scripts/marts/olivine.dat b/2.5DHero/2.5DHeroContent/Scripts/marts/olivine.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/marts/olivine.dat rename to 2.5DHero/2.5DHeroContent/Scripts/marts/olivine.dat diff --git a/2.5DHero/2.5DHero/Scripts/marts/vendingmachine.dat b/2.5DHero/2.5DHeroContent/Scripts/marts/vendingmachine.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/marts/vendingmachine.dat rename to 2.5DHero/2.5DHeroContent/Scripts/marts/vendingmachine.dat diff --git a/2.5DHero/2.5DHero/Scripts/marts/vermilion.dat b/2.5DHero/2.5DHeroContent/Scripts/marts/vermilion.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/marts/vermilion.dat rename to 2.5DHero/2.5DHeroContent/Scripts/marts/vermilion.dat diff --git a/2.5DHero/2.5DHero/Scripts/marts/violet.dat b/2.5DHero/2.5DHeroContent/Scripts/marts/violet.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/marts/violet.dat rename to 2.5DHero/2.5DHeroContent/Scripts/marts/violet.dat diff --git a/2.5DHero/2.5DHero/Scripts/mtember/braille/abc.dat b/2.5DHero/2.5DHeroContent/Scripts/mtember/braille/abc.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/mtember/braille/abc.dat rename to 2.5DHero/2.5DHeroContent/Scripts/mtember/braille/abc.dat diff --git a/2.5DHero/2.5DHero/Scripts/mtember/braille/comma.dat b/2.5DHero/2.5DHeroContent/Scripts/mtember/braille/comma.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/mtember/braille/comma.dat rename to 2.5DHero/2.5DHeroContent/Scripts/mtember/braille/comma.dat diff --git a/2.5DHero/2.5DHero/Scripts/mtember/braille/def.dat b/2.5DHero/2.5DHeroContent/Scripts/mtember/braille/def.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/mtember/braille/def.dat rename to 2.5DHero/2.5DHeroContent/Scripts/mtember/braille/def.dat diff --git a/2.5DHero/2.5DHero/Scripts/mtember/braille/ghi.dat b/2.5DHero/2.5DHeroContent/Scripts/mtember/braille/ghi.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/mtember/braille/ghi.dat rename to 2.5DHero/2.5DHeroContent/Scripts/mtember/braille/ghi.dat diff --git a/2.5DHero/2.5DHero/Scripts/mtember/braille/jkl.dat b/2.5DHero/2.5DHeroContent/Scripts/mtember/braille/jkl.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/mtember/braille/jkl.dat rename to 2.5DHero/2.5DHeroContent/Scripts/mtember/braille/jkl.dat diff --git a/2.5DHero/2.5DHero/Scripts/mtember/braille/message.dat b/2.5DHero/2.5DHeroContent/Scripts/mtember/braille/message.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/mtember/braille/message.dat rename to 2.5DHero/2.5DHeroContent/Scripts/mtember/braille/message.dat diff --git a/2.5DHero/2.5DHero/Scripts/mtember/braille/mno.dat b/2.5DHero/2.5DHeroContent/Scripts/mtember/braille/mno.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/mtember/braille/mno.dat rename to 2.5DHero/2.5DHeroContent/Scripts/mtember/braille/mno.dat diff --git a/2.5DHero/2.5DHero/Scripts/mtember/braille/period.dat b/2.5DHero/2.5DHeroContent/Scripts/mtember/braille/period.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/mtember/braille/period.dat rename to 2.5DHero/2.5DHeroContent/Scripts/mtember/braille/period.dat diff --git a/2.5DHero/2.5DHero/Scripts/mtember/braille/pqrs.dat b/2.5DHero/2.5DHeroContent/Scripts/mtember/braille/pqrs.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/mtember/braille/pqrs.dat rename to 2.5DHero/2.5DHeroContent/Scripts/mtember/braille/pqrs.dat diff --git a/2.5DHero/2.5DHero/Scripts/mtember/braille/tuv.dat b/2.5DHero/2.5DHeroContent/Scripts/mtember/braille/tuv.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/mtember/braille/tuv.dat rename to 2.5DHero/2.5DHeroContent/Scripts/mtember/braille/tuv.dat diff --git a/2.5DHero/2.5DHero/Scripts/mtember/braille/wxyz.dat b/2.5DHero/2.5DHeroContent/Scripts/mtember/braille/wxyz.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/mtember/braille/wxyz.dat rename to 2.5DHero/2.5DHeroContent/Scripts/mtember/braille/wxyz.dat diff --git a/2.5DHero/2.5DHero/Scripts/mtember/explosiontm.dat b/2.5DHero/2.5DHeroContent/Scripts/mtember/explosiontm.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/mtember/explosiontm.dat rename to 2.5DHero/2.5DHeroContent/Scripts/mtember/explosiontm.dat diff --git a/2.5DHero/2.5DHero/Scripts/mtember/volcanion.dat b/2.5DHero/2.5DHeroContent/Scripts/mtember/volcanion.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/mtember/volcanion.dat rename to 2.5DHero/2.5DHeroContent/Scripts/mtember/volcanion.dat diff --git a/2.5DHero/2.5DHero/Scripts/mtmoon/dancing.dat b/2.5DHero/2.5DHeroContent/Scripts/mtmoon/dancing.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/mtmoon/dancing.dat rename to 2.5DHero/2.5DHeroContent/Scripts/mtmoon/dancing.dat diff --git a/2.5DHero/2.5DHero/Scripts/mtmoon/enterclearing.dat b/2.5DHero/2.5DHeroContent/Scripts/mtmoon/enterclearing.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/mtmoon/enterclearing.dat rename to 2.5DHero/2.5DHeroContent/Scripts/mtmoon/enterclearing.dat diff --git a/2.5DHero/2.5DHero/Scripts/mtmoon/entshop.dat b/2.5DHero/2.5DHeroContent/Scripts/mtmoon/entshop.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/mtmoon/entshop.dat rename to 2.5DHero/2.5DHeroContent/Scripts/mtmoon/entshop.dat diff --git a/2.5DHero/2.5DHero/Scripts/mtmoon/rock.dat b/2.5DHero/2.5DHeroContent/Scripts/mtmoon/rock.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/mtmoon/rock.dat rename to 2.5DHero/2.5DHeroContent/Scripts/mtmoon/rock.dat diff --git a/2.5DHero/2.5DHero/Scripts/mtmoon/shop.dat b/2.5DHero/2.5DHeroContent/Scripts/mtmoon/shop.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/mtmoon/shop.dat rename to 2.5DHero/2.5DHeroContent/Scripts/mtmoon/shop.dat diff --git a/2.5DHero/2.5DHero/Scripts/multiplayer.dat b/2.5DHero/2.5DHeroContent/Scripts/multiplayer.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/multiplayer.dat rename to 2.5DHero/2.5DHeroContent/Scripts/multiplayer.dat diff --git a/2.5DHero/2.5DHero/Scripts/mystery_event.dat b/2.5DHero/2.5DHeroContent/Scripts/mystery_event.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/mystery_event.dat rename to 2.5DHero/2.5DHeroContent/Scripts/mystery_event.dat diff --git a/2.5DHero/2.5DHero/Scripts/nationalpark/contest_prize.dat b/2.5DHero/2.5DHeroContent/Scripts/nationalpark/contest_prize.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/nationalpark/contest_prize.dat rename to 2.5DHero/2.5DHeroContent/Scripts/nationalpark/contest_prize.dat diff --git a/2.5DHero/2.5DHero/Scripts/nationalpark/end_contest_menu.dat b/2.5DHero/2.5DHeroContent/Scripts/nationalpark/end_contest_menu.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/nationalpark/end_contest_menu.dat rename to 2.5DHero/2.5DHeroContent/Scripts/nationalpark/end_contest_menu.dat diff --git a/2.5DHero/2.5DHero/Scripts/nationalpark/end_contest_officer0.dat b/2.5DHero/2.5DHeroContent/Scripts/nationalpark/end_contest_officer0.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/nationalpark/end_contest_officer0.dat rename to 2.5DHero/2.5DHeroContent/Scripts/nationalpark/end_contest_officer0.dat diff --git a/2.5DHero/2.5DHero/Scripts/nationalpark/end_contest_officer1.dat b/2.5DHero/2.5DHeroContent/Scripts/nationalpark/end_contest_officer1.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/nationalpark/end_contest_officer1.dat rename to 2.5DHero/2.5DHeroContent/Scripts/nationalpark/end_contest_officer1.dat diff --git a/2.5DHero/2.5DHero/Scripts/nationalpark/park_officer0.dat b/2.5DHero/2.5DHeroContent/Scripts/nationalpark/park_officer0.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/nationalpark/park_officer0.dat rename to 2.5DHero/2.5DHeroContent/Scripts/nationalpark/park_officer0.dat diff --git a/2.5DHero/2.5DHero/Scripts/nationalpark/park_officer1.dat b/2.5DHero/2.5DHeroContent/Scripts/nationalpark/park_officer1.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/nationalpark/park_officer1.dat rename to 2.5DHero/2.5DHeroContent/Scripts/nationalpark/park_officer1.dat diff --git a/2.5DHero/2.5DHero/Scripts/nationalpark/persian.dat b/2.5DHero/2.5DHeroContent/Scripts/nationalpark/persian.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/nationalpark/persian.dat rename to 2.5DHero/2.5DHeroContent/Scripts/nationalpark/persian.dat diff --git a/2.5DHero/2.5DHero/Scripts/nationalpark/quick_claw.dat b/2.5DHero/2.5DHeroContent/Scripts/nationalpark/quick_claw.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/nationalpark/quick_claw.dat rename to 2.5DHero/2.5DHeroContent/Scripts/nationalpark/quick_claw.dat diff --git a/2.5DHero/2.5DHero/Scripts/nationalpark/sport_balls.dat b/2.5DHero/2.5DHeroContent/Scripts/nationalpark/sport_balls.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/nationalpark/sport_balls.dat rename to 2.5DHero/2.5DHeroContent/Scripts/nationalpark/sport_balls.dat diff --git a/2.5DHero/2.5DHero/Scripts/nationalpark/unregister_NPCs.dat b/2.5DHero/2.5DHeroContent/Scripts/nationalpark/unregister_NPCs.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/nationalpark/unregister_NPCs.dat rename to 2.5DHero/2.5DHeroContent/Scripts/nationalpark/unregister_NPCs.dat diff --git a/2.5DHero/2.5DHero/Scripts/nationalpark/youngster_wondering.dat b/2.5DHero/2.5DHeroContent/Scripts/nationalpark/youngster_wondering.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/nationalpark/youngster_wondering.dat rename to 2.5DHero/2.5DHeroContent/Scripts/nationalpark/youngster_wondering.dat diff --git a/2.5DHero/2.5DHero/Scripts/oldguide.dat b/2.5DHero/2.5DHeroContent/Scripts/oldguide.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/oldguide.dat rename to 2.5DHero/2.5DHeroContent/Scripts/oldguide.dat diff --git a/2.5DHero/2.5DHero/Scripts/olivine/GymGuy.dat b/2.5DHero/2.5DHeroContent/Scripts/olivine/GymGuy.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/olivine/GymGuy.dat rename to 2.5DHero/2.5DHeroContent/Scripts/olivine/GymGuy.dat diff --git a/2.5DHero/2.5DHero/Scripts/olivine/Strength.dat b/2.5DHero/2.5DHeroContent/Scripts/olivine/Strength.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/olivine/Strength.dat rename to 2.5DHero/2.5DHeroContent/Scripts/olivine/Strength.dat diff --git a/2.5DHero/2.5DHero/Scripts/olivine/butterfree.dat b/2.5DHero/2.5DHeroContent/Scripts/olivine/butterfree.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/olivine/butterfree.dat rename to 2.5DHero/2.5DHeroContent/Scripts/olivine/butterfree.dat diff --git a/2.5DHero/2.5DHero/Scripts/olivine/dockhand.dat b/2.5DHero/2.5DHeroContent/Scripts/olivine/dockhand.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/olivine/dockhand.dat rename to 2.5DHero/2.5DHeroContent/Scripts/olivine/dockhand.dat diff --git a/2.5DHero/2.5DHero/Scripts/olivine/get_goodrod.dat b/2.5DHero/2.5DHeroContent/Scripts/olivine/get_goodrod.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/olivine/get_goodrod.dat rename to 2.5DHero/2.5DHeroContent/Scripts/olivine/get_goodrod.dat diff --git a/2.5DHero/2.5DHero/Scripts/olivine/voltorb_trade.dat b/2.5DHero/2.5DHeroContent/Scripts/olivine/voltorb_trade.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/olivine/voltorb_trade.dat rename to 2.5DHero/2.5DHeroContent/Scripts/olivine/voltorb_trade.dat diff --git a/2.5DHero/2.5DHero/Scripts/pallet/daisy.dat b/2.5DHero/2.5DHeroContent/Scripts/pallet/daisy.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/pallet/daisy.dat rename to 2.5DHero/2.5DHeroContent/Scripts/pallet/daisy.dat diff --git a/2.5DHero/2.5DHero/Scripts/pallet/evaldist.dat b/2.5DHero/2.5DHeroContent/Scripts/pallet/evaldist.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/pallet/evaldist.dat rename to 2.5DHero/2.5DHeroContent/Scripts/pallet/evaldist.dat diff --git a/2.5DHero/2.5DHero/Scripts/pallet/evaljohtext.dat b/2.5DHero/2.5DHeroContent/Scripts/pallet/evaljohtext.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/pallet/evaljohtext.dat rename to 2.5DHero/2.5DHeroContent/Scripts/pallet/evaljohtext.dat diff --git a/2.5DHero/2.5DHero/Scripts/pallet/evalnattext.dat b/2.5DHero/2.5DHeroContent/Scripts/pallet/evalnattext.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/pallet/evalnattext.dat rename to 2.5DHero/2.5DHeroContent/Scripts/pallet/evalnattext.dat diff --git a/2.5DHero/2.5DHero/Scripts/pallet/oak.dat b/2.5DHero/2.5DHeroContent/Scripts/pallet/oak.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/pallet/oak.dat rename to 2.5DHero/2.5DHeroContent/Scripts/pallet/oak.dat diff --git a/2.5DHero/2.5DHero/Scripts/pewter/GymGuy.dat b/2.5DHero/2.5DHeroContent/Scripts/pewter/GymGuy.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/pewter/GymGuy.dat rename to 2.5DHero/2.5DHeroContent/Scripts/pewter/GymGuy.dat diff --git a/2.5DHero/2.5DHero/Scripts/pewter/fossilscientist.dat b/2.5DHero/2.5DHeroContent/Scripts/pewter/fossilscientist.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/pewter/fossilscientist.dat rename to 2.5DHero/2.5DHeroContent/Scripts/pewter/fossilscientist.dat diff --git a/2.5DHero/2.5DHero/Scripts/pewter/haunter_trade.dat b/2.5DHero/2.5DHeroContent/Scripts/pewter/haunter_trade.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/pewter/haunter_trade.dat rename to 2.5DHero/2.5DHeroContent/Scripts/pewter/haunter_trade.dat diff --git a/2.5DHero/2.5DHero/Scripts/pewter/jigglypuff.dat b/2.5DHero/2.5DHeroContent/Scripts/pewter/jigglypuff.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/pewter/jigglypuff.dat rename to 2.5DHero/2.5DHeroContent/Scripts/pewter/jigglypuff.dat diff --git a/2.5DHero/2.5DHero/Scripts/pewter/nidoran.dat b/2.5DHero/2.5DHeroContent/Scripts/pewter/nidoran.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/pewter/nidoran.dat rename to 2.5DHero/2.5DHeroContent/Scripts/pewter/nidoran.dat diff --git a/2.5DHero/2.5DHero/Scripts/pewter/radioscientist.dat b/2.5DHero/2.5DHeroContent/Scripts/pewter/radioscientist.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/pewter/radioscientist.dat rename to 2.5DHero/2.5DHeroContent/Scripts/pewter/radioscientist.dat diff --git a/2.5DHero/2.5DHero/Scripts/pewter/wingman.dat b/2.5DHero/2.5DHeroContent/Scripts/pewter/wingman.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/pewter/wingman.dat rename to 2.5DHero/2.5DHeroContent/Scripts/pewter/wingman.dat diff --git a/2.5DHero/2.5DHero/Scripts/phone/000.dat b/2.5DHero/2.5DHeroContent/Scripts/phone/000.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/phone/000.dat rename to 2.5DHero/2.5DHeroContent/Scripts/phone/000.dat diff --git a/2.5DHero/2.5DHero/Scripts/phone/001.dat b/2.5DHero/2.5DHeroContent/Scripts/phone/001.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/phone/001.dat rename to 2.5DHero/2.5DHeroContent/Scripts/phone/001.dat diff --git a/2.5DHero/2.5DHero/Scripts/phone/003.dat b/2.5DHero/2.5DHeroContent/Scripts/phone/003.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/phone/003.dat rename to 2.5DHero/2.5DHeroContent/Scripts/phone/003.dat diff --git a/2.5DHero/2.5DHero/Scripts/phone/004.dat b/2.5DHero/2.5DHeroContent/Scripts/phone/004.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/phone/004.dat rename to 2.5DHero/2.5DHeroContent/Scripts/phone/004.dat diff --git a/2.5DHero/2.5DHero/Scripts/phone/005.dat b/2.5DHero/2.5DHeroContent/Scripts/phone/005.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/phone/005.dat rename to 2.5DHero/2.5DHeroContent/Scripts/phone/005.dat diff --git a/2.5DHero/2.5DHero/Scripts/phone/006.dat b/2.5DHero/2.5DHeroContent/Scripts/phone/006.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/phone/006.dat rename to 2.5DHero/2.5DHeroContent/Scripts/phone/006.dat diff --git a/2.5DHero/2.5DHero/Scripts/phone/007.dat b/2.5DHero/2.5DHeroContent/Scripts/phone/007.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/phone/007.dat rename to 2.5DHero/2.5DHeroContent/Scripts/phone/007.dat diff --git a/2.5DHero/2.5DHero/Scripts/phone/009.dat b/2.5DHero/2.5DHeroContent/Scripts/phone/009.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/phone/009.dat rename to 2.5DHero/2.5DHeroContent/Scripts/phone/009.dat diff --git a/2.5DHero/2.5DHero/Scripts/phone/010.dat b/2.5DHero/2.5DHeroContent/Scripts/phone/010.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/phone/010.dat rename to 2.5DHero/2.5DHeroContent/Scripts/phone/010.dat diff --git a/2.5DHero/2.5DHero/Scripts/phone/011.dat b/2.5DHero/2.5DHeroContent/Scripts/phone/011.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/phone/011.dat rename to 2.5DHero/2.5DHeroContent/Scripts/phone/011.dat diff --git a/2.5DHero/2.5DHero/Scripts/phone/012.dat b/2.5DHero/2.5DHeroContent/Scripts/phone/012.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/phone/012.dat rename to 2.5DHero/2.5DHeroContent/Scripts/phone/012.dat diff --git a/2.5DHero/2.5DHero/Scripts/phone/013.dat b/2.5DHero/2.5DHeroContent/Scripts/phone/013.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/phone/013.dat rename to 2.5DHero/2.5DHeroContent/Scripts/phone/013.dat diff --git a/2.5DHero/2.5DHero/Scripts/phone/014.dat b/2.5DHero/2.5DHeroContent/Scripts/phone/014.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/phone/014.dat rename to 2.5DHero/2.5DHeroContent/Scripts/phone/014.dat diff --git a/2.5DHero/2.5DHero/Scripts/phone/015.dat b/2.5DHero/2.5DHeroContent/Scripts/phone/015.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/phone/015.dat rename to 2.5DHero/2.5DHeroContent/Scripts/phone/015.dat diff --git a/2.5DHero/2.5DHero/Scripts/phone/016.dat b/2.5DHero/2.5DHeroContent/Scripts/phone/016.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/phone/016.dat rename to 2.5DHero/2.5DHeroContent/Scripts/phone/016.dat diff --git a/2.5DHero/2.5DHero/Scripts/phone/017.dat b/2.5DHero/2.5DHeroContent/Scripts/phone/017.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/phone/017.dat rename to 2.5DHero/2.5DHeroContent/Scripts/phone/017.dat diff --git a/2.5DHero/2.5DHero/Scripts/phone/018.dat b/2.5DHero/2.5DHeroContent/Scripts/phone/018.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/phone/018.dat rename to 2.5DHero/2.5DHeroContent/Scripts/phone/018.dat diff --git a/2.5DHero/2.5DHero/Scripts/phone/019.dat b/2.5DHero/2.5DHeroContent/Scripts/phone/019.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/phone/019.dat rename to 2.5DHero/2.5DHeroContent/Scripts/phone/019.dat diff --git a/2.5DHero/2.5DHero/Scripts/phone/020.dat b/2.5DHero/2.5DHeroContent/Scripts/phone/020.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/phone/020.dat rename to 2.5DHero/2.5DHeroContent/Scripts/phone/020.dat diff --git a/2.5DHero/2.5DHero/Scripts/phone/021.dat b/2.5DHero/2.5DHeroContent/Scripts/phone/021.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/phone/021.dat rename to 2.5DHero/2.5DHeroContent/Scripts/phone/021.dat diff --git a/2.5DHero/2.5DHero/Scripts/phone/022.dat b/2.5DHero/2.5DHeroContent/Scripts/phone/022.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/phone/022.dat rename to 2.5DHero/2.5DHeroContent/Scripts/phone/022.dat diff --git a/2.5DHero/2.5DHero/Scripts/phone/023.dat b/2.5DHero/2.5DHeroContent/Scripts/phone/023.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/phone/023.dat rename to 2.5DHero/2.5DHeroContent/Scripts/phone/023.dat diff --git a/2.5DHero/2.5DHero/Scripts/phone/024.dat b/2.5DHero/2.5DHeroContent/Scripts/phone/024.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/phone/024.dat rename to 2.5DHero/2.5DHeroContent/Scripts/phone/024.dat diff --git a/2.5DHero/2.5DHero/Scripts/phone/025.dat b/2.5DHero/2.5DHeroContent/Scripts/phone/025.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/phone/025.dat rename to 2.5DHero/2.5DHeroContent/Scripts/phone/025.dat diff --git a/2.5DHero/2.5DHero/Scripts/phone/026.dat b/2.5DHero/2.5DHeroContent/Scripts/phone/026.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/phone/026.dat rename to 2.5DHero/2.5DHeroContent/Scripts/phone/026.dat diff --git a/2.5DHero/2.5DHero/Scripts/phone/027.dat b/2.5DHero/2.5DHeroContent/Scripts/phone/027.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/phone/027.dat rename to 2.5DHero/2.5DHeroContent/Scripts/phone/027.dat diff --git a/2.5DHero/2.5DHero/Scripts/phone/028.dat b/2.5DHero/2.5DHeroContent/Scripts/phone/028.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/phone/028.dat rename to 2.5DHero/2.5DHeroContent/Scripts/phone/028.dat diff --git a/2.5DHero/2.5DHero/Scripts/phone/029.dat b/2.5DHero/2.5DHeroContent/Scripts/phone/029.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/phone/029.dat rename to 2.5DHero/2.5DHeroContent/Scripts/phone/029.dat diff --git a/2.5DHero/2.5DHero/Scripts/phone/030.dat b/2.5DHero/2.5DHeroContent/Scripts/phone/030.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/phone/030.dat rename to 2.5DHero/2.5DHeroContent/Scripts/phone/030.dat diff --git a/2.5DHero/2.5DHero/Scripts/phone/031.dat b/2.5DHero/2.5DHeroContent/Scripts/phone/031.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/phone/031.dat rename to 2.5DHero/2.5DHeroContent/Scripts/phone/031.dat diff --git a/2.5DHero/2.5DHero/Scripts/phone/032.dat b/2.5DHero/2.5DHeroContent/Scripts/phone/032.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/phone/032.dat rename to 2.5DHero/2.5DHeroContent/Scripts/phone/032.dat diff --git a/2.5DHero/2.5DHero/Scripts/phone/033.dat b/2.5DHero/2.5DHeroContent/Scripts/phone/033.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/phone/033.dat rename to 2.5DHero/2.5DHeroContent/Scripts/phone/033.dat diff --git a/2.5DHero/2.5DHero/Scripts/phone/034.dat b/2.5DHero/2.5DHeroContent/Scripts/phone/034.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/phone/034.dat rename to 2.5DHero/2.5DHeroContent/Scripts/phone/034.dat diff --git a/2.5DHero/2.5DHero/Scripts/phone/035.dat b/2.5DHero/2.5DHeroContent/Scripts/phone/035.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/phone/035.dat rename to 2.5DHero/2.5DHeroContent/Scripts/phone/035.dat diff --git a/2.5DHero/2.5DHero/Scripts/phone/contacts.dat b/2.5DHero/2.5DHeroContent/Scripts/phone/contacts.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/phone/contacts.dat rename to 2.5DHero/2.5DHeroContent/Scripts/phone/contacts.dat diff --git a/2.5DHero/2.5DHero/Scripts/powerplant/call.dat b/2.5DHero/2.5DHeroContent/Scripts/powerplant/call.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/powerplant/call.dat rename to 2.5DHero/2.5DHeroContent/Scripts/powerplant/call.dat diff --git a/2.5DHero/2.5DHero/Scripts/powerplant/cop1.dat b/2.5DHero/2.5DHeroContent/Scripts/powerplant/cop1.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/powerplant/cop1.dat rename to 2.5DHero/2.5DHeroContent/Scripts/powerplant/cop1.dat diff --git a/2.5DHero/2.5DHero/Scripts/powerplant/cop2.dat b/2.5DHero/2.5DHeroContent/Scripts/powerplant/cop2.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/powerplant/cop2.dat rename to 2.5DHero/2.5DHeroContent/Scripts/powerplant/cop2.dat diff --git a/2.5DHero/2.5DHero/Scripts/powerplant/leave.dat b/2.5DHero/2.5DHeroContent/Scripts/powerplant/leave.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/powerplant/leave.dat rename to 2.5DHero/2.5DHeroContent/Scripts/powerplant/leave.dat diff --git a/2.5DHero/2.5DHero/Scripts/powerplant/manager.dat b/2.5DHero/2.5DHeroContent/Scripts/powerplant/manager.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/powerplant/manager.dat rename to 2.5DHero/2.5DHeroContent/Scripts/powerplant/manager.dat diff --git a/2.5DHero/2.5DHero/Scripts/powerplant/scientist1.dat b/2.5DHero/2.5DHeroContent/Scripts/powerplant/scientist1.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/powerplant/scientist1.dat rename to 2.5DHero/2.5DHeroContent/Scripts/powerplant/scientist1.dat diff --git a/2.5DHero/2.5DHero/Scripts/powerplant/scientist2.dat b/2.5DHero/2.5DHeroContent/Scripts/powerplant/scientist2.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/powerplant/scientist2.dat rename to 2.5DHero/2.5DHeroContent/Scripts/powerplant/scientist2.dat diff --git a/2.5DHero/2.5DHero/Scripts/powerplant/scientist3.dat b/2.5DHero/2.5DHeroContent/Scripts/powerplant/scientist3.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/powerplant/scientist3.dat rename to 2.5DHero/2.5DHeroContent/Scripts/powerplant/scientist3.dat diff --git a/2.5DHero/2.5DHero/Scripts/powerplant/scientist4.dat b/2.5DHero/2.5DHeroContent/Scripts/powerplant/scientist4.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/powerplant/scientist4.dat rename to 2.5DHero/2.5DHeroContent/Scripts/powerplant/scientist4.dat diff --git a/2.5DHero/2.5DHero/Scripts/powerplant/zapdos.dat b/2.5DHero/2.5DHeroContent/Scripts/powerplant/zapdos.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/powerplant/zapdos.dat rename to 2.5DHero/2.5DHeroContent/Scripts/powerplant/zapdos.dat diff --git a/2.5DHero/2.5DHero/Scripts/quest/dockguy.dat b/2.5DHero/2.5DHeroContent/Scripts/quest/dockguy.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/quest/dockguy.dat rename to 2.5DHero/2.5DHeroContent/Scripts/quest/dockguy.dat diff --git a/2.5DHero/2.5DHero/Scripts/radio_tower_start.dat b/2.5DHero/2.5DHeroContent/Scripts/radio_tower_start.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/radio_tower_start.dat rename to 2.5DHero/2.5DHeroContent/Scripts/radio_tower_start.dat diff --git a/2.5DHero/2.5DHero/Scripts/radiotower/jigglypuff.dat b/2.5DHero/2.5DHeroContent/Scripts/radiotower/jigglypuff.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/radiotower/jigglypuff.dat rename to 2.5DHero/2.5DHeroContent/Scripts/radiotower/jigglypuff.dat diff --git a/2.5DHero/2.5DHero/Scripts/radiotower/lotto.dat b/2.5DHero/2.5DHeroContent/Scripts/radiotower/lotto.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/radiotower/lotto.dat rename to 2.5DHero/2.5DHeroContent/Scripts/radiotower/lotto.dat diff --git a/2.5DHero/2.5DHero/Scripts/radiotower/meowth.dat b/2.5DHero/2.5DHeroContent/Scripts/radiotower/meowth.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/radiotower/meowth.dat rename to 2.5DHero/2.5DHeroContent/Scripts/radiotower/meowth.dat diff --git a/2.5DHero/2.5DHero/Scripts/radiotower/people/1.dat b/2.5DHero/2.5DHeroContent/Scripts/radiotower/people/1.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/radiotower/people/1.dat rename to 2.5DHero/2.5DHeroContent/Scripts/radiotower/people/1.dat diff --git a/2.5DHero/2.5DHero/Scripts/radiotower/people/2.dat b/2.5DHero/2.5DHeroContent/Scripts/radiotower/people/2.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/radiotower/people/2.dat rename to 2.5DHero/2.5DHeroContent/Scripts/radiotower/people/2.dat diff --git a/2.5DHero/2.5DHero/Scripts/radiotower/people/3.dat b/2.5DHero/2.5DHeroContent/Scripts/radiotower/people/3.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/radiotower/people/3.dat rename to 2.5DHero/2.5DHeroContent/Scripts/radiotower/people/3.dat diff --git a/2.5DHero/2.5DHero/Scripts/radiotower/people/Buena.dat b/2.5DHero/2.5DHeroContent/Scripts/radiotower/people/Buena.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/radiotower/people/Buena.dat rename to 2.5DHero/2.5DHeroContent/Scripts/radiotower/people/Buena.dat diff --git a/2.5DHero/2.5DHero/Scripts/radiotower/people/Guard.dat b/2.5DHero/2.5DHeroContent/Scripts/radiotower/people/Guard.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/radiotower/people/Guard.dat rename to 2.5DHero/2.5DHeroContent/Scripts/radiotower/people/Guard.dat diff --git a/2.5DHero/2.5DHero/Scripts/radiotower/people/Mary.dat b/2.5DHero/2.5DHeroContent/Scripts/radiotower/people/Mary.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/radiotower/people/Mary.dat rename to 2.5DHero/2.5DHeroContent/Scripts/radiotower/people/Mary.dat diff --git a/2.5DHero/2.5DHero/Scripts/radiotower/people/Tradepts.dat b/2.5DHero/2.5DHeroContent/Scripts/radiotower/people/Tradepts.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/radiotower/people/Tradepts.dat rename to 2.5DHero/2.5DHeroContent/Scripts/radiotower/people/Tradepts.dat diff --git a/2.5DHero/2.5DHero/Scripts/radiotower/petrel_start.dat b/2.5DHero/2.5DHeroContent/Scripts/radiotower/petrel_start.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/radiotower/petrel_start.dat rename to 2.5DHero/2.5DHeroContent/Scripts/radiotower/petrel_start.dat diff --git a/2.5DHero/2.5DHero/Scripts/radiotower/radiocard_quiz.dat b/2.5DHero/2.5DHeroContent/Scripts/radiotower/radiocard_quiz.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/radiotower/radiocard_quiz.dat rename to 2.5DHero/2.5DHeroContent/Scripts/radiotower/radiocard_quiz.dat diff --git a/2.5DHero/2.5DHero/Scripts/radiotower/radioshutters.dat b/2.5DHero/2.5DHeroContent/Scripts/radiotower/radioshutters.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/radiotower/radioshutters.dat rename to 2.5DHero/2.5DHeroContent/Scripts/radiotower/radioshutters.dat diff --git a/2.5DHero/2.5DHero/Scripts/radiotower/rocketinvasionmusic.dat b/2.5DHero/2.5DHeroContent/Scripts/radiotower/rocketinvasionmusic.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/radiotower/rocketinvasionmusic.dat rename to 2.5DHero/2.5DHeroContent/Scripts/radiotower/rocketinvasionmusic.dat diff --git a/2.5DHero/2.5DHero/Scripts/radiotower/rocketinvasionmusic3f.dat b/2.5DHero/2.5DHeroContent/Scripts/radiotower/rocketinvasionmusic3f.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/radiotower/rocketinvasionmusic3f.dat rename to 2.5DHero/2.5DHeroContent/Scripts/radiotower/rocketinvasionmusic3f.dat diff --git a/2.5DHero/2.5DHero/Scripts/radiotower/rocketinvasionmusic5f.dat b/2.5DHero/2.5DHeroContent/Scripts/radiotower/rocketinvasionmusic5f.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/radiotower/rocketinvasionmusic5f.dat rename to 2.5DHero/2.5DHeroContent/Scripts/radiotower/rocketinvasionmusic5f.dat diff --git a/2.5DHero/2.5DHero/Scripts/radiotower/welcome.dat b/2.5DHero/2.5DHeroContent/Scripts/radiotower/welcome.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/radiotower/welcome.dat rename to 2.5DHero/2.5DHeroContent/Scripts/radiotower/welcome.dat diff --git a/2.5DHero/2.5DHero/Scripts/rival/rival_azalea/startscript.dat b/2.5DHero/2.5DHeroContent/Scripts/rival/rival_azalea/startscript.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/rival/rival_azalea/startscript.dat rename to 2.5DHero/2.5DHeroContent/Scripts/rival/rival_azalea/startscript.dat diff --git a/2.5DHero/2.5DHero/Scripts/rival/rival_azalea/walk_script.dat b/2.5DHero/2.5DHeroContent/Scripts/rival/rival_azalea/walk_script.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/rival/rival_azalea/walk_script.dat rename to 2.5DHero/2.5DHeroContent/Scripts/rival/rival_azalea/walk_script.dat diff --git a/2.5DHero/2.5DHero/Scripts/rival/rival_barktown.dat b/2.5DHero/2.5DHeroContent/Scripts/rival/rival_barktown.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/rival/rival_barktown.dat rename to 2.5DHero/2.5DHeroContent/Scripts/rival/rival_barktown.dat diff --git a/2.5DHero/2.5DHero/Scripts/rival/rival_cherrygrove/startscript.dat b/2.5DHero/2.5DHeroContent/Scripts/rival/rival_cherrygrove/startscript.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/rival/rival_cherrygrove/startscript.dat rename to 2.5DHero/2.5DHeroContent/Scripts/rival/rival_cherrygrove/startscript.dat diff --git a/2.5DHero/2.5DHero/Scripts/rival/rival_dragonsden/scene.dat b/2.5DHero/2.5DHeroContent/Scripts/rival/rival_dragonsden/scene.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/rival/rival_dragonsden/scene.dat rename to 2.5DHero/2.5DHeroContent/Scripts/rival/rival_dragonsden/scene.dat diff --git a/2.5DHero/2.5DHero/Scripts/rival/rival_ecruteak/walk_script.dat b/2.5DHero/2.5DHeroContent/Scripts/rival/rival_ecruteak/walk_script.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/rival/rival_ecruteak/walk_script.dat rename to 2.5DHero/2.5DHeroContent/Scripts/rival/rival_ecruteak/walk_script.dat diff --git a/2.5DHero/2.5DHero/Scripts/rival/rival_fortune.dat b/2.5DHero/2.5DHeroContent/Scripts/rival/rival_fortune.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/rival/rival_fortune.dat rename to 2.5DHero/2.5DHeroContent/Scripts/rival/rival_fortune.dat diff --git a/2.5DHero/2.5DHero/Scripts/rival/rival_league.dat b/2.5DHero/2.5DHeroContent/Scripts/rival/rival_league.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/rival/rival_league.dat rename to 2.5DHero/2.5DHeroContent/Scripts/rival/rival_league.dat diff --git a/2.5DHero/2.5DHero/Scripts/rival/rival_mahogany.dat b/2.5DHero/2.5DHeroContent/Scripts/rival/rival_mahogany.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/rival/rival_mahogany.dat rename to 2.5DHero/2.5DHeroContent/Scripts/rival/rival_mahogany.dat diff --git a/2.5DHero/2.5DHero/Scripts/rival/rival_mtmoon/north.dat b/2.5DHero/2.5DHeroContent/Scripts/rival/rival_mtmoon/north.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/rival/rival_mtmoon/north.dat rename to 2.5DHero/2.5DHeroContent/Scripts/rival/rival_mtmoon/north.dat diff --git a/2.5DHero/2.5DHero/Scripts/rival/rival_mtmoon/south.dat b/2.5DHero/2.5DHeroContent/Scripts/rival/rival_mtmoon/south.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/rival/rival_mtmoon/south.dat rename to 2.5DHero/2.5DHeroContent/Scripts/rival/rival_mtmoon/south.dat diff --git a/2.5DHero/2.5DHero/Scripts/rival/rival_olivine/olivine0.dat b/2.5DHero/2.5DHeroContent/Scripts/rival/rival_olivine/olivine0.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/rival/rival_olivine/olivine0.dat rename to 2.5DHero/2.5DHeroContent/Scripts/rival/rival_olivine/olivine0.dat diff --git a/2.5DHero/2.5DHero/Scripts/rival/rival_olivine/olivine1.dat b/2.5DHero/2.5DHeroContent/Scripts/rival/rival_olivine/olivine1.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/rival/rival_olivine/olivine1.dat rename to 2.5DHero/2.5DHeroContent/Scripts/rival/rival_olivine/olivine1.dat diff --git a/2.5DHero/2.5DHero/Scripts/rival/rival_rocket_underground.dat b/2.5DHero/2.5DHeroContent/Scripts/rival/rival_rocket_underground.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/rival/rival_rocket_underground.dat rename to 2.5DHero/2.5DHeroContent/Scripts/rival/rival_rocket_underground.dat diff --git a/2.5DHero/2.5DHero/Scripts/rival/rival_sprouttower.dat b/2.5DHero/2.5DHeroContent/Scripts/rival/rival_sprouttower.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/rival/rival_sprouttower.dat rename to 2.5DHero/2.5DHeroContent/Scripts/rival/rival_sprouttower.dat diff --git a/2.5DHero/2.5DHero/Scripts/rival/rival_victoryroad.dat b/2.5DHero/2.5DHeroContent/Scripts/rival/rival_victoryroad.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/rival/rival_victoryroad.dat rename to 2.5DHero/2.5DHeroContent/Scripts/rival/rival_victoryroad.dat diff --git a/2.5DHero/2.5DHero/Scripts/rocketbase/computer.dat b/2.5DHero/2.5DHeroContent/Scripts/rocketbase/computer.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/rocketbase/computer.dat rename to 2.5DHero/2.5DHeroContent/Scripts/rocketbase/computer.dat diff --git a/2.5DHero/2.5DHero/Scripts/rocketbase/elec1.dat b/2.5DHero/2.5DHeroContent/Scripts/rocketbase/elec1.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/rocketbase/elec1.dat rename to 2.5DHero/2.5DHeroContent/Scripts/rocketbase/elec1.dat diff --git a/2.5DHero/2.5DHero/Scripts/rocketbase/elec2.dat b/2.5DHero/2.5DHeroContent/Scripts/rocketbase/elec2.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/rocketbase/elec2.dat rename to 2.5DHero/2.5DHeroContent/Scripts/rocketbase/elec2.dat diff --git a/2.5DHero/2.5DHero/Scripts/rocketbase/elec3.dat b/2.5DHero/2.5DHeroContent/Scripts/rocketbase/elec3.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/rocketbase/elec3.dat rename to 2.5DHero/2.5DHeroContent/Scripts/rocketbase/elec3.dat diff --git a/2.5DHero/2.5DHero/Scripts/rocketbase/electrodedefeat.dat b/2.5DHero/2.5DHeroContent/Scripts/rocketbase/electrodedefeat.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/rocketbase/electrodedefeat.dat rename to 2.5DHero/2.5DHeroContent/Scripts/rocketbase/electrodedefeat.dat diff --git a/2.5DHero/2.5DHero/Scripts/rocketbase/gate1.dat b/2.5DHero/2.5DHeroContent/Scripts/rocketbase/gate1.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/rocketbase/gate1.dat rename to 2.5DHero/2.5DHeroContent/Scripts/rocketbase/gate1.dat diff --git a/2.5DHero/2.5DHero/Scripts/rocketbase/gate2.dat b/2.5DHero/2.5DHeroContent/Scripts/rocketbase/gate2.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/rocketbase/gate2.dat rename to 2.5DHero/2.5DHeroContent/Scripts/rocketbase/gate2.dat diff --git a/2.5DHero/2.5DHero/Scripts/rocketbase/gates.dat b/2.5DHero/2.5DHeroContent/Scripts/rocketbase/gates.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/rocketbase/gates.dat rename to 2.5DHero/2.5DHeroContent/Scripts/rocketbase/gates.dat diff --git a/2.5DHero/2.5DHero/Scripts/rocketbase/generator.dat b/2.5DHero/2.5DHeroContent/Scripts/rocketbase/generator.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/rocketbase/generator.dat rename to 2.5DHero/2.5DHeroContent/Scripts/rocketbase/generator.dat diff --git a/2.5DHero/2.5DHero/Scripts/rocketbase/generator_on.dat b/2.5DHero/2.5DHeroContent/Scripts/rocketbase/generator_on.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/rocketbase/generator_on.dat rename to 2.5DHero/2.5DHeroContent/Scripts/rocketbase/generator_on.dat diff --git a/2.5DHero/2.5DHero/Scripts/rocketbase/lanceheal.dat b/2.5DHero/2.5DHeroContent/Scripts/rocketbase/lanceheal.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/rocketbase/lanceheal.dat rename to 2.5DHero/2.5DHeroContent/Scripts/rocketbase/lanceheal.dat diff --git a/2.5DHero/2.5DHero/Scripts/rocketbase/murkrow.dat b/2.5DHero/2.5DHeroContent/Scripts/rocketbase/murkrow.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/rocketbase/murkrow.dat rename to 2.5DHero/2.5DHeroContent/Scripts/rocketbase/murkrow.dat diff --git a/2.5DHero/2.5DHero/Scripts/rocketbase/passtel.dat b/2.5DHero/2.5DHeroContent/Scripts/rocketbase/passtel.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/rocketbase/passtel.dat rename to 2.5DHero/2.5DHeroContent/Scripts/rocketbase/passtel.dat diff --git a/2.5DHero/2.5DHero/Scripts/rocketbase/pokemon.dat b/2.5DHero/2.5DHeroContent/Scripts/rocketbase/pokemon.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/rocketbase/pokemon.dat rename to 2.5DHero/2.5DHeroContent/Scripts/rocketbase/pokemon.dat diff --git a/2.5DHero/2.5DHero/Scripts/rocketbase/switch.dat b/2.5DHero/2.5DHeroContent/Scripts/rocketbase/switch.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/rocketbase/switch.dat rename to 2.5DHero/2.5DHeroContent/Scripts/rocketbase/switch.dat diff --git a/2.5DHero/2.5DHero/Scripts/rocketbase/trap1.dat b/2.5DHero/2.5DHeroContent/Scripts/rocketbase/trap1.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/rocketbase/trap1.dat rename to 2.5DHero/2.5DHeroContent/Scripts/rocketbase/trap1.dat diff --git a/2.5DHero/2.5DHero/Scripts/rocketbase/trap2.dat b/2.5DHero/2.5DHeroContent/Scripts/rocketbase/trap2.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/rocketbase/trap2.dat rename to 2.5DHero/2.5DHeroContent/Scripts/rocketbase/trap2.dat diff --git a/2.5DHero/2.5DHero/Scripts/rocketbase/trap3.dat b/2.5DHero/2.5DHeroContent/Scripts/rocketbase/trap3.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/rocketbase/trap3.dat rename to 2.5DHero/2.5DHeroContent/Scripts/rocketbase/trap3.dat diff --git a/2.5DHero/2.5DHero/Scripts/rocketbase/trap4.dat b/2.5DHero/2.5DHeroContent/Scripts/rocketbase/trap4.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/rocketbase/trap4.dat rename to 2.5DHero/2.5DHeroContent/Scripts/rocketbase/trap4.dat diff --git a/2.5DHero/2.5DHero/Scripts/rocketbase/trap5.dat b/2.5DHero/2.5DHeroContent/Scripts/rocketbase/trap5.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/rocketbase/trap5.dat rename to 2.5DHero/2.5DHeroContent/Scripts/rocketbase/trap5.dat diff --git a/2.5DHero/2.5DHero/Scripts/rocketbase/warp.dat b/2.5DHero/2.5DHeroContent/Scripts/rocketbase/warp.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/rocketbase/warp.dat rename to 2.5DHero/2.5DHeroContent/Scripts/rocketbase/warp.dat diff --git a/2.5DHero/2.5DHero/Scripts/route12/rod.dat b/2.5DHero/2.5DHeroContent/Scripts/route12/rod.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/route12/rod.dat rename to 2.5DHero/2.5DHeroContent/Scripts/route12/rod.dat diff --git a/2.5DHero/2.5DHero/Scripts/route14/chanseylady.dat b/2.5DHero/2.5DHeroContent/Scripts/route14/chanseylady.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/route14/chanseylady.dat rename to 2.5DHero/2.5DHeroContent/Scripts/route14/chanseylady.dat diff --git a/2.5DHero/2.5DHero/Scripts/route2/nuggetman.dat b/2.5DHero/2.5DHeroContent/Scripts/route2/nuggetman.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/route2/nuggetman.dat rename to 2.5DHero/2.5DHeroContent/Scripts/route2/nuggetman.dat diff --git a/2.5DHero/2.5DHero/Scripts/route25/grandpa.dat b/2.5DHero/2.5DHeroContent/Scripts/route25/grandpa.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/route25/grandpa.dat rename to 2.5DHero/2.5DHeroContent/Scripts/route25/grandpa.dat diff --git a/2.5DHero/2.5DHero/Scripts/route25/misty.dat b/2.5DHero/2.5DHeroContent/Scripts/route25/misty.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/route25/misty.dat rename to 2.5DHero/2.5DHeroContent/Scripts/route25/misty.dat diff --git a/2.5DHero/2.5DHero/Scripts/route26/daysibs.dat b/2.5DHero/2.5DHeroContent/Scripts/route26/daysibs.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/route26/daysibs.dat rename to 2.5DHero/2.5DHeroContent/Scripts/route26/daysibs.dat diff --git a/2.5DHero/2.5DHero/Scripts/route26/heal.dat b/2.5DHero/2.5DHeroContent/Scripts/route26/heal.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/route26/heal.dat rename to 2.5DHero/2.5DHeroContent/Scripts/route26/heal.dat diff --git a/2.5DHero/2.5DHero/Scripts/route27/oldlady.dat b/2.5DHero/2.5DHeroContent/Scripts/route27/oldlady.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/route27/oldlady.dat rename to 2.5DHero/2.5DHeroContent/Scripts/route27/oldlady.dat diff --git a/2.5DHero/2.5DHero/Scripts/route27/welcome.dat b/2.5DHero/2.5DHeroContent/Scripts/route27/welcome.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/route27/welcome.dat rename to 2.5DHero/2.5DHeroContent/Scripts/route27/welcome.dat diff --git a/2.5DHero/2.5DHero/Scripts/route29/1.dat b/2.5DHero/2.5DHeroContent/Scripts/route29/1.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/route29/1.dat rename to 2.5DHero/2.5DHeroContent/Scripts/route29/1.dat diff --git a/2.5DHero/2.5DHero/Scripts/route29/tuscany.dat b/2.5DHero/2.5DHeroContent/Scripts/route29/tuscany.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/route29/tuscany.dat rename to 2.5DHero/2.5DHeroContent/Scripts/route29/tuscany.dat diff --git a/2.5DHero/2.5DHero/Scripts/route29/tuscany_map.dat b/2.5DHero/2.5DHeroContent/Scripts/route29/tuscany_map.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/route29/tuscany_map.dat rename to 2.5DHero/2.5DHeroContent/Scripts/route29/tuscany_map.dat diff --git a/2.5DHero/2.5DHero/Scripts/route30/apricorninstruction.dat b/2.5DHero/2.5DHeroContent/Scripts/route30/apricorninstruction.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/route30/apricorninstruction.dat rename to 2.5DHero/2.5DHeroContent/Scripts/route30/apricorninstruction.dat diff --git a/2.5DHero/2.5DHero/Scripts/route30/elm_call.dat b/2.5DHero/2.5DHeroContent/Scripts/route30/elm_call.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/route30/elm_call.dat rename to 2.5DHero/2.5DHeroContent/Scripts/route30/elm_call.dat diff --git a/2.5DHero/2.5DHero/Scripts/route30/johnmaynad.dat b/2.5DHero/2.5DHeroContent/Scripts/route30/johnmaynad.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/route30/johnmaynad.dat rename to 2.5DHero/2.5DHeroContent/Scripts/route30/johnmaynad.dat diff --git a/2.5DHero/2.5DHero/Scripts/route30/mrpokemon.dat b/2.5DHero/2.5DHeroContent/Scripts/route30/mrpokemon.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/route30/mrpokemon.dat rename to 2.5DHero/2.5DHeroContent/Scripts/route30/mrpokemon.dat diff --git a/2.5DHero/2.5DHero/Scripts/route30/mrpokemon_start.dat b/2.5DHero/2.5DHeroContent/Scripts/route30/mrpokemon_start.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/route30/mrpokemon_start.dat rename to 2.5DHero/2.5DHeroContent/Scripts/route30/mrpokemon_start.dat diff --git a/2.5DHero/2.5DHero/Scripts/route30/rattatabattle0.dat b/2.5DHero/2.5DHeroContent/Scripts/route30/rattatabattle0.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/route30/rattatabattle0.dat rename to 2.5DHero/2.5DHeroContent/Scripts/route30/rattatabattle0.dat diff --git a/2.5DHero/2.5DHero/Scripts/route31/sleepy_guy.dat b/2.5DHero/2.5DHeroContent/Scripts/route31/sleepy_guy.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/route31/sleepy_guy.dat rename to 2.5DHero/2.5DHeroContent/Scripts/route31/sleepy_guy.dat diff --git a/2.5DHero/2.5DHero/Scripts/route32/RoarTM.dat b/2.5DHero/2.5DHeroContent/Scripts/route32/RoarTM.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/route32/RoarTM.dat rename to 2.5DHero/2.5DHeroContent/Scripts/route32/RoarTM.dat diff --git a/2.5DHero/2.5DHero/Scripts/route32/badgeCheck.dat b/2.5DHero/2.5DHeroContent/Scripts/route32/badgeCheck.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/route32/badgeCheck.dat rename to 2.5DHero/2.5DHeroContent/Scripts/route32/badgeCheck.dat diff --git a/2.5DHero/2.5DHero/Scripts/route32/badgeCheckTalk.dat b/2.5DHero/2.5DHeroContent/Scripts/route32/badgeCheckTalk.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/route32/badgeCheckTalk.dat rename to 2.5DHero/2.5DHeroContent/Scripts/route32/badgeCheckTalk.dat diff --git a/2.5DHero/2.5DHero/Scripts/route32/frieda.dat b/2.5DHero/2.5DHeroContent/Scripts/route32/frieda.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/route32/frieda.dat rename to 2.5DHero/2.5DHeroContent/Scripts/route32/frieda.dat diff --git a/2.5DHero/2.5DHero/Scripts/route32/frieda_map.dat b/2.5DHero/2.5DHeroContent/Scripts/route32/frieda_map.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/route32/frieda_map.dat rename to 2.5DHero/2.5DHeroContent/Scripts/route32/frieda_map.dat diff --git a/2.5DHero/2.5DHero/Scripts/route32/get_oldrod.dat b/2.5DHero/2.5DHeroContent/Scripts/route32/get_oldrod.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/route32/get_oldrod.dat rename to 2.5DHero/2.5DHeroContent/Scripts/route32/get_oldrod.dat diff --git a/2.5DHero/2.5DHero/Scripts/route32/slowpoketail.dat b/2.5DHero/2.5DHeroContent/Scripts/route32/slowpoketail.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/route32/slowpoketail.dat rename to 2.5DHero/2.5DHeroContent/Scripts/route32/slowpoketail.dat diff --git a/2.5DHero/2.5DHero/Scripts/route34/daycare/leave_pokemon.dat b/2.5DHero/2.5DHeroContent/Scripts/route34/daycare/leave_pokemon.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/route34/daycare/leave_pokemon.dat rename to 2.5DHero/2.5DHeroContent/Scripts/route34/daycare/leave_pokemon.dat diff --git a/2.5DHero/2.5DHero/Scripts/route34/daycare/main.dat b/2.5DHero/2.5DHeroContent/Scripts/route34/daycare/main.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/route34/daycare/main.dat rename to 2.5DHero/2.5DHeroContent/Scripts/route34/daycare/main.dat diff --git a/2.5DHero/2.5DHero/Scripts/route34/daycare/odd_egg.dat b/2.5DHero/2.5DHeroContent/Scripts/route34/daycare/odd_egg.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/route34/daycare/odd_egg.dat rename to 2.5DHero/2.5DHeroContent/Scripts/route34/daycare/odd_egg.dat diff --git a/2.5DHero/2.5DHero/Scripts/route34/daycare/oldLady.dat b/2.5DHero/2.5DHeroContent/Scripts/route34/daycare/oldLady.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/route34/daycare/oldLady.dat rename to 2.5DHero/2.5DHeroContent/Scripts/route34/daycare/oldLady.dat diff --git a/2.5DHero/2.5DHero/Scripts/route34/daycare/pokemon_0.dat b/2.5DHero/2.5DHeroContent/Scripts/route34/daycare/pokemon_0.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/route34/daycare/pokemon_0.dat rename to 2.5DHero/2.5DHeroContent/Scripts/route34/daycare/pokemon_0.dat diff --git a/2.5DHero/2.5DHero/Scripts/route34/daycare/pokemon_1.dat b/2.5DHero/2.5DHeroContent/Scripts/route34/daycare/pokemon_1.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/route34/daycare/pokemon_1.dat rename to 2.5DHero/2.5DHeroContent/Scripts/route34/daycare/pokemon_1.dat diff --git a/2.5DHero/2.5DHero/Scripts/route34/daycare/take_back.dat b/2.5DHero/2.5DHeroContent/Scripts/route34/daycare/take_back.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/route34/daycare/take_back.dat rename to 2.5DHero/2.5DHeroContent/Scripts/route34/daycare/take_back.dat diff --git a/2.5DHero/2.5DHero/Scripts/route34/daycare/take_egg.dat b/2.5DHero/2.5DHeroContent/Scripts/route34/daycare/take_egg.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/route34/daycare/take_egg.dat rename to 2.5DHero/2.5DHeroContent/Scripts/route34/daycare/take_egg.dat diff --git a/2.5DHero/2.5DHero/Scripts/route34/daycare_pokemon.dat b/2.5DHero/2.5DHeroContent/Scripts/route34/daycare_pokemon.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/route34/daycare_pokemon.dat rename to 2.5DHero/2.5DHeroContent/Scripts/route34/daycare_pokemon.dat diff --git a/2.5DHero/2.5DHero/Scripts/route34/gateTMgirl.dat b/2.5DHero/2.5DHeroContent/Scripts/route34/gateTMgirl.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/route34/gateTMgirl.dat rename to 2.5DHero/2.5DHeroContent/Scripts/route34/gateTMgirl.dat diff --git a/2.5DHero/2.5DHero/Scripts/route34/gate_butterfree.dat b/2.5DHero/2.5DHeroContent/Scripts/route34/gate_butterfree.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/route34/gate_butterfree.dat rename to 2.5DHero/2.5DHeroContent/Scripts/route34/gate_butterfree.dat diff --git a/2.5DHero/2.5DHero/Scripts/route36/arthur.dat b/2.5DHero/2.5DHeroContent/Scripts/route36/arthur.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/route36/arthur.dat rename to 2.5DHero/2.5DHeroContent/Scripts/route36/arthur.dat diff --git a/2.5DHero/2.5DHero/Scripts/route36/arthur_map.dat b/2.5DHero/2.5DHeroContent/Scripts/route36/arthur_map.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/route36/arthur_map.dat rename to 2.5DHero/2.5DHeroContent/Scripts/route36/arthur_map.dat diff --git a/2.5DHero/2.5DHero/Scripts/route36/rocksmash_event.dat b/2.5DHero/2.5DHeroContent/Scripts/route36/rocksmash_event.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/route36/rocksmash_event.dat rename to 2.5DHero/2.5DHeroContent/Scripts/route36/rocksmash_event.dat diff --git a/2.5DHero/2.5DHero/Scripts/route36/sudowoodo.dat b/2.5DHero/2.5DHeroContent/Scripts/route36/sudowoodo.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/route36/sudowoodo.dat rename to 2.5DHero/2.5DHeroContent/Scripts/route36/sudowoodo.dat diff --git a/2.5DHero/2.5DHero/Scripts/route36/sudowoodo_reaction.dat b/2.5DHero/2.5DHeroContent/Scripts/route36/sudowoodo_reaction.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/route36/sudowoodo_reaction.dat rename to 2.5DHero/2.5DHeroContent/Scripts/route36/sudowoodo_reaction.dat diff --git a/2.5DHero/2.5DHero/Scripts/route37/sunny.dat b/2.5DHero/2.5DHeroContent/Scripts/route37/sunny.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/route37/sunny.dat rename to 2.5DHero/2.5DHeroContent/Scripts/route37/sunny.dat diff --git a/2.5DHero/2.5DHero/Scripts/route37/sunny_map.dat b/2.5DHero/2.5DHeroContent/Scripts/route37/sunny_map.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/route37/sunny_map.dat rename to 2.5DHero/2.5DHeroContent/Scripts/route37/sunny_map.dat diff --git a/2.5DHero/2.5DHero/Scripts/route39/barn_kid1.dat b/2.5DHero/2.5DHeroContent/Scripts/route39/barn_kid1.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/route39/barn_kid1.dat rename to 2.5DHero/2.5DHeroContent/Scripts/route39/barn_kid1.dat diff --git a/2.5DHero/2.5DHero/Scripts/route39/barn_kid2.dat b/2.5DHero/2.5DHeroContent/Scripts/route39/barn_kid2.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/route39/barn_kid2.dat rename to 2.5DHero/2.5DHeroContent/Scripts/route39/barn_kid2.dat diff --git a/2.5DHero/2.5DHero/Scripts/route39/barn_lady.dat b/2.5DHero/2.5DHeroContent/Scripts/route39/barn_lady.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/route39/barn_lady.dat rename to 2.5DHero/2.5DHeroContent/Scripts/route39/barn_lady.dat diff --git a/2.5DHero/2.5DHero/Scripts/route39/barn_man.dat b/2.5DHero/2.5DHeroContent/Scripts/route39/barn_man.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/route39/barn_man.dat rename to 2.5DHero/2.5DHeroContent/Scripts/route39/barn_man.dat diff --git a/2.5DHero/2.5DHero/Scripts/route39/barn_miltank.dat b/2.5DHero/2.5DHeroContent/Scripts/route39/barn_miltank.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/route39/barn_miltank.dat rename to 2.5DHero/2.5DHeroContent/Scripts/route39/barn_miltank.dat diff --git a/2.5DHero/2.5DHero/Scripts/route39/miltank_field.dat b/2.5DHero/2.5DHeroContent/Scripts/route39/miltank_field.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/route39/miltank_field.dat rename to 2.5DHero/2.5DHeroContent/Scripts/route39/miltank_field.dat diff --git a/2.5DHero/2.5DHero/Scripts/route40/block_man.dat b/2.5DHero/2.5DHeroContent/Scripts/route40/block_man.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/route40/block_man.dat rename to 2.5DHero/2.5DHeroContent/Scripts/route40/block_man.dat diff --git a/2.5DHero/2.5DHero/Scripts/route40/monica.dat b/2.5DHero/2.5DHeroContent/Scripts/route40/monica.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/route40/monica.dat rename to 2.5DHero/2.5DHeroContent/Scripts/route40/monica.dat diff --git a/2.5DHero/2.5DHero/Scripts/route40/monica_map.dat b/2.5DHero/2.5DHeroContent/Scripts/route40/monica_map.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/route40/monica_map.dat rename to 2.5DHero/2.5DHeroContent/Scripts/route40/monica_map.dat diff --git a/2.5DHero/2.5DHero/Scripts/route43/GateKeeper.dat b/2.5DHero/2.5DHeroContent/Scripts/route43/GateKeeper.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/route43/GateKeeper.dat rename to 2.5DHero/2.5DHeroContent/Scripts/route43/GateKeeper.dat diff --git a/2.5DHero/2.5DHero/Scripts/route43/toll.dat b/2.5DHero/2.5DHeroContent/Scripts/route43/toll.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/route43/toll.dat rename to 2.5DHero/2.5DHeroContent/Scripts/route43/toll.dat diff --git a/2.5DHero/2.5DHero/Scripts/route5/daycare/leave_pokemon.dat b/2.5DHero/2.5DHeroContent/Scripts/route5/daycare/leave_pokemon.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/route5/daycare/leave_pokemon.dat rename to 2.5DHero/2.5DHeroContent/Scripts/route5/daycare/leave_pokemon.dat diff --git a/2.5DHero/2.5DHero/Scripts/route5/daycare/main.dat b/2.5DHero/2.5DHeroContent/Scripts/route5/daycare/main.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/route5/daycare/main.dat rename to 2.5DHero/2.5DHeroContent/Scripts/route5/daycare/main.dat diff --git a/2.5DHero/2.5DHero/Scripts/route5/daycare/pokemon_0.dat b/2.5DHero/2.5DHeroContent/Scripts/route5/daycare/pokemon_0.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/route5/daycare/pokemon_0.dat rename to 2.5DHero/2.5DHeroContent/Scripts/route5/daycare/pokemon_0.dat diff --git a/2.5DHero/2.5DHero/Scripts/route5/daycare/pokemon_1.dat b/2.5DHero/2.5DHeroContent/Scripts/route5/daycare/pokemon_1.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/route5/daycare/pokemon_1.dat rename to 2.5DHero/2.5DHeroContent/Scripts/route5/daycare/pokemon_1.dat diff --git a/2.5DHero/2.5DHero/Scripts/route5/daycare/take_back.dat b/2.5DHero/2.5DHeroContent/Scripts/route5/daycare/take_back.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/route5/daycare/take_back.dat rename to 2.5DHero/2.5DHeroContent/Scripts/route5/daycare/take_back.dat diff --git a/2.5DHero/2.5DHero/Scripts/route5/daycare/take_egg.dat b/2.5DHero/2.5DHeroContent/Scripts/route5/daycare/take_egg.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/route5/daycare/take_egg.dat rename to 2.5DHero/2.5DHeroContent/Scripts/route5/daycare/take_egg.dat diff --git a/2.5DHero/2.5DHero/Scripts/route5/daycare_pokemon.dat b/2.5DHero/2.5DHeroContent/Scripts/route5/daycare_pokemon.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/route5/daycare_pokemon.dat rename to 2.5DHero/2.5DHeroContent/Scripts/route5/daycare_pokemon.dat diff --git a/2.5DHero/2.5DHero/Scripts/route5/oldlady.dat b/2.5DHero/2.5DHeroContent/Scripts/route5/oldlady.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/route5/oldlady.dat rename to 2.5DHero/2.5DHeroContent/Scripts/route5/oldlady.dat diff --git a/2.5DHero/2.5DHero/Scripts/route6/cop.dat b/2.5DHero/2.5DHeroContent/Scripts/route6/cop.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/route6/cop.dat rename to 2.5DHero/2.5DHeroContent/Scripts/route6/cop.dat diff --git a/2.5DHero/2.5DHero/Scripts/route6/grunt.dat b/2.5DHero/2.5DHeroContent/Scripts/route6/grunt.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/route6/grunt.dat rename to 2.5DHero/2.5DHeroContent/Scripts/route6/grunt.dat diff --git a/2.5DHero/2.5DHero/Scripts/safarizone/butterfree.dat b/2.5DHero/2.5DHeroContent/Scripts/safarizone/butterfree.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/safarizone/butterfree.dat rename to 2.5DHero/2.5DHeroContent/Scripts/safarizone/butterfree.dat diff --git a/2.5DHero/2.5DHero/Scripts/safarizone/explanation1.dat b/2.5DHero/2.5DHeroContent/Scripts/safarizone/explanation1.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/safarizone/explanation1.dat rename to 2.5DHero/2.5DHeroContent/Scripts/safarizone/explanation1.dat diff --git a/2.5DHero/2.5DHero/Scripts/safarizone/explanation2.dat b/2.5DHero/2.5DHeroContent/Scripts/safarizone/explanation2.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/safarizone/explanation2.dat rename to 2.5DHero/2.5DHeroContent/Scripts/safarizone/explanation2.dat diff --git a/2.5DHero/2.5DHero/Scripts/safarizone/hitmonchan.dat b/2.5DHero/2.5DHeroContent/Scripts/safarizone/hitmonchan.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/safarizone/hitmonchan.dat rename to 2.5DHero/2.5DHeroContent/Scripts/safarizone/hitmonchan.dat diff --git a/2.5DHero/2.5DHero/Scripts/safarizone/kangaskhan.dat b/2.5DHero/2.5DHeroContent/Scripts/safarizone/kangaskhan.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/safarizone/kangaskhan.dat rename to 2.5DHero/2.5DHeroContent/Scripts/safarizone/kangaskhan.dat diff --git a/2.5DHero/2.5DHero/Scripts/safarizone/market1.dat b/2.5DHero/2.5DHeroContent/Scripts/safarizone/market1.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/safarizone/market1.dat rename to 2.5DHero/2.5DHeroContent/Scripts/safarizone/market1.dat diff --git a/2.5DHero/2.5DHero/Scripts/safarizone/market2.dat b/2.5DHero/2.5DHeroContent/Scripts/safarizone/market2.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/safarizone/market2.dat rename to 2.5DHero/2.5DHeroContent/Scripts/safarizone/market2.dat diff --git a/2.5DHero/2.5DHero/Scripts/safarizone/market3.dat b/2.5DHero/2.5DHeroContent/Scripts/safarizone/market3.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/safarizone/market3.dat rename to 2.5DHero/2.5DHeroContent/Scripts/safarizone/market3.dat diff --git a/2.5DHero/2.5DHero/Scripts/safarizone/market4.dat b/2.5DHero/2.5DHeroContent/Scripts/safarizone/market4.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/safarizone/market4.dat rename to 2.5DHero/2.5DHeroContent/Scripts/safarizone/market4.dat diff --git a/2.5DHero/2.5DHero/Scripts/safarizone/market5.dat b/2.5DHero/2.5DHeroContent/Scripts/safarizone/market5.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/safarizone/market5.dat rename to 2.5DHero/2.5DHeroContent/Scripts/safarizone/market5.dat diff --git a/2.5DHero/2.5DHero/Scripts/safarizone/next.dat b/2.5DHero/2.5DHeroContent/Scripts/safarizone/next.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/safarizone/next.dat rename to 2.5DHero/2.5DHeroContent/Scripts/safarizone/next.dat diff --git a/2.5DHero/2.5DHero/Scripts/safarizone/nextarea.dat b/2.5DHero/2.5DHeroContent/Scripts/safarizone/nextarea.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/safarizone/nextarea.dat rename to 2.5DHero/2.5DHeroContent/Scripts/safarizone/nextarea.dat diff --git a/2.5DHero/2.5DHero/Scripts/safarizone/quit.dat b/2.5DHero/2.5DHeroContent/Scripts/safarizone/quit.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/safarizone/quit.dat rename to 2.5DHero/2.5DHeroContent/Scripts/safarizone/quit.dat diff --git a/2.5DHero/2.5DHero/Scripts/safarizone/quitsafari.dat b/2.5DHero/2.5DHeroContent/Scripts/safarizone/quitsafari.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/safarizone/quitsafari.dat rename to 2.5DHero/2.5DHeroContent/Scripts/safarizone/quitsafari.dat diff --git a/2.5DHero/2.5DHero/Scripts/safarizone/randomclouds.dat b/2.5DHero/2.5DHeroContent/Scripts/safarizone/randomclouds.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/safarizone/randomclouds.dat rename to 2.5DHero/2.5DHeroContent/Scripts/safarizone/randomclouds.dat diff --git a/2.5DHero/2.5DHero/Scripts/safarizone/slowpoke.dat b/2.5DHero/2.5DHeroContent/Scripts/safarizone/slowpoke.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/safarizone/slowpoke.dat rename to 2.5DHero/2.5DHeroContent/Scripts/safarizone/slowpoke.dat diff --git a/2.5DHero/2.5DHero/Scripts/safarizone/start.dat b/2.5DHero/2.5DHeroContent/Scripts/safarizone/start.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/safarizone/start.dat rename to 2.5DHero/2.5DHeroContent/Scripts/safarizone/start.dat diff --git a/2.5DHero/2.5DHero/Scripts/saffron/GymGuy.dat b/2.5DHero/2.5DHeroContent/Scripts/saffron/GymGuy.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/saffron/GymGuy.dat rename to 2.5DHero/2.5DHeroContent/Scripts/saffron/GymGuy.dat diff --git a/2.5DHero/2.5DHero/Scripts/saffron/blissey.dat b/2.5DHero/2.5DHeroContent/Scripts/saffron/blissey.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/saffron/blissey.dat rename to 2.5DHero/2.5DHeroContent/Scripts/saffron/blissey.dat diff --git a/2.5DHero/2.5DHero/Scripts/saffron/cop.dat b/2.5DHero/2.5DHeroContent/Scripts/saffron/cop.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/saffron/cop.dat rename to 2.5DHero/2.5DHeroContent/Scripts/saffron/cop.dat diff --git a/2.5DHero/2.5DHero/Scripts/saffron/copycat.dat b/2.5DHero/2.5DHeroContent/Scripts/saffron/copycat.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/saffron/copycat.dat rename to 2.5DHero/2.5DHeroContent/Scripts/saffron/copycat.dat diff --git a/2.5DHero/2.5DHero/Scripts/saffron/dodrio.dat b/2.5DHero/2.5DHeroContent/Scripts/saffron/dodrio.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/saffron/dodrio.dat rename to 2.5DHero/2.5DHeroContent/Scripts/saffron/dodrio.dat diff --git a/2.5DHero/2.5DHero/Scripts/saffron/elevator.dat b/2.5DHero/2.5DHeroContent/Scripts/saffron/elevator.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/saffron/elevator.dat rename to 2.5DHero/2.5DHeroContent/Scripts/saffron/elevator.dat diff --git a/2.5DHero/2.5DHero/Scripts/saffron/psychic.dat b/2.5DHero/2.5DHeroContent/Scripts/saffron/psychic.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/saffron/psychic.dat rename to 2.5DHero/2.5DHeroContent/Scripts/saffron/psychic.dat diff --git a/2.5DHero/2.5DHero/Scripts/saffron/rotom/elevator.dat b/2.5DHero/2.5DHeroContent/Scripts/saffron/rotom/elevator.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/saffron/rotom/elevator.dat rename to 2.5DHero/2.5DHeroContent/Scripts/saffron/rotom/elevator.dat diff --git a/2.5DHero/2.5DHero/Scripts/saffron/rotom/entermotor.dat b/2.5DHero/2.5DHeroContent/Scripts/saffron/rotom/entermotor.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/saffron/rotom/entermotor.dat rename to 2.5DHero/2.5DHeroContent/Scripts/saffron/rotom/entermotor.dat diff --git a/2.5DHero/2.5DHero/Scripts/saffron/rotom/fan.dat b/2.5DHero/2.5DHeroContent/Scripts/saffron/rotom/fan.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/saffron/rotom/fan.dat rename to 2.5DHero/2.5DHeroContent/Scripts/saffron/rotom/fan.dat diff --git a/2.5DHero/2.5DHero/Scripts/saffron/rotom/frost.dat b/2.5DHero/2.5DHeroContent/Scripts/saffron/rotom/frost.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/saffron/rotom/frost.dat rename to 2.5DHero/2.5DHeroContent/Scripts/saffron/rotom/frost.dat diff --git a/2.5DHero/2.5DHero/Scripts/saffron/rotom/heat.dat b/2.5DHero/2.5DHeroContent/Scripts/saffron/rotom/heat.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/saffron/rotom/heat.dat rename to 2.5DHero/2.5DHeroContent/Scripts/saffron/rotom/heat.dat diff --git a/2.5DHero/2.5DHero/Scripts/saffron/rotom/main.dat b/2.5DHero/2.5DHeroContent/Scripts/saffron/rotom/main.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/saffron/rotom/main.dat rename to 2.5DHero/2.5DHeroContent/Scripts/saffron/rotom/main.dat diff --git a/2.5DHero/2.5DHero/Scripts/saffron/rotom/managedevices.dat b/2.5DHero/2.5DHeroContent/Scripts/saffron/rotom/managedevices.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/saffron/rotom/managedevices.dat rename to 2.5DHero/2.5DHeroContent/Scripts/saffron/rotom/managedevices.dat diff --git a/2.5DHero/2.5DHero/Scripts/saffron/rotom/mow.dat b/2.5DHero/2.5DHeroContent/Scripts/saffron/rotom/mow.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/saffron/rotom/mow.dat rename to 2.5DHero/2.5DHeroContent/Scripts/saffron/rotom/mow.dat diff --git a/2.5DHero/2.5DHero/Scripts/saffron/rotom/recall.dat b/2.5DHero/2.5DHeroContent/Scripts/saffron/rotom/recall.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/saffron/rotom/recall.dat rename to 2.5DHero/2.5DHeroContent/Scripts/saffron/rotom/recall.dat diff --git a/2.5DHero/2.5DHero/Scripts/saffron/rotom/removeattacks.dat b/2.5DHero/2.5DHeroContent/Scripts/saffron/rotom/removeattacks.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/saffron/rotom/removeattacks.dat rename to 2.5DHero/2.5DHeroContent/Scripts/saffron/rotom/removeattacks.dat diff --git a/2.5DHero/2.5DHero/Scripts/saffron/rotom/wash.dat b/2.5DHero/2.5DHeroContent/Scripts/saffron/rotom/wash.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/saffron/rotom/wash.dat rename to 2.5DHero/2.5DHeroContent/Scripts/saffron/rotom/wash.dat diff --git a/2.5DHero/2.5DHero/Scripts/saffron/traingoldenrod.dat b/2.5DHero/2.5DHeroContent/Scripts/saffron/traingoldenrod.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/saffron/traingoldenrod.dat rename to 2.5DHero/2.5DHeroContent/Scripts/saffron/traingoldenrod.dat diff --git a/2.5DHero/2.5DHero/Scripts/saffron/trainman.dat b/2.5DHero/2.5DHeroContent/Scripts/saffron/trainman.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/saffron/trainman.dat rename to 2.5DHero/2.5DHeroContent/Scripts/saffron/trainman.dat diff --git a/2.5DHero/2.5DHero/Scripts/saffron/warp.dat b/2.5DHero/2.5DHeroContent/Scripts/saffron/warp.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/saffron/warp.dat rename to 2.5DHero/2.5DHeroContent/Scripts/saffron/warp.dat diff --git a/2.5DHero/2.5DHero/Scripts/seafoam/GymGuy.dat b/2.5DHero/2.5DHeroContent/Scripts/seafoam/GymGuy.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/seafoam/GymGuy.dat rename to 2.5DHero/2.5DHeroContent/Scripts/seafoam/GymGuy.dat diff --git a/2.5DHero/2.5DHero/Scripts/seafoam/articuno.dat b/2.5DHero/2.5DHeroContent/Scripts/seafoam/articuno.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/seafoam/articuno.dat rename to 2.5DHero/2.5DHeroContent/Scripts/seafoam/articuno.dat diff --git a/2.5DHero/2.5DHero/Scripts/slenderman.dat b/2.5DHero/2.5DHeroContent/Scripts/slenderman.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/slenderman.dat rename to 2.5DHero/2.5DHeroContent/Scripts/slenderman.dat diff --git a/2.5DHero/2.5DHero/Scripts/speedboatscene.dat b/2.5DHero/2.5DHeroContent/Scripts/speedboatscene.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/speedboatscene.dat rename to 2.5DHero/2.5DHeroContent/Scripts/speedboatscene.dat diff --git a/2.5DHero/2.5DHero/Scripts/ssaqua/bed.dat b/2.5DHero/2.5DHeroContent/Scripts/ssaqua/bed.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/ssaqua/bed.dat rename to 2.5DHero/2.5DHeroContent/Scripts/ssaqua/bed.dat diff --git a/2.5DHero/2.5DHero/Scripts/ssaqua/first trip/bed.dat b/2.5DHero/2.5DHeroContent/Scripts/ssaqua/first trip/bed.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/ssaqua/first trip/bed.dat rename to 2.5DHero/2.5DHeroContent/Scripts/ssaqua/first trip/bed.dat diff --git a/2.5DHero/2.5DHero/Scripts/ssaqua/first trip/block.dat b/2.5DHero/2.5DHeroContent/Scripts/ssaqua/first trip/block.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/ssaqua/first trip/block.dat rename to 2.5DHero/2.5DHeroContent/Scripts/ssaqua/first trip/block.dat diff --git a/2.5DHero/2.5DHero/Scripts/ssaqua/first trip/blockingguy.dat b/2.5DHero/2.5DHeroContent/Scripts/ssaqua/first trip/blockingguy.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/ssaqua/first trip/blockingguy.dat rename to 2.5DHero/2.5DHeroContent/Scripts/ssaqua/first trip/blockingguy.dat diff --git a/2.5DHero/2.5DHero/Scripts/ssaqua/first trip/bump.dat b/2.5DHero/2.5DHeroContent/Scripts/ssaqua/first trip/bump.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/ssaqua/first trip/bump.dat rename to 2.5DHero/2.5DHeroContent/Scripts/ssaqua/first trip/bump.dat diff --git a/2.5DHero/2.5DHero/Scripts/ssaqua/first trip/grandpa.dat b/2.5DHero/2.5DHeroContent/Scripts/ssaqua/first trip/grandpa.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/ssaqua/first trip/grandpa.dat rename to 2.5DHero/2.5DHeroContent/Scripts/ssaqua/first trip/grandpa.dat diff --git a/2.5DHero/2.5DHero/Scripts/ssaqua/first trip/littlegirl.dat b/2.5DHero/2.5DHeroContent/Scripts/ssaqua/first trip/littlegirl.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/ssaqua/first trip/littlegirl.dat rename to 2.5DHero/2.5DHeroContent/Scripts/ssaqua/first trip/littlegirl.dat diff --git a/2.5DHero/2.5DHero/Scripts/ssaqua/leave.dat b/2.5DHero/2.5DHeroContent/Scripts/ssaqua/leave.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/ssaqua/leave.dat rename to 2.5DHero/2.5DHeroContent/Scripts/ssaqua/leave.dat diff --git a/2.5DHero/2.5DHero/Scripts/ssaqua/mainmapscript.dat b/2.5DHero/2.5DHeroContent/Scripts/ssaqua/mainmapscript.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/ssaqua/mainmapscript.dat rename to 2.5DHero/2.5DHeroContent/Scripts/ssaqua/mainmapscript.dat diff --git a/2.5DHero/2.5DHero/Scripts/test/level1.dat b/2.5DHero/2.5DHeroContent/Scripts/test/level1.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/test/level1.dat rename to 2.5DHero/2.5DHeroContent/Scripts/test/level1.dat diff --git a/2.5DHero/2.5DHero/Scripts/test/start.dat b/2.5DHero/2.5DHeroContent/Scripts/test/start.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/test/start.dat rename to 2.5DHero/2.5DHeroContent/Scripts/test/start.dat diff --git a/2.5DHero/2.5DHero/Scripts/testscript.dat b/2.5DHero/2.5DHeroContent/Scripts/testscript.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/testscript.dat rename to 2.5DHero/2.5DHeroContent/Scripts/testscript.dat diff --git a/2.5DHero/2.5DHero/Scripts/tintower/7-1.dat b/2.5DHero/2.5DHeroContent/Scripts/tintower/7-1.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/tintower/7-1.dat rename to 2.5DHero/2.5DHeroContent/Scripts/tintower/7-1.dat diff --git a/2.5DHero/2.5DHero/Scripts/tintower/7-2.dat b/2.5DHero/2.5DHeroContent/Scripts/tintower/7-2.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/tintower/7-2.dat rename to 2.5DHero/2.5DHeroContent/Scripts/tintower/7-2.dat diff --git a/2.5DHero/2.5DHero/Scripts/tintower/7-3.dat b/2.5DHero/2.5DHeroContent/Scripts/tintower/7-3.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/tintower/7-3.dat rename to 2.5DHero/2.5DHeroContent/Scripts/tintower/7-3.dat diff --git a/2.5DHero/2.5DHero/Scripts/tintower/7-4.dat b/2.5DHero/2.5DHeroContent/Scripts/tintower/7-4.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/tintower/7-4.dat rename to 2.5DHero/2.5DHeroContent/Scripts/tintower/7-4.dat diff --git a/2.5DHero/2.5DHero/Scripts/tintower/8-1.dat b/2.5DHero/2.5DHeroContent/Scripts/tintower/8-1.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/tintower/8-1.dat rename to 2.5DHero/2.5DHeroContent/Scripts/tintower/8-1.dat diff --git a/2.5DHero/2.5DHero/Scripts/tintower/8-2.dat b/2.5DHero/2.5DHeroContent/Scripts/tintower/8-2.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/tintower/8-2.dat rename to 2.5DHero/2.5DHeroContent/Scripts/tintower/8-2.dat diff --git a/2.5DHero/2.5DHero/Scripts/tintower/8-3.dat b/2.5DHero/2.5DHeroContent/Scripts/tintower/8-3.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/tintower/8-3.dat rename to 2.5DHero/2.5DHeroContent/Scripts/tintower/8-3.dat diff --git a/2.5DHero/2.5DHero/Scripts/tintower/8-4.dat b/2.5DHero/2.5DHeroContent/Scripts/tintower/8-4.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/tintower/8-4.dat rename to 2.5DHero/2.5DHeroContent/Scripts/tintower/8-4.dat diff --git a/2.5DHero/2.5DHero/Scripts/tintower/8-5.dat b/2.5DHero/2.5DHeroContent/Scripts/tintower/8-5.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/tintower/8-5.dat rename to 2.5DHero/2.5DHeroContent/Scripts/tintower/8-5.dat diff --git a/2.5DHero/2.5DHero/Scripts/tintower/8-6.dat b/2.5DHero/2.5DHeroContent/Scripts/tintower/8-6.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/tintower/8-6.dat rename to 2.5DHero/2.5DHeroContent/Scripts/tintower/8-6.dat diff --git a/2.5DHero/2.5DHero/Scripts/tintower/9-1.dat b/2.5DHero/2.5DHeroContent/Scripts/tintower/9-1.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/tintower/9-1.dat rename to 2.5DHero/2.5DHeroContent/Scripts/tintower/9-1.dat diff --git a/2.5DHero/2.5DHero/Scripts/tintower/9-2.dat b/2.5DHero/2.5DHeroContent/Scripts/tintower/9-2.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/tintower/9-2.dat rename to 2.5DHero/2.5DHeroContent/Scripts/tintower/9-2.dat diff --git a/2.5DHero/2.5DHero/Scripts/tintower/9-3.dat b/2.5DHero/2.5DHeroContent/Scripts/tintower/9-3.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/tintower/9-3.dat rename to 2.5DHero/2.5DHeroContent/Scripts/tintower/9-3.dat diff --git a/2.5DHero/2.5DHero/Scripts/tintower/9-4.dat b/2.5DHero/2.5DHeroContent/Scripts/tintower/9-4.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/tintower/9-4.dat rename to 2.5DHero/2.5DHeroContent/Scripts/tintower/9-4.dat diff --git a/2.5DHero/2.5DHero/Scripts/tintower/9-5.dat b/2.5DHero/2.5DHeroContent/Scripts/tintower/9-5.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/tintower/9-5.dat rename to 2.5DHero/2.5DHeroContent/Scripts/tintower/9-5.dat diff --git a/2.5DHero/2.5DHero/Scripts/tintower/9-6.dat b/2.5DHero/2.5DHeroContent/Scripts/tintower/9-6.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/tintower/9-6.dat rename to 2.5DHero/2.5DHeroContent/Scripts/tintower/9-6.dat diff --git a/2.5DHero/2.5DHero/Scripts/tintower/ho_oh_appear.dat b/2.5DHero/2.5DHeroContent/Scripts/tintower/ho_oh_appear.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/tintower/ho_oh_appear.dat rename to 2.5DHero/2.5DHeroContent/Scripts/tintower/ho_oh_appear.dat diff --git a/2.5DHero/2.5DHero/Scripts/tintower/hooh.dat b/2.5DHero/2.5DHeroContent/Scripts/tintower/hooh.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/tintower/hooh.dat rename to 2.5DHero/2.5DHeroContent/Scripts/tintower/hooh.dat diff --git a/2.5DHero/2.5DHero/Scripts/tintower/sage.dat b/2.5DHero/2.5DHeroContent/Scripts/tintower/sage.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/tintower/sage.dat rename to 2.5DHero/2.5DHeroContent/Scripts/tintower/sage.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/30001.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/30001.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/30001.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/30001.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/30002.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/30002.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/30002.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/30002.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/30003.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/30003.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/30003.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/30003.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/30004.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/30004.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/30004.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/30004.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/31001.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/31001.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/31001.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/31001.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/31002.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/31002.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/31002.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/31002.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/Lighthouse/001.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/Lighthouse/001.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/Lighthouse/001.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/Lighthouse/001.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/Lighthouse/001.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/Lighthouse/001.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/Lighthouse/001.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/Lighthouse/001.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/Lighthouse/001_1.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/Lighthouse/001_1.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/Lighthouse/001_1.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/Lighthouse/001_1.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/Lighthouse/001_2.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/Lighthouse/001_2.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/Lighthouse/001_2.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/Lighthouse/001_2.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/Lighthouse/002.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/Lighthouse/002.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/Lighthouse/002.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/Lighthouse/002.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/Lighthouse/002.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/Lighthouse/002.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/Lighthouse/002.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/Lighthouse/002.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/Lighthouse/002_1.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/Lighthouse/002_1.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/Lighthouse/002_1.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/Lighthouse/002_1.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/Lighthouse/002_2.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/Lighthouse/002_2.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/Lighthouse/002_2.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/Lighthouse/002_2.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/Lighthouse/003.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/Lighthouse/003.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/Lighthouse/003.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/Lighthouse/003.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/Lighthouse/003.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/Lighthouse/003.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/Lighthouse/003.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/Lighthouse/003.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/Lighthouse/004.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/Lighthouse/004.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/Lighthouse/004.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/Lighthouse/004.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/Lighthouse/004.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/Lighthouse/004.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/Lighthouse/004.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/Lighthouse/004.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/Lighthouse/005.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/Lighthouse/005.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/Lighthouse/005.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/Lighthouse/005.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/Lighthouse/005.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/Lighthouse/005.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/Lighthouse/005.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/Lighthouse/005.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/Lighthouse/006.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/Lighthouse/006.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/Lighthouse/006.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/Lighthouse/006.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/Lighthouse/006.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/Lighthouse/006.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/Lighthouse/006.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/Lighthouse/006.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/Lighthouse/007.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/Lighthouse/007.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/Lighthouse/007.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/Lighthouse/007.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/Lighthouse/007.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/Lighthouse/007.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/Lighthouse/007.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/Lighthouse/007.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/Lighthouse/008.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/Lighthouse/008.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/Lighthouse/008.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/Lighthouse/008.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/Lighthouse/008.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/Lighthouse/008.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/Lighthouse/008.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/Lighthouse/008.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/Lighthouse/009.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/Lighthouse/009.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/Lighthouse/009.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/Lighthouse/009.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/Lighthouse/009.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/Lighthouse/009.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/Lighthouse/009.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/Lighthouse/009.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/Ruinsofalph/001.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/Ruinsofalph/001.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/Ruinsofalph/001.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/Ruinsofalph/001.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/Ruinsofalph/001.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/Ruinsofalph/001.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/Ruinsofalph/001.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/Ruinsofalph/001.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/azalea_gym/001.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/azalea_gym/001.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/azalea_gym/001.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/azalea_gym/001.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/azalea_gym/001.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/azalea_gym/001.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/azalea_gym/001.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/azalea_gym/001.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/azalea_gym/002.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/azalea_gym/002.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/azalea_gym/002.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/azalea_gym/002.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/azalea_gym/003.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/azalea_gym/003.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/azalea_gym/003.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/azalea_gym/003.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/azalea_gym/003.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/azalea_gym/003.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/azalea_gym/003.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/azalea_gym/003.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/azalea_gym/004.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/azalea_gym/004.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/azalea_gym/004.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/azalea_gym/004.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/azalea_gym/004.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/azalea_gym/004.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/azalea_gym/004.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/azalea_gym/004.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/azalea_gym/005.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/azalea_gym/005.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/azalea_gym/005.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/azalea_gym/005.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/azalea_gym/005.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/azalea_gym/005.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/azalea_gym/005.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/azalea_gym/005.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/azalea_gym/leader.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/azalea_gym/leader.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/azalea_gym/leader.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/azalea_gym/leader.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/azalea_gym/leader.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/azalea_gym/leader.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/azalea_gym/leader.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/azalea_gym/leader.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/blackthorn_gym/001.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/blackthorn_gym/001.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/blackthorn_gym/001.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/blackthorn_gym/001.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/blackthorn_gym/001.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/blackthorn_gym/001.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/blackthorn_gym/001.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/blackthorn_gym/001.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/blackthorn_gym/002.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/blackthorn_gym/002.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/blackthorn_gym/002.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/blackthorn_gym/002.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/blackthorn_gym/002.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/blackthorn_gym/002.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/blackthorn_gym/002.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/blackthorn_gym/002.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/blackthorn_gym/003.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/blackthorn_gym/003.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/blackthorn_gym/003.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/blackthorn_gym/003.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/blackthorn_gym/003.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/blackthorn_gym/003.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/blackthorn_gym/003.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/blackthorn_gym/003.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/blackthorn_gym/004.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/blackthorn_gym/004.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/blackthorn_gym/004.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/blackthorn_gym/004.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/blackthorn_gym/004.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/blackthorn_gym/004.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/blackthorn_gym/004.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/blackthorn_gym/004.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/blackthorn_gym/005.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/blackthorn_gym/005.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/blackthorn_gym/005.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/blackthorn_gym/005.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/blackthorn_gym/005.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/blackthorn_gym/005.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/blackthorn_gym/005.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/blackthorn_gym/005.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/blackthorn_gym/leader.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/blackthorn_gym/leader.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/blackthorn_gym/leader.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/blackthorn_gym/leader.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/blackthorn_gym/leader.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/blackthorn_gym/leader.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/blackthorn_gym/leader.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/blackthorn_gym/leader.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/celadon_gym/001.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/celadon_gym/001.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/celadon_gym/001.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/celadon_gym/001.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/celadon_gym/001.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/celadon_gym/001.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/celadon_gym/001.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/celadon_gym/001.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/celadon_gym/002.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/celadon_gym/002.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/celadon_gym/002.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/celadon_gym/002.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/celadon_gym/003.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/celadon_gym/003.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/celadon_gym/003.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/celadon_gym/003.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/celadon_gym/003.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/celadon_gym/003.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/celadon_gym/003.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/celadon_gym/003.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/celadon_gym/004.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/celadon_gym/004.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/celadon_gym/004.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/celadon_gym/004.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/celadon_gym/004.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/celadon_gym/004.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/celadon_gym/004.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/celadon_gym/004.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/celadon_gym/005.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/celadon_gym/005.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/celadon_gym/005.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/celadon_gym/005.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/celadon_gym/005.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/celadon_gym/005.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/celadon_gym/005.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/celadon_gym/005.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/celadon_gym/leader.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/celadon_gym/leader.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/celadon_gym/leader.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/celadon_gym/leader.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/celadon_gym/leader.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/celadon_gym/leader.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/celadon_gym/leader.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/celadon_gym/leader.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/cerulean_gym/001.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/cerulean_gym/001.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/cerulean_gym/001.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/cerulean_gym/001.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/cerulean_gym/001.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/cerulean_gym/001.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/cerulean_gym/001.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/cerulean_gym/001.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/cerulean_gym/002.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/cerulean_gym/002.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/cerulean_gym/002.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/cerulean_gym/002.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/cerulean_gym/002.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/cerulean_gym/002.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/cerulean_gym/002.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/cerulean_gym/002.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/cerulean_gym/003.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/cerulean_gym/003.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/cerulean_gym/003.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/cerulean_gym/003.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/cerulean_gym/003.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/cerulean_gym/003.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/cerulean_gym/003.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/cerulean_gym/003.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/cerulean_gym/leader.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/cerulean_gym/leader.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/cerulean_gym/leader.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/cerulean_gym/leader.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/cerulean_gym/leader.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/cerulean_gym/leader.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/cerulean_gym/leader.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/cerulean_gym/leader.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ceruleancave/000.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/ceruleancave/000.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ceruleancave/000.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ceruleancave/000.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ceruleancave/000.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/ceruleancave/000.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ceruleancave/000.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ceruleancave/000.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ceruleancave/001.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/ceruleancave/001.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ceruleancave/001.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ceruleancave/001.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ceruleancave/001.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/ceruleancave/001.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ceruleancave/001.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ceruleancave/001.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ceruleancave/002.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/ceruleancave/002.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ceruleancave/002.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ceruleancave/002.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ceruleancave/002.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/ceruleancave/002.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ceruleancave/002.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ceruleancave/002.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ceruleancave/003.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/ceruleancave/003.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ceruleancave/003.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ceruleancave/003.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ceruleancave/003.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/ceruleancave/003.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ceruleancave/003.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ceruleancave/003.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ceruleancave/004.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/ceruleancave/004.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ceruleancave/004.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ceruleancave/004.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ceruleancave/004.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/ceruleancave/004.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ceruleancave/004.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ceruleancave/004.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ceruleancave/005.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/ceruleancave/005.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ceruleancave/005.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ceruleancave/005.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ceruleancave/005.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/ceruleancave/005.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ceruleancave/005.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ceruleancave/005.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ceruleancave/006.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/ceruleancave/006.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ceruleancave/006.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ceruleancave/006.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ceruleancave/006.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/ceruleancave/006.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ceruleancave/006.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ceruleancave/006.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ceruleancave/007.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/ceruleancave/007.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ceruleancave/007.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ceruleancave/007.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ceruleancave/007.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/ceruleancave/007.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ceruleancave/007.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ceruleancave/007.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ceruleancave/Proton.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/ceruleancave/Proton.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ceruleancave/Proton.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ceruleancave/Proton.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ceruleancave/promew2.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/ceruleancave/promew2.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ceruleancave/promew2.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ceruleancave/promew2.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/chrono/grunts/001.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/grunts/001.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/chrono/grunts/001.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/grunts/001.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/chrono/grunts/002.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/grunts/002.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/chrono/grunts/002.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/grunts/002.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/chrono/grunts/003.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/grunts/003.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/chrono/grunts/003.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/grunts/003.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/chrono/grunts/003.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/grunts/003.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/chrono/grunts/003.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/grunts/003.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/chrono/grunts/004.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/grunts/004.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/chrono/grunts/004.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/grunts/004.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/chrono/grunts/004.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/grunts/004.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/chrono/grunts/004.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/grunts/004.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/chrono/grunts/005.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/grunts/005.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/chrono/grunts/005.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/grunts/005.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/chrono/grunts/005.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/grunts/005.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/chrono/grunts/005.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/grunts/005.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/chrono/grunts/006.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/grunts/006.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/chrono/grunts/006.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/grunts/006.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/chrono/grunts/006.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/grunts/006.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/chrono/grunts/006.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/grunts/006.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/chrono/grunts/007.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/grunts/007.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/chrono/grunts/007.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/grunts/007.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/chrono/grunts/007.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/grunts/007.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/chrono/grunts/007.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/grunts/007.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/chrono/grunts/008.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/grunts/008.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/chrono/grunts/008.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/grunts/008.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/chrono/grunts/008.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/grunts/008.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/chrono/grunts/008.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/grunts/008.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/chrono/grunts/009.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/grunts/009.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/chrono/grunts/009.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/grunts/009.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/chrono/grunts/009.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/grunts/009.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/chrono/grunts/009.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/grunts/009.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/chrono/grunts/010.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/grunts/010.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/chrono/grunts/010.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/grunts/010.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/chrono/grunts/Proton.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/grunts/Proton.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/chrono/grunts/Proton.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/grunts/Proton.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/chrono/north/001.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/north/001.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/chrono/north/001.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/north/001.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/chrono/north/001.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/north/001.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/chrono/north/001.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/north/001.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/chrono/north/002.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/north/002.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/chrono/north/002.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/north/002.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/chrono/north/002.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/north/002.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/chrono/north/002.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/north/002.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/chrono/north/003.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/north/003.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/chrono/north/003.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/north/003.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/chrono/north/003.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/north/003.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/chrono/north/003.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/north/003.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/chrono/north/004.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/north/004.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/chrono/north/004.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/north/004.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/chrono/north/004.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/north/004.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/chrono/north/004.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/north/004.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/chrono/north/005.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/north/005.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/chrono/north/005.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/north/005.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/chrono/north/005.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/north/005.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/chrono/north/005.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/north/005.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/chrono/north/006.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/north/006.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/chrono/north/006.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/north/006.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/chrono/north/006.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/north/006.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/chrono/north/006.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/north/006.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/chrono/north/007.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/north/007.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/chrono/north/007.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/north/007.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/chrono/north/007.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/north/007.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/chrono/north/007.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/north/007.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/chrono/north/008.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/north/008.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/chrono/north/008.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/north/008.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/chrono/north/008.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/north/008.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/chrono/north/008.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/north/008.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/chrono/north/009.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/north/009.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/chrono/north/009.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/north/009.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/chrono/north/009.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/north/009.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/chrono/north/009.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/north/009.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/chrono/north/010.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/north/010.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/chrono/north/010.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/north/010.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/chrono/north/010.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/north/010.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/chrono/north/010.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/north/010.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/chrono/north/selphy.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/north/selphy.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/chrono/north/selphy.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/north/selphy.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/chrono/south/001.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/south/001.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/chrono/south/001.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/south/001.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/chrono/south/001.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/south/001.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/chrono/south/001.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/south/001.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/chrono/south/002.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/south/002.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/chrono/south/002.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/south/002.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/chrono/south/002.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/south/002.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/chrono/south/002.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/south/002.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/chrono/south/003.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/south/003.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/chrono/south/003.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/south/003.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/chrono/south/003.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/south/003.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/chrono/south/003.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/chrono/south/003.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/cianwood/Eusine.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/cianwood/Eusine.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/cianwood/Eusine.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/cianwood/Eusine.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/cianwood_gym/000/1.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/cianwood_gym/000/1.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/cianwood_gym/000/1.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/cianwood_gym/000/1.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/cianwood_gym/000/2.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/cianwood_gym/000/2.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/cianwood_gym/000/2.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/cianwood_gym/000/2.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/cianwood_gym/001.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/cianwood_gym/001.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/cianwood_gym/001.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/cianwood_gym/001.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/cianwood_gym/001.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/cianwood_gym/001.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/cianwood_gym/001.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/cianwood_gym/001.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/cianwood_gym/002.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/cianwood_gym/002.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/cianwood_gym/002.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/cianwood_gym/002.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/cianwood_gym/002.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/cianwood_gym/002.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/cianwood_gym/002.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/cianwood_gym/002.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/cianwood_gym/003.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/cianwood_gym/003.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/cianwood_gym/003.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/cianwood_gym/003.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/cianwood_gym/003.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/cianwood_gym/003.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/cianwood_gym/003.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/cianwood_gym/003.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/cianwood_gym/004.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/cianwood_gym/004.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/cianwood_gym/004.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/cianwood_gym/004.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/cianwood_gym/004.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/cianwood_gym/004.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/cianwood_gym/004.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/cianwood_gym/004.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/cianwood_gym/leader.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/cianwood_gym/leader.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/cianwood_gym/leader.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/cianwood_gym/leader.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/cianwood_gym/leader.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/cianwood_gym/leader.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/cianwood_gym/leader.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/cianwood_gym/leader.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/cinnabar_gym/001.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/cinnabar_gym/001.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/cinnabar_gym/001.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/cinnabar_gym/001.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/cinnabar_gym/001.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/cinnabar_gym/001.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/cinnabar_gym/001.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/cinnabar_gym/001.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/cinnabar_gym/002.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/cinnabar_gym/002.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/cinnabar_gym/002.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/cinnabar_gym/002.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/cinnabar_gym/002.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/cinnabar_gym/002.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/cinnabar_gym/002.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/cinnabar_gym/002.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/cinnabar_gym/003.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/cinnabar_gym/003.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/cinnabar_gym/003.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/cinnabar_gym/003.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/cinnabar_gym/003.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/cinnabar_gym/003.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/cinnabar_gym/003.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/cinnabar_gym/003.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/cinnabar_gym/004.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/cinnabar_gym/004.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/cinnabar_gym/004.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/cinnabar_gym/004.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/cinnabar_gym/004.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/cinnabar_gym/004.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/cinnabar_gym/004.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/cinnabar_gym/004.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/cinnabar_gym/005.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/cinnabar_gym/005.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/cinnabar_gym/005.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/cinnabar_gym/005.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/cinnabar_gym/005.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/cinnabar_gym/005.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/cinnabar_gym/005.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/cinnabar_gym/005.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/cinnabar_gym/006.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/cinnabar_gym/006.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/cinnabar_gym/006.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/cinnabar_gym/006.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/cinnabar_gym/006.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/cinnabar_gym/006.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/cinnabar_gym/006.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/cinnabar_gym/006.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/cinnabar_gym/leader.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/cinnabar_gym/leader.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/cinnabar_gym/leader.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/cinnabar_gym/leader.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/cinnabar_gym/leader.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/cinnabar_gym/leader.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/cinnabar_gym/leader.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/cinnabar_gym/leader.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/dragonsden/001.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/dragonsden/001.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/dragonsden/001.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/dragonsden/001.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/dragonsden/001.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/dragonsden/001.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/dragonsden/001.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/dragonsden/001.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/dragonsden/002.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/dragonsden/002.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/dragonsden/002.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/dragonsden/002.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/dragonsden/002.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/dragonsden/002.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/dragonsden/002.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/dragonsden/002.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/dragonsden/003.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/dragonsden/003.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/dragonsden/003.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/dragonsden/003.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/dragonsden/003.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/dragonsden/003.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/dragonsden/003.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/dragonsden/003.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/dungeon/robots/0.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/dungeon/robots/0.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/dungeon/robots/0.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/dungeon/robots/0.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/dungeon/robots/1.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/dungeon/robots/1.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/dungeon/robots/1.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/dungeon/robots/1.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/dungeon/robots/2.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/dungeon/robots/2.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/dungeon/robots/2.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/dungeon/robots/2.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/dungeon/robots/3.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/dungeon/robots/3.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/dungeon/robots/3.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/dungeon/robots/3.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/dungeon/robots/4.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/dungeon/robots/4.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/dungeon/robots/4.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/dungeon/robots/4.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ecruteak/001.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/ecruteak/001.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ecruteak/001.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ecruteak/001.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ecruteak/001.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/ecruteak/001.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ecruteak/001.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ecruteak/001.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ecruteak/002.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/ecruteak/002.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ecruteak/002.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ecruteak/002.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ecruteak/002.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/ecruteak/002.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ecruteak/002.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ecruteak/002.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ecruteak/003.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/ecruteak/003.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ecruteak/003.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ecruteak/003.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ecruteak/003.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/ecruteak/003.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ecruteak/003.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ecruteak/003.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ecruteak/004.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/ecruteak/004.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ecruteak/004.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ecruteak/004.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ecruteak/004.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/ecruteak/004.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ecruteak/004.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ecruteak/004.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ecruteak/005.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/ecruteak/005.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ecruteak/005.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ecruteak/005.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ecruteak/005.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/ecruteak/005.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ecruteak/005.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ecruteak/005.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ecruteak_gym/001.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/ecruteak_gym/001.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ecruteak_gym/001.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ecruteak_gym/001.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ecruteak_gym/001.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/ecruteak_gym/001.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ecruteak_gym/001.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ecruteak_gym/001.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ecruteak_gym/002.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/ecruteak_gym/002.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ecruteak_gym/002.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ecruteak_gym/002.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ecruteak_gym/002.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/ecruteak_gym/002.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ecruteak_gym/002.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ecruteak_gym/002.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ecruteak_gym/003.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/ecruteak_gym/003.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ecruteak_gym/003.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ecruteak_gym/003.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ecruteak_gym/003.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/ecruteak_gym/003.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ecruteak_gym/003.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ecruteak_gym/003.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ecruteak_gym/004.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/ecruteak_gym/004.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ecruteak_gym/004.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ecruteak_gym/004.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ecruteak_gym/004.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/ecruteak_gym/004.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ecruteak_gym/004.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ecruteak_gym/004.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ecruteak_gym/Leader.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/ecruteak_gym/Leader.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ecruteak_gym/Leader.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ecruteak_gym/Leader.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ecruteak_gym/leader.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/ecruteak_gym/leader.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ecruteak_gym/leader.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ecruteak_gym/leader.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/floe/grunt.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/floe/grunt.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/floe/grunt.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/floe/grunt.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/floe/lorelei1.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/floe/lorelei1.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/floe/lorelei1.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/floe/lorelei1.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/floe/lorelei2.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/floe/lorelei2.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/floe/lorelei2.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/floe/lorelei2.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/0.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/0.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/0.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/0.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/1.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/1.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/1.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/1.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/10.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/10.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/10.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/10.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/100.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/100.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/100.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/100.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/101.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/101.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/101.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/101.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/102.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/102.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/102.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/102.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/103.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/103.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/103.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/103.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/104.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/104.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/104.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/104.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/105.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/105.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/105.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/105.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/106.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/106.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/106.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/106.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/107.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/107.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/107.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/107.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/108.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/108.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/108.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/108.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/109.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/109.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/109.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/109.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/11.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/11.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/11.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/11.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/110.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/110.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/110.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/110.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/111.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/111.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/111.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/111.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/112.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/112.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/112.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/112.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/113.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/113.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/113.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/113.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/114.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/114.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/114.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/114.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/115.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/115.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/115.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/115.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/116.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/116.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/116.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/116.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/117.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/117.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/117.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/117.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/118.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/118.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/118.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/118.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/119.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/119.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/119.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/119.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/12.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/12.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/12.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/12.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/120.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/120.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/120.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/120.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/121.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/121.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/121.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/121.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/122.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/122.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/122.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/122.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/123.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/123.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/123.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/123.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/124.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/124.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/124.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/124.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/125.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/125.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/125.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/125.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/126.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/126.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/126.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/126.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/127.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/127.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/127.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/127.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/128.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/128.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/128.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/128.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/129.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/129.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/129.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/129.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/13.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/13.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/13.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/13.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/130.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/130.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/130.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/130.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/131.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/131.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/131.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/131.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/132.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/132.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/132.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/132.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/133.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/133.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/133.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/133.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/134.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/134.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/134.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/134.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/135.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/135.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/135.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/135.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/136.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/136.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/136.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/136.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/137.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/137.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/137.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/137.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/138.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/138.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/138.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/138.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/139.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/139.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/139.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/139.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/14.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/14.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/14.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/14.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/140.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/140.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/140.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/140.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/141.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/141.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/141.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/141.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/142.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/142.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/142.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/142.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/143.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/143.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/143.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/143.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/144.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/144.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/144.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/144.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/145.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/145.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/145.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/145.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/146.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/146.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/146.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/146.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/147.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/147.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/147.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/147.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/148.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/148.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/148.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/148.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/149.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/149.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/149.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/149.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/15.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/15.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/15.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/15.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/150.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/150.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/150.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/150.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/151.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/151.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/151.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/151.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/152.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/152.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/152.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/152.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/153.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/153.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/153.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/153.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/154.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/154.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/154.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/154.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/155.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/155.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/155.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/155.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/156.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/156.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/156.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/156.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/157.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/157.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/157.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/157.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/158.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/158.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/158.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/158.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/159.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/159.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/159.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/159.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/16.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/16.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/16.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/16.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/160.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/160.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/160.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/160.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/161.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/161.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/161.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/161.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/162.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/162.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/162.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/162.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/163.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/163.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/163.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/163.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/164.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/164.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/164.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/164.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/165.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/165.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/165.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/165.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/166.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/166.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/166.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/166.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/167.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/167.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/167.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/167.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/168.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/168.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/168.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/168.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/169.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/169.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/169.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/169.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/17.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/17.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/17.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/17.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/170.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/170.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/170.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/170.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/171.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/171.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/171.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/171.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/172.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/172.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/172.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/172.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/173.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/173.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/173.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/173.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/174.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/174.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/174.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/174.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/175.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/175.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/175.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/175.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/176.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/176.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/176.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/176.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/177.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/177.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/177.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/177.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/178.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/178.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/178.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/178.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/179.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/179.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/179.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/179.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/18.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/18.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/18.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/18.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/180.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/180.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/180.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/180.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/181.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/181.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/181.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/181.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/182.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/182.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/182.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/182.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/183.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/183.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/183.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/183.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/184.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/184.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/184.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/184.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/185.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/185.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/185.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/185.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/186.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/186.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/186.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/186.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/187.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/187.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/187.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/187.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/188.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/188.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/188.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/188.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/189.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/189.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/189.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/189.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/19.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/19.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/19.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/19.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/190.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/190.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/190.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/190.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/191.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/191.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/191.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/191.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/192.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/192.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/192.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/192.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/193.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/193.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/193.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/193.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/194.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/194.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/194.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/194.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/195.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/195.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/195.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/195.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/196.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/196.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/196.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/196.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/197.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/197.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/197.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/197.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/198.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/198.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/198.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/198.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/199.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/199.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/199.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/199.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/2.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/2.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/2.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/2.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/20.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/20.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/20.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/20.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/200.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/200.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/200.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/200.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/201.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/201.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/201.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/201.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/202.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/202.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/202.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/202.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/203.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/203.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/203.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/203.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/204.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/204.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/204.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/204.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/205.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/205.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/205.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/205.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/206.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/206.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/206.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/206.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/207.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/207.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/207.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/207.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/208.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/208.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/208.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/208.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/209.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/209.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/209.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/209.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/21.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/21.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/21.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/21.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/210.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/210.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/210.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/210.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/211.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/211.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/211.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/211.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/212.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/212.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/212.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/212.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/213.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/213.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/213.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/213.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/214.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/214.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/214.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/214.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/215.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/215.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/215.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/215.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/216.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/216.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/216.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/216.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/217.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/217.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/217.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/217.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/218.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/218.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/218.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/218.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/219.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/219.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/219.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/219.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/22.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/22.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/22.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/22.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/220.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/220.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/220.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/220.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/221.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/221.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/221.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/221.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/222.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/222.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/222.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/222.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/223.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/223.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/223.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/223.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/224.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/224.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/224.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/224.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/225.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/225.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/225.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/225.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/226.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/226.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/226.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/226.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/227.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/227.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/227.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/227.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/228.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/228.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/228.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/228.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/229.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/229.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/229.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/229.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/23.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/23.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/23.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/23.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/230.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/230.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/230.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/230.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/231.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/231.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/231.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/231.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/232.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/232.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/232.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/232.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/233.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/233.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/233.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/233.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/234.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/234.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/234.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/234.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/235.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/235.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/235.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/235.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/236.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/236.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/236.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/236.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/237.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/237.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/237.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/237.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/238.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/238.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/238.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/238.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/239.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/239.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/239.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/239.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/24.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/24.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/24.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/24.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/240.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/240.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/240.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/240.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/241.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/241.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/241.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/241.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/242.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/242.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/242.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/242.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/243.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/243.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/243.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/243.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/244.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/244.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/244.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/244.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/245.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/245.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/245.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/245.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/246.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/246.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/246.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/246.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/247.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/247.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/247.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/247.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/248.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/248.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/248.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/248.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/249.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/249.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/249.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/249.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/25.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/25.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/25.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/25.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/250.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/250.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/250.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/250.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/251.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/251.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/251.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/251.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/252.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/252.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/252.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/252.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/253.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/253.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/253.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/253.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/254.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/254.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/254.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/254.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/255.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/255.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/255.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/255.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/256.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/256.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/256.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/256.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/257.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/257.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/257.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/257.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/258.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/258.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/258.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/258.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/259.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/259.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/259.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/259.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/26.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/26.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/26.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/26.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/260.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/260.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/260.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/260.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/261.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/261.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/261.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/261.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/262.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/262.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/262.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/262.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/263.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/263.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/263.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/263.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/264.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/264.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/264.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/264.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/265.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/265.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/265.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/265.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/266.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/266.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/266.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/266.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/267.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/267.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/267.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/267.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/268.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/268.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/268.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/268.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/269.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/269.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/269.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/269.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/27.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/27.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/27.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/27.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/270.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/270.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/270.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/270.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/271.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/271.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/271.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/271.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/272.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/272.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/272.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/272.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/273.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/273.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/273.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/273.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/274.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/274.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/274.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/274.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/275.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/275.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/275.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/275.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/276.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/276.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/276.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/276.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/277.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/277.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/277.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/277.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/278.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/278.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/278.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/278.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/279.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/279.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/279.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/279.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/28.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/28.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/28.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/28.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/280.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/280.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/280.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/280.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/281.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/281.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/281.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/281.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/282.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/282.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/282.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/282.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/283.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/283.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/283.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/283.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/284.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/284.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/284.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/284.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/285.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/285.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/285.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/285.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/286.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/286.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/286.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/286.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/287.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/287.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/287.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/287.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/288.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/288.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/288.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/288.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/289.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/289.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/289.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/289.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/29.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/29.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/29.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/29.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/290.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/290.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/290.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/290.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/291.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/291.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/291.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/291.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/292.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/292.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/292.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/292.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/293.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/293.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/293.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/293.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/294.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/294.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/294.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/294.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/295.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/295.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/295.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/295.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/296.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/296.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/296.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/296.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/297.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/297.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/297.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/297.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/298.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/298.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/298.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/298.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/299.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/299.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/299.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/299.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/3.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/3.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/3.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/3.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/30.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/30.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/30.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/30.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/300.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/300.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/300.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/300.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/301.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/301.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/301.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/301.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/302.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/302.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/302.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/302.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/303.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/303.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/303.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/303.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/304.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/304.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/304.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/304.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/305.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/305.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/305.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/305.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/306.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/306.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/306.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/306.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/307.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/307.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/307.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/307.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/31.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/31.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/31.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/31.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/32.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/32.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/32.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/32.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/33.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/33.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/33.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/33.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/34.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/34.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/34.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/34.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/35.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/35.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/35.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/35.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/36.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/36.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/36.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/36.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/37.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/37.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/37.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/37.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/38.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/38.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/38.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/38.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/39.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/39.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/39.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/39.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/4.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/4.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/4.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/4.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/40.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/40.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/40.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/40.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/41.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/41.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/41.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/41.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/42.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/42.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/42.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/42.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/43.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/43.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/43.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/43.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/44.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/44.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/44.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/44.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/45.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/45.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/45.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/45.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/46.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/46.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/46.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/46.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/47.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/47.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/47.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/47.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/48.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/48.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/48.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/48.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/49.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/49.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/49.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/49.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/5.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/5.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/5.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/5.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/50.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/50.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/50.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/50.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/51.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/51.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/51.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/51.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/52.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/52.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/52.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/52.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/53.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/53.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/53.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/53.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/54.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/54.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/54.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/54.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/55.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/55.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/55.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/55.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/56.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/56.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/56.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/56.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/57.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/57.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/57.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/57.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/58.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/58.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/58.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/58.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/59.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/59.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/59.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/59.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/6.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/6.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/6.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/6.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/60.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/60.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/60.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/60.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/61.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/61.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/61.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/61.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/62.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/62.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/62.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/62.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/63.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/63.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/63.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/63.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/64.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/64.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/64.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/64.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/65.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/65.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/65.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/65.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/66.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/66.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/66.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/66.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/67.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/67.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/67.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/67.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/68.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/68.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/68.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/68.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/69.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/69.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/69.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/69.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/7.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/7.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/7.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/7.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/70.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/70.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/70.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/70.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/71.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/71.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/71.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/71.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/72.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/72.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/72.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/72.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/73.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/73.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/73.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/73.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/74.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/74.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/74.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/74.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/75.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/75.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/75.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/75.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/76.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/76.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/76.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/76.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/77.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/77.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/77.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/77.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/78.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/78.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/78.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/78.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/79.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/79.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/79.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/79.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/8.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/8.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/8.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/8.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/80.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/80.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/80.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/80.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/81.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/81.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/81.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/81.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/82.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/82.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/82.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/82.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/83.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/83.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/83.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/83.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/84.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/84.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/84.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/84.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/85.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/85.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/85.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/85.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/86.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/86.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/86.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/86.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/87.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/87.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/87.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/87.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/88.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/88.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/88.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/88.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/89.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/89.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/89.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/89.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/9.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/9.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/9.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/9.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/90.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/90.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/90.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/90.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/91.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/91.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/91.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/91.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/92.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/92.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/92.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/92.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/93.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/93.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/93.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/93.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/94.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/94.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/94.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/94.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/95.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/95.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/95.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/95.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/96.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/96.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/96.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/96.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/97.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/97.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/97.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/97.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/98.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/98.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/98.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/98.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/99.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/99.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/99.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/99.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/draco.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/draco.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/draco.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/draco.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/nilllzz.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/nilllzz.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/nilllzz.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/nilllzz.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/template.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/template.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/frontier/battletower/template.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/frontier/battletower/template.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/fuchsia_gym/001.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/fuchsia_gym/001.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/fuchsia_gym/001.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/fuchsia_gym/001.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/fuchsia_gym/001.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/fuchsia_gym/001.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/fuchsia_gym/001.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/fuchsia_gym/001.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/fuchsia_gym/002.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/fuchsia_gym/002.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/fuchsia_gym/002.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/fuchsia_gym/002.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/fuchsia_gym/002.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/fuchsia_gym/002.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/fuchsia_gym/002.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/fuchsia_gym/002.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/fuchsia_gym/003.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/fuchsia_gym/003.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/fuchsia_gym/003.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/fuchsia_gym/003.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/fuchsia_gym/003.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/fuchsia_gym/003.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/fuchsia_gym/003.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/fuchsia_gym/003.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/fuchsia_gym/004.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/fuchsia_gym/004.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/fuchsia_gym/004.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/fuchsia_gym/004.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/fuchsia_gym/004.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/fuchsia_gym/004.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/fuchsia_gym/004.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/fuchsia_gym/004.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/fuchsia_gym/leader.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/fuchsia_gym/leader.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/fuchsia_gym/leader.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/fuchsia_gym/leader.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/fuchsia_gym/leader.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/fuchsia_gym/leader.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/fuchsia_gym/leader.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/fuchsia_gym/leader.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/goldenrod/001.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/goldenrod/001.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/goldenrod/001.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/goldenrod/001.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/goldenrod/001.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/goldenrod/001.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/goldenrod/001.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/goldenrod/001.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/goldenrod/002.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/goldenrod/002.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/goldenrod/002.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/goldenrod/002.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/goldenrod/002.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/goldenrod/002.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/goldenrod/002.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/goldenrod/002.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/goldenrod/003.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/goldenrod/003.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/goldenrod/003.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/goldenrod/003.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/goldenrod/003.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/goldenrod/003.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/goldenrod/003.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/goldenrod/003.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/goldenrod/004.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/goldenrod/004.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/goldenrod/004.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/goldenrod/004.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/goldenrod/004.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/goldenrod/004.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/goldenrod/004.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/goldenrod/004.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/goldenrod_gym/001.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/goldenrod_gym/001.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/goldenrod_gym/001.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/goldenrod_gym/001.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/goldenrod_gym/001.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/goldenrod_gym/001.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/goldenrod_gym/001.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/goldenrod_gym/001.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/goldenrod_gym/002.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/goldenrod_gym/002.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/goldenrod_gym/002.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/goldenrod_gym/002.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/goldenrod_gym/002.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/goldenrod_gym/002.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/goldenrod_gym/002.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/goldenrod_gym/002.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/goldenrod_gym/003.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/goldenrod_gym/003.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/goldenrod_gym/003.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/goldenrod_gym/003.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/goldenrod_gym/003.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/goldenrod_gym/003.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/goldenrod_gym/003.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/goldenrod_gym/003.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/goldenrod_gym/004.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/goldenrod_gym/004.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/goldenrod_gym/004.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/goldenrod_gym/004.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/goldenrod_gym/004.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/goldenrod_gym/004.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/goldenrod_gym/004.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/goldenrod_gym/004.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/goldenrod_gym/leader.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/goldenrod_gym/leader.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/goldenrod_gym/leader.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/goldenrod_gym/leader.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/goldenrod_gym/leader.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/goldenrod_gym/leader.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/goldenrod_gym/leader.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/goldenrod_gym/leader.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/kantounderground/GruntF.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/kantounderground/GruntF.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/kantounderground/GruntF.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/kantounderground/GruntF.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/kantounderground/GruntM.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/kantounderground/GruntM.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/kantounderground/GruntM.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/kantounderground/GruntM.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/kantounderground/grunts.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/kantounderground/grunts.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/kantounderground/grunts.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/kantounderground/grunts.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/kin/bikers/001.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/kin/bikers/001.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/kin/bikers/001.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/kin/bikers/001.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/kin/bikers/002.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/kin/bikers/002.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/kin/bikers/002.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/kin/bikers/002.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/kin/bikers/003.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/kin/bikers/003.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/kin/bikers/003.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/kin/bikers/003.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/kin/bikers/Boss.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/kin/bikers/Boss.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/kin/bikers/Boss.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/kin/bikers/Boss.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/kin/bridge/001.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/kin/bridge/001.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/kin/bridge/001.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/kin/bridge/001.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/kin/bridge/001.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/kin/bridge/001.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/kin/bridge/001.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/kin/bridge/001.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/kin/bridge/002.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/kin/bridge/002.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/kin/bridge/002.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/kin/bridge/002.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/kin/bridge/002.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/kin/bridge/002.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/kin/bridge/002.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/kin/bridge/002.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/kin/bridge/003.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/kin/bridge/003.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/kin/bridge/003.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/kin/bridge/003.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/kin/bridge/003.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/kin/bridge/003.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/kin/bridge/003.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/kin/bridge/003.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/kin/bridge/004.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/kin/bridge/004.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/kin/bridge/004.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/kin/bridge/004.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/kin/bridge/004.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/kin/bridge/004.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/kin/bridge/004.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/kin/bridge/004.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/kin/bridge/005.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/kin/bridge/005.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/kin/bridge/005.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/kin/bridge/005.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/kin/bridge/005.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/kin/bridge/005.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/kin/bridge/005.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/kin/bridge/005.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/kin/bridge/006.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/kin/bridge/006.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/kin/bridge/006.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/kin/bridge/006.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/kin/bridge/006.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/kin/bridge/006.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/kin/bridge/006.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/kin/bridge/006.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/kin/bridge/007.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/kin/bridge/007.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/kin/bridge/007.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/kin/bridge/007.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/kin/bridge/007.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/kin/bridge/007.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/kin/bridge/007.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/kin/bridge/007.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/kindle/001.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/kindle/001.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/kindle/001.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/kindle/001.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/kindle/001.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/kindle/001.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/kindle/001.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/kindle/001.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/kindle/002.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/kindle/002.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/kindle/002.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/kindle/002.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/kindle/002.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/kindle/002.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/kindle/002.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/kindle/002.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/kindle/003.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/kindle/003.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/kindle/003.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/kindle/003.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/kindle/003.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/kindle/003.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/kindle/003.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/kindle/003.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/kindle/004.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/kindle/004.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/kindle/004.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/kindle/004.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/kindle/004.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/kindle/004.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/kindle/004.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/kindle/004.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/kindle/005.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/kindle/005.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/kindle/005.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/kindle/005.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/kindle/005.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/kindle/005.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/kindle/005.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/kindle/005.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/kindle/006.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/kindle/006.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/kindle/006.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/kindle/006.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/kindle/006.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/kindle/006.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/kindle/006.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/kindle/006.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/kindle/007.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/kindle/007.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/kindle/007.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/kindle/007.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/kindle/007.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/kindle/007.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/kindle/007.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/kindle/007.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/kindle/008.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/kindle/008.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/kindle/008.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/kindle/008.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/kindle/008.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/kindle/008.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/kindle/008.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/kindle/008.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/kindle/009.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/kindle/009.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/kindle/009.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/kindle/009.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/kindle/009.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/kindle/009.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/kindle/009.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/kindle/009.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/kindle/010.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/kindle/010.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/kindle/010.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/kindle/010.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/kindle/010.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/kindle/010.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/kindle/010.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/kindle/010.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/kindle/011.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/kindle/011.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/kindle/011.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/kindle/011.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/kindle/011.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/kindle/011.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/kindle/011.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/kindle/011.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/kindle/012.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/kindle/012.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/kindle/012.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/kindle/012.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/kindle/012.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/kindle/012.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/kindle/012.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/kindle/012.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/kindle/013.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/kindle/013.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/kindle/013.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/kindle/013.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/kindle/013.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/kindle/013.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/kindle/013.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/kindle/013.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/kolben/Enethil.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/kolben/Enethil.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/kolben/Enethil.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/kolben/Enethil.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/kolben/Enethil2.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/kolben/Enethil2.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/kolben/Enethil2.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/kolben/Enethil2.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/kolben/Jaybird.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/kolben/Jaybird.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/kolben/Jaybird.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/kolben/Jaybird.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/kolben/Jaybird2.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/kolben/Jaybird2.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/kolben/Jaybird2.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/kolben/Jaybird2.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/kolben/Malc.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/kolben/Malc.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/kolben/Malc.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/kolben/Malc.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/kolben/darkfire0.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/kolben/darkfire0.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/kolben/darkfire0.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/kolben/darkfire0.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/kolben/darkfire1/0.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/kolben/darkfire1/0.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/kolben/darkfire1/0.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/kolben/darkfire1/0.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/kolben/darkfire1/1.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/kolben/darkfire1/1.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/kolben/darkfire1/1.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/kolben/darkfire1/1.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/kolben/darkfire1/2.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/kolben/darkfire1/2.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/kolben/darkfire1/2.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/kolben/darkfire1/2.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/kolben/darkfire1/3.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/kolben/darkfire1/3.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/kolben/darkfire1/3.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/kolben/darkfire1/3.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/kolben/darkfire1/4.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/kolben/darkfire1/4.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/kolben/darkfire1/4.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/kolben/darkfire1/4.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/kolben/darkfire1/5.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/kolben/darkfire1/5.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/kolben/darkfire1/5.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/kolben/darkfire1/5.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/kolben/darkfire1/6.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/kolben/darkfire1/6.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/kolben/darkfire1/6.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/kolben/darkfire1/6.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/kolben/darkfire2/0.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/kolben/darkfire2/0.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/kolben/darkfire2/0.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/kolben/darkfire2/0.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/kolben/darkfire2/1.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/kolben/darkfire2/1.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/kolben/darkfire2/1.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/kolben/darkfire2/1.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/kolben/darkfire2/2.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/kolben/darkfire2/2.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/kolben/darkfire2/2.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/kolben/darkfire2/2.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/kolben/darkfire2/3.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/kolben/darkfire2/3.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/kolben/darkfire2/3.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/kolben/darkfire2/3.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/kolben/darkfire2/4.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/kolben/darkfire2/4.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/kolben/darkfire2/4.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/kolben/darkfire2/4.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/kolben/darkfire2/5.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/kolben/darkfire2/5.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/kolben/darkfire2/5.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/kolben/darkfire2/5.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/kolben/darkfire2/6.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/kolben/darkfire2/6.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/kolben/darkfire2/6.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/kolben/darkfire2/6.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/kolben/nilllzz.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/kolben/nilllzz.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/kolben/nilllzz.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/kolben/nilllzz.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/lakeofrage/001.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/lakeofrage/001.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/lakeofrage/001.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/lakeofrage/001.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/lakeofrage/001.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/lakeofrage/001.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/lakeofrage/001.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/lakeofrage/001.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/lakeofrage/002.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/lakeofrage/002.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/lakeofrage/002.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/lakeofrage/002.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/lakeofrage/002.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/lakeofrage/002.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/lakeofrage/002.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/lakeofrage/002.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/lakeofrage/003.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/lakeofrage/003.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/lakeofrage/003.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/lakeofrage/003.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/lakeofrage/003.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/lakeofrage/003.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/lakeofrage/003.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/lakeofrage/003.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/league/bruno.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/league/bruno.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/league/bruno.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/league/bruno.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/league/e4.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/league/e4.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/league/e4.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/league/e4.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/league/false/bruno.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/league/false/bruno.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/league/false/bruno.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/league/false/bruno.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/league/false/karen.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/league/false/karen.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/league/false/karen.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/league/false/karen.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/league/false/koga.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/league/false/koga.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/league/false/koga.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/league/false/koga.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/league/false/lance.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/league/false/lance.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/league/false/lance.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/league/false/lance.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/league/false/will.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/league/false/will.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/league/false/will.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/league/false/will.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/league/karen.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/league/karen.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/league/karen.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/league/karen.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/league/koga.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/league/koga.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/league/koga.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/league/koga.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/league/lance.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/league/lance.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/league/lance.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/league/lance.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/league/lance.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/league/lance.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/league/lance.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/league/lance.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/league/true/bruno.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/league/true/bruno.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/league/true/bruno.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/league/true/bruno.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/league/true/karen.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/league/true/karen.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/league/true/karen.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/league/true/karen.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/league/true/koga.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/league/true/koga.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/league/true/koga.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/league/true/koga.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/league/true/lance.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/league/true/lance.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/league/true/lance.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/league/true/lance.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/league/true/will.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/league/true/will.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/league/true/will.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/league/true/will.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/league/will.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/league/will.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/league/will.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/league/will.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/mahogany_gym/001.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/mahogany_gym/001.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/mahogany_gym/001.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/mahogany_gym/001.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/mahogany_gym/001.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/mahogany_gym/001.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/mahogany_gym/001.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/mahogany_gym/001.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/mahogany_gym/002.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/mahogany_gym/002.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/mahogany_gym/002.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/mahogany_gym/002.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/mahogany_gym/002.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/mahogany_gym/002.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/mahogany_gym/002.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/mahogany_gym/002.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/mahogany_gym/003.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/mahogany_gym/003.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/mahogany_gym/003.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/mahogany_gym/003.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/mahogany_gym/003.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/mahogany_gym/003.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/mahogany_gym/003.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/mahogany_gym/003.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/mahogany_gym/004.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/mahogany_gym/004.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/mahogany_gym/004.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/mahogany_gym/004.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/mahogany_gym/004.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/mahogany_gym/004.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/mahogany_gym/004.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/mahogany_gym/004.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/mahogany_gym/005.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/mahogany_gym/005.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/mahogany_gym/005.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/mahogany_gym/005.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/mahogany_gym/005.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/mahogany_gym/005.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/mahogany_gym/005.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/mahogany_gym/005.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/mahogany_gym/leader.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/mahogany_gym/leader.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/mahogany_gym/leader.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/mahogany_gym/leader.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/mahogany_gym/leader.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/mahogany_gym/leader.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/mahogany_gym/leader.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/mahogany_gym/leader.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/mtember/001.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/mtember/001.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/mtember/001.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/mtember/001.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/mtember/001.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/mtember/001.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/mtember/001.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/mtember/001.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/mtember/002.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/mtember/002.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/mtember/002.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/mtember/002.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/mtember/002.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/mtember/002.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/mtember/002.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/mtember/002.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/mtember/003.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/mtember/003.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/mtember/003.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/mtember/003.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/mtember/003.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/mtember/003.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/mtember/003.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/mtember/003.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/mtmortar/001.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/mtmortar/001.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/mtmortar/001.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/mtmortar/001.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/mtmortar/001.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/mtmortar/001.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/mtmortar/001.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/mtmortar/001.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/mtmortar/002.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/mtmortar/002.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/mtmortar/002.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/mtmortar/002.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/mtmortar/002.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/mtmortar/002.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/mtmortar/002.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/mtmortar/002.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/mtmortar/003.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/mtmortar/003.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/mtmortar/003.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/mtmortar/003.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/mtmortar/003.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/mtmortar/003.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/mtmortar/003.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/mtmortar/003.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/mtmortar/Kungfu.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/mtmortar/Kungfu.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/mtmortar/Kungfu.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/mtmortar/Kungfu.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/mtmortar/Kungfu.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/mtmortar/Kungfu.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/mtmortar/Kungfu.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/mtmortar/Kungfu.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/nationalpark/001.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/nationalpark/001.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/nationalpark/001.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/nationalpark/001.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/nationalpark/001.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/nationalpark/001.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/nationalpark/001.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/nationalpark/001.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/nationalpark/001_1.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/nationalpark/001_1.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/nationalpark/001_1.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/nationalpark/001_1.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/nationalpark/001_2.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/nationalpark/001_2.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/nationalpark/001_2.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/nationalpark/001_2.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/nationalpark/002.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/nationalpark/002.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/nationalpark/002.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/nationalpark/002.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/nationalpark/002.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/nationalpark/002.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/nationalpark/002.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/nationalpark/002.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/nationalpark/003.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/nationalpark/003.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/nationalpark/003.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/nationalpark/003.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/nationalpark/003.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/nationalpark/003.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/nationalpark/003.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/nationalpark/003.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/nationalpark/003_1.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/nationalpark/003_1.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/nationalpark/003_1.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/nationalpark/003_1.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/nationalpark/003_2.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/nationalpark/003_2.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/nationalpark/003_2.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/nationalpark/003_2.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/nationalpark/004.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/nationalpark/004.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/nationalpark/004.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/nationalpark/004.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/nationalpark/004.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/nationalpark/004.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/nationalpark/004.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/nationalpark/004.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/nationalpark/004_1.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/nationalpark/004_1.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/nationalpark/004_1.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/nationalpark/004_1.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/nationalpark/004_2.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/nationalpark/004_2.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/nationalpark/004_2.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/nationalpark/004_2.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/olivine_gym/leader.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/olivine_gym/leader.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/olivine_gym/leader.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/olivine_gym/leader.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/olivine_gym/leader.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/olivine_gym/leader.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/olivine_gym/leader.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/olivine_gym/leader.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/pewter_gym/001.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/pewter_gym/001.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/pewter_gym/001.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/pewter_gym/001.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/pewter_gym/001.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/pewter_gym/001.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/pewter_gym/001.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/pewter_gym/001.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/pewter_gym/leader.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/pewter_gym/leader.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/pewter_gym/leader.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/pewter_gym/leader.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/pewter_gym/leader.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/pewter_gym/leader.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/pewter_gym/leader.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/pewter_gym/leader.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/radiotower/001.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/radiotower/001.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/radiotower/001.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/radiotower/001.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/radiotower/001.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/radiotower/001.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/radiotower/001.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/radiotower/001.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/radiotower/002.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/radiotower/002.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/radiotower/002.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/radiotower/002.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/radiotower/002.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/radiotower/002.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/radiotower/002.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/radiotower/002.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/radiotower/003.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/radiotower/003.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/radiotower/003.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/radiotower/003.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/radiotower/003.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/radiotower/003.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/radiotower/003.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/radiotower/003.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/radiotower/004.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/radiotower/004.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/radiotower/004.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/radiotower/004.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/radiotower/004.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/radiotower/004.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/radiotower/004.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/radiotower/004.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/radiotower/005.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/radiotower/005.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/radiotower/005.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/radiotower/005.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/radiotower/005.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/radiotower/005.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/radiotower/005.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/radiotower/005.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/radiotower/006.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/radiotower/006.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/radiotower/006.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/radiotower/006.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/radiotower/006.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/radiotower/006.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/radiotower/006.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/radiotower/006.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/radiotower/007.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/radiotower/007.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/radiotower/007.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/radiotower/007.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/radiotower/007.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/radiotower/007.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/radiotower/007.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/radiotower/007.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/radiotower/008.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/radiotower/008.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/radiotower/008.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/radiotower/008.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/radiotower/008.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/radiotower/008.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/radiotower/008.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/radiotower/008.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/radiotower/009.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/radiotower/009.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/radiotower/009.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/radiotower/009.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/radiotower/009.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/radiotower/009.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/radiotower/009.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/radiotower/009.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/radiotower/010.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/radiotower/010.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/radiotower/010.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/radiotower/010.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/radiotower/010.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/radiotower/010.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/radiotower/010.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/radiotower/010.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/radiotower/011.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/radiotower/011.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/radiotower/011.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/radiotower/011.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/radiotower/011.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/radiotower/011.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/radiotower/011.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/radiotower/011.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/radiotower/012.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/radiotower/012.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/radiotower/012.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/radiotower/012.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/radiotower/012.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/radiotower/012.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/radiotower/012.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/radiotower/012.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/radiotower/Archer.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/radiotower/Archer.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/radiotower/Archer.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/radiotower/Archer.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/radiotower/Archer.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/radiotower/Archer.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/radiotower/Archer.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/radiotower/Archer.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/radiotower/Ariana.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/radiotower/Ariana.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/radiotower/Ariana.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/radiotower/Ariana.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/radiotower/Ariana.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/radiotower/Ariana.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/radiotower/Ariana.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/radiotower/Ariana.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/radiotower/Petrel.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/radiotower/Petrel.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/radiotower/Petrel.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/radiotower/Petrel.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/radiotower/Petrel.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/radiotower/Petrel.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/radiotower/Petrel.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/radiotower/Petrel.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/radiotower/Proton.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/radiotower/Proton.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/radiotower/Proton.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/radiotower/Proton.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/radiotower/Proton.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/radiotower/Proton.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/radiotower/Proton.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/radiotower/Proton.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/reggie.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/reggie.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/reggie.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/reggie.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/rival/rival_1_fire.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/rival/rival_1_fire.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/rival/rival_1_fire.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/rival/rival_1_fire.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/rival/rival_1_grass.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/rival/rival_1_grass.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/rival/rival_1_grass.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/rival/rival_1_grass.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/rival/rival_1_water.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/rival/rival_1_water.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/rival/rival_1_water.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/rival/rival_1_water.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/rival/rival_2_fire.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/rival/rival_2_fire.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/rival/rival_2_fire.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/rival/rival_2_fire.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/rival/rival_2_grass.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/rival/rival_2_grass.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/rival/rival_2_grass.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/rival/rival_2_grass.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/rival/rival_2_water.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/rival/rival_2_water.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/rival/rival_2_water.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/rival/rival_2_water.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/rival/rival_3_fire.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/rival/rival_3_fire.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/rival/rival_3_fire.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/rival/rival_3_fire.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/rival/rival_3_grass.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/rival/rival_3_grass.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/rival/rival_3_grass.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/rival/rival_3_grass.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/rival/rival_3_water.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/rival/rival_3_water.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/rival/rival_3_water.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/rival/rival_3_water.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/rival/rival_4_fire.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/rival/rival_4_fire.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/rival/rival_4_fire.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/rival/rival_4_fire.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/rival/rival_4_grass.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/rival/rival_4_grass.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/rival/rival_4_grass.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/rival/rival_4_grass.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/rival/rival_4_water.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/rival/rival_4_water.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/rival/rival_4_water.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/rival/rival_4_water.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/rival/rival_5_fire.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/rival/rival_5_fire.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/rival/rival_5_fire.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/rival/rival_5_fire.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/rival/rival_5_grass.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/rival/rival_5_grass.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/rival/rival_5_grass.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/rival/rival_5_grass.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/rival/rival_5_water.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/rival/rival_5_water.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/rival/rival_5_water.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/rival/rival_5_water.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/rival/rival_6_fire.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/rival/rival_6_fire.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/rival/rival_6_fire.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/rival/rival_6_fire.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/rival/rival_6_grass.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/rival/rival_6_grass.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/rival/rival_6_grass.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/rival/rival_6_grass.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/rival/rival_6_water.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/rival/rival_6_water.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/rival/rival_6_water.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/rival/rival_6_water.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/rival_0_fire.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/rival_0_fire.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/rival_0_fire.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/rival_0_fire.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/rival_0_grass.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/rival_0_grass.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/rival_0_grass.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/rival_0_grass.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/rival_0_water.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/rival_0_water.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/rival_0_water.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/rival_0_water.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/rocketbase/001.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/rocketbase/001.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/rocketbase/001.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/rocketbase/001.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/rocketbase/001.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/rocketbase/001.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/rocketbase/001.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/rocketbase/001.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/rocketbase/002.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/rocketbase/002.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/rocketbase/002.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/rocketbase/002.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/rocketbase/002.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/rocketbase/002.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/rocketbase/002.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/rocketbase/002.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/rocketbase/003.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/rocketbase/003.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/rocketbase/003.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/rocketbase/003.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/rocketbase/003.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/rocketbase/003.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/rocketbase/003.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/rocketbase/003.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/rocketbase/004.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/rocketbase/004.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/rocketbase/004.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/rocketbase/004.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/rocketbase/004.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/rocketbase/004.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/rocketbase/004.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/rocketbase/004.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/rocketbase/005.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/rocketbase/005.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/rocketbase/005.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/rocketbase/005.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/rocketbase/005.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/rocketbase/005.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/rocketbase/005.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/rocketbase/005.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/rocketbase/006.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/rocketbase/006.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/rocketbase/006.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/rocketbase/006.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/rocketbase/006.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/rocketbase/006.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/rocketbase/006.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/rocketbase/006.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/rocketbase/007.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/rocketbase/007.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/rocketbase/007.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/rocketbase/007.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/rocketbase/007.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/rocketbase/007.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/rocketbase/007.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/rocketbase/007.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/rocketbase/008.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/rocketbase/008.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/rocketbase/008.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/rocketbase/008.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/rocketbase/008.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/rocketbase/008.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/rocketbase/008.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/rocketbase/008.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/rocketbase/009.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/rocketbase/009.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/rocketbase/009.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/rocketbase/009.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/rocketbase/009.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/rocketbase/009.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/rocketbase/009.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/rocketbase/009.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/rocketbase/Ariana.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/rocketbase/Ariana.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/rocketbase/Ariana.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/rocketbase/Ariana.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/rocketbase/Ariana.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/rocketbase/Ariana.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/rocketbase/Ariana.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/rocketbase/Ariana.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/rocketbase/Petrel.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/rocketbase/Petrel.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/rocketbase/Petrel.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/rocketbase/Petrel.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/rocketbase/Petrel.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/rocketbase/Petrel.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/rocketbase/Petrel.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/rocketbase/Petrel.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/rocketbase/t1.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/rocketbase/t1.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/rocketbase/t1.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/rocketbase/t1.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/rocketbase/t2.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/rocketbase/t2.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/rocketbase/t2.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/rocketbase/t2.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route1/001.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route1/001.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route1/001.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route1/001.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route1/001.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route1/001.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route1/001.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route1/001.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route1/002.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route1/002.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route1/002.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route1/002.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route1/002.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route1/002.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route1/002.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route1/002.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route10/001.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route10/001.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route10/001.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route10/001.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route10/001.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route10/001.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route10/001.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route10/001.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route10/002.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route10/002.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route10/002.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route10/002.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route10/002.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route10/002.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route10/002.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route10/002.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route11/001.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route11/001.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route11/001.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route11/001.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route11/001.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route11/001.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route11/001.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route11/001.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route11/002.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route11/002.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route11/002.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route11/002.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route11/002.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route11/002.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route11/002.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route11/002.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route11/003.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route11/003.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route11/003.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route11/003.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route11/003.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route11/003.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route11/003.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route11/003.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route11/004.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route11/004.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route11/004.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route11/004.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route11/004.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route11/004.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route11/004.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route11/004.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route12/001.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route12/001.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route12/001.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route12/001.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route12/001.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route12/001.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route12/001.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route12/001.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route12/002.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route12/002.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route12/002.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route12/002.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route12/002.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route12/002.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route12/002.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route12/002.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route12/003.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route12/003.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route12/003.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route12/003.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route12/003.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route12/003.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route12/003.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route12/003.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route12/004.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route12/004.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route12/004.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route12/004.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route12/004.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route12/004.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route12/004.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route12/004.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route13/001.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route13/001.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route13/001.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route13/001.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route13/001.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route13/001.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route13/001.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route13/001.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route13/002.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route13/002.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route13/002.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route13/002.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route13/002.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route13/002.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route13/002.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route13/002.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route13/003.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route13/003.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route13/003.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route13/003.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route13/003.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route13/003.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route13/003.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route13/003.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route13/004.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route13/004.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route13/004.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route13/004.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route13/004.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route13/004.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route13/004.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route13/004.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route13/005.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route13/005.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route13/005.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route13/005.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route13/005.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route13/005.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route13/005.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route13/005.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route14/001.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route14/001.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route14/001.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route14/001.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route14/001.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route14/001.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route14/001.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route14/001.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route14/002.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route14/002.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route14/002.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route14/002.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route14/002.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route14/002.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route14/002.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route14/002.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route14/003.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route14/003.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route14/003.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route14/003.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route14/003.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route14/003.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route14/003.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route14/003.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route15/001.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route15/001.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route15/001.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route15/001.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route15/001.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route15/001.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route15/001.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route15/001.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route15/002.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route15/002.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route15/002.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route15/002.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route15/002.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route15/002.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route15/002.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route15/002.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route15/003.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route15/003.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route15/003.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route15/003.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route15/003.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route15/003.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route15/003.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route15/003.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route15/004.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route15/004.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route15/004.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route15/004.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route15/004.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route15/004.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route15/004.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route15/004.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route15/005.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route15/005.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route15/005.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route15/005.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route15/005.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route15/005.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route15/005.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route15/005.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route15/006.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route15/006.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route15/006.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route15/006.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route15/006.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route15/006.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route15/006.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route15/006.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route17/001.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route17/001.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route17/001.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route17/001.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route17/001.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route17/001.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route17/001.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route17/001.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route17/002.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route17/002.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route17/002.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route17/002.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route17/002.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route17/002.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route17/002.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route17/002.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route17/003.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route17/003.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route17/003.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route17/003.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route17/003.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route17/003.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route17/003.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route17/003.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route17/004.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route17/004.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route17/004.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route17/004.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route17/004.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route17/004.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route17/004.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route17/004.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route17/005.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route17/005.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route17/005.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route17/005.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route17/005.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route17/005.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route17/005.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route17/005.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route17/006.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route17/006.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route17/006.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route17/006.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route17/006.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route17/006.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route17/006.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route17/006.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route17/007.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route17/007.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route17/007.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route17/007.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route17/007.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route17/007.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route17/007.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route17/007.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route17/008.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route17/008.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route17/008.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route17/008.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route17/008.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route17/008.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route17/008.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route17/008.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route17/009.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route17/009.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route17/009.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route17/009.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route17/009.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route17/009.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route17/009.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route17/009.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route17/010.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route17/010.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route17/010.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route17/010.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route17/010.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route17/010.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route17/010.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route17/010.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route17/011.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route17/011.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route17/011.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route17/011.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route17/011.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route17/011.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route17/011.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route17/011.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route17/012.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route17/012.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route17/012.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route17/012.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route17/012.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route17/012.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route17/012.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route17/012.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route18/001.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route18/001.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route18/001.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route18/001.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route18/001.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route18/001.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route18/001.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route18/001.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route18/002.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route18/002.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route18/002.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route18/002.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route18/002.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route18/002.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route18/002.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route18/002.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route19/001.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route19/001.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route19/001.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route19/001.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route19/001.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route19/001.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route19/001.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route19/001.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route19/002.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route19/002.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route19/002.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route19/002.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route19/002.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route19/002.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route19/002.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route19/002.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route19/003.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route19/003.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route19/003.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route19/003.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route19/003.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route19/003.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route19/003.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route19/003.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route19/004.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route19/004.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route19/004.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route19/004.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route19/004.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route19/004.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route19/004.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route19/004.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route2/001.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route2/001.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route2/001.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route2/001.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route2/001.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route2/001.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route2/001.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route2/001.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route2/002.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route2/002.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route2/002.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route2/002.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route2/002.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route2/002.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route2/002.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route2/002.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route2/003.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route2/003.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route2/003.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route2/003.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route2/003.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route2/003.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route2/003.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route2/003.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route20/001.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route20/001.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route20/001.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route20/001.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route20/001.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route20/001.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route20/001.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route20/001.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route20/002.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route20/002.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route20/002.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route20/002.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route20/002.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route20/002.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route20/002.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route20/002.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route20/003.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route20/003.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route20/003.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route20/003.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route20/003.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route20/003.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route20/003.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route20/003.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route21/001.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route21/001.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route21/001.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route21/001.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route21/001.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route21/001.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route21/001.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route21/001.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route21/002.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route21/002.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route21/002.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route21/002.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route21/002.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route21/002.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route21/002.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route21/002.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route21/003.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route21/003.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route21/003.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route21/003.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route21/003.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route21/003.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route21/003.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route21/003.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route24/Grunt.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route24/Grunt.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route24/Grunt.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route24/Grunt.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route24/grunt.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route24/grunt.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route24/grunt.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route24/grunt.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route25/000.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route25/000.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route25/000.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route25/000.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route25/001.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route25/001.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route25/001.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route25/001.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route25/001.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route25/001.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route25/001.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route25/001.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route25/002.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route25/002.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route25/002.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route25/002.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route25/002.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route25/002.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route25/002.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route25/002.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route25/003.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route25/003.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route25/003.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route25/003.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route25/003.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route25/003.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route25/003.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route25/003.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route25/004.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route25/004.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route25/004.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route25/004.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route25/004.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route25/004.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route25/004.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route25/004.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route25/005.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route25/005.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route25/005.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route25/005.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route25/005.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route25/005.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route25/005.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route25/005.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route25/006.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route25/006.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route25/006.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route25/006.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route25/006.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route25/006.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route25/006.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route25/006.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route25/007.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route25/007.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route25/007.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route25/007.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route25/007.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route25/007.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route25/007.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route25/007.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route25/008.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route25/008.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route25/008.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route25/008.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route25/008.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route25/008.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route25/008.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route25/008.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route26/001.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route26/001.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route26/001.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route26/001.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route26/001.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route26/001.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route26/001.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route26/001.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route26/002.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route26/002.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route26/002.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route26/002.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route26/002.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route26/002.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route26/002.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route26/002.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route26/003.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route26/003.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route26/003.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route26/003.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route26/003.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route26/003.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route26/003.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route26/003.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route26/004.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route26/004.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route26/004.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route26/004.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route26/004.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route26/004.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route26/004.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route26/004.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route26/005.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route26/005.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route26/005.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route26/005.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route26/005.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route26/005.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route26/005.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route26/005.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route26/006.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route26/006.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route26/006.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route26/006.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route26/006.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route26/006.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route26/006.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route26/006.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route27/001.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route27/001.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route27/001.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route27/001.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route27/001.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route27/001.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route27/001.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route27/001.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route27/002.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route27/002.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route27/002.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route27/002.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route27/002.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route27/002.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route27/002.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route27/002.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route27/003.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route27/003.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route27/003.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route27/003.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route27/003.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route27/003.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route27/003.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route27/003.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route27/004.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route27/004.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route27/004.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route27/004.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route27/004.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route27/004.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route27/004.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route27/004.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route27/005.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route27/005.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route27/005.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route27/005.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route27/005.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route27/005.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route27/005.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route27/005.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route27/006.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route27/006.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route27/006.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route27/006.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route27/006.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route27/006.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route27/006.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route27/006.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route3/001.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route3/001.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route3/001.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route3/001.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route3/001.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route3/001.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route3/001.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route3/001.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route3/002.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route3/002.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route3/002.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route3/002.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route3/002.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route3/002.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route3/002.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route3/002.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route3/003.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route3/003.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route3/003.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route3/003.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route3/003.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route3/003.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route3/003.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route3/003.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route3/004.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route3/004.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route3/004.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route3/004.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route3/004.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route3/004.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route3/004.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route3/004.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route30/001.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route30/001.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route30/001.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route30/001.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route30/001_1.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route30/001_1.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route30/001_1.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route30/001_1.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route30/001_2.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route30/001_2.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route30/001_2.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route30/001_2.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route30/002.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route30/002.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route30/002.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route30/002.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route30/003.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route30/003.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route30/003.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route30/003.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route31/001.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route31/001.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route31/001.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route31/001.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route32/001.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route32/001.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route32/001.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route32/001.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route32/002.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route32/002.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route32/002.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route32/002.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route32/003.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route32/003.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route32/003.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route32/003.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route32/004.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route32/004.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route32/004.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route32/004.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route32/005.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route32/005.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route32/005.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route32/005.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route32/006.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route32/006.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route32/006.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route32/006.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route32/007.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route32/007.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route32/007.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route32/007.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route32/008.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route32/008.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route32/008.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route32/008.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route32/32001.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route32/32001.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route32/32001.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route32/32001.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route32/32002.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route32/32002.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route32/32002.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route32/32002.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route32/32002_1.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route32/32002_1.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route32/32002_1.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route32/32002_1.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route32/32002_2.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route32/32002_2.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route32/32002_2.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route32/32002_2.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route32/32003.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route32/32003.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route32/32003.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route32/32003.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route32/32004.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route32/32004.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route32/32004.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route32/32004.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route32/32005.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route32/32005.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route32/32005.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route32/32005.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route32/32005_1.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route32/32005_1.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route32/32005_1.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route32/32005_1.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route32/32005_2.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route32/32005_2.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route32/32005_2.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route32/32005_2.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route32/32006.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route32/32006.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route32/32006.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route32/32006.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route32/32007.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route32/32007.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route32/32007.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route32/32007.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route32/32008.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route32/32008.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route32/32008.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route32/32008.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route32/32009.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route32/32009.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route32/32009.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route32/32009.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route33/001.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route33/001.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route33/001.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route33/001.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route33/33001.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route33/33001.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route33/33001.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route33/33001.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route33/33001_1.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route33/33001_1.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route33/33001_1.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route33/33001_1.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route33/33001_2.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route33/33001_2.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route33/33001_2.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route33/33001_2.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route34/000.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route34/000.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route34/000.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route34/000.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route34/001.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route34/001.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route34/001.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route34/001.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route34/001.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route34/001.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route34/001.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route34/001.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route34/002.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route34/002.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route34/002.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route34/002.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route34/002.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route34/002.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route34/002.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route34/002.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route34/003.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route34/003.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route34/003.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route34/003.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route34/003.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route34/003.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route34/003.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route34/003.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route34/003_1.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route34/003_1.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route34/003_1.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route34/003_1.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route34/003_2.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route34/003_2.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route34/003_2.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route34/003_2.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route34/004.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route34/004.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route34/004.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route34/004.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route34/004.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route34/004.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route34/004.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route34/004.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route34/004_1.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route34/004_1.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route34/004_1.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route34/004_1.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route34/004_2.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route34/004_2.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route34/004_2.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route34/004_2.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route34/005.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route34/005.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route34/005.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route34/005.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route34/005.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route34/005.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route34/005.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route34/005.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route34/005_1.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route34/005_1.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route34/005_1.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route34/005_1.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route34/005_2.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route34/005_2.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route34/005_2.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route34/005_2.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route34/005_3.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route34/005_3.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route34/005_3.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route34/005_3.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route34/006.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route34/006.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route34/006.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route34/006.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route34/006.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route34/006.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route34/006.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route34/006.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route34/007.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route34/007.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route34/007.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route34/007.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route34/007.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route34/007.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route34/007.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route34/007.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route34/008.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route34/008.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route34/008.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route34/008.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route34/008.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route34/008.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route34/008.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route34/008.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route34/009.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route34/009.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route34/009.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route34/009.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route34/009.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route34/009.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route34/009.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route34/009.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route35/001.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route35/001.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route35/001.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route35/001.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route35/001.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route35/001.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route35/001.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route35/001.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route35/002.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route35/002.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route35/002.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route35/002.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route35/002.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route35/002.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route35/002.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route35/002.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route35/003.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route35/003.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route35/003.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route35/003.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route35/003.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route35/003.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route35/003.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route35/003.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route35/004.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route35/004.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route35/004.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route35/004.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route35/004.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route35/004.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route35/004.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route35/004.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route35/005.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route35/005.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route35/005.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route35/005.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route35/005.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route35/005.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route35/005.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route35/005.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route35/005_1.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route35/005_1.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route35/005_1.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route35/005_1.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route35/005_2.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route35/005_2.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route35/005_2.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route35/005_2.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route35/006.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route35/006.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route35/006.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route35/006.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route35/006.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route35/006.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route35/006.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route35/006.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route35/007.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route35/007.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route35/007.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route35/007.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route35/007.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route35/007.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route35/007.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route35/007.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route35/008.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route35/008.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route35/008.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route35/008.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route35/008.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route35/008.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route35/008.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route35/008.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route35/008_1.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route35/008_1.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route35/008_1.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route35/008_1.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route35/008_2.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route35/008_2.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route35/008_2.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route35/008_2.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route35/009.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route35/009.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route35/009.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route35/009.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route35/009.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route35/009.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route35/009.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route35/009.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route36/001.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route36/001.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route36/001.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route36/001.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route36/001.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route36/001.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route36/001.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route36/001.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route36/002.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route36/002.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route36/002.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route36/002.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route36/002.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route36/002.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route36/002.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route36/002.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route36/002_1.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route36/002_1.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route36/002_1.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route36/002_1.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route36/002_2.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route36/002_2.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route36/002_2.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route36/002_2.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route37/001.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route37/001.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route37/001.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route37/001.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route37/001.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route37/001.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route37/001.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route37/001.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route37/002.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route37/002.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route37/002.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route37/002.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route37/003.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route37/003.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route37/003.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route37/003.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route37/003.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route37/003.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route37/003.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route37/003.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route38/001.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route38/001.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route38/001.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route38/001.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route38/001.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route38/001.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route38/001.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route38/001.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route38/002.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route38/002.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route38/002.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route38/002.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route38/002.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route38/002.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route38/002.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route38/002.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route38/002_1.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route38/002_1.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route38/002_1.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route38/002_1.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route38/002_2.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route38/002_2.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route38/002_2.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route38/002_2.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route38/003.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route38/003.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route38/003.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route38/003.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route38/003.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route38/003.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route38/003.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route38/003.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route38/004.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route38/004.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route38/004.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route38/004.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route38/004.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route38/004.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route38/004.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route38/004.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route38/005.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route38/005.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route38/005.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route38/005.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route38/005.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route38/005.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route38/005.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route38/005.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route38/005_1.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route38/005_1.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route38/005_1.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route38/005_1.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route38/005_2.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route38/005_2.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route38/005_2.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route38/005_2.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route38/006.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route38/006.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route38/006.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route38/006.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route38/006.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route38/006.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route38/006.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route38/006.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route39/001.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route39/001.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route39/001.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route39/001.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route39/001.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route39/001.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route39/001.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route39/001.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route39/002.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route39/002.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route39/002.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route39/002.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route39/002.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route39/002.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route39/002.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route39/002.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route39/003.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route39/003.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route39/003.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route39/003.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route39/003.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route39/003.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route39/003.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route39/003.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route39/003_1.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route39/003_1.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route39/003_1.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route39/003_1.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route39/003_2.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route39/003_2.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route39/003_2.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route39/003_2.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route39/004.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route39/004.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route39/004.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route39/004.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route39/004.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route39/004.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route39/004.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route39/004.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route39/005.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route39/005.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route39/005.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route39/005.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route39/005.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route39/005.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route39/005.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route39/005.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route4/001.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route4/001.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route4/001.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route4/001.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route4/001.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route4/001.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route4/001.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route4/001.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route4/002.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route4/002.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route4/002.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route4/002.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route4/002.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route4/002.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route4/002.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route4/002.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route4/003.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route4/003.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route4/003.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route4/003.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route4/003.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route4/003.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route4/003.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route4/003.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route40/001.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route40/001.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route40/001.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route40/001.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route40/001.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route40/001.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route40/001.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route40/001.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route40/002.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route40/002.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route40/002.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route40/002.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route40/002.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route40/002.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route40/002.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route40/002.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route40/003.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route40/003.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route40/003.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route40/003.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route40/003.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route40/003.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route40/003.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route40/003.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route40/004.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route40/004.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route40/004.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route40/004.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route40/004.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route40/004.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route40/004.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route40/004.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route41/001.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route41/001.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route41/001.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route41/001.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route41/001.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route41/001.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route41/001.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route41/001.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route41/002.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route41/002.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route41/002.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route41/002.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route41/002.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route41/002.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route41/002.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route41/002.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route41/003.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route41/003.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route41/003.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route41/003.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route41/003.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route41/003.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route41/003.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route41/003.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route41/004.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route41/004.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route41/004.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route41/004.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route41/004.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route41/004.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route41/004.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route41/004.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route41/005.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route41/005.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route41/005.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route41/005.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route41/005.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route41/005.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route41/005.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route41/005.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route41/006.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route41/006.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route41/006.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route41/006.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route41/006.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route41/006.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route41/006.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route41/006.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route41/007.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route41/007.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route41/007.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route41/007.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route41/007.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route41/007.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route41/007.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route41/007.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route41/008.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route41/008.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route41/008.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route41/008.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route41/008.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route41/008.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route41/008.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route41/008.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route41/009.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route41/009.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route41/009.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route41/009.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route41/009.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route41/009.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route41/009.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route41/009.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route41/010.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route41/010.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route41/010.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route41/010.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route41/010.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route41/010.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route41/010.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route41/010.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route42/001.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route42/001.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route42/001.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route42/001.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route42/001.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route42/001.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route42/001.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route42/001.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route42/001_1.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route42/001_1.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route42/001_1.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route42/001_1.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route42/001_2.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route42/001_2.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route42/001_2.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route42/001_2.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route42/002.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route42/002.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route42/002.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route42/002.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route42/002.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route42/002.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route42/002.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route42/002.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route42/003.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route42/003.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route42/003.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route42/003.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route42/003.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route42/003.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route42/003.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route42/003.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route43/001.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route43/001.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route43/001.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route43/001.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route43/001.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route43/001.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route43/001.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route43/001.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route43/002.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route43/002.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route43/002.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route43/002.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route43/002.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route43/002.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route43/002.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route43/002.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route43/002_1.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route43/002_1.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route43/002_1.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route43/002_1.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route43/002_2.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route43/002_2.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route43/002_2.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route43/002_2.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route43/003.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route43/003.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route43/003.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route43/003.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route43/003.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route43/003.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route43/003.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route43/003.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route43/004.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route43/004.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route43/004.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route43/004.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route43/004.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route43/004.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route43/004.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route43/004.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route43/004_1.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route43/004_1.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route43/004_1.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route43/004_1.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route43/004_2.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route43/004_2.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route43/004_2.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route43/004_2.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route43/005.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route43/005.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route43/005.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route43/005.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route43/005.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route43/005.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route43/005.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route43/005.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route43/006.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route43/006.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route43/006.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route43/006.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route43/006.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route43/006.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route43/006.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route43/006.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route44/001.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route44/001.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route44/001.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route44/001.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route44/001.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route44/001.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route44/001.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route44/001.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route44/002.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route44/002.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route44/002.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route44/002.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route44/002.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route44/002.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route44/002.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route44/002.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route44/003.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route44/003.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route44/003.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route44/003.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route44/003.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route44/003.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route44/003.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route44/003.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route44/004.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route44/004.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route44/004.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route44/004.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route44/004.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route44/004.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route44/004.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route44/004.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route44/005.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route44/005.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route44/005.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route44/005.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route44/005.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route44/005.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route44/005.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route44/005.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route44/006.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route44/006.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route44/006.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route44/006.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route44/006.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route44/006.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route44/006.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route44/006.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route44/007.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route44/007.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route44/007.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route44/007.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route44/007.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route44/007.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route44/007.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route44/007.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route45/001.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route45/001.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route45/001.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route45/001.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route45/001.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route45/001.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route45/001.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route45/001.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route45/002.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route45/002.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route45/002.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route45/002.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route45/002.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route45/002.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route45/002.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route45/002.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route45/002_1.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route45/002_1.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route45/002_1.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route45/002_1.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route45/002_2.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route45/002_2.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route45/002_2.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route45/002_2.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route45/003.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route45/003.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route45/003.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route45/003.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route45/003.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route45/003.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route45/003.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route45/003.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route45/004.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route45/004.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route45/004.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route45/004.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route45/004.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route45/004.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route45/004.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route45/004.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route45/005.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route45/005.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route45/005.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route45/005.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route45/005.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route45/005.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route45/005.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route45/005.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route45/005_1.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route45/005_1.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route45/005_1.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route45/005_1.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route45/005_2.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route45/005_2.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route45/005_2.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route45/005_2.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route45/006.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route45/006.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route45/006.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route45/006.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route45/006.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route45/006.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route45/006.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route45/006.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route45/007.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route45/007.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route45/007.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route45/007.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route45/007.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route45/007.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route45/007.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route45/007.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route45/008.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route45/008.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route45/008.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route45/008.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route45/008.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route45/008.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route45/008.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route45/008.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route46/001.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route46/001.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route46/001.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route46/001.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route46/001.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route46/001.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route46/001.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route46/001.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route46/002.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route46/002.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route46/002.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route46/002.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route46/002.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route46/002.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route46/002.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route46/002.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route46/002_1.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route46/002_1.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route46/002_1.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route46/002_1.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route46/002_2.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route46/002_2.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route46/002_2.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route46/002_2.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route46/003.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route46/003.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route46/003.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route46/003.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route46/003.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route46/003.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route46/003.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route46/003.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route47/001.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route47/001.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route47/001.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route47/001.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route47/001.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route47/001.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route47/001.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route47/001.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route47/002.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route47/002.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route47/002.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route47/002.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route47/002.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route47/002.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route47/002.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route47/002.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route47/003.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route47/003.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route47/003.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route47/003.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route47/003.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route47/003.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route47/003.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route47/003.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route47/004.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route47/004.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route47/004.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route47/004.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route47/004.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route47/004.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route47/004.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route47/004.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route47/005.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route47/005.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route47/005.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route47/005.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route47/005.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route47/005.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route47/005.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route47/005.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route47/006.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route47/006.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route47/006.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route47/006.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route47/006.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route47/006.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route47/006.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route47/006.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route6/001.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route6/001.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route6/001.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route6/001.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route6/001.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route6/001.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route6/001.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route6/001.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route6/002.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route6/002.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route6/002.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route6/002.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route6/002.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route6/002.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route6/002.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route6/002.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route8/001.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route8/001.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route8/001.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route8/001.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route8/001.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route8/001.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route8/001.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route8/001.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route8/002.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route8/002.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route8/002.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route8/002.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route8/002.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route8/002.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route8/002.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route8/002.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route8/003.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route8/003.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route8/003.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route8/003.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route8/003.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route8/003.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route8/003.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route8/003.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route8/004.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route8/004.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route8/004.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route8/004.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route8/004.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route8/004.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route8/004.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route8/004.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route8/005.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route8/005.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route8/005.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route8/005.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route8/005.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route8/005.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route8/005.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route8/005.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route9/001.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route9/001.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route9/001.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route9/001.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route9/001.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route9/001.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route9/001.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route9/001.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route9/002.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route9/002.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route9/002.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route9/002.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route9/002.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route9/002.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route9/002.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route9/002.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route9/003.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route9/003.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route9/003.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route9/003.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route9/003.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route9/003.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route9/003.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route9/003.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route9/004.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route9/004.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route9/004.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route9/004.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route9/004.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route9/004.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route9/004.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route9/004.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route9/005.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route9/005.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route9/005.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route9/005.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route9/005.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route9/005.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route9/005.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route9/005.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route9/006.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/route9/006.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route9/006.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route9/006.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/route9/006.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/route9/006.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/route9/006.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/route9/006.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/saffron_gym/001.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/saffron_gym/001.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/saffron_gym/001.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/saffron_gym/001.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/saffron_gym/001.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/saffron_gym/001.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/saffron_gym/001.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/saffron_gym/001.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/saffron_gym/002.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/saffron_gym/002.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/saffron_gym/002.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/saffron_gym/002.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/saffron_gym/002.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/saffron_gym/002.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/saffron_gym/002.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/saffron_gym/002.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/saffron_gym/003.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/saffron_gym/003.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/saffron_gym/003.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/saffron_gym/003.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/saffron_gym/003.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/saffron_gym/003.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/saffron_gym/003.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/saffron_gym/003.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/saffron_gym/004.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/saffron_gym/004.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/saffron_gym/004.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/saffron_gym/004.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/saffron_gym/004.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/saffron_gym/004.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/saffron_gym/004.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/saffron_gym/004.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/saffron_gym/Leader.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/saffron_gym/Leader.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/saffron_gym/Leader.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/saffron_gym/Leader.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/saffron_gym/leader.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/saffron_gym/leader.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/saffron_gym/leader.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/saffron_gym/leader.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/seafoam/001.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/seafoam/001.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/seafoam/001.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/seafoam/001.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/seafoam/001.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/seafoam/001.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/seafoam/001.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/seafoam/001.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/seafoam/002.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/seafoam/002.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/seafoam/002.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/seafoam/002.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/seafoam/002.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/seafoam/002.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/seafoam/002.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/seafoam/002.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/seafoam/003.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/seafoam/003.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/seafoam/003.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/seafoam/003.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/seafoam/003.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/seafoam/003.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/seafoam/003.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/seafoam/003.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/slowpokewell/001.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/slowpokewell/001.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/slowpokewell/001.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/slowpokewell/001.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/slowpokewell/001.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/slowpokewell/001.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/slowpokewell/001.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/slowpokewell/001.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/slowpokewell/002.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/slowpokewell/002.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/slowpokewell/002.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/slowpokewell/002.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/slowpokewell/002.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/slowpokewell/002.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/slowpokewell/002.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/slowpokewell/002.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/slowpokewell/003.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/slowpokewell/003.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/slowpokewell/003.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/slowpokewell/003.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/slowpokewell/003.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/slowpokewell/003.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/slowpokewell/003.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/slowpokewell/003.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/slowpokewell/Proton.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/slowpokewell/Proton.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/slowpokewell/Proton.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/slowpokewell/Proton.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/slowpokewell/Proton.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/slowpokewell/Proton.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/slowpokewell/Proton.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/slowpokewell/Proton.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/sprout001.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/sprout001.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/sprout001.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/sprout001.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/sprout002.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/sprout002.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/sprout002.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/sprout002.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/sprout003.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/sprout003.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/sprout003.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/sprout003.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/sprout004.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/sprout004.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/sprout004.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/sprout004.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/sprout005.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/sprout005.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/sprout005.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/sprout005.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/sprout006.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/sprout006.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/sprout006.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/sprout006.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/sproutelder.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/sproutelder.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/sproutelder.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/sproutelder.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/sprouttower/001.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/sprouttower/001.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/sprouttower/001.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/sprouttower/001.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/sprouttower/002.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/sprouttower/002.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/sprouttower/002.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/sprouttower/002.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/sprouttower/003.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/sprouttower/003.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/sprouttower/003.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/sprouttower/003.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/sprouttower/004.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/sprouttower/004.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/sprouttower/004.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/sprouttower/004.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/sprouttower/005.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/sprouttower/005.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/sprouttower/005.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/sprouttower/005.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/sprouttower/006.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/sprouttower/006.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/sprouttower/006.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/sprouttower/006.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/sprouttower/elder.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/sprouttower/elder.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/sprouttower/elder.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/sprouttower/elder.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ssaqua/first trip/001.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/first trip/001.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ssaqua/first trip/001.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/first trip/001.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ssaqua/first trip/001.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/first trip/001.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ssaqua/first trip/001.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/first trip/001.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ssaqua/first trip/002.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/first trip/002.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ssaqua/first trip/002.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/first trip/002.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ssaqua/first trip/002.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/first trip/002.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ssaqua/first trip/002.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/first trip/002.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ssaqua/first trip/003.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/first trip/003.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ssaqua/first trip/003.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/first trip/003.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ssaqua/first trip/003.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/first trip/003.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ssaqua/first trip/003.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/first trip/003.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ssaqua/first trip/004.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/first trip/004.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ssaqua/first trip/004.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/first trip/004.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ssaqua/first trip/004.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/first trip/004.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ssaqua/first trip/004.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/first trip/004.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ssaqua/first trip/005.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/first trip/005.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ssaqua/first trip/005.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/first trip/005.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ssaqua/first trip/005.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/first trip/005.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ssaqua/first trip/005.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/first trip/005.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ssaqua/first trip/006.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/first trip/006.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ssaqua/first trip/006.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/first trip/006.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ssaqua/first trip/006.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/first trip/006.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ssaqua/first trip/006.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/first trip/006.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ssaqua/first trip/007.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/first trip/007.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ssaqua/first trip/007.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/first trip/007.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ssaqua/first trip/007.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/first trip/007.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ssaqua/first trip/007.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/first trip/007.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ssaqua/first trip/lazysailor.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/first trip/lazysailor.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ssaqua/first trip/lazysailor.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/first trip/lazysailor.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ssaqua/first trip/lazysailor.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/first trip/lazysailor.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ssaqua/first trip/lazysailor.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/first trip/lazysailor.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ssaqua/olivine/001.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/olivine/001.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ssaqua/olivine/001.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/olivine/001.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ssaqua/olivine/001.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/olivine/001.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ssaqua/olivine/001.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/olivine/001.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ssaqua/olivine/002.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/olivine/002.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ssaqua/olivine/002.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/olivine/002.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ssaqua/olivine/002.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/olivine/002.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ssaqua/olivine/002.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/olivine/002.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ssaqua/olivine/003.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/olivine/003.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ssaqua/olivine/003.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/olivine/003.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ssaqua/olivine/003.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/olivine/003.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ssaqua/olivine/003.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/olivine/003.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ssaqua/olivine/004.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/olivine/004.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ssaqua/olivine/004.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/olivine/004.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ssaqua/olivine/004.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/olivine/004.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ssaqua/olivine/004.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/olivine/004.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ssaqua/olivine/005.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/olivine/005.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ssaqua/olivine/005.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/olivine/005.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ssaqua/olivine/005.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/olivine/005.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ssaqua/olivine/005.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/olivine/005.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ssaqua/olivine/006.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/olivine/006.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ssaqua/olivine/006.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/olivine/006.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ssaqua/olivine/006.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/olivine/006.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ssaqua/olivine/006.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/olivine/006.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ssaqua/olivine/007.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/olivine/007.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ssaqua/olivine/007.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/olivine/007.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ssaqua/olivine/007.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/olivine/007.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ssaqua/olivine/007.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/olivine/007.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ssaqua/olivine/008.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/olivine/008.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ssaqua/olivine/008.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/olivine/008.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ssaqua/olivine/008.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/olivine/008.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ssaqua/olivine/008.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/olivine/008.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ssaqua/olivine/009.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/olivine/009.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ssaqua/olivine/009.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/olivine/009.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ssaqua/olivine/009.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/olivine/009.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ssaqua/olivine/009.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/olivine/009.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ssaqua/vermilion/001.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/vermilion/001.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ssaqua/vermilion/001.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/vermilion/001.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ssaqua/vermilion/001.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/vermilion/001.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ssaqua/vermilion/001.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/vermilion/001.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ssaqua/vermilion/002.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/vermilion/002.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ssaqua/vermilion/002.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/vermilion/002.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ssaqua/vermilion/002.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/vermilion/002.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ssaqua/vermilion/002.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/vermilion/002.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ssaqua/vermilion/003.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/vermilion/003.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ssaqua/vermilion/003.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/vermilion/003.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ssaqua/vermilion/003.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/vermilion/003.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ssaqua/vermilion/003.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/vermilion/003.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ssaqua/vermilion/004.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/vermilion/004.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ssaqua/vermilion/004.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/vermilion/004.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ssaqua/vermilion/004.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/vermilion/004.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ssaqua/vermilion/004.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/vermilion/004.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ssaqua/vermilion/005.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/vermilion/005.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ssaqua/vermilion/005.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/vermilion/005.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ssaqua/vermilion/005.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/vermilion/005.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ssaqua/vermilion/005.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/vermilion/005.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ssaqua/vermilion/006.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/vermilion/006.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ssaqua/vermilion/006.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/vermilion/006.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ssaqua/vermilion/006.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/vermilion/006.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ssaqua/vermilion/006.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/vermilion/006.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ssaqua/vermilion/007.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/vermilion/007.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ssaqua/vermilion/007.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/vermilion/007.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ssaqua/vermilion/007.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/vermilion/007.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ssaqua/vermilion/007.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/vermilion/007.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ssaqua/vermilion/008.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/vermilion/008.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ssaqua/vermilion/008.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/vermilion/008.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ssaqua/vermilion/008.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/vermilion/008.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ssaqua/vermilion/008.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/vermilion/008.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ssaqua/vermilion/009.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/vermilion/009.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ssaqua/vermilion/009.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/vermilion/009.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ssaqua/vermilion/009.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/vermilion/009.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ssaqua/vermilion/009.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/vermilion/009.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ssaqua/vermilion/010.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/vermilion/010.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ssaqua/vermilion/010.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/vermilion/010.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/ssaqua/vermilion/010.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/vermilion/010.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/ssaqua/vermilion/010.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/ssaqua/vermilion/010.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/test.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/test.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/test.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/test.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/trainerhouse/cal.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/trainerhouse/cal.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/trainerhouse/cal.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/trainerhouse/cal.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/trainerhouse/cal.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/trainerhouse/cal.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/trainerhouse/cal.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/trainerhouse/cal.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/treasure/001.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/treasure/001.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/treasure/001.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/treasure/001.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/treasure/001.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/treasure/001.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/treasure/001.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/treasure/001.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/underground/001.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/underground/001.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/underground/001.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/underground/001.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/underground/001.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/underground/001.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/underground/001.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/underground/001.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/underground/002.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/underground/002.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/underground/002.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/underground/002.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/underground/002.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/underground/002.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/underground/002.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/underground/002.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/underground/003.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/underground/003.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/underground/003.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/underground/003.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/underground/003.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/underground/003.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/underground/003.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/underground/003.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/underground/004.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/underground/004.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/underground/004.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/underground/004.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/underground/004.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/underground/004.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/underground/004.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/underground/004.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/underground/005.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/underground/005.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/underground/005.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/underground/005.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/underground/005.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/underground/005.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/underground/005.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/underground/005.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/underground/006.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/underground/006.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/underground/006.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/underground/006.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/underground/006.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/underground/006.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/underground/006.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/underground/006.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/underground/007.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/underground/007.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/underground/007.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/underground/007.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/underground/007.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/underground/007.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/underground/007.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/underground/007.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/underground/008.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/underground/008.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/underground/008.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/underground/008.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/underground/008.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/underground/008.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/underground/008.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/underground/008.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/underground/009.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/underground/009.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/underground/009.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/underground/009.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/underground/009.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/underground/009.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/underground/009.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/underground/009.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/unioncave/001.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/unioncave/001.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/unioncave/001.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/unioncave/001.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/unioncave/001.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/unioncave/001.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/unioncave/001.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/unioncave/001.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/unioncave/002.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/unioncave/002.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/unioncave/002.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/unioncave/002.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/unioncave/002.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/unioncave/002.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/unioncave/002.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/unioncave/002.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/unioncave/003.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/unioncave/003.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/unioncave/003.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/unioncave/003.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/unioncave/003.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/unioncave/003.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/unioncave/003.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/unioncave/003.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/unioncave/004.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/unioncave/004.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/unioncave/004.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/unioncave/004.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/unioncave/004.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/unioncave/004.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/unioncave/004.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/unioncave/004.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/unioncave/005.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/unioncave/005.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/unioncave/005.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/unioncave/005.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/unioncave/005.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/unioncave/005.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/unioncave/005.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/unioncave/005.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/unioncave/006.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/unioncave/006.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/unioncave/006.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/unioncave/006.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/unioncave/006.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/unioncave/006.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/unioncave/006.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/unioncave/006.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/unioncave/007.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/unioncave/007.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/unioncave/007.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/unioncave/007.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/unioncave/007.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/unioncave/007.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/unioncave/007.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/unioncave/007.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/unioncave/008.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/unioncave/008.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/unioncave/008.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/unioncave/008.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/unioncave/008.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/unioncave/008.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/unioncave/008.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/unioncave/008.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/unioncave/009.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/unioncave/009.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/unioncave/009.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/unioncave/009.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/unioncave/009.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/unioncave/009.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/unioncave/009.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/unioncave/009.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/unioncave/010.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/unioncave/010.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/unioncave/010.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/unioncave/010.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/unioncave/010.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/unioncave/010.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/unioncave/010.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/unioncave/010.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/unioncave/011.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/unioncave/011.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/unioncave/011.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/unioncave/011.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/unioncave/011.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/unioncave/011.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/unioncave/011.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/unioncave/011.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/unioncave/012.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/unioncave/012.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/unioncave/012.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/unioncave/012.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/unioncave/012.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/unioncave/012.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/unioncave/012.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/unioncave/012.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/v_forest/001.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/v_forest/001.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/v_forest/001.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/v_forest/001.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/v_forest/001.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/v_forest/001.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/v_forest/001.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/v_forest/001.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/v_forest/002.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/v_forest/002.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/v_forest/002.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/v_forest/002.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/v_forest/002.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/v_forest/002.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/v_forest/002.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/v_forest/002.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/v_forest/003.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/v_forest/003.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/v_forest/003.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/v_forest/003.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/v_forest/003.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/v_forest/003.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/v_forest/003.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/v_forest/003.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/v_forest/004.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/v_forest/004.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/v_forest/004.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/v_forest/004.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/v_forest/004.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/v_forest/004.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/v_forest/004.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/v_forest/004.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/v_forest/005.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/v_forest/005.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/v_forest/005.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/v_forest/005.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/v_forest/005.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/v_forest/005.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/v_forest/005.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/v_forest/005.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/vermilion_gym/001.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/vermilion_gym/001.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/vermilion_gym/001.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/vermilion_gym/001.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/vermilion_gym/001.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/vermilion_gym/001.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/vermilion_gym/001.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/vermilion_gym/001.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/vermilion_gym/002.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/vermilion_gym/002.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/vermilion_gym/002.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/vermilion_gym/002.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/vermilion_gym/002.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/vermilion_gym/002.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/vermilion_gym/002.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/vermilion_gym/002.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/vermilion_gym/003.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/vermilion_gym/003.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/vermilion_gym/003.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/vermilion_gym/003.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/vermilion_gym/003.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/vermilion_gym/003.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/vermilion_gym/003.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/vermilion_gym/003.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/vermilion_gym/leader.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/vermilion_gym/leader.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/vermilion_gym/leader.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/vermilion_gym/leader.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/vermilion_gym/leader.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/vermilion_gym/leader.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/vermilion_gym/leader.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/vermilion_gym/leader.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/violet_gym/001.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/violet_gym/001.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/violet_gym/001.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/violet_gym/001.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/violet_gym/002.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/violet_gym/002.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/violet_gym/002.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/violet_gym/002.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/violet_gym/003.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/violet_gym/003.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/violet_gym/003.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/violet_gym/003.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/violetgym001.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/violetgym001.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/violetgym001.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/violetgym001.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/violetgym002.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/violetgym002.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/violetgym002.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/violetgym002.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/violetgymleader.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/violetgymleader.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/violetgymleader.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/violetgymleader.trainer diff --git a/2.5DHero/2.5DHero/Scripts/trainer/viridian_gym/leader.dat b/2.5DHero/2.5DHeroContent/Scripts/trainer/viridian_gym/leader.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/viridian_gym/leader.dat rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/viridian_gym/leader.dat diff --git a/2.5DHero/2.5DHero/Scripts/trainer/viridian_gym/leader.trainer b/2.5DHero/2.5DHeroContent/Scripts/trainer/viridian_gym/leader.trainer similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/trainer/viridian_gym/leader.trainer rename to 2.5DHero/2.5DHeroContent/Scripts/trainer/viridian_gym/leader.trainer diff --git a/2.5DHero/2.5DHero/Scripts/twirl forest/0/scizor_appear.dat b/2.5DHero/2.5DHeroContent/Scripts/twirl forest/0/scizor_appear.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/twirl forest/0/scizor_appear.dat rename to 2.5DHero/2.5DHeroContent/Scripts/twirl forest/0/scizor_appear.dat diff --git a/2.5DHero/2.5DHero/Scripts/twirl forest/0/scizor_battle.dat b/2.5DHero/2.5DHeroContent/Scripts/twirl forest/0/scizor_battle.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/twirl forest/0/scizor_battle.dat rename to 2.5DHero/2.5DHeroContent/Scripts/twirl forest/0/scizor_battle.dat diff --git a/2.5DHero/2.5DHero/Scripts/twirl forest/confused_man.dat b/2.5DHero/2.5DHeroContent/Scripts/twirl forest/confused_man.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/twirl forest/confused_man.dat rename to 2.5DHero/2.5DHeroContent/Scripts/twirl forest/confused_man.dat diff --git a/2.5DHero/2.5DHero/Scripts/twirl forest/heal.dat b/2.5DHero/2.5DHeroContent/Scripts/twirl forest/heal.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/twirl forest/heal.dat rename to 2.5DHero/2.5DHeroContent/Scripts/twirl forest/heal.dat diff --git a/2.5DHero/2.5DHero/Scripts/underground/box_moves.dat b/2.5DHero/2.5DHeroContent/Scripts/underground/box_moves.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/underground/box_moves.dat rename to 2.5DHero/2.5DHeroContent/Scripts/underground/box_moves.dat diff --git a/2.5DHero/2.5DHero/Scripts/underground/director.dat b/2.5DHero/2.5DHeroContent/Scripts/underground/director.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/underground/director.dat rename to 2.5DHero/2.5DHeroContent/Scripts/underground/director.dat diff --git a/2.5DHero/2.5DHero/Scripts/underground/dooropen.dat b/2.5DHero/2.5DHeroContent/Scripts/underground/dooropen.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/underground/dooropen.dat rename to 2.5DHero/2.5DHeroContent/Scripts/underground/dooropen.dat diff --git a/2.5DHero/2.5DHero/Scripts/underground/dooropen2.dat b/2.5DHero/2.5DHeroContent/Scripts/underground/dooropen2.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/underground/dooropen2.dat rename to 2.5DHero/2.5DHeroContent/Scripts/underground/dooropen2.dat diff --git a/2.5DHero/2.5DHero/Scripts/underground/switchcenter.dat b/2.5DHero/2.5DHeroContent/Scripts/underground/switchcenter.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/underground/switchcenter.dat rename to 2.5DHero/2.5DHeroContent/Scripts/underground/switchcenter.dat diff --git a/2.5DHero/2.5DHero/Scripts/underground/switchend.dat b/2.5DHero/2.5DHeroContent/Scripts/underground/switchend.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/underground/switchend.dat rename to 2.5DHero/2.5DHeroContent/Scripts/underground/switchend.dat diff --git a/2.5DHero/2.5DHero/Scripts/underground/switchleft.dat b/2.5DHero/2.5DHeroContent/Scripts/underground/switchleft.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/underground/switchleft.dat rename to 2.5DHero/2.5DHeroContent/Scripts/underground/switchleft.dat diff --git a/2.5DHero/2.5DHero/Scripts/underground/switchmap.dat b/2.5DHero/2.5DHeroContent/Scripts/underground/switchmap.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/underground/switchmap.dat rename to 2.5DHero/2.5DHeroContent/Scripts/underground/switchmap.dat diff --git a/2.5DHero/2.5DHero/Scripts/underground/switchright.dat b/2.5DHero/2.5DHeroContent/Scripts/underground/switchright.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/underground/switchright.dat rename to 2.5DHero/2.5DHeroContent/Scripts/underground/switchright.dat diff --git a/2.5DHero/2.5DHero/Scripts/underwatercave/manaphy.dat b/2.5DHero/2.5DHeroContent/Scripts/underwatercave/manaphy.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/underwatercave/manaphy.dat rename to 2.5DHero/2.5DHeroContent/Scripts/underwatercave/manaphy.dat diff --git a/2.5DHero/2.5DHero/Scripts/underwatercave/rocks/Clipboard Text (23-10-16, 22.00.44).txt b/2.5DHero/2.5DHeroContent/Scripts/underwatercave/rocks/Clipboard Text (23-10-16, 22.00.44).txt similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/underwatercave/rocks/Clipboard Text (23-10-16, 22.00.44).txt rename to 2.5DHero/2.5DHeroContent/Scripts/underwatercave/rocks/Clipboard Text (23-10-16, 22.00.44).txt diff --git a/2.5DHero/2.5DHero/Scripts/underwatercave/rocks/hiderock1.dat b/2.5DHero/2.5DHeroContent/Scripts/underwatercave/rocks/hiderock1.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/underwatercave/rocks/hiderock1.dat rename to 2.5DHero/2.5DHeroContent/Scripts/underwatercave/rocks/hiderock1.dat diff --git a/2.5DHero/2.5DHero/Scripts/underwatercave/rocks/hiderock2.dat b/2.5DHero/2.5DHeroContent/Scripts/underwatercave/rocks/hiderock2.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/underwatercave/rocks/hiderock2.dat rename to 2.5DHero/2.5DHeroContent/Scripts/underwatercave/rocks/hiderock2.dat diff --git a/2.5DHero/2.5DHero/Scripts/underwatercave/rocks/hiderock3.dat b/2.5DHero/2.5DHeroContent/Scripts/underwatercave/rocks/hiderock3.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/underwatercave/rocks/hiderock3.dat rename to 2.5DHero/2.5DHeroContent/Scripts/underwatercave/rocks/hiderock3.dat diff --git a/2.5DHero/2.5DHero/Scripts/underwatercave/rocks/hiderock4.dat b/2.5DHero/2.5DHeroContent/Scripts/underwatercave/rocks/hiderock4.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/underwatercave/rocks/hiderock4.dat rename to 2.5DHero/2.5DHeroContent/Scripts/underwatercave/rocks/hiderock4.dat diff --git a/2.5DHero/2.5DHero/Scripts/underwatercave/rocks/hiderock5.dat b/2.5DHero/2.5DHeroContent/Scripts/underwatercave/rocks/hiderock5.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/underwatercave/rocks/hiderock5.dat rename to 2.5DHero/2.5DHeroContent/Scripts/underwatercave/rocks/hiderock5.dat diff --git a/2.5DHero/2.5DHero/Scripts/underwatercave/rocks/hiderock6.dat b/2.5DHero/2.5DHeroContent/Scripts/underwatercave/rocks/hiderock6.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/underwatercave/rocks/hiderock6.dat rename to 2.5DHero/2.5DHeroContent/Scripts/underwatercave/rocks/hiderock6.dat diff --git a/2.5DHero/2.5DHero/Scripts/underwatercave/rocks/hiderock7.dat b/2.5DHero/2.5DHeroContent/Scripts/underwatercave/rocks/hiderock7.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/underwatercave/rocks/hiderock7.dat rename to 2.5DHero/2.5DHeroContent/Scripts/underwatercave/rocks/hiderock7.dat diff --git a/2.5DHero/2.5DHero/Scripts/underwatercave/rocks/hiderock8.dat b/2.5DHero/2.5DHeroContent/Scripts/underwatercave/rocks/hiderock8.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/underwatercave/rocks/hiderock8.dat rename to 2.5DHero/2.5DHeroContent/Scripts/underwatercave/rocks/hiderock8.dat diff --git a/2.5DHero/2.5DHero/Scripts/underwatercave/rocks/hiderock9.dat b/2.5DHero/2.5DHeroContent/Scripts/underwatercave/rocks/hiderock9.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/underwatercave/rocks/hiderock9.dat rename to 2.5DHero/2.5DHeroContent/Scripts/underwatercave/rocks/hiderock9.dat diff --git a/2.5DHero/2.5DHero/Scripts/underwatercave/rocks/puzzlerocks.dat b/2.5DHero/2.5DHeroContent/Scripts/underwatercave/rocks/puzzlerocks.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/underwatercave/rocks/puzzlerocks.dat rename to 2.5DHero/2.5DHeroContent/Scripts/underwatercave/rocks/puzzlerocks.dat diff --git a/2.5DHero/2.5DHero/Scripts/underwatercave/rocks/rockdrop1.dat b/2.5DHero/2.5DHeroContent/Scripts/underwatercave/rocks/rockdrop1.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/underwatercave/rocks/rockdrop1.dat rename to 2.5DHero/2.5DHeroContent/Scripts/underwatercave/rocks/rockdrop1.dat diff --git a/2.5DHero/2.5DHero/Scripts/underwatercave/rocks/rockdrop2.dat b/2.5DHero/2.5DHeroContent/Scripts/underwatercave/rocks/rockdrop2.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/underwatercave/rocks/rockdrop2.dat rename to 2.5DHero/2.5DHeroContent/Scripts/underwatercave/rocks/rockdrop2.dat diff --git a/2.5DHero/2.5DHero/Scripts/underwatercave/rocks/rockdrop3.dat b/2.5DHero/2.5DHeroContent/Scripts/underwatercave/rocks/rockdrop3.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/underwatercave/rocks/rockdrop3.dat rename to 2.5DHero/2.5DHeroContent/Scripts/underwatercave/rocks/rockdrop3.dat diff --git a/2.5DHero/2.5DHero/Scripts/underwatercave/rocks/rockdrop4.dat b/2.5DHero/2.5DHeroContent/Scripts/underwatercave/rocks/rockdrop4.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/underwatercave/rocks/rockdrop4.dat rename to 2.5DHero/2.5DHeroContent/Scripts/underwatercave/rocks/rockdrop4.dat diff --git a/2.5DHero/2.5DHero/Scripts/underwatercave/rocks/rockdrop5.dat b/2.5DHero/2.5DHeroContent/Scripts/underwatercave/rocks/rockdrop5.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/underwatercave/rocks/rockdrop5.dat rename to 2.5DHero/2.5DHeroContent/Scripts/underwatercave/rocks/rockdrop5.dat diff --git a/2.5DHero/2.5DHero/Scripts/underwatercave/rocks/rockdrop6.dat b/2.5DHero/2.5DHeroContent/Scripts/underwatercave/rocks/rockdrop6.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/underwatercave/rocks/rockdrop6.dat rename to 2.5DHero/2.5DHeroContent/Scripts/underwatercave/rocks/rockdrop6.dat diff --git a/2.5DHero/2.5DHero/Scripts/underwatercave/rocks/rockdrop7.dat b/2.5DHero/2.5DHeroContent/Scripts/underwatercave/rocks/rockdrop7.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/underwatercave/rocks/rockdrop7.dat rename to 2.5DHero/2.5DHeroContent/Scripts/underwatercave/rocks/rockdrop7.dat diff --git a/2.5DHero/2.5DHero/Scripts/underwatercave/rocks/rockdrop8.dat b/2.5DHero/2.5DHeroContent/Scripts/underwatercave/rocks/rockdrop8.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/underwatercave/rocks/rockdrop8.dat rename to 2.5DHero/2.5DHeroContent/Scripts/underwatercave/rocks/rockdrop8.dat diff --git a/2.5DHero/2.5DHero/Scripts/underwatercave/rocks/rockdrop9.dat b/2.5DHero/2.5DHeroContent/Scripts/underwatercave/rocks/rockdrop9.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/underwatercave/rocks/rockdrop9.dat rename to 2.5DHero/2.5DHeroContent/Scripts/underwatercave/rocks/rockdrop9.dat diff --git a/2.5DHero/2.5DHero/Scripts/underwatercave/rocks/unhiderock1.dat b/2.5DHero/2.5DHeroContent/Scripts/underwatercave/rocks/unhiderock1.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/underwatercave/rocks/unhiderock1.dat rename to 2.5DHero/2.5DHeroContent/Scripts/underwatercave/rocks/unhiderock1.dat diff --git a/2.5DHero/2.5DHero/Scripts/underwatercave/rocks/unhiderock23.dat b/2.5DHero/2.5DHeroContent/Scripts/underwatercave/rocks/unhiderock23.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/underwatercave/rocks/unhiderock23.dat rename to 2.5DHero/2.5DHeroContent/Scripts/underwatercave/rocks/unhiderock23.dat diff --git a/2.5DHero/2.5DHero/Scripts/underwatercave/rocks/unhiderock5.dat b/2.5DHero/2.5DHeroContent/Scripts/underwatercave/rocks/unhiderock5.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/underwatercave/rocks/unhiderock5.dat rename to 2.5DHero/2.5DHeroContent/Scripts/underwatercave/rocks/unhiderock5.dat diff --git a/2.5DHero/2.5DHero/Scripts/underwatercave/rocks/unhiderock6.dat b/2.5DHero/2.5DHeroContent/Scripts/underwatercave/rocks/unhiderock6.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/underwatercave/rocks/unhiderock6.dat rename to 2.5DHero/2.5DHeroContent/Scripts/underwatercave/rocks/unhiderock6.dat diff --git a/2.5DHero/2.5DHero/Scripts/underwatercave/rocks/unhiderock7.dat b/2.5DHero/2.5DHeroContent/Scripts/underwatercave/rocks/unhiderock7.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/underwatercave/rocks/unhiderock7.dat rename to 2.5DHero/2.5DHeroContent/Scripts/underwatercave/rocks/unhiderock7.dat diff --git a/2.5DHero/2.5DHero/Scripts/underwatercave/rocks/unhiderock8.dat b/2.5DHero/2.5DHeroContent/Scripts/underwatercave/rocks/unhiderock8.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/underwatercave/rocks/unhiderock8.dat rename to 2.5DHero/2.5DHeroContent/Scripts/underwatercave/rocks/unhiderock8.dat diff --git a/2.5DHero/2.5DHero/Scripts/underwatercave/rocks/unhiderock9.dat b/2.5DHero/2.5DHeroContent/Scripts/underwatercave/rocks/unhiderock9.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/underwatercave/rocks/unhiderock9.dat rename to 2.5DHero/2.5DHeroContent/Scripts/underwatercave/rocks/unhiderock9.dat diff --git a/2.5DHero/2.5DHero/Scripts/underwatercave/underwatertreasure/110-1.dat b/2.5DHero/2.5DHeroContent/Scripts/underwatercave/underwatertreasure/110-1.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/underwatercave/underwatertreasure/110-1.dat rename to 2.5DHero/2.5DHeroContent/Scripts/underwatercave/underwatertreasure/110-1.dat diff --git a/2.5DHero/2.5DHero/Scripts/underwatercave/underwatertreasure/110-2.dat b/2.5DHero/2.5DHeroContent/Scripts/underwatercave/underwatertreasure/110-2.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/underwatercave/underwatertreasure/110-2.dat rename to 2.5DHero/2.5DHeroContent/Scripts/underwatercave/underwatertreasure/110-2.dat diff --git a/2.5DHero/2.5DHero/Scripts/underwatercave/underwatertreasure/111.dat b/2.5DHero/2.5DHeroContent/Scripts/underwatercave/underwatertreasure/111.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/underwatercave/underwatertreasure/111.dat rename to 2.5DHero/2.5DHeroContent/Scripts/underwatercave/underwatertreasure/111.dat diff --git a/2.5DHero/2.5DHero/Scripts/underwatercave/underwatertreasure/190-1.dat b/2.5DHero/2.5DHeroContent/Scripts/underwatercave/underwatertreasure/190-1.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/underwatercave/underwatertreasure/190-1.dat rename to 2.5DHero/2.5DHeroContent/Scripts/underwatercave/underwatertreasure/190-1.dat diff --git a/2.5DHero/2.5DHero/Scripts/underwatercave/underwatertreasure/190-2.dat b/2.5DHero/2.5DHeroContent/Scripts/underwatercave/underwatertreasure/190-2.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/underwatercave/underwatertreasure/190-2.dat rename to 2.5DHero/2.5DHeroContent/Scripts/underwatercave/underwatertreasure/190-2.dat diff --git a/2.5DHero/2.5DHero/Scripts/underwatercave/underwatertreasure/190-3.dat b/2.5DHero/2.5DHeroContent/Scripts/underwatercave/underwatertreasure/190-3.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/underwatercave/underwatertreasure/190-3.dat rename to 2.5DHero/2.5DHeroContent/Scripts/underwatercave/underwatertreasure/190-3.dat diff --git a/2.5DHero/2.5DHero/Scripts/underwatercave/underwatertreasure/main.dat b/2.5DHero/2.5DHeroContent/Scripts/underwatercave/underwatertreasure/main.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/underwatercave/underwatertreasure/main.dat rename to 2.5DHero/2.5DHeroContent/Scripts/underwatercave/underwatertreasure/main.dat diff --git a/2.5DHero/2.5DHero/Scripts/unioncave/Friday1.dat b/2.5DHero/2.5DHeroContent/Scripts/unioncave/Friday1.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/unioncave/Friday1.dat rename to 2.5DHero/2.5DHeroContent/Scripts/unioncave/Friday1.dat diff --git a/2.5DHero/2.5DHero/Scripts/unioncave/Friday2.dat b/2.5DHero/2.5DHeroContent/Scripts/unioncave/Friday2.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/unioncave/Friday2.dat rename to 2.5DHero/2.5DHeroContent/Scripts/unioncave/Friday2.dat diff --git a/2.5DHero/2.5DHero/Scripts/unioncave/lapras.dat b/2.5DHero/2.5DHeroContent/Scripts/unioncave/lapras.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/unioncave/lapras.dat rename to 2.5DHero/2.5DHeroContent/Scripts/unioncave/lapras.dat diff --git a/2.5DHero/2.5DHero/Scripts/vermilion/GymGuy.dat b/2.5DHero/2.5DHeroContent/Scripts/vermilion/GymGuy.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/vermilion/GymGuy.dat rename to 2.5DHero/2.5DHeroContent/Scripts/vermilion/GymGuy.dat diff --git a/2.5DHero/2.5DHero/Scripts/vermilion/bayleef.dat b/2.5DHero/2.5DHeroContent/Scripts/vermilion/bayleef.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/vermilion/bayleef.dat rename to 2.5DHero/2.5DHeroContent/Scripts/vermilion/bayleef.dat diff --git a/2.5DHero/2.5DHero/Scripts/vermilion/chairman.dat b/2.5DHero/2.5DHeroContent/Scripts/vermilion/chairman.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/vermilion/chairman.dat rename to 2.5DHero/2.5DHeroContent/Scripts/vermilion/chairman.dat diff --git a/2.5DHero/2.5DHero/Scripts/vermilion/dockhand.dat b/2.5DHero/2.5DHeroContent/Scripts/vermilion/dockhand.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/vermilion/dockhand.dat rename to 2.5DHero/2.5DHeroContent/Scripts/vermilion/dockhand.dat diff --git a/2.5DHero/2.5DHero/Scripts/vermilion/dockhand2.dat b/2.5DHero/2.5DHeroContent/Scripts/vermilion/dockhand2.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/vermilion/dockhand2.dat rename to 2.5DHero/2.5DHeroContent/Scripts/vermilion/dockhand2.dat diff --git a/2.5DHero/2.5DHero/Scripts/vermilion/dockhand3.dat b/2.5DHero/2.5DHeroContent/Scripts/vermilion/dockhand3.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/vermilion/dockhand3.dat rename to 2.5DHero/2.5DHeroContent/Scripts/vermilion/dockhand3.dat diff --git a/2.5DHero/2.5DHero/Scripts/vermilion/fastshipleaving.dat b/2.5DHero/2.5DHeroContent/Scripts/vermilion/fastshipleaving.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/vermilion/fastshipleaving.dat rename to 2.5DHero/2.5DHeroContent/Scripts/vermilion/fastshipleaving.dat diff --git a/2.5DHero/2.5DHero/Scripts/vermilion/gymtrash/0.dat b/2.5DHero/2.5DHeroContent/Scripts/vermilion/gymtrash/0.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/vermilion/gymtrash/0.dat rename to 2.5DHero/2.5DHeroContent/Scripts/vermilion/gymtrash/0.dat diff --git a/2.5DHero/2.5DHero/Scripts/vermilion/gymtrash/1.dat b/2.5DHero/2.5DHeroContent/Scripts/vermilion/gymtrash/1.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/vermilion/gymtrash/1.dat rename to 2.5DHero/2.5DHeroContent/Scripts/vermilion/gymtrash/1.dat diff --git a/2.5DHero/2.5DHero/Scripts/vermilion/gymtrash/10.dat b/2.5DHero/2.5DHeroContent/Scripts/vermilion/gymtrash/10.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/vermilion/gymtrash/10.dat rename to 2.5DHero/2.5DHeroContent/Scripts/vermilion/gymtrash/10.dat diff --git a/2.5DHero/2.5DHero/Scripts/vermilion/gymtrash/11.dat b/2.5DHero/2.5DHeroContent/Scripts/vermilion/gymtrash/11.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/vermilion/gymtrash/11.dat rename to 2.5DHero/2.5DHeroContent/Scripts/vermilion/gymtrash/11.dat diff --git a/2.5DHero/2.5DHero/Scripts/vermilion/gymtrash/12.dat b/2.5DHero/2.5DHeroContent/Scripts/vermilion/gymtrash/12.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/vermilion/gymtrash/12.dat rename to 2.5DHero/2.5DHeroContent/Scripts/vermilion/gymtrash/12.dat diff --git a/2.5DHero/2.5DHero/Scripts/vermilion/gymtrash/13.dat b/2.5DHero/2.5DHeroContent/Scripts/vermilion/gymtrash/13.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/vermilion/gymtrash/13.dat rename to 2.5DHero/2.5DHeroContent/Scripts/vermilion/gymtrash/13.dat diff --git a/2.5DHero/2.5DHero/Scripts/vermilion/gymtrash/14.dat b/2.5DHero/2.5DHeroContent/Scripts/vermilion/gymtrash/14.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/vermilion/gymtrash/14.dat rename to 2.5DHero/2.5DHeroContent/Scripts/vermilion/gymtrash/14.dat diff --git a/2.5DHero/2.5DHero/Scripts/vermilion/gymtrash/2.dat b/2.5DHero/2.5DHeroContent/Scripts/vermilion/gymtrash/2.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/vermilion/gymtrash/2.dat rename to 2.5DHero/2.5DHeroContent/Scripts/vermilion/gymtrash/2.dat diff --git a/2.5DHero/2.5DHero/Scripts/vermilion/gymtrash/3.dat b/2.5DHero/2.5DHeroContent/Scripts/vermilion/gymtrash/3.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/vermilion/gymtrash/3.dat rename to 2.5DHero/2.5DHeroContent/Scripts/vermilion/gymtrash/3.dat diff --git a/2.5DHero/2.5DHero/Scripts/vermilion/gymtrash/4.dat b/2.5DHero/2.5DHeroContent/Scripts/vermilion/gymtrash/4.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/vermilion/gymtrash/4.dat rename to 2.5DHero/2.5DHeroContent/Scripts/vermilion/gymtrash/4.dat diff --git a/2.5DHero/2.5DHero/Scripts/vermilion/gymtrash/5.dat b/2.5DHero/2.5DHeroContent/Scripts/vermilion/gymtrash/5.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/vermilion/gymtrash/5.dat rename to 2.5DHero/2.5DHeroContent/Scripts/vermilion/gymtrash/5.dat diff --git a/2.5DHero/2.5DHero/Scripts/vermilion/gymtrash/6.dat b/2.5DHero/2.5DHeroContent/Scripts/vermilion/gymtrash/6.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/vermilion/gymtrash/6.dat rename to 2.5DHero/2.5DHeroContent/Scripts/vermilion/gymtrash/6.dat diff --git a/2.5DHero/2.5DHero/Scripts/vermilion/gymtrash/7.dat b/2.5DHero/2.5DHeroContent/Scripts/vermilion/gymtrash/7.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/vermilion/gymtrash/7.dat rename to 2.5DHero/2.5DHeroContent/Scripts/vermilion/gymtrash/7.dat diff --git a/2.5DHero/2.5DHero/Scripts/vermilion/gymtrash/8.dat b/2.5DHero/2.5DHeroContent/Scripts/vermilion/gymtrash/8.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/vermilion/gymtrash/8.dat rename to 2.5DHero/2.5DHeroContent/Scripts/vermilion/gymtrash/8.dat diff --git a/2.5DHero/2.5DHero/Scripts/vermilion/gymtrash/9.dat b/2.5DHero/2.5DHeroContent/Scripts/vermilion/gymtrash/9.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/vermilion/gymtrash/9.dat rename to 2.5DHero/2.5DHeroContent/Scripts/vermilion/gymtrash/9.dat diff --git a/2.5DHero/2.5DHero/Scripts/vermilion/gymtrash/reset.dat b/2.5DHero/2.5DHeroContent/Scripts/vermilion/gymtrash/reset.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/vermilion/gymtrash/reset.dat rename to 2.5DHero/2.5DHeroContent/Scripts/vermilion/gymtrash/reset.dat diff --git a/2.5DHero/2.5DHero/Scripts/vermilion/machop.dat b/2.5DHero/2.5DHeroContent/Scripts/vermilion/machop.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/vermilion/machop.dat rename to 2.5DHero/2.5DHeroContent/Scripts/vermilion/machop.dat diff --git a/2.5DHero/2.5DHero/Scripts/vermilion/plushfinder.dat b/2.5DHero/2.5DHeroContent/Scripts/vermilion/plushfinder.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/vermilion/plushfinder.dat rename to 2.5DHero/2.5DHeroContent/Scripts/vermilion/plushfinder.dat diff --git a/2.5DHero/2.5DHero/Scripts/vermilion/seemew.dat b/2.5DHero/2.5DHeroContent/Scripts/vermilion/seemew.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/vermilion/seemew.dat rename to 2.5DHero/2.5DHeroContent/Scripts/vermilion/seemew.dat diff --git a/2.5DHero/2.5DHero/Scripts/vermilion/snorlax.dat b/2.5DHero/2.5DHeroContent/Scripts/vermilion/snorlax.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/vermilion/snorlax.dat rename to 2.5DHero/2.5DHeroContent/Scripts/vermilion/snorlax.dat diff --git a/2.5DHero/2.5DHero/Scripts/vermilion/snorlaxawake.dat b/2.5DHero/2.5DHeroContent/Scripts/vermilion/snorlaxawake.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/vermilion/snorlaxawake.dat rename to 2.5DHero/2.5DHeroContent/Scripts/vermilion/snorlaxawake.dat diff --git a/2.5DHero/2.5DHero/Scripts/violet/GymGuy.dat b/2.5DHero/2.5DHeroContent/Scripts/violet/GymGuy.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/violet/GymGuy.dat rename to 2.5DHero/2.5DHeroContent/Scripts/violet/GymGuy.dat diff --git a/2.5DHero/2.5DHero/Scripts/violet/elmcall.dat b/2.5DHero/2.5DHeroContent/Scripts/violet/elmcall.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/violet/elmcall.dat rename to 2.5DHero/2.5DHeroContent/Scripts/violet/elmcall.dat diff --git a/2.5DHero/2.5DHero/Scripts/violet/onix_trade.dat b/2.5DHero/2.5DHeroContent/Scripts/violet/onix_trade.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/violet/onix_trade.dat rename to 2.5DHero/2.5DHeroContent/Scripts/violet/onix_trade.dat diff --git a/2.5DHero/2.5DHero/Scripts/violet/school_teacher.dat b/2.5DHero/2.5DHeroContent/Scripts/violet/school_teacher.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/violet/school_teacher.dat rename to 2.5DHero/2.5DHeroContent/Scripts/violet/school_teacher.dat diff --git a/2.5DHero/2.5DHero/Scripts/violet/strawberry.dat b/2.5DHero/2.5DHeroContent/Scripts/violet/strawberry.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/violet/strawberry.dat rename to 2.5DHero/2.5DHeroContent/Scripts/violet/strawberry.dat diff --git a/2.5DHero/2.5DHero/Scripts/violet/teacher.dat b/2.5DHero/2.5DHeroContent/Scripts/violet/teacher.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/violet/teacher.dat rename to 2.5DHero/2.5DHeroContent/Scripts/violet/teacher.dat diff --git a/2.5DHero/2.5DHero/Scripts/violet/togepi_egg.dat b/2.5DHero/2.5DHeroContent/Scripts/violet/togepi_egg.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/violet/togepi_egg.dat rename to 2.5DHero/2.5DHeroContent/Scripts/violet/togepi_egg.dat diff --git a/2.5DHero/2.5DHero/Scripts/viridian/GymGuy.dat b/2.5DHero/2.5DHeroContent/Scripts/viridian/GymGuy.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/viridian/GymGuy.dat rename to 2.5DHero/2.5DHeroContent/Scripts/viridian/GymGuy.dat diff --git a/2.5DHero/2.5DHero/Scripts/viridian/oakphone.dat b/2.5DHero/2.5DHeroContent/Scripts/viridian/oakphone.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/viridian/oakphone.dat rename to 2.5DHero/2.5DHeroContent/Scripts/viridian/oakphone.dat diff --git a/2.5DHero/2.5DHero/Scripts/viridian/rattata.dat b/2.5DHero/2.5DHeroContent/Scripts/viridian/rattata.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/viridian/rattata.dat rename to 2.5DHero/2.5DHeroContent/Scripts/viridian/rattata.dat diff --git a/2.5DHero/2.5DHero/Scripts/viridian/sleeping.dat b/2.5DHero/2.5DHeroContent/Scripts/viridian/sleeping.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/viridian/sleeping.dat rename to 2.5DHero/2.5DHeroContent/Scripts/viridian/sleeping.dat diff --git a/2.5DHero/2.5DHero/Scripts/viridian/spearow.dat b/2.5DHero/2.5DHeroContent/Scripts/viridian/spearow.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/viridian/spearow.dat rename to 2.5DHero/2.5DHeroContent/Scripts/viridian/spearow.dat diff --git a/2.5DHero/2.5DHero/Scripts/warning.dat b/2.5DHero/2.5DHeroContent/Scripts/warning.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/warning.dat rename to 2.5DHero/2.5DHeroContent/Scripts/warning.dat diff --git a/2.5DHero/2.5DHero/Scripts/whirlislands/lugia.dat b/2.5DHero/2.5DHeroContent/Scripts/whirlislands/lugia.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/whirlislands/lugia.dat rename to 2.5DHero/2.5DHeroContent/Scripts/whirlislands/lugia.dat diff --git a/2.5DHero/2.5DHero/Scripts/whirlislands/lugiawarp1.dat b/2.5DHero/2.5DHeroContent/Scripts/whirlislands/lugiawarp1.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/whirlislands/lugiawarp1.dat rename to 2.5DHero/2.5DHeroContent/Scripts/whirlislands/lugiawarp1.dat diff --git a/2.5DHero/2.5DHero/Scripts/whirlislands/lugiawarp2.dat b/2.5DHero/2.5DHeroContent/Scripts/whirlislands/lugiawarp2.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/whirlislands/lugiawarp2.dat rename to 2.5DHero/2.5DHeroContent/Scripts/whirlislands/lugiawarp2.dat diff --git a/2.5DHero/2.5DHero/Scripts/whirlislands/sage.dat b/2.5DHero/2.5DHeroContent/Scripts/whirlislands/sage.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/whirlislands/sage.dat rename to 2.5DHero/2.5DHeroContent/Scripts/whirlislands/sage.dat diff --git a/2.5DHero/2.5DHero/Scripts/worldmap/johto.dat b/2.5DHero/2.5DHeroContent/Scripts/worldmap/johto.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/worldmap/johto.dat rename to 2.5DHero/2.5DHeroContent/Scripts/worldmap/johto.dat diff --git a/2.5DHero/2.5DHero/Scripts/worldmap/kanto.dat b/2.5DHero/2.5DHeroContent/Scripts/worldmap/kanto.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/worldmap/kanto.dat rename to 2.5DHero/2.5DHeroContent/Scripts/worldmap/kanto.dat diff --git a/2.5DHero/2.5DHero/Scripts/worldmap/roaming_regions.dat b/2.5DHero/2.5DHeroContent/Scripts/worldmap/roaming_regions.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/worldmap/roaming_regions.dat rename to 2.5DHero/2.5DHeroContent/Scripts/worldmap/roaming_regions.dat diff --git a/2.5DHero/2.5DHero/Scripts/worldmap/sevii islands.dat b/2.5DHero/2.5DHeroContent/Scripts/worldmap/sevii islands.dat similarity index 100% rename from 2.5DHero/2.5DHero/Scripts/worldmap/sevii islands.dat rename to 2.5DHero/2.5DHeroContent/Scripts/worldmap/sevii islands.dat diff --git a/2.5DHero/2.5DHero/maps/BerryVista.dat b/2.5DHero/2.5DHeroContent/maps/BerryVista.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/BerryVista.dat rename to 2.5DHero/2.5DHeroContent/maps/BerryVista.dat diff --git a/2.5DHero/2.5DHero/maps/Ecruteak.dat b/2.5DHero/2.5DHeroContent/maps/Ecruteak.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/Ecruteak.dat rename to 2.5DHero/2.5DHeroContent/maps/Ecruteak.dat diff --git a/2.5DHero/2.5DHero/maps/Olivine.dat b/2.5DHero/2.5DHeroContent/maps/Olivine.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/Olivine.dat rename to 2.5DHero/2.5DHeroContent/maps/Olivine.dat diff --git a/2.5DHero/2.5DHero/maps/SSAqua/firsttrip/bf1.dat b/2.5DHero/2.5DHeroContent/maps/SSAqua/firsttrip/bf1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/SSAqua/firsttrip/bf1.dat rename to 2.5DHero/2.5DHeroContent/maps/SSAqua/firsttrip/bf1.dat diff --git a/2.5DHero/2.5DHero/maps/SSAqua/firsttrip/cabins/1.dat b/2.5DHero/2.5DHeroContent/maps/SSAqua/firsttrip/cabins/1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/SSAqua/firsttrip/cabins/1.dat rename to 2.5DHero/2.5DHeroContent/maps/SSAqua/firsttrip/cabins/1.dat diff --git a/2.5DHero/2.5DHero/maps/SSAqua/firsttrip/cabins/2.dat b/2.5DHero/2.5DHeroContent/maps/SSAqua/firsttrip/cabins/2.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/SSAqua/firsttrip/cabins/2.dat rename to 2.5DHero/2.5DHeroContent/maps/SSAqua/firsttrip/cabins/2.dat diff --git a/2.5DHero/2.5DHero/maps/SSAqua/firsttrip/cabins/3.dat b/2.5DHero/2.5DHeroContent/maps/SSAqua/firsttrip/cabins/3.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/SSAqua/firsttrip/cabins/3.dat rename to 2.5DHero/2.5DHeroContent/maps/SSAqua/firsttrip/cabins/3.dat diff --git a/2.5DHero/2.5DHero/maps/SSAqua/firsttrip/cabins/4.dat b/2.5DHero/2.5DHeroContent/maps/SSAqua/firsttrip/cabins/4.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/SSAqua/firsttrip/cabins/4.dat rename to 2.5DHero/2.5DHeroContent/maps/SSAqua/firsttrip/cabins/4.dat diff --git a/2.5DHero/2.5DHero/maps/SSAqua/firsttrip/cabins/5.dat b/2.5DHero/2.5DHeroContent/maps/SSAqua/firsttrip/cabins/5.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/SSAqua/firsttrip/cabins/5.dat rename to 2.5DHero/2.5DHeroContent/maps/SSAqua/firsttrip/cabins/5.dat diff --git a/2.5DHero/2.5DHero/maps/SSAqua/firsttrip/cabins/6.dat b/2.5DHero/2.5DHeroContent/maps/SSAqua/firsttrip/cabins/6.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/SSAqua/firsttrip/cabins/6.dat rename to 2.5DHero/2.5DHeroContent/maps/SSAqua/firsttrip/cabins/6.dat diff --git a/2.5DHero/2.5DHero/maps/SSAqua/firsttrip/cabins/7.dat b/2.5DHero/2.5DHeroContent/maps/SSAqua/firsttrip/cabins/7.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/SSAqua/firsttrip/cabins/7.dat rename to 2.5DHero/2.5DHeroContent/maps/SSAqua/firsttrip/cabins/7.dat diff --git a/2.5DHero/2.5DHero/maps/SSAqua/firsttrip/cabins/8.dat b/2.5DHero/2.5DHeroContent/maps/SSAqua/firsttrip/cabins/8.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/SSAqua/firsttrip/cabins/8.dat rename to 2.5DHero/2.5DHeroContent/maps/SSAqua/firsttrip/cabins/8.dat diff --git a/2.5DHero/2.5DHero/maps/SSAqua/firsttrip/cabins/captain.dat b/2.5DHero/2.5DHeroContent/maps/SSAqua/firsttrip/cabins/captain.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/SSAqua/firsttrip/cabins/captain.dat rename to 2.5DHero/2.5DHeroContent/maps/SSAqua/firsttrip/cabins/captain.dat diff --git a/2.5DHero/2.5DHero/maps/SSAqua/firsttrip/captainoutside.dat b/2.5DHero/2.5DHeroContent/maps/SSAqua/firsttrip/captainoutside.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/SSAqua/firsttrip/captainoutside.dat rename to 2.5DHero/2.5DHeroContent/maps/SSAqua/firsttrip/captainoutside.dat diff --git a/2.5DHero/2.5DHero/maps/SSAqua/firsttrip/main.dat b/2.5DHero/2.5DHeroContent/maps/SSAqua/firsttrip/main.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/SSAqua/firsttrip/main.dat rename to 2.5DHero/2.5DHeroContent/maps/SSAqua/firsttrip/main.dat diff --git a/2.5DHero/2.5DHero/maps/SSAqua/olivine/bf1.dat b/2.5DHero/2.5DHeroContent/maps/SSAqua/olivine/bf1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/SSAqua/olivine/bf1.dat rename to 2.5DHero/2.5DHeroContent/maps/SSAqua/olivine/bf1.dat diff --git a/2.5DHero/2.5DHero/maps/SSAqua/olivine/cabins/1.dat b/2.5DHero/2.5DHeroContent/maps/SSAqua/olivine/cabins/1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/SSAqua/olivine/cabins/1.dat rename to 2.5DHero/2.5DHeroContent/maps/SSAqua/olivine/cabins/1.dat diff --git a/2.5DHero/2.5DHero/maps/SSAqua/olivine/cabins/2.dat b/2.5DHero/2.5DHeroContent/maps/SSAqua/olivine/cabins/2.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/SSAqua/olivine/cabins/2.dat rename to 2.5DHero/2.5DHeroContent/maps/SSAqua/olivine/cabins/2.dat diff --git a/2.5DHero/2.5DHero/maps/SSAqua/olivine/cabins/3.dat b/2.5DHero/2.5DHeroContent/maps/SSAqua/olivine/cabins/3.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/SSAqua/olivine/cabins/3.dat rename to 2.5DHero/2.5DHeroContent/maps/SSAqua/olivine/cabins/3.dat diff --git a/2.5DHero/2.5DHero/maps/SSAqua/olivine/cabins/4.dat b/2.5DHero/2.5DHeroContent/maps/SSAqua/olivine/cabins/4.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/SSAqua/olivine/cabins/4.dat rename to 2.5DHero/2.5DHeroContent/maps/SSAqua/olivine/cabins/4.dat diff --git a/2.5DHero/2.5DHero/maps/SSAqua/olivine/cabins/5.dat b/2.5DHero/2.5DHeroContent/maps/SSAqua/olivine/cabins/5.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/SSAqua/olivine/cabins/5.dat rename to 2.5DHero/2.5DHeroContent/maps/SSAqua/olivine/cabins/5.dat diff --git a/2.5DHero/2.5DHero/maps/SSAqua/olivine/cabins/6.dat b/2.5DHero/2.5DHeroContent/maps/SSAqua/olivine/cabins/6.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/SSAqua/olivine/cabins/6.dat rename to 2.5DHero/2.5DHeroContent/maps/SSAqua/olivine/cabins/6.dat diff --git a/2.5DHero/2.5DHero/maps/SSAqua/olivine/cabins/7.dat b/2.5DHero/2.5DHeroContent/maps/SSAqua/olivine/cabins/7.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/SSAqua/olivine/cabins/7.dat rename to 2.5DHero/2.5DHeroContent/maps/SSAqua/olivine/cabins/7.dat diff --git a/2.5DHero/2.5DHero/maps/SSAqua/olivine/cabins/8.dat b/2.5DHero/2.5DHeroContent/maps/SSAqua/olivine/cabins/8.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/SSAqua/olivine/cabins/8.dat rename to 2.5DHero/2.5DHeroContent/maps/SSAqua/olivine/cabins/8.dat diff --git a/2.5DHero/2.5DHero/maps/SSAqua/olivine/cabins/captain.dat b/2.5DHero/2.5DHeroContent/maps/SSAqua/olivine/cabins/captain.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/SSAqua/olivine/cabins/captain.dat rename to 2.5DHero/2.5DHeroContent/maps/SSAqua/olivine/cabins/captain.dat diff --git a/2.5DHero/2.5DHero/maps/SSAqua/olivine/captainoutside.dat b/2.5DHero/2.5DHeroContent/maps/SSAqua/olivine/captainoutside.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/SSAqua/olivine/captainoutside.dat rename to 2.5DHero/2.5DHeroContent/maps/SSAqua/olivine/captainoutside.dat diff --git a/2.5DHero/2.5DHero/maps/SSAqua/olivine/main.dat b/2.5DHero/2.5DHeroContent/maps/SSAqua/olivine/main.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/SSAqua/olivine/main.dat rename to 2.5DHero/2.5DHeroContent/maps/SSAqua/olivine/main.dat diff --git a/2.5DHero/2.5DHero/maps/SSAqua/vermilion/bf1.dat b/2.5DHero/2.5DHeroContent/maps/SSAqua/vermilion/bf1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/SSAqua/vermilion/bf1.dat rename to 2.5DHero/2.5DHeroContent/maps/SSAqua/vermilion/bf1.dat diff --git a/2.5DHero/2.5DHero/maps/SSAqua/vermilion/cabins/1.dat b/2.5DHero/2.5DHeroContent/maps/SSAqua/vermilion/cabins/1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/SSAqua/vermilion/cabins/1.dat rename to 2.5DHero/2.5DHeroContent/maps/SSAqua/vermilion/cabins/1.dat diff --git a/2.5DHero/2.5DHero/maps/SSAqua/vermilion/cabins/2.dat b/2.5DHero/2.5DHeroContent/maps/SSAqua/vermilion/cabins/2.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/SSAqua/vermilion/cabins/2.dat rename to 2.5DHero/2.5DHeroContent/maps/SSAqua/vermilion/cabins/2.dat diff --git a/2.5DHero/2.5DHero/maps/SSAqua/vermilion/cabins/3.dat b/2.5DHero/2.5DHeroContent/maps/SSAqua/vermilion/cabins/3.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/SSAqua/vermilion/cabins/3.dat rename to 2.5DHero/2.5DHeroContent/maps/SSAqua/vermilion/cabins/3.dat diff --git a/2.5DHero/2.5DHero/maps/SSAqua/vermilion/cabins/4.dat b/2.5DHero/2.5DHeroContent/maps/SSAqua/vermilion/cabins/4.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/SSAqua/vermilion/cabins/4.dat rename to 2.5DHero/2.5DHeroContent/maps/SSAqua/vermilion/cabins/4.dat diff --git a/2.5DHero/2.5DHero/maps/SSAqua/vermilion/cabins/5.dat b/2.5DHero/2.5DHeroContent/maps/SSAqua/vermilion/cabins/5.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/SSAqua/vermilion/cabins/5.dat rename to 2.5DHero/2.5DHeroContent/maps/SSAqua/vermilion/cabins/5.dat diff --git a/2.5DHero/2.5DHero/maps/SSAqua/vermilion/cabins/6.dat b/2.5DHero/2.5DHeroContent/maps/SSAqua/vermilion/cabins/6.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/SSAqua/vermilion/cabins/6.dat rename to 2.5DHero/2.5DHeroContent/maps/SSAqua/vermilion/cabins/6.dat diff --git a/2.5DHero/2.5DHero/maps/SSAqua/vermilion/cabins/7.dat b/2.5DHero/2.5DHeroContent/maps/SSAqua/vermilion/cabins/7.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/SSAqua/vermilion/cabins/7.dat rename to 2.5DHero/2.5DHeroContent/maps/SSAqua/vermilion/cabins/7.dat diff --git a/2.5DHero/2.5DHero/maps/SSAqua/vermilion/cabins/8.dat b/2.5DHero/2.5DHeroContent/maps/SSAqua/vermilion/cabins/8.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/SSAqua/vermilion/cabins/8.dat rename to 2.5DHero/2.5DHeroContent/maps/SSAqua/vermilion/cabins/8.dat diff --git a/2.5DHero/2.5DHero/maps/SSAqua/vermilion/cabins/captain.dat b/2.5DHero/2.5DHeroContent/maps/SSAqua/vermilion/cabins/captain.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/SSAqua/vermilion/cabins/captain.dat rename to 2.5DHero/2.5DHeroContent/maps/SSAqua/vermilion/cabins/captain.dat diff --git a/2.5DHero/2.5DHero/maps/SSAqua/vermilion/captainoutside.dat b/2.5DHero/2.5DHeroContent/maps/SSAqua/vermilion/captainoutside.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/SSAqua/vermilion/captainoutside.dat rename to 2.5DHero/2.5DHeroContent/maps/SSAqua/vermilion/captainoutside.dat diff --git a/2.5DHero/2.5DHero/maps/SSAqua/vermilion/main.dat b/2.5DHero/2.5DHeroContent/maps/SSAqua/vermilion/main.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/SSAqua/vermilion/main.dat rename to 2.5DHero/2.5DHeroContent/maps/SSAqua/vermilion/main.dat diff --git a/2.5DHero/2.5DHero/maps/alph/alph01.dat b/2.5DHero/2.5DHeroContent/maps/alph/alph01.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/alph/alph01.dat rename to 2.5DHero/2.5DHeroContent/maps/alph/alph01.dat diff --git a/2.5DHero/2.5DHero/maps/alph/alph02.dat b/2.5DHero/2.5DHeroContent/maps/alph/alph02.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/alph/alph02.dat rename to 2.5DHero/2.5DHeroContent/maps/alph/alph02.dat diff --git a/2.5DHero/2.5DHero/maps/alph/alph03.dat b/2.5DHero/2.5DHeroContent/maps/alph/alph03.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/alph/alph03.dat rename to 2.5DHero/2.5DHeroContent/maps/alph/alph03.dat diff --git a/2.5DHero/2.5DHero/maps/alph/alph04.dat b/2.5DHero/2.5DHeroContent/maps/alph/alph04.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/alph/alph04.dat rename to 2.5DHero/2.5DHeroContent/maps/alph/alph04.dat diff --git a/2.5DHero/2.5DHero/maps/alph/alph05.dat b/2.5DHero/2.5DHeroContent/maps/alph/alph05.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/alph/alph05.dat rename to 2.5DHero/2.5DHeroContent/maps/alph/alph05.dat diff --git a/2.5DHero/2.5DHero/maps/alph/alph06.dat b/2.5DHero/2.5DHeroContent/maps/alph/alph06.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/alph/alph06.dat rename to 2.5DHero/2.5DHeroContent/maps/alph/alph06.dat diff --git a/2.5DHero/2.5DHero/maps/alph/alphhouse.dat b/2.5DHero/2.5DHeroContent/maps/alph/alphhouse.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/alph/alphhouse.dat rename to 2.5DHero/2.5DHeroContent/maps/alph/alphhouse.dat diff --git a/2.5DHero/2.5DHero/maps/alph/deepruins.dat b/2.5DHero/2.5DHeroContent/maps/alph/deepruins.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/alph/deepruins.dat rename to 2.5DHero/2.5DHeroContent/maps/alph/deepruins.dat diff --git a/2.5DHero/2.5DHero/maps/alph/ruinsofalph.dat b/2.5DHero/2.5DHeroContent/maps/alph/ruinsofalph.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/alph/ruinsofalph.dat rename to 2.5DHero/2.5DHeroContent/maps/alph/ruinsofalph.dat diff --git a/2.5DHero/2.5DHero/maps/azalea.dat b/2.5DHero/2.5DHeroContent/maps/azalea.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/azalea.dat rename to 2.5DHero/2.5DHeroContent/maps/azalea.dat diff --git a/2.5DHero/2.5DHero/maps/azalea/0.dat b/2.5DHero/2.5DHeroContent/maps/azalea/0.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/azalea/0.dat rename to 2.5DHero/2.5DHeroContent/maps/azalea/0.dat diff --git a/2.5DHero/2.5DHero/maps/azalea/center.dat b/2.5DHero/2.5DHeroContent/maps/azalea/center.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/azalea/center.dat rename to 2.5DHero/2.5DHeroContent/maps/azalea/center.dat diff --git a/2.5DHero/2.5DHero/maps/azalea/kurt.dat b/2.5DHero/2.5DHeroContent/maps/azalea/kurt.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/azalea/kurt.dat rename to 2.5DHero/2.5DHeroContent/maps/azalea/kurt.dat diff --git a/2.5DHero/2.5DHero/maps/azalea/mart.dat b/2.5DHero/2.5DHeroContent/maps/azalea/mart.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/azalea/mart.dat rename to 2.5DHero/2.5DHeroContent/maps/azalea/mart.dat diff --git a/2.5DHero/2.5DHero/maps/barktown.dat b/2.5DHero/2.5DHeroContent/maps/barktown.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/barktown.dat rename to 2.5DHero/2.5DHeroContent/maps/barktown.dat diff --git a/2.5DHero/2.5DHero/maps/barktown/0.dat b/2.5DHero/2.5DHeroContent/maps/barktown/0.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/barktown/0.dat rename to 2.5DHero/2.5DHeroContent/maps/barktown/0.dat diff --git a/2.5DHero/2.5DHero/maps/barktown/1.dat b/2.5DHero/2.5DHeroContent/maps/barktown/1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/barktown/1.dat rename to 2.5DHero/2.5DHeroContent/maps/barktown/1.dat diff --git a/2.5DHero/2.5DHero/maps/barktown0.dat b/2.5DHero/2.5DHeroContent/maps/barktown0.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/barktown0.dat rename to 2.5DHero/2.5DHeroContent/maps/barktown0.dat diff --git a/2.5DHero/2.5DHero/maps/battle/Ecruteak.dat b/2.5DHero/2.5DHeroContent/maps/battle/Ecruteak.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/Ecruteak.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/Ecruteak.dat diff --git a/2.5DHero/2.5DHero/maps/battle/Olivine.dat b/2.5DHero/2.5DHeroContent/maps/battle/Olivine.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/Olivine.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/Olivine.dat diff --git a/2.5DHero/2.5DHero/maps/battle/alph/alph01.dat b/2.5DHero/2.5DHeroContent/maps/battle/alph/alph01.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/alph/alph01.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/alph/alph01.dat diff --git a/2.5DHero/2.5DHero/maps/battle/alph/alph03.dat b/2.5DHero/2.5DHeroContent/maps/battle/alph/alph03.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/alph/alph03.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/alph/alph03.dat diff --git a/2.5DHero/2.5DHero/maps/battle/azalea.dat b/2.5DHero/2.5DHeroContent/maps/battle/azalea.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/azalea.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/azalea.dat diff --git a/2.5DHero/2.5DHero/maps/battle/battle0.dat b/2.5DHero/2.5DHeroContent/maps/battle/battle0.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/battle0.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/battle0.dat diff --git a/2.5DHero/2.5DHero/maps/battle/battle1.dat b/2.5DHero/2.5DHeroContent/maps/battle/battle1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/battle1.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/battle1.dat diff --git a/2.5DHero/2.5DHero/maps/battle/boon/cape.dat b/2.5DHero/2.5DHeroContent/maps/battle/boon/cape.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/boon/cape.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/boon/cape.dat diff --git a/2.5DHero/2.5DHero/maps/battle/burnedtower/burnedtower1f.dat b/2.5DHero/2.5DHeroContent/maps/battle/burnedtower/burnedtower1f.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/burnedtower/burnedtower1f.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/burnedtower/burnedtower1f.dat diff --git a/2.5DHero/2.5DHero/maps/battle/burnedtower/burnedtowerb1f.dat b/2.5DHero/2.5DHeroContent/maps/battle/burnedtower/burnedtowerb1f.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/burnedtower/burnedtowerb1f.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/burnedtower/burnedtowerb1f.dat diff --git a/2.5DHero/2.5DHero/maps/battle/ceruleancave/1f.dat b/2.5DHero/2.5DHeroContent/maps/battle/ceruleancave/1f.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/ceruleancave/1f.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/ceruleancave/1f.dat diff --git a/2.5DHero/2.5DHero/maps/battle/ceruleancave/2f.dat b/2.5DHero/2.5DHeroContent/maps/battle/ceruleancave/2f.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/ceruleancave/2f.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/ceruleancave/2f.dat diff --git a/2.5DHero/2.5DHero/maps/battle/ceruleancave/bf1.dat b/2.5DHero/2.5DHeroContent/maps/battle/ceruleancave/bf1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/ceruleancave/bf1.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/ceruleancave/bf1.dat diff --git a/2.5DHero/2.5DHero/maps/battle/cherrygrove.dat b/2.5DHero/2.5DHeroContent/maps/battle/cherrygrove.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/cherrygrove.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/cherrygrove.dat diff --git a/2.5DHero/2.5DHero/maps/battle/chrono/labyrinth.dat b/2.5DHero/2.5DHeroContent/maps/battle/chrono/labyrinth.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/chrono/labyrinth.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/chrono/labyrinth.dat diff --git a/2.5DHero/2.5DHero/maps/battle/chrono/meadow.dat b/2.5DHero/2.5DHeroContent/maps/battle/chrono/meadow.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/chrono/meadow.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/chrono/meadow.dat diff --git a/2.5DHero/2.5DHero/maps/battle/chrono/memorial.dat b/2.5DHero/2.5DHeroContent/maps/battle/chrono/memorial.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/chrono/memorial.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/chrono/memorial.dat diff --git a/2.5DHero/2.5DHero/maps/battle/chrono/resort.dat b/2.5DHero/2.5DHeroContent/maps/battle/chrono/resort.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/chrono/resort.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/chrono/resort.dat diff --git a/2.5DHero/2.5DHero/maps/battle/chrono/warehouse.dat b/2.5DHero/2.5DHeroContent/maps/battle/chrono/warehouse.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/chrono/warehouse.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/chrono/warehouse.dat diff --git a/2.5DHero/2.5DHero/maps/battle/cianwood.dat b/2.5DHero/2.5DHeroContent/maps/battle/cianwood.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/cianwood.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/cianwood.dat diff --git a/2.5DHero/2.5DHero/maps/battle/darkcave/darkcave0.dat b/2.5DHero/2.5DHeroContent/maps/battle/darkcave/darkcave0.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/darkcave/darkcave0.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/darkcave/darkcave0.dat diff --git a/2.5DHero/2.5DHero/maps/battle/darkcave/darkcave1.dat b/2.5DHero/2.5DHeroContent/maps/battle/darkcave/darkcave1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/darkcave/darkcave1.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/darkcave/darkcave1.dat diff --git a/2.5DHero/2.5DHero/maps/battle/diglettscave/entpew.dat b/2.5DHero/2.5DHeroContent/maps/battle/diglettscave/entpew.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/diglettscave/entpew.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/diglettscave/entpew.dat diff --git a/2.5DHero/2.5DHero/maps/battle/diglettscave/entver.dat b/2.5DHero/2.5DHeroContent/maps/battle/diglettscave/entver.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/diglettscave/entver.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/diglettscave/entver.dat diff --git a/2.5DHero/2.5DHero/maps/battle/diglettscave/main.dat b/2.5DHero/2.5DHeroContent/maps/battle/diglettscave/main.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/diglettscave/main.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/diglettscave/main.dat diff --git a/2.5DHero/2.5DHero/maps/battle/dragonsden/main.dat b/2.5DHero/2.5DHeroContent/maps/battle/dragonsden/main.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/dragonsden/main.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/dragonsden/main.dat diff --git a/2.5DHero/2.5DHero/maps/battle/dungeon/0/0.dat b/2.5DHero/2.5DHeroContent/maps/battle/dungeon/0/0.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/dungeon/0/0.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/dungeon/0/0.dat diff --git a/2.5DHero/2.5DHero/maps/battle/dungeon/0/1.dat b/2.5DHero/2.5DHeroContent/maps/battle/dungeon/0/1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/dungeon/0/1.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/dungeon/0/1.dat diff --git a/2.5DHero/2.5DHero/maps/battle/dungeon/0/10.dat b/2.5DHero/2.5DHeroContent/maps/battle/dungeon/0/10.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/dungeon/0/10.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/dungeon/0/10.dat diff --git a/2.5DHero/2.5DHero/maps/battle/dungeon/0/11.dat b/2.5DHero/2.5DHeroContent/maps/battle/dungeon/0/11.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/dungeon/0/11.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/dungeon/0/11.dat diff --git a/2.5DHero/2.5DHero/maps/battle/dungeon/0/12.dat b/2.5DHero/2.5DHeroContent/maps/battle/dungeon/0/12.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/dungeon/0/12.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/dungeon/0/12.dat diff --git a/2.5DHero/2.5DHero/maps/battle/dungeon/0/13.dat b/2.5DHero/2.5DHeroContent/maps/battle/dungeon/0/13.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/dungeon/0/13.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/dungeon/0/13.dat diff --git a/2.5DHero/2.5DHero/maps/battle/dungeon/0/14.dat b/2.5DHero/2.5DHeroContent/maps/battle/dungeon/0/14.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/dungeon/0/14.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/dungeon/0/14.dat diff --git a/2.5DHero/2.5DHero/maps/battle/dungeon/0/2.dat b/2.5DHero/2.5DHeroContent/maps/battle/dungeon/0/2.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/dungeon/0/2.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/dungeon/0/2.dat diff --git a/2.5DHero/2.5DHero/maps/battle/dungeon/0/3.dat b/2.5DHero/2.5DHeroContent/maps/battle/dungeon/0/3.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/dungeon/0/3.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/dungeon/0/3.dat diff --git a/2.5DHero/2.5DHero/maps/battle/dungeon/0/4.dat b/2.5DHero/2.5DHeroContent/maps/battle/dungeon/0/4.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/dungeon/0/4.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/dungeon/0/4.dat diff --git a/2.5DHero/2.5DHero/maps/battle/dungeon/0/5.dat b/2.5DHero/2.5DHeroContent/maps/battle/dungeon/0/5.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/dungeon/0/5.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/dungeon/0/5.dat diff --git a/2.5DHero/2.5DHero/maps/battle/dungeon/0/6.dat b/2.5DHero/2.5DHeroContent/maps/battle/dungeon/0/6.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/dungeon/0/6.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/dungeon/0/6.dat diff --git a/2.5DHero/2.5DHero/maps/battle/dungeon/0/7.dat b/2.5DHero/2.5DHeroContent/maps/battle/dungeon/0/7.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/dungeon/0/7.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/dungeon/0/7.dat diff --git a/2.5DHero/2.5DHero/maps/battle/dungeon/0/8.dat b/2.5DHero/2.5DHeroContent/maps/battle/dungeon/0/8.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/dungeon/0/8.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/dungeon/0/8.dat diff --git a/2.5DHero/2.5DHero/maps/battle/dungeon/0/9.dat b/2.5DHero/2.5DHeroContent/maps/battle/dungeon/0/9.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/dungeon/0/9.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/dungeon/0/9.dat diff --git a/2.5DHero/2.5DHero/maps/battle/dungeon/1/0.dat b/2.5DHero/2.5DHeroContent/maps/battle/dungeon/1/0.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/dungeon/1/0.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/dungeon/1/0.dat diff --git a/2.5DHero/2.5DHero/maps/battle/dungeon/1/1.dat b/2.5DHero/2.5DHeroContent/maps/battle/dungeon/1/1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/dungeon/1/1.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/dungeon/1/1.dat diff --git a/2.5DHero/2.5DHero/maps/battle/dungeon/1/10.dat b/2.5DHero/2.5DHeroContent/maps/battle/dungeon/1/10.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/dungeon/1/10.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/dungeon/1/10.dat diff --git a/2.5DHero/2.5DHero/maps/battle/dungeon/1/11.dat b/2.5DHero/2.5DHeroContent/maps/battle/dungeon/1/11.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/dungeon/1/11.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/dungeon/1/11.dat diff --git a/2.5DHero/2.5DHero/maps/battle/dungeon/1/12.dat b/2.5DHero/2.5DHeroContent/maps/battle/dungeon/1/12.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/dungeon/1/12.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/dungeon/1/12.dat diff --git a/2.5DHero/2.5DHero/maps/battle/dungeon/1/13.dat b/2.5DHero/2.5DHeroContent/maps/battle/dungeon/1/13.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/dungeon/1/13.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/dungeon/1/13.dat diff --git a/2.5DHero/2.5DHero/maps/battle/dungeon/1/14.dat b/2.5DHero/2.5DHeroContent/maps/battle/dungeon/1/14.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/dungeon/1/14.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/dungeon/1/14.dat diff --git a/2.5DHero/2.5DHero/maps/battle/dungeon/1/15.dat b/2.5DHero/2.5DHeroContent/maps/battle/dungeon/1/15.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/dungeon/1/15.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/dungeon/1/15.dat diff --git a/2.5DHero/2.5DHero/maps/battle/dungeon/1/16.dat b/2.5DHero/2.5DHeroContent/maps/battle/dungeon/1/16.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/dungeon/1/16.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/dungeon/1/16.dat diff --git a/2.5DHero/2.5DHero/maps/battle/dungeon/1/17.dat b/2.5DHero/2.5DHeroContent/maps/battle/dungeon/1/17.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/dungeon/1/17.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/dungeon/1/17.dat diff --git a/2.5DHero/2.5DHero/maps/battle/dungeon/1/18.dat b/2.5DHero/2.5DHeroContent/maps/battle/dungeon/1/18.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/dungeon/1/18.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/dungeon/1/18.dat diff --git a/2.5DHero/2.5DHero/maps/battle/dungeon/1/19.dat b/2.5DHero/2.5DHeroContent/maps/battle/dungeon/1/19.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/dungeon/1/19.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/dungeon/1/19.dat diff --git a/2.5DHero/2.5DHero/maps/battle/dungeon/1/2.dat b/2.5DHero/2.5DHeroContent/maps/battle/dungeon/1/2.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/dungeon/1/2.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/dungeon/1/2.dat diff --git a/2.5DHero/2.5DHero/maps/battle/dungeon/1/20.dat b/2.5DHero/2.5DHeroContent/maps/battle/dungeon/1/20.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/dungeon/1/20.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/dungeon/1/20.dat diff --git a/2.5DHero/2.5DHero/maps/battle/dungeon/1/21.dat b/2.5DHero/2.5DHeroContent/maps/battle/dungeon/1/21.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/dungeon/1/21.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/dungeon/1/21.dat diff --git a/2.5DHero/2.5DHero/maps/battle/dungeon/1/22.dat b/2.5DHero/2.5DHeroContent/maps/battle/dungeon/1/22.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/dungeon/1/22.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/dungeon/1/22.dat diff --git a/2.5DHero/2.5DHero/maps/battle/dungeon/1/23.dat b/2.5DHero/2.5DHeroContent/maps/battle/dungeon/1/23.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/dungeon/1/23.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/dungeon/1/23.dat diff --git a/2.5DHero/2.5DHero/maps/battle/dungeon/1/24.dat b/2.5DHero/2.5DHeroContent/maps/battle/dungeon/1/24.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/dungeon/1/24.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/dungeon/1/24.dat diff --git a/2.5DHero/2.5DHero/maps/battle/dungeon/1/3.dat b/2.5DHero/2.5DHeroContent/maps/battle/dungeon/1/3.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/dungeon/1/3.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/dungeon/1/3.dat diff --git a/2.5DHero/2.5DHero/maps/battle/dungeon/1/4.dat b/2.5DHero/2.5DHeroContent/maps/battle/dungeon/1/4.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/dungeon/1/4.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/dungeon/1/4.dat diff --git a/2.5DHero/2.5DHero/maps/battle/dungeon/1/5.dat b/2.5DHero/2.5DHeroContent/maps/battle/dungeon/1/5.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/dungeon/1/5.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/dungeon/1/5.dat diff --git a/2.5DHero/2.5DHero/maps/battle/dungeon/1/6.dat b/2.5DHero/2.5DHeroContent/maps/battle/dungeon/1/6.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/dungeon/1/6.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/dungeon/1/6.dat diff --git a/2.5DHero/2.5DHero/maps/battle/dungeon/1/7.dat b/2.5DHero/2.5DHeroContent/maps/battle/dungeon/1/7.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/dungeon/1/7.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/dungeon/1/7.dat diff --git a/2.5DHero/2.5DHero/maps/battle/dungeon/1/8.dat b/2.5DHero/2.5DHeroContent/maps/battle/dungeon/1/8.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/dungeon/1/8.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/dungeon/1/8.dat diff --git a/2.5DHero/2.5DHero/maps/battle/dungeon/1/9.dat b/2.5DHero/2.5DHeroContent/maps/battle/dungeon/1/9.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/dungeon/1/9.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/dungeon/1/9.dat diff --git a/2.5DHero/2.5DHero/maps/battle/dungeon/2/0.dat b/2.5DHero/2.5DHeroContent/maps/battle/dungeon/2/0.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/dungeon/2/0.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/dungeon/2/0.dat diff --git a/2.5DHero/2.5DHero/maps/battle/dungeon/2/1.dat b/2.5DHero/2.5DHeroContent/maps/battle/dungeon/2/1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/dungeon/2/1.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/dungeon/2/1.dat diff --git a/2.5DHero/2.5DHero/maps/battle/dungeon/2/2.dat b/2.5DHero/2.5DHeroContent/maps/battle/dungeon/2/2.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/dungeon/2/2.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/dungeon/2/2.dat diff --git a/2.5DHero/2.5DHero/maps/battle/dungeon/2/3.dat b/2.5DHero/2.5DHeroContent/maps/battle/dungeon/2/3.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/dungeon/2/3.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/dungeon/2/3.dat diff --git a/2.5DHero/2.5DHero/maps/battle/dungeon/2/4.dat b/2.5DHero/2.5DHeroContent/maps/battle/dungeon/2/4.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/dungeon/2/4.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/dungeon/2/4.dat diff --git a/2.5DHero/2.5DHero/maps/battle/dungeon/2/5.dat b/2.5DHero/2.5DHeroContent/maps/battle/dungeon/2/5.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/dungeon/2/5.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/dungeon/2/5.dat diff --git a/2.5DHero/2.5DHero/maps/battle/dungeon/2/6.dat b/2.5DHero/2.5DHeroContent/maps/battle/dungeon/2/6.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/dungeon/2/6.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/dungeon/2/6.dat diff --git a/2.5DHero/2.5DHero/maps/battle/dungeon/2/7.dat b/2.5DHero/2.5DHeroContent/maps/battle/dungeon/2/7.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/dungeon/2/7.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/dungeon/2/7.dat diff --git a/2.5DHero/2.5DHero/maps/battle/dungeon/2/outside.dat b/2.5DHero/2.5DHeroContent/maps/battle/dungeon/2/outside.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/dungeon/2/outside.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/dungeon/2/outside.dat diff --git a/2.5DHero/2.5DHero/maps/battle/dungeon/checkpoint1.dat b/2.5DHero/2.5DHeroContent/maps/battle/dungeon/checkpoint1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/dungeon/checkpoint1.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/dungeon/checkpoint1.dat diff --git a/2.5DHero/2.5DHero/maps/battle/dungeon/chess.dat b/2.5DHero/2.5DHeroContent/maps/battle/dungeon/chess.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/dungeon/chess.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/dungeon/chess.dat diff --git a/2.5DHero/2.5DHero/maps/battle/dungeon/main.dat b/2.5DHero/2.5DHeroContent/maps/battle/dungeon/main.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/dungeon/main.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/dungeon/main.dat diff --git a/2.5DHero/2.5DHero/maps/battle/dungeon/mindend.dat b/2.5DHero/2.5DHeroContent/maps/battle/dungeon/mindend.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/dungeon/mindend.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/dungeon/mindend.dat diff --git a/2.5DHero/2.5DHero/maps/battle/dungeon/passage.dat b/2.5DHero/2.5DHeroContent/maps/battle/dungeon/passage.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/dungeon/passage.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/dungeon/passage.dat diff --git a/2.5DHero/2.5DHero/maps/battle/ecruteak/dance_theater.dat b/2.5DHero/2.5DHeroContent/maps/battle/ecruteak/dance_theater.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/ecruteak/dance_theater.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/ecruteak/dance_theater.dat diff --git a/2.5DHero/2.5DHero/maps/battle/ecruteak/tintower10f.dat b/2.5DHero/2.5DHeroContent/maps/battle/ecruteak/tintower10f.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/ecruteak/tintower10f.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/ecruteak/tintower10f.dat diff --git a/2.5DHero/2.5DHero/maps/battle/ecruteak/tintower1f.dat b/2.5DHero/2.5DHeroContent/maps/battle/ecruteak/tintower1f.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/ecruteak/tintower1f.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/ecruteak/tintower1f.dat diff --git a/2.5DHero/2.5DHero/maps/battle/ecruteak/tintower2f.dat b/2.5DHero/2.5DHeroContent/maps/battle/ecruteak/tintower2f.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/ecruteak/tintower2f.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/ecruteak/tintower2f.dat diff --git a/2.5DHero/2.5DHero/maps/battle/ecruteak/tintower3f.dat b/2.5DHero/2.5DHeroContent/maps/battle/ecruteak/tintower3f.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/ecruteak/tintower3f.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/ecruteak/tintower3f.dat diff --git a/2.5DHero/2.5DHero/maps/battle/ecruteak/tintower4f.dat b/2.5DHero/2.5DHeroContent/maps/battle/ecruteak/tintower4f.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/ecruteak/tintower4f.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/ecruteak/tintower4f.dat diff --git a/2.5DHero/2.5DHero/maps/battle/ecruteak/tintower5f.dat b/2.5DHero/2.5DHeroContent/maps/battle/ecruteak/tintower5f.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/ecruteak/tintower5f.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/ecruteak/tintower5f.dat diff --git a/2.5DHero/2.5DHero/maps/battle/ecruteak/tintower6f.dat b/2.5DHero/2.5DHeroContent/maps/battle/ecruteak/tintower6f.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/ecruteak/tintower6f.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/ecruteak/tintower6f.dat diff --git a/2.5DHero/2.5DHero/maps/battle/ecruteak/tintower7f.dat b/2.5DHero/2.5DHeroContent/maps/battle/ecruteak/tintower7f.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/ecruteak/tintower7f.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/ecruteak/tintower7f.dat diff --git a/2.5DHero/2.5DHero/maps/battle/ecruteak/tintower8f.dat b/2.5DHero/2.5DHeroContent/maps/battle/ecruteak/tintower8f.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/ecruteak/tintower8f.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/ecruteak/tintower8f.dat diff --git a/2.5DHero/2.5DHero/maps/battle/ecruteak/tintower9f.dat b/2.5DHero/2.5DHeroContent/maps/battle/ecruteak/tintower9f.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/ecruteak/tintower9f.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/ecruteak/tintower9f.dat diff --git a/2.5DHero/2.5DHero/maps/battle/faraway/interior.dat b/2.5DHero/2.5DHeroContent/maps/battle/faraway/interior.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/faraway/interior.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/faraway/interior.dat diff --git a/2.5DHero/2.5DHero/maps/battle/frontier/battlefactory/arena.dat b/2.5DHero/2.5DHeroContent/maps/battle/frontier/battlefactory/arena.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/frontier/battlefactory/arena.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/frontier/battlefactory/arena.dat diff --git a/2.5DHero/2.5DHero/maps/battle/frontier/battletower/arena.dat b/2.5DHero/2.5DHeroContent/maps/battle/frontier/battletower/arena.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/frontier/battletower/arena.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/frontier/battletower/arena.dat diff --git a/2.5DHero/2.5DHero/maps/battle/goldenrod/radiotower/1f.dat b/2.5DHero/2.5DHeroContent/maps/battle/goldenrod/radiotower/1f.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/goldenrod/radiotower/1f.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/goldenrod/radiotower/1f.dat diff --git a/2.5DHero/2.5DHero/maps/battle/goldenrod/radiotower/2f.dat b/2.5DHero/2.5DHeroContent/maps/battle/goldenrod/radiotower/2f.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/goldenrod/radiotower/2f.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/goldenrod/radiotower/2f.dat diff --git a/2.5DHero/2.5DHero/maps/battle/goldenrod/radiotower/3f.dat b/2.5DHero/2.5DHeroContent/maps/battle/goldenrod/radiotower/3f.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/goldenrod/radiotower/3f.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/goldenrod/radiotower/3f.dat diff --git a/2.5DHero/2.5DHero/maps/battle/goldenrod/radiotower/4f.dat b/2.5DHero/2.5DHeroContent/maps/battle/goldenrod/radiotower/4f.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/goldenrod/radiotower/4f.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/goldenrod/radiotower/4f.dat diff --git a/2.5DHero/2.5DHero/maps/battle/goldenrod/radiotower/5f.dat b/2.5DHero/2.5DHeroContent/maps/battle/goldenrod/radiotower/5f.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/goldenrod/radiotower/5f.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/goldenrod/radiotower/5f.dat diff --git a/2.5DHero/2.5DHero/maps/battle/goldenrod/underground0.dat b/2.5DHero/2.5DHeroContent/maps/battle/goldenrod/underground0.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/goldenrod/underground0.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/goldenrod/underground0.dat diff --git a/2.5DHero/2.5DHero/maps/battle/goldenrod/underground2.dat b/2.5DHero/2.5DHeroContent/maps/battle/goldenrod/underground2.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/goldenrod/underground2.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/goldenrod/underground2.dat diff --git a/2.5DHero/2.5DHero/maps/battle/goldenrod/underground3.dat b/2.5DHero/2.5DHeroContent/maps/battle/goldenrod/underground3.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/goldenrod/underground3.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/goldenrod/underground3.dat diff --git a/2.5DHero/2.5DHero/maps/battle/gyms/azalea_gym.dat b/2.5DHero/2.5DHeroContent/maps/battle/gyms/azalea_gym.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/gyms/azalea_gym.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/gyms/azalea_gym.dat diff --git a/2.5DHero/2.5DHero/maps/battle/gyms/blackthorn_gym_1.dat b/2.5DHero/2.5DHeroContent/maps/battle/gyms/blackthorn_gym_1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/gyms/blackthorn_gym_1.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/gyms/blackthorn_gym_1.dat diff --git a/2.5DHero/2.5DHero/maps/battle/gyms/blackthorn_gym_2.dat b/2.5DHero/2.5DHeroContent/maps/battle/gyms/blackthorn_gym_2.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/gyms/blackthorn_gym_2.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/gyms/blackthorn_gym_2.dat diff --git a/2.5DHero/2.5DHero/maps/battle/gyms/celadon_gym.dat b/2.5DHero/2.5DHeroContent/maps/battle/gyms/celadon_gym.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/gyms/celadon_gym.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/gyms/celadon_gym.dat diff --git a/2.5DHero/2.5DHero/maps/battle/gyms/cerulean_gym.dat b/2.5DHero/2.5DHeroContent/maps/battle/gyms/cerulean_gym.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/gyms/cerulean_gym.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/gyms/cerulean_gym.dat diff --git a/2.5DHero/2.5DHero/maps/battle/gyms/cianwood_gym.dat b/2.5DHero/2.5DHeroContent/maps/battle/gyms/cianwood_gym.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/gyms/cianwood_gym.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/gyms/cianwood_gym.dat diff --git a/2.5DHero/2.5DHero/maps/battle/gyms/cinnabar_gym.dat b/2.5DHero/2.5DHeroContent/maps/battle/gyms/cinnabar_gym.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/gyms/cinnabar_gym.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/gyms/cinnabar_gym.dat diff --git a/2.5DHero/2.5DHero/maps/battle/gyms/ecruteak_gym.dat b/2.5DHero/2.5DHeroContent/maps/battle/gyms/ecruteak_gym.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/gyms/ecruteak_gym.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/gyms/ecruteak_gym.dat diff --git a/2.5DHero/2.5DHero/maps/battle/gyms/fuchsia_gym.dat b/2.5DHero/2.5DHeroContent/maps/battle/gyms/fuchsia_gym.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/gyms/fuchsia_gym.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/gyms/fuchsia_gym.dat diff --git a/2.5DHero/2.5DHero/maps/battle/gyms/goldenrod_gym.dat b/2.5DHero/2.5DHeroContent/maps/battle/gyms/goldenrod_gym.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/gyms/goldenrod_gym.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/gyms/goldenrod_gym.dat diff --git a/2.5DHero/2.5DHero/maps/battle/gyms/mahogany_gym.dat b/2.5DHero/2.5DHeroContent/maps/battle/gyms/mahogany_gym.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/gyms/mahogany_gym.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/gyms/mahogany_gym.dat diff --git a/2.5DHero/2.5DHero/maps/battle/gyms/olivine_gym.dat b/2.5DHero/2.5DHeroContent/maps/battle/gyms/olivine_gym.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/gyms/olivine_gym.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/gyms/olivine_gym.dat diff --git a/2.5DHero/2.5DHero/maps/battle/gyms/pewter_gym.dat b/2.5DHero/2.5DHeroContent/maps/battle/gyms/pewter_gym.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/gyms/pewter_gym.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/gyms/pewter_gym.dat diff --git a/2.5DHero/2.5DHero/maps/battle/gyms/saffron_gym.dat b/2.5DHero/2.5DHeroContent/maps/battle/gyms/saffron_gym.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/gyms/saffron_gym.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/gyms/saffron_gym.dat diff --git a/2.5DHero/2.5DHero/maps/battle/gyms/vermilion_gym.dat b/2.5DHero/2.5DHeroContent/maps/battle/gyms/vermilion_gym.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/gyms/vermilion_gym.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/gyms/vermilion_gym.dat diff --git a/2.5DHero/2.5DHero/maps/battle/gyms/violet_gym.dat b/2.5DHero/2.5DHeroContent/maps/battle/gyms/violet_gym.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/gyms/violet_gym.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/gyms/violet_gym.dat diff --git a/2.5DHero/2.5DHero/maps/battle/gyms/viridian_gym.dat b/2.5DHero/2.5DHeroContent/maps/battle/gyms/viridian_gym.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/gyms/viridian_gym.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/gyms/viridian_gym.dat diff --git a/2.5DHero/2.5DHero/maps/battle/hiddengrotto/berryvista.dat b/2.5DHero/2.5DHeroContent/maps/battle/hiddengrotto/berryvista.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/hiddengrotto/berryvista.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/hiddengrotto/berryvista.dat diff --git a/2.5DHero/2.5DHero/maps/battle/hiddengrotto/ilexforest.dat b/2.5DHero/2.5DHeroContent/maps/battle/hiddengrotto/ilexforest.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/hiddengrotto/ilexforest.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/hiddengrotto/ilexforest.dat diff --git a/2.5DHero/2.5DHero/maps/battle/hiddengrotto/indigo.dat b/2.5DHero/2.5DHeroContent/maps/battle/hiddengrotto/indigo.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/hiddengrotto/indigo.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/hiddengrotto/indigo.dat diff --git a/2.5DHero/2.5DHero/maps/battle/hiddengrotto/lakeofrage.dat b/2.5DHero/2.5DHeroContent/maps/battle/hiddengrotto/lakeofrage.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/hiddengrotto/lakeofrage.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/hiddengrotto/lakeofrage.dat diff --git a/2.5DHero/2.5DHero/maps/battle/hiddengrotto/mahogany.dat b/2.5DHero/2.5DHeroContent/maps/battle/hiddengrotto/mahogany.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/hiddengrotto/mahogany.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/hiddengrotto/mahogany.dat diff --git a/2.5DHero/2.5DHero/maps/battle/hiddengrotto/nationalpark0.dat b/2.5DHero/2.5DHeroContent/maps/battle/hiddengrotto/nationalpark0.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/hiddengrotto/nationalpark0.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/hiddengrotto/nationalpark0.dat diff --git a/2.5DHero/2.5DHero/maps/battle/hiddengrotto/route26.dat b/2.5DHero/2.5DHeroContent/maps/battle/hiddengrotto/route26.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/hiddengrotto/route26.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/hiddengrotto/route26.dat diff --git a/2.5DHero/2.5DHero/maps/battle/hiddengrotto/route27.dat b/2.5DHero/2.5DHeroContent/maps/battle/hiddengrotto/route27.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/hiddengrotto/route27.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/hiddengrotto/route27.dat diff --git a/2.5DHero/2.5DHero/maps/battle/hiddengrotto/route31.dat b/2.5DHero/2.5DHeroContent/maps/battle/hiddengrotto/route31.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/hiddengrotto/route31.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/hiddengrotto/route31.dat diff --git a/2.5DHero/2.5DHero/maps/battle/hiddengrotto/route32.dat b/2.5DHero/2.5DHeroContent/maps/battle/hiddengrotto/route32.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/hiddengrotto/route32.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/hiddengrotto/route32.dat diff --git a/2.5DHero/2.5DHero/maps/battle/hiddengrotto/route34.dat b/2.5DHero/2.5DHeroContent/maps/battle/hiddengrotto/route34.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/hiddengrotto/route34.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/hiddengrotto/route34.dat diff --git a/2.5DHero/2.5DHero/maps/battle/hiddengrotto/route35.dat b/2.5DHero/2.5DHeroContent/maps/battle/hiddengrotto/route35.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/hiddengrotto/route35.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/hiddengrotto/route35.dat diff --git a/2.5DHero/2.5DHero/maps/battle/hiddengrotto/route39.dat b/2.5DHero/2.5DHeroContent/maps/battle/hiddengrotto/route39.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/hiddengrotto/route39.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/hiddengrotto/route39.dat diff --git a/2.5DHero/2.5DHero/maps/battle/hiddengrotto/route42.dat b/2.5DHero/2.5DHeroContent/maps/battle/hiddengrotto/route42.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/hiddengrotto/route42.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/hiddengrotto/route42.dat diff --git a/2.5DHero/2.5DHero/maps/battle/hiddengrotto/route43.dat b/2.5DHero/2.5DHeroContent/maps/battle/hiddengrotto/route43.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/hiddengrotto/route43.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/hiddengrotto/route43.dat diff --git a/2.5DHero/2.5DHero/maps/battle/hiddengrotto/route44.dat b/2.5DHero/2.5DHeroContent/maps/battle/hiddengrotto/route44.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/hiddengrotto/route44.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/hiddengrotto/route44.dat diff --git a/2.5DHero/2.5DHero/maps/battle/hiddengrotto/route46.dat b/2.5DHero/2.5DHeroContent/maps/battle/hiddengrotto/route46.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/hiddengrotto/route46.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/hiddengrotto/route46.dat diff --git a/2.5DHero/2.5DHero/maps/battle/hiddengrotto/route47.dat b/2.5DHero/2.5DHeroContent/maps/battle/hiddengrotto/route47.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/hiddengrotto/route47.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/hiddengrotto/route47.dat diff --git a/2.5DHero/2.5DHero/maps/battle/hiddengrotto/route48.dat b/2.5DHero/2.5DHeroContent/maps/battle/hiddengrotto/route48.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/hiddengrotto/route48.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/hiddengrotto/route48.dat diff --git a/2.5DHero/2.5DHero/maps/battle/hiddengrotto/twirl.dat b/2.5DHero/2.5DHeroContent/maps/battle/hiddengrotto/twirl.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/hiddengrotto/twirl.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/hiddengrotto/twirl.dat diff --git a/2.5DHero/2.5DHero/maps/battle/hiddengrotto/violet.dat b/2.5DHero/2.5DHeroContent/maps/battle/hiddengrotto/violet.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/hiddengrotto/violet.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/hiddengrotto/violet.dat diff --git a/2.5DHero/2.5DHero/maps/battle/icefall/basement.dat b/2.5DHero/2.5DHeroContent/maps/battle/icefall/basement.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/icefall/basement.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/icefall/basement.dat diff --git a/2.5DHero/2.5DHero/maps/battle/icefall/bay.dat b/2.5DHero/2.5DHeroContent/maps/battle/icefall/bay.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/icefall/bay.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/icefall/bay.dat diff --git a/2.5DHero/2.5DHero/maps/battle/icefall/ent.dat b/2.5DHero/2.5DHeroContent/maps/battle/icefall/ent.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/icefall/ent.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/icefall/ent.dat diff --git a/2.5DHero/2.5DHero/maps/battle/icefall/ground.dat b/2.5DHero/2.5DHeroContent/maps/battle/icefall/ground.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/icefall/ground.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/icefall/ground.dat diff --git a/2.5DHero/2.5DHero/maps/battle/icepath/1f.dat b/2.5DHero/2.5DHeroContent/maps/battle/icepath/1f.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/icepath/1f.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/icepath/1f.dat diff --git a/2.5DHero/2.5DHero/maps/battle/icepath/2f.dat b/2.5DHero/2.5DHeroContent/maps/battle/icepath/2f.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/icepath/2f.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/icepath/2f.dat diff --git a/2.5DHero/2.5DHero/maps/battle/icepath/3f.dat b/2.5DHero/2.5DHeroContent/maps/battle/icepath/3f.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/icepath/3f.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/icepath/3f.dat diff --git a/2.5DHero/2.5DHero/maps/battle/icepath/4f.dat b/2.5DHero/2.5DHeroContent/maps/battle/icepath/4f.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/icepath/4f.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/icepath/4f.dat diff --git a/2.5DHero/2.5DHero/maps/battle/ilexforest.dat b/2.5DHero/2.5DHeroContent/maps/battle/ilexforest.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/ilexforest.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/ilexforest.dat diff --git a/2.5DHero/2.5DHero/maps/battle/indigo/bruno.dat b/2.5DHero/2.5DHeroContent/maps/battle/indigo/bruno.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/indigo/bruno.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/indigo/bruno.dat diff --git a/2.5DHero/2.5DHero/maps/battle/indigo/karen.dat b/2.5DHero/2.5DHeroContent/maps/battle/indigo/karen.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/indigo/karen.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/indigo/karen.dat diff --git a/2.5DHero/2.5DHero/maps/battle/indigo/koga.dat b/2.5DHero/2.5DHeroContent/maps/battle/indigo/koga.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/indigo/koga.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/indigo/koga.dat diff --git a/2.5DHero/2.5DHero/maps/battle/indigo/lance.dat b/2.5DHero/2.5DHeroContent/maps/battle/indigo/lance.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/indigo/lance.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/indigo/lance.dat diff --git a/2.5DHero/2.5DHero/maps/battle/indigo/will.dat b/2.5DHero/2.5DHeroContent/maps/battle/indigo/will.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/indigo/will.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/indigo/will.dat diff --git a/2.5DHero/2.5DHero/maps/battle/kanto0.dat b/2.5DHero/2.5DHeroContent/maps/battle/kanto0.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/kanto0.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/kanto0.dat diff --git a/2.5DHero/2.5DHero/maps/battle/kin/bbridge.dat b/2.5DHero/2.5DHeroContent/maps/battle/kin/bbridge.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/kin/bbridge.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/kin/bbridge.dat diff --git a/2.5DHero/2.5DHero/maps/battle/kin/berry.dat b/2.5DHero/2.5DHeroContent/maps/battle/kin/berry.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/kin/berry.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/kin/berry.dat diff --git a/2.5DHero/2.5DHero/maps/battle/kin/town.dat b/2.5DHero/2.5DHeroContent/maps/battle/kin/town.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/kin/town.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/kin/town.dat diff --git a/2.5DHero/2.5DHero/maps/battle/knot/kindle.dat b/2.5DHero/2.5DHeroContent/maps/battle/knot/kindle.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/knot/kindle.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/knot/kindle.dat diff --git a/2.5DHero/2.5DHero/maps/battle/knot/treasure.dat b/2.5DHero/2.5DHeroContent/maps/battle/knot/treasure.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/knot/treasure.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/knot/treasure.dat diff --git a/2.5DHero/2.5DHero/maps/battle/kolben/devoffices.dat b/2.5DHero/2.5DHeroContent/maps/battle/kolben/devoffices.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/kolben/devoffices.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/kolben/devoffices.dat diff --git a/2.5DHero/2.5DHero/maps/battle/kolben/lounge.dat b/2.5DHero/2.5DHeroContent/maps/battle/kolben/lounge.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/kolben/lounge.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/kolben/lounge.dat diff --git a/2.5DHero/2.5DHero/maps/battle/kolben/servers.dat b/2.5DHero/2.5DHeroContent/maps/battle/kolben/servers.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/kolben/servers.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/kolben/servers.dat diff --git a/2.5DHero/2.5DHero/maps/battle/lighthouse/lighthouse0.dat b/2.5DHero/2.5DHeroContent/maps/battle/lighthouse/lighthouse0.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/lighthouse/lighthouse0.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/lighthouse/lighthouse0.dat diff --git a/2.5DHero/2.5DHero/maps/battle/lostcave/1.dat b/2.5DHero/2.5DHeroContent/maps/battle/lostcave/1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/lostcave/1.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/lostcave/1.dat diff --git a/2.5DHero/2.5DHero/maps/battle/lostcave/2.dat b/2.5DHero/2.5DHeroContent/maps/battle/lostcave/2.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/lostcave/2.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/lostcave/2.dat diff --git a/2.5DHero/2.5DHero/maps/battle/lostcave/3.dat b/2.5DHero/2.5DHeroContent/maps/battle/lostcave/3.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/lostcave/3.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/lostcave/3.dat diff --git a/2.5DHero/2.5DHero/maps/battle/lostcave/4.dat b/2.5DHero/2.5DHeroContent/maps/battle/lostcave/4.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/lostcave/4.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/lostcave/4.dat diff --git a/2.5DHero/2.5DHero/maps/battle/lostcave/5.dat b/2.5DHero/2.5DHeroContent/maps/battle/lostcave/5.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/lostcave/5.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/lostcave/5.dat diff --git a/2.5DHero/2.5DHero/maps/battle/lostcave/6.dat b/2.5DHero/2.5DHeroContent/maps/battle/lostcave/6.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/lostcave/6.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/lostcave/6.dat diff --git a/2.5DHero/2.5DHero/maps/battle/lostcave/7.dat b/2.5DHero/2.5DHeroContent/maps/battle/lostcave/7.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/lostcave/7.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/lostcave/7.dat diff --git a/2.5DHero/2.5DHero/maps/battle/lostcave/8.dat b/2.5DHero/2.5DHeroContent/maps/battle/lostcave/8.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/lostcave/8.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/lostcave/8.dat diff --git a/2.5DHero/2.5DHero/maps/battle/lostcave/ent.dat b/2.5DHero/2.5DHeroContent/maps/battle/lostcave/ent.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/lostcave/ent.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/lostcave/ent.dat diff --git a/2.5DHero/2.5DHero/maps/battle/lostcave/extra1.dat b/2.5DHero/2.5DHeroContent/maps/battle/lostcave/extra1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/lostcave/extra1.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/lostcave/extra1.dat diff --git a/2.5DHero/2.5DHero/maps/battle/lostcave/extra2.dat b/2.5DHero/2.5DHeroContent/maps/battle/lostcave/extra2.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/lostcave/extra2.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/lostcave/extra2.dat diff --git a/2.5DHero/2.5DHero/maps/battle/lostcave/extra3.dat b/2.5DHero/2.5DHeroContent/maps/battle/lostcave/extra3.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/lostcave/extra3.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/lostcave/extra3.dat diff --git a/2.5DHero/2.5DHero/maps/battle/lostcave/extra4.dat b/2.5DHero/2.5DHeroContent/maps/battle/lostcave/extra4.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/lostcave/extra4.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/lostcave/extra4.dat diff --git a/2.5DHero/2.5DHero/maps/battle/lostcave/ladder.dat b/2.5DHero/2.5DHeroContent/maps/battle/lostcave/ladder.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/lostcave/ladder.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/lostcave/ladder.dat diff --git a/2.5DHero/2.5DHero/maps/battle/lostcave/selphy.dat b/2.5DHero/2.5DHeroContent/maps/battle/lostcave/selphy.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/lostcave/selphy.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/lostcave/selphy.dat diff --git a/2.5DHero/2.5DHero/maps/battle/mtember/braille1.dat b/2.5DHero/2.5DHeroContent/maps/battle/mtember/braille1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/mtember/braille1.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/mtember/braille1.dat diff --git a/2.5DHero/2.5DHero/maps/battle/mtember/braille2.dat b/2.5DHero/2.5DHeroContent/maps/battle/mtember/braille2.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/mtember/braille2.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/mtember/braille2.dat diff --git a/2.5DHero/2.5DHero/maps/battle/mtember/exterior.dat b/2.5DHero/2.5DHeroContent/maps/battle/mtember/exterior.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/mtember/exterior.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/mtember/exterior.dat diff --git a/2.5DHero/2.5DHero/maps/battle/mtember/peak.dat b/2.5DHero/2.5DHeroContent/maps/battle/mtember/peak.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/mtember/peak.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/mtember/peak.dat diff --git a/2.5DHero/2.5DHero/maps/battle/mtember/peakp1.dat b/2.5DHero/2.5DHeroContent/maps/battle/mtember/peakp1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/mtember/peakp1.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/mtember/peakp1.dat diff --git a/2.5DHero/2.5DHero/maps/battle/mtember/peakp2.dat b/2.5DHero/2.5DHeroContent/maps/battle/mtember/peakp2.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/mtember/peakp2.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/mtember/peakp2.dat diff --git a/2.5DHero/2.5DHero/maps/battle/mtember/peakp3.dat b/2.5DHero/2.5DHeroContent/maps/battle/mtember/peakp3.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/mtember/peakp3.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/mtember/peakp3.dat diff --git a/2.5DHero/2.5DHero/maps/battle/mtember/secretpath1.dat b/2.5DHero/2.5DHeroContent/maps/battle/mtember/secretpath1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/mtember/secretpath1.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/mtember/secretpath1.dat diff --git a/2.5DHero/2.5DHero/maps/battle/mtember/secretpath2.dat b/2.5DHero/2.5DHeroContent/maps/battle/mtember/secretpath2.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/mtember/secretpath2.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/mtember/secretpath2.dat diff --git a/2.5DHero/2.5DHero/maps/battle/mtember/secretpath3.dat b/2.5DHero/2.5DHeroContent/maps/battle/mtember/secretpath3.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/mtember/secretpath3.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/mtember/secretpath3.dat diff --git a/2.5DHero/2.5DHero/maps/battle/mtember/secretpath4.dat b/2.5DHero/2.5DHeroContent/maps/battle/mtember/secretpath4.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/mtember/secretpath4.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/mtember/secretpath4.dat diff --git a/2.5DHero/2.5DHero/maps/battle/mtember/secretpath5.dat b/2.5DHero/2.5DHeroContent/maps/battle/mtember/secretpath5.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/mtember/secretpath5.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/mtember/secretpath5.dat diff --git a/2.5DHero/2.5DHero/maps/battle/mtember/secretpath6.dat b/2.5DHero/2.5DHeroContent/maps/battle/mtember/secretpath6.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/mtember/secretpath6.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/mtember/secretpath6.dat diff --git a/2.5DHero/2.5DHero/maps/battle/mtmoon/main.dat b/2.5DHero/2.5DHeroContent/maps/battle/mtmoon/main.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/mtmoon/main.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/mtmoon/main.dat diff --git a/2.5DHero/2.5DHero/maps/battle/mtmoon/north.dat b/2.5DHero/2.5DHeroContent/maps/battle/mtmoon/north.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/mtmoon/north.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/mtmoon/north.dat diff --git a/2.5DHero/2.5DHero/maps/battle/mtmoon/south.dat b/2.5DHero/2.5DHeroContent/maps/battle/mtmoon/south.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/mtmoon/south.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/mtmoon/south.dat diff --git a/2.5DHero/2.5DHero/maps/battle/mtmortar/mtmortarbf1.dat b/2.5DHero/2.5DHeroContent/maps/battle/mtmortar/mtmortarbf1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/mtmortar/mtmortarbf1.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/mtmortar/mtmortarbf1.dat diff --git a/2.5DHero/2.5DHero/maps/battle/mtmortar/mtmortarf1.dat b/2.5DHero/2.5DHeroContent/maps/battle/mtmortar/mtmortarf1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/mtmortar/mtmortarf1.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/mtmortar/mtmortarf1.dat diff --git a/2.5DHero/2.5DHero/maps/battle/mtmortar/mtmortarf2.dat b/2.5DHero/2.5DHeroContent/maps/battle/mtmortar/mtmortarf2.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/mtmortar/mtmortarf2.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/mtmortar/mtmortarf2.dat diff --git a/2.5DHero/2.5DHero/maps/battle/mtmortar/mtmortarmain.dat b/2.5DHero/2.5DHeroContent/maps/battle/mtmortar/mtmortarmain.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/mtmortar/mtmortarmain.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/mtmortar/mtmortarmain.dat diff --git a/2.5DHero/2.5DHero/maps/battle/nationalpark/contest.dat b/2.5DHero/2.5DHeroContent/maps/battle/nationalpark/contest.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/nationalpark/contest.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/nationalpark/contest.dat diff --git a/2.5DHero/2.5DHero/maps/battle/nationalpark/nationalpark0.dat b/2.5DHero/2.5DHeroContent/maps/battle/nationalpark/nationalpark0.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/nationalpark/nationalpark0.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/nationalpark/nationalpark0.dat diff --git a/2.5DHero/2.5DHero/maps/battle/pvp.dat b/2.5DHero/2.5DHeroContent/maps/battle/pvp.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/pvp.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/pvp.dat diff --git a/2.5DHero/2.5DHero/maps/battle/rocketbase/rocketbase1.dat b/2.5DHero/2.5DHeroContent/maps/battle/rocketbase/rocketbase1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/rocketbase/rocketbase1.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/rocketbase/rocketbase1.dat diff --git a/2.5DHero/2.5DHero/maps/battle/rocketbase/rocketbase2.dat b/2.5DHero/2.5DHeroContent/maps/battle/rocketbase/rocketbase2.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/rocketbase/rocketbase2.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/rocketbase/rocketbase2.dat diff --git a/2.5DHero/2.5DHero/maps/battle/rocketbase/rocketbase3.dat b/2.5DHero/2.5DHeroContent/maps/battle/rocketbase/rocketbase3.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/rocketbase/rocketbase3.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/rocketbase/rocketbase3.dat diff --git a/2.5DHero/2.5DHero/maps/battle/rocktunnel/bf1.dat b/2.5DHero/2.5DHeroContent/maps/battle/rocktunnel/bf1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/rocktunnel/bf1.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/rocktunnel/bf1.dat diff --git a/2.5DHero/2.5DHero/maps/battle/rocktunnel/bf2.dat b/2.5DHero/2.5DHeroContent/maps/battle/rocktunnel/bf2.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/rocktunnel/bf2.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/rocktunnel/bf2.dat diff --git a/2.5DHero/2.5DHero/maps/battle/route29.dat b/2.5DHero/2.5DHeroContent/maps/battle/route29.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/route29.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/route29.dat diff --git a/2.5DHero/2.5DHero/maps/battle/route32.dat b/2.5DHero/2.5DHeroContent/maps/battle/route32.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/route32.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/route32.dat diff --git a/2.5DHero/2.5DHero/maps/battle/route33.dat b/2.5DHero/2.5DHeroContent/maps/battle/route33.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/route33.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/route33.dat diff --git a/2.5DHero/2.5DHero/maps/battle/routes/route10.dat b/2.5DHero/2.5DHeroContent/maps/battle/routes/route10.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/routes/route10.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/routes/route10.dat diff --git a/2.5DHero/2.5DHero/maps/battle/routes/route17.dat b/2.5DHero/2.5DHeroContent/maps/battle/routes/route17.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/routes/route17.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/routes/route17.dat diff --git a/2.5DHero/2.5DHero/maps/battle/routes/route26.dat b/2.5DHero/2.5DHeroContent/maps/battle/routes/route26.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/routes/route26.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/routes/route26.dat diff --git a/2.5DHero/2.5DHero/maps/battle/routes/route27.dat b/2.5DHero/2.5DHeroContent/maps/battle/routes/route27.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/routes/route27.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/routes/route27.dat diff --git a/2.5DHero/2.5DHero/maps/battle/routes/route34.dat b/2.5DHero/2.5DHeroContent/maps/battle/routes/route34.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/routes/route34.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/routes/route34.dat diff --git a/2.5DHero/2.5DHero/maps/battle/routes/route40.dat b/2.5DHero/2.5DHeroContent/maps/battle/routes/route40.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/routes/route40.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/routes/route40.dat diff --git a/2.5DHero/2.5DHero/maps/battle/routes/route44.dat b/2.5DHero/2.5DHeroContent/maps/battle/routes/route44.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/routes/route44.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/routes/route44.dat diff --git a/2.5DHero/2.5DHero/maps/battle/routes/route45.dat b/2.5DHero/2.5DHeroContent/maps/battle/routes/route45.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/routes/route45.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/routes/route45.dat diff --git a/2.5DHero/2.5DHero/maps/battle/routes/route46.dat b/2.5DHero/2.5DHeroContent/maps/battle/routes/route46.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/routes/route46.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/routes/route46.dat diff --git a/2.5DHero/2.5DHero/maps/battle/routes/route47/1.dat b/2.5DHero/2.5DHeroContent/maps/battle/routes/route47/1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/routes/route47/1.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/routes/route47/1.dat diff --git a/2.5DHero/2.5DHero/maps/battle/routes/route47/2.dat b/2.5DHero/2.5DHeroContent/maps/battle/routes/route47/2.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/routes/route47/2.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/routes/route47/2.dat diff --git a/2.5DHero/2.5DHero/maps/battle/routes/route47/3.dat b/2.5DHero/2.5DHeroContent/maps/battle/routes/route47/3.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/routes/route47/3.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/routes/route47/3.dat diff --git a/2.5DHero/2.5DHero/maps/battle/routes/route47/c1.dat b/2.5DHero/2.5DHeroContent/maps/battle/routes/route47/c1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/routes/route47/c1.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/routes/route47/c1.dat diff --git a/2.5DHero/2.5DHero/maps/battle/routes/route47/c2.dat b/2.5DHero/2.5DHeroContent/maps/battle/routes/route47/c2.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/routes/route47/c2.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/routes/route47/c2.dat diff --git a/2.5DHero/2.5DHero/maps/battle/routes/route47/cb.dat b/2.5DHero/2.5DHeroContent/maps/battle/routes/route47/cb.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/routes/route47/cb.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/routes/route47/cb.dat diff --git a/2.5DHero/2.5DHero/maps/battle/routes/route48.dat b/2.5DHero/2.5DHeroContent/maps/battle/routes/route48.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/routes/route48.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/routes/route48.dat diff --git a/2.5DHero/2.5DHero/maps/battle/routes/route9.dat b/2.5DHero/2.5DHeroContent/maps/battle/routes/route9.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/routes/route9.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/routes/route9.dat diff --git a/2.5DHero/2.5DHero/maps/battle/safarizone/areas/0.dat b/2.5DHero/2.5DHeroContent/maps/battle/safarizone/areas/0.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/safarizone/areas/0.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/safarizone/areas/0.dat diff --git a/2.5DHero/2.5DHero/maps/battle/safarizone/areas/1.dat b/2.5DHero/2.5DHeroContent/maps/battle/safarizone/areas/1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/safarizone/areas/1.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/safarizone/areas/1.dat diff --git a/2.5DHero/2.5DHero/maps/battle/safarizone/areas/10.dat b/2.5DHero/2.5DHeroContent/maps/battle/safarizone/areas/10.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/safarizone/areas/10.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/safarizone/areas/10.dat diff --git a/2.5DHero/2.5DHero/maps/battle/safarizone/areas/11.dat b/2.5DHero/2.5DHeroContent/maps/battle/safarizone/areas/11.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/safarizone/areas/11.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/safarizone/areas/11.dat diff --git a/2.5DHero/2.5DHero/maps/battle/safarizone/areas/12.dat b/2.5DHero/2.5DHeroContent/maps/battle/safarizone/areas/12.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/safarizone/areas/12.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/safarizone/areas/12.dat diff --git a/2.5DHero/2.5DHero/maps/battle/safarizone/areas/13.dat b/2.5DHero/2.5DHeroContent/maps/battle/safarizone/areas/13.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/safarizone/areas/13.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/safarizone/areas/13.dat diff --git a/2.5DHero/2.5DHero/maps/battle/safarizone/areas/14.dat b/2.5DHero/2.5DHeroContent/maps/battle/safarizone/areas/14.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/safarizone/areas/14.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/safarizone/areas/14.dat diff --git a/2.5DHero/2.5DHero/maps/battle/safarizone/areas/15.dat b/2.5DHero/2.5DHeroContent/maps/battle/safarizone/areas/15.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/safarizone/areas/15.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/safarizone/areas/15.dat diff --git a/2.5DHero/2.5DHero/maps/battle/safarizone/areas/16.dat b/2.5DHero/2.5DHeroContent/maps/battle/safarizone/areas/16.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/safarizone/areas/16.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/safarizone/areas/16.dat diff --git a/2.5DHero/2.5DHero/maps/battle/safarizone/areas/17.dat b/2.5DHero/2.5DHeroContent/maps/battle/safarizone/areas/17.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/safarizone/areas/17.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/safarizone/areas/17.dat diff --git a/2.5DHero/2.5DHero/maps/battle/safarizone/areas/18.dat b/2.5DHero/2.5DHeroContent/maps/battle/safarizone/areas/18.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/safarizone/areas/18.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/safarizone/areas/18.dat diff --git a/2.5DHero/2.5DHero/maps/battle/safarizone/areas/19.dat b/2.5DHero/2.5DHeroContent/maps/battle/safarizone/areas/19.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/safarizone/areas/19.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/safarizone/areas/19.dat diff --git a/2.5DHero/2.5DHero/maps/battle/safarizone/areas/2.dat b/2.5DHero/2.5DHeroContent/maps/battle/safarizone/areas/2.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/safarizone/areas/2.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/safarizone/areas/2.dat diff --git a/2.5DHero/2.5DHero/maps/battle/safarizone/areas/3.dat b/2.5DHero/2.5DHeroContent/maps/battle/safarizone/areas/3.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/safarizone/areas/3.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/safarizone/areas/3.dat diff --git a/2.5DHero/2.5DHero/maps/battle/safarizone/areas/4.dat b/2.5DHero/2.5DHeroContent/maps/battle/safarizone/areas/4.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/safarizone/areas/4.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/safarizone/areas/4.dat diff --git a/2.5DHero/2.5DHero/maps/battle/safarizone/areas/5.dat b/2.5DHero/2.5DHeroContent/maps/battle/safarizone/areas/5.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/safarizone/areas/5.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/safarizone/areas/5.dat diff --git a/2.5DHero/2.5DHero/maps/battle/safarizone/areas/6.dat b/2.5DHero/2.5DHeroContent/maps/battle/safarizone/areas/6.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/safarizone/areas/6.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/safarizone/areas/6.dat diff --git a/2.5DHero/2.5DHero/maps/battle/safarizone/areas/7.dat b/2.5DHero/2.5DHeroContent/maps/battle/safarizone/areas/7.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/safarizone/areas/7.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/safarizone/areas/7.dat diff --git a/2.5DHero/2.5DHero/maps/battle/safarizone/areas/8.dat b/2.5DHero/2.5DHeroContent/maps/battle/safarizone/areas/8.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/safarizone/areas/8.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/safarizone/areas/8.dat diff --git a/2.5DHero/2.5DHero/maps/battle/safarizone/areas/9.dat b/2.5DHero/2.5DHeroContent/maps/battle/safarizone/areas/9.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/safarizone/areas/9.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/safarizone/areas/9.dat diff --git a/2.5DHero/2.5DHero/maps/battle/saffron/underground0.dat b/2.5DHero/2.5DHeroContent/maps/battle/saffron/underground0.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/saffron/underground0.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/saffron/underground0.dat diff --git a/2.5DHero/2.5DHero/maps/battle/seafoam/bf1.dat b/2.5DHero/2.5DHeroContent/maps/battle/seafoam/bf1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/seafoam/bf1.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/seafoam/bf1.dat diff --git a/2.5DHero/2.5DHero/maps/battle/seafoam/bf2.dat b/2.5DHero/2.5DHeroContent/maps/battle/seafoam/bf2.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/seafoam/bf2.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/seafoam/bf2.dat diff --git a/2.5DHero/2.5DHero/maps/battle/seafoam/bf3.dat b/2.5DHero/2.5DHeroContent/maps/battle/seafoam/bf3.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/seafoam/bf3.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/seafoam/bf3.dat diff --git a/2.5DHero/2.5DHero/maps/battle/seafoam/bf4.dat b/2.5DHero/2.5DHeroContent/maps/battle/seafoam/bf4.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/seafoam/bf4.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/seafoam/bf4.dat diff --git a/2.5DHero/2.5DHero/maps/battle/slowpokewell/slowpokewell1f.dat b/2.5DHero/2.5DHeroContent/maps/battle/slowpokewell/slowpokewell1f.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/slowpokewell/slowpokewell1f.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/slowpokewell/slowpokewell1f.dat diff --git a/2.5DHero/2.5DHero/maps/battle/slowpokewell/slowpokewellb1f.dat b/2.5DHero/2.5DHeroContent/maps/battle/slowpokewell/slowpokewellb1f.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/slowpokewell/slowpokewellb1f.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/slowpokewell/slowpokewellb1f.dat diff --git a/2.5DHero/2.5DHero/maps/battle/ssaqua/firsttrip/bf1.dat b/2.5DHero/2.5DHeroContent/maps/battle/ssaqua/firsttrip/bf1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/ssaqua/firsttrip/bf1.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/ssaqua/firsttrip/bf1.dat diff --git a/2.5DHero/2.5DHero/maps/battle/ssaqua/firsttrip/cabins/2.dat b/2.5DHero/2.5DHeroContent/maps/battle/ssaqua/firsttrip/cabins/2.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/ssaqua/firsttrip/cabins/2.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/ssaqua/firsttrip/cabins/2.dat diff --git a/2.5DHero/2.5DHero/maps/battle/ssaqua/firsttrip/cabins/3.dat b/2.5DHero/2.5DHeroContent/maps/battle/ssaqua/firsttrip/cabins/3.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/ssaqua/firsttrip/cabins/3.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/ssaqua/firsttrip/cabins/3.dat diff --git a/2.5DHero/2.5DHero/maps/battle/ssaqua/firsttrip/cabins/4.dat b/2.5DHero/2.5DHeroContent/maps/battle/ssaqua/firsttrip/cabins/4.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/ssaqua/firsttrip/cabins/4.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/ssaqua/firsttrip/cabins/4.dat diff --git a/2.5DHero/2.5DHero/maps/battle/ssaqua/firsttrip/cabins/5.dat b/2.5DHero/2.5DHeroContent/maps/battle/ssaqua/firsttrip/cabins/5.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/ssaqua/firsttrip/cabins/5.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/ssaqua/firsttrip/cabins/5.dat diff --git a/2.5DHero/2.5DHero/maps/battle/ssaqua/firsttrip/cabins/6.dat b/2.5DHero/2.5DHeroContent/maps/battle/ssaqua/firsttrip/cabins/6.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/ssaqua/firsttrip/cabins/6.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/ssaqua/firsttrip/cabins/6.dat diff --git a/2.5DHero/2.5DHero/maps/battle/ssaqua/firsttrip/cabins/7.dat b/2.5DHero/2.5DHeroContent/maps/battle/ssaqua/firsttrip/cabins/7.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/ssaqua/firsttrip/cabins/7.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/ssaqua/firsttrip/cabins/7.dat diff --git a/2.5DHero/2.5DHero/maps/battle/ssaqua/olivine/bf1.dat b/2.5DHero/2.5DHeroContent/maps/battle/ssaqua/olivine/bf1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/ssaqua/olivine/bf1.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/ssaqua/olivine/bf1.dat diff --git a/2.5DHero/2.5DHero/maps/battle/ssaqua/olivine/cabins/2.dat b/2.5DHero/2.5DHeroContent/maps/battle/ssaqua/olivine/cabins/2.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/ssaqua/olivine/cabins/2.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/ssaqua/olivine/cabins/2.dat diff --git a/2.5DHero/2.5DHero/maps/battle/ssaqua/olivine/cabins/3.dat b/2.5DHero/2.5DHeroContent/maps/battle/ssaqua/olivine/cabins/3.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/ssaqua/olivine/cabins/3.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/ssaqua/olivine/cabins/3.dat diff --git a/2.5DHero/2.5DHero/maps/battle/ssaqua/olivine/cabins/4.dat b/2.5DHero/2.5DHeroContent/maps/battle/ssaqua/olivine/cabins/4.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/ssaqua/olivine/cabins/4.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/ssaqua/olivine/cabins/4.dat diff --git a/2.5DHero/2.5DHero/maps/battle/ssaqua/olivine/cabins/5.dat b/2.5DHero/2.5DHeroContent/maps/battle/ssaqua/olivine/cabins/5.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/ssaqua/olivine/cabins/5.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/ssaqua/olivine/cabins/5.dat diff --git a/2.5DHero/2.5DHero/maps/battle/ssaqua/olivine/cabins/6.dat b/2.5DHero/2.5DHeroContent/maps/battle/ssaqua/olivine/cabins/6.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/ssaqua/olivine/cabins/6.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/ssaqua/olivine/cabins/6.dat diff --git a/2.5DHero/2.5DHero/maps/battle/ssaqua/olivine/cabins/7.dat b/2.5DHero/2.5DHeroContent/maps/battle/ssaqua/olivine/cabins/7.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/ssaqua/olivine/cabins/7.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/ssaqua/olivine/cabins/7.dat diff --git a/2.5DHero/2.5DHero/maps/battle/ssaqua/olivine/cabins/8.dat b/2.5DHero/2.5DHeroContent/maps/battle/ssaqua/olivine/cabins/8.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/ssaqua/olivine/cabins/8.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/ssaqua/olivine/cabins/8.dat diff --git a/2.5DHero/2.5DHero/maps/battle/ssaqua/vermilion/bf1.dat b/2.5DHero/2.5DHeroContent/maps/battle/ssaqua/vermilion/bf1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/ssaqua/vermilion/bf1.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/ssaqua/vermilion/bf1.dat diff --git a/2.5DHero/2.5DHero/maps/battle/ssaqua/vermilion/cabins/2.dat b/2.5DHero/2.5DHeroContent/maps/battle/ssaqua/vermilion/cabins/2.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/ssaqua/vermilion/cabins/2.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/ssaqua/vermilion/cabins/2.dat diff --git a/2.5DHero/2.5DHero/maps/battle/ssaqua/vermilion/cabins/3.dat b/2.5DHero/2.5DHeroContent/maps/battle/ssaqua/vermilion/cabins/3.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/ssaqua/vermilion/cabins/3.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/ssaqua/vermilion/cabins/3.dat diff --git a/2.5DHero/2.5DHero/maps/battle/ssaqua/vermilion/cabins/4.dat b/2.5DHero/2.5DHeroContent/maps/battle/ssaqua/vermilion/cabins/4.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/ssaqua/vermilion/cabins/4.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/ssaqua/vermilion/cabins/4.dat diff --git a/2.5DHero/2.5DHero/maps/battle/ssaqua/vermilion/cabins/5.dat b/2.5DHero/2.5DHeroContent/maps/battle/ssaqua/vermilion/cabins/5.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/ssaqua/vermilion/cabins/5.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/ssaqua/vermilion/cabins/5.dat diff --git a/2.5DHero/2.5DHero/maps/battle/ssaqua/vermilion/cabins/6.dat b/2.5DHero/2.5DHeroContent/maps/battle/ssaqua/vermilion/cabins/6.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/ssaqua/vermilion/cabins/6.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/ssaqua/vermilion/cabins/6.dat diff --git a/2.5DHero/2.5DHero/maps/battle/ssaqua/vermilion/cabins/7.dat b/2.5DHero/2.5DHeroContent/maps/battle/ssaqua/vermilion/cabins/7.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/ssaqua/vermilion/cabins/7.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/ssaqua/vermilion/cabins/7.dat diff --git a/2.5DHero/2.5DHero/maps/battle/tohjofalls.dat b/2.5DHero/2.5DHeroContent/maps/battle/tohjofalls.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/tohjofalls.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/tohjofalls.dat diff --git a/2.5DHero/2.5DHero/maps/battle/twirl forest/0/0.dat b/2.5DHero/2.5DHeroContent/maps/battle/twirl forest/0/0.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/twirl forest/0/0.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/twirl forest/0/0.dat diff --git a/2.5DHero/2.5DHero/maps/battle/twirl forest/0/1.dat b/2.5DHero/2.5DHeroContent/maps/battle/twirl forest/0/1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/twirl forest/0/1.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/twirl forest/0/1.dat diff --git a/2.5DHero/2.5DHero/maps/battle/twirl forest/0/10.dat b/2.5DHero/2.5DHeroContent/maps/battle/twirl forest/0/10.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/twirl forest/0/10.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/twirl forest/0/10.dat diff --git a/2.5DHero/2.5DHero/maps/battle/twirl forest/0/11.dat b/2.5DHero/2.5DHeroContent/maps/battle/twirl forest/0/11.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/twirl forest/0/11.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/twirl forest/0/11.dat diff --git a/2.5DHero/2.5DHero/maps/battle/twirl forest/0/15.dat b/2.5DHero/2.5DHeroContent/maps/battle/twirl forest/0/15.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/twirl forest/0/15.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/twirl forest/0/15.dat diff --git a/2.5DHero/2.5DHero/maps/battle/twirl forest/0/2.dat b/2.5DHero/2.5DHeroContent/maps/battle/twirl forest/0/2.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/twirl forest/0/2.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/twirl forest/0/2.dat diff --git a/2.5DHero/2.5DHero/maps/battle/twirl forest/0/3.dat b/2.5DHero/2.5DHeroContent/maps/battle/twirl forest/0/3.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/twirl forest/0/3.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/twirl forest/0/3.dat diff --git a/2.5DHero/2.5DHero/maps/battle/twirl forest/0/4.dat b/2.5DHero/2.5DHeroContent/maps/battle/twirl forest/0/4.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/twirl forest/0/4.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/twirl forest/0/4.dat diff --git a/2.5DHero/2.5DHero/maps/battle/twirl forest/0/5.dat b/2.5DHero/2.5DHeroContent/maps/battle/twirl forest/0/5.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/twirl forest/0/5.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/twirl forest/0/5.dat diff --git a/2.5DHero/2.5DHero/maps/battle/twirl forest/0/9.dat b/2.5DHero/2.5DHeroContent/maps/battle/twirl forest/0/9.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/twirl forest/0/9.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/twirl forest/0/9.dat diff --git a/2.5DHero/2.5DHero/maps/battle/underwatercave/main.dat b/2.5DHero/2.5DHeroContent/maps/battle/underwatercave/main.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/underwatercave/main.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/underwatercave/main.dat diff --git a/2.5DHero/2.5DHero/maps/battle/underwatercave/manaphy.dat b/2.5DHero/2.5DHeroContent/maps/battle/underwatercave/manaphy.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/underwatercave/manaphy.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/underwatercave/manaphy.dat diff --git a/2.5DHero/2.5DHero/maps/battle/underwatercave/surface.dat b/2.5DHero/2.5DHeroContent/maps/battle/underwatercave/surface.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/underwatercave/surface.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/underwatercave/surface.dat diff --git a/2.5DHero/2.5DHero/maps/battle/underwatercave/underwater.dat b/2.5DHero/2.5DHeroContent/maps/battle/underwatercave/underwater.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/underwatercave/underwater.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/underwatercave/underwater.dat diff --git a/2.5DHero/2.5DHero/maps/battle/underwatercave/volcano.dat b/2.5DHero/2.5DHeroContent/maps/battle/underwatercave/volcano.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/underwatercave/volcano.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/underwatercave/volcano.dat diff --git a/2.5DHero/2.5DHero/maps/battle/unioncave/unioncavebf1.dat b/2.5DHero/2.5DHeroContent/maps/battle/unioncave/unioncavebf1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/unioncave/unioncavebf1.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/unioncave/unioncavebf1.dat diff --git a/2.5DHero/2.5DHero/maps/battle/unioncave/unioncavebf2.dat b/2.5DHero/2.5DHeroContent/maps/battle/unioncave/unioncavebf2.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/unioncave/unioncavebf2.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/unioncave/unioncavebf2.dat diff --git a/2.5DHero/2.5DHero/maps/battle/unioncave/unioncavef1.dat b/2.5DHero/2.5DHeroContent/maps/battle/unioncave/unioncavef1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/unioncave/unioncavef1.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/unioncave/unioncavef1.dat diff --git a/2.5DHero/2.5DHero/maps/battle/v_forest/main.dat b/2.5DHero/2.5DHeroContent/maps/battle/v_forest/main.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/v_forest/main.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/v_forest/main.dat diff --git a/2.5DHero/2.5DHero/maps/battle/victoryroad/1.dat b/2.5DHero/2.5DHeroContent/maps/battle/victoryroad/1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/victoryroad/1.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/victoryroad/1.dat diff --git a/2.5DHero/2.5DHero/maps/battle/victoryroad/2.dat b/2.5DHero/2.5DHeroContent/maps/battle/victoryroad/2.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/victoryroad/2.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/victoryroad/2.dat diff --git a/2.5DHero/2.5DHero/maps/battle/victoryroad/3.dat b/2.5DHero/2.5DHeroContent/maps/battle/victoryroad/3.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/victoryroad/3.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/victoryroad/3.dat diff --git a/2.5DHero/2.5DHero/maps/battle/violet.dat b/2.5DHero/2.5DHeroContent/maps/battle/violet.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/violet.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/violet.dat diff --git a/2.5DHero/2.5DHero/maps/battle/violet/sprouttowerf1.dat b/2.5DHero/2.5DHeroContent/maps/battle/violet/sprouttowerf1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/violet/sprouttowerf1.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/violet/sprouttowerf1.dat diff --git a/2.5DHero/2.5DHero/maps/battle/violet/sprouttowerf2.dat b/2.5DHero/2.5DHeroContent/maps/battle/violet/sprouttowerf2.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/violet/sprouttowerf2.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/violet/sprouttowerf2.dat diff --git a/2.5DHero/2.5DHero/maps/battle/violet/sprouttowerf3.dat b/2.5DHero/2.5DHeroContent/maps/battle/violet/sprouttowerf3.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/violet/sprouttowerf3.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/violet/sprouttowerf3.dat diff --git a/2.5DHero/2.5DHero/maps/battle/viridian/trainerhouse/arena.dat b/2.5DHero/2.5DHeroContent/maps/battle/viridian/trainerhouse/arena.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/viridian/trainerhouse/arena.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/viridian/trainerhouse/arena.dat diff --git a/2.5DHero/2.5DHero/maps/battle/whirlislands/1fne.dat b/2.5DHero/2.5DHeroContent/maps/battle/whirlislands/1fne.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/whirlislands/1fne.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/whirlislands/1fne.dat diff --git a/2.5DHero/2.5DHero/maps/battle/whirlislands/1fnw.dat b/2.5DHero/2.5DHeroContent/maps/battle/whirlislands/1fnw.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/whirlislands/1fnw.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/whirlislands/1fnw.dat diff --git a/2.5DHero/2.5DHero/maps/battle/whirlislands/1fse.dat b/2.5DHero/2.5DHeroContent/maps/battle/whirlislands/1fse.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/whirlislands/1fse.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/whirlislands/1fse.dat diff --git a/2.5DHero/2.5DHero/maps/battle/whirlislands/1fsw.dat b/2.5DHero/2.5DHeroContent/maps/battle/whirlislands/1fsw.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/whirlislands/1fsw.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/whirlislands/1fsw.dat diff --git a/2.5DHero/2.5DHero/maps/battle/whirlislands/bf1main.dat b/2.5DHero/2.5DHeroContent/maps/battle/whirlislands/bf1main.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/whirlislands/bf1main.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/whirlislands/bf1main.dat diff --git a/2.5DHero/2.5DHero/maps/battle/whirlislands/lugia.dat b/2.5DHero/2.5DHeroContent/maps/battle/whirlislands/lugia.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/whirlislands/lugia.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/whirlislands/lugia.dat diff --git a/2.5DHero/2.5DHero/maps/battle/whirlislands/sc1.dat b/2.5DHero/2.5DHeroContent/maps/battle/whirlislands/sc1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/whirlislands/sc1.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/whirlislands/sc1.dat diff --git a/2.5DHero/2.5DHero/maps/battle/whirlislands/sc2.dat b/2.5DHero/2.5DHeroContent/maps/battle/whirlislands/sc2.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/whirlislands/sc2.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/whirlislands/sc2.dat diff --git a/2.5DHero/2.5DHero/maps/battle/whirlislands/sc3.dat b/2.5DHero/2.5DHeroContent/maps/battle/whirlislands/sc3.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/whirlislands/sc3.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/whirlislands/sc3.dat diff --git a/2.5DHero/2.5DHero/maps/battle/whirlislands/sc4.dat b/2.5DHero/2.5DHeroContent/maps/battle/whirlislands/sc4.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/whirlislands/sc4.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/whirlislands/sc4.dat diff --git a/2.5DHero/2.5DHero/maps/battle/whirlislands/wfall.dat b/2.5DHero/2.5DHeroContent/maps/battle/whirlislands/wfall.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/battle/whirlislands/wfall.dat rename to 2.5DHero/2.5DHeroContent/maps/battle/whirlislands/wfall.dat diff --git a/2.5DHero/2.5DHero/maps/blackthorn.dat b/2.5DHero/2.5DHeroContent/maps/blackthorn.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/blackthorn.dat rename to 2.5DHero/2.5DHeroContent/maps/blackthorn.dat diff --git a/2.5DHero/2.5DHero/maps/blackthorn/000.dat b/2.5DHero/2.5DHeroContent/maps/blackthorn/000.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/blackthorn/000.dat rename to 2.5DHero/2.5DHeroContent/maps/blackthorn/000.dat diff --git a/2.5DHero/2.5DHero/maps/blackthorn/001.dat b/2.5DHero/2.5DHeroContent/maps/blackthorn/001.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/blackthorn/001.dat rename to 2.5DHero/2.5DHeroContent/maps/blackthorn/001.dat diff --git a/2.5DHero/2.5DHero/maps/blackthorn/002.dat b/2.5DHero/2.5DHeroContent/maps/blackthorn/002.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/blackthorn/002.dat rename to 2.5DHero/2.5DHeroContent/maps/blackthorn/002.dat diff --git a/2.5DHero/2.5DHero/maps/blackthorn/center.dat b/2.5DHero/2.5DHeroContent/maps/blackthorn/center.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/blackthorn/center.dat rename to 2.5DHero/2.5DHeroContent/maps/blackthorn/center.dat diff --git a/2.5DHero/2.5DHero/maps/blackthorn/mart.dat b/2.5DHero/2.5DHeroContent/maps/blackthorn/mart.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/blackthorn/mart.dat rename to 2.5DHero/2.5DHeroContent/maps/blackthorn/mart.dat diff --git a/2.5DHero/2.5DHero/maps/boon/1.dat b/2.5DHero/2.5DHeroContent/maps/boon/1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/boon/1.dat rename to 2.5DHero/2.5DHeroContent/maps/boon/1.dat diff --git a/2.5DHero/2.5DHero/maps/boon/2.dat b/2.5DHero/2.5DHeroContent/maps/boon/2.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/boon/2.dat rename to 2.5DHero/2.5DHeroContent/maps/boon/2.dat diff --git a/2.5DHero/2.5DHero/maps/boon/cape.dat b/2.5DHero/2.5DHeroContent/maps/boon/cape.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/boon/cape.dat rename to 2.5DHero/2.5DHeroContent/maps/boon/cape.dat diff --git a/2.5DHero/2.5DHero/maps/boon/capehouse.dat b/2.5DHero/2.5DHeroContent/maps/boon/capehouse.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/boon/capehouse.dat rename to 2.5DHero/2.5DHeroContent/maps/boon/capehouse.dat diff --git a/2.5DHero/2.5DHero/maps/boon/center.dat b/2.5DHero/2.5DHeroContent/maps/boon/center.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/boon/center.dat rename to 2.5DHero/2.5DHeroContent/maps/boon/center.dat diff --git a/2.5DHero/2.5DHero/maps/boon/dock.dat b/2.5DHero/2.5DHeroContent/maps/boon/dock.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/boon/dock.dat rename to 2.5DHero/2.5DHeroContent/maps/boon/dock.dat diff --git a/2.5DHero/2.5DHero/maps/boon/town.dat b/2.5DHero/2.5DHeroContent/maps/boon/town.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/boon/town.dat rename to 2.5DHero/2.5DHeroContent/maps/boon/town.dat diff --git a/2.5DHero/2.5DHero/maps/burnedtower/burnedtower1f.dat b/2.5DHero/2.5DHeroContent/maps/burnedtower/burnedtower1f.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/burnedtower/burnedtower1f.dat rename to 2.5DHero/2.5DHeroContent/maps/burnedtower/burnedtower1f.dat diff --git a/2.5DHero/2.5DHero/maps/burnedtower/burnedtowerb1f.dat b/2.5DHero/2.5DHeroContent/maps/burnedtower/burnedtowerb1f.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/burnedtower/burnedtowerb1f.dat rename to 2.5DHero/2.5DHeroContent/maps/burnedtower/burnedtowerb1f.dat diff --git a/2.5DHero/2.5DHero/maps/celadon/center.dat b/2.5DHero/2.5DHeroContent/maps/celadon/center.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/celadon/center.dat rename to 2.5DHero/2.5DHeroContent/maps/celadon/center.dat diff --git a/2.5DHero/2.5DHero/maps/celadon/condo1.dat b/2.5DHero/2.5DHeroContent/maps/celadon/condo1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/celadon/condo1.dat rename to 2.5DHero/2.5DHeroContent/maps/celadon/condo1.dat diff --git a/2.5DHero/2.5DHero/maps/celadon/condo2.dat b/2.5DHero/2.5DHeroContent/maps/celadon/condo2.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/celadon/condo2.dat rename to 2.5DHero/2.5DHeroContent/maps/celadon/condo2.dat diff --git a/2.5DHero/2.5DHero/maps/celadon/condo3.dat b/2.5DHero/2.5DHeroContent/maps/celadon/condo3.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/celadon/condo3.dat rename to 2.5DHero/2.5DHeroContent/maps/celadon/condo3.dat diff --git a/2.5DHero/2.5DHero/maps/celadon/condo4.dat b/2.5DHero/2.5DHeroContent/maps/celadon/condo4.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/celadon/condo4.dat rename to 2.5DHero/2.5DHeroContent/maps/celadon/condo4.dat diff --git a/2.5DHero/2.5DHero/maps/celadon/diner.dat b/2.5DHero/2.5DHeroContent/maps/celadon/diner.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/celadon/diner.dat rename to 2.5DHero/2.5DHeroContent/maps/celadon/diner.dat diff --git a/2.5DHero/2.5DHero/maps/celadon/main.dat b/2.5DHero/2.5DHeroContent/maps/celadon/main.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/celadon/main.dat rename to 2.5DHero/2.5DHeroContent/maps/celadon/main.dat diff --git a/2.5DHero/2.5DHero/maps/celadon/mart.dat b/2.5DHero/2.5DHeroContent/maps/celadon/mart.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/celadon/mart.dat rename to 2.5DHero/2.5DHeroContent/maps/celadon/mart.dat diff --git a/2.5DHero/2.5DHero/maps/cerulean/1.dat b/2.5DHero/2.5DHeroContent/maps/cerulean/1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/cerulean/1.dat rename to 2.5DHero/2.5DHeroContent/maps/cerulean/1.dat diff --git a/2.5DHero/2.5DHero/maps/cerulean/2.dat b/2.5DHero/2.5DHeroContent/maps/cerulean/2.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/cerulean/2.dat rename to 2.5DHero/2.5DHeroContent/maps/cerulean/2.dat diff --git a/2.5DHero/2.5DHero/maps/cerulean/3.dat b/2.5DHero/2.5DHeroContent/maps/cerulean/3.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/cerulean/3.dat rename to 2.5DHero/2.5DHeroContent/maps/cerulean/3.dat diff --git a/2.5DHero/2.5DHero/maps/cerulean/center.dat b/2.5DHero/2.5DHeroContent/maps/cerulean/center.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/cerulean/center.dat rename to 2.5DHero/2.5DHeroContent/maps/cerulean/center.dat diff --git a/2.5DHero/2.5DHero/maps/cerulean/main.dat b/2.5DHero/2.5DHeroContent/maps/cerulean/main.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/cerulean/main.dat rename to 2.5DHero/2.5DHeroContent/maps/cerulean/main.dat diff --git a/2.5DHero/2.5DHero/maps/cerulean/mart.dat b/2.5DHero/2.5DHeroContent/maps/cerulean/mart.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/cerulean/mart.dat rename to 2.5DHero/2.5DHeroContent/maps/cerulean/mart.dat diff --git a/2.5DHero/2.5DHero/maps/ceruleancave/1f.dat b/2.5DHero/2.5DHeroContent/maps/ceruleancave/1f.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/ceruleancave/1f.dat rename to 2.5DHero/2.5DHeroContent/maps/ceruleancave/1f.dat diff --git a/2.5DHero/2.5DHero/maps/ceruleancave/2f.dat b/2.5DHero/2.5DHeroContent/maps/ceruleancave/2f.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/ceruleancave/2f.dat rename to 2.5DHero/2.5DHeroContent/maps/ceruleancave/2f.dat diff --git a/2.5DHero/2.5DHero/maps/ceruleancave/bf1.dat b/2.5DHero/2.5DHeroContent/maps/ceruleancave/bf1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/ceruleancave/bf1.dat rename to 2.5DHero/2.5DHeroContent/maps/ceruleancave/bf1.dat diff --git a/2.5DHero/2.5DHero/maps/cherrygrove.dat b/2.5DHero/2.5DHeroContent/maps/cherrygrove.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/cherrygrove.dat rename to 2.5DHero/2.5DHeroContent/maps/cherrygrove.dat diff --git a/2.5DHero/2.5DHero/maps/cherrygrove/0.dat b/2.5DHero/2.5DHeroContent/maps/cherrygrove/0.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/cherrygrove/0.dat rename to 2.5DHero/2.5DHeroContent/maps/cherrygrove/0.dat diff --git a/2.5DHero/2.5DHero/maps/cherrygrove/1.dat b/2.5DHero/2.5DHeroContent/maps/cherrygrove/1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/cherrygrove/1.dat rename to 2.5DHero/2.5DHeroContent/maps/cherrygrove/1.dat diff --git a/2.5DHero/2.5DHero/maps/cherrygrove/2.dat b/2.5DHero/2.5DHeroContent/maps/cherrygrove/2.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/cherrygrove/2.dat rename to 2.5DHero/2.5DHeroContent/maps/cherrygrove/2.dat diff --git a/2.5DHero/2.5DHero/maps/cherrygrove_center.dat b/2.5DHero/2.5DHeroContent/maps/cherrygrove_center.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/cherrygrove_center.dat rename to 2.5DHero/2.5DHeroContent/maps/cherrygrove_center.dat diff --git a/2.5DHero/2.5DHero/maps/cherrygrove_mart.dat b/2.5DHero/2.5DHeroContent/maps/cherrygrove_mart.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/cherrygrove_mart.dat rename to 2.5DHero/2.5DHeroContent/maps/cherrygrove_mart.dat diff --git a/2.5DHero/2.5DHero/maps/chrono/1.dat b/2.5DHero/2.5DHeroContent/maps/chrono/1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/chrono/1.dat rename to 2.5DHero/2.5DHeroContent/maps/chrono/1.dat diff --git a/2.5DHero/2.5DHero/maps/chrono/2.dat b/2.5DHero/2.5DHeroContent/maps/chrono/2.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/chrono/2.dat rename to 2.5DHero/2.5DHeroContent/maps/chrono/2.dat diff --git a/2.5DHero/2.5DHero/maps/chrono/center.dat b/2.5DHero/2.5DHeroContent/maps/chrono/center.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/chrono/center.dat rename to 2.5DHero/2.5DHeroContent/maps/chrono/center.dat diff --git a/2.5DHero/2.5DHero/maps/chrono/dock.dat b/2.5DHero/2.5DHeroContent/maps/chrono/dock.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/chrono/dock.dat rename to 2.5DHero/2.5DHeroContent/maps/chrono/dock.dat diff --git a/2.5DHero/2.5DHero/maps/chrono/labyrinth.dat b/2.5DHero/2.5DHeroContent/maps/chrono/labyrinth.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/chrono/labyrinth.dat rename to 2.5DHero/2.5DHeroContent/maps/chrono/labyrinth.dat diff --git a/2.5DHero/2.5DHero/maps/chrono/meadow.dat b/2.5DHero/2.5DHeroContent/maps/chrono/meadow.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/chrono/meadow.dat rename to 2.5DHero/2.5DHeroContent/maps/chrono/meadow.dat diff --git a/2.5DHero/2.5DHero/maps/chrono/memorial.dat b/2.5DHero/2.5DHeroContent/maps/chrono/memorial.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/chrono/memorial.dat rename to 2.5DHero/2.5DHeroContent/maps/chrono/memorial.dat diff --git a/2.5DHero/2.5DHero/maps/chrono/resort.dat b/2.5DHero/2.5DHeroContent/maps/chrono/resort.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/chrono/resort.dat rename to 2.5DHero/2.5DHeroContent/maps/chrono/resort.dat diff --git a/2.5DHero/2.5DHero/maps/chrono/selphy.dat b/2.5DHero/2.5DHeroContent/maps/chrono/selphy.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/chrono/selphy.dat rename to 2.5DHero/2.5DHeroContent/maps/chrono/selphy.dat diff --git a/2.5DHero/2.5DHero/maps/chrono/town.dat b/2.5DHero/2.5DHeroContent/maps/chrono/town.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/chrono/town.dat rename to 2.5DHero/2.5DHeroContent/maps/chrono/town.dat diff --git a/2.5DHero/2.5DHero/maps/chrono/warehouse.dat b/2.5DHero/2.5DHeroContent/maps/chrono/warehouse.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/chrono/warehouse.dat rename to 2.5DHero/2.5DHeroContent/maps/chrono/warehouse.dat diff --git a/2.5DHero/2.5DHero/maps/cianwood.dat b/2.5DHero/2.5DHeroContent/maps/cianwood.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/cianwood.dat rename to 2.5DHero/2.5DHeroContent/maps/cianwood.dat diff --git a/2.5DHero/2.5DHero/maps/cianwood/000.dat b/2.5DHero/2.5DHeroContent/maps/cianwood/000.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/cianwood/000.dat rename to 2.5DHero/2.5DHeroContent/maps/cianwood/000.dat diff --git a/2.5DHero/2.5DHero/maps/cianwood/001.dat b/2.5DHero/2.5DHeroContent/maps/cianwood/001.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/cianwood/001.dat rename to 2.5DHero/2.5DHeroContent/maps/cianwood/001.dat diff --git a/2.5DHero/2.5DHero/maps/cianwood/002.dat b/2.5DHero/2.5DHeroContent/maps/cianwood/002.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/cianwood/002.dat rename to 2.5DHero/2.5DHeroContent/maps/cianwood/002.dat diff --git a/2.5DHero/2.5DHero/maps/cianwood/003.dat b/2.5DHero/2.5DHeroContent/maps/cianwood/003.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/cianwood/003.dat rename to 2.5DHero/2.5DHeroContent/maps/cianwood/003.dat diff --git a/2.5DHero/2.5DHero/maps/cianwood/004.dat b/2.5DHero/2.5DHeroContent/maps/cianwood/004.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/cianwood/004.dat rename to 2.5DHero/2.5DHeroContent/maps/cianwood/004.dat diff --git a/2.5DHero/2.5DHero/maps/cianwood/center.dat b/2.5DHero/2.5DHeroContent/maps/cianwood/center.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/cianwood/center.dat rename to 2.5DHero/2.5DHeroContent/maps/cianwood/center.dat diff --git a/2.5DHero/2.5DHero/maps/cinnabar/center.dat b/2.5DHero/2.5DHeroContent/maps/cinnabar/center.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/cinnabar/center.dat rename to 2.5DHero/2.5DHeroContent/maps/cinnabar/center.dat diff --git a/2.5DHero/2.5DHero/maps/cinnabar/main.dat b/2.5DHero/2.5DHeroContent/maps/cinnabar/main.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/cinnabar/main.dat rename to 2.5DHero/2.5DHeroContent/maps/cinnabar/main.dat diff --git a/2.5DHero/2.5DHero/maps/darkcave/darkcave0.dat b/2.5DHero/2.5DHeroContent/maps/darkcave/darkcave0.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/darkcave/darkcave0.dat rename to 2.5DHero/2.5DHeroContent/maps/darkcave/darkcave0.dat diff --git a/2.5DHero/2.5DHero/maps/darkcave/darkcave1.dat b/2.5DHero/2.5DHeroContent/maps/darkcave/darkcave1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/darkcave/darkcave1.dat rename to 2.5DHero/2.5DHeroContent/maps/darkcave/darkcave1.dat diff --git a/2.5DHero/2.5DHero/maps/diglettscave/entpew.dat b/2.5DHero/2.5DHeroContent/maps/diglettscave/entpew.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/diglettscave/entpew.dat rename to 2.5DHero/2.5DHeroContent/maps/diglettscave/entpew.dat diff --git a/2.5DHero/2.5DHero/maps/diglettscave/entver.dat b/2.5DHero/2.5DHeroContent/maps/diglettscave/entver.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/diglettscave/entver.dat rename to 2.5DHero/2.5DHeroContent/maps/diglettscave/entver.dat diff --git a/2.5DHero/2.5DHero/maps/diglettscave/main.dat b/2.5DHero/2.5DHeroContent/maps/diglettscave/main.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/diglettscave/main.dat rename to 2.5DHero/2.5DHeroContent/maps/diglettscave/main.dat diff --git a/2.5DHero/2.5DHero/maps/dragonsden/0.dat b/2.5DHero/2.5DHeroContent/maps/dragonsden/0.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/dragonsden/0.dat rename to 2.5DHero/2.5DHeroContent/maps/dragonsden/0.dat diff --git a/2.5DHero/2.5DHero/maps/dragonsden/1.dat b/2.5DHero/2.5DHeroContent/maps/dragonsden/1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/dragonsden/1.dat rename to 2.5DHero/2.5DHeroContent/maps/dragonsden/1.dat diff --git a/2.5DHero/2.5DHero/maps/dragonsden/main.dat b/2.5DHero/2.5DHeroContent/maps/dragonsden/main.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/dragonsden/main.dat rename to 2.5DHero/2.5DHeroContent/maps/dragonsden/main.dat diff --git a/2.5DHero/2.5DHero/maps/dragonsden/shrine.dat b/2.5DHero/2.5DHeroContent/maps/dragonsden/shrine.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/dragonsden/shrine.dat rename to 2.5DHero/2.5DHeroContent/maps/dragonsden/shrine.dat diff --git a/2.5DHero/2.5DHero/maps/dungeon/0/0.dat b/2.5DHero/2.5DHeroContent/maps/dungeon/0/0.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/dungeon/0/0.dat rename to 2.5DHero/2.5DHeroContent/maps/dungeon/0/0.dat diff --git a/2.5DHero/2.5DHero/maps/dungeon/0/1.dat b/2.5DHero/2.5DHeroContent/maps/dungeon/0/1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/dungeon/0/1.dat rename to 2.5DHero/2.5DHeroContent/maps/dungeon/0/1.dat diff --git a/2.5DHero/2.5DHero/maps/dungeon/0/10.dat b/2.5DHero/2.5DHeroContent/maps/dungeon/0/10.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/dungeon/0/10.dat rename to 2.5DHero/2.5DHeroContent/maps/dungeon/0/10.dat diff --git a/2.5DHero/2.5DHero/maps/dungeon/0/11.dat b/2.5DHero/2.5DHeroContent/maps/dungeon/0/11.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/dungeon/0/11.dat rename to 2.5DHero/2.5DHeroContent/maps/dungeon/0/11.dat diff --git a/2.5DHero/2.5DHero/maps/dungeon/0/12.dat b/2.5DHero/2.5DHeroContent/maps/dungeon/0/12.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/dungeon/0/12.dat rename to 2.5DHero/2.5DHeroContent/maps/dungeon/0/12.dat diff --git a/2.5DHero/2.5DHero/maps/dungeon/0/13.dat b/2.5DHero/2.5DHeroContent/maps/dungeon/0/13.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/dungeon/0/13.dat rename to 2.5DHero/2.5DHeroContent/maps/dungeon/0/13.dat diff --git a/2.5DHero/2.5DHero/maps/dungeon/0/14.dat b/2.5DHero/2.5DHeroContent/maps/dungeon/0/14.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/dungeon/0/14.dat rename to 2.5DHero/2.5DHeroContent/maps/dungeon/0/14.dat diff --git a/2.5DHero/2.5DHero/maps/dungeon/0/2.dat b/2.5DHero/2.5DHeroContent/maps/dungeon/0/2.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/dungeon/0/2.dat rename to 2.5DHero/2.5DHeroContent/maps/dungeon/0/2.dat diff --git a/2.5DHero/2.5DHero/maps/dungeon/0/3.dat b/2.5DHero/2.5DHeroContent/maps/dungeon/0/3.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/dungeon/0/3.dat rename to 2.5DHero/2.5DHeroContent/maps/dungeon/0/3.dat diff --git a/2.5DHero/2.5DHero/maps/dungeon/0/4.dat b/2.5DHero/2.5DHeroContent/maps/dungeon/0/4.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/dungeon/0/4.dat rename to 2.5DHero/2.5DHeroContent/maps/dungeon/0/4.dat diff --git a/2.5DHero/2.5DHero/maps/dungeon/0/5.dat b/2.5DHero/2.5DHeroContent/maps/dungeon/0/5.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/dungeon/0/5.dat rename to 2.5DHero/2.5DHeroContent/maps/dungeon/0/5.dat diff --git a/2.5DHero/2.5DHero/maps/dungeon/0/6.dat b/2.5DHero/2.5DHeroContent/maps/dungeon/0/6.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/dungeon/0/6.dat rename to 2.5DHero/2.5DHeroContent/maps/dungeon/0/6.dat diff --git a/2.5DHero/2.5DHero/maps/dungeon/0/7.dat b/2.5DHero/2.5DHeroContent/maps/dungeon/0/7.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/dungeon/0/7.dat rename to 2.5DHero/2.5DHeroContent/maps/dungeon/0/7.dat diff --git a/2.5DHero/2.5DHero/maps/dungeon/0/8.dat b/2.5DHero/2.5DHeroContent/maps/dungeon/0/8.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/dungeon/0/8.dat rename to 2.5DHero/2.5DHeroContent/maps/dungeon/0/8.dat diff --git a/2.5DHero/2.5DHero/maps/dungeon/0/9.dat b/2.5DHero/2.5DHeroContent/maps/dungeon/0/9.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/dungeon/0/9.dat rename to 2.5DHero/2.5DHeroContent/maps/dungeon/0/9.dat diff --git a/2.5DHero/2.5DHero/maps/dungeon/1/0.dat b/2.5DHero/2.5DHeroContent/maps/dungeon/1/0.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/dungeon/1/0.dat rename to 2.5DHero/2.5DHeroContent/maps/dungeon/1/0.dat diff --git a/2.5DHero/2.5DHero/maps/dungeon/1/1.dat b/2.5DHero/2.5DHeroContent/maps/dungeon/1/1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/dungeon/1/1.dat rename to 2.5DHero/2.5DHeroContent/maps/dungeon/1/1.dat diff --git a/2.5DHero/2.5DHero/maps/dungeon/1/10.dat b/2.5DHero/2.5DHeroContent/maps/dungeon/1/10.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/dungeon/1/10.dat rename to 2.5DHero/2.5DHeroContent/maps/dungeon/1/10.dat diff --git a/2.5DHero/2.5DHero/maps/dungeon/1/11.dat b/2.5DHero/2.5DHeroContent/maps/dungeon/1/11.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/dungeon/1/11.dat rename to 2.5DHero/2.5DHeroContent/maps/dungeon/1/11.dat diff --git a/2.5DHero/2.5DHero/maps/dungeon/1/12.dat b/2.5DHero/2.5DHeroContent/maps/dungeon/1/12.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/dungeon/1/12.dat rename to 2.5DHero/2.5DHeroContent/maps/dungeon/1/12.dat diff --git a/2.5DHero/2.5DHero/maps/dungeon/1/13.dat b/2.5DHero/2.5DHeroContent/maps/dungeon/1/13.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/dungeon/1/13.dat rename to 2.5DHero/2.5DHeroContent/maps/dungeon/1/13.dat diff --git a/2.5DHero/2.5DHero/maps/dungeon/1/14.dat b/2.5DHero/2.5DHeroContent/maps/dungeon/1/14.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/dungeon/1/14.dat rename to 2.5DHero/2.5DHeroContent/maps/dungeon/1/14.dat diff --git a/2.5DHero/2.5DHero/maps/dungeon/1/15.dat b/2.5DHero/2.5DHeroContent/maps/dungeon/1/15.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/dungeon/1/15.dat rename to 2.5DHero/2.5DHeroContent/maps/dungeon/1/15.dat diff --git a/2.5DHero/2.5DHero/maps/dungeon/1/16.dat b/2.5DHero/2.5DHeroContent/maps/dungeon/1/16.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/dungeon/1/16.dat rename to 2.5DHero/2.5DHeroContent/maps/dungeon/1/16.dat diff --git a/2.5DHero/2.5DHero/maps/dungeon/1/17.dat b/2.5DHero/2.5DHeroContent/maps/dungeon/1/17.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/dungeon/1/17.dat rename to 2.5DHero/2.5DHeroContent/maps/dungeon/1/17.dat diff --git a/2.5DHero/2.5DHero/maps/dungeon/1/18.dat b/2.5DHero/2.5DHeroContent/maps/dungeon/1/18.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/dungeon/1/18.dat rename to 2.5DHero/2.5DHeroContent/maps/dungeon/1/18.dat diff --git a/2.5DHero/2.5DHero/maps/dungeon/1/19.dat b/2.5DHero/2.5DHeroContent/maps/dungeon/1/19.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/dungeon/1/19.dat rename to 2.5DHero/2.5DHeroContent/maps/dungeon/1/19.dat diff --git a/2.5DHero/2.5DHero/maps/dungeon/1/2.dat b/2.5DHero/2.5DHeroContent/maps/dungeon/1/2.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/dungeon/1/2.dat rename to 2.5DHero/2.5DHeroContent/maps/dungeon/1/2.dat diff --git a/2.5DHero/2.5DHero/maps/dungeon/1/20.dat b/2.5DHero/2.5DHeroContent/maps/dungeon/1/20.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/dungeon/1/20.dat rename to 2.5DHero/2.5DHeroContent/maps/dungeon/1/20.dat diff --git a/2.5DHero/2.5DHero/maps/dungeon/1/21.dat b/2.5DHero/2.5DHeroContent/maps/dungeon/1/21.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/dungeon/1/21.dat rename to 2.5DHero/2.5DHeroContent/maps/dungeon/1/21.dat diff --git a/2.5DHero/2.5DHero/maps/dungeon/1/22.dat b/2.5DHero/2.5DHeroContent/maps/dungeon/1/22.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/dungeon/1/22.dat rename to 2.5DHero/2.5DHeroContent/maps/dungeon/1/22.dat diff --git a/2.5DHero/2.5DHero/maps/dungeon/1/23.dat b/2.5DHero/2.5DHeroContent/maps/dungeon/1/23.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/dungeon/1/23.dat rename to 2.5DHero/2.5DHeroContent/maps/dungeon/1/23.dat diff --git a/2.5DHero/2.5DHero/maps/dungeon/1/24.dat b/2.5DHero/2.5DHeroContent/maps/dungeon/1/24.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/dungeon/1/24.dat rename to 2.5DHero/2.5DHeroContent/maps/dungeon/1/24.dat diff --git a/2.5DHero/2.5DHero/maps/dungeon/1/3.dat b/2.5DHero/2.5DHeroContent/maps/dungeon/1/3.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/dungeon/1/3.dat rename to 2.5DHero/2.5DHeroContent/maps/dungeon/1/3.dat diff --git a/2.5DHero/2.5DHero/maps/dungeon/1/4.dat b/2.5DHero/2.5DHeroContent/maps/dungeon/1/4.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/dungeon/1/4.dat rename to 2.5DHero/2.5DHeroContent/maps/dungeon/1/4.dat diff --git a/2.5DHero/2.5DHero/maps/dungeon/1/5.dat b/2.5DHero/2.5DHeroContent/maps/dungeon/1/5.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/dungeon/1/5.dat rename to 2.5DHero/2.5DHeroContent/maps/dungeon/1/5.dat diff --git a/2.5DHero/2.5DHero/maps/dungeon/1/6.dat b/2.5DHero/2.5DHeroContent/maps/dungeon/1/6.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/dungeon/1/6.dat rename to 2.5DHero/2.5DHeroContent/maps/dungeon/1/6.dat diff --git a/2.5DHero/2.5DHero/maps/dungeon/1/7.dat b/2.5DHero/2.5DHeroContent/maps/dungeon/1/7.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/dungeon/1/7.dat rename to 2.5DHero/2.5DHeroContent/maps/dungeon/1/7.dat diff --git a/2.5DHero/2.5DHero/maps/dungeon/1/8.dat b/2.5DHero/2.5DHeroContent/maps/dungeon/1/8.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/dungeon/1/8.dat rename to 2.5DHero/2.5DHeroContent/maps/dungeon/1/8.dat diff --git a/2.5DHero/2.5DHero/maps/dungeon/1/9.dat b/2.5DHero/2.5DHeroContent/maps/dungeon/1/9.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/dungeon/1/9.dat rename to 2.5DHero/2.5DHeroContent/maps/dungeon/1/9.dat diff --git a/2.5DHero/2.5DHero/maps/dungeon/2/0.dat b/2.5DHero/2.5DHeroContent/maps/dungeon/2/0.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/dungeon/2/0.dat rename to 2.5DHero/2.5DHeroContent/maps/dungeon/2/0.dat diff --git a/2.5DHero/2.5DHero/maps/dungeon/2/1.dat b/2.5DHero/2.5DHeroContent/maps/dungeon/2/1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/dungeon/2/1.dat rename to 2.5DHero/2.5DHeroContent/maps/dungeon/2/1.dat diff --git a/2.5DHero/2.5DHero/maps/dungeon/2/2.dat b/2.5DHero/2.5DHeroContent/maps/dungeon/2/2.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/dungeon/2/2.dat rename to 2.5DHero/2.5DHeroContent/maps/dungeon/2/2.dat diff --git a/2.5DHero/2.5DHero/maps/dungeon/2/3.dat b/2.5DHero/2.5DHeroContent/maps/dungeon/2/3.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/dungeon/2/3.dat rename to 2.5DHero/2.5DHeroContent/maps/dungeon/2/3.dat diff --git a/2.5DHero/2.5DHero/maps/dungeon/2/4.dat b/2.5DHero/2.5DHeroContent/maps/dungeon/2/4.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/dungeon/2/4.dat rename to 2.5DHero/2.5DHeroContent/maps/dungeon/2/4.dat diff --git a/2.5DHero/2.5DHero/maps/dungeon/2/5.dat b/2.5DHero/2.5DHeroContent/maps/dungeon/2/5.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/dungeon/2/5.dat rename to 2.5DHero/2.5DHeroContent/maps/dungeon/2/5.dat diff --git a/2.5DHero/2.5DHero/maps/dungeon/2/6.dat b/2.5DHero/2.5DHeroContent/maps/dungeon/2/6.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/dungeon/2/6.dat rename to 2.5DHero/2.5DHeroContent/maps/dungeon/2/6.dat diff --git a/2.5DHero/2.5DHero/maps/dungeon/2/7.dat b/2.5DHero/2.5DHeroContent/maps/dungeon/2/7.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/dungeon/2/7.dat rename to 2.5DHero/2.5DHeroContent/maps/dungeon/2/7.dat diff --git a/2.5DHero/2.5DHero/maps/dungeon/2/offset.dat b/2.5DHero/2.5DHeroContent/maps/dungeon/2/offset.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/dungeon/2/offset.dat rename to 2.5DHero/2.5DHeroContent/maps/dungeon/2/offset.dat diff --git a/2.5DHero/2.5DHero/maps/dungeon/2/outside.dat b/2.5DHero/2.5DHeroContent/maps/dungeon/2/outside.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/dungeon/2/outside.dat rename to 2.5DHero/2.5DHeroContent/maps/dungeon/2/outside.dat diff --git a/2.5DHero/2.5DHero/maps/dungeon/checkpoint1.dat b/2.5DHero/2.5DHeroContent/maps/dungeon/checkpoint1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/dungeon/checkpoint1.dat rename to 2.5DHero/2.5DHeroContent/maps/dungeon/checkpoint1.dat diff --git a/2.5DHero/2.5DHero/maps/dungeon/chess.dat b/2.5DHero/2.5DHeroContent/maps/dungeon/chess.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/dungeon/chess.dat rename to 2.5DHero/2.5DHeroContent/maps/dungeon/chess.dat diff --git a/2.5DHero/2.5DHero/maps/dungeon/main.dat b/2.5DHero/2.5DHeroContent/maps/dungeon/main.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/dungeon/main.dat rename to 2.5DHero/2.5DHeroContent/maps/dungeon/main.dat diff --git a/2.5DHero/2.5DHero/maps/dungeon/mindend.dat b/2.5DHero/2.5DHeroContent/maps/dungeon/mindend.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/dungeon/mindend.dat rename to 2.5DHero/2.5DHeroContent/maps/dungeon/mindend.dat diff --git a/2.5DHero/2.5DHero/maps/dungeon/passage.dat b/2.5DHero/2.5DHeroContent/maps/dungeon/passage.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/dungeon/passage.dat rename to 2.5DHero/2.5DHeroContent/maps/dungeon/passage.dat diff --git a/2.5DHero/2.5DHero/maps/ecruteak/001.dat b/2.5DHero/2.5DHeroContent/maps/ecruteak/001.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/ecruteak/001.dat rename to 2.5DHero/2.5DHeroContent/maps/ecruteak/001.dat diff --git a/2.5DHero/2.5DHero/maps/ecruteak/002.dat b/2.5DHero/2.5DHeroContent/maps/ecruteak/002.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/ecruteak/002.dat rename to 2.5DHero/2.5DHeroContent/maps/ecruteak/002.dat diff --git a/2.5DHero/2.5DHero/maps/ecruteak/center.dat b/2.5DHero/2.5DHeroContent/maps/ecruteak/center.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/ecruteak/center.dat rename to 2.5DHero/2.5DHeroContent/maps/ecruteak/center.dat diff --git a/2.5DHero/2.5DHero/maps/ecruteak/dance_theater.dat b/2.5DHero/2.5DHeroContent/maps/ecruteak/dance_theater.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/ecruteak/dance_theater.dat rename to 2.5DHero/2.5DHeroContent/maps/ecruteak/dance_theater.dat diff --git a/2.5DHero/2.5DHero/maps/ecruteak/mart.dat b/2.5DHero/2.5DHeroContent/maps/ecruteak/mart.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/ecruteak/mart.dat rename to 2.5DHero/2.5DHeroContent/maps/ecruteak/mart.dat diff --git a/2.5DHero/2.5DHero/maps/ecruteak/tintower10f.dat b/2.5DHero/2.5DHeroContent/maps/ecruteak/tintower10f.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/ecruteak/tintower10f.dat rename to 2.5DHero/2.5DHeroContent/maps/ecruteak/tintower10f.dat diff --git a/2.5DHero/2.5DHero/maps/ecruteak/tintower1f.dat b/2.5DHero/2.5DHeroContent/maps/ecruteak/tintower1f.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/ecruteak/tintower1f.dat rename to 2.5DHero/2.5DHeroContent/maps/ecruteak/tintower1f.dat diff --git a/2.5DHero/2.5DHero/maps/ecruteak/tintower2f.dat b/2.5DHero/2.5DHeroContent/maps/ecruteak/tintower2f.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/ecruteak/tintower2f.dat rename to 2.5DHero/2.5DHeroContent/maps/ecruteak/tintower2f.dat diff --git a/2.5DHero/2.5DHero/maps/ecruteak/tintower3f.dat b/2.5DHero/2.5DHeroContent/maps/ecruteak/tintower3f.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/ecruteak/tintower3f.dat rename to 2.5DHero/2.5DHeroContent/maps/ecruteak/tintower3f.dat diff --git a/2.5DHero/2.5DHero/maps/ecruteak/tintower4f.dat b/2.5DHero/2.5DHeroContent/maps/ecruteak/tintower4f.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/ecruteak/tintower4f.dat rename to 2.5DHero/2.5DHeroContent/maps/ecruteak/tintower4f.dat diff --git a/2.5DHero/2.5DHero/maps/ecruteak/tintower5f.dat b/2.5DHero/2.5DHeroContent/maps/ecruteak/tintower5f.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/ecruteak/tintower5f.dat rename to 2.5DHero/2.5DHeroContent/maps/ecruteak/tintower5f.dat diff --git a/2.5DHero/2.5DHero/maps/ecruteak/tintower6f.dat b/2.5DHero/2.5DHeroContent/maps/ecruteak/tintower6f.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/ecruteak/tintower6f.dat rename to 2.5DHero/2.5DHeroContent/maps/ecruteak/tintower6f.dat diff --git a/2.5DHero/2.5DHero/maps/ecruteak/tintower7f.dat b/2.5DHero/2.5DHeroContent/maps/ecruteak/tintower7f.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/ecruteak/tintower7f.dat rename to 2.5DHero/2.5DHeroContent/maps/ecruteak/tintower7f.dat diff --git a/2.5DHero/2.5DHero/maps/ecruteak/tintower8f.dat b/2.5DHero/2.5DHeroContent/maps/ecruteak/tintower8f.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/ecruteak/tintower8f.dat rename to 2.5DHero/2.5DHeroContent/maps/ecruteak/tintower8f.dat diff --git a/2.5DHero/2.5DHero/maps/ecruteak/tintower9f.dat b/2.5DHero/2.5DHeroContent/maps/ecruteak/tintower9f.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/ecruteak/tintower9f.dat rename to 2.5DHero/2.5DHeroContent/maps/ecruteak/tintower9f.dat diff --git a/2.5DHero/2.5DHero/maps/ecruteak/tintowergate1.dat b/2.5DHero/2.5DHeroContent/maps/ecruteak/tintowergate1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/ecruteak/tintowergate1.dat rename to 2.5DHero/2.5DHeroContent/maps/ecruteak/tintowergate1.dat diff --git a/2.5DHero/2.5DHero/maps/ecruteak/tintowergate2.dat b/2.5DHero/2.5DHeroContent/maps/ecruteak/tintowergate2.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/ecruteak/tintowergate2.dat rename to 2.5DHero/2.5DHeroContent/maps/ecruteak/tintowergate2.dat diff --git a/2.5DHero/2.5DHero/maps/ecruteak/tintowergate3.dat b/2.5DHero/2.5DHeroContent/maps/ecruteak/tintowergate3.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/ecruteak/tintowergate3.dat rename to 2.5DHero/2.5DHeroContent/maps/ecruteak/tintowergate3.dat diff --git a/2.5DHero/2.5DHero/maps/elmlab.dat b/2.5DHero/2.5DHeroContent/maps/elmlab.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/elmlab.dat rename to 2.5DHero/2.5DHeroContent/maps/elmlab.dat diff --git a/2.5DHero/2.5DHero/maps/faraway/exterior.dat b/2.5DHero/2.5DHeroContent/maps/faraway/exterior.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/faraway/exterior.dat rename to 2.5DHero/2.5DHeroContent/maps/faraway/exterior.dat diff --git a/2.5DHero/2.5DHero/maps/faraway/interior.dat b/2.5DHero/2.5DHeroContent/maps/faraway/interior.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/faraway/interior.dat rename to 2.5DHero/2.5DHeroContent/maps/faraway/interior.dat diff --git a/2.5DHero/2.5DHero/maps/floe/1.dat b/2.5DHero/2.5DHeroContent/maps/floe/1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/floe/1.dat rename to 2.5DHero/2.5DHeroContent/maps/floe/1.dat diff --git a/2.5DHero/2.5DHero/maps/floe/2.dat b/2.5DHero/2.5DHeroContent/maps/floe/2.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/floe/2.dat rename to 2.5DHero/2.5DHeroContent/maps/floe/2.dat diff --git a/2.5DHero/2.5DHero/maps/floe/3.dat b/2.5DHero/2.5DHeroContent/maps/floe/3.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/floe/3.dat rename to 2.5DHero/2.5DHeroContent/maps/floe/3.dat diff --git a/2.5DHero/2.5DHero/maps/floe/center.dat b/2.5DHero/2.5DHeroContent/maps/floe/center.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/floe/center.dat rename to 2.5DHero/2.5DHeroContent/maps/floe/center.dat diff --git a/2.5DHero/2.5DHero/maps/floe/daycare.dat b/2.5DHero/2.5DHeroContent/maps/floe/daycare.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/floe/daycare.dat rename to 2.5DHero/2.5DHeroContent/maps/floe/daycare.dat diff --git a/2.5DHero/2.5DHero/maps/floe/dock.dat b/2.5DHero/2.5DHeroContent/maps/floe/dock.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/floe/dock.dat rename to 2.5DHero/2.5DHeroContent/maps/floe/dock.dat diff --git a/2.5DHero/2.5DHero/maps/floe/mart.dat b/2.5DHero/2.5DHeroContent/maps/floe/mart.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/floe/mart.dat rename to 2.5DHero/2.5DHeroContent/maps/floe/mart.dat diff --git a/2.5DHero/2.5DHero/maps/floe/town.dat b/2.5DHero/2.5DHeroContent/maps/floe/town.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/floe/town.dat rename to 2.5DHero/2.5DHeroContent/maps/floe/town.dat diff --git a/2.5DHero/2.5DHero/maps/fortune/1.dat b/2.5DHero/2.5DHeroContent/maps/fortune/1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/fortune/1.dat rename to 2.5DHero/2.5DHeroContent/maps/fortune/1.dat diff --git a/2.5DHero/2.5DHero/maps/fortune/center.dat b/2.5DHero/2.5DHeroContent/maps/fortune/center.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/fortune/center.dat rename to 2.5DHero/2.5DHeroContent/maps/fortune/center.dat diff --git a/2.5DHero/2.5DHero/maps/fortune/dock.dat b/2.5DHero/2.5DHeroContent/maps/fortune/dock.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/fortune/dock.dat rename to 2.5DHero/2.5DHeroContent/maps/fortune/dock.dat diff --git a/2.5DHero/2.5DHero/maps/fortune/green.dat b/2.5DHero/2.5DHeroContent/maps/fortune/green.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/fortune/green.dat rename to 2.5DHero/2.5DHeroContent/maps/fortune/green.dat diff --git a/2.5DHero/2.5DHero/maps/fortune/mart.dat b/2.5DHero/2.5DHeroContent/maps/fortune/mart.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/fortune/mart.dat rename to 2.5DHero/2.5DHeroContent/maps/fortune/mart.dat diff --git a/2.5DHero/2.5DHero/maps/fortune/outcast.dat b/2.5DHero/2.5DHeroContent/maps/fortune/outcast.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/fortune/outcast.dat rename to 2.5DHero/2.5DHeroContent/maps/fortune/outcast.dat diff --git a/2.5DHero/2.5DHero/maps/fortune/town.dat b/2.5DHero/2.5DHeroContent/maps/fortune/town.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/fortune/town.dat rename to 2.5DHero/2.5DHeroContent/maps/fortune/town.dat diff --git a/2.5DHero/2.5DHero/maps/fortune/valley.dat b/2.5DHero/2.5DHeroContent/maps/fortune/valley.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/fortune/valley.dat rename to 2.5DHero/2.5DHeroContent/maps/fortune/valley.dat diff --git a/2.5DHero/2.5DHero/maps/fortune/water.dat b/2.5DHero/2.5DHeroContent/maps/fortune/water.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/fortune/water.dat rename to 2.5DHero/2.5DHeroContent/maps/fortune/water.dat diff --git a/2.5DHero/2.5DHero/maps/frontier/battlefactory/arena.dat b/2.5DHero/2.5DHeroContent/maps/frontier/battlefactory/arena.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/frontier/battlefactory/arena.dat rename to 2.5DHero/2.5DHeroContent/maps/frontier/battlefactory/arena.dat diff --git a/2.5DHero/2.5DHero/maps/frontier/battlefactory/main.dat b/2.5DHero/2.5DHeroContent/maps/frontier/battlefactory/main.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/frontier/battlefactory/main.dat rename to 2.5DHero/2.5DHeroContent/maps/frontier/battlefactory/main.dat diff --git a/2.5DHero/2.5DHero/maps/frontier/battlefactory/rental.dat b/2.5DHero/2.5DHeroContent/maps/frontier/battlefactory/rental.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/frontier/battlefactory/rental.dat rename to 2.5DHero/2.5DHeroContent/maps/frontier/battlefactory/rental.dat diff --git a/2.5DHero/2.5DHero/maps/frontier/battlefrontier.dat b/2.5DHero/2.5DHeroContent/maps/frontier/battlefrontier.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/frontier/battlefrontier.dat rename to 2.5DHero/2.5DHeroContent/maps/frontier/battlefrontier.dat diff --git a/2.5DHero/2.5DHero/maps/frontier/battletower/arena.dat b/2.5DHero/2.5DHeroContent/maps/frontier/battletower/arena.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/frontier/battletower/arena.dat rename to 2.5DHero/2.5DHeroContent/maps/frontier/battletower/arena.dat diff --git a/2.5DHero/2.5DHero/maps/frontier/battletower/main.dat b/2.5DHero/2.5DHeroContent/maps/frontier/battletower/main.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/frontier/battletower/main.dat rename to 2.5DHero/2.5DHeroContent/maps/frontier/battletower/main.dat diff --git a/2.5DHero/2.5DHero/maps/frontier/battletower/passage.dat b/2.5DHero/2.5DHeroContent/maps/frontier/battletower/passage.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/frontier/battletower/passage.dat rename to 2.5DHero/2.5DHeroContent/maps/frontier/battletower/passage.dat diff --git a/2.5DHero/2.5DHero/maps/frontier/main.dat b/2.5DHero/2.5DHeroContent/maps/frontier/main.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/frontier/main.dat rename to 2.5DHero/2.5DHeroContent/maps/frontier/main.dat diff --git a/2.5DHero/2.5DHero/maps/fuchsia/1.dat b/2.5DHero/2.5DHeroContent/maps/fuchsia/1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/fuchsia/1.dat rename to 2.5DHero/2.5DHeroContent/maps/fuchsia/1.dat diff --git a/2.5DHero/2.5DHero/maps/fuchsia/2.dat b/2.5DHero/2.5DHeroContent/maps/fuchsia/2.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/fuchsia/2.dat rename to 2.5DHero/2.5DHeroContent/maps/fuchsia/2.dat diff --git a/2.5DHero/2.5DHero/maps/fuchsia/center.dat b/2.5DHero/2.5DHeroContent/maps/fuchsia/center.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/fuchsia/center.dat rename to 2.5DHero/2.5DHeroContent/maps/fuchsia/center.dat diff --git a/2.5DHero/2.5DHero/maps/fuchsia/main.dat b/2.5DHero/2.5DHeroContent/maps/fuchsia/main.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/fuchsia/main.dat rename to 2.5DHero/2.5DHeroContent/maps/fuchsia/main.dat diff --git a/2.5DHero/2.5DHero/maps/fuchsia/mart.dat b/2.5DHero/2.5DHeroContent/maps/fuchsia/mart.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/fuchsia/mart.dat rename to 2.5DHero/2.5DHeroContent/maps/fuchsia/mart.dat diff --git a/2.5DHero/2.5DHero/maps/fuchsia/safarioffice.dat b/2.5DHero/2.5DHeroContent/maps/fuchsia/safarioffice.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/fuchsia/safarioffice.dat rename to 2.5DHero/2.5DHeroContent/maps/fuchsia/safarioffice.dat diff --git a/2.5DHero/2.5DHero/maps/gates/alphroute32gate.dat b/2.5DHero/2.5DHeroContent/maps/gates/alphroute32gate.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/gates/alphroute32gate.dat rename to 2.5DHero/2.5DHeroContent/maps/gates/alphroute32gate.dat diff --git a/2.5DHero/2.5DHero/maps/gates/alphroute36gate.dat b/2.5DHero/2.5DHeroContent/maps/gates/alphroute36gate.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/gates/alphroute36gate.dat rename to 2.5DHero/2.5DHeroContent/maps/gates/alphroute36gate.dat diff --git a/2.5DHero/2.5DHero/maps/gates/azaleailexgate.dat b/2.5DHero/2.5DHeroContent/maps/gates/azaleailexgate.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/gates/azaleailexgate.dat rename to 2.5DHero/2.5DHeroContent/maps/gates/azaleailexgate.dat diff --git a/2.5DHero/2.5DHero/maps/gates/battlegate.dat b/2.5DHero/2.5DHeroContent/maps/gates/battlegate.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/gates/battlegate.dat rename to 2.5DHero/2.5DHeroContent/maps/gates/battlegate.dat diff --git a/2.5DHero/2.5DHero/maps/gates/berry-bridgegate.dat b/2.5DHero/2.5DHeroContent/maps/gates/berry-bridgegate.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/gates/berry-bridgegate.dat rename to 2.5DHero/2.5DHeroContent/maps/gates/berry-bridgegate.dat diff --git a/2.5DHero/2.5DHero/maps/gates/cliffedge.dat b/2.5DHero/2.5DHeroContent/maps/gates/cliffedge.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/gates/cliffedge.dat rename to 2.5DHero/2.5DHeroContent/maps/gates/cliffedge.dat diff --git a/2.5DHero/2.5DHero/maps/gates/ecruteakroute38gate.dat b/2.5DHero/2.5DHeroContent/maps/gates/ecruteakroute38gate.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/gates/ecruteakroute38gate.dat rename to 2.5DHero/2.5DHeroContent/maps/gates/ecruteakroute38gate.dat diff --git a/2.5DHero/2.5DHero/maps/gates/ecruteakroute42gate.dat b/2.5DHero/2.5DHeroContent/maps/gates/ecruteakroute42gate.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/gates/ecruteakroute42gate.dat rename to 2.5DHero/2.5DHeroContent/maps/gates/ecruteakroute42gate.dat diff --git a/2.5DHero/2.5DHero/maps/gates/fuchsia-15gate.dat b/2.5DHero/2.5DHeroContent/maps/gates/fuchsia-15gate.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/gates/fuchsia-15gate.dat rename to 2.5DHero/2.5DHeroContent/maps/gates/fuchsia-15gate.dat diff --git a/2.5DHero/2.5DHero/maps/gates/fuchsia-19gate.dat b/2.5DHero/2.5DHeroContent/maps/gates/fuchsia-19gate.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/gates/fuchsia-19gate.dat rename to 2.5DHero/2.5DHeroContent/maps/gates/fuchsia-19gate.dat diff --git a/2.5DHero/2.5DHero/maps/gates/goldenrodroute35gate.dat b/2.5DHero/2.5DHeroContent/maps/gates/goldenrodroute35gate.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/gates/goldenrodroute35gate.dat rename to 2.5DHero/2.5DHeroContent/maps/gates/goldenrodroute35gate.dat diff --git a/2.5DHero/2.5DHero/maps/gates/ilexroute34gate.dat b/2.5DHero/2.5DHeroContent/maps/gates/ilexroute34gate.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/gates/ilexroute34gate.dat rename to 2.5DHero/2.5DHeroContent/maps/gates/ilexroute34gate.dat diff --git a/2.5DHero/2.5DHero/maps/gates/league.dat b/2.5DHero/2.5DHeroContent/maps/gates/league.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/gates/league.dat rename to 2.5DHero/2.5DHeroContent/maps/gates/league.dat diff --git a/2.5DHero/2.5DHero/maps/gates/mahoganyroute43gate.dat b/2.5DHero/2.5DHeroContent/maps/gates/mahoganyroute43gate.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/gates/mahoganyroute43gate.dat rename to 2.5DHero/2.5DHeroContent/maps/gates/mahoganyroute43gate.dat diff --git a/2.5DHero/2.5DHero/maps/gates/route16.dat b/2.5DHero/2.5DHeroContent/maps/gates/route16.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/gates/route16.dat rename to 2.5DHero/2.5DHeroContent/maps/gates/route16.dat diff --git a/2.5DHero/2.5DHero/maps/gates/route17-18.dat b/2.5DHero/2.5DHeroContent/maps/gates/route17-18.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/gates/route17-18.dat rename to 2.5DHero/2.5DHeroContent/maps/gates/route17-18.dat diff --git a/2.5DHero/2.5DHero/maps/gates/route2946gate.dat b/2.5DHero/2.5DHeroContent/maps/gates/route2946gate.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/gates/route2946gate.dat rename to 2.5DHero/2.5DHeroContent/maps/gates/route2946gate.dat diff --git a/2.5DHero/2.5DHero/maps/gates/route43gate.dat b/2.5DHero/2.5DHeroContent/maps/gates/route43gate.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/gates/route43gate.dat rename to 2.5DHero/2.5DHeroContent/maps/gates/route43gate.dat diff --git a/2.5DHero/2.5DHero/maps/gates/saffroneast.dat b/2.5DHero/2.5DHeroContent/maps/gates/saffroneast.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/gates/saffroneast.dat rename to 2.5DHero/2.5DHeroContent/maps/gates/saffroneast.dat diff --git a/2.5DHero/2.5DHero/maps/gates/saffronnorth.dat b/2.5DHero/2.5DHeroContent/maps/gates/saffronnorth.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/gates/saffronnorth.dat rename to 2.5DHero/2.5DHeroContent/maps/gates/saffronnorth.dat diff --git a/2.5DHero/2.5DHero/maps/gates/saffronsouth.dat b/2.5DHero/2.5DHeroContent/maps/gates/saffronsouth.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/gates/saffronsouth.dat rename to 2.5DHero/2.5DHeroContent/maps/gates/saffronsouth.dat diff --git a/2.5DHero/2.5DHero/maps/gates/saffronwest.dat b/2.5DHero/2.5DHeroContent/maps/gates/saffronwest.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/gates/saffronwest.dat rename to 2.5DHero/2.5DHeroContent/maps/gates/saffronwest.dat diff --git a/2.5DHero/2.5DHero/maps/goldenrod.dat b/2.5DHero/2.5DHeroContent/maps/goldenrod.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/goldenrod.dat rename to 2.5DHero/2.5DHeroContent/maps/goldenrod.dat diff --git a/2.5DHero/2.5DHero/maps/goldenrod/001.dat b/2.5DHero/2.5DHeroContent/maps/goldenrod/001.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/goldenrod/001.dat rename to 2.5DHero/2.5DHeroContent/maps/goldenrod/001.dat diff --git a/2.5DHero/2.5DHero/maps/goldenrod/002.dat b/2.5DHero/2.5DHeroContent/maps/goldenrod/002.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/goldenrod/002.dat rename to 2.5DHero/2.5DHeroContent/maps/goldenrod/002.dat diff --git a/2.5DHero/2.5DHero/maps/goldenrod/bill.dat b/2.5DHero/2.5DHeroContent/maps/goldenrod/bill.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/goldenrod/bill.dat rename to 2.5DHero/2.5DHeroContent/maps/goldenrod/bill.dat diff --git a/2.5DHero/2.5DHero/maps/goldenrod/center.dat b/2.5DHero/2.5DHeroContent/maps/goldenrod/center.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/goldenrod/center.dat rename to 2.5DHero/2.5DHeroContent/maps/goldenrod/center.dat diff --git a/2.5DHero/2.5DHero/maps/goldenrod/center_friends.dat b/2.5DHero/2.5DHeroContent/maps/goldenrod/center_friends.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/goldenrod/center_friends.dat rename to 2.5DHero/2.5DHeroContent/maps/goldenrod/center_friends.dat diff --git a/2.5DHero/2.5DHero/maps/goldenrod/center_global.dat b/2.5DHero/2.5DHeroContent/maps/goldenrod/center_global.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/goldenrod/center_global.dat rename to 2.5DHero/2.5DHeroContent/maps/goldenrod/center_global.dat diff --git a/2.5DHero/2.5DHero/maps/goldenrod/flowershop.dat b/2.5DHero/2.5DHeroContent/maps/goldenrod/flowershop.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/goldenrod/flowershop.dat rename to 2.5DHero/2.5DHeroContent/maps/goldenrod/flowershop.dat diff --git a/2.5DHero/2.5DHero/maps/goldenrod/mart.dat b/2.5DHero/2.5DHeroContent/maps/goldenrod/mart.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/goldenrod/mart.dat rename to 2.5DHero/2.5DHeroContent/maps/goldenrod/mart.dat diff --git a/2.5DHero/2.5DHero/maps/goldenrod/martbasement.dat b/2.5DHero/2.5DHeroContent/maps/goldenrod/martbasement.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/goldenrod/martbasement.dat rename to 2.5DHero/2.5DHeroContent/maps/goldenrod/martbasement.dat diff --git a/2.5DHero/2.5DHero/maps/goldenrod/namerater.dat b/2.5DHero/2.5DHeroContent/maps/goldenrod/namerater.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/goldenrod/namerater.dat rename to 2.5DHero/2.5DHeroContent/maps/goldenrod/namerater.dat diff --git a/2.5DHero/2.5DHero/maps/goldenrod/radiotower/1f.dat b/2.5DHero/2.5DHeroContent/maps/goldenrod/radiotower/1f.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/goldenrod/radiotower/1f.dat rename to 2.5DHero/2.5DHeroContent/maps/goldenrod/radiotower/1f.dat diff --git a/2.5DHero/2.5DHero/maps/goldenrod/radiotower/2f.dat b/2.5DHero/2.5DHeroContent/maps/goldenrod/radiotower/2f.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/goldenrod/radiotower/2f.dat rename to 2.5DHero/2.5DHeroContent/maps/goldenrod/radiotower/2f.dat diff --git a/2.5DHero/2.5DHero/maps/goldenrod/radiotower/3f.dat b/2.5DHero/2.5DHeroContent/maps/goldenrod/radiotower/3f.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/goldenrod/radiotower/3f.dat rename to 2.5DHero/2.5DHeroContent/maps/goldenrod/radiotower/3f.dat diff --git a/2.5DHero/2.5DHero/maps/goldenrod/radiotower/4f.dat b/2.5DHero/2.5DHeroContent/maps/goldenrod/radiotower/4f.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/goldenrod/radiotower/4f.dat rename to 2.5DHero/2.5DHeroContent/maps/goldenrod/radiotower/4f.dat diff --git a/2.5DHero/2.5DHero/maps/goldenrod/radiotower/5f.dat b/2.5DHero/2.5DHeroContent/maps/goldenrod/radiotower/5f.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/goldenrod/radiotower/5f.dat rename to 2.5DHero/2.5DHeroContent/maps/goldenrod/radiotower/5f.dat diff --git a/2.5DHero/2.5DHero/maps/goldenrod/taming_shop.dat b/2.5DHero/2.5DHeroContent/maps/goldenrod/taming_shop.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/goldenrod/taming_shop.dat rename to 2.5DHero/2.5DHeroContent/maps/goldenrod/taming_shop.dat diff --git a/2.5DHero/2.5DHero/maps/goldenrod/trainstation.dat b/2.5DHero/2.5DHeroContent/maps/goldenrod/trainstation.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/goldenrod/trainstation.dat rename to 2.5DHero/2.5DHeroContent/maps/goldenrod/trainstation.dat diff --git a/2.5DHero/2.5DHero/maps/goldenrod/underground0.dat b/2.5DHero/2.5DHeroContent/maps/goldenrod/underground0.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/goldenrod/underground0.dat rename to 2.5DHero/2.5DHeroContent/maps/goldenrod/underground0.dat diff --git a/2.5DHero/2.5DHero/maps/goldenrod/underground1.dat b/2.5DHero/2.5DHeroContent/maps/goldenrod/underground1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/goldenrod/underground1.dat rename to 2.5DHero/2.5DHeroContent/maps/goldenrod/underground1.dat diff --git a/2.5DHero/2.5DHero/maps/goldenrod/underground2.dat b/2.5DHero/2.5DHeroContent/maps/goldenrod/underground2.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/goldenrod/underground2.dat rename to 2.5DHero/2.5DHeroContent/maps/goldenrod/underground2.dat diff --git a/2.5DHero/2.5DHero/maps/goldenrod/underground3.dat b/2.5DHero/2.5DHeroContent/maps/goldenrod/underground3.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/goldenrod/underground3.dat rename to 2.5DHero/2.5DHeroContent/maps/goldenrod/underground3.dat diff --git a/2.5DHero/2.5DHero/maps/gyms/azalea_gym.dat b/2.5DHero/2.5DHeroContent/maps/gyms/azalea_gym.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/gyms/azalea_gym.dat rename to 2.5DHero/2.5DHeroContent/maps/gyms/azalea_gym.dat diff --git a/2.5DHero/2.5DHero/maps/gyms/blackthorn_gym_1.dat b/2.5DHero/2.5DHeroContent/maps/gyms/blackthorn_gym_1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/gyms/blackthorn_gym_1.dat rename to 2.5DHero/2.5DHeroContent/maps/gyms/blackthorn_gym_1.dat diff --git a/2.5DHero/2.5DHero/maps/gyms/blackthorn_gym_2.dat b/2.5DHero/2.5DHeroContent/maps/gyms/blackthorn_gym_2.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/gyms/blackthorn_gym_2.dat rename to 2.5DHero/2.5DHeroContent/maps/gyms/blackthorn_gym_2.dat diff --git a/2.5DHero/2.5DHero/maps/gyms/celadon_gym.dat b/2.5DHero/2.5DHeroContent/maps/gyms/celadon_gym.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/gyms/celadon_gym.dat rename to 2.5DHero/2.5DHeroContent/maps/gyms/celadon_gym.dat diff --git a/2.5DHero/2.5DHero/maps/gyms/cerulean_gym.dat b/2.5DHero/2.5DHeroContent/maps/gyms/cerulean_gym.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/gyms/cerulean_gym.dat rename to 2.5DHero/2.5DHeroContent/maps/gyms/cerulean_gym.dat diff --git a/2.5DHero/2.5DHero/maps/gyms/cianwood_gym.dat b/2.5DHero/2.5DHeroContent/maps/gyms/cianwood_gym.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/gyms/cianwood_gym.dat rename to 2.5DHero/2.5DHeroContent/maps/gyms/cianwood_gym.dat diff --git a/2.5DHero/2.5DHero/maps/gyms/cinnabar_gym.dat b/2.5DHero/2.5DHeroContent/maps/gyms/cinnabar_gym.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/gyms/cinnabar_gym.dat rename to 2.5DHero/2.5DHeroContent/maps/gyms/cinnabar_gym.dat diff --git a/2.5DHero/2.5DHero/maps/gyms/ecruteak_gym.dat b/2.5DHero/2.5DHeroContent/maps/gyms/ecruteak_gym.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/gyms/ecruteak_gym.dat rename to 2.5DHero/2.5DHeroContent/maps/gyms/ecruteak_gym.dat diff --git a/2.5DHero/2.5DHero/maps/gyms/fuchsia_gym.dat b/2.5DHero/2.5DHeroContent/maps/gyms/fuchsia_gym.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/gyms/fuchsia_gym.dat rename to 2.5DHero/2.5DHeroContent/maps/gyms/fuchsia_gym.dat diff --git a/2.5DHero/2.5DHero/maps/gyms/goldenrod_gym.dat b/2.5DHero/2.5DHeroContent/maps/gyms/goldenrod_gym.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/gyms/goldenrod_gym.dat rename to 2.5DHero/2.5DHeroContent/maps/gyms/goldenrod_gym.dat diff --git a/2.5DHero/2.5DHero/maps/gyms/mahogany_gym.dat b/2.5DHero/2.5DHeroContent/maps/gyms/mahogany_gym.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/gyms/mahogany_gym.dat rename to 2.5DHero/2.5DHeroContent/maps/gyms/mahogany_gym.dat diff --git a/2.5DHero/2.5DHero/maps/gyms/olivine_gym.dat b/2.5DHero/2.5DHeroContent/maps/gyms/olivine_gym.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/gyms/olivine_gym.dat rename to 2.5DHero/2.5DHeroContent/maps/gyms/olivine_gym.dat diff --git a/2.5DHero/2.5DHero/maps/gyms/pewter_gym.dat b/2.5DHero/2.5DHeroContent/maps/gyms/pewter_gym.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/gyms/pewter_gym.dat rename to 2.5DHero/2.5DHeroContent/maps/gyms/pewter_gym.dat diff --git a/2.5DHero/2.5DHero/maps/gyms/saffron_gym.dat b/2.5DHero/2.5DHeroContent/maps/gyms/saffron_gym.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/gyms/saffron_gym.dat rename to 2.5DHero/2.5DHeroContent/maps/gyms/saffron_gym.dat diff --git a/2.5DHero/2.5DHero/maps/gyms/vermilion_gym.dat b/2.5DHero/2.5DHeroContent/maps/gyms/vermilion_gym.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/gyms/vermilion_gym.dat rename to 2.5DHero/2.5DHeroContent/maps/gyms/vermilion_gym.dat diff --git a/2.5DHero/2.5DHero/maps/gyms/violet_gym.dat b/2.5DHero/2.5DHeroContent/maps/gyms/violet_gym.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/gyms/violet_gym.dat rename to 2.5DHero/2.5DHeroContent/maps/gyms/violet_gym.dat diff --git a/2.5DHero/2.5DHero/maps/gyms/viridian_gym.dat b/2.5DHero/2.5DHeroContent/maps/gyms/viridian_gym.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/gyms/viridian_gym.dat rename to 2.5DHero/2.5DHeroContent/maps/gyms/viridian_gym.dat diff --git a/2.5DHero/2.5DHero/maps/hiddengrotto/berryvista.dat b/2.5DHero/2.5DHeroContent/maps/hiddengrotto/berryvista.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/hiddengrotto/berryvista.dat rename to 2.5DHero/2.5DHeroContent/maps/hiddengrotto/berryvista.dat diff --git a/2.5DHero/2.5DHero/maps/hiddengrotto/ilexforest.dat b/2.5DHero/2.5DHeroContent/maps/hiddengrotto/ilexforest.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/hiddengrotto/ilexforest.dat rename to 2.5DHero/2.5DHeroContent/maps/hiddengrotto/ilexforest.dat diff --git a/2.5DHero/2.5DHero/maps/hiddengrotto/indigo.dat b/2.5DHero/2.5DHeroContent/maps/hiddengrotto/indigo.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/hiddengrotto/indigo.dat rename to 2.5DHero/2.5DHeroContent/maps/hiddengrotto/indigo.dat diff --git a/2.5DHero/2.5DHero/maps/hiddengrotto/lakeofrage.dat b/2.5DHero/2.5DHeroContent/maps/hiddengrotto/lakeofrage.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/hiddengrotto/lakeofrage.dat rename to 2.5DHero/2.5DHeroContent/maps/hiddengrotto/lakeofrage.dat diff --git a/2.5DHero/2.5DHero/maps/hiddengrotto/mahogany.dat b/2.5DHero/2.5DHeroContent/maps/hiddengrotto/mahogany.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/hiddengrotto/mahogany.dat rename to 2.5DHero/2.5DHeroContent/maps/hiddengrotto/mahogany.dat diff --git a/2.5DHero/2.5DHero/maps/hiddengrotto/nationalpark0.dat b/2.5DHero/2.5DHeroContent/maps/hiddengrotto/nationalpark0.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/hiddengrotto/nationalpark0.dat rename to 2.5DHero/2.5DHeroContent/maps/hiddengrotto/nationalpark0.dat diff --git a/2.5DHero/2.5DHero/maps/hiddengrotto/route26.dat b/2.5DHero/2.5DHeroContent/maps/hiddengrotto/route26.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/hiddengrotto/route26.dat rename to 2.5DHero/2.5DHeroContent/maps/hiddengrotto/route26.dat diff --git a/2.5DHero/2.5DHero/maps/hiddengrotto/route27.dat b/2.5DHero/2.5DHeroContent/maps/hiddengrotto/route27.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/hiddengrotto/route27.dat rename to 2.5DHero/2.5DHeroContent/maps/hiddengrotto/route27.dat diff --git a/2.5DHero/2.5DHero/maps/hiddengrotto/route31.dat b/2.5DHero/2.5DHeroContent/maps/hiddengrotto/route31.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/hiddengrotto/route31.dat rename to 2.5DHero/2.5DHeroContent/maps/hiddengrotto/route31.dat diff --git a/2.5DHero/2.5DHero/maps/hiddengrotto/route32.dat b/2.5DHero/2.5DHeroContent/maps/hiddengrotto/route32.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/hiddengrotto/route32.dat rename to 2.5DHero/2.5DHeroContent/maps/hiddengrotto/route32.dat diff --git a/2.5DHero/2.5DHero/maps/hiddengrotto/route34.dat b/2.5DHero/2.5DHeroContent/maps/hiddengrotto/route34.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/hiddengrotto/route34.dat rename to 2.5DHero/2.5DHeroContent/maps/hiddengrotto/route34.dat diff --git a/2.5DHero/2.5DHero/maps/hiddengrotto/route35.dat b/2.5DHero/2.5DHeroContent/maps/hiddengrotto/route35.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/hiddengrotto/route35.dat rename to 2.5DHero/2.5DHeroContent/maps/hiddengrotto/route35.dat diff --git a/2.5DHero/2.5DHero/maps/hiddengrotto/route39.dat b/2.5DHero/2.5DHeroContent/maps/hiddengrotto/route39.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/hiddengrotto/route39.dat rename to 2.5DHero/2.5DHeroContent/maps/hiddengrotto/route39.dat diff --git a/2.5DHero/2.5DHero/maps/hiddengrotto/route42.dat b/2.5DHero/2.5DHeroContent/maps/hiddengrotto/route42.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/hiddengrotto/route42.dat rename to 2.5DHero/2.5DHeroContent/maps/hiddengrotto/route42.dat diff --git a/2.5DHero/2.5DHero/maps/hiddengrotto/route43.dat b/2.5DHero/2.5DHeroContent/maps/hiddengrotto/route43.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/hiddengrotto/route43.dat rename to 2.5DHero/2.5DHeroContent/maps/hiddengrotto/route43.dat diff --git a/2.5DHero/2.5DHero/maps/hiddengrotto/route44.dat b/2.5DHero/2.5DHeroContent/maps/hiddengrotto/route44.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/hiddengrotto/route44.dat rename to 2.5DHero/2.5DHeroContent/maps/hiddengrotto/route44.dat diff --git a/2.5DHero/2.5DHero/maps/hiddengrotto/route46.dat b/2.5DHero/2.5DHeroContent/maps/hiddengrotto/route46.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/hiddengrotto/route46.dat rename to 2.5DHero/2.5DHeroContent/maps/hiddengrotto/route46.dat diff --git a/2.5DHero/2.5DHero/maps/hiddengrotto/route47.dat b/2.5DHero/2.5DHeroContent/maps/hiddengrotto/route47.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/hiddengrotto/route47.dat rename to 2.5DHero/2.5DHeroContent/maps/hiddengrotto/route47.dat diff --git a/2.5DHero/2.5DHero/maps/hiddengrotto/route48.dat b/2.5DHero/2.5DHeroContent/maps/hiddengrotto/route48.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/hiddengrotto/route48.dat rename to 2.5DHero/2.5DHeroContent/maps/hiddengrotto/route48.dat diff --git a/2.5DHero/2.5DHero/maps/hiddengrotto/twirl.dat b/2.5DHero/2.5DHeroContent/maps/hiddengrotto/twirl.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/hiddengrotto/twirl.dat rename to 2.5DHero/2.5DHeroContent/maps/hiddengrotto/twirl.dat diff --git a/2.5DHero/2.5DHero/maps/hiddengrotto/violet.dat b/2.5DHero/2.5DHeroContent/maps/hiddengrotto/violet.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/hiddengrotto/violet.dat rename to 2.5DHero/2.5DHeroContent/maps/hiddengrotto/violet.dat diff --git a/2.5DHero/2.5DHero/maps/icefall/basement.dat b/2.5DHero/2.5DHeroContent/maps/icefall/basement.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/icefall/basement.dat rename to 2.5DHero/2.5DHeroContent/maps/icefall/basement.dat diff --git a/2.5DHero/2.5DHero/maps/icefall/bay.dat b/2.5DHero/2.5DHeroContent/maps/icefall/bay.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/icefall/bay.dat rename to 2.5DHero/2.5DHeroContent/maps/icefall/bay.dat diff --git a/2.5DHero/2.5DHero/maps/icefall/dive.dat b/2.5DHero/2.5DHeroContent/maps/icefall/dive.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/icefall/dive.dat rename to 2.5DHero/2.5DHeroContent/maps/icefall/dive.dat diff --git a/2.5DHero/2.5DHero/maps/icefall/ent.dat b/2.5DHero/2.5DHeroContent/maps/icefall/ent.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/icefall/ent.dat rename to 2.5DHero/2.5DHeroContent/maps/icefall/ent.dat diff --git a/2.5DHero/2.5DHero/maps/icefall/ground.dat b/2.5DHero/2.5DHeroContent/maps/icefall/ground.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/icefall/ground.dat rename to 2.5DHero/2.5DHeroContent/maps/icefall/ground.dat diff --git a/2.5DHero/2.5DHero/maps/icepath/1f.dat b/2.5DHero/2.5DHeroContent/maps/icepath/1f.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/icepath/1f.dat rename to 2.5DHero/2.5DHeroContent/maps/icepath/1f.dat diff --git a/2.5DHero/2.5DHero/maps/icepath/2f.dat b/2.5DHero/2.5DHeroContent/maps/icepath/2f.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/icepath/2f.dat rename to 2.5DHero/2.5DHeroContent/maps/icepath/2f.dat diff --git a/2.5DHero/2.5DHero/maps/icepath/3f.dat b/2.5DHero/2.5DHeroContent/maps/icepath/3f.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/icepath/3f.dat rename to 2.5DHero/2.5DHeroContent/maps/icepath/3f.dat diff --git a/2.5DHero/2.5DHero/maps/icepath/4f.dat b/2.5DHero/2.5DHeroContent/maps/icepath/4f.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/icepath/4f.dat rename to 2.5DHero/2.5DHeroContent/maps/icepath/4f.dat diff --git a/2.5DHero/2.5DHero/maps/ilexforest.dat b/2.5DHero/2.5DHeroContent/maps/ilexforest.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/ilexforest.dat rename to 2.5DHero/2.5DHeroContent/maps/ilexforest.dat diff --git a/2.5DHero/2.5DHero/maps/indigo/bruno.dat b/2.5DHero/2.5DHeroContent/maps/indigo/bruno.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/indigo/bruno.dat rename to 2.5DHero/2.5DHeroContent/maps/indigo/bruno.dat diff --git a/2.5DHero/2.5DHero/maps/indigo/halloffame.dat b/2.5DHero/2.5DHeroContent/maps/indigo/halloffame.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/indigo/halloffame.dat rename to 2.5DHero/2.5DHeroContent/maps/indigo/halloffame.dat diff --git a/2.5DHero/2.5DHero/maps/indigo/halloffame_interface.dat b/2.5DHero/2.5DHeroContent/maps/indigo/halloffame_interface.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/indigo/halloffame_interface.dat rename to 2.5DHero/2.5DHeroContent/maps/indigo/halloffame_interface.dat diff --git a/2.5DHero/2.5DHero/maps/indigo/inside.dat b/2.5DHero/2.5DHeroContent/maps/indigo/inside.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/indigo/inside.dat rename to 2.5DHero/2.5DHeroContent/maps/indigo/inside.dat diff --git a/2.5DHero/2.5DHero/maps/indigo/karen.dat b/2.5DHero/2.5DHeroContent/maps/indigo/karen.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/indigo/karen.dat rename to 2.5DHero/2.5DHeroContent/maps/indigo/karen.dat diff --git a/2.5DHero/2.5DHero/maps/indigo/koga.dat b/2.5DHero/2.5DHeroContent/maps/indigo/koga.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/indigo/koga.dat rename to 2.5DHero/2.5DHeroContent/maps/indigo/koga.dat diff --git a/2.5DHero/2.5DHero/maps/indigo/lance.dat b/2.5DHero/2.5DHeroContent/maps/indigo/lance.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/indigo/lance.dat rename to 2.5DHero/2.5DHeroContent/maps/indigo/lance.dat diff --git a/2.5DHero/2.5DHero/maps/indigo/outside.dat b/2.5DHero/2.5DHeroContent/maps/indigo/outside.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/indigo/outside.dat rename to 2.5DHero/2.5DHeroContent/maps/indigo/outside.dat diff --git a/2.5DHero/2.5DHero/maps/indigo/portraitplace.dat b/2.5DHero/2.5DHeroContent/maps/indigo/portraitplace.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/indigo/portraitplace.dat rename to 2.5DHero/2.5DHeroContent/maps/indigo/portraitplace.dat diff --git a/2.5DHero/2.5DHero/maps/indigo/will.dat b/2.5DHero/2.5DHeroContent/maps/indigo/will.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/indigo/will.dat rename to 2.5DHero/2.5DHeroContent/maps/indigo/will.dat diff --git a/2.5DHero/2.5DHero/maps/kin/1.dat b/2.5DHero/2.5DHeroContent/maps/kin/1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/kin/1.dat rename to 2.5DHero/2.5DHeroContent/maps/kin/1.dat diff --git a/2.5DHero/2.5DHero/maps/kin/2.dat b/2.5DHero/2.5DHeroContent/maps/kin/2.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/kin/2.dat rename to 2.5DHero/2.5DHeroContent/maps/kin/2.dat diff --git a/2.5DHero/2.5DHero/maps/kin/3.dat b/2.5DHero/2.5DHeroContent/maps/kin/3.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/kin/3.dat rename to 2.5DHero/2.5DHeroContent/maps/kin/3.dat diff --git a/2.5DHero/2.5DHero/maps/kin/4.dat b/2.5DHero/2.5DHeroContent/maps/kin/4.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/kin/4.dat rename to 2.5DHero/2.5DHeroContent/maps/kin/4.dat diff --git a/2.5DHero/2.5DHero/maps/kin/5.dat b/2.5DHero/2.5DHeroContent/maps/kin/5.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/kin/5.dat rename to 2.5DHero/2.5DHeroContent/maps/kin/5.dat diff --git a/2.5DHero/2.5DHero/maps/kin/bbridge.dat b/2.5DHero/2.5DHeroContent/maps/kin/bbridge.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/kin/bbridge.dat rename to 2.5DHero/2.5DHeroContent/maps/kin/bbridge.dat diff --git a/2.5DHero/2.5DHero/maps/kin/berry.dat b/2.5DHero/2.5DHeroContent/maps/kin/berry.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/kin/berry.dat rename to 2.5DHero/2.5DHeroContent/maps/kin/berry.dat diff --git a/2.5DHero/2.5DHero/maps/kin/center.dat b/2.5DHero/2.5DHeroContent/maps/kin/center.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/kin/center.dat rename to 2.5DHero/2.5DHeroContent/maps/kin/center.dat diff --git a/2.5DHero/2.5DHero/maps/kin/dock.dat b/2.5DHero/2.5DHeroContent/maps/kin/dock.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/kin/dock.dat rename to 2.5DHero/2.5DHeroContent/maps/kin/dock.dat diff --git a/2.5DHero/2.5DHero/maps/kin/mart.dat b/2.5DHero/2.5DHeroContent/maps/kin/mart.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/kin/mart.dat rename to 2.5DHero/2.5DHeroContent/maps/kin/mart.dat diff --git a/2.5DHero/2.5DHero/maps/kin/path.dat b/2.5DHero/2.5DHeroContent/maps/kin/path.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/kin/path.dat rename to 2.5DHero/2.5DHeroContent/maps/kin/path.dat diff --git a/2.5DHero/2.5DHero/maps/kin/port.dat b/2.5DHero/2.5DHeroContent/maps/kin/port.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/kin/port.dat rename to 2.5DHero/2.5DHeroContent/maps/kin/port.dat diff --git a/2.5DHero/2.5DHero/maps/kin/town.dat b/2.5DHero/2.5DHeroContent/maps/kin/town.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/kin/town.dat rename to 2.5DHero/2.5DHeroContent/maps/kin/town.dat diff --git a/2.5DHero/2.5DHero/maps/knot/1.dat b/2.5DHero/2.5DHeroContent/maps/knot/1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/knot/1.dat rename to 2.5DHero/2.5DHeroContent/maps/knot/1.dat diff --git a/2.5DHero/2.5DHero/maps/knot/2.dat b/2.5DHero/2.5DHeroContent/maps/knot/2.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/knot/2.dat rename to 2.5DHero/2.5DHeroContent/maps/knot/2.dat diff --git a/2.5DHero/2.5DHero/maps/knot/dock.dat b/2.5DHero/2.5DHeroContent/maps/knot/dock.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/knot/dock.dat rename to 2.5DHero/2.5DHeroContent/maps/knot/dock.dat diff --git a/2.5DHero/2.5DHero/maps/knot/kindle.dat b/2.5DHero/2.5DHeroContent/maps/knot/kindle.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/knot/kindle.dat rename to 2.5DHero/2.5DHeroContent/maps/knot/kindle.dat diff --git a/2.5DHero/2.5DHero/maps/knot/spa.dat b/2.5DHero/2.5DHeroContent/maps/knot/spa.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/knot/spa.dat rename to 2.5DHero/2.5DHeroContent/maps/knot/spa.dat diff --git a/2.5DHero/2.5DHero/maps/knot/town.dat b/2.5DHero/2.5DHeroContent/maps/knot/town.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/knot/town.dat rename to 2.5DHero/2.5DHeroContent/maps/knot/town.dat diff --git a/2.5DHero/2.5DHero/maps/knot/treasure.dat b/2.5DHero/2.5DHeroContent/maps/knot/treasure.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/knot/treasure.dat rename to 2.5DHero/2.5DHeroContent/maps/knot/treasure.dat diff --git a/2.5DHero/2.5DHero/maps/kolben/center.dat b/2.5DHero/2.5DHeroContent/maps/kolben/center.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/kolben/center.dat rename to 2.5DHero/2.5DHeroContent/maps/kolben/center.dat diff --git a/2.5DHero/2.5DHero/maps/kolben/devoffices.dat b/2.5DHero/2.5DHeroContent/maps/kolben/devoffices.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/kolben/devoffices.dat rename to 2.5DHero/2.5DHeroContent/maps/kolben/devoffices.dat diff --git a/2.5DHero/2.5DHero/maps/kolben/elevator.dat b/2.5DHero/2.5DHeroContent/maps/kolben/elevator.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/kolben/elevator.dat rename to 2.5DHero/2.5DHeroContent/maps/kolben/elevator.dat diff --git a/2.5DHero/2.5DHero/maps/kolben/lounge.dat b/2.5DHero/2.5DHeroContent/maps/kolben/lounge.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/kolben/lounge.dat rename to 2.5DHero/2.5DHeroContent/maps/kolben/lounge.dat diff --git a/2.5DHero/2.5DHero/maps/kolben/servers.dat b/2.5DHero/2.5DHeroContent/maps/kolben/servers.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/kolben/servers.dat rename to 2.5DHero/2.5DHeroContent/maps/kolben/servers.dat diff --git a/2.5DHero/2.5DHero/maps/lakeofrage.dat b/2.5DHero/2.5DHeroContent/maps/lakeofrage.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/lakeofrage.dat rename to 2.5DHero/2.5DHeroContent/maps/lakeofrage.dat diff --git a/2.5DHero/2.5DHero/maps/lakeofrage/0.dat b/2.5DHero/2.5DHeroContent/maps/lakeofrage/0.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/lakeofrage/0.dat rename to 2.5DHero/2.5DHeroContent/maps/lakeofrage/0.dat diff --git a/2.5DHero/2.5DHero/maps/lakeofrage/1.dat b/2.5DHero/2.5DHeroContent/maps/lakeofrage/1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/lakeofrage/1.dat rename to 2.5DHero/2.5DHeroContent/maps/lakeofrage/1.dat diff --git a/2.5DHero/2.5DHero/maps/lavender/1.dat b/2.5DHero/2.5DHeroContent/maps/lavender/1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/lavender/1.dat rename to 2.5DHero/2.5DHeroContent/maps/lavender/1.dat diff --git a/2.5DHero/2.5DHero/maps/lavender/2.dat b/2.5DHero/2.5DHeroContent/maps/lavender/2.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/lavender/2.dat rename to 2.5DHero/2.5DHeroContent/maps/lavender/2.dat diff --git a/2.5DHero/2.5DHero/maps/lavender/3.dat b/2.5DHero/2.5DHeroContent/maps/lavender/3.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/lavender/3.dat rename to 2.5DHero/2.5DHeroContent/maps/lavender/3.dat diff --git a/2.5DHero/2.5DHero/maps/lavender/cemetary.dat b/2.5DHero/2.5DHeroContent/maps/lavender/cemetary.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/lavender/cemetary.dat rename to 2.5DHero/2.5DHeroContent/maps/lavender/cemetary.dat diff --git a/2.5DHero/2.5DHero/maps/lavender/center.dat b/2.5DHero/2.5DHeroContent/maps/lavender/center.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/lavender/center.dat rename to 2.5DHero/2.5DHeroContent/maps/lavender/center.dat diff --git a/2.5DHero/2.5DHero/maps/lavender/main.dat b/2.5DHero/2.5DHeroContent/maps/lavender/main.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/lavender/main.dat rename to 2.5DHero/2.5DHeroContent/maps/lavender/main.dat diff --git a/2.5DHero/2.5DHero/maps/lavender/mart.dat b/2.5DHero/2.5DHeroContent/maps/lavender/mart.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/lavender/mart.dat rename to 2.5DHero/2.5DHeroContent/maps/lavender/mart.dat diff --git a/2.5DHero/2.5DHero/maps/lavender/radio.dat b/2.5DHero/2.5DHeroContent/maps/lavender/radio.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/lavender/radio.dat rename to 2.5DHero/2.5DHeroContent/maps/lavender/radio.dat diff --git a/2.5DHero/2.5DHero/maps/lighthouse/lighthouse0.dat b/2.5DHero/2.5DHeroContent/maps/lighthouse/lighthouse0.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/lighthouse/lighthouse0.dat rename to 2.5DHero/2.5DHeroContent/maps/lighthouse/lighthouse0.dat diff --git a/2.5DHero/2.5DHero/maps/lostcave/1.dat b/2.5DHero/2.5DHeroContent/maps/lostcave/1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/lostcave/1.dat rename to 2.5DHero/2.5DHeroContent/maps/lostcave/1.dat diff --git a/2.5DHero/2.5DHero/maps/lostcave/2.dat b/2.5DHero/2.5DHeroContent/maps/lostcave/2.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/lostcave/2.dat rename to 2.5DHero/2.5DHeroContent/maps/lostcave/2.dat diff --git a/2.5DHero/2.5DHero/maps/lostcave/3.dat b/2.5DHero/2.5DHeroContent/maps/lostcave/3.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/lostcave/3.dat rename to 2.5DHero/2.5DHeroContent/maps/lostcave/3.dat diff --git a/2.5DHero/2.5DHero/maps/lostcave/4.dat b/2.5DHero/2.5DHeroContent/maps/lostcave/4.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/lostcave/4.dat rename to 2.5DHero/2.5DHeroContent/maps/lostcave/4.dat diff --git a/2.5DHero/2.5DHero/maps/lostcave/5.dat b/2.5DHero/2.5DHeroContent/maps/lostcave/5.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/lostcave/5.dat rename to 2.5DHero/2.5DHeroContent/maps/lostcave/5.dat diff --git a/2.5DHero/2.5DHero/maps/lostcave/6.dat b/2.5DHero/2.5DHeroContent/maps/lostcave/6.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/lostcave/6.dat rename to 2.5DHero/2.5DHeroContent/maps/lostcave/6.dat diff --git a/2.5DHero/2.5DHero/maps/lostcave/7.dat b/2.5DHero/2.5DHeroContent/maps/lostcave/7.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/lostcave/7.dat rename to 2.5DHero/2.5DHeroContent/maps/lostcave/7.dat diff --git a/2.5DHero/2.5DHero/maps/lostcave/8.dat b/2.5DHero/2.5DHeroContent/maps/lostcave/8.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/lostcave/8.dat rename to 2.5DHero/2.5DHeroContent/maps/lostcave/8.dat diff --git a/2.5DHero/2.5DHero/maps/lostcave/ent.dat b/2.5DHero/2.5DHeroContent/maps/lostcave/ent.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/lostcave/ent.dat rename to 2.5DHero/2.5DHeroContent/maps/lostcave/ent.dat diff --git a/2.5DHero/2.5DHero/maps/lostcave/extra1.dat b/2.5DHero/2.5DHeroContent/maps/lostcave/extra1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/lostcave/extra1.dat rename to 2.5DHero/2.5DHeroContent/maps/lostcave/extra1.dat diff --git a/2.5DHero/2.5DHero/maps/lostcave/extra2.dat b/2.5DHero/2.5DHeroContent/maps/lostcave/extra2.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/lostcave/extra2.dat rename to 2.5DHero/2.5DHeroContent/maps/lostcave/extra2.dat diff --git a/2.5DHero/2.5DHero/maps/lostcave/extra3.dat b/2.5DHero/2.5DHeroContent/maps/lostcave/extra3.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/lostcave/extra3.dat rename to 2.5DHero/2.5DHeroContent/maps/lostcave/extra3.dat diff --git a/2.5DHero/2.5DHero/maps/lostcave/extra4.dat b/2.5DHero/2.5DHeroContent/maps/lostcave/extra4.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/lostcave/extra4.dat rename to 2.5DHero/2.5DHeroContent/maps/lostcave/extra4.dat diff --git a/2.5DHero/2.5DHero/maps/lostcave/ladder.dat b/2.5DHero/2.5DHeroContent/maps/lostcave/ladder.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/lostcave/ladder.dat rename to 2.5DHero/2.5DHeroContent/maps/lostcave/ladder.dat diff --git a/2.5DHero/2.5DHero/maps/lostcave/selphy.dat b/2.5DHero/2.5DHeroContent/maps/lostcave/selphy.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/lostcave/selphy.dat rename to 2.5DHero/2.5DHeroContent/maps/lostcave/selphy.dat diff --git a/2.5DHero/2.5DHero/maps/mahogany.dat b/2.5DHero/2.5DHeroContent/maps/mahogany.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/mahogany.dat rename to 2.5DHero/2.5DHeroContent/maps/mahogany.dat diff --git a/2.5DHero/2.5DHero/maps/mahogany/0.dat b/2.5DHero/2.5DHeroContent/maps/mahogany/0.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/mahogany/0.dat rename to 2.5DHero/2.5DHeroContent/maps/mahogany/0.dat diff --git a/2.5DHero/2.5DHero/maps/mahogany/center.dat b/2.5DHero/2.5DHeroContent/maps/mahogany/center.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/mahogany/center.dat rename to 2.5DHero/2.5DHeroContent/maps/mahogany/center.dat diff --git a/2.5DHero/2.5DHero/maps/mahogany/shop.dat b/2.5DHero/2.5DHeroContent/maps/mahogany/shop.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/mahogany/shop.dat rename to 2.5DHero/2.5DHeroContent/maps/mahogany/shop.dat diff --git a/2.5DHero/2.5DHero/maps/mainmenu/_mainmenu3.dat b/2.5DHero/2.5DHeroContent/maps/mainmenu/_mainmenu3.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/mainmenu/_mainmenu3.dat rename to 2.5DHero/2.5DHeroContent/maps/mainmenu/_mainmenu3.dat diff --git a/2.5DHero/2.5DHero/maps/mainmenu/cubetest.dat b/2.5DHero/2.5DHeroContent/maps/mainmenu/cubetest.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/mainmenu/cubetest.dat rename to 2.5DHero/2.5DHeroContent/maps/mainmenu/cubetest.dat diff --git a/2.5DHero/2.5DHero/maps/mainmenu/mainmenu0.dat b/2.5DHero/2.5DHeroContent/maps/mainmenu/mainmenu0.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/mainmenu/mainmenu0.dat rename to 2.5DHero/2.5DHeroContent/maps/mainmenu/mainmenu0.dat diff --git a/2.5DHero/2.5DHero/maps/mainmenu/mainmenu1.dat b/2.5DHero/2.5DHeroContent/maps/mainmenu/mainmenu1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/mainmenu/mainmenu1.dat rename to 2.5DHero/2.5DHeroContent/maps/mainmenu/mainmenu1.dat diff --git a/2.5DHero/2.5DHero/maps/mainmenu/mainmenu2.dat b/2.5DHero/2.5DHeroContent/maps/mainmenu/mainmenu2.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/mainmenu/mainmenu2.dat rename to 2.5DHero/2.5DHeroContent/maps/mainmenu/mainmenu2.dat diff --git a/2.5DHero/2.5DHero/maps/mrpokemonhouse.dat b/2.5DHero/2.5DHeroContent/maps/mrpokemonhouse.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/mrpokemonhouse.dat rename to 2.5DHero/2.5DHeroContent/maps/mrpokemonhouse.dat diff --git a/2.5DHero/2.5DHero/maps/mtember/braille1.dat b/2.5DHero/2.5DHeroContent/maps/mtember/braille1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/mtember/braille1.dat rename to 2.5DHero/2.5DHeroContent/maps/mtember/braille1.dat diff --git a/2.5DHero/2.5DHero/maps/mtember/braille2.dat b/2.5DHero/2.5DHeroContent/maps/mtember/braille2.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/mtember/braille2.dat rename to 2.5DHero/2.5DHeroContent/maps/mtember/braille2.dat diff --git a/2.5DHero/2.5DHero/maps/mtember/exterior.dat b/2.5DHero/2.5DHeroContent/maps/mtember/exterior.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/mtember/exterior.dat rename to 2.5DHero/2.5DHeroContent/maps/mtember/exterior.dat diff --git a/2.5DHero/2.5DHero/maps/mtember/peak.dat b/2.5DHero/2.5DHeroContent/maps/mtember/peak.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/mtember/peak.dat rename to 2.5DHero/2.5DHeroContent/maps/mtember/peak.dat diff --git a/2.5DHero/2.5DHero/maps/mtember/peakp1.dat b/2.5DHero/2.5DHeroContent/maps/mtember/peakp1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/mtember/peakp1.dat rename to 2.5DHero/2.5DHeroContent/maps/mtember/peakp1.dat diff --git a/2.5DHero/2.5DHero/maps/mtember/peakp2.dat b/2.5DHero/2.5DHeroContent/maps/mtember/peakp2.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/mtember/peakp2.dat rename to 2.5DHero/2.5DHeroContent/maps/mtember/peakp2.dat diff --git a/2.5DHero/2.5DHero/maps/mtember/peakp3.dat b/2.5DHero/2.5DHeroContent/maps/mtember/peakp3.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/mtember/peakp3.dat rename to 2.5DHero/2.5DHeroContent/maps/mtember/peakp3.dat diff --git a/2.5DHero/2.5DHero/maps/mtember/secretpath1.dat b/2.5DHero/2.5DHeroContent/maps/mtember/secretpath1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/mtember/secretpath1.dat rename to 2.5DHero/2.5DHeroContent/maps/mtember/secretpath1.dat diff --git a/2.5DHero/2.5DHero/maps/mtember/secretpath2.dat b/2.5DHero/2.5DHeroContent/maps/mtember/secretpath2.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/mtember/secretpath2.dat rename to 2.5DHero/2.5DHeroContent/maps/mtember/secretpath2.dat diff --git a/2.5DHero/2.5DHero/maps/mtember/secretpath3.dat b/2.5DHero/2.5DHeroContent/maps/mtember/secretpath3.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/mtember/secretpath3.dat rename to 2.5DHero/2.5DHeroContent/maps/mtember/secretpath3.dat diff --git a/2.5DHero/2.5DHero/maps/mtember/secretpath4.dat b/2.5DHero/2.5DHeroContent/maps/mtember/secretpath4.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/mtember/secretpath4.dat rename to 2.5DHero/2.5DHeroContent/maps/mtember/secretpath4.dat diff --git a/2.5DHero/2.5DHero/maps/mtember/secretpath5.dat b/2.5DHero/2.5DHeroContent/maps/mtember/secretpath5.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/mtember/secretpath5.dat rename to 2.5DHero/2.5DHeroContent/maps/mtember/secretpath5.dat diff --git a/2.5DHero/2.5DHero/maps/mtember/secretpath6.dat b/2.5DHero/2.5DHeroContent/maps/mtember/secretpath6.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/mtember/secretpath6.dat rename to 2.5DHero/2.5DHeroContent/maps/mtember/secretpath6.dat diff --git a/2.5DHero/2.5DHero/maps/mtmoon/main.dat b/2.5DHero/2.5DHeroContent/maps/mtmoon/main.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/mtmoon/main.dat rename to 2.5DHero/2.5DHeroContent/maps/mtmoon/main.dat diff --git a/2.5DHero/2.5DHero/maps/mtmoon/north.dat b/2.5DHero/2.5DHeroContent/maps/mtmoon/north.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/mtmoon/north.dat rename to 2.5DHero/2.5DHeroContent/maps/mtmoon/north.dat diff --git a/2.5DHero/2.5DHero/maps/mtmoon/shop.dat b/2.5DHero/2.5DHeroContent/maps/mtmoon/shop.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/mtmoon/shop.dat rename to 2.5DHero/2.5DHeroContent/maps/mtmoon/shop.dat diff --git a/2.5DHero/2.5DHero/maps/mtmoon/south.dat b/2.5DHero/2.5DHeroContent/maps/mtmoon/south.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/mtmoon/south.dat rename to 2.5DHero/2.5DHeroContent/maps/mtmoon/south.dat diff --git a/2.5DHero/2.5DHero/maps/mtmoon/square.dat b/2.5DHero/2.5DHeroContent/maps/mtmoon/square.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/mtmoon/square.dat rename to 2.5DHero/2.5DHeroContent/maps/mtmoon/square.dat diff --git a/2.5DHero/2.5DHero/maps/mtmortar/mtmortarbf1.dat b/2.5DHero/2.5DHeroContent/maps/mtmortar/mtmortarbf1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/mtmortar/mtmortarbf1.dat rename to 2.5DHero/2.5DHeroContent/maps/mtmortar/mtmortarbf1.dat diff --git a/2.5DHero/2.5DHero/maps/mtmortar/mtmortarf1.dat b/2.5DHero/2.5DHeroContent/maps/mtmortar/mtmortarf1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/mtmortar/mtmortarf1.dat rename to 2.5DHero/2.5DHeroContent/maps/mtmortar/mtmortarf1.dat diff --git a/2.5DHero/2.5DHero/maps/mtmortar/mtmortarf2.dat b/2.5DHero/2.5DHeroContent/maps/mtmortar/mtmortarf2.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/mtmortar/mtmortarf2.dat rename to 2.5DHero/2.5DHeroContent/maps/mtmortar/mtmortarf2.dat diff --git a/2.5DHero/2.5DHero/maps/mtmortar/mtmortarmain.dat b/2.5DHero/2.5DHeroContent/maps/mtmortar/mtmortarmain.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/mtmortar/mtmortarmain.dat rename to 2.5DHero/2.5DHeroContent/maps/mtmortar/mtmortarmain.dat diff --git a/2.5DHero/2.5DHero/maps/mtsilver/1f.dat b/2.5DHero/2.5DHeroContent/maps/mtsilver/1f.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/mtsilver/1f.dat rename to 2.5DHero/2.5DHeroContent/maps/mtsilver/1f.dat diff --git a/2.5DHero/2.5DHero/maps/mtsilver/exterior.dat b/2.5DHero/2.5DHeroContent/maps/mtsilver/exterior.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/mtsilver/exterior.dat rename to 2.5DHero/2.5DHeroContent/maps/mtsilver/exterior.dat diff --git a/2.5DHero/2.5DHero/maps/nationalpark/contest.dat b/2.5DHero/2.5DHeroContent/maps/nationalpark/contest.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/nationalpark/contest.dat rename to 2.5DHero/2.5DHeroContent/maps/nationalpark/contest.dat diff --git a/2.5DHero/2.5DHero/maps/nationalpark/nationalpark0.dat b/2.5DHero/2.5DHeroContent/maps/nationalpark/nationalpark0.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/nationalpark/nationalpark0.dat rename to 2.5DHero/2.5DHeroContent/maps/nationalpark/nationalpark0.dat diff --git a/2.5DHero/2.5DHero/maps/nationalpark/nationalpark1.dat b/2.5DHero/2.5DHeroContent/maps/nationalpark/nationalpark1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/nationalpark/nationalpark1.dat rename to 2.5DHero/2.5DHeroContent/maps/nationalpark/nationalpark1.dat diff --git a/2.5DHero/2.5DHero/maps/nationalpark/nationalpark2.dat b/2.5DHero/2.5DHeroContent/maps/nationalpark/nationalpark2.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/nationalpark/nationalpark2.dat rename to 2.5DHero/2.5DHeroContent/maps/nationalpark/nationalpark2.dat diff --git a/2.5DHero/2.5DHero/maps/olivine/001.dat b/2.5DHero/2.5DHeroContent/maps/olivine/001.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/olivine/001.dat rename to 2.5DHero/2.5DHeroContent/maps/olivine/001.dat diff --git a/2.5DHero/2.5DHero/maps/olivine/002.dat b/2.5DHero/2.5DHeroContent/maps/olivine/002.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/olivine/002.dat rename to 2.5DHero/2.5DHeroContent/maps/olivine/002.dat diff --git a/2.5DHero/2.5DHero/maps/olivine/003.dat b/2.5DHero/2.5DHeroContent/maps/olivine/003.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/olivine/003.dat rename to 2.5DHero/2.5DHeroContent/maps/olivine/003.dat diff --git a/2.5DHero/2.5DHero/maps/olivine/Cafe.dat b/2.5DHero/2.5DHeroContent/maps/olivine/Cafe.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/olivine/Cafe.dat rename to 2.5DHero/2.5DHeroContent/maps/olivine/Cafe.dat diff --git a/2.5DHero/2.5DHero/maps/olivine/center.dat b/2.5DHero/2.5DHeroContent/maps/olivine/center.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/olivine/center.dat rename to 2.5DHero/2.5DHeroContent/maps/olivine/center.dat diff --git a/2.5DHero/2.5DHero/maps/olivine/dock.dat b/2.5DHero/2.5DHeroContent/maps/olivine/dock.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/olivine/dock.dat rename to 2.5DHero/2.5DHeroContent/maps/olivine/dock.dat diff --git a/2.5DHero/2.5DHero/maps/olivine/dock_entrance.dat b/2.5DHero/2.5DHeroContent/maps/olivine/dock_entrance.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/olivine/dock_entrance.dat rename to 2.5DHero/2.5DHeroContent/maps/olivine/dock_entrance.dat diff --git a/2.5DHero/2.5DHero/maps/olivine/mart.dat b/2.5DHero/2.5DHeroContent/maps/olivine/mart.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/olivine/mart.dat rename to 2.5DHero/2.5DHeroContent/maps/olivine/mart.dat diff --git a/2.5DHero/2.5DHero/maps/pallet/Blue.dat b/2.5DHero/2.5DHeroContent/maps/pallet/Blue.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/pallet/Blue.dat rename to 2.5DHero/2.5DHeroContent/maps/pallet/Blue.dat diff --git a/2.5DHero/2.5DHero/maps/pallet/Red1.dat b/2.5DHero/2.5DHeroContent/maps/pallet/Red1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/pallet/Red1.dat rename to 2.5DHero/2.5DHeroContent/maps/pallet/Red1.dat diff --git a/2.5DHero/2.5DHero/maps/pallet/Red2.dat b/2.5DHero/2.5DHeroContent/maps/pallet/Red2.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/pallet/Red2.dat rename to 2.5DHero/2.5DHeroContent/maps/pallet/Red2.dat diff --git a/2.5DHero/2.5DHero/maps/pallet/main.dat b/2.5DHero/2.5DHeroContent/maps/pallet/main.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/pallet/main.dat rename to 2.5DHero/2.5DHeroContent/maps/pallet/main.dat diff --git a/2.5DHero/2.5DHero/maps/pallet/oaklab.dat b/2.5DHero/2.5DHeroContent/maps/pallet/oaklab.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/pallet/oaklab.dat rename to 2.5DHero/2.5DHeroContent/maps/pallet/oaklab.dat diff --git a/2.5DHero/2.5DHero/maps/pewter/1.dat b/2.5DHero/2.5DHeroContent/maps/pewter/1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/pewter/1.dat rename to 2.5DHero/2.5DHeroContent/maps/pewter/1.dat diff --git a/2.5DHero/2.5DHero/maps/pewter/2.dat b/2.5DHero/2.5DHeroContent/maps/pewter/2.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/pewter/2.dat rename to 2.5DHero/2.5DHeroContent/maps/pewter/2.dat diff --git a/2.5DHero/2.5DHero/maps/pewter/center.dat b/2.5DHero/2.5DHeroContent/maps/pewter/center.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/pewter/center.dat rename to 2.5DHero/2.5DHeroContent/maps/pewter/center.dat diff --git a/2.5DHero/2.5DHero/maps/pewter/main.dat b/2.5DHero/2.5DHeroContent/maps/pewter/main.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/pewter/main.dat rename to 2.5DHero/2.5DHeroContent/maps/pewter/main.dat diff --git a/2.5DHero/2.5DHero/maps/pewter/mart.dat b/2.5DHero/2.5DHeroContent/maps/pewter/mart.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/pewter/mart.dat rename to 2.5DHero/2.5DHeroContent/maps/pewter/mart.dat diff --git a/2.5DHero/2.5DHero/maps/pewter/museum.dat b/2.5DHero/2.5DHeroContent/maps/pewter/museum.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/pewter/museum.dat rename to 2.5DHero/2.5DHeroContent/maps/pewter/museum.dat diff --git a/2.5DHero/2.5DHero/maps/poke/alph/alph01.poke b/2.5DHero/2.5DHeroContent/maps/poke/alph/alph01.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/alph/alph01.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/alph/alph01.poke diff --git a/2.5DHero/2.5DHero/maps/poke/alph/ruinsofalph.poke b/2.5DHero/2.5DHeroContent/maps/poke/alph/ruinsofalph.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/alph/ruinsofalph.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/alph/ruinsofalph.poke diff --git a/2.5DHero/2.5DHero/maps/poke/azalea.poke b/2.5DHero/2.5DHeroContent/maps/poke/azalea.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/azalea.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/azalea.poke diff --git a/2.5DHero/2.5DHero/maps/poke/barktown.poke b/2.5DHero/2.5DHeroContent/maps/poke/barktown.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/barktown.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/barktown.poke diff --git a/2.5DHero/2.5DHero/maps/poke/blackthorn.poke b/2.5DHero/2.5DHeroContent/maps/poke/blackthorn.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/blackthorn.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/blackthorn.poke diff --git a/2.5DHero/2.5DHero/maps/poke/boon/cape.poke b/2.5DHero/2.5DHeroContent/maps/poke/boon/cape.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/boon/cape.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/boon/cape.poke diff --git a/2.5DHero/2.5DHero/maps/poke/burnedtower/burnedtower1f.poke b/2.5DHero/2.5DHeroContent/maps/poke/burnedtower/burnedtower1f.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/burnedtower/burnedtower1f.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/burnedtower/burnedtower1f.poke diff --git a/2.5DHero/2.5DHero/maps/poke/burnedtower/burnedtowerb1f.poke b/2.5DHero/2.5DHeroContent/maps/poke/burnedtower/burnedtowerb1f.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/burnedtower/burnedtowerb1f.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/burnedtower/burnedtowerb1f.poke diff --git a/2.5DHero/2.5DHero/maps/poke/celadon/main.poke b/2.5DHero/2.5DHeroContent/maps/poke/celadon/main.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/celadon/main.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/celadon/main.poke diff --git a/2.5DHero/2.5DHero/maps/poke/cerulean/main.poke b/2.5DHero/2.5DHeroContent/maps/poke/cerulean/main.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/cerulean/main.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/cerulean/main.poke diff --git a/2.5DHero/2.5DHero/maps/poke/ceruleancave/1f.poke b/2.5DHero/2.5DHeroContent/maps/poke/ceruleancave/1f.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/ceruleancave/1f.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/ceruleancave/1f.poke diff --git a/2.5DHero/2.5DHero/maps/poke/ceruleancave/2f.poke b/2.5DHero/2.5DHeroContent/maps/poke/ceruleancave/2f.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/ceruleancave/2f.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/ceruleancave/2f.poke diff --git a/2.5DHero/2.5DHero/maps/poke/ceruleancave/bf1.poke b/2.5DHero/2.5DHeroContent/maps/poke/ceruleancave/bf1.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/ceruleancave/bf1.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/ceruleancave/bf1.poke diff --git a/2.5DHero/2.5DHero/maps/poke/cherrygrove.poke b/2.5DHero/2.5DHeroContent/maps/poke/cherrygrove.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/cherrygrove.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/cherrygrove.poke diff --git a/2.5DHero/2.5DHero/maps/poke/chrono/labyrinth.poke b/2.5DHero/2.5DHeroContent/maps/poke/chrono/labyrinth.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/chrono/labyrinth.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/chrono/labyrinth.poke diff --git a/2.5DHero/2.5DHero/maps/poke/chrono/meadow.poke b/2.5DHero/2.5DHeroContent/maps/poke/chrono/meadow.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/chrono/meadow.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/chrono/meadow.poke diff --git a/2.5DHero/2.5DHero/maps/poke/chrono/memorial.poke b/2.5DHero/2.5DHeroContent/maps/poke/chrono/memorial.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/chrono/memorial.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/chrono/memorial.poke diff --git a/2.5DHero/2.5DHero/maps/poke/chrono/resort.poke b/2.5DHero/2.5DHeroContent/maps/poke/chrono/resort.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/chrono/resort.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/chrono/resort.poke diff --git a/2.5DHero/2.5DHero/maps/poke/chrono/town.poke b/2.5DHero/2.5DHeroContent/maps/poke/chrono/town.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/chrono/town.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/chrono/town.poke diff --git a/2.5DHero/2.5DHero/maps/poke/cianwood.poke b/2.5DHero/2.5DHeroContent/maps/poke/cianwood.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/cianwood.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/cianwood.poke diff --git a/2.5DHero/2.5DHero/maps/poke/darkcave/darkcave0.poke b/2.5DHero/2.5DHeroContent/maps/poke/darkcave/darkcave0.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/darkcave/darkcave0.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/darkcave/darkcave0.poke diff --git a/2.5DHero/2.5DHero/maps/poke/darkcave/darkcave1.poke b/2.5DHero/2.5DHeroContent/maps/poke/darkcave/darkcave1.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/darkcave/darkcave1.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/darkcave/darkcave1.poke diff --git a/2.5DHero/2.5DHero/maps/poke/diglettscave/entpew.poke b/2.5DHero/2.5DHeroContent/maps/poke/diglettscave/entpew.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/diglettscave/entpew.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/diglettscave/entpew.poke diff --git a/2.5DHero/2.5DHero/maps/poke/diglettscave/entver.poke b/2.5DHero/2.5DHeroContent/maps/poke/diglettscave/entver.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/diglettscave/entver.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/diglettscave/entver.poke diff --git a/2.5DHero/2.5DHero/maps/poke/diglettscave/main.poke b/2.5DHero/2.5DHeroContent/maps/poke/diglettscave/main.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/diglettscave/main.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/diglettscave/main.poke diff --git a/2.5DHero/2.5DHero/maps/poke/dragonsden/main.poke b/2.5DHero/2.5DHeroContent/maps/poke/dragonsden/main.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/dragonsden/main.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/dragonsden/main.poke diff --git a/2.5DHero/2.5DHero/maps/poke/dungeon/0/0.poke b/2.5DHero/2.5DHeroContent/maps/poke/dungeon/0/0.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/dungeon/0/0.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/dungeon/0/0.poke diff --git a/2.5DHero/2.5DHero/maps/poke/dungeon/0/1.poke b/2.5DHero/2.5DHeroContent/maps/poke/dungeon/0/1.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/dungeon/0/1.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/dungeon/0/1.poke diff --git a/2.5DHero/2.5DHero/maps/poke/dungeon/0/10.poke b/2.5DHero/2.5DHeroContent/maps/poke/dungeon/0/10.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/dungeon/0/10.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/dungeon/0/10.poke diff --git a/2.5DHero/2.5DHero/maps/poke/dungeon/0/11.poke b/2.5DHero/2.5DHeroContent/maps/poke/dungeon/0/11.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/dungeon/0/11.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/dungeon/0/11.poke diff --git a/2.5DHero/2.5DHero/maps/poke/dungeon/0/12.poke b/2.5DHero/2.5DHeroContent/maps/poke/dungeon/0/12.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/dungeon/0/12.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/dungeon/0/12.poke diff --git a/2.5DHero/2.5DHero/maps/poke/dungeon/0/13.poke b/2.5DHero/2.5DHeroContent/maps/poke/dungeon/0/13.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/dungeon/0/13.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/dungeon/0/13.poke diff --git a/2.5DHero/2.5DHero/maps/poke/dungeon/0/14.poke b/2.5DHero/2.5DHeroContent/maps/poke/dungeon/0/14.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/dungeon/0/14.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/dungeon/0/14.poke diff --git a/2.5DHero/2.5DHero/maps/poke/dungeon/0/2.poke b/2.5DHero/2.5DHeroContent/maps/poke/dungeon/0/2.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/dungeon/0/2.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/dungeon/0/2.poke diff --git a/2.5DHero/2.5DHero/maps/poke/dungeon/0/3.poke b/2.5DHero/2.5DHeroContent/maps/poke/dungeon/0/3.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/dungeon/0/3.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/dungeon/0/3.poke diff --git a/2.5DHero/2.5DHero/maps/poke/dungeon/0/4.poke b/2.5DHero/2.5DHeroContent/maps/poke/dungeon/0/4.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/dungeon/0/4.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/dungeon/0/4.poke diff --git a/2.5DHero/2.5DHero/maps/poke/dungeon/0/5.poke b/2.5DHero/2.5DHeroContent/maps/poke/dungeon/0/5.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/dungeon/0/5.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/dungeon/0/5.poke diff --git a/2.5DHero/2.5DHero/maps/poke/dungeon/0/6.poke b/2.5DHero/2.5DHeroContent/maps/poke/dungeon/0/6.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/dungeon/0/6.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/dungeon/0/6.poke diff --git a/2.5DHero/2.5DHero/maps/poke/dungeon/0/7.poke b/2.5DHero/2.5DHeroContent/maps/poke/dungeon/0/7.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/dungeon/0/7.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/dungeon/0/7.poke diff --git a/2.5DHero/2.5DHero/maps/poke/dungeon/0/8.poke b/2.5DHero/2.5DHeroContent/maps/poke/dungeon/0/8.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/dungeon/0/8.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/dungeon/0/8.poke diff --git a/2.5DHero/2.5DHero/maps/poke/dungeon/0/9.poke b/2.5DHero/2.5DHeroContent/maps/poke/dungeon/0/9.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/dungeon/0/9.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/dungeon/0/9.poke diff --git a/2.5DHero/2.5DHero/maps/poke/dungeon/2/0.poke b/2.5DHero/2.5DHeroContent/maps/poke/dungeon/2/0.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/dungeon/2/0.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/dungeon/2/0.poke diff --git a/2.5DHero/2.5DHero/maps/poke/dungeon/2/1.poke b/2.5DHero/2.5DHeroContent/maps/poke/dungeon/2/1.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/dungeon/2/1.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/dungeon/2/1.poke diff --git a/2.5DHero/2.5DHero/maps/poke/dungeon/2/2.poke b/2.5DHero/2.5DHeroContent/maps/poke/dungeon/2/2.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/dungeon/2/2.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/dungeon/2/2.poke diff --git a/2.5DHero/2.5DHero/maps/poke/dungeon/2/3.poke b/2.5DHero/2.5DHeroContent/maps/poke/dungeon/2/3.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/dungeon/2/3.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/dungeon/2/3.poke diff --git a/2.5DHero/2.5DHero/maps/poke/dungeon/2/4.poke b/2.5DHero/2.5DHeroContent/maps/poke/dungeon/2/4.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/dungeon/2/4.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/dungeon/2/4.poke diff --git a/2.5DHero/2.5DHero/maps/poke/dungeon/2/5.poke b/2.5DHero/2.5DHeroContent/maps/poke/dungeon/2/5.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/dungeon/2/5.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/dungeon/2/5.poke diff --git a/2.5DHero/2.5DHero/maps/poke/dungeon/2/6.poke b/2.5DHero/2.5DHeroContent/maps/poke/dungeon/2/6.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/dungeon/2/6.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/dungeon/2/6.poke diff --git a/2.5DHero/2.5DHero/maps/poke/dungeon/2/7.poke b/2.5DHero/2.5DHeroContent/maps/poke/dungeon/2/7.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/dungeon/2/7.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/dungeon/2/7.poke diff --git a/2.5DHero/2.5DHero/maps/poke/dungeon/main.poke b/2.5DHero/2.5DHeroContent/maps/poke/dungeon/main.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/dungeon/main.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/dungeon/main.poke diff --git a/2.5DHero/2.5DHero/maps/poke/ecruteak.poke b/2.5DHero/2.5DHeroContent/maps/poke/ecruteak.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/ecruteak.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/ecruteak.poke diff --git a/2.5DHero/2.5DHero/maps/poke/ecruteak/tintower2f.poke b/2.5DHero/2.5DHeroContent/maps/poke/ecruteak/tintower2f.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/ecruteak/tintower2f.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/ecruteak/tintower2f.poke diff --git a/2.5DHero/2.5DHero/maps/poke/ecruteak/tintower3f.poke b/2.5DHero/2.5DHeroContent/maps/poke/ecruteak/tintower3f.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/ecruteak/tintower3f.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/ecruteak/tintower3f.poke diff --git a/2.5DHero/2.5DHero/maps/poke/ecruteak/tintower4f.poke b/2.5DHero/2.5DHeroContent/maps/poke/ecruteak/tintower4f.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/ecruteak/tintower4f.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/ecruteak/tintower4f.poke diff --git a/2.5DHero/2.5DHero/maps/poke/ecruteak/tintower5f.poke b/2.5DHero/2.5DHeroContent/maps/poke/ecruteak/tintower5f.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/ecruteak/tintower5f.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/ecruteak/tintower5f.poke diff --git a/2.5DHero/2.5DHero/maps/poke/ecruteak/tintower6f.poke b/2.5DHero/2.5DHeroContent/maps/poke/ecruteak/tintower6f.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/ecruteak/tintower6f.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/ecruteak/tintower6f.poke diff --git a/2.5DHero/2.5DHero/maps/poke/ecruteak/tintower7f.poke b/2.5DHero/2.5DHeroContent/maps/poke/ecruteak/tintower7f.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/ecruteak/tintower7f.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/ecruteak/tintower7f.poke diff --git a/2.5DHero/2.5DHero/maps/poke/ecruteak/tintower8f.poke b/2.5DHero/2.5DHeroContent/maps/poke/ecruteak/tintower8f.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/ecruteak/tintower8f.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/ecruteak/tintower8f.poke diff --git a/2.5DHero/2.5DHero/maps/poke/ecruteak/tintower9f.poke b/2.5DHero/2.5DHeroContent/maps/poke/ecruteak/tintower9f.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/ecruteak/tintower9f.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/ecruteak/tintower9f.poke diff --git a/2.5DHero/2.5DHero/maps/poke/floe/town.poke b/2.5DHero/2.5DHeroContent/maps/poke/floe/town.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/floe/town.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/floe/town.poke diff --git a/2.5DHero/2.5DHero/maps/poke/fuchsia/main.poke b/2.5DHero/2.5DHeroContent/maps/poke/fuchsia/main.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/fuchsia/main.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/fuchsia/main.poke diff --git a/2.5DHero/2.5DHero/maps/poke/gates/cliffedge.poke b/2.5DHero/2.5DHeroContent/maps/poke/gates/cliffedge.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/gates/cliffedge.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/gates/cliffedge.poke diff --git a/2.5DHero/2.5DHero/maps/poke/icefall/basement.poke b/2.5DHero/2.5DHeroContent/maps/poke/icefall/basement.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/icefall/basement.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/icefall/basement.poke diff --git a/2.5DHero/2.5DHero/maps/poke/icefall/bay.poke b/2.5DHero/2.5DHeroContent/maps/poke/icefall/bay.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/icefall/bay.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/icefall/bay.poke diff --git a/2.5DHero/2.5DHero/maps/poke/icefall/ent.poke b/2.5DHero/2.5DHeroContent/maps/poke/icefall/ent.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/icefall/ent.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/icefall/ent.poke diff --git a/2.5DHero/2.5DHero/maps/poke/icefall/ground.poke b/2.5DHero/2.5DHeroContent/maps/poke/icefall/ground.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/icefall/ground.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/icefall/ground.poke diff --git a/2.5DHero/2.5DHero/maps/poke/icepath/1f.poke b/2.5DHero/2.5DHeroContent/maps/poke/icepath/1f.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/icepath/1f.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/icepath/1f.poke diff --git a/2.5DHero/2.5DHero/maps/poke/icepath/2f.poke b/2.5DHero/2.5DHeroContent/maps/poke/icepath/2f.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/icepath/2f.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/icepath/2f.poke diff --git a/2.5DHero/2.5DHero/maps/poke/icepath/3f.poke b/2.5DHero/2.5DHeroContent/maps/poke/icepath/3f.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/icepath/3f.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/icepath/3f.poke diff --git a/2.5DHero/2.5DHero/maps/poke/icepath/4f.poke b/2.5DHero/2.5DHeroContent/maps/poke/icepath/4f.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/icepath/4f.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/icepath/4f.poke diff --git a/2.5DHero/2.5DHero/maps/poke/ilexforest.poke b/2.5DHero/2.5DHeroContent/maps/poke/ilexforest.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/ilexforest.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/ilexforest.poke diff --git a/2.5DHero/2.5DHero/maps/poke/kin/bbridge.poke b/2.5DHero/2.5DHeroContent/maps/poke/kin/bbridge.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/kin/bbridge.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/kin/bbridge.poke diff --git a/2.5DHero/2.5DHero/maps/poke/kin/berry.poke b/2.5DHero/2.5DHeroContent/maps/poke/kin/berry.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/kin/berry.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/kin/berry.poke diff --git a/2.5DHero/2.5DHero/maps/poke/kin/port.poke b/2.5DHero/2.5DHeroContent/maps/poke/kin/port.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/kin/port.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/kin/port.poke diff --git a/2.5DHero/2.5DHero/maps/poke/knot/kindle.poke b/2.5DHero/2.5DHeroContent/maps/poke/knot/kindle.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/knot/kindle.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/knot/kindle.poke diff --git a/2.5DHero/2.5DHero/maps/poke/knot/town.poke b/2.5DHero/2.5DHeroContent/maps/poke/knot/town.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/knot/town.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/knot/town.poke diff --git a/2.5DHero/2.5DHero/maps/poke/knot/treasure.poke b/2.5DHero/2.5DHeroContent/maps/poke/knot/treasure.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/knot/treasure.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/knot/treasure.poke diff --git a/2.5DHero/2.5DHero/maps/poke/lakeofrage.poke b/2.5DHero/2.5DHeroContent/maps/poke/lakeofrage.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/lakeofrage.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/lakeofrage.poke diff --git a/2.5DHero/2.5DHero/maps/poke/lostcave/1.poke b/2.5DHero/2.5DHeroContent/maps/poke/lostcave/1.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/lostcave/1.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/lostcave/1.poke diff --git a/2.5DHero/2.5DHero/maps/poke/lostcave/2.poke b/2.5DHero/2.5DHeroContent/maps/poke/lostcave/2.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/lostcave/2.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/lostcave/2.poke diff --git a/2.5DHero/2.5DHero/maps/poke/lostcave/3.poke b/2.5DHero/2.5DHeroContent/maps/poke/lostcave/3.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/lostcave/3.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/lostcave/3.poke diff --git a/2.5DHero/2.5DHero/maps/poke/lostcave/4.poke b/2.5DHero/2.5DHeroContent/maps/poke/lostcave/4.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/lostcave/4.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/lostcave/4.poke diff --git a/2.5DHero/2.5DHero/maps/poke/lostcave/5.poke b/2.5DHero/2.5DHeroContent/maps/poke/lostcave/5.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/lostcave/5.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/lostcave/5.poke diff --git a/2.5DHero/2.5DHero/maps/poke/lostcave/6.poke b/2.5DHero/2.5DHeroContent/maps/poke/lostcave/6.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/lostcave/6.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/lostcave/6.poke diff --git a/2.5DHero/2.5DHero/maps/poke/lostcave/7.poke b/2.5DHero/2.5DHeroContent/maps/poke/lostcave/7.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/lostcave/7.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/lostcave/7.poke diff --git a/2.5DHero/2.5DHero/maps/poke/lostcave/8.poke b/2.5DHero/2.5DHeroContent/maps/poke/lostcave/8.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/lostcave/8.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/lostcave/8.poke diff --git a/2.5DHero/2.5DHero/maps/poke/lostcave/ent.poke b/2.5DHero/2.5DHeroContent/maps/poke/lostcave/ent.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/lostcave/ent.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/lostcave/ent.poke diff --git a/2.5DHero/2.5DHero/maps/poke/lostcave/extra1.poke b/2.5DHero/2.5DHeroContent/maps/poke/lostcave/extra1.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/lostcave/extra1.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/lostcave/extra1.poke diff --git a/2.5DHero/2.5DHero/maps/poke/lostcave/extra2.poke b/2.5DHero/2.5DHeroContent/maps/poke/lostcave/extra2.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/lostcave/extra2.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/lostcave/extra2.poke diff --git a/2.5DHero/2.5DHero/maps/poke/lostcave/extra3.poke b/2.5DHero/2.5DHeroContent/maps/poke/lostcave/extra3.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/lostcave/extra3.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/lostcave/extra3.poke diff --git a/2.5DHero/2.5DHero/maps/poke/lostcave/extra4.poke b/2.5DHero/2.5DHeroContent/maps/poke/lostcave/extra4.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/lostcave/extra4.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/lostcave/extra4.poke diff --git a/2.5DHero/2.5DHero/maps/poke/lostcave/ladder.poke b/2.5DHero/2.5DHeroContent/maps/poke/lostcave/ladder.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/lostcave/ladder.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/lostcave/ladder.poke diff --git a/2.5DHero/2.5DHero/maps/poke/lostcave/selphy.poke b/2.5DHero/2.5DHeroContent/maps/poke/lostcave/selphy.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/lostcave/selphy.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/lostcave/selphy.poke diff --git a/2.5DHero/2.5DHero/maps/poke/mtember/braille1.poke b/2.5DHero/2.5DHeroContent/maps/poke/mtember/braille1.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/mtember/braille1.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/mtember/braille1.poke diff --git a/2.5DHero/2.5DHero/maps/poke/mtember/braille2.poke b/2.5DHero/2.5DHeroContent/maps/poke/mtember/braille2.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/mtember/braille2.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/mtember/braille2.poke diff --git a/2.5DHero/2.5DHero/maps/poke/mtember/exterior.poke b/2.5DHero/2.5DHeroContent/maps/poke/mtember/exterior.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/mtember/exterior.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/mtember/exterior.poke diff --git a/2.5DHero/2.5DHero/maps/poke/mtember/peakp1.poke b/2.5DHero/2.5DHeroContent/maps/poke/mtember/peakp1.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/mtember/peakp1.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/mtember/peakp1.poke diff --git a/2.5DHero/2.5DHero/maps/poke/mtember/peakp2.poke b/2.5DHero/2.5DHeroContent/maps/poke/mtember/peakp2.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/mtember/peakp2.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/mtember/peakp2.poke diff --git a/2.5DHero/2.5DHero/maps/poke/mtember/peakp3.poke b/2.5DHero/2.5DHeroContent/maps/poke/mtember/peakp3.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/mtember/peakp3.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/mtember/peakp3.poke diff --git a/2.5DHero/2.5DHero/maps/poke/mtember/secretpath1.poke b/2.5DHero/2.5DHeroContent/maps/poke/mtember/secretpath1.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/mtember/secretpath1.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/mtember/secretpath1.poke diff --git a/2.5DHero/2.5DHero/maps/poke/mtember/secretpath2.poke b/2.5DHero/2.5DHeroContent/maps/poke/mtember/secretpath2.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/mtember/secretpath2.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/mtember/secretpath2.poke diff --git a/2.5DHero/2.5DHero/maps/poke/mtember/secretpath3.poke b/2.5DHero/2.5DHeroContent/maps/poke/mtember/secretpath3.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/mtember/secretpath3.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/mtember/secretpath3.poke diff --git a/2.5DHero/2.5DHero/maps/poke/mtember/secretpath4.poke b/2.5DHero/2.5DHeroContent/maps/poke/mtember/secretpath4.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/mtember/secretpath4.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/mtember/secretpath4.poke diff --git a/2.5DHero/2.5DHero/maps/poke/mtember/secretpath5.poke b/2.5DHero/2.5DHeroContent/maps/poke/mtember/secretpath5.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/mtember/secretpath5.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/mtember/secretpath5.poke diff --git a/2.5DHero/2.5DHero/maps/poke/mtember/secretpath6.poke b/2.5DHero/2.5DHeroContent/maps/poke/mtember/secretpath6.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/mtember/secretpath6.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/mtember/secretpath6.poke diff --git a/2.5DHero/2.5DHero/maps/poke/mtmoon/main.poke b/2.5DHero/2.5DHeroContent/maps/poke/mtmoon/main.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/mtmoon/main.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/mtmoon/main.poke diff --git a/2.5DHero/2.5DHero/maps/poke/mtmoon/north.poke b/2.5DHero/2.5DHeroContent/maps/poke/mtmoon/north.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/mtmoon/north.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/mtmoon/north.poke diff --git a/2.5DHero/2.5DHero/maps/poke/mtmoon/south.poke b/2.5DHero/2.5DHeroContent/maps/poke/mtmoon/south.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/mtmoon/south.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/mtmoon/south.poke diff --git a/2.5DHero/2.5DHero/maps/poke/mtmortar/mtmortarbf1.poke b/2.5DHero/2.5DHeroContent/maps/poke/mtmortar/mtmortarbf1.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/mtmortar/mtmortarbf1.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/mtmortar/mtmortarbf1.poke diff --git a/2.5DHero/2.5DHero/maps/poke/mtmortar/mtmortarf1.poke b/2.5DHero/2.5DHeroContent/maps/poke/mtmortar/mtmortarf1.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/mtmortar/mtmortarf1.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/mtmortar/mtmortarf1.poke diff --git a/2.5DHero/2.5DHero/maps/poke/mtmortar/mtmortarf2.poke b/2.5DHero/2.5DHeroContent/maps/poke/mtmortar/mtmortarf2.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/mtmortar/mtmortarf2.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/mtmortar/mtmortarf2.poke diff --git a/2.5DHero/2.5DHero/maps/poke/mtmortar/mtmortarmain.poke b/2.5DHero/2.5DHeroContent/maps/poke/mtmortar/mtmortarmain.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/mtmortar/mtmortarmain.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/mtmortar/mtmortarmain.poke diff --git a/2.5DHero/2.5DHero/maps/poke/nationalpark/contest.poke b/2.5DHero/2.5DHeroContent/maps/poke/nationalpark/contest.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/nationalpark/contest.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/nationalpark/contest.poke diff --git a/2.5DHero/2.5DHero/maps/poke/nationalpark/nationalpark0.poke b/2.5DHero/2.5DHeroContent/maps/poke/nationalpark/nationalpark0.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/nationalpark/nationalpark0.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/nationalpark/nationalpark0.poke diff --git a/2.5DHero/2.5DHero/maps/poke/olivine.poke b/2.5DHero/2.5DHeroContent/maps/poke/olivine.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/olivine.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/olivine.poke diff --git a/2.5DHero/2.5DHero/maps/poke/rocktunnel/bf1.poke b/2.5DHero/2.5DHeroContent/maps/poke/rocktunnel/bf1.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/rocktunnel/bf1.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/rocktunnel/bf1.poke diff --git a/2.5DHero/2.5DHero/maps/poke/rocktunnel/bf2.poke b/2.5DHero/2.5DHeroContent/maps/poke/rocktunnel/bf2.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/rocktunnel/bf2.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/rocktunnel/bf2.poke diff --git a/2.5DHero/2.5DHero/maps/poke/route29.poke b/2.5DHero/2.5DHeroContent/maps/poke/route29.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/route29.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/route29.poke diff --git a/2.5DHero/2.5DHero/maps/poke/route30.poke b/2.5DHero/2.5DHeroContent/maps/poke/route30.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/route30.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/route30.poke diff --git a/2.5DHero/2.5DHero/maps/poke/route31.poke b/2.5DHero/2.5DHeroContent/maps/poke/route31.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/route31.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/route31.poke diff --git a/2.5DHero/2.5DHero/maps/poke/route32.poke b/2.5DHero/2.5DHeroContent/maps/poke/route32.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/route32.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/route32.poke diff --git a/2.5DHero/2.5DHero/maps/poke/route33.poke b/2.5DHero/2.5DHeroContent/maps/poke/route33.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/route33.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/route33.poke diff --git a/2.5DHero/2.5DHero/maps/poke/route36.poke b/2.5DHero/2.5DHeroContent/maps/poke/route36.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/route36.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/route36.poke diff --git a/2.5DHero/2.5DHero/maps/poke/route37.poke b/2.5DHero/2.5DHeroContent/maps/poke/route37.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/route37.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/route37.poke diff --git a/2.5DHero/2.5DHero/maps/poke/route38.poke b/2.5DHero/2.5DHeroContent/maps/poke/route38.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/route38.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/route38.poke diff --git a/2.5DHero/2.5DHero/maps/poke/route39.poke b/2.5DHero/2.5DHeroContent/maps/poke/route39.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/route39.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/route39.poke diff --git a/2.5DHero/2.5DHero/maps/poke/routes/route1.poke b/2.5DHero/2.5DHeroContent/maps/poke/routes/route1.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/routes/route1.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/routes/route1.poke diff --git a/2.5DHero/2.5DHero/maps/poke/routes/route10.poke b/2.5DHero/2.5DHeroContent/maps/poke/routes/route10.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/routes/route10.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/routes/route10.poke diff --git a/2.5DHero/2.5DHero/maps/poke/routes/route11.poke b/2.5DHero/2.5DHeroContent/maps/poke/routes/route11.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/routes/route11.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/routes/route11.poke diff --git a/2.5DHero/2.5DHero/maps/poke/routes/route12.poke b/2.5DHero/2.5DHeroContent/maps/poke/routes/route12.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/routes/route12.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/routes/route12.poke diff --git a/2.5DHero/2.5DHero/maps/poke/routes/route13.poke b/2.5DHero/2.5DHeroContent/maps/poke/routes/route13.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/routes/route13.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/routes/route13.poke diff --git a/2.5DHero/2.5DHero/maps/poke/routes/route14.poke b/2.5DHero/2.5DHeroContent/maps/poke/routes/route14.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/routes/route14.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/routes/route14.poke diff --git a/2.5DHero/2.5DHero/maps/poke/routes/route15.poke b/2.5DHero/2.5DHeroContent/maps/poke/routes/route15.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/routes/route15.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/routes/route15.poke diff --git a/2.5DHero/2.5DHero/maps/poke/routes/route16.poke b/2.5DHero/2.5DHeroContent/maps/poke/routes/route16.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/routes/route16.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/routes/route16.poke diff --git a/2.5DHero/2.5DHero/maps/poke/routes/route18.poke b/2.5DHero/2.5DHeroContent/maps/poke/routes/route18.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/routes/route18.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/routes/route18.poke diff --git a/2.5DHero/2.5DHero/maps/poke/routes/route19.poke b/2.5DHero/2.5DHeroContent/maps/poke/routes/route19.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/routes/route19.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/routes/route19.poke diff --git a/2.5DHero/2.5DHero/maps/poke/routes/route2.poke b/2.5DHero/2.5DHeroContent/maps/poke/routes/route2.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/routes/route2.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/routes/route2.poke diff --git a/2.5DHero/2.5DHero/maps/poke/routes/route20.poke b/2.5DHero/2.5DHeroContent/maps/poke/routes/route20.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/routes/route20.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/routes/route20.poke diff --git a/2.5DHero/2.5DHero/maps/poke/routes/route21.poke b/2.5DHero/2.5DHeroContent/maps/poke/routes/route21.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/routes/route21.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/routes/route21.poke diff --git a/2.5DHero/2.5DHero/maps/poke/routes/route22.poke b/2.5DHero/2.5DHeroContent/maps/poke/routes/route22.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/routes/route22.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/routes/route22.poke diff --git a/2.5DHero/2.5DHero/maps/poke/routes/route24.poke b/2.5DHero/2.5DHeroContent/maps/poke/routes/route24.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/routes/route24.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/routes/route24.poke diff --git a/2.5DHero/2.5DHero/maps/poke/routes/route25.poke b/2.5DHero/2.5DHeroContent/maps/poke/routes/route25.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/routes/route25.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/routes/route25.poke diff --git a/2.5DHero/2.5DHero/maps/poke/routes/route26.poke b/2.5DHero/2.5DHeroContent/maps/poke/routes/route26.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/routes/route26.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/routes/route26.poke diff --git a/2.5DHero/2.5DHero/maps/poke/routes/route27.poke b/2.5DHero/2.5DHeroContent/maps/poke/routes/route27.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/routes/route27.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/routes/route27.poke diff --git a/2.5DHero/2.5DHero/maps/poke/routes/route3.poke b/2.5DHero/2.5DHeroContent/maps/poke/routes/route3.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/routes/route3.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/routes/route3.poke diff --git a/2.5DHero/2.5DHero/maps/poke/routes/route34.poke b/2.5DHero/2.5DHeroContent/maps/poke/routes/route34.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/routes/route34.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/routes/route34.poke diff --git a/2.5DHero/2.5DHero/maps/poke/routes/route35.poke b/2.5DHero/2.5DHeroContent/maps/poke/routes/route35.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/routes/route35.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/routes/route35.poke diff --git a/2.5DHero/2.5DHero/maps/poke/routes/route4.poke b/2.5DHero/2.5DHeroContent/maps/poke/routes/route4.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/routes/route4.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/routes/route4.poke diff --git a/2.5DHero/2.5DHero/maps/poke/routes/route40.poke b/2.5DHero/2.5DHeroContent/maps/poke/routes/route40.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/routes/route40.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/routes/route40.poke diff --git a/2.5DHero/2.5DHero/maps/poke/routes/route41.poke b/2.5DHero/2.5DHeroContent/maps/poke/routes/route41.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/routes/route41.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/routes/route41.poke diff --git a/2.5DHero/2.5DHero/maps/poke/routes/route42.poke b/2.5DHero/2.5DHeroContent/maps/poke/routes/route42.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/routes/route42.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/routes/route42.poke diff --git a/2.5DHero/2.5DHero/maps/poke/routes/route43.poke b/2.5DHero/2.5DHeroContent/maps/poke/routes/route43.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/routes/route43.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/routes/route43.poke diff --git a/2.5DHero/2.5DHero/maps/poke/routes/route44.poke b/2.5DHero/2.5DHeroContent/maps/poke/routes/route44.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/routes/route44.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/routes/route44.poke diff --git a/2.5DHero/2.5DHero/maps/poke/routes/route45.poke b/2.5DHero/2.5DHeroContent/maps/poke/routes/route45.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/routes/route45.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/routes/route45.poke diff --git a/2.5DHero/2.5DHero/maps/poke/routes/route46.poke b/2.5DHero/2.5DHeroContent/maps/poke/routes/route46.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/routes/route46.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/routes/route46.poke diff --git a/2.5DHero/2.5DHero/maps/poke/routes/route47/1.poke b/2.5DHero/2.5DHeroContent/maps/poke/routes/route47/1.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/routes/route47/1.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/routes/route47/1.poke diff --git a/2.5DHero/2.5DHero/maps/poke/routes/route47/2.poke b/2.5DHero/2.5DHeroContent/maps/poke/routes/route47/2.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/routes/route47/2.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/routes/route47/2.poke diff --git a/2.5DHero/2.5DHero/maps/poke/routes/route47/3.poke b/2.5DHero/2.5DHeroContent/maps/poke/routes/route47/3.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/routes/route47/3.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/routes/route47/3.poke diff --git a/2.5DHero/2.5DHero/maps/poke/routes/route47/c1.poke b/2.5DHero/2.5DHeroContent/maps/poke/routes/route47/c1.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/routes/route47/c1.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/routes/route47/c1.poke diff --git a/2.5DHero/2.5DHero/maps/poke/routes/route47/c2.poke b/2.5DHero/2.5DHeroContent/maps/poke/routes/route47/c2.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/routes/route47/c2.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/routes/route47/c2.poke diff --git a/2.5DHero/2.5DHero/maps/poke/routes/route47/cb.poke b/2.5DHero/2.5DHeroContent/maps/poke/routes/route47/cb.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/routes/route47/cb.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/routes/route47/cb.poke diff --git a/2.5DHero/2.5DHero/maps/poke/routes/route48.poke b/2.5DHero/2.5DHeroContent/maps/poke/routes/route48.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/routes/route48.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/routes/route48.poke diff --git a/2.5DHero/2.5DHero/maps/poke/routes/route5.poke b/2.5DHero/2.5DHeroContent/maps/poke/routes/route5.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/routes/route5.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/routes/route5.poke diff --git a/2.5DHero/2.5DHero/maps/poke/routes/route6.poke b/2.5DHero/2.5DHeroContent/maps/poke/routes/route6.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/routes/route6.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/routes/route6.poke diff --git a/2.5DHero/2.5DHero/maps/poke/routes/route7.poke b/2.5DHero/2.5DHeroContent/maps/poke/routes/route7.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/routes/route7.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/routes/route7.poke diff --git a/2.5DHero/2.5DHero/maps/poke/routes/route8.poke b/2.5DHero/2.5DHeroContent/maps/poke/routes/route8.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/routes/route8.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/routes/route8.poke diff --git a/2.5DHero/2.5DHero/maps/poke/routes/route9.poke b/2.5DHero/2.5DHeroContent/maps/poke/routes/route9.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/routes/route9.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/routes/route9.poke diff --git a/2.5DHero/2.5DHero/maps/poke/safarizone/areas/0.poke b/2.5DHero/2.5DHeroContent/maps/poke/safarizone/areas/0.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/safarizone/areas/0.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/safarizone/areas/0.poke diff --git a/2.5DHero/2.5DHero/maps/poke/safarizone/areas/1.poke b/2.5DHero/2.5DHeroContent/maps/poke/safarizone/areas/1.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/safarizone/areas/1.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/safarizone/areas/1.poke diff --git a/2.5DHero/2.5DHero/maps/poke/safarizone/areas/10.poke b/2.5DHero/2.5DHeroContent/maps/poke/safarizone/areas/10.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/safarizone/areas/10.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/safarizone/areas/10.poke diff --git a/2.5DHero/2.5DHero/maps/poke/safarizone/areas/11.poke b/2.5DHero/2.5DHeroContent/maps/poke/safarizone/areas/11.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/safarizone/areas/11.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/safarizone/areas/11.poke diff --git a/2.5DHero/2.5DHero/maps/poke/safarizone/areas/12.poke b/2.5DHero/2.5DHeroContent/maps/poke/safarizone/areas/12.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/safarizone/areas/12.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/safarizone/areas/12.poke diff --git a/2.5DHero/2.5DHero/maps/poke/safarizone/areas/13.poke b/2.5DHero/2.5DHeroContent/maps/poke/safarizone/areas/13.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/safarizone/areas/13.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/safarizone/areas/13.poke diff --git a/2.5DHero/2.5DHero/maps/poke/safarizone/areas/14.poke b/2.5DHero/2.5DHeroContent/maps/poke/safarizone/areas/14.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/safarizone/areas/14.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/safarizone/areas/14.poke diff --git a/2.5DHero/2.5DHero/maps/poke/safarizone/areas/15.poke b/2.5DHero/2.5DHeroContent/maps/poke/safarizone/areas/15.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/safarizone/areas/15.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/safarizone/areas/15.poke diff --git a/2.5DHero/2.5DHero/maps/poke/safarizone/areas/16.poke b/2.5DHero/2.5DHeroContent/maps/poke/safarizone/areas/16.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/safarizone/areas/16.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/safarizone/areas/16.poke diff --git a/2.5DHero/2.5DHero/maps/poke/safarizone/areas/17.poke b/2.5DHero/2.5DHeroContent/maps/poke/safarizone/areas/17.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/safarizone/areas/17.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/safarizone/areas/17.poke diff --git a/2.5DHero/2.5DHero/maps/poke/safarizone/areas/18.poke b/2.5DHero/2.5DHeroContent/maps/poke/safarizone/areas/18.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/safarizone/areas/18.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/safarizone/areas/18.poke diff --git a/2.5DHero/2.5DHero/maps/poke/safarizone/areas/19.poke b/2.5DHero/2.5DHeroContent/maps/poke/safarizone/areas/19.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/safarizone/areas/19.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/safarizone/areas/19.poke diff --git a/2.5DHero/2.5DHero/maps/poke/safarizone/areas/2.poke b/2.5DHero/2.5DHeroContent/maps/poke/safarizone/areas/2.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/safarizone/areas/2.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/safarizone/areas/2.poke diff --git a/2.5DHero/2.5DHero/maps/poke/safarizone/areas/3.poke b/2.5DHero/2.5DHeroContent/maps/poke/safarizone/areas/3.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/safarizone/areas/3.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/safarizone/areas/3.poke diff --git a/2.5DHero/2.5DHero/maps/poke/safarizone/areas/4.poke b/2.5DHero/2.5DHeroContent/maps/poke/safarizone/areas/4.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/safarizone/areas/4.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/safarizone/areas/4.poke diff --git a/2.5DHero/2.5DHero/maps/poke/safarizone/areas/5.poke b/2.5DHero/2.5DHeroContent/maps/poke/safarizone/areas/5.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/safarizone/areas/5.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/safarizone/areas/5.poke diff --git a/2.5DHero/2.5DHero/maps/poke/safarizone/areas/6.poke b/2.5DHero/2.5DHeroContent/maps/poke/safarizone/areas/6.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/safarizone/areas/6.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/safarizone/areas/6.poke diff --git a/2.5DHero/2.5DHero/maps/poke/safarizone/areas/7.poke b/2.5DHero/2.5DHeroContent/maps/poke/safarizone/areas/7.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/safarizone/areas/7.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/safarizone/areas/7.poke diff --git a/2.5DHero/2.5DHero/maps/poke/safarizone/areas/8.poke b/2.5DHero/2.5DHeroContent/maps/poke/safarizone/areas/8.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/safarizone/areas/8.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/safarizone/areas/8.poke diff --git a/2.5DHero/2.5DHero/maps/poke/safarizone/areas/9.poke b/2.5DHero/2.5DHeroContent/maps/poke/safarizone/areas/9.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/safarizone/areas/9.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/safarizone/areas/9.poke diff --git a/2.5DHero/2.5DHero/maps/poke/seafoam/bf1.poke b/2.5DHero/2.5DHeroContent/maps/poke/seafoam/bf1.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/seafoam/bf1.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/seafoam/bf1.poke diff --git a/2.5DHero/2.5DHero/maps/poke/seafoam/bf2.poke b/2.5DHero/2.5DHeroContent/maps/poke/seafoam/bf2.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/seafoam/bf2.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/seafoam/bf2.poke diff --git a/2.5DHero/2.5DHero/maps/poke/seafoam/bf3.poke b/2.5DHero/2.5DHeroContent/maps/poke/seafoam/bf3.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/seafoam/bf3.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/seafoam/bf3.poke diff --git a/2.5DHero/2.5DHero/maps/poke/seafoam/bf4.poke b/2.5DHero/2.5DHeroContent/maps/poke/seafoam/bf4.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/seafoam/bf4.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/seafoam/bf4.poke diff --git a/2.5DHero/2.5DHero/maps/poke/slowpokewell/slowpokewell1f.poke b/2.5DHero/2.5DHeroContent/maps/poke/slowpokewell/slowpokewell1f.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/slowpokewell/slowpokewell1f.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/slowpokewell/slowpokewell1f.poke diff --git a/2.5DHero/2.5DHero/maps/poke/slowpokewell/slowpokewellb1f.poke b/2.5DHero/2.5DHeroContent/maps/poke/slowpokewell/slowpokewellb1f.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/slowpokewell/slowpokewellb1f.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/slowpokewell/slowpokewellb1f.poke diff --git a/2.5DHero/2.5DHero/maps/poke/tohjofalls.poke b/2.5DHero/2.5DHeroContent/maps/poke/tohjofalls.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/tohjofalls.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/tohjofalls.poke diff --git a/2.5DHero/2.5DHero/maps/poke/twirl forest/0/0.poke b/2.5DHero/2.5DHeroContent/maps/poke/twirl forest/0/0.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/twirl forest/0/0.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/twirl forest/0/0.poke diff --git a/2.5DHero/2.5DHero/maps/poke/twirl forest/0/1.poke b/2.5DHero/2.5DHeroContent/maps/poke/twirl forest/0/1.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/twirl forest/0/1.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/twirl forest/0/1.poke diff --git a/2.5DHero/2.5DHero/maps/poke/twirl forest/0/10.poke b/2.5DHero/2.5DHeroContent/maps/poke/twirl forest/0/10.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/twirl forest/0/10.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/twirl forest/0/10.poke diff --git a/2.5DHero/2.5DHero/maps/poke/twirl forest/0/11.poke b/2.5DHero/2.5DHeroContent/maps/poke/twirl forest/0/11.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/twirl forest/0/11.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/twirl forest/0/11.poke diff --git a/2.5DHero/2.5DHero/maps/poke/twirl forest/0/15.poke b/2.5DHero/2.5DHeroContent/maps/poke/twirl forest/0/15.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/twirl forest/0/15.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/twirl forest/0/15.poke diff --git a/2.5DHero/2.5DHero/maps/poke/twirl forest/0/2.poke b/2.5DHero/2.5DHeroContent/maps/poke/twirl forest/0/2.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/twirl forest/0/2.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/twirl forest/0/2.poke diff --git a/2.5DHero/2.5DHero/maps/poke/twirl forest/0/3.poke b/2.5DHero/2.5DHeroContent/maps/poke/twirl forest/0/3.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/twirl forest/0/3.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/twirl forest/0/3.poke diff --git a/2.5DHero/2.5DHero/maps/poke/twirl forest/0/4.poke b/2.5DHero/2.5DHeroContent/maps/poke/twirl forest/0/4.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/twirl forest/0/4.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/twirl forest/0/4.poke diff --git a/2.5DHero/2.5DHero/maps/poke/twirl forest/0/5.poke b/2.5DHero/2.5DHeroContent/maps/poke/twirl forest/0/5.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/twirl forest/0/5.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/twirl forest/0/5.poke diff --git a/2.5DHero/2.5DHero/maps/poke/twirl forest/0/9.poke b/2.5DHero/2.5DHeroContent/maps/poke/twirl forest/0/9.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/twirl forest/0/9.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/twirl forest/0/9.poke diff --git a/2.5DHero/2.5DHero/maps/poke/underwatercave/main.poke b/2.5DHero/2.5DHeroContent/maps/poke/underwatercave/main.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/underwatercave/main.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/underwatercave/main.poke diff --git a/2.5DHero/2.5DHero/maps/poke/underwatercave/surface.poke b/2.5DHero/2.5DHeroContent/maps/poke/underwatercave/surface.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/underwatercave/surface.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/underwatercave/surface.poke diff --git a/2.5DHero/2.5DHero/maps/poke/underwatercave/underwater.poke b/2.5DHero/2.5DHeroContent/maps/poke/underwatercave/underwater.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/underwatercave/underwater.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/underwatercave/underwater.poke diff --git a/2.5DHero/2.5DHero/maps/poke/unioncave/unioncavebf1.poke b/2.5DHero/2.5DHeroContent/maps/poke/unioncave/unioncavebf1.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/unioncave/unioncavebf1.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/unioncave/unioncavebf1.poke diff --git a/2.5DHero/2.5DHero/maps/poke/unioncave/unioncavebf2.poke b/2.5DHero/2.5DHeroContent/maps/poke/unioncave/unioncavebf2.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/unioncave/unioncavebf2.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/unioncave/unioncavebf2.poke diff --git a/2.5DHero/2.5DHero/maps/poke/unioncave/unioncavef1.poke b/2.5DHero/2.5DHeroContent/maps/poke/unioncave/unioncavef1.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/unioncave/unioncavef1.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/unioncave/unioncavef1.poke diff --git a/2.5DHero/2.5DHero/maps/poke/v_forest/main.poke b/2.5DHero/2.5DHeroContent/maps/poke/v_forest/main.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/v_forest/main.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/v_forest/main.poke diff --git a/2.5DHero/2.5DHero/maps/poke/vermilion/dock.poke b/2.5DHero/2.5DHeroContent/maps/poke/vermilion/dock.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/vermilion/dock.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/vermilion/dock.poke diff --git a/2.5DHero/2.5DHero/maps/poke/vermilion/main.poke b/2.5DHero/2.5DHeroContent/maps/poke/vermilion/main.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/vermilion/main.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/vermilion/main.poke diff --git a/2.5DHero/2.5DHero/maps/poke/victoryroad/1.poke b/2.5DHero/2.5DHeroContent/maps/poke/victoryroad/1.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/victoryroad/1.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/victoryroad/1.poke diff --git a/2.5DHero/2.5DHero/maps/poke/victoryroad/2.poke b/2.5DHero/2.5DHeroContent/maps/poke/victoryroad/2.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/victoryroad/2.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/victoryroad/2.poke diff --git a/2.5DHero/2.5DHero/maps/poke/victoryroad/3.poke b/2.5DHero/2.5DHeroContent/maps/poke/victoryroad/3.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/victoryroad/3.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/victoryroad/3.poke diff --git a/2.5DHero/2.5DHero/maps/poke/violet.poke b/2.5DHero/2.5DHeroContent/maps/poke/violet.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/violet.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/violet.poke diff --git a/2.5DHero/2.5DHero/maps/poke/violet/sprouttowerf1.poke b/2.5DHero/2.5DHeroContent/maps/poke/violet/sprouttowerf1.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/violet/sprouttowerf1.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/violet/sprouttowerf1.poke diff --git a/2.5DHero/2.5DHero/maps/poke/violet/sprouttowerf2.poke b/2.5DHero/2.5DHeroContent/maps/poke/violet/sprouttowerf2.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/violet/sprouttowerf2.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/violet/sprouttowerf2.poke diff --git a/2.5DHero/2.5DHero/maps/poke/violet/sprouttowerf3.poke b/2.5DHero/2.5DHeroContent/maps/poke/violet/sprouttowerf3.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/violet/sprouttowerf3.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/violet/sprouttowerf3.poke diff --git a/2.5DHero/2.5DHero/maps/poke/viridian/main.poke b/2.5DHero/2.5DHeroContent/maps/poke/viridian/main.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/viridian/main.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/viridian/main.poke diff --git a/2.5DHero/2.5DHero/maps/poke/whirlislands/1fne.poke b/2.5DHero/2.5DHeroContent/maps/poke/whirlislands/1fne.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/whirlislands/1fne.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/whirlislands/1fne.poke diff --git a/2.5DHero/2.5DHero/maps/poke/whirlislands/1fnw.poke b/2.5DHero/2.5DHeroContent/maps/poke/whirlislands/1fnw.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/whirlislands/1fnw.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/whirlislands/1fnw.poke diff --git a/2.5DHero/2.5DHero/maps/poke/whirlislands/1fse.poke b/2.5DHero/2.5DHeroContent/maps/poke/whirlislands/1fse.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/whirlislands/1fse.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/whirlislands/1fse.poke diff --git a/2.5DHero/2.5DHero/maps/poke/whirlislands/1fsw.poke b/2.5DHero/2.5DHeroContent/maps/poke/whirlislands/1fsw.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/whirlislands/1fsw.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/whirlislands/1fsw.poke diff --git a/2.5DHero/2.5DHero/maps/poke/whirlislands/bf1main.poke b/2.5DHero/2.5DHeroContent/maps/poke/whirlislands/bf1main.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/whirlislands/bf1main.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/whirlislands/bf1main.poke diff --git a/2.5DHero/2.5DHero/maps/poke/whirlislands/lugia.poke b/2.5DHero/2.5DHeroContent/maps/poke/whirlislands/lugia.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/whirlislands/lugia.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/whirlislands/lugia.poke diff --git a/2.5DHero/2.5DHero/maps/poke/whirlislands/sc1.poke b/2.5DHero/2.5DHeroContent/maps/poke/whirlislands/sc1.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/whirlislands/sc1.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/whirlislands/sc1.poke diff --git a/2.5DHero/2.5DHero/maps/poke/whirlislands/sc2.poke b/2.5DHero/2.5DHeroContent/maps/poke/whirlislands/sc2.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/whirlislands/sc2.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/whirlislands/sc2.poke diff --git a/2.5DHero/2.5DHero/maps/poke/whirlislands/sc3.poke b/2.5DHero/2.5DHeroContent/maps/poke/whirlislands/sc3.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/whirlislands/sc3.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/whirlislands/sc3.poke diff --git a/2.5DHero/2.5DHero/maps/poke/whirlislands/sc4.poke b/2.5DHero/2.5DHeroContent/maps/poke/whirlislands/sc4.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/whirlislands/sc4.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/whirlislands/sc4.poke diff --git a/2.5DHero/2.5DHero/maps/poke/whirlislands/wfall.poke b/2.5DHero/2.5DHeroContent/maps/poke/whirlislands/wfall.poke similarity index 100% rename from 2.5DHero/2.5DHero/maps/poke/whirlislands/wfall.poke rename to 2.5DHero/2.5DHeroContent/maps/poke/whirlislands/wfall.poke diff --git a/2.5DHero/2.5DHero/maps/quest/dock.dat b/2.5DHero/2.5DHeroContent/maps/quest/dock.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/quest/dock.dat rename to 2.5DHero/2.5DHeroContent/maps/quest/dock.dat diff --git a/2.5DHero/2.5DHero/maps/restplaces.dat b/2.5DHero/2.5DHeroContent/maps/restplaces.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/restplaces.dat rename to 2.5DHero/2.5DHeroContent/maps/restplaces.dat diff --git a/2.5DHero/2.5DHero/maps/rocketbase/rocketbase1.dat b/2.5DHero/2.5DHeroContent/maps/rocketbase/rocketbase1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/rocketbase/rocketbase1.dat rename to 2.5DHero/2.5DHeroContent/maps/rocketbase/rocketbase1.dat diff --git a/2.5DHero/2.5DHero/maps/rocketbase/rocketbase2.dat b/2.5DHero/2.5DHeroContent/maps/rocketbase/rocketbase2.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/rocketbase/rocketbase2.dat rename to 2.5DHero/2.5DHeroContent/maps/rocketbase/rocketbase2.dat diff --git a/2.5DHero/2.5DHero/maps/rocketbase/rocketbase3.dat b/2.5DHero/2.5DHeroContent/maps/rocketbase/rocketbase3.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/rocketbase/rocketbase3.dat rename to 2.5DHero/2.5DHeroContent/maps/rocketbase/rocketbase3.dat diff --git a/2.5DHero/2.5DHero/maps/rocktunnel/bf1.dat b/2.5DHero/2.5DHeroContent/maps/rocktunnel/bf1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/rocktunnel/bf1.dat rename to 2.5DHero/2.5DHeroContent/maps/rocktunnel/bf1.dat diff --git a/2.5DHero/2.5DHero/maps/rocktunnel/bf2.dat b/2.5DHero/2.5DHeroContent/maps/rocktunnel/bf2.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/rocktunnel/bf2.dat rename to 2.5DHero/2.5DHeroContent/maps/rocktunnel/bf2.dat diff --git a/2.5DHero/2.5DHero/maps/route29.dat b/2.5DHero/2.5DHeroContent/maps/route29.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/route29.dat rename to 2.5DHero/2.5DHeroContent/maps/route29.dat diff --git a/2.5DHero/2.5DHero/maps/route30.dat b/2.5DHero/2.5DHeroContent/maps/route30.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/route30.dat rename to 2.5DHero/2.5DHeroContent/maps/route30.dat diff --git a/2.5DHero/2.5DHero/maps/route31.dat b/2.5DHero/2.5DHeroContent/maps/route31.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/route31.dat rename to 2.5DHero/2.5DHeroContent/maps/route31.dat diff --git a/2.5DHero/2.5DHero/maps/route32.dat b/2.5DHero/2.5DHeroContent/maps/route32.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/route32.dat rename to 2.5DHero/2.5DHeroContent/maps/route32.dat diff --git a/2.5DHero/2.5DHero/maps/route32_center.dat b/2.5DHero/2.5DHeroContent/maps/route32_center.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/route32_center.dat rename to 2.5DHero/2.5DHeroContent/maps/route32_center.dat diff --git a/2.5DHero/2.5DHero/maps/route33.dat b/2.5DHero/2.5DHeroContent/maps/route33.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/route33.dat rename to 2.5DHero/2.5DHeroContent/maps/route33.dat diff --git a/2.5DHero/2.5DHero/maps/route36.dat b/2.5DHero/2.5DHeroContent/maps/route36.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/route36.dat rename to 2.5DHero/2.5DHeroContent/maps/route36.dat diff --git a/2.5DHero/2.5DHero/maps/route37.dat b/2.5DHero/2.5DHeroContent/maps/route37.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/route37.dat rename to 2.5DHero/2.5DHeroContent/maps/route37.dat diff --git a/2.5DHero/2.5DHero/maps/route38.dat b/2.5DHero/2.5DHeroContent/maps/route38.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/route38.dat rename to 2.5DHero/2.5DHeroContent/maps/route38.dat diff --git a/2.5DHero/2.5DHero/maps/route39.dat b/2.5DHero/2.5DHeroContent/maps/route39.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/route39.dat rename to 2.5DHero/2.5DHeroContent/maps/route39.dat diff --git a/2.5DHero/2.5DHero/maps/route39/barn.dat b/2.5DHero/2.5DHeroContent/maps/route39/barn.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/route39/barn.dat rename to 2.5DHero/2.5DHeroContent/maps/route39/barn.dat diff --git a/2.5DHero/2.5DHero/maps/route39/house.dat b/2.5DHero/2.5DHeroContent/maps/route39/house.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/route39/house.dat rename to 2.5DHero/2.5DHeroContent/maps/route39/house.dat diff --git a/2.5DHero/2.5DHero/maps/routes/berryhouse.dat b/2.5DHero/2.5DHeroContent/maps/routes/berryhouse.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/routes/berryhouse.dat rename to 2.5DHero/2.5DHeroContent/maps/routes/berryhouse.dat diff --git a/2.5DHero/2.5DHero/maps/routes/daycare.dat b/2.5DHero/2.5DHeroContent/maps/routes/daycare.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/routes/daycare.dat rename to 2.5DHero/2.5DHeroContent/maps/routes/daycare.dat diff --git a/2.5DHero/2.5DHero/maps/routes/route1.dat b/2.5DHero/2.5DHeroContent/maps/routes/route1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/routes/route1.dat rename to 2.5DHero/2.5DHeroContent/maps/routes/route1.dat diff --git a/2.5DHero/2.5DHero/maps/routes/route10.dat b/2.5DHero/2.5DHeroContent/maps/routes/route10.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/routes/route10.dat rename to 2.5DHero/2.5DHeroContent/maps/routes/route10.dat diff --git a/2.5DHero/2.5DHero/maps/routes/route10/center.dat b/2.5DHero/2.5DHeroContent/maps/routes/route10/center.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/routes/route10/center.dat rename to 2.5DHero/2.5DHeroContent/maps/routes/route10/center.dat diff --git a/2.5DHero/2.5DHero/maps/routes/route10/powerplant.dat b/2.5DHero/2.5DHeroContent/maps/routes/route10/powerplant.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/routes/route10/powerplant.dat rename to 2.5DHero/2.5DHeroContent/maps/routes/route10/powerplant.dat diff --git a/2.5DHero/2.5DHero/maps/routes/route11.dat b/2.5DHero/2.5DHeroContent/maps/routes/route11.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/routes/route11.dat rename to 2.5DHero/2.5DHeroContent/maps/routes/route11.dat diff --git a/2.5DHero/2.5DHero/maps/routes/route12.dat b/2.5DHero/2.5DHeroContent/maps/routes/route12.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/routes/route12.dat rename to 2.5DHero/2.5DHeroContent/maps/routes/route12.dat diff --git a/2.5DHero/2.5DHero/maps/routes/route12/fish.dat b/2.5DHero/2.5DHeroContent/maps/routes/route12/fish.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/routes/route12/fish.dat rename to 2.5DHero/2.5DHeroContent/maps/routes/route12/fish.dat diff --git a/2.5DHero/2.5DHero/maps/routes/route13.dat b/2.5DHero/2.5DHeroContent/maps/routes/route13.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/routes/route13.dat rename to 2.5DHero/2.5DHeroContent/maps/routes/route13.dat diff --git a/2.5DHero/2.5DHero/maps/routes/route14.dat b/2.5DHero/2.5DHeroContent/maps/routes/route14.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/routes/route14.dat rename to 2.5DHero/2.5DHeroContent/maps/routes/route14.dat diff --git a/2.5DHero/2.5DHero/maps/routes/route15.dat b/2.5DHero/2.5DHeroContent/maps/routes/route15.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/routes/route15.dat rename to 2.5DHero/2.5DHeroContent/maps/routes/route15.dat diff --git a/2.5DHero/2.5DHero/maps/routes/route16.dat b/2.5DHero/2.5DHeroContent/maps/routes/route16.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/routes/route16.dat rename to 2.5DHero/2.5DHeroContent/maps/routes/route16.dat diff --git a/2.5DHero/2.5DHero/maps/routes/route16/1.dat b/2.5DHero/2.5DHeroContent/maps/routes/route16/1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/routes/route16/1.dat rename to 2.5DHero/2.5DHeroContent/maps/routes/route16/1.dat diff --git a/2.5DHero/2.5DHero/maps/routes/route17.dat b/2.5DHero/2.5DHeroContent/maps/routes/route17.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/routes/route17.dat rename to 2.5DHero/2.5DHeroContent/maps/routes/route17.dat diff --git a/2.5DHero/2.5DHero/maps/routes/route17offset.dat b/2.5DHero/2.5DHeroContent/maps/routes/route17offset.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/routes/route17offset.dat rename to 2.5DHero/2.5DHeroContent/maps/routes/route17offset.dat diff --git a/2.5DHero/2.5DHero/maps/routes/route18.dat b/2.5DHero/2.5DHeroContent/maps/routes/route18.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/routes/route18.dat rename to 2.5DHero/2.5DHeroContent/maps/routes/route18.dat diff --git a/2.5DHero/2.5DHero/maps/routes/route18offset.dat b/2.5DHero/2.5DHeroContent/maps/routes/route18offset.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/routes/route18offset.dat rename to 2.5DHero/2.5DHeroContent/maps/routes/route18offset.dat diff --git a/2.5DHero/2.5DHero/maps/routes/route19.dat b/2.5DHero/2.5DHeroContent/maps/routes/route19.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/routes/route19.dat rename to 2.5DHero/2.5DHeroContent/maps/routes/route19.dat diff --git a/2.5DHero/2.5DHero/maps/routes/route2.dat b/2.5DHero/2.5DHeroContent/maps/routes/route2.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/routes/route2.dat rename to 2.5DHero/2.5DHeroContent/maps/routes/route2.dat diff --git a/2.5DHero/2.5DHero/maps/routes/route2/1.dat b/2.5DHero/2.5DHeroContent/maps/routes/route2/1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/routes/route2/1.dat rename to 2.5DHero/2.5DHeroContent/maps/routes/route2/1.dat diff --git a/2.5DHero/2.5DHero/maps/routes/route2/gate.dat b/2.5DHero/2.5DHeroContent/maps/routes/route2/gate.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/routes/route2/gate.dat rename to 2.5DHero/2.5DHeroContent/maps/routes/route2/gate.dat diff --git a/2.5DHero/2.5DHero/maps/routes/route20.dat b/2.5DHero/2.5DHeroContent/maps/routes/route20.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/routes/route20.dat rename to 2.5DHero/2.5DHeroContent/maps/routes/route20.dat diff --git a/2.5DHero/2.5DHero/maps/routes/route21.dat b/2.5DHero/2.5DHeroContent/maps/routes/route21.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/routes/route21.dat rename to 2.5DHero/2.5DHeroContent/maps/routes/route21.dat diff --git a/2.5DHero/2.5DHero/maps/routes/route22.dat b/2.5DHero/2.5DHeroContent/maps/routes/route22.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/routes/route22.dat rename to 2.5DHero/2.5DHeroContent/maps/routes/route22.dat diff --git a/2.5DHero/2.5DHero/maps/routes/route24.dat b/2.5DHero/2.5DHeroContent/maps/routes/route24.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/routes/route24.dat rename to 2.5DHero/2.5DHeroContent/maps/routes/route24.dat diff --git a/2.5DHero/2.5DHero/maps/routes/route25.dat b/2.5DHero/2.5DHeroContent/maps/routes/route25.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/routes/route25.dat rename to 2.5DHero/2.5DHeroContent/maps/routes/route25.dat diff --git a/2.5DHero/2.5DHero/maps/routes/route25/bill.dat b/2.5DHero/2.5DHeroContent/maps/routes/route25/bill.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/routes/route25/bill.dat rename to 2.5DHero/2.5DHeroContent/maps/routes/route25/bill.dat diff --git a/2.5DHero/2.5DHero/maps/routes/route26.dat b/2.5DHero/2.5DHeroContent/maps/routes/route26.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/routes/route26.dat rename to 2.5DHero/2.5DHeroContent/maps/routes/route26.dat diff --git a/2.5DHero/2.5DHero/maps/routes/route26/0.dat b/2.5DHero/2.5DHeroContent/maps/routes/route26/0.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/routes/route26/0.dat rename to 2.5DHero/2.5DHeroContent/maps/routes/route26/0.dat diff --git a/2.5DHero/2.5DHero/maps/routes/route26/1.dat b/2.5DHero/2.5DHeroContent/maps/routes/route26/1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/routes/route26/1.dat rename to 2.5DHero/2.5DHeroContent/maps/routes/route26/1.dat diff --git a/2.5DHero/2.5DHero/maps/routes/route27.dat b/2.5DHero/2.5DHeroContent/maps/routes/route27.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/routes/route27.dat rename to 2.5DHero/2.5DHeroContent/maps/routes/route27.dat diff --git a/2.5DHero/2.5DHero/maps/routes/route27/1.dat b/2.5DHero/2.5DHeroContent/maps/routes/route27/1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/routes/route27/1.dat rename to 2.5DHero/2.5DHeroContent/maps/routes/route27/1.dat diff --git a/2.5DHero/2.5DHero/maps/routes/route28.dat b/2.5DHero/2.5DHeroContent/maps/routes/route28.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/routes/route28.dat rename to 2.5DHero/2.5DHeroContent/maps/routes/route28.dat diff --git a/2.5DHero/2.5DHero/maps/routes/route3.dat b/2.5DHero/2.5DHeroContent/maps/routes/route3.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/routes/route3.dat rename to 2.5DHero/2.5DHeroContent/maps/routes/route3.dat diff --git a/2.5DHero/2.5DHero/maps/routes/route34.dat b/2.5DHero/2.5DHeroContent/maps/routes/route34.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/routes/route34.dat rename to 2.5DHero/2.5DHeroContent/maps/routes/route34.dat diff --git a/2.5DHero/2.5DHero/maps/routes/route35.dat b/2.5DHero/2.5DHeroContent/maps/routes/route35.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/routes/route35.dat rename to 2.5DHero/2.5DHeroContent/maps/routes/route35.dat diff --git a/2.5DHero/2.5DHero/maps/routes/route4.dat b/2.5DHero/2.5DHeroContent/maps/routes/route4.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/routes/route4.dat rename to 2.5DHero/2.5DHeroContent/maps/routes/route4.dat diff --git a/2.5DHero/2.5DHero/maps/routes/route40.dat b/2.5DHero/2.5DHeroContent/maps/routes/route40.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/routes/route40.dat rename to 2.5DHero/2.5DHeroContent/maps/routes/route40.dat diff --git a/2.5DHero/2.5DHero/maps/routes/route41.dat b/2.5DHero/2.5DHeroContent/maps/routes/route41.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/routes/route41.dat rename to 2.5DHero/2.5DHeroContent/maps/routes/route41.dat diff --git a/2.5DHero/2.5DHero/maps/routes/route42.dat b/2.5DHero/2.5DHeroContent/maps/routes/route42.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/routes/route42.dat rename to 2.5DHero/2.5DHeroContent/maps/routes/route42.dat diff --git a/2.5DHero/2.5DHero/maps/routes/route43.dat b/2.5DHero/2.5DHeroContent/maps/routes/route43.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/routes/route43.dat rename to 2.5DHero/2.5DHeroContent/maps/routes/route43.dat diff --git a/2.5DHero/2.5DHero/maps/routes/route44.dat b/2.5DHero/2.5DHeroContent/maps/routes/route44.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/routes/route44.dat rename to 2.5DHero/2.5DHeroContent/maps/routes/route44.dat diff --git a/2.5DHero/2.5DHero/maps/routes/route45.dat b/2.5DHero/2.5DHeroContent/maps/routes/route45.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/routes/route45.dat rename to 2.5DHero/2.5DHeroContent/maps/routes/route45.dat diff --git a/2.5DHero/2.5DHero/maps/routes/route46.dat b/2.5DHero/2.5DHeroContent/maps/routes/route46.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/routes/route46.dat rename to 2.5DHero/2.5DHeroContent/maps/routes/route46.dat diff --git a/2.5DHero/2.5DHero/maps/routes/route47/1.dat b/2.5DHero/2.5DHeroContent/maps/routes/route47/1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/routes/route47/1.dat rename to 2.5DHero/2.5DHeroContent/maps/routes/route47/1.dat diff --git a/2.5DHero/2.5DHero/maps/routes/route47/2.dat b/2.5DHero/2.5DHeroContent/maps/routes/route47/2.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/routes/route47/2.dat rename to 2.5DHero/2.5DHeroContent/maps/routes/route47/2.dat diff --git a/2.5DHero/2.5DHero/maps/routes/route47/3.dat b/2.5DHero/2.5DHeroContent/maps/routes/route47/3.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/routes/route47/3.dat rename to 2.5DHero/2.5DHeroContent/maps/routes/route47/3.dat diff --git a/2.5DHero/2.5DHero/maps/routes/route47/c1.dat b/2.5DHero/2.5DHeroContent/maps/routes/route47/c1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/routes/route47/c1.dat rename to 2.5DHero/2.5DHeroContent/maps/routes/route47/c1.dat diff --git a/2.5DHero/2.5DHero/maps/routes/route47/c2.dat b/2.5DHero/2.5DHeroContent/maps/routes/route47/c2.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/routes/route47/c2.dat rename to 2.5DHero/2.5DHeroContent/maps/routes/route47/c2.dat diff --git a/2.5DHero/2.5DHero/maps/routes/route47/cb.dat b/2.5DHero/2.5DHeroContent/maps/routes/route47/cb.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/routes/route47/cb.dat rename to 2.5DHero/2.5DHeroContent/maps/routes/route47/cb.dat diff --git a/2.5DHero/2.5DHero/maps/routes/route48.dat b/2.5DHero/2.5DHeroContent/maps/routes/route48.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/routes/route48.dat rename to 2.5DHero/2.5DHeroContent/maps/routes/route48.dat diff --git a/2.5DHero/2.5DHero/maps/routes/route49.dat b/2.5DHero/2.5DHeroContent/maps/routes/route49.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/routes/route49.dat rename to 2.5DHero/2.5DHeroContent/maps/routes/route49.dat diff --git a/2.5DHero/2.5DHero/maps/routes/route5.dat b/2.5DHero/2.5DHeroContent/maps/routes/route5.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/routes/route5.dat rename to 2.5DHero/2.5DHeroContent/maps/routes/route5.dat diff --git a/2.5DHero/2.5DHero/maps/routes/route5/1.dat b/2.5DHero/2.5DHeroContent/maps/routes/route5/1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/routes/route5/1.dat rename to 2.5DHero/2.5DHeroContent/maps/routes/route5/1.dat diff --git a/2.5DHero/2.5DHero/maps/routes/route6.dat b/2.5DHero/2.5DHeroContent/maps/routes/route6.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/routes/route6.dat rename to 2.5DHero/2.5DHeroContent/maps/routes/route6.dat diff --git a/2.5DHero/2.5DHero/maps/routes/route7.dat b/2.5DHero/2.5DHeroContent/maps/routes/route7.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/routes/route7.dat rename to 2.5DHero/2.5DHeroContent/maps/routes/route7.dat diff --git a/2.5DHero/2.5DHero/maps/routes/route8.dat b/2.5DHero/2.5DHeroContent/maps/routes/route8.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/routes/route8.dat rename to 2.5DHero/2.5DHeroContent/maps/routes/route8.dat diff --git a/2.5DHero/2.5DHero/maps/routes/route9.dat b/2.5DHero/2.5DHeroContent/maps/routes/route9.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/routes/route9.dat rename to 2.5DHero/2.5DHeroContent/maps/routes/route9.dat diff --git a/2.5DHero/2.5DHero/maps/safarizone/areas/0.dat b/2.5DHero/2.5DHeroContent/maps/safarizone/areas/0.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/safarizone/areas/0.dat rename to 2.5DHero/2.5DHeroContent/maps/safarizone/areas/0.dat diff --git a/2.5DHero/2.5DHero/maps/safarizone/areas/1.dat b/2.5DHero/2.5DHeroContent/maps/safarizone/areas/1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/safarizone/areas/1.dat rename to 2.5DHero/2.5DHeroContent/maps/safarizone/areas/1.dat diff --git a/2.5DHero/2.5DHero/maps/safarizone/areas/10.dat b/2.5DHero/2.5DHeroContent/maps/safarizone/areas/10.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/safarizone/areas/10.dat rename to 2.5DHero/2.5DHeroContent/maps/safarizone/areas/10.dat diff --git a/2.5DHero/2.5DHero/maps/safarizone/areas/11.dat b/2.5DHero/2.5DHeroContent/maps/safarizone/areas/11.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/safarizone/areas/11.dat rename to 2.5DHero/2.5DHeroContent/maps/safarizone/areas/11.dat diff --git a/2.5DHero/2.5DHero/maps/safarizone/areas/12.dat b/2.5DHero/2.5DHeroContent/maps/safarizone/areas/12.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/safarizone/areas/12.dat rename to 2.5DHero/2.5DHeroContent/maps/safarizone/areas/12.dat diff --git a/2.5DHero/2.5DHero/maps/safarizone/areas/13.dat b/2.5DHero/2.5DHeroContent/maps/safarizone/areas/13.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/safarizone/areas/13.dat rename to 2.5DHero/2.5DHeroContent/maps/safarizone/areas/13.dat diff --git a/2.5DHero/2.5DHero/maps/safarizone/areas/14.dat b/2.5DHero/2.5DHeroContent/maps/safarizone/areas/14.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/safarizone/areas/14.dat rename to 2.5DHero/2.5DHeroContent/maps/safarizone/areas/14.dat diff --git a/2.5DHero/2.5DHero/maps/safarizone/areas/15.dat b/2.5DHero/2.5DHeroContent/maps/safarizone/areas/15.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/safarizone/areas/15.dat rename to 2.5DHero/2.5DHeroContent/maps/safarizone/areas/15.dat diff --git a/2.5DHero/2.5DHero/maps/safarizone/areas/16.dat b/2.5DHero/2.5DHeroContent/maps/safarizone/areas/16.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/safarizone/areas/16.dat rename to 2.5DHero/2.5DHeroContent/maps/safarizone/areas/16.dat diff --git a/2.5DHero/2.5DHero/maps/safarizone/areas/17.dat b/2.5DHero/2.5DHeroContent/maps/safarizone/areas/17.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/safarizone/areas/17.dat rename to 2.5DHero/2.5DHeroContent/maps/safarizone/areas/17.dat diff --git a/2.5DHero/2.5DHero/maps/safarizone/areas/18.dat b/2.5DHero/2.5DHeroContent/maps/safarizone/areas/18.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/safarizone/areas/18.dat rename to 2.5DHero/2.5DHeroContent/maps/safarizone/areas/18.dat diff --git a/2.5DHero/2.5DHero/maps/safarizone/areas/19.dat b/2.5DHero/2.5DHeroContent/maps/safarizone/areas/19.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/safarizone/areas/19.dat rename to 2.5DHero/2.5DHeroContent/maps/safarizone/areas/19.dat diff --git a/2.5DHero/2.5DHero/maps/safarizone/areas/2.dat b/2.5DHero/2.5DHeroContent/maps/safarizone/areas/2.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/safarizone/areas/2.dat rename to 2.5DHero/2.5DHeroContent/maps/safarizone/areas/2.dat diff --git a/2.5DHero/2.5DHero/maps/safarizone/areas/3.dat b/2.5DHero/2.5DHeroContent/maps/safarizone/areas/3.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/safarizone/areas/3.dat rename to 2.5DHero/2.5DHeroContent/maps/safarizone/areas/3.dat diff --git a/2.5DHero/2.5DHero/maps/safarizone/areas/4.dat b/2.5DHero/2.5DHeroContent/maps/safarizone/areas/4.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/safarizone/areas/4.dat rename to 2.5DHero/2.5DHeroContent/maps/safarizone/areas/4.dat diff --git a/2.5DHero/2.5DHero/maps/safarizone/areas/5.dat b/2.5DHero/2.5DHeroContent/maps/safarizone/areas/5.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/safarizone/areas/5.dat rename to 2.5DHero/2.5DHeroContent/maps/safarizone/areas/5.dat diff --git a/2.5DHero/2.5DHero/maps/safarizone/areas/6.dat b/2.5DHero/2.5DHeroContent/maps/safarizone/areas/6.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/safarizone/areas/6.dat rename to 2.5DHero/2.5DHeroContent/maps/safarizone/areas/6.dat diff --git a/2.5DHero/2.5DHero/maps/safarizone/areas/7.dat b/2.5DHero/2.5DHeroContent/maps/safarizone/areas/7.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/safarizone/areas/7.dat rename to 2.5DHero/2.5DHeroContent/maps/safarizone/areas/7.dat diff --git a/2.5DHero/2.5DHero/maps/safarizone/areas/8.dat b/2.5DHero/2.5DHeroContent/maps/safarizone/areas/8.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/safarizone/areas/8.dat rename to 2.5DHero/2.5DHeroContent/maps/safarizone/areas/8.dat diff --git a/2.5DHero/2.5DHero/maps/safarizone/areas/9.dat b/2.5DHero/2.5DHeroContent/maps/safarizone/areas/9.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/safarizone/areas/9.dat rename to 2.5DHero/2.5DHeroContent/maps/safarizone/areas/9.dat diff --git a/2.5DHero/2.5DHero/maps/safarizone/center.dat b/2.5DHero/2.5DHeroContent/maps/safarizone/center.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/safarizone/center.dat rename to 2.5DHero/2.5DHeroContent/maps/safarizone/center.dat diff --git a/2.5DHero/2.5DHero/maps/safarizone/gate.dat b/2.5DHero/2.5DHeroContent/maps/safarizone/gate.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/safarizone/gate.dat rename to 2.5DHero/2.5DHeroContent/maps/safarizone/gate.dat diff --git a/2.5DHero/2.5DHero/maps/safarizone/main.dat b/2.5DHero/2.5DHeroContent/maps/safarizone/main.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/safarizone/main.dat rename to 2.5DHero/2.5DHeroContent/maps/safarizone/main.dat diff --git a/2.5DHero/2.5DHero/maps/saffron/center.dat b/2.5DHero/2.5DHeroContent/maps/saffron/center.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/saffron/center.dat rename to 2.5DHero/2.5DHeroContent/maps/saffron/center.dat diff --git a/2.5DHero/2.5DHero/maps/saffron/copycat1.dat b/2.5DHero/2.5DHeroContent/maps/saffron/copycat1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/saffron/copycat1.dat rename to 2.5DHero/2.5DHeroContent/maps/saffron/copycat1.dat diff --git a/2.5DHero/2.5DHero/maps/saffron/copycat2.dat b/2.5DHero/2.5DHeroContent/maps/saffron/copycat2.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/saffron/copycat2.dat rename to 2.5DHero/2.5DHeroContent/maps/saffron/copycat2.dat diff --git a/2.5DHero/2.5DHero/maps/saffron/dojo.dat b/2.5DHero/2.5DHeroContent/maps/saffron/dojo.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/saffron/dojo.dat rename to 2.5DHero/2.5DHeroContent/maps/saffron/dojo.dat diff --git a/2.5DHero/2.5DHero/maps/saffron/main.dat b/2.5DHero/2.5DHeroContent/maps/saffron/main.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/saffron/main.dat rename to 2.5DHero/2.5DHeroContent/maps/saffron/main.dat diff --git a/2.5DHero/2.5DHero/maps/saffron/mart.dat b/2.5DHero/2.5DHeroContent/maps/saffron/mart.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/saffron/mart.dat rename to 2.5DHero/2.5DHeroContent/maps/saffron/mart.dat diff --git a/2.5DHero/2.5DHero/maps/saffron/psychic.dat b/2.5DHero/2.5DHeroContent/maps/saffron/psychic.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/saffron/psychic.dat rename to 2.5DHero/2.5DHeroContent/maps/saffron/psychic.dat diff --git a/2.5DHero/2.5DHero/maps/saffron/rotomroom.dat b/2.5DHero/2.5DHeroContent/maps/saffron/rotomroom.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/saffron/rotomroom.dat rename to 2.5DHero/2.5DHeroContent/maps/saffron/rotomroom.dat diff --git a/2.5DHero/2.5DHero/maps/saffron/silph.dat b/2.5DHero/2.5DHeroContent/maps/saffron/silph.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/saffron/silph.dat rename to 2.5DHero/2.5DHeroContent/maps/saffron/silph.dat diff --git a/2.5DHero/2.5DHero/maps/saffron/trainstation.dat b/2.5DHero/2.5DHeroContent/maps/saffron/trainstation.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/saffron/trainstation.dat rename to 2.5DHero/2.5DHeroContent/maps/saffron/trainstation.dat diff --git a/2.5DHero/2.5DHero/maps/saffron/underground0.dat b/2.5DHero/2.5DHeroContent/maps/saffron/underground0.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/saffron/underground0.dat rename to 2.5DHero/2.5DHeroContent/maps/saffron/underground0.dat diff --git a/2.5DHero/2.5DHero/maps/seafoam/bf1.dat b/2.5DHero/2.5DHeroContent/maps/seafoam/bf1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/seafoam/bf1.dat rename to 2.5DHero/2.5DHeroContent/maps/seafoam/bf1.dat diff --git a/2.5DHero/2.5DHero/maps/seafoam/bf2.dat b/2.5DHero/2.5DHeroContent/maps/seafoam/bf2.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/seafoam/bf2.dat rename to 2.5DHero/2.5DHeroContent/maps/seafoam/bf2.dat diff --git a/2.5DHero/2.5DHero/maps/seafoam/bf3.dat b/2.5DHero/2.5DHeroContent/maps/seafoam/bf3.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/seafoam/bf3.dat rename to 2.5DHero/2.5DHeroContent/maps/seafoam/bf3.dat diff --git a/2.5DHero/2.5DHero/maps/seafoam/bf4.dat b/2.5DHero/2.5DHeroContent/maps/seafoam/bf4.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/seafoam/bf4.dat rename to 2.5DHero/2.5DHeroContent/maps/seafoam/bf4.dat diff --git a/2.5DHero/2.5DHero/maps/seafoam/entEast.dat b/2.5DHero/2.5DHeroContent/maps/seafoam/entEast.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/seafoam/entEast.dat rename to 2.5DHero/2.5DHeroContent/maps/seafoam/entEast.dat diff --git a/2.5DHero/2.5DHero/maps/seafoam/entWest.dat b/2.5DHero/2.5DHeroContent/maps/seafoam/entWest.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/seafoam/entWest.dat rename to 2.5DHero/2.5DHeroContent/maps/seafoam/entWest.dat diff --git a/2.5DHero/2.5DHero/maps/slowpokewell/slowpokewell1f.dat b/2.5DHero/2.5DHeroContent/maps/slowpokewell/slowpokewell1f.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/slowpokewell/slowpokewell1f.dat rename to 2.5DHero/2.5DHeroContent/maps/slowpokewell/slowpokewell1f.dat diff --git a/2.5DHero/2.5DHero/maps/slowpokewell/slowpokewellb1f.dat b/2.5DHero/2.5DHeroContent/maps/slowpokewell/slowpokewellb1f.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/slowpokewell/slowpokewellb1f.dat rename to 2.5DHero/2.5DHeroContent/maps/slowpokewell/slowpokewellb1f.dat diff --git a/2.5DHero/2.5DHero/maps/speedboatscene.dat b/2.5DHero/2.5DHeroContent/maps/speedboatscene.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/speedboatscene.dat rename to 2.5DHero/2.5DHeroContent/maps/speedboatscene.dat diff --git a/2.5DHero/2.5DHero/maps/structures/PokeCenterInterior.dat b/2.5DHero/2.5DHeroContent/maps/structures/PokeCenterInterior.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/structures/PokeCenterInterior.dat rename to 2.5DHero/2.5DHeroContent/maps/structures/PokeCenterInterior.dat diff --git a/2.5DHero/2.5DHero/maps/structures/cyclingroad/lamp_east.dat b/2.5DHero/2.5DHeroContent/maps/structures/cyclingroad/lamp_east.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/structures/cyclingroad/lamp_east.dat rename to 2.5DHero/2.5DHeroContent/maps/structures/cyclingroad/lamp_east.dat diff --git a/2.5DHero/2.5DHero/maps/structures/cyclingroad/lamp_west.dat b/2.5DHero/2.5DHeroContent/maps/structures/cyclingroad/lamp_west.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/structures/cyclingroad/lamp_west.dat rename to 2.5DHero/2.5DHeroContent/maps/structures/cyclingroad/lamp_west.dat diff --git a/2.5DHero/2.5DHero/maps/structures/frontier/factory.dat b/2.5DHero/2.5DHeroContent/maps/structures/frontier/factory.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/structures/frontier/factory.dat rename to 2.5DHero/2.5DHeroContent/maps/structures/frontier/factory.dat diff --git a/2.5DHero/2.5DHero/maps/structures/frontier/flag.dat b/2.5DHero/2.5DHeroContent/maps/structures/frontier/flag.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/structures/frontier/flag.dat rename to 2.5DHero/2.5DHeroContent/maps/structures/frontier/flag.dat diff --git a/2.5DHero/2.5DHero/maps/structures/frontier/small_house0.dat b/2.5DHero/2.5DHeroContent/maps/structures/frontier/small_house0.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/structures/frontier/small_house0.dat rename to 2.5DHero/2.5DHeroContent/maps/structures/frontier/small_house0.dat diff --git a/2.5DHero/2.5DHero/maps/structures/frontier/small_house1.dat b/2.5DHero/2.5DHeroContent/maps/structures/frontier/small_house1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/structures/frontier/small_house1.dat rename to 2.5DHero/2.5DHeroContent/maps/structures/frontier/small_house1.dat diff --git a/2.5DHero/2.5DHero/maps/structures/goldenrod/2houseEW.dat b/2.5DHero/2.5DHeroContent/maps/structures/goldenrod/2houseEW.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/structures/goldenrod/2houseEW.dat rename to 2.5DHero/2.5DHeroContent/maps/structures/goldenrod/2houseEW.dat diff --git a/2.5DHero/2.5DHero/maps/structures/goldenrod/2houseNS.dat b/2.5DHero/2.5DHeroContent/maps/structures/goldenrod/2houseNS.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/structures/goldenrod/2houseNS.dat rename to 2.5DHero/2.5DHeroContent/maps/structures/goldenrod/2houseNS.dat diff --git a/2.5DHero/2.5DHero/maps/structures/goldenrod/3houseEW.dat b/2.5DHero/2.5DHeroContent/maps/structures/goldenrod/3houseEW.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/structures/goldenrod/3houseEW.dat rename to 2.5DHero/2.5DHeroContent/maps/structures/goldenrod/3houseEW.dat diff --git a/2.5DHero/2.5DHero/maps/structures/goldenrod/4houseEW.dat b/2.5DHero/2.5DHeroContent/maps/structures/goldenrod/4houseEW.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/structures/goldenrod/4houseEW.dat rename to 2.5DHero/2.5DHeroContent/maps/structures/goldenrod/4houseEW.dat diff --git a/2.5DHero/2.5DHero/maps/structures/goldenrod/4houseEWWarp.dat b/2.5DHero/2.5DHeroContent/maps/structures/goldenrod/4houseEWWarp.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/structures/goldenrod/4houseEWWarp.dat rename to 2.5DHero/2.5DHeroContent/maps/structures/goldenrod/4houseEWWarp.dat diff --git a/2.5DHero/2.5DHero/maps/structures/goldenrod/4houseNS.dat b/2.5DHero/2.5DHeroContent/maps/structures/goldenrod/4houseNS.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/structures/goldenrod/4houseNS.dat rename to 2.5DHero/2.5DHeroContent/maps/structures/goldenrod/4houseNS.dat diff --git a/2.5DHero/2.5DHero/maps/structures/magnettrain.dat b/2.5DHero/2.5DHeroContent/maps/structures/magnettrain.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/structures/magnettrain.dat rename to 2.5DHero/2.5DHeroContent/maps/structures/magnettrain.dat diff --git a/2.5DHero/2.5DHero/maps/structures/route17/lamp_east.dat b/2.5DHero/2.5DHeroContent/maps/structures/route17/lamp_east.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/structures/route17/lamp_east.dat rename to 2.5DHero/2.5DHeroContent/maps/structures/route17/lamp_east.dat diff --git a/2.5DHero/2.5DHero/maps/structures/route17/lamp_west.dat b/2.5DHero/2.5DHeroContent/maps/structures/route17/lamp_west.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/structures/route17/lamp_west.dat rename to 2.5DHero/2.5DHeroContent/maps/structures/route17/lamp_west.dat diff --git a/2.5DHero/2.5DHero/maps/structures/saffron/short.dat b/2.5DHero/2.5DHeroContent/maps/structures/saffron/short.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/structures/saffron/short.dat rename to 2.5DHero/2.5DHeroContent/maps/structures/saffron/short.dat diff --git a/2.5DHero/2.5DHero/maps/structures/saffron/shorteastwall.dat b/2.5DHero/2.5DHeroContent/maps/structures/saffron/shorteastwall.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/structures/saffron/shorteastwall.dat rename to 2.5DHero/2.5DHeroContent/maps/structures/saffron/shorteastwall.dat diff --git a/2.5DHero/2.5DHero/maps/structures/saffron/shortwdoor.dat b/2.5DHero/2.5DHeroContent/maps/structures/saffron/shortwdoor.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/structures/saffron/shortwdoor.dat rename to 2.5DHero/2.5DHeroContent/maps/structures/saffron/shortwdoor.dat diff --git a/2.5DHero/2.5DHero/maps/structures/saffron/shortwestwall.dat b/2.5DHero/2.5DHeroContent/maps/structures/saffron/shortwestwall.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/structures/saffron/shortwestwall.dat rename to 2.5DHero/2.5DHeroContent/maps/structures/saffron/shortwestwall.dat diff --git a/2.5DHero/2.5DHero/maps/structures/saffron/tall.dat b/2.5DHero/2.5DHeroContent/maps/structures/saffron/tall.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/structures/saffron/tall.dat rename to 2.5DHero/2.5DHeroContent/maps/structures/saffron/tall.dat diff --git a/2.5DHero/2.5DHero/maps/structures/sevii/brownhouse.dat b/2.5DHero/2.5DHeroContent/maps/structures/sevii/brownhouse.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/structures/sevii/brownhouse.dat rename to 2.5DHero/2.5DHeroContent/maps/structures/sevii/brownhouse.dat diff --git a/2.5DHero/2.5DHero/maps/structures/sevii/center.dat b/2.5DHero/2.5DHeroContent/maps/structures/sevii/center.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/structures/sevii/center.dat rename to 2.5DHero/2.5DHeroContent/maps/structures/sevii/center.dat diff --git a/2.5DHero/2.5DHero/maps/structures/sevii/dock.dat b/2.5DHero/2.5DHeroContent/maps/structures/sevii/dock.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/structures/sevii/dock.dat rename to 2.5DHero/2.5DHeroContent/maps/structures/sevii/dock.dat diff --git a/2.5DHero/2.5DHero/maps/structures/sevii/mart.dat b/2.5DHero/2.5DHeroContent/maps/structures/sevii/mart.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/structures/sevii/mart.dat rename to 2.5DHero/2.5DHeroContent/maps/structures/sevii/mart.dat diff --git a/2.5DHero/2.5DHero/maps/structures/sevii/purplehouse.dat b/2.5DHero/2.5DHeroContent/maps/structures/sevii/purplehouse.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/structures/sevii/purplehouse.dat rename to 2.5DHero/2.5DHeroContent/maps/structures/sevii/purplehouse.dat diff --git a/2.5DHero/2.5DHero/maps/structures/sevii/ruins.dat b/2.5DHero/2.5DHeroContent/maps/structures/sevii/ruins.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/structures/sevii/ruins.dat rename to 2.5DHero/2.5DHeroContent/maps/structures/sevii/ruins.dat diff --git a/2.5DHero/2.5DHero/maps/structures/stairs/0/e.dat b/2.5DHero/2.5DHeroContent/maps/structures/stairs/0/e.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/structures/stairs/0/e.dat rename to 2.5DHero/2.5DHeroContent/maps/structures/stairs/0/e.dat diff --git a/2.5DHero/2.5DHero/maps/structures/stairs/0/n.dat b/2.5DHero/2.5DHeroContent/maps/structures/stairs/0/n.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/structures/stairs/0/n.dat rename to 2.5DHero/2.5DHeroContent/maps/structures/stairs/0/n.dat diff --git a/2.5DHero/2.5DHero/maps/structures/stairs/0/s.dat b/2.5DHero/2.5DHeroContent/maps/structures/stairs/0/s.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/structures/stairs/0/s.dat rename to 2.5DHero/2.5DHeroContent/maps/structures/stairs/0/s.dat diff --git a/2.5DHero/2.5DHero/maps/structures/stairs/0/w.dat b/2.5DHero/2.5DHeroContent/maps/structures/stairs/0/w.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/structures/stairs/0/w.dat rename to 2.5DHero/2.5DHeroContent/maps/structures/stairs/0/w.dat diff --git a/2.5DHero/2.5DHero/maps/structures/stairs/1/e.dat b/2.5DHero/2.5DHeroContent/maps/structures/stairs/1/e.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/structures/stairs/1/e.dat rename to 2.5DHero/2.5DHeroContent/maps/structures/stairs/1/e.dat diff --git a/2.5DHero/2.5DHero/maps/structures/stairs/1/n.dat b/2.5DHero/2.5DHeroContent/maps/structures/stairs/1/n.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/structures/stairs/1/n.dat rename to 2.5DHero/2.5DHeroContent/maps/structures/stairs/1/n.dat diff --git a/2.5DHero/2.5DHero/maps/structures/stairs/1/s.dat b/2.5DHero/2.5DHeroContent/maps/structures/stairs/1/s.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/structures/stairs/1/s.dat rename to 2.5DHero/2.5DHeroContent/maps/structures/stairs/1/s.dat diff --git a/2.5DHero/2.5DHero/maps/structures/stairs/1/w.dat b/2.5DHero/2.5DHeroContent/maps/structures/stairs/1/w.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/structures/stairs/1/w.dat rename to 2.5DHero/2.5DHeroContent/maps/structures/stairs/1/w.dat diff --git a/2.5DHero/2.5DHero/maps/structures/stairs/2/e.dat b/2.5DHero/2.5DHeroContent/maps/structures/stairs/2/e.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/structures/stairs/2/e.dat rename to 2.5DHero/2.5DHeroContent/maps/structures/stairs/2/e.dat diff --git a/2.5DHero/2.5DHero/maps/structures/stairs/2/n.dat b/2.5DHero/2.5DHeroContent/maps/structures/stairs/2/n.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/structures/stairs/2/n.dat rename to 2.5DHero/2.5DHeroContent/maps/structures/stairs/2/n.dat diff --git a/2.5DHero/2.5DHero/maps/structures/stairs/2/s.dat b/2.5DHero/2.5DHeroContent/maps/structures/stairs/2/s.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/structures/stairs/2/s.dat rename to 2.5DHero/2.5DHeroContent/maps/structures/stairs/2/s.dat diff --git a/2.5DHero/2.5DHero/maps/structures/stairs/2/w.dat b/2.5DHero/2.5DHeroContent/maps/structures/stairs/2/w.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/structures/stairs/2/w.dat rename to 2.5DHero/2.5DHeroContent/maps/structures/stairs/2/w.dat diff --git a/2.5DHero/2.5DHero/maps/structures/stairs/UnderwaterCave/e.dat b/2.5DHero/2.5DHeroContent/maps/structures/stairs/UnderwaterCave/e.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/structures/stairs/UnderwaterCave/e.dat rename to 2.5DHero/2.5DHeroContent/maps/structures/stairs/UnderwaterCave/e.dat diff --git a/2.5DHero/2.5DHero/maps/structures/stairs/UnderwaterCave/n.dat b/2.5DHero/2.5DHeroContent/maps/structures/stairs/UnderwaterCave/n.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/structures/stairs/UnderwaterCave/n.dat rename to 2.5DHero/2.5DHeroContent/maps/structures/stairs/UnderwaterCave/n.dat diff --git a/2.5DHero/2.5DHero/maps/structures/stairs/UnderwaterCave/s.dat b/2.5DHero/2.5DHeroContent/maps/structures/stairs/UnderwaterCave/s.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/structures/stairs/UnderwaterCave/s.dat rename to 2.5DHero/2.5DHeroContent/maps/structures/stairs/UnderwaterCave/s.dat diff --git a/2.5DHero/2.5DHero/maps/structures/stairs/UnderwaterCave/w.dat b/2.5DHero/2.5DHeroContent/maps/structures/stairs/UnderwaterCave/w.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/structures/stairs/UnderwaterCave/w.dat rename to 2.5DHero/2.5DHeroContent/maps/structures/stairs/UnderwaterCave/w.dat diff --git a/2.5DHero/2.5DHero/maps/structures/torchlight.dat b/2.5DHero/2.5DHeroContent/maps/structures/torchlight.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/structures/torchlight.dat rename to 2.5DHero/2.5DHeroContent/maps/structures/torchlight.dat diff --git a/2.5DHero/2.5DHero/maps/structures/viridian/brick.dat b/2.5DHero/2.5DHeroContent/maps/structures/viridian/brick.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/structures/viridian/brick.dat rename to 2.5DHero/2.5DHeroContent/maps/structures/viridian/brick.dat diff --git a/2.5DHero/2.5DHero/maps/structures/viridian/brick_single.dat b/2.5DHero/2.5DHeroContent/maps/structures/viridian/brick_single.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/structures/viridian/brick_single.dat rename to 2.5DHero/2.5DHeroContent/maps/structures/viridian/brick_single.dat diff --git a/2.5DHero/2.5DHero/maps/test.dat b/2.5DHero/2.5DHeroContent/maps/test.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/test.dat rename to 2.5DHero/2.5DHeroContent/maps/test.dat diff --git a/2.5DHero/2.5DHero/maps/testlevel.dat b/2.5DHero/2.5DHeroContent/maps/testlevel.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/testlevel.dat rename to 2.5DHero/2.5DHeroContent/maps/testlevel.dat diff --git a/2.5DHero/2.5DHero/maps/tohjofalls.dat b/2.5DHero/2.5DHeroContent/maps/tohjofalls.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/tohjofalls.dat rename to 2.5DHero/2.5DHeroContent/maps/tohjofalls.dat diff --git a/2.5DHero/2.5DHero/maps/tohjofalls/hideout.dat b/2.5DHero/2.5DHeroContent/maps/tohjofalls/hideout.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/tohjofalls/hideout.dat rename to 2.5DHero/2.5DHeroContent/maps/tohjofalls/hideout.dat diff --git a/2.5DHero/2.5DHero/maps/trainmaps/center.dat b/2.5DHero/2.5DHeroContent/maps/trainmaps/center.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/trainmaps/center.dat rename to 2.5DHero/2.5DHeroContent/maps/trainmaps/center.dat diff --git a/2.5DHero/2.5DHero/maps/trainmaps/fromgoldenrod.dat b/2.5DHero/2.5DHeroContent/maps/trainmaps/fromgoldenrod.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/trainmaps/fromgoldenrod.dat rename to 2.5DHero/2.5DHeroContent/maps/trainmaps/fromgoldenrod.dat diff --git a/2.5DHero/2.5DHero/maps/trainmaps/fromsaffron.dat b/2.5DHero/2.5DHeroContent/maps/trainmaps/fromsaffron.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/trainmaps/fromsaffron.dat rename to 2.5DHero/2.5DHeroContent/maps/trainmaps/fromsaffron.dat diff --git a/2.5DHero/2.5DHero/maps/twirl forest/0/0.dat b/2.5DHero/2.5DHeroContent/maps/twirl forest/0/0.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/twirl forest/0/0.dat rename to 2.5DHero/2.5DHeroContent/maps/twirl forest/0/0.dat diff --git a/2.5DHero/2.5DHero/maps/twirl forest/0/1.dat b/2.5DHero/2.5DHeroContent/maps/twirl forest/0/1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/twirl forest/0/1.dat rename to 2.5DHero/2.5DHeroContent/maps/twirl forest/0/1.dat diff --git a/2.5DHero/2.5DHero/maps/twirl forest/0/10.dat b/2.5DHero/2.5DHeroContent/maps/twirl forest/0/10.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/twirl forest/0/10.dat rename to 2.5DHero/2.5DHeroContent/maps/twirl forest/0/10.dat diff --git a/2.5DHero/2.5DHero/maps/twirl forest/0/11.dat b/2.5DHero/2.5DHeroContent/maps/twirl forest/0/11.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/twirl forest/0/11.dat rename to 2.5DHero/2.5DHeroContent/maps/twirl forest/0/11.dat diff --git a/2.5DHero/2.5DHero/maps/twirl forest/0/15.dat b/2.5DHero/2.5DHeroContent/maps/twirl forest/0/15.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/twirl forest/0/15.dat rename to 2.5DHero/2.5DHeroContent/maps/twirl forest/0/15.dat diff --git a/2.5DHero/2.5DHero/maps/twirl forest/0/2.dat b/2.5DHero/2.5DHeroContent/maps/twirl forest/0/2.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/twirl forest/0/2.dat rename to 2.5DHero/2.5DHeroContent/maps/twirl forest/0/2.dat diff --git a/2.5DHero/2.5DHero/maps/twirl forest/0/3.dat b/2.5DHero/2.5DHeroContent/maps/twirl forest/0/3.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/twirl forest/0/3.dat rename to 2.5DHero/2.5DHeroContent/maps/twirl forest/0/3.dat diff --git a/2.5DHero/2.5DHero/maps/twirl forest/0/4.dat b/2.5DHero/2.5DHeroContent/maps/twirl forest/0/4.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/twirl forest/0/4.dat rename to 2.5DHero/2.5DHeroContent/maps/twirl forest/0/4.dat diff --git a/2.5DHero/2.5DHero/maps/twirl forest/0/5.dat b/2.5DHero/2.5DHeroContent/maps/twirl forest/0/5.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/twirl forest/0/5.dat rename to 2.5DHero/2.5DHeroContent/maps/twirl forest/0/5.dat diff --git a/2.5DHero/2.5DHero/maps/twirl forest/0/9.dat b/2.5DHero/2.5DHeroContent/maps/twirl forest/0/9.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/twirl forest/0/9.dat rename to 2.5DHero/2.5DHeroContent/maps/twirl forest/0/9.dat diff --git a/2.5DHero/2.5DHero/maps/twirl forest/main.dat b/2.5DHero/2.5DHeroContent/maps/twirl forest/main.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/twirl forest/main.dat rename to 2.5DHero/2.5DHeroContent/maps/twirl forest/main.dat diff --git a/2.5DHero/2.5DHero/maps/underwatercave/main.dat b/2.5DHero/2.5DHeroContent/maps/underwatercave/main.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/underwatercave/main.dat rename to 2.5DHero/2.5DHeroContent/maps/underwatercave/main.dat diff --git a/2.5DHero/2.5DHero/maps/underwatercave/manaphy.dat b/2.5DHero/2.5DHeroContent/maps/underwatercave/manaphy.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/underwatercave/manaphy.dat rename to 2.5DHero/2.5DHeroContent/maps/underwatercave/manaphy.dat diff --git a/2.5DHero/2.5DHero/maps/underwatercave/surface.dat b/2.5DHero/2.5DHeroContent/maps/underwatercave/surface.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/underwatercave/surface.dat rename to 2.5DHero/2.5DHeroContent/maps/underwatercave/surface.dat diff --git a/2.5DHero/2.5DHero/maps/underwatercave/underwater.dat b/2.5DHero/2.5DHeroContent/maps/underwatercave/underwater.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/underwatercave/underwater.dat rename to 2.5DHero/2.5DHeroContent/maps/underwatercave/underwater.dat diff --git a/2.5DHero/2.5DHero/maps/underwatercave/volcano.dat b/2.5DHero/2.5DHeroContent/maps/underwatercave/volcano.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/underwatercave/volcano.dat rename to 2.5DHero/2.5DHeroContent/maps/underwatercave/volcano.dat diff --git a/2.5DHero/2.5DHero/maps/unioncave/unioncavebf1.dat b/2.5DHero/2.5DHeroContent/maps/unioncave/unioncavebf1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/unioncave/unioncavebf1.dat rename to 2.5DHero/2.5DHeroContent/maps/unioncave/unioncavebf1.dat diff --git a/2.5DHero/2.5DHero/maps/unioncave/unioncavebf2.dat b/2.5DHero/2.5DHeroContent/maps/unioncave/unioncavebf2.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/unioncave/unioncavebf2.dat rename to 2.5DHero/2.5DHeroContent/maps/unioncave/unioncavebf2.dat diff --git a/2.5DHero/2.5DHero/maps/unioncave/unioncavef1.dat b/2.5DHero/2.5DHeroContent/maps/unioncave/unioncavef1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/unioncave/unioncavef1.dat rename to 2.5DHero/2.5DHeroContent/maps/unioncave/unioncavef1.dat diff --git a/2.5DHero/2.5DHero/maps/v_forest/main.dat b/2.5DHero/2.5DHeroContent/maps/v_forest/main.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/v_forest/main.dat rename to 2.5DHero/2.5DHeroContent/maps/v_forest/main.dat diff --git a/2.5DHero/2.5DHero/maps/v_forest/north.dat b/2.5DHero/2.5DHeroContent/maps/v_forest/north.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/v_forest/north.dat rename to 2.5DHero/2.5DHeroContent/maps/v_forest/north.dat diff --git a/2.5DHero/2.5DHero/maps/v_forest/south.dat b/2.5DHero/2.5DHeroContent/maps/v_forest/south.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/v_forest/south.dat rename to 2.5DHero/2.5DHeroContent/maps/v_forest/south.dat diff --git a/2.5DHero/2.5DHero/maps/vermilion/1.dat b/2.5DHero/2.5DHeroContent/maps/vermilion/1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/vermilion/1.dat rename to 2.5DHero/2.5DHeroContent/maps/vermilion/1.dat diff --git a/2.5DHero/2.5DHero/maps/vermilion/2.dat b/2.5DHero/2.5DHeroContent/maps/vermilion/2.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/vermilion/2.dat rename to 2.5DHero/2.5DHeroContent/maps/vermilion/2.dat diff --git a/2.5DHero/2.5DHero/maps/vermilion/3.dat b/2.5DHero/2.5DHeroContent/maps/vermilion/3.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/vermilion/3.dat rename to 2.5DHero/2.5DHeroContent/maps/vermilion/3.dat diff --git a/2.5DHero/2.5DHero/maps/vermilion/center.dat b/2.5DHero/2.5DHeroContent/maps/vermilion/center.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/vermilion/center.dat rename to 2.5DHero/2.5DHeroContent/maps/vermilion/center.dat diff --git a/2.5DHero/2.5DHero/maps/vermilion/dock.dat b/2.5DHero/2.5DHeroContent/maps/vermilion/dock.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/vermilion/dock.dat rename to 2.5DHero/2.5DHeroContent/maps/vermilion/dock.dat diff --git a/2.5DHero/2.5DHero/maps/vermilion/dock_entrance.dat b/2.5DHero/2.5DHeroContent/maps/vermilion/dock_entrance.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/vermilion/dock_entrance.dat rename to 2.5DHero/2.5DHeroContent/maps/vermilion/dock_entrance.dat diff --git a/2.5DHero/2.5DHero/maps/vermilion/fan.dat b/2.5DHero/2.5DHeroContent/maps/vermilion/fan.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/vermilion/fan.dat rename to 2.5DHero/2.5DHeroContent/maps/vermilion/fan.dat diff --git a/2.5DHero/2.5DHero/maps/vermilion/main.dat b/2.5DHero/2.5DHeroContent/maps/vermilion/main.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/vermilion/main.dat rename to 2.5DHero/2.5DHeroContent/maps/vermilion/main.dat diff --git a/2.5DHero/2.5DHero/maps/vermilion/mart.dat b/2.5DHero/2.5DHeroContent/maps/vermilion/mart.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/vermilion/mart.dat rename to 2.5DHero/2.5DHeroContent/maps/vermilion/mart.dat diff --git a/2.5DHero/2.5DHero/maps/victoryroad/1.dat b/2.5DHero/2.5DHeroContent/maps/victoryroad/1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/victoryroad/1.dat rename to 2.5DHero/2.5DHeroContent/maps/victoryroad/1.dat diff --git a/2.5DHero/2.5DHero/maps/victoryroad/2.dat b/2.5DHero/2.5DHeroContent/maps/victoryroad/2.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/victoryroad/2.dat rename to 2.5DHero/2.5DHeroContent/maps/victoryroad/2.dat diff --git a/2.5DHero/2.5DHero/maps/victoryroad/3.dat b/2.5DHero/2.5DHeroContent/maps/victoryroad/3.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/victoryroad/3.dat rename to 2.5DHero/2.5DHeroContent/maps/victoryroad/3.dat diff --git a/2.5DHero/2.5DHero/maps/violet.dat b/2.5DHero/2.5DHeroContent/maps/violet.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/violet.dat rename to 2.5DHero/2.5DHeroContent/maps/violet.dat diff --git a/2.5DHero/2.5DHero/maps/violet/001.dat b/2.5DHero/2.5DHeroContent/maps/violet/001.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/violet/001.dat rename to 2.5DHero/2.5DHeroContent/maps/violet/001.dat diff --git a/2.5DHero/2.5DHero/maps/violet/002.dat b/2.5DHero/2.5DHeroContent/maps/violet/002.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/violet/002.dat rename to 2.5DHero/2.5DHeroContent/maps/violet/002.dat diff --git a/2.5DHero/2.5DHero/maps/violet/school.dat b/2.5DHero/2.5DHeroContent/maps/violet/school.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/violet/school.dat rename to 2.5DHero/2.5DHeroContent/maps/violet/school.dat diff --git a/2.5DHero/2.5DHero/maps/violet/sprouttowerf1.dat b/2.5DHero/2.5DHeroContent/maps/violet/sprouttowerf1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/violet/sprouttowerf1.dat rename to 2.5DHero/2.5DHeroContent/maps/violet/sprouttowerf1.dat diff --git a/2.5DHero/2.5DHero/maps/violet/sprouttowerf2.dat b/2.5DHero/2.5DHeroContent/maps/violet/sprouttowerf2.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/violet/sprouttowerf2.dat rename to 2.5DHero/2.5DHeroContent/maps/violet/sprouttowerf2.dat diff --git a/2.5DHero/2.5DHero/maps/violet/sprouttowerf3.dat b/2.5DHero/2.5DHeroContent/maps/violet/sprouttowerf3.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/violet/sprouttowerf3.dat rename to 2.5DHero/2.5DHeroContent/maps/violet/sprouttowerf3.dat diff --git a/2.5DHero/2.5DHero/maps/violet_center.dat b/2.5DHero/2.5DHeroContent/maps/violet_center.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/violet_center.dat rename to 2.5DHero/2.5DHeroContent/maps/violet_center.dat diff --git a/2.5DHero/2.5DHero/maps/violet_mart.dat b/2.5DHero/2.5DHeroContent/maps/violet_mart.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/violet_mart.dat rename to 2.5DHero/2.5DHeroContent/maps/violet_mart.dat diff --git a/2.5DHero/2.5DHero/maps/violetroute31gate.dat b/2.5DHero/2.5DHeroContent/maps/violetroute31gate.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/violetroute31gate.dat rename to 2.5DHero/2.5DHeroContent/maps/violetroute31gate.dat diff --git a/2.5DHero/2.5DHero/maps/viridian/1.dat b/2.5DHero/2.5DHeroContent/maps/viridian/1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/viridian/1.dat rename to 2.5DHero/2.5DHeroContent/maps/viridian/1.dat diff --git a/2.5DHero/2.5DHero/maps/viridian/center.dat b/2.5DHero/2.5DHeroContent/maps/viridian/center.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/viridian/center.dat rename to 2.5DHero/2.5DHeroContent/maps/viridian/center.dat diff --git a/2.5DHero/2.5DHero/maps/viridian/main.dat b/2.5DHero/2.5DHeroContent/maps/viridian/main.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/viridian/main.dat rename to 2.5DHero/2.5DHeroContent/maps/viridian/main.dat diff --git a/2.5DHero/2.5DHero/maps/viridian/mart.dat b/2.5DHero/2.5DHeroContent/maps/viridian/mart.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/viridian/mart.dat rename to 2.5DHero/2.5DHeroContent/maps/viridian/mart.dat diff --git a/2.5DHero/2.5DHero/maps/viridian/trainerhouse/arena.dat b/2.5DHero/2.5DHeroContent/maps/viridian/trainerhouse/arena.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/viridian/trainerhouse/arena.dat rename to 2.5DHero/2.5DHeroContent/maps/viridian/trainerhouse/arena.dat diff --git a/2.5DHero/2.5DHero/maps/viridian/trainerhouse/bf.dat b/2.5DHero/2.5DHeroContent/maps/viridian/trainerhouse/bf.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/viridian/trainerhouse/bf.dat rename to 2.5DHero/2.5DHeroContent/maps/viridian/trainerhouse/bf.dat diff --git a/2.5DHero/2.5DHero/maps/viridian/trainerhouse/main.dat b/2.5DHero/2.5DHeroContent/maps/viridian/trainerhouse/main.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/viridian/trainerhouse/main.dat rename to 2.5DHero/2.5DHeroContent/maps/viridian/trainerhouse/main.dat diff --git a/2.5DHero/2.5DHero/maps/whirlislands/1fne.dat b/2.5DHero/2.5DHeroContent/maps/whirlislands/1fne.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/whirlislands/1fne.dat rename to 2.5DHero/2.5DHeroContent/maps/whirlislands/1fne.dat diff --git a/2.5DHero/2.5DHero/maps/whirlislands/1fnw.dat b/2.5DHero/2.5DHeroContent/maps/whirlislands/1fnw.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/whirlislands/1fnw.dat rename to 2.5DHero/2.5DHeroContent/maps/whirlislands/1fnw.dat diff --git a/2.5DHero/2.5DHero/maps/whirlislands/1fse.dat b/2.5DHero/2.5DHeroContent/maps/whirlislands/1fse.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/whirlislands/1fse.dat rename to 2.5DHero/2.5DHeroContent/maps/whirlislands/1fse.dat diff --git a/2.5DHero/2.5DHero/maps/whirlislands/1fsw.dat b/2.5DHero/2.5DHeroContent/maps/whirlislands/1fsw.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/whirlislands/1fsw.dat rename to 2.5DHero/2.5DHeroContent/maps/whirlislands/1fsw.dat diff --git a/2.5DHero/2.5DHero/maps/whirlislands/bf1main.dat b/2.5DHero/2.5DHeroContent/maps/whirlislands/bf1main.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/whirlislands/bf1main.dat rename to 2.5DHero/2.5DHeroContent/maps/whirlislands/bf1main.dat diff --git a/2.5DHero/2.5DHero/maps/whirlislands/lugia.dat b/2.5DHero/2.5DHeroContent/maps/whirlislands/lugia.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/whirlislands/lugia.dat rename to 2.5DHero/2.5DHeroContent/maps/whirlislands/lugia.dat diff --git a/2.5DHero/2.5DHero/maps/whirlislands/sc1.dat b/2.5DHero/2.5DHeroContent/maps/whirlislands/sc1.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/whirlislands/sc1.dat rename to 2.5DHero/2.5DHeroContent/maps/whirlislands/sc1.dat diff --git a/2.5DHero/2.5DHero/maps/whirlislands/sc2.dat b/2.5DHero/2.5DHeroContent/maps/whirlislands/sc2.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/whirlislands/sc2.dat rename to 2.5DHero/2.5DHeroContent/maps/whirlislands/sc2.dat diff --git a/2.5DHero/2.5DHero/maps/whirlislands/sc3.dat b/2.5DHero/2.5DHeroContent/maps/whirlislands/sc3.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/whirlislands/sc3.dat rename to 2.5DHero/2.5DHeroContent/maps/whirlislands/sc3.dat diff --git a/2.5DHero/2.5DHero/maps/whirlislands/sc4.dat b/2.5DHero/2.5DHeroContent/maps/whirlislands/sc4.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/whirlislands/sc4.dat rename to 2.5DHero/2.5DHeroContent/maps/whirlislands/sc4.dat diff --git a/2.5DHero/2.5DHero/maps/whirlislands/wfall.dat b/2.5DHero/2.5DHeroContent/maps/whirlislands/wfall.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/whirlislands/wfall.dat rename to 2.5DHero/2.5DHeroContent/maps/whirlislands/wfall.dat diff --git a/2.5DHero/2.5DHero/maps/yourroom.dat b/2.5DHero/2.5DHeroContent/maps/yourroom.dat similarity index 100% rename from 2.5DHero/2.5DHero/maps/yourroom.dat rename to 2.5DHero/2.5DHeroContent/maps/yourroom.dat diff --git a/2.5DHero/2.5DHeroContent/meta b/2.5DHero/2.5DHeroContent/meta new file mode 100644 index 000000000..523dafb5a --- /dev/null +++ b/2.5DHero/2.5DHeroContent/meta @@ -0,0 +1 @@ +Content\Data\badges.dat:ABCB97936D5FF133509D2A47FFAF27FF,Content\Data\channels.dat:A20D98CD9102E7054D65B105ACC3D10F,Content\Data\interactions.dat:243E3310965666BB0018E8994AD4B6C5,Content\Data\pokedex.dat:B594DD9AC4E20B3D5C436480DDFFFD77,Content\Data\smashrockitems.dat:EED5CA65FA366AC462E184C0FDA0FE24,Content\Data\Moves\example.dat:98EEA95AA522BE09010B6CD7462EB0F5,Content\Pokemon\Data\1.dat:76C719EB94B227CE5F527235FF64F8D2,Content\Pokemon\Data\10.dat:AC481650E1A9844F90A4B8F8CFFE0D8B,Content\Pokemon\Data\100.dat:4D77EF3F8FE8ABD7C66BF48B04FB6987,Content\Pokemon\Data\101.dat:1F634059C2CC3BF172CC915BD022EDDB,Content\Pokemon\Data\102.dat:9004AF7B5807BFF306A934FDBA0331E9,Content\Pokemon\Data\103.dat:A27C2663C0D23EF8533378A004B3939B,Content\Pokemon\Data\104.dat:187673EF8D284EFB4096EE587A44D7E1,Content\Pokemon\Data\105.dat:B941DBC75789F3629A7D43968FA351B8,Content\Pokemon\Data\106.dat:9D7C6F9194C512E717BD192EC9EFE6C6,Content\Pokemon\Data\107.dat:BACF7370D6E5FF17A03357E62FB5CCBD,Content\Pokemon\Data\108.dat:7AE82DBD87B2DB4647F8DED387C33B22,Content\Pokemon\Data\109.dat:834A691C81B8D0B43F90418D7AA68AB4,Content\Pokemon\Data\11.dat:6E35169D4607BA2EAE042916F2FC407B,Content\Pokemon\Data\110.dat:F2FE4BE13FFD7AA4FEC7BB1C94062349,Content\Pokemon\Data\111.dat:5FED994550695B4F09D81F012E8A24AB,Content\Pokemon\Data\112.dat:7A25BBF7ED207391FC8CC7C6F41354B4,Content\Pokemon\Data\113.dat:9AF159CF6086DE2BC74DC412ACC5F7BE,Content\Pokemon\Data\114.dat:DA8694702F817744F94B3785E4211F2C,Content\Pokemon\Data\115.dat:96402EFD4FCB62EF985CE4A385BB0099,Content\Pokemon\Data\116.dat:1168A756B7C396C883E515764E82286A,Content\Pokemon\Data\117.dat:00DC24BF1D78D04D25E7E5D947772DDA,Content\Pokemon\Data\118.dat:6672758312C800A1B0851FDDE8B80C09,Content\Pokemon\Data\119.dat:96058AD584CCEDA2BEC568B923274CE8,Content\Pokemon\Data\12.dat:0AABD96C233A22C95FD46A877CB607D0,Content\Pokemon\Data\120.dat:E9FAD8A8D2AA6DD91EF8A490448380EC,Content\Pokemon\Data\121.dat:E7099A8189C472FCC3B32C0A9D654310,Content\Pokemon\Data\122.dat:10FF848A06DBC41140430596358B56B6,Content\Pokemon\Data\123.dat:2840C6E104CE0D389FE4C763BB63D4D4,Content\Pokemon\Data\124.dat:D5C0A19B8659F5FC78287FE1F6EB7681,Content\Pokemon\Data\125.dat:779B96DF264F2CFBE5BE04906E722E9B,Content\Pokemon\Data\126.dat:ABD924734420167CE36995C7F6657CD3,Content\Pokemon\Data\127.dat:28C7339E55BCDA69C52008EF41DAD9EA,Content\Pokemon\Data\128.dat:9EFE560A2CFC4FA8E4C0255CBCA2442B,Content\Pokemon\Data\129.dat:7EDDD2D2E31A75B006D20473ED9464B8,Content\Pokemon\Data\13.dat:9F59B65BDAD242A82125B300FA155C9C,Content\Pokemon\Data\130.dat:A081F4E72CA0DCB2B6A44D01485E847F,Content\Pokemon\Data\131.dat:918B3A831ACB11AB9857CB06619F1A5B,Content\Pokemon\Data\132.dat:8C497689645DD610BC91A6942B571A36,Content\Pokemon\Data\133.dat:CE5E32C3C7787B82A12B76E5E04AA3B1,Content\Pokemon\Data\134.dat:CE4B423044E12B4E76EF773361275E9B,Content\Pokemon\Data\135.dat:4098A3FD137B324A83CA6D4E2BBDB8E1,Content\Pokemon\Data\136.dat:A23A795513A377EC3A1E073536F1067F,Content\Pokemon\Data\137.dat:4950CD94E388D5A0917C899040C35DFA,Content\Pokemon\Data\138.dat:A9AE1FED708C62A1359E04154EF0F54B,Content\Pokemon\Data\139.dat:E96B903868CFEC51B981B3121AFD5921,Content\Pokemon\Data\14.dat:15B41180F80632524F79B266BDD4609B,Content\Pokemon\Data\140.dat:9FBA0964F1CD2D10E1BDAAFEDDB60EB9,Content\Pokemon\Data\141.dat:3A4AB57CA02ECE94B3852B8DDC403248,Content\Pokemon\Data\142.dat:154F7BC737033C796BC2D70A946C4849,Content\Pokemon\Data\143.dat:18B988BCCE15CE201A8162C4B097B648,Content\Pokemon\Data\144.dat:7FF7899D2F3E00A5064904D4DD8AE982,Content\Pokemon\Data\145.dat:55F9A8D99C1C5E9545D1902B0790AF91,Content\Pokemon\Data\146.dat:38DA0FBAF09205C34EA3E0C5FA20C9F5,Content\Pokemon\Data\147.dat:09501E30E960A60A468BD5E5AF33313A,Content\Pokemon\Data\148.dat:A6D0F286A4A1835D73EC7ECB281E83DB,Content\Pokemon\Data\149.dat:B534A8C81702789C6B96110DE7BEA696,Content\Pokemon\Data\15.dat:3E2E24C5DC2B830046AED632450788FF,Content\Pokemon\Data\150.dat:802E14E8DB511817A410D9203CB89704,Content\Pokemon\Data\151.dat:224760AAB9D92CF5C5CC8097B59BB920,Content\Pokemon\Data\152.dat:392FDA5B905DC2F964FE2A9DF22E58F9,Content\Pokemon\Data\153.dat:A33023507C9AD6F613F31CB2BDE1DB43,Content\Pokemon\Data\154.dat:F9D5CC3916D8800A8A7C1AABA875171E,Content\Pokemon\Data\155.dat:7B921AF142DEA45B85CE9784646F11DB,Content\Pokemon\Data\156.dat:71B93A07DB4AF0360476AA1C3CE00B67,Content\Pokemon\Data\157.dat:5BE49787BE80C7ACFFB263FE86505A25,Content\Pokemon\Data\158.dat:BEAB70520BD426DB2D929011E4DEEFC1,Content\Pokemon\Data\159.dat:D5A93BEBF7C519E8182E3FF838DE2B12,Content\Pokemon\Data\15_mega.dat:F7941435ABE057C6A89C857A5F7D6834,Content\Pokemon\Data\16.dat:5EB2351802F991103BD04D82791FF0A8,Content\Pokemon\Data\160.dat:BE54E306656DA14A4C0B74632F00CF6D,Content\Pokemon\Data\161.dat:7288ED71464F60DAED3FD6F2620087C5,Content\Pokemon\Data\162.dat:1F644B8990877E48D3FDA3F3E41C2991,Content\Pokemon\Data\163.dat:A4BD67B6C857BB041E0BA6C8A45ADA17,Content\Pokemon\Data\164.dat:C47B7EDE191DE5C3E153101E08E82AD3,Content\Pokemon\Data\165.dat:6DAE802AEE5506587F42650122FB644A,Content\Pokemon\Data\166.dat:C8CA23359EFA724859E63DD1181FC056,Content\Pokemon\Data\167.dat:F5B0BF49A4261C9C3928BA535352BE60,Content\Pokemon\Data\168.dat:6E957EDB10807FC568611F74BD4A56FF,Content\Pokemon\Data\169.dat:D9F9650C13489E609B7BA3E405031CD3,Content\Pokemon\Data\17.dat:4DC12D52068651D6D73E1F08C820B86C,Content\Pokemon\Data\170.dat:3A369F84DDF1C22FA5C747889E1BCA72,Content\Pokemon\Data\171.dat:96D01D9726DF120312AA899F648F8F75,Content\Pokemon\Data\172.dat:34F92C187F0D2791C193190C1E423492,Content\Pokemon\Data\173.dat:12CEC768575D904344CDA249A5E38446,Content\Pokemon\Data\174.dat:CF8AF2F85E7AA8A1EC8B5F4CF59E9938,Content\Pokemon\Data\175.dat:B762A0A7440B2C19D00B7E370452F872,Content\Pokemon\Data\176.dat:73F396538454A68218511FB35BE371F3,Content\Pokemon\Data\177.dat:EAD9515A5AF64962325C1BB89ACCCE84,Content\Pokemon\Data\178.dat:67AD7EBAF6BEA799276CF689E3AAAFA0,Content\Pokemon\Data\179.dat:CA4FE8EB7FBD014EE85C7F8727660476,Content\Pokemon\Data\18.dat:C8B1163D4FB1D0C0A9B214B0BACEE21D,Content\Pokemon\Data\180.dat:843DFB55A3735F1DA8F3EF1F1C53FCE4,Content\Pokemon\Data\181.dat:15B392153AB8185CE1B1B4039A547B47,Content\Pokemon\Data\181_mega.dat:524EA4C4BBE5CFE345E1093E3D4882D2,Content\Pokemon\Data\182.dat:5E87700C74FBA4D4BE9E64EC450A0952,Content\Pokemon\Data\183.dat:F8014626FD1FB2E0401A78AC79589692,Content\Pokemon\Data\184.dat:DD8C4B85EA47E7E8CBD2B7B2039FE59E,Content\Pokemon\Data\185.dat:349795BD60718A93B701504E23EC9419,Content\Pokemon\Data\186.dat:7C51C68DA43D82CD6CBFCB5F60628DC3,Content\Pokemon\Data\187.dat:7ED370623C404C2A7860D3709D90DCDD,Content\Pokemon\Data\188.dat:EE00392EB19E3F84F264B7BD867C5E6A,Content\Pokemon\Data\189.dat:A94E3E3B2D2F25C47399BEA3834B095D,Content\Pokemon\Data\18_mega.dat:8BA4C386BA6825868E10526E5350FE00,Content\Pokemon\Data\19.dat:B044443733BFD7C47A2FA865A013481A,Content\Pokemon\Data\190.dat:4F1B8FB832005FC2E882DACC5BA7FC20,Content\Pokemon\Data\191.dat:088DA33CE8B7275D802D58BF961170D0,Content\Pokemon\Data\192.dat:EA5A44B6A7CA4902766150564300D1FC,Content\Pokemon\Data\193.dat:20FDDB4809F7A5FA7901295B66E6B61E,Content\Pokemon\Data\194.dat:6E3352AFDF3E533440E1147A1467A42C,Content\Pokemon\Data\195.dat:D2BA520CC6BF1F8CAE47268B6B2675CC,Content\Pokemon\Data\196.dat:0283AE9D3910D398A09191F3863D2ED3,Content\Pokemon\Data\197.dat:6C4972B367111E39B761E037515497FF,Content\Pokemon\Data\198.dat:81CD3F0216BEB708B065A6931B38EAEA,Content\Pokemon\Data\199.dat:70C8D81B4BEC5E5B3A9793B824590255,Content\Pokemon\Data\2.dat:C2D7FFD1F3367AB4B254C442A4AE9469,Content\Pokemon\Data\20.dat:2B2599F4BFBCE383A9B12F62D73E8D08,Content\Pokemon\Data\200.dat:D02551064E62301A08AEB4F7A5444AC6,Content\Pokemon\Data\201.dat:8D9878AF5CB7093D45625622F91462B0,Content\Pokemon\Data\202.dat:CDFB46EB6FE558B57D5BFE89E50C330B,Content\Pokemon\Data\203.dat:97F6D1DF7A185525952F313109584FB7,Content\Pokemon\Data\204.dat:19926FC5306A3E8C74150FE030DF96F5,Content\Pokemon\Data\205.dat:E6CE7263D6BE5BA6FD8B14C1D3B43C40,Content\Pokemon\Data\206.dat:ABF6DAD2B41F86110925D8FDB1A50435,Content\Pokemon\Data\207.dat:62E35F2D9CF8C42DE3D6E40CE65D05BF,Content\Pokemon\Data\208.dat:BE2044E669ECC89EEDEA62CBB665634C,Content\Pokemon\Data\209.dat:56235CC90172036386E5E2987634CF8D,Content\Pokemon\Data\21.dat:B1723DC2FAEF9615F742AC5423B71DBA,Content\Pokemon\Data\210.dat:4C76ACD4C25E7EFE1806CDA28C71CE39,Content\Pokemon\Data\211.dat:52A25C26497FE8072457EEF960C91565,Content\Pokemon\Data\212.dat:B9BBE4FD997069F3A94086EC853A6884,Content\Pokemon\Data\212_mega.dat:7380D1D62361605F2BB6B10B5DC1ACC9,Content\Pokemon\Data\213.dat:D70FBBBAA9D393B09D317014D692DDAD,Content\Pokemon\Data\214.dat:CEDFF5A5D44B96628323A453BF191CE7,Content\Pokemon\Data\214_mega.dat:783A8256E22A8DBDF1EB5201DA339EE2,Content\Pokemon\Data\215.dat:FFBFE72C450D0116C3ABA714DF705FB9,Content\Pokemon\Data\216.dat:DD9E44F60939A2035C7234C7297EAA94,Content\Pokemon\Data\217.dat:F86A90B21B7C46227D29573B083AA55C,Content\Pokemon\Data\218.dat:7A846670CD41B7D9E80E7422EED1954C,Content\Pokemon\Data\219.dat:2CA4CC4D8FCDF6A2D0999096BE176782,Content\Pokemon\Data\22.dat:E0A1C9836E0653A7D89918C0DA3AC4DC,Content\Pokemon\Data\220.dat:3524FF2C266B3AAD0027EE1919612497,Content\Pokemon\Data\221.dat:03A2D8DD998CEF26F1DA9EEB7EB9D91D,Content\Pokemon\Data\222.dat:3FB068BCA28DEECF742814600C841CD5,Content\Pokemon\Data\223.dat:0E6B7B732ECA3E3A0B217C0DBFB90297,Content\Pokemon\Data\224.dat:CE4E7CAADFB23F7C82F100D2E7B00ACB,Content\Pokemon\Data\225.dat:84AD372DCFAC54080443EB7227F9C4D9,Content\Pokemon\Data\226.dat:5A52418018F5CAED8FE06CF66563860B,Content\Pokemon\Data\227.dat:CCA7091C728EDEF6C248A2B65F9C6AE3,Content\Pokemon\Data\228.dat:D09C59B7D927D10F37E97269C0F3C092,Content\Pokemon\Data\229.dat:22888788272D696397077CCE69CC88FA,Content\Pokemon\Data\23.dat:3E118D0447F367B0AFB701E5DF96D31A,Content\Pokemon\Data\230.dat:F8592E5E673C70B908E790986ADE3C96,Content\Pokemon\Data\231.dat:37DA0E9CFB62179403DEBE93193D5C17,Content\Pokemon\Data\232.dat:009B07190C8E113AE8A0209B5D48E591,Content\Pokemon\Data\233.dat:B498EB9F7D9777C50723F0C0EECAA321,Content\Pokemon\Data\234.dat:5AD491899B2CE0F117511D8046BF9A43,Content\Pokemon\Data\235.dat:307BF09E042F56610E7489B559398902,Content\Pokemon\Data\236.dat:F97F89B9791801ACE98213CA2E7DF6F3,Content\Pokemon\Data\237.dat:CECC9CE47380BEE923C0726DA462D2BD,Content\Pokemon\Data\238.dat:DA4F03AB40EFB6AE695D3D5EE674D1A7,Content\Pokemon\Data\239.dat:501957A2802FFE5ACC784C7190D1F47D,Content\Pokemon\Data\24.dat:29A5FF943B29667BCD44957559F999D3,Content\Pokemon\Data\240.dat:ED60C78969CA69B542191B5A95770A3B,Content\Pokemon\Data\241.dat:B32F7BF825CED2EAD1373CF1EEB0A19F,Content\Pokemon\Data\242.dat:8D9F29F532E320797847FCF7C359B160,Content\Pokemon\Data\243.dat:B8F089B3FF2949D83A2C626DB6D1CBD9,Content\Pokemon\Data\244.dat:4A441FF504E579B82446F53F53EC357B,Content\Pokemon\Data\245.dat:A1311C6FAC62A3AC09CE43A8168111A3,Content\Pokemon\Data\246.dat:EBF354621B9350CDF94265DFF50ED18E,Content\Pokemon\Data\247.dat:CC6F848DBA8FD687901C9F895C17B73D,Content\Pokemon\Data\248.dat:145FEDF77F45838103543218250AE0B9,Content\Pokemon\Data\248_mega.dat:05C37B51760EB8CDD2F32CB559DA231A,Content\Pokemon\Data\249.dat:709B5128AAAE39EBCA7025C16F597985,Content\Pokemon\Data\25.dat:C77BC66BC83E9E3801CCB1EE72AB506A,Content\Pokemon\Data\250.dat:D7369ABF5D24507EC9B7A85AA5FA0EC8,Content\Pokemon\Data\251.dat:FD70A63BB5106E85D86562C58A5F2DFD,Content\Pokemon\Data\252.dat:8E725E3781FCB0F4C6EAA36991D9EE8D,Content\Pokemon\Data\253.dat:0C67EA00BE412FDCACB358D76D7A119B,Content\Pokemon\Data\254.dat:5C9245D00738DFBAC7DEB96D2FCBBEFE,Content\Pokemon\Data\254_mega.dat:35C38C1D8E07FC143B3124F511E79577,Content\Pokemon\Data\255.dat:FDABC3C2ACDF3E5DC241D88DD6C8056A,Content\Pokemon\Data\256.dat:3FB726922A2A9D8B48162D1DA2F231D5,Content\Pokemon\Data\257.dat:1B575791D2E8FB39D7F1DDF7DF615E88,Content\Pokemon\Data\257_mega.dat:7DB3D8FA10D09A9FC9EA608E58E77655,Content\Pokemon\Data\258.dat:58804BE441D5CEE623F6D4F17F0F691F,Content\Pokemon\Data\259.dat:031ED697E27E285921C367F1E1D04BEA,Content\Pokemon\Data\26.dat:F41FB733FB455E93261D01C0D7B5F483,Content\Pokemon\Data\260.dat:67F25AD183984CBA12FF1334B486ABAB,Content\Pokemon\Data\260_mega.dat:8D215218C42A39E4D3165953DF55E812,Content\Pokemon\Data\261.dat:385F732702483F728031DF11D5CA5A87,Content\Pokemon\Data\262.dat:E83B13469387B073320BC39FAB0ECF27,Content\Pokemon\Data\263.dat:646588DBAFFC19A154620F9B9ED8896B,Content\Pokemon\Data\264.dat:575E0D8506CBAA87F37648AC7B8BBB15,Content\Pokemon\Data\265.dat:3A8FB006FB651000161F78ED92BD6099,Content\Pokemon\Data\266.dat:D64BEA6806644D8D76FD0548C18DEC10,Content\Pokemon\Data\267.dat:97D9D9E578BFCF4356A5A9A39D127FE0,Content\Pokemon\Data\268.dat:DDBD53ED618C0BDE972CF99579E4A917,Content\Pokemon\Data\269.dat:1E2137B3014F98E50571DD3C085978C0,Content\Pokemon\Data\27.dat:812CB9CC444760E76C15A94F6003C2FF,Content\Pokemon\Data\270.dat:D5149BC764C61784F5F20FAB8A80B58A,Content\Pokemon\Data\271.dat:87C00ABEDD02CC51C8D941D9C537EB56,Content\Pokemon\Data\272.dat:1BE35EA4560B2D1DE2A15FAE192C4FC2,Content\Pokemon\Data\273.dat:2967D3B76B6F0CA4E9476670248115AC,Content\Pokemon\Data\274.dat:5773927DC3D93AB7F2DCA20128B7AC14,Content\Pokemon\Data\275.dat:738DE19B6F7D4C9093E01D25420B124C,Content\Pokemon\Data\276.dat:5132BBFC33377E95A5D2E73E322E5639,Content\Pokemon\Data\277.dat:043DCF5E51DA07EC6F748EFC380CAC36,Content\Pokemon\Data\278.dat:A6B8120345F5EFE02051B669ADD804D4,Content\Pokemon\Data\279.dat:8D3451D8D76FAD927C3EAD14387E4115,Content\Pokemon\Data\28.dat:78262F78E6B828AEFE5A699002EF96AB,Content\Pokemon\Data\280.dat:02421F63EAE523752AD5629CE99DB4D8,Content\Pokemon\Data\281.dat:E8DBE82F07049C4A006CB36092C2929C,Content\Pokemon\Data\282.dat:1C0090C4E4042EF80BA62A988A50CF0A,Content\Pokemon\Data\282_mega.dat:49DFBFCFDDAEEFEEA9AEC0E34040C896,Content\Pokemon\Data\283.dat:DAD12F68FFBB1A9EC8C328FBC042199C,Content\Pokemon\Data\284.dat:B902E60D92A5CE211BBD9664D2C3372E,Content\Pokemon\Data\285.dat:B560397D5F7A7CF6FE3BB3F2AA0B181C,Content\Pokemon\Data\286.dat:94682C9BD13A24E9BCA5EFDA1F257405,Content\Pokemon\Data\287.dat:4AC16923A7BF2599265824BBD73141FD,Content\Pokemon\Data\288.dat:3BBF253C03DE8AADBD9CE7B551807BA3,Content\Pokemon\Data\289.dat:3B239228378B294C6CBD39153916BF48,Content\Pokemon\Data\29.dat:834D27FD92E157FA128D67D1287D4880,Content\Pokemon\Data\290.dat:394EB55F32D2639C583092B593128E57,Content\Pokemon\Data\291.dat:22AE12397BB5B272D68A064E63BC3CE2,Content\Pokemon\Data\292.dat:80F9731571AC9A3699E3B985D00DFD92,Content\Pokemon\Data\293.dat:7A15AA56D32B0D3095663B6550EBAB7F,Content\Pokemon\Data\294.dat:13B20818BAD19A80180EB45870C3223C,Content\Pokemon\Data\295.dat:3F3D7B9543308BF4DD24D839CBC723B9,Content\Pokemon\Data\296.dat:17EF3CAF20C8963B5A5ABC68D7695CEB,Content\Pokemon\Data\297.dat:1355AEA41205A3AAFBB7C0DCE825AD79,Content\Pokemon\Data\298.dat:6B10688E077C5591A8B17584D6E23851,Content\Pokemon\Data\299.dat:7E26EB6BA571DB92B9405A08A0E056ED,Content\Pokemon\Data\3.dat:77C3B63D29774F68E8C0D8B43E6A9093,Content\Pokemon\Data\30.dat:3E71543A3476651459499B4A2C6A1A72,Content\Pokemon\Data\300.dat:BFE6ACB7E8B684F177BC1F668D367BA5,Content\Pokemon\Data\301.dat:F5530682FFC595F33B60543CD761AA28,Content\Pokemon\Data\302.dat:B727C880549391379BCAF3E5BDB887C2,Content\Pokemon\Data\303.dat:FBCB26105FDD74B12F4262CB689CC63D,Content\Pokemon\Data\304.dat:AAF5D8CF178BCD035E9C7D0B6B3F70B9,Content\Pokemon\Data\305.dat:D9B3CD01B32CE1F1E41D49DB2F3F47F0,Content\Pokemon\Data\306.dat:51A6D6611F9485BE6B4E90A63DB1EE94,Content\Pokemon\Data\306_mega.dat:AE50B05B91906E0574C78B23DB421283,Content\Pokemon\Data\307.dat:13E793DD6603711A994848DE7312527D,Content\Pokemon\Data\308.dat:96A2E9CDDD84C09BAC0FE6F3E4A53495,Content\Pokemon\Data\308_mega.dat:9C9E14BC8A36CC1321D7C3C1E7BFA076,Content\Pokemon\Data\309.dat:43F4BE991144B7B127C219693C61599F,Content\Pokemon\Data\31.dat:544327204DD0BB7BB36C003F6F33091C,Content\Pokemon\Data\310.dat:DAB7DA0E5098B956422605B26C2B367A,Content\Pokemon\Data\311.dat:607C763D97B17250EE8CA87B4004628E,Content\Pokemon\Data\312.dat:014718B4F45A7D87042C06A47CF27636,Content\Pokemon\Data\313.dat:D9C38303D0655C9959C0FDC7A9B5B74B,Content\Pokemon\Data\314.dat:EFFF804154A7CD7B71383A241EE57BAD,Content\Pokemon\Data\315.dat:24A55376B32015399C022A3693F9346D,Content\Pokemon\Data\316.dat:D0F395D9E1E04C267A7A50D345CCF413,Content\Pokemon\Data\317.dat:2F494E298FB8884F943391F078AD2DF1,Content\Pokemon\Data\318.dat:7063EA202666678EB33356A84B39CEA0,Content\Pokemon\Data\319.dat:7B0C5ADDDA98C8D61F9D1ACB782AAA61,Content\Pokemon\Data\32.dat:B4B3C9B812620CD63195A61BE16E70DA,Content\Pokemon\Data\320.dat:47E81030A3954F3762823519BE6F7084,Content\Pokemon\Data\321.dat:F396D1473A79125E3BC4EF26903A6EEB,Content\Pokemon\Data\322.dat:CC40F3EEC71B23BAA72EECDD1D644027,Content\Pokemon\Data\323.dat:5E50BCE2710B6965459775CC24671C11,Content\Pokemon\Data\323_mega.dat:9D2B77E6387CEC41A2FDACF60FC9B00D,Content\Pokemon\Data\324.dat:990B334C8BFF0143F1F5F7B8CCCFDC5E,Content\Pokemon\Data\325.dat:3D16ADB5F67694608A1C702895A77117,Content\Pokemon\Data\326.dat:0B7AC37B40E93CE5F8C59ED8ACF94B0D,Content\Pokemon\Data\327.dat:576DACFB3263A151629DC9CF686CB40B,Content\Pokemon\Data\328.dat:2BEC116C5B5EFAA41ECCF37E0FDAA7C5,Content\Pokemon\Data\329.dat:7318D2DB78DBA8654E556B163855B657,Content\Pokemon\Data\33.dat:675BBD9C2D9B1171B34547A9BDF04436,Content\Pokemon\Data\330.dat:0203883E13E7D135389975484A4974AD,Content\Pokemon\Data\331.dat:BE6F1CE4ED15C1AA9DF4317E456744B8,Content\Pokemon\Data\332.dat:5D9BB883F59677CDD8684693CD015B8F,Content\Pokemon\Data\333.dat:D419838CD483F565E1FAEE153B65F5D9,Content\Pokemon\Data\334.dat:267789B552CEA829E486181A821BD0A0,Content\Pokemon\Data\334_mega.dat:440457D0B9FA279DF8975D39F3AE5DB7,Content\Pokemon\Data\335.dat:C4B8209A44B2A60059022D3AE894CC7F,Content\Pokemon\Data\336.dat:E32B0349CE08EF6FA145A292ED4D5907,Content\Pokemon\Data\337.dat:CAD1567FE772A429920C98CCC39BBA8A,Content\Pokemon\Data\338.dat:16483DEAA0ABA6B1A4963E1C3C0A8B5B,Content\Pokemon\Data\339.dat:3977F7FE8BF80C77FB120849B2C2EAAA,Content\Pokemon\Data\34.dat:C6B53A6E860448D041AD1DA44D28018D,Content\Pokemon\Data\340.dat:5E2E90818424F26370245A20C9D4D489,Content\Pokemon\Data\341.dat:BB4719FDFCB72B67A3B192D8EB10E845,Content\Pokemon\Data\342.dat:257D24894F9EBF6F2B515F27E54E4C1F,Content\Pokemon\Data\343.dat:98A0A2B71BC07A86E3D82962234D9849,Content\Pokemon\Data\344.dat:3411B5569BBB71E6D199E95B1B9E9C86,Content\Pokemon\Data\345.dat:C28E8F00E14E8453EA9E945DEE7F53F0,Content\Pokemon\Data\346.dat:B808A6A7EA1B97C6625742BAABC53AC0,Content\Pokemon\Data\347.dat:079E13167062F5BFB0DAAB23CD8D703F,Content\Pokemon\Data\348.dat:2D6A4503E51D3E5E9C2A245BCE9DB357,Content\Pokemon\Data\349.dat:41642FB7AD413F64EE5DA347F16884B6,Content\Pokemon\Data\35.dat:DE2384BAC52603881B2D4B68A5FAFCF8,Content\Pokemon\Data\350.dat:BAFFAF34C30CDCC93C3661F4D736E3ED,Content\Pokemon\Data\351.dat:A41DA49AAA69EBB3315564EFF5CE75E1,Content\Pokemon\Data\352.dat:B88EE402117A1ABECD5D1C448A1BE3F2,Content\Pokemon\Data\353.dat:418F4F6FA0425DF98B43F9D46913A87A,Content\Pokemon\Data\354.dat:F84E6F31DA45F4998F2943566D2654A1,Content\Pokemon\Data\354_mega.dat:6F8E60D4D0AB3C3059F5DC11794DECFB,Content\Pokemon\Data\355.dat:821932C34E20D0E6F9910F068AF95F6D,Content\Pokemon\Data\356.dat:C4258ACB4A906535E7BC2AC8D764C07A,Content\Pokemon\Data\357.dat:A19D8F32A9420158F508C8158801ED21,Content\Pokemon\Data\358.dat:79FF92DB9F2A2062D36FE10BF9F235A4,Content\Pokemon\Data\359.dat:CA23A4362BCB741981F2EABD4BE9D2F1,Content\Pokemon\Data\359_mega.dat:7F6A2E8CFFF28522F47A35815AF0A1B9,Content\Pokemon\Data\36.dat:F63A61D30A037E318ACDEF089EBD0521,Content\Pokemon\Data\360.dat:067B564556D494FA99A847617D181E0A,Content\Pokemon\Data\361.dat:A032BD7EBBB86546BFE07B700EA9996C,Content\Pokemon\Data\362.dat:45A4B2EA762FFCFB37D3789E402DEAA9,Content\Pokemon\Data\363.dat:2A58C214179D514108F1BC1E404E1FC7,Content\Pokemon\Data\364.dat:9598AA9D564264126B97A138136D1F8E,Content\Pokemon\Data\365.dat:58AE559A72EB2CF1D2318D7A5117D11C,Content\Pokemon\Data\366.dat:15EEA98EC105145DD80C8003836A4D38,Content\Pokemon\Data\367.dat:35A4046C63FC3F802B407E65DF955870,Content\Pokemon\Data\368.dat:EB3C9B0CCFF9D58BA330A275517E42D3,Content\Pokemon\Data\369.dat:41F3A5DAB43B5EF0799DADB05C167EF2,Content\Pokemon\Data\37.dat:4438E31579E273CC0887C89AA6481D89,Content\Pokemon\Data\370.dat:F721AC7FA8C96A6EBA17CD1964BB5492,Content\Pokemon\Data\371.dat:1438E2D0FDB03163BE9B0567FB26A45E,Content\Pokemon\Data\372.dat:6DC9A40FFCAE6DBC8623B84060370D06,Content\Pokemon\Data\373.dat:6E62D9186B45DE89232E991D420FBF24,Content\Pokemon\Data\374.dat:935124DDC7002191558DB7E8777E666C,Content\Pokemon\Data\375.dat:82FF8BF39B4808B53DFE91163206AFC4,Content\Pokemon\Data\376.dat:F8763F0E3A8503EF0ABED6E648A1F1AC,Content\Pokemon\Data\376_mega.dat:D0ADE0733B6D9E825DB02282CAC4EE65,Content\Pokemon\Data\377.dat:BD3A45C3010D5132A4D6CBF38D7E191E,Content\Pokemon\Data\378.dat:330AAD8FBAE6EEBDEE7E626BCF2E040D,Content\Pokemon\Data\379.dat:24F39B616B57E78443A3D8612BB9F9C3,Content\Pokemon\Data\38.dat:C2BE94406C188866BDB69E3C96FDB741,Content\Pokemon\Data\380.dat:04D7559A2364660BCFE8148FE5A63D52,Content\Pokemon\Data\381.dat:1B6A03758FBD902F89ADE2305C9EB6C8,Content\Pokemon\Data\382.dat:F3360B16099B1E9434DAF410E9ADA6E1,Content\Pokemon\Data\382_primal.dat:155D6BE86833E7FAECECE7A1FAF35171,Content\Pokemon\Data\383.dat:6815E09AEA85E601865ED38B05298E2A,Content\Pokemon\Data\383_primal.dat:CE93609B3E9D008EB7FE41F47DA941DF,Content\Pokemon\Data\384.dat:4E998AF7CB3EB6BB95247EF164B8BDBE,Content\Pokemon\Data\385.dat:3D657588E91DD0EFDCC9391C8D685ECE,Content\Pokemon\Data\386.dat:8AC4DFFE429EAB6A7D012A6A208B0F10,Content\Pokemon\Data\386_attack.dat:B97192AA5F00C80A49A1E72BE3741F4F,Content\Pokemon\Data\386_defense.dat:4D01CA3C632C1944946AB0A761D69FE8,Content\Pokemon\Data\386_speed.dat:3935800C1C4E3F1C2B79522834292139,Content\Pokemon\Data\387.dat:16D5151DA017B3029A2AEBEF20860E6A,Content\Pokemon\Data\388.dat:36F99B46E255B3FA6FBE19622E6B5A0B,Content\Pokemon\Data\389.dat:FAB8CB66262680936751D978440B1439,Content\Pokemon\Data\39.dat:C74BC519C4BE20CD4BFDB86B3E5AC634,Content\Pokemon\Data\390.dat:8E9C93E5A8512B45C6B28B766E004820,Content\Pokemon\Data\391.dat:B06A8FF9886DC2E81C714C30CD065097,Content\Pokemon\Data\392.dat:143C94C8EA09535A008B7B2385786F19,Content\Pokemon\Data\393.dat:0051B144D4CB05239D5A2BC367F7A3DA,Content\Pokemon\Data\394.dat:11798CBD0740D2E0C2BBFBCAACBAE1D0,Content\Pokemon\Data\395.dat:03A24CDF452373EACF72CCAE7853BF36,Content\Pokemon\Data\396.dat:BCCABA4F87C7577F389468FB6915B053,Content\Pokemon\Data\397.dat:D15E5CC75682A3D81ACE88688B359C34,Content\Pokemon\Data\398.dat:8088A7547BB3BFF5605A50E2416005F4,Content\Pokemon\Data\399.dat:F7D2A0AF1DD9A399F6C754B63E7A1337,Content\Pokemon\Data\4.dat:23676E6B544C5F7A67FB3B4D970D496E,Content\Pokemon\Data\40.dat:E70D04F669E96E1C9240E831AA7C9A93,Content\Pokemon\Data\400.dat:11C8A96638F84D249D6368AF94DBF2CE,Content\Pokemon\Data\401.dat:C7FA34421C322AD64484B91A734DB84C,Content\Pokemon\Data\402.dat:C15443DBB06CD3FCB98592E4E53887C8,Content\Pokemon\Data\403.dat:050529355EFB3D0EAADCDBFBABF68E0B,Content\Pokemon\Data\404.dat:59AA9B341D160CDE4D7934A7334ACDED,Content\Pokemon\Data\405.dat:B69236E98D42F126780065621DB92365,Content\Pokemon\Data\406.dat:028CCF4A7A4CC89BB2B2099C75BBFC58,Content\Pokemon\Data\407.dat:FE849E15BBCFE4EC159A4D16F4855CAF,Content\Pokemon\Data\408.dat:D856B44C0EBCD8C884E99E07B8F3DCB5,Content\Pokemon\Data\409.dat:D0B3575ED0A23544FFB7DF45A49E029A,Content\Pokemon\Data\41.dat:1B36E4ACA8691AA55D485606EA74B0C0,Content\Pokemon\Data\410.dat:EC7F22D45997507ED68A990AFF08C785,Content\Pokemon\Data\411.dat:DCC7BA9B21109DA2CB423003F7C42AE4,Content\Pokemon\Data\412.dat:986582AD90ABD57528D4803866348D60,Content\Pokemon\Data\413.dat:BD8D0C4989FB1DA4C6516A286E6278F2,Content\Pokemon\Data\413_sandy.dat:0AF74C85F0C1E677E807CD79DF5C1672,Content\Pokemon\Data\413_trash.dat:0D07A97B88472AD309345AB8FE26EBB6,Content\Pokemon\Data\414.dat:B468F192D6202E2BBAE0F58EFE525109,Content\Pokemon\Data\415.dat:E1AA748732D9AB03781EFD86C46097AD,Content\Pokemon\Data\416.dat:D0B2D79A881C0C2CDB4C23CD834F87CA,Content\Pokemon\Data\417.dat:64F641D35D30C203E0DF5657C76F9440,Content\Pokemon\Data\418.dat:5D226ED1F94575CFA8C22CD334ED03DA,Content\Pokemon\Data\419.dat:47E27C563A863A71914C4B9C2A636F8C,Content\Pokemon\Data\42.dat:76A98D4D68A95B58AAE3DA1D2154064F,Content\Pokemon\Data\420.dat:AD65D500FE85EFF401702A483522FCFB,Content\Pokemon\Data\421.dat:AB91C36724C5A11E43887BA83AB76287,Content\Pokemon\Data\422.dat:8A5092883B5A94A3A46BFCC87A857412,Content\Pokemon\Data\423.dat:6E6BEEB53BEA809EB9C61EEB46140DF5,Content\Pokemon\Data\424.dat:3B2101C8FC843EBDC7D02AE667188EAA,Content\Pokemon\Data\425.dat:895876AFEC1929E57AB97EDE7E74BFC6,Content\Pokemon\Data\426.dat:8D6063DA2ED4FFB566C8E154C9F2485C,Content\Pokemon\Data\427.dat:E867B6768AA1BEF0B2F6BC8DD2E931FE,Content\Pokemon\Data\428.dat:F8BD39257C91BD4E2EF89EADECBDE376,Content\Pokemon\Data\428_mega.dat:6509A9415824C2FD15BE3215B3ECB922,Content\Pokemon\Data\429.dat:3338EC5446A8951FA32DAC3765C6C688,Content\Pokemon\Data\43.dat:3E1DE53A5CA58EB1003C1981D15A5FC0,Content\Pokemon\Data\430.dat:BCE3FB60CE50EEB16CEAA5B887B2B362,Content\Pokemon\Data\431.dat:A2623AFA96236ACCC0A00D9050097C78,Content\Pokemon\Data\432.dat:311D7A989C92F06A7F7B602467373BAA,Content\Pokemon\Data\433.dat:9D7241D83155D414ECD86B1FB37E8C57,Content\Pokemon\Data\434.dat:C751D02CF8DD71BDE88BDC820CA0CE47,Content\Pokemon\Data\435.dat:F3199FD4E1889635BD1ED50B0ED4660F,Content\Pokemon\Data\436.dat:3D702937447E1919DD18530839CF4C4E,Content\Pokemon\Data\437.dat:55E6AF26430F0CD08DA4835F91B57BDB,Content\Pokemon\Data\438.dat:02EA9E62B2CB50141605E59F1570CED3,Content\Pokemon\Data\439.dat:4872D8DDD91A6589B0D71E846947245D,Content\Pokemon\Data\44.dat:000800F1AA567CE067E77BCA53C04287,Content\Pokemon\Data\440.dat:37F821652ADD6B933E49B910C9E11944,Content\Pokemon\Data\441.dat:80FB0B37990170E6CD97EEA824BB48DE,Content\Pokemon\Data\442.dat:CEA9C2C27F7770C890DD87B4FCF140C9,Content\Pokemon\Data\443.dat:2D9E39B297DAEFF373F7E594F3209F62,Content\Pokemon\Data\444.dat:418926DF14DD7978AC9B015A71325301,Content\Pokemon\Data\445.dat:4B89EF6D5E86FD491D1A024AF005154E,Content\Pokemon\Data\445_mega.dat:F7DDE3B4081C797CE34ACD7997323131,Content\Pokemon\Data\446.dat:3627A98B58F4F9D188A6083B6051276C,Content\Pokemon\Data\447.dat:E70B6EFF6F8C64EB163B364F1C63FABC,Content\Pokemon\Data\448.dat:068C9E193968F9D3ECF10CA0ECA5D01C,Content\Pokemon\Data\448_mega.dat:A08BEADE2A1FB8E4A91A78DCA2F465BC,Content\Pokemon\Data\449.dat:FB95B217E04AE236FDA7CCDE4DAFCBDB,Content\Pokemon\Data\45.dat:C5F7290C4B027D72701D581A9CB5641D,Content\Pokemon\Data\450.dat:F49C22CE512908A29741A95BED64B094,Content\Pokemon\Data\451.dat:E3F5C868D827B8B0515F80FB325023FA,Content\Pokemon\Data\452.dat:2FE6DAA04A5FE12D5E1FC391E2A8E4C7,Content\Pokemon\Data\453.dat:07226FC1A6EE9523041D0D5243AC7E5C,Content\Pokemon\Data\454.dat:553932907DA0C70F7DE547AA5D723162,Content\Pokemon\Data\455.dat:953AB478BD59E5E1566CA02BC6CF9B96,Content\Pokemon\Data\456.dat:D9A25FE5D05815FEE5CB91D69C8F5EDB,Content\Pokemon\Data\457.dat:3467A03638EE2040A314C5B7B02A9C5C,Content\Pokemon\Data\458.dat:7183A927E19E5DFBF494DB69795380FF,Content\Pokemon\Data\459.dat:C6DBF4D17E5800EE2B3014E3E0BF30A1,Content\Pokemon\Data\46.dat:73B5CFE03EE8304DD946E55A2D627869,Content\Pokemon\Data\460.dat:3A52F972F284C79BA22785EE0929CC5D,Content\Pokemon\Data\460_mega.dat:14B62462BED0589C96F2B5113D8EE83B,Content\Pokemon\Data\461.dat:872F7C025C90BF8CB3970145E31A21A3,Content\Pokemon\Data\462.dat:F4909A951C6CBB80B3317C3499E755D7,Content\Pokemon\Data\463.dat:3D9B68B0C6640A0DAFD5476D8C064E84,Content\Pokemon\Data\464.dat:9FA2D6FB4D3D90D5104D56138B22A5F5,Content\Pokemon\Data\465.dat:282ECD681F797ED14BEF45130D5DC1D7,Content\Pokemon\Data\466.dat:08F63757FC3586174A7F1DAB6BC6915E,Content\Pokemon\Data\467.dat:8DFA3A636043944ABD3F485A043D821C,Content\Pokemon\Data\468.dat:23E3DEDED7F9FC5164640227BEFA723A,Content\Pokemon\Data\469.dat:21AC15580445F6BA42C4F3D01A3D370B,Content\Pokemon\Data\47.dat:7A78CB60C86B61E74900E606F2119D86,Content\Pokemon\Data\470.dat:1A20ABED7385C75144ACCB71F6001B6E,Content\Pokemon\Data\471.dat:3B2F782C15EEDD7183057FDB98256681,Content\Pokemon\Data\472.dat:130298C2D6E2F86EEFC0F86DCE60A3CE,Content\Pokemon\Data\473.dat:E9C15B4488C0DC37FF1698485DB1996A,Content\Pokemon\Data\474.dat:CCED1A4C7405A669DCC43C35A5B13113,Content\Pokemon\Data\475.dat:676C2C5CCFCDBEF852CFDBC6821B2EBD,Content\Pokemon\Data\475_mega.dat:3CA04401479D47AB350286C9FAEDE18F,Content\Pokemon\Data\476.dat:6830667A4B782DE6DDDC75F8C6B217F9,Content\Pokemon\Data\477.dat:A447E58A20B4E02F82A35E20E79991D0,Content\Pokemon\Data\478.dat:FAF68629F05EC28FF4E1287CB735FC37,Content\Pokemon\Data\479.dat:B14023222093D6E061D3C2C9093AB263,Content\Pokemon\Data\479_fan.dat:A2714AADF33E1414D886864DF5FED3D4,Content\Pokemon\Data\479_frost.dat:71BFAB1E10FE3E4A239EBE50CD30674F,Content\Pokemon\Data\479_heat.dat:4ED2BD99E284080509108B44F2652A0B,Content\Pokemon\Data\479_mow.dat:D013860B20FC365E2DB1EABFA9686ACA,Content\Pokemon\Data\479_wash.dat:FB7B44C32F35C50B24B697464B2721E9,Content\Pokemon\Data\48.dat:D64A187C9F0ECD4AC806AB57E6CCAD16,Content\Pokemon\Data\480.dat:7FDFE0CEDE3F4078480AA9FBE47E7D20,Content\Pokemon\Data\481.dat:872C6A84E410FC6B77F01EB81C03089B,Content\Pokemon\Data\482.dat:AD0A8E6C64F84F6C792CB3244A385E3B,Content\Pokemon\Data\483.dat:DAD2E0823BBAC76972C7A4DCC389CBC9,Content\Pokemon\Data\484.dat:89F0DC11CEED691A69D8FC9E93519227,Content\Pokemon\Data\485.dat:BCAE859DF9DF0D7D9BEE9030335564FE,Content\Pokemon\Data\486.dat:76E75B27CA9C185C015AB9E98F0ED816,Content\Pokemon\Data\487.dat:61DF60A209089AA69A28DC1EE6D763AD,Content\Pokemon\Data\487_origin.dat:BDE731D64435F4218DA3AD5006459D73,Content\Pokemon\Data\488.dat:1ABF9669293E7BF2F22746D09A9CAED6,Content\Pokemon\Data\489.dat:CD278B606A35D272743D0707AFDF67CB,Content\Pokemon\Data\49.dat:C87AF6FF04FB726026025F721C69E8D3,Content\Pokemon\Data\490.dat:131EF8EE11E5B49203C9CAB502DA95A1,Content\Pokemon\Data\491.dat:8C24689E487D883A8144827BC6B466A7,Content\Pokemon\Data\492.dat:8F425AE82B70821C9B69501C4721DA4A,Content\Pokemon\Data\492_sky.dat:6BDD852E437C68B71D59AA1F5BF36B67,Content\Pokemon\Data\493.dat:B285557712D0C2C89532DFB4D28F9919,Content\Pokemon\Data\494.dat:AC2B38CBADFA304809EA6E6794DE6C11,Content\Pokemon\Data\495.dat:EC2027EF6FC58CADDE36E22EF2C4B66B,Content\Pokemon\Data\496.dat:3BC8F464F93FCF7D1B7630E38CAFD46F,Content\Pokemon\Data\497.dat:9DA1C7337459F7902D1C565B0832B33F,Content\Pokemon\Data\498.dat:5AF84C7F5E1D3BCA6D5BBE94F7566925,Content\Pokemon\Data\499.dat:D21181E68E8263EC111666D31F2F5C06,Content\Pokemon\Data\5.dat:6015BC43F3559BD83D3EC9670F4DCE6E,Content\Pokemon\Data\50.dat:265D58C767884AE56B7DB66C26E3ADA9,Content\Pokemon\Data\500.dat:6A7A5BCC2EC58B9AFBC6E69EAC7247C9,Content\Pokemon\Data\501.dat:8BC46676FBD88345D02AA900A949AFDC,Content\Pokemon\Data\502.dat:B9AC51905EF73CA475542EB31F21FCAD,Content\Pokemon\Data\503.dat:9C270F50ACB93727439A7C0AB4F781C4,Content\Pokemon\Data\504.dat:F72FF5A757E85653ECE487F68FF2A118,Content\Pokemon\Data\505.dat:F4D270581312C9D5AEF47E755846E58C,Content\Pokemon\Data\506.dat:17A868864EABE36EF72E633A10DFE074,Content\Pokemon\Data\507.dat:28F5E3EBFA329CDCB4717FB3B9E1E7F3,Content\Pokemon\Data\508.dat:58EEAE748BDAA93D0DA0DB9116CAF804,Content\Pokemon\Data\509.dat:F06EBD074285F50D88A990BD86444A98,Content\Pokemon\Data\51.dat:B0049BF3079D55E59332488BAE5811FF,Content\Pokemon\Data\510.dat:8B2567E483C4D3E1ED62729B90649CF7,Content\Pokemon\Data\511.dat:0D6C6C771B981847CDA9572DEF13114E,Content\Pokemon\Data\512.dat:DC54E371D91C46B2418C2F234F606F48,Content\Pokemon\Data\513.dat:0FC26B6FC38378851826B058D66BCC35,Content\Pokemon\Data\514.dat:B4DF7EF485C021E758755912B7D64BFD,Content\Pokemon\Data\515.dat:7B0E99233114A0AF867268DDF5784623,Content\Pokemon\Data\516.dat:91D8AC973419BC9736F054C696D08F22,Content\Pokemon\Data\517.dat:C2B192774A892269432745B807AF61DC,Content\Pokemon\Data\518.dat:1C1D0A98EFEA4303C3178E5A4B3E13C8,Content\Pokemon\Data\519.dat:B85A54077FE48B4EBBE96CBADFDDB53E,Content\Pokemon\Data\52.dat:87619CC908DD3AC3FEF6D54F42599B2F,Content\Pokemon\Data\520.dat:9200A416E4946926D2DA61A34DFDDF9C,Content\Pokemon\Data\521.dat:F1F1A23F6987325A3857822A97E3DB7E,Content\Pokemon\Data\522.dat:5CE5A8537D52C9663687C679AF06FBC8,Content\Pokemon\Data\523.dat:508AC7937EA40E9346C61F32A7B05DCC,Content\Pokemon\Data\524.dat:F0B5CCB6D75D85ACAE58FC5E11F93A20,Content\Pokemon\Data\525.dat:888814809FC52565709865DC716BC745,Content\Pokemon\Data\526.dat:9C11E7A7B077A65A31971E0A802B3043,Content\Pokemon\Data\527.dat:E53AA76AE92A625346696EA60A315947,Content\Pokemon\Data\528.dat:DA13AB03A844AFEDDE15C306DE82C370,Content\Pokemon\Data\529.dat:E5DC4562ABE0AF51E71788CA287A1766,Content\Pokemon\Data\53.dat:A2F81542D12CA00FBB80F5CD90092618,Content\Pokemon\Data\530.dat:2FDEF8DFF18A24059FC11484ACF3B986,Content\Pokemon\Data\531.dat:D20E95F4BB365521F1EEC5288E29674E,Content\Pokemon\Data\531_mega.dat:71C77F314DDDAFA02D1B11DADF0B7262,Content\Pokemon\Data\532.dat:1B48C47915A2D6D1FF82D76A960F42E9,Content\Pokemon\Data\533.dat:8D599B0F916A53495D51853E0CD9BD5E,Content\Pokemon\Data\534.dat:66C1E2B1929579397862022FC1CF3EC3,Content\Pokemon\Data\535.dat:40164F3DF69A15A630AC32C0721BB51A,Content\Pokemon\Data\536.dat:A17A3EDD7091843CD7F5673C49AD77E7,Content\Pokemon\Data\537.dat:10DA6BF8C12DE26DC1E12F4606FDFAB5,Content\Pokemon\Data\538.dat:4EF6D245D8FE3A75A7E9555AB383AE9B,Content\Pokemon\Data\539.dat:A2E1760967295CAA79503AF160A8709E,Content\Pokemon\Data\54.dat:04B4DF1CC224254BACAA8BF9DC2B297D,Content\Pokemon\Data\540.dat:DC232868CF6866EA2A8EE3C0B0D25589,Content\Pokemon\Data\541.dat:05A5A39E1AB8D559145171DEDD29DCC1,Content\Pokemon\Data\542.dat:01E799670D3A400CBEA07E807F0B487E,Content\Pokemon\Data\543.dat:CCBA6AAC2227E4A5DBFD3DFB25363092,Content\Pokemon\Data\544.dat:A7D33D33E5BC4D008797750540560D52,Content\Pokemon\Data\545.dat:DCFEE41F035C9571EFC69C5B9CB0D612,Content\Pokemon\Data\546.dat:B06ACD3CE0D31063301B4C496005A9F4,Content\Pokemon\Data\547.dat:1DC56226B730707884E7CA3F6E785270,Content\Pokemon\Data\548.dat:57B455C7531927C9B457687A7EEE2DCE,Content\Pokemon\Data\549.dat:B53A47F22F57CA8DDD61DC11A6CD8FA2,Content\Pokemon\Data\55.dat:D2A1D522D27F8C50A659BBE50B1DD2D7,Content\Pokemon\Data\550.dat:413E3A23FBC356E3397EA17C9AB01033,Content\Pokemon\Data\550_blue.dat:901C57F61D142C275B21D080539374D0,Content\Pokemon\Data\551.dat:6388918AAB514EE0DCE1949E334D4C96,Content\Pokemon\Data\552.dat:5E41B512BB209FC53A5AFA2FA5F245CE,Content\Pokemon\Data\553.dat:DD808659578AFA33A495438DC83AF8DF,Content\Pokemon\Data\554.dat:5AA4BFA9C99F2DDEED10F37688BEE7B4,Content\Pokemon\Data\555.dat:47130E3492CF16EC518D50F865AFFE17,Content\Pokemon\Data\555_zen.dat:ED8027349231F2E4DACB74E35B96C8D3,Content\Pokemon\Data\556.dat:A251C5F3317EE8E642AE7C1681E71B93,Content\Pokemon\Data\557.dat:75AE6018245D706C251BF647184D42D7,Content\Pokemon\Data\558.dat:240E7B4C17D750D48D055DDD766FB2D9,Content\Pokemon\Data\559.dat:BBCEAA48B2D2FC8206EB6CED90B495A6,Content\Pokemon\Data\56.dat:BE66F04D39C638DAAF410CF4173BC3A1,Content\Pokemon\Data\560.dat:B2214A170FB25985ACEFC44CCAB7CC6F,Content\Pokemon\Data\561.dat:0E2C186FF1E9BEBEAEC08FD05212751E,Content\Pokemon\Data\562.dat:C605CF57EBA413020175EB91061FEE80,Content\Pokemon\Data\563.dat:EAA623FF7BD3D860D3A9222C46E29BFD,Content\Pokemon\Data\564.dat:486C919D1B625710C0F52D6AC578A7E2,Content\Pokemon\Data\565.dat:5BD86EC9D8AE74C8A6601EA49A27FA5C,Content\Pokemon\Data\566.dat:B4E9472809BA2776EFBE7570D7B348D4,Content\Pokemon\Data\567.dat:EB23D36B267ED975EE74F0730E1F338D,Content\Pokemon\Data\568.dat:B2C798D0BDA4A63FDA3D07E3653214B9,Content\Pokemon\Data\569.dat:BB41FE5A6C565CF2D8A760F870A25EE4,Content\Pokemon\Data\57.dat:533C1ADFD2D3868369AD512693AFFB3D,Content\Pokemon\Data\570.dat:241A506FD621D45CB5920046D3C3E4E7,Content\Pokemon\Data\571.dat:4F1243104408F962B6A5635578C54058,Content\Pokemon\Data\572.dat:90986E62DF583CD8119B1F8877F6A970,Content\Pokemon\Data\573.dat:77D322E12347BFAE32D277BC6597C478,Content\Pokemon\Data\574.dat:330FE52B865BC5E02E9A08340A085DDF,Content\Pokemon\Data\575.dat:3AC08819FB0D8BD073805777182D43A6,Content\Pokemon\Data\576.dat:ADB0CD530D926D1DD17CE1E332018C0B,Content\Pokemon\Data\577.dat:49FDF24F89FCFCA04F8838F9E534D0B2,Content\Pokemon\Data\578.dat:7085D9A93475CB02326DEC6655122646,Content\Pokemon\Data\579.dat:68F4CB6436A22C0C71898F752B4F38CF,Content\Pokemon\Data\58.dat:E334372BB55DF3F1E61D12ED50FEE698,Content\Pokemon\Data\580.dat:5423182A01D5BF95340BF037CA66566A,Content\Pokemon\Data\581.dat:502F2DB05D90556F83634604BDDB51A2,Content\Pokemon\Data\582.dat:46668A728DA3D29A17D1FD94AF0149C1,Content\Pokemon\Data\583.dat:3510470ECC68F51A6D01E03731B90375,Content\Pokemon\Data\584.dat:1C7843096A8B2EBD3E257BEB30065B66,Content\Pokemon\Data\585.dat:9D4E6887F4886A3C7ECBF2C3485CAF6B,Content\Pokemon\Data\586.dat:A02216C73B3A6E40E74FBA2B58FEB594,Content\Pokemon\Data\587.dat:3B1308829231B06D5FBC358B45884F08,Content\Pokemon\Data\588.dat:46CF98160657EE3B8B4C1BAC6B5B2F71,Content\Pokemon\Data\589.dat:112DC857E24BB58357A131AC6893BAA1,Content\Pokemon\Data\59.dat:AB2A59B4BDA55874F4A61C29F49DF903,Content\Pokemon\Data\590.dat:2917EF0B7DDBCC2073F0B9F3FCC172CB,Content\Pokemon\Data\591.dat:38153B2B11232F20637599901C15D311,Content\Pokemon\Data\592.dat:6DF8D4161A3658B59A6C5CA91C3A0328,Content\Pokemon\Data\593.dat:9B75DC08CC789F2D02D08933B87FE402,Content\Pokemon\Data\594.dat:AE2D4ED39556776AAECCFA286D26EFEB,Content\Pokemon\Data\595.dat:287BE88142328432178CB61EC567286F,Content\Pokemon\Data\596.dat:35C2B9661430D4FEC01F43AE5CD61F94,Content\Pokemon\Data\597.dat:EC2F2820EC9262C307DC3614156CE24A,Content\Pokemon\Data\598.dat:46E6257FFB63CF0CBB645DB9B45307A1,Content\Pokemon\Data\599.dat:CD257E8EA40C1212107802FBE429EF9C,Content\Pokemon\Data\6.dat:1B430EAB0756D64F1D82DB6B4C86D16F,Content\Pokemon\Data\60.dat:0347458EC662D97307728B0E6612F839,Content\Pokemon\Data\600.dat:C8A0FC52CF1FBA2D3E9768F92172C35E,Content\Pokemon\Data\601.dat:E0DF93450759F7CC3B2B1C8065D113FD,Content\Pokemon\Data\602.dat:A7BD3721A4969388A475E069DD99EDCA,Content\Pokemon\Data\603.dat:1FF1F2D872EECD23BD0C6D4B6968ED48,Content\Pokemon\Data\604.dat:528DE9A89785B9601EB1D8DEE018FA01,Content\Pokemon\Data\605.dat:51CC0C4F174A18376F4CB1F44D558975,Content\Pokemon\Data\606.dat:641CFFE24A2BC31FD6D5E0CA1787ED0A,Content\Pokemon\Data\607.dat:C6DB5DC608A80DC5A6D823B92125935F,Content\Pokemon\Data\608.dat:AB35777B87BA87DFF538601568480993,Content\Pokemon\Data\609.dat:3B1D0D214CA4E3111D6341421A2CA7B5,Content\Pokemon\Data\61.dat:A341802175B7243A64F7318C51EFA235,Content\Pokemon\Data\610.dat:8D26C47278625CC67B3A874A5A64AC33,Content\Pokemon\Data\611.dat:9A20DA6894B3DD034579CCD101FC7BA1,Content\Pokemon\Data\612.dat:3CBF8ECFABF825BB73F882CD16588812,Content\Pokemon\Data\613.dat:58D9EBA59011EB7C7A0D1F49C7EDB890,Content\Pokemon\Data\614.dat:A6640C0F2221F1124B363CA3433987B3,Content\Pokemon\Data\615.dat:30F472C0ADE3C3D718F25FE193140249,Content\Pokemon\Data\616.dat:3AC0C96608B2D1027A0D20CDE71D072C,Content\Pokemon\Data\617.dat:32A7CA85C5576670840774DA7A42DB65,Content\Pokemon\Data\618.dat:CD0FB15D11C30B41110BBF623C0D06C2,Content\Pokemon\Data\619.dat:0698B0CBB41BB6C94AD23825210E0D91,Content\Pokemon\Data\62.dat:D5B3BCA92363213B32548A4CD1D0F9EC,Content\Pokemon\Data\620.dat:A6E9247AE68A0F11AA7E3F48836A1F57,Content\Pokemon\Data\621.dat:B5EE825844B437E547AB78B5C3E8753D,Content\Pokemon\Data\622.dat:034ACD7136AF331AB78CABBE5683242A,Content\Pokemon\Data\623.dat:46F582F262E745020FC17454DFBBF322,Content\Pokemon\Data\624.dat:E8363196F9E61AF00B5FD9F08469C864,Content\Pokemon\Data\625.dat:B36A4F0B624641A3C48C9FDA3BE3F485,Content\Pokemon\Data\626.dat:4C1327DE4DC1750F9D7D557C26E7E309,Content\Pokemon\Data\627.dat:9D9160CAB77410715508683A5AF5D657,Content\Pokemon\Data\628.dat:A3E94A77F6B8F563C026178DEC2B06D3,Content\Pokemon\Data\629.dat:7AE17931271A98505700DBE1B7E69C08,Content\Pokemon\Data\63.dat:567724E7751F65ABC47F600537AFB79D,Content\Pokemon\Data\630.dat:C56D68978B4457F322F4E430585D5CA2,Content\Pokemon\Data\631.dat:EA87005A5F733D86E37BB108CD9DCECD,Content\Pokemon\Data\632.dat:F67EF680B7A9C68F7B3020DDDDDAA205,Content\Pokemon\Data\633.dat:15BAA7D4C82DEA1CC74A7562AA205E4A,Content\Pokemon\Data\634.dat:397939D8F4D28E2CCAFD409B27A30FCD,Content\Pokemon\Data\635.dat:F3904AC0772D6FE8FE62C92839E5FFCD,Content\Pokemon\Data\636.dat:289682C7D744E8038B2DEFD64FC9C23F,Content\Pokemon\Data\637.dat:39962B9B14A78E6F1DA5D7D451911363,Content\Pokemon\Data\638.dat:E53AE869F75D04512CAD75C2FEA557CE,Content\Pokemon\Data\639.dat:E72FD3432F3574330807D49E3552A3AB,Content\Pokemon\Data\64.dat:AD280E132F3B12C027B73508E499D93A,Content\Pokemon\Data\640.dat:012325BEA9D064717B056B07F1985EFC,Content\Pokemon\Data\641.dat:49A6089996DC951EEA10A0AB319748C5,Content\Pokemon\Data\641_therian.dat:92CE71910B9C7C84E0B08D860EE00808,Content\Pokemon\Data\642.dat:D55EF2EF997CACC9FEE277157C0CAB14,Content\Pokemon\Data\642_therian.dat:4C1AD7DFAA7F76B818583DFEE4920336,Content\Pokemon\Data\643.dat:CD1D34DA6FF56CF887E97F6286B6C1B9,Content\Pokemon\Data\644.dat:2E032B08B1EC93AF2DF884FE6CC1BD0F,Content\Pokemon\Data\645.dat:34FFA05F8DF303D00D44F68E8D99F7E4,Content\Pokemon\Data\645_therian.dat:3302C29EFA82DAF907FEC0872DA99371,Content\Pokemon\Data\646.dat:6015462723B40B7D2DE60BC265519977,Content\Pokemon\Data\646_black.dat:B690D8EF6B4DC01CC2E56AB5CA876C3D,Content\Pokemon\Data\646_white.dat:A02F548CE5E78DDD505ACDC1F88D86C2,Content\Pokemon\Data\647.dat:D42F34B6914D403DE1D08EAE2432AEB1,Content\Pokemon\Data\648.dat:2D2822E91C1ED20D2D251BA6392558BC,Content\Pokemon\Data\648_pirouette.dat:5FD1A1F6D9EA7FC166507427C107131D,Content\Pokemon\Data\649.dat:0799285A89FA9A8239F6BE1AE24D70AA,Content\Pokemon\Data\65.dat:4B89E3D506C290ED9EDD8A2FAD4BCBF7,Content\Pokemon\Data\650.dat:4C935D9B395B9C0C1155D9A662AFB0A6,Content\Pokemon\Data\651.dat:70A040B1E3445E3CBDD9EDE914B8D730,Content\Pokemon\Data\652.dat:0517AB507DECFA36D9D747703FDF1D3E,Content\Pokemon\Data\653.dat:BA6A80D6A85DA91CFC9BFA961A56CB53,Content\Pokemon\Data\654.dat:56A361ED7EE1E27010ECEA62DB30D5F7,Content\Pokemon\Data\655.dat:594D6B7F1FBF0047CD3AD3DEA12B5DDD,Content\Pokemon\Data\656.dat:7BCE31BF37871A582E241E70748AF431,Content\Pokemon\Data\657.dat:10100796C2F175E3A1C376C0BB7C2220,Content\Pokemon\Data\658.dat:441E03B04112F11CE27882AFF60FF3F1,Content\Pokemon\Data\659.dat:1DB80AF8A20FAA2CE65456F0595A27CC,Content\Pokemon\Data\65_mega.dat:0FB798127B237D5A67F1A567E4CACF59,Content\Pokemon\Data\66.dat:CF72C2337B30F22310227DCF0293ABE2,Content\Pokemon\Data\660.dat:6F6420BAFF21AE2661A22A7A1416C116,Content\Pokemon\Data\661.dat:3C42FCA75DD9A1A78826CA81DB6C55D9,Content\Pokemon\Data\662.dat:A2622EA34074F99CAD403A68E1803484,Content\Pokemon\Data\663.dat:6C4896C6B6B1CD7691688CC3582945B2,Content\Pokemon\Data\664.dat:2C042655F6AFDCD890494E177F693351,Content\Pokemon\Data\665.dat:9B600367D098B554B74BD16F6EBD58D6,Content\Pokemon\Data\666.dat:7F3962755F3083919CCC82BE3679E125,Content\Pokemon\Data\667.dat:C09FA63165A3375A5E754C8F889B6D56,Content\Pokemon\Data\668.dat:665D14237447B6810F217F4728A31763,Content\Pokemon\Data\669.dat:9B7DEDC1CE1D9B0A0AEA2DAE8F91B969,Content\Pokemon\Data\67.dat:0F95738113B34D155F896C6C1E15898A,Content\Pokemon\Data\670.dat:14985083242505C551E4D0A64B54EE97,Content\Pokemon\Data\671.dat:3F88A5E7DF116A1FD49A570E89C8D70C,Content\Pokemon\Data\672.dat:EA54B92CE065F9E9EE63D47BB3EC44FB,Content\Pokemon\Data\673.dat:74F97BE2B2214EF66D41E340DB0831A2,Content\Pokemon\Data\674.dat:2FB30C4D04BB242D318C487C4A972C77,Content\Pokemon\Data\675.dat:8C0579A2278035D4750B221858CE763F,Content\Pokemon\Data\676.dat:2EBFEFFFF2D6E438E91B8E139A1B8ECD,Content\Pokemon\Data\677.dat:75982415855FD99F224F293393AB8CC1,Content\Pokemon\Data\678.dat:CAABD381BE4019FDB7B6931F36C44761,Content\Pokemon\Data\678_f.dat:C473FEB4C911F336EE6C713D636E1B46,Content\Pokemon\Data\679.dat:834A8239E63390E4A429A126C8338906,Content\Pokemon\Data\68.dat:9E45BCB146A6809D9C6F31BF6F66516F,Content\Pokemon\Data\680.dat:705E655E77FEAE2ECB0AECE3DEB39FBE,Content\Pokemon\Data\681.dat:D0B131EED9C3A0CA2A30883856B47CFD,Content\Pokemon\Data\681_blade.dat:711CAF0A5A8141B4F4147A0B4D8BE8C1,Content\Pokemon\Data\682.dat:9B5CA6B76C51BED9669037C51A0D15B9,Content\Pokemon\Data\683.dat:171B43565B050D07C5C9FB4500D8CF1B,Content\Pokemon\Data\684.dat:95711E8C4A381E82E792298F2AD0D47E,Content\Pokemon\Data\685.dat:B6CBF89C8176688C28A1AF670EA88585,Content\Pokemon\Data\686.dat:483DF8F523F5D4AB326E8EC9B27A6AB6,Content\Pokemon\Data\687.dat:9AAD4C204948FD07582194613BC1E818,Content\Pokemon\Data\688.dat:CF14B3366573B5A0BD63EB1C83A0A1E7,Content\Pokemon\Data\689.dat:12876DAED28381854B80CB38199D7B80,Content\Pokemon\Data\69.dat:7F437D4F20D8312242F6E2F0E1F12B2F,Content\Pokemon\Data\690.dat:F1FEC130CC2A416BD457BA2FA57DEA0D,Content\Pokemon\Data\691.dat:732E13FC76DE1345E4725469CFC5BBFC,Content\Pokemon\Data\692.dat:367703A9EAEF818E4E6F9F68FC970DD4,Content\Pokemon\Data\693.dat:07215BF6D7886C175FBDB95AC02EDECD,Content\Pokemon\Data\694.dat:BA5B07433E3D5AD44C5E1931B34E3E55,Content\Pokemon\Data\695.dat:1E3A45AE218121B56BA1D762BEF45AD4,Content\Pokemon\Data\696.dat:4D34E2E0FC24F837C8C7803C74187D12,Content\Pokemon\Data\697.dat:F278DAC6C52AE27068381E5D1479DC87,Content\Pokemon\Data\698.dat:6E7B825AC16824B2B3EF5FC136C20989,Content\Pokemon\Data\699.dat:7A06940D49111587D85304EA2852F26C,Content\Pokemon\Data\6_mega_x.dat:8D0490A708DDB1A7B03298C8C83CE5A7,Content\Pokemon\Data\6_mega_y.dat:AE87E309F38D6D4AE87BDF614D2773BB,Content\Pokemon\Data\7.dat:A03CABF5AF4EDDE525CFDA8385A2EAF3,Content\Pokemon\Data\70.dat:053F588C41F0F55CA46C65FB236F2297,Content\Pokemon\Data\700.dat:EDE0172D6D96072658ACC60613B34BF3,Content\Pokemon\Data\701.dat:69C5A9771EAF5C1142F89DADFC7D8EF1,Content\Pokemon\Data\702.dat:3A987816F9887C86B0D71FA7AE7E4CCA,Content\Pokemon\Data\703.dat:EF76C83149CB04BDB36A34DCFC2C63A0,Content\Pokemon\Data\704.dat:EFEE58A18BE3D16B6528877D54AC7659,Content\Pokemon\Data\705.dat:C5AE2FB16237FFC7804D1B802408A403,Content\Pokemon\Data\706.dat:7949FC208338B61E3A93F19C0D64A423,Content\Pokemon\Data\707.dat:8C478B068A1BF8B9C5532AF6162273E3,Content\Pokemon\Data\708.dat:41D250CDD34E882E4F30F60FA01A145A,Content\Pokemon\Data\709.dat:DCDBD5AE101A5B94941A5A60E7E56204,Content\Pokemon\Data\71.dat:7ECFC93836A7791155589E680168A8A1,Content\Pokemon\Data\710.dat:67DB2B58A6FB7AE709321E661A05A9B2,Content\Pokemon\Data\710_large.dat:33280B871EFF57EC96875A02F92C56C8,Content\Pokemon\Data\710_small.dat:2FE7E1DCAEFE49B10FE6AA3583966C32,Content\Pokemon\Data\710_super.dat:D680C7FC3AF83D0DA2E1D89079A8AC0D,Content\Pokemon\Data\711.dat:3A602A1ABCE6A439DF22B43BFE8DAA27,Content\Pokemon\Data\711_large.dat:6BA0925667A614FB5CF4F12B17CE2593,Content\Pokemon\Data\711_small.dat:ABE841F42BB44C7D95F51BED0EDC7AC9,Content\Pokemon\Data\711_super.dat:4961CB94562E78945402A62FC4066F28,Content\Pokemon\Data\712.dat:C2EB77B8895B250AE74A79E8F250D38D,Content\Pokemon\Data\713.dat:47144868785F79DD2B06C2FA83751E94,Content\Pokemon\Data\714.dat:F0507CF4D7CB4FC730DA34E9BDDB3BDF,Content\Pokemon\Data\715.dat:5D2675250E8D048C0D93FE8326332A24,Content\Pokemon\Data\716.dat:7F26D18747F7589375FF47AED1F2E907,Content\Pokemon\Data\717.dat:D77915232C574F8A77A51AFE284EEFE0,Content\Pokemon\Data\718.dat:6E769304AE724017B090B8EE4B1DE450,Content\Pokemon\Data\719.dat:F6F907B58327AF0C13ACC71FDB3A53E4,Content\Pokemon\Data\719_mega.dat:4B175390D57B572C5AD8728F2F6DE2BC,Content\Pokemon\Data\72.dat:7B67806B05174888801CDF96CD3B1FE3,Content\Pokemon\Data\720.dat:97E9A3A412CB66026EB59689C36B5E52,Content\Pokemon\Data\721.dat:D79A48628E0B09DE1A9034F61C203288,Content\Pokemon\Data\73.dat:9653CADFF62FAC174C458AA409FEBE15,Content\Pokemon\Data\74.dat:7576BB273BEDD435FF34A415A02876C6,Content\Pokemon\Data\75.dat:18B9D59883049AB7347DFDF981E534B2,Content\Pokemon\Data\76.dat:1734589B96A8D8A71515CCCC7120C37C,Content\Pokemon\Data\77.dat:3F2931A6A1CB25A24E8ACE7D34FAC54E,Content\Pokemon\Data\78.dat:370FB82F841D326D96F004DE7115B198,Content\Pokemon\Data\79.dat:9710A5E938D8F57C074BE6983E62C41A,Content\Pokemon\Data\8.dat:69A7ADCD41206FBBF55579A88A24815D,Content\Pokemon\Data\80.dat:BEE9A044FC93BE7647303D837DEE7514,Content\Pokemon\Data\80_mega.dat:505F77474369BA2C02FCB13514EECDB1,Content\Pokemon\Data\81.dat:A768FD638786D259027D697417C0BA21,Content\Pokemon\Data\82.dat:71CD88EB7C37A0472FE90F5E34421C66,Content\Pokemon\Data\83.dat:3446EC84B65869E3C9BD082A6BF279E6,Content\Pokemon\Data\84.dat:FDCB61CB08D3E459578DC24F1D4BB6F5,Content\Pokemon\Data\85.dat:88B147757258CAFB04F170ADB6D8F73D,Content\Pokemon\Data\86.dat:715EA690A3A35F18D8717BC097E4D12F,Content\Pokemon\Data\87.dat:42990950EBD3AAA596FE51B31710CAAF,Content\Pokemon\Data\88.dat:0D591B33662E7F4378AF5FED96A5B905,Content\Pokemon\Data\89.dat:784E6C8FF56ADE6F5918D746C7DADCAD,Content\Pokemon\Data\9.dat:0F120D02BDA970458E6D0C69D286CA60,Content\Pokemon\Data\90.dat:D34C5DCCF8960988EBD91AE860F4C9FB,Content\Pokemon\Data\91.dat:7F2C0ECC3B8BCAE92D09AB52C7D8409A,Content\Pokemon\Data\92.dat:70A2FA4E09424E1B0925321E897C8BD9,Content\Pokemon\Data\93.dat:F0E938A491B4CEBA10CF176AD1785F63,Content\Pokemon\Data\94.dat:A3BE1A7D82924874D1CC58E11F5E5D01,Content\Pokemon\Data\94_mega.dat:6F27183093452544EA623F2F62E4AE49,Content\Pokemon\Data\95.dat:69991E17CC18249E0B2CFD64E773E813,Content\Pokemon\Data\96.dat:DF82FA36170C5E4315AD50B1042401F0,Content\Pokemon\Data\97.dat:FA14B3438D6DB15E8C10B9AB864160CF,Content\Pokemon\Data\98.dat:13F9B7066B0BA6BD04049CCD52C1A3AC,Content\Pokemon\Data\99.dat:800309F3D1DDB337857BC9353C67816E,Content\Pokemon\Data\frontier\0.dat:0E70E8AC4E46717ACA61F70148BE4B54,Content\Pokemon\Data\frontier\1.dat:54FDAE2106C3BC25258BB848D6C52E72,Content\Pokemon\Data\frontier\2.dat:BEC480C7220815A46B77347FEBE4D891,maps\azalea.dat:D18D3FDADFBEEC1B204411512437DF6E,maps\barktown.dat:28F40F2C56732FE887E0E0FAE653C88C,maps\barktown0.dat:9D17F8F3D95BD40E9B88A5166DF34063,maps\BerryVista.dat:E2E41C5614049E9B29A6D76897FCAAA1,maps\blackthorn.dat:B912AE9AE5931C58CC10686F5B214181,maps\cherrygrove.dat:74D2F12C28FE2CCEF1EC3C7626886D15,maps\cherrygrove_center.dat:9071DB9732CC9E4DDF4A4075C69BD4E2,maps\cherrygrove_mart.dat:8BE83B6B269B5F5039961D2464314F5C,maps\cianwood.dat:DBFED1672C9B58204739A0D236ABF580,maps\Ecruteak.dat:611AC9AE04BA2B5BA5A29892F5DA2C83,maps\elmlab.dat:7F72A66CADD2B198CA98BE06FF3807AC,maps\goldenrod.dat:8C41366B93A0A0AED4162CE162DFC142,maps\ilexforest.dat:2C7B95E12C26C258E9AD02EFC14ECDE0,maps\lakeofrage.dat:C6938FCF4B374123E8320F83E47BD6EA,maps\mahogany.dat:794AA49909320CB2E3AEF9092DC71783,maps\mrpokemonhouse.dat:850E9D521580B2A14373FCAA3D57B0BA,maps\Olivine.dat:B1BBA068621A07FD832482DE7FD8DCA3,maps\restplaces.dat:09A62D8BC23CA546215F38C1A74CD905,maps\route29.dat:3BE6B422710888E800269A0D78152B3F,maps\route30.dat:BA886B334BA065AB84765BAAAD4E56DA,maps\route31.dat:8FDE5A873E51CABE9085412208454BBD,maps\route32.dat:A2D4C5D39E90E17AA3AD9B8A4FA7D683,maps\route32_center.dat:D1EF90B0B7AFDA1344391218D6A62EFD,maps\route33.dat:78BF27A2518672086ECAC474FB681715,maps\route36.dat:753220EFE0B1378F5652B83E799AF463,maps\route37.dat:6DCD0FB71D451384536C9C9A16D572B0,maps\route38.dat:80C187480EEE5A16B80E561DAEA707C5,maps\route39.dat:1F95858F4E606D520C18ADB9A521115F,maps\speedboatscene.dat:FD78C88E1E41A7E551E3093DA4431FA7,maps\test.dat:07A3EDA8C249E0B4E93A3AD2389339DD,maps\testlevel.dat:5181ECAF15020EA108AEC6CD24EAAB18,maps\tohjofalls.dat:76901E8B7ACBB41C922F0ADA13F625CC,maps\violet.dat:E908F75FBC04333346DE515CD356215B,maps\violetroute31gate.dat:A442F00670D098E52CDEA14EFDF18165,maps\violet_center.dat:3BE7281A0874DB44D12C03073806A2F2,maps\violet_mart.dat:1F1884B1C72BCD008756FEC0BB74C231,maps\yourroom.dat:DA6E5615745385F64AC15BAFEBA4D0EA,maps\alph\alph01.dat:319A747D1B063BF4601D0A9174717DCB,maps\alph\alph02.dat:15CD3A1A0B898EDCB9509A23D43B53EA,maps\alph\alph03.dat:F067498E2C7FED88B3501DE1BF2E18CE,maps\alph\alph04.dat:11A1BABB7584216F1BF30D606BBA5E09,maps\alph\alph05.dat:C3B537749E0FC341C4128BCBB1E2C443,maps\alph\alph06.dat:AF74BA760ACFAFD2A0751704700C7859,maps\alph\alphhouse.dat:4E83B001FE00B673AD1E46674EEEEB93,maps\alph\deepruins.dat:0AD67986F70D4B7647B04F04EFEF32B4,maps\alph\ruinsofalph.dat:061AB9D63ED61D0116BAB648DE8577F6,maps\azalea\0.dat:6BD467BBBEDAB0EC0C61D440C3CE3974,maps\azalea\center.dat:6994D11BBB5F314AF540BA97FCC6460E,maps\azalea\kurt.dat:DCFEE92DD595471C026EA8B3060D17A6,maps\azalea\mart.dat:F6E30D0EE9BD6BDE6B1882C00DA0DFEE,maps\barktown\0.dat:776036F6FDC2BBEC6ECA42782EA722B3,maps\barktown\1.dat:B6914E385C69D2157D1EAA40B560A429,maps\battle\azalea.dat:27A400D5B600F907E7EE1ADE4F76C5B2,maps\battle\battle0.dat:3FA2CE5088E028C7A190599872427162,maps\battle\battle1.dat:9B8E0484C591842373616DA53C0F6C56,maps\battle\cherrygrove.dat:6BF26EE2FF668A8D0F636E4775B98E8B,maps\battle\cianwood.dat:F9F213795FE25E8FA38AF2747DDF19FF,maps\battle\Ecruteak.dat:DEFE0BA7D2FF9974B180669066A43966,maps\battle\ilexforest.dat:AE740FFF0F3650257AD0D44CCC094673,maps\battle\kanto0.dat:3BD19B0B8283D70B586D9FFF399DC8E4,maps\battle\Olivine.dat:243E242DB4E05A93275C5D488273BF9E,maps\battle\pvp.dat:0E290618A802862BBF5F390BB64F5D4C,maps\battle\route29.dat:A5B0B797949FD5FC827BE9F95C1A5195,maps\battle\route32.dat:908479BEE2050CADC72FA8CAA4A16642,maps\battle\route33.dat:AEFEC67EC72410CDC4E561DE43FBB6F8,maps\battle\tohjofalls.dat:D72921E9C72EF5A693552896E834C4EE,maps\battle\violet.dat:58E89F0D58231A6E7905180384DB7C67,maps\battle\alph\alph01.dat:08DDEC6DF755113A21D9CEC1C9DFC6B5,maps\battle\alph\alph03.dat:08DDEC6DF755113A21D9CEC1C9DFC6B5,maps\battle\boon\cape.dat:4CD382D91A4898D93D00EA460A9E1AC9,maps\battle\burnedtower\burnedtower1f.dat:F90C66B2B409B501B4B7721887F013F8,maps\battle\burnedtower\burnedtowerb1f.dat:BE116FBB814BBCCD4C72386BCA67F689,maps\battle\ceruleancave\1f.dat:04F0237C07FE8C9DB44110ABF6A186AE,maps\battle\ceruleancave\2f.dat:04F0237C07FE8C9DB44110ABF6A186AE,maps\battle\ceruleancave\bf1.dat:04F0237C07FE8C9DB44110ABF6A186AE,maps\battle\chrono\labyrinth.dat:868BD2C530D4CFCCC4B73920EFD695B4,maps\battle\chrono\meadow.dat:C4B2F2B15E41CD41BF74C6E08827E85C,maps\battle\chrono\memorial.dat:1BFA75D5B7609C6332F699265758689D,maps\battle\chrono\resort.dat:E0AD1A9B41AFDE3E75C9F7AC9D27D480,maps\battle\chrono\warehouse.dat:A27D52B831D446E8D4BD941DE6F8F1E7,maps\battle\darkcave\darkcave0.dat:07CC7AB621D5BD174A7B07F5D883707F,maps\battle\darkcave\darkcave1.dat:07CC7AB621D5BD174A7B07F5D883707F,maps\battle\diglettscave\entpew.dat:114F53300CBD22769B3C42F393396024,maps\battle\diglettscave\entver.dat:114F53300CBD22769B3C42F393396024,maps\battle\diglettscave\main.dat:114F53300CBD22769B3C42F393396024,maps\battle\dragonsden\main.dat:4DCD4766E627A8156A7B7BAA7ADC9A7C,maps\battle\dungeon\checkpoint1.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\chess.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\main.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\mindend.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\passage.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\0\0.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\0\1.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\0\10.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\0\11.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\0\12.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\0\13.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\0\14.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\0\2.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\0\3.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\0\4.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\0\5.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\0\6.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\0\7.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\0\8.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\0\9.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\1\0.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\1\1.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\1\10.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\1\11.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\1\12.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\1\13.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\1\14.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\1\15.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\1\16.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\1\17.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\1\18.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\1\19.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\1\2.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\1\20.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\1\21.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\1\22.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\1\23.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\1\24.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\1\3.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\1\4.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\1\5.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\1\6.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\1\7.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\1\8.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\1\9.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\2\0.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\2\1.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\2\2.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\2\3.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\2\4.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\2\5.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\2\6.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\2\7.dat:D8F14E45239122659544E3DCF5BA3142,maps\battle\dungeon\2\outside.dat:F59A9DD0A1959BE3753D33F21EDDB1FA,maps\battle\ecruteak\dance_theater.dat:62096C5F2E48C394F15C9F01C85C748D,maps\battle\ecruteak\tintower10f.dat:B8E96D1915484055B521B0AEABCCD1ED,maps\battle\ecruteak\tintower1f.dat:03B0CD306589CBBDDD08BAB843E2CA45,maps\battle\ecruteak\tintower2f.dat:03B0CD306589CBBDDD08BAB843E2CA45,maps\battle\ecruteak\tintower3f.dat:03B0CD306589CBBDDD08BAB843E2CA45,maps\battle\ecruteak\tintower4f.dat:03B0CD306589CBBDDD08BAB843E2CA45,maps\battle\ecruteak\tintower5f.dat:03B0CD306589CBBDDD08BAB843E2CA45,maps\battle\ecruteak\tintower6f.dat:03B0CD306589CBBDDD08BAB843E2CA45,maps\battle\ecruteak\tintower7f.dat:74817033C99B864FE5E008645E79BE9F,maps\battle\ecruteak\tintower8f.dat:74817033C99B864FE5E008645E79BE9F,maps\battle\ecruteak\tintower9f.dat:74817033C99B864FE5E008645E79BE9F,maps\battle\faraway\interior.dat:AF6CA42DB72C9DC5E22F984A5F694BAC,maps\battle\frontier\battlefactory\arena.dat:751612AE3721546F0889AC26E07C02BD,maps\battle\frontier\battletower\arena.dat:ED75DD2B663562040EEAA9469390F791,maps\battle\goldenrod\underground0.dat:CB0B9AFCB1A30C6255B212CFC58F1C9A,maps\battle\goldenrod\underground2.dat:78037854897EAB6F3F3DBC4CA658A7A1,maps\battle\goldenrod\underground3.dat:825E9A5F1037C17279D1EAFB315C5F2C,maps\battle\goldenrod\radiotower\1f.dat:B4C8B326B54618EEB968E4D91098EBB7,maps\battle\goldenrod\radiotower\2f.dat:B4C8B326B54618EEB968E4D91098EBB7,maps\battle\goldenrod\radiotower\3f.dat:B4C8B326B54618EEB968E4D91098EBB7,maps\battle\goldenrod\radiotower\4f.dat:B4C8B326B54618EEB968E4D91098EBB7,maps\battle\goldenrod\radiotower\5f.dat:B4C8B326B54618EEB968E4D91098EBB7,maps\battle\gyms\azalea_gym.dat:2F97DBBBF83B29992DDAD871811B8B73,maps\battle\gyms\blackthorn_gym_1.dat:F1E8AB92C39CF8F7781EA7778A932426,maps\battle\gyms\blackthorn_gym_2.dat:B5C5826DCCCE2DC57ECE8BF5ACDB3FA2,maps\battle\gyms\celadon_gym.dat:97BEC0119621734F8F2D603870088C18,maps\battle\gyms\cerulean_gym.dat:3AEDB3014EB72C2B2F544BB13A1E7614,maps\battle\gyms\cianwood_gym.dat:80906D5A3D8FF599AFA6341CF14B6EF1,maps\battle\gyms\cinnabar_gym.dat:31699FC759C50C29C548EA9D890FE65A,maps\battle\gyms\ecruteak_gym.dat:40ACCD4E203A60520451AD7A73CDAF3D,maps\battle\gyms\fuchsia_gym.dat:6A95E9D6AC516CABF050928B1662A102,maps\battle\gyms\goldenrod_gym.dat:67B15F8B5DD5A0CE85B3C2A39CEA466C,maps\battle\gyms\mahogany_gym.dat:6B67E510C314550C6281B796F89F804C,maps\battle\gyms\olivine_gym.dat:A99501BC62A58834835B9A1FC596E153,maps\battle\gyms\pewter_gym.dat:165D5DEC1BF6FB968F76B9EEA3897CEA,maps\battle\gyms\saffron_gym.dat:AF9CEE791E6FD68C6700D5394FEE8E64,maps\battle\gyms\vermilion_gym.dat:FEE335BB5618F7E89C25894587F2A9AA,maps\battle\gyms\violet_gym.dat:EF8B7E094D5E8D0D7EA8669BE28319AA,maps\battle\gyms\viridian_gym.dat:27CDB99033E257CF5014197F1786CA18,maps\battle\hiddengrotto\berryvista.dat:241B51FCE2C1F4BA00322E22C651E7E0,maps\battle\hiddengrotto\ilexforest.dat:241B51FCE2C1F4BA00322E22C651E7E0,maps\battle\hiddengrotto\indigo.dat:241B51FCE2C1F4BA00322E22C651E7E0,maps\battle\hiddengrotto\lakeofrage.dat:241B51FCE2C1F4BA00322E22C651E7E0,maps\battle\hiddengrotto\mahogany.dat:241B51FCE2C1F4BA00322E22C651E7E0,maps\battle\hiddengrotto\nationalpark0.dat:241B51FCE2C1F4BA00322E22C651E7E0,maps\battle\hiddengrotto\route26.dat:241B51FCE2C1F4BA00322E22C651E7E0,maps\battle\hiddengrotto\route27.dat:241B51FCE2C1F4BA00322E22C651E7E0,maps\battle\hiddengrotto\route31.dat:241B51FCE2C1F4BA00322E22C651E7E0,maps\battle\hiddengrotto\route32.dat:241B51FCE2C1F4BA00322E22C651E7E0,maps\battle\hiddengrotto\route34.dat:241B51FCE2C1F4BA00322E22C651E7E0,maps\battle\hiddengrotto\route35.dat:241B51FCE2C1F4BA00322E22C651E7E0,maps\battle\hiddengrotto\route39.dat:241B51FCE2C1F4BA00322E22C651E7E0,maps\battle\hiddengrotto\route42.dat:241B51FCE2C1F4BA00322E22C651E7E0,maps\battle\hiddengrotto\route43.dat:241B51FCE2C1F4BA00322E22C651E7E0,maps\battle\hiddengrotto\route44.dat:241B51FCE2C1F4BA00322E22C651E7E0,maps\battle\hiddengrotto\route46.dat:241B51FCE2C1F4BA00322E22C651E7E0,maps\battle\hiddengrotto\route47.dat:241B51FCE2C1F4BA00322E22C651E7E0,maps\battle\hiddengrotto\route48.dat:241B51FCE2C1F4BA00322E22C651E7E0,maps\battle\hiddengrotto\twirl.dat:241B51FCE2C1F4BA00322E22C651E7E0,maps\battle\hiddengrotto\violet.dat:241B51FCE2C1F4BA00322E22C651E7E0,maps\battle\icefall\basement.dat:20B13BDB2EA8D0E9DF2B770678E0AF82,maps\battle\icefall\bay.dat:B7B87E98F089340FEEFD60D59A7EFD55,maps\battle\icefall\ent.dat:20B13BDB2EA8D0E9DF2B770678E0AF82,maps\battle\icefall\ground.dat:20B13BDB2EA8D0E9DF2B770678E0AF82,maps\battle\icepath\1f.dat:20B13BDB2EA8D0E9DF2B770678E0AF82,maps\battle\icepath\2f.dat:20B13BDB2EA8D0E9DF2B770678E0AF82,maps\battle\icepath\3f.dat:20B13BDB2EA8D0E9DF2B770678E0AF82,maps\battle\icepath\4f.dat:20B13BDB2EA8D0E9DF2B770678E0AF82,maps\battle\indigo\bruno.dat:52DEE46D114D2514CF8F3C4AACC9724E,maps\battle\indigo\karen.dat:A0F53C86ABC14D3846943C78F21452A6,maps\battle\indigo\koga.dat:FF6551AF8DD1D7E5C178567D663DAC6A,maps\battle\indigo\lance.dat:31F5C88545684FE27E8F039C0D688537,maps\battle\indigo\will.dat:98FE74738F73A5172B20F55DBDD2C303,maps\battle\kin\bbridge.dat:4582DF8ACC59FB95D2A8BE66C383AC76,maps\battle\kin\berry.dat:32A848F64AC9CA48BD29089EEF22458F,maps\battle\kin\town.dat:CF4C27F21D571B6DAAB07FED8C998114,maps\battle\knot\kindle.dat:46CE010B6DC610E6D9F0F6F0FE02F68B,maps\battle\knot\treasure.dat:46CE010B6DC610E6D9F0F6F0FE02F68B,maps\battle\kolben\devoffices.dat:51209E4F9488B65E61C4016BD738C0B7,maps\battle\kolben\lounge.dat:51209E4F9488B65E61C4016BD738C0B7,maps\battle\kolben\servers.dat:51209E4F9488B65E61C4016BD738C0B7,maps\battle\lighthouse\lighthouse0.dat:3617B8A940FB5254A3BD87BCEC4118A3,maps\battle\lostcave\1.dat:B5A4AF3E3991071BDC5DE928C77FDFC2,maps\battle\lostcave\2.dat:B5A4AF3E3991071BDC5DE928C77FDFC2,maps\battle\lostcave\3.dat:B5A4AF3E3991071BDC5DE928C77FDFC2,maps\battle\lostcave\4.dat:B5A4AF3E3991071BDC5DE928C77FDFC2,maps\battle\lostcave\5.dat:B5A4AF3E3991071BDC5DE928C77FDFC2,maps\battle\lostcave\6.dat:B5A4AF3E3991071BDC5DE928C77FDFC2,maps\battle\lostcave\7.dat:B5A4AF3E3991071BDC5DE928C77FDFC2,maps\battle\lostcave\8.dat:B5A4AF3E3991071BDC5DE928C77FDFC2,maps\battle\lostcave\ent.dat:B5A4AF3E3991071BDC5DE928C77FDFC2,maps\battle\lostcave\extra1.dat:B5A4AF3E3991071BDC5DE928C77FDFC2,maps\battle\lostcave\extra2.dat:B5A4AF3E3991071BDC5DE928C77FDFC2,maps\battle\lostcave\extra3.dat:B5A4AF3E3991071BDC5DE928C77FDFC2,maps\battle\lostcave\extra4.dat:B5A4AF3E3991071BDC5DE928C77FDFC2,maps\battle\lostcave\ladder.dat:B5A4AF3E3991071BDC5DE928C77FDFC2,maps\battle\lostcave\selphy.dat:B5A4AF3E3991071BDC5DE928C77FDFC2,maps\battle\mtember\braille1.dat:58A904449A61EFF917B70D316E21580D,maps\battle\mtember\braille2.dat:58A904449A61EFF917B70D316E21580D,maps\battle\mtember\exterior.dat:A4D559200268CB245DF20FECF63AE1A7,maps\battle\mtember\peak.dat:98BEB1818C2E74DC112BF4EAFA7CF685,maps\battle\mtember\peakp1.dat:58A904449A61EFF917B70D316E21580D,maps\battle\mtember\peakp2.dat:58A904449A61EFF917B70D316E21580D,maps\battle\mtember\peakp3.dat:58A904449A61EFF917B70D316E21580D,maps\battle\mtember\secretpath1.dat:58A904449A61EFF917B70D316E21580D,maps\battle\mtember\secretpath2.dat:58A904449A61EFF917B70D316E21580D,maps\battle\mtember\secretpath3.dat:58A904449A61EFF917B70D316E21580D,maps\battle\mtember\secretpath4.dat:58A904449A61EFF917B70D316E21580D,maps\battle\mtember\secretpath5.dat:58A904449A61EFF917B70D316E21580D,maps\battle\mtember\secretpath6.dat:58A904449A61EFF917B70D316E21580D,maps\battle\mtmoon\main.dat:D72921E9C72EF5A693552896E834C4EE,maps\battle\mtmoon\north.dat:D72921E9C72EF5A693552896E834C4EE,maps\battle\mtmoon\south.dat:D72921E9C72EF5A693552896E834C4EE,maps\battle\mtmortar\mtmortarbf1.dat:D72921E9C72EF5A693552896E834C4EE,maps\battle\mtmortar\mtmortarf1.dat:D72921E9C72EF5A693552896E834C4EE,maps\battle\mtmortar\mtmortarf2.dat:D72921E9C72EF5A693552896E834C4EE,maps\battle\mtmortar\mtmortarmain.dat:D72921E9C72EF5A693552896E834C4EE,maps\battle\nationalpark\contest.dat:C98925734C2CAC1044CD556F18C84C48,maps\battle\nationalpark\nationalpark0.dat:C98925734C2CAC1044CD556F18C84C48,maps\battle\rocketbase\rocketbase1.dat:DE15F4891F424EF75F445C3279C2E0A0,maps\battle\rocketbase\rocketbase2.dat:E2F6FAD6470444D5192B212056CA99FC,maps\battle\rocketbase\rocketbase3.dat:B91ABD435AF3C0E131C474D68ABE3978,maps\battle\rocktunnel\bf1.dat:D72921E9C72EF5A693552896E834C4EE,maps\battle\rocktunnel\bf2.dat:D72921E9C72EF5A693552896E834C4EE,maps\battle\routes\route10.dat:40AA2DB45E2D2C148E948E8B8BAD1F52,maps\battle\routes\route17.dat:3CCDF2377EAAD4ED3813F1C61D1EF2C7,maps\battle\routes\route26.dat:6C52714E35F3D69B37C8989B782AD4C3,maps\battle\routes\route27.dat:85B8716E0E7BEDCCC251C5B1B5CDCAF9,maps\battle\routes\route34.dat:9856CF47057494C65F70604D24DCED1C,maps\battle\routes\route40.dat:EA8FEC6DEAEB63AB0ED0374493A707A8,maps\battle\routes\route44.dat:6C52714E35F3D69B37C8989B782AD4C3,maps\battle\routes\route45.dat:6C52714E35F3D69B37C8989B782AD4C3,maps\battle\routes\route46.dat:6C52714E35F3D69B37C8989B782AD4C3,maps\battle\routes\route48.dat:6F24A0E6DF17A7B9010D977F3F57B520,maps\battle\routes\route9.dat:598BC1BB51810666E7AEE03B2B53415A,maps\battle\routes\route47\1.dat:6D7870E115710416646ACC22866CDFBF,maps\battle\routes\route47\2.dat:6D7870E115710416646ACC22866CDFBF,maps\battle\routes\route47\3.dat:6D7870E115710416646ACC22866CDFBF,maps\battle\routes\route47\c1.dat:483186700BB1224FF339E0E638EE82D8,maps\battle\routes\route47\c2.dat:483186700BB1224FF339E0E638EE82D8,maps\battle\routes\route47\cb.dat:483186700BB1224FF339E0E638EE82D8,maps\battle\safarizone\areas\0.dat:B8588C7BC054472E7620F0A46706B9CC,maps\battle\safarizone\areas\1.dat:F4FF8AF827D766ACECC5B73AF130D6F9,maps\battle\safarizone\areas\10.dat:8DAC2455E549EBE01722198636BD238F,maps\battle\safarizone\areas\11.dat:CB0EA928DF37EC7B445BEF81764D4C3B,maps\battle\safarizone\areas\12.dat:4C42D219B8C1AFA061645B58FB64D16B,maps\battle\safarizone\areas\13.dat:A0D96BF2D7368A9C4E1559332159F272,maps\battle\safarizone\areas\14.dat:D3B3E8A8D141AFDDF7C7603C5E01E3D3,maps\battle\safarizone\areas\15.dat:5DC16526216CDAF0099828362B41FA54,maps\battle\safarizone\areas\16.dat:C2DB4D429B7093F0B77FCCECABDA8E30,maps\battle\safarizone\areas\17.dat:2B897810A59AE7D4CCA9861842A91F55,maps\battle\safarizone\areas\18.dat:F290A8247EFD1D8E06E0300FD20DFB24,maps\battle\safarizone\areas\19.dat:B8588C7BC054472E7620F0A46706B9CC,maps\battle\safarizone\areas\2.dat:FB84A18F17A043ADE67589DBEB4CDF90,maps\battle\safarizone\areas\3.dat:119629DC05E29D0264B2A38F03A19BFA,maps\battle\safarizone\areas\4.dat:FC1708C331ACED36DEB0A3F6314D30B2,maps\battle\safarizone\areas\5.dat:71543B5963677F68EA9DC12CB65BFEE1,maps\battle\safarizone\areas\6.dat:21093C536FB7CAB41028CBB8E1E56CA0,maps\battle\safarizone\areas\7.dat:559F9E9E02AA0321D6181D8DBE4C81E5,maps\battle\safarizone\areas\8.dat:8DAC2455E549EBE01722198636BD238F,maps\battle\safarizone\areas\9.dat:8DAC2455E549EBE01722198636BD238F,maps\battle\saffron\underground0.dat:146B4AB386569DB65AE70672F4AE1768,maps\battle\seafoam\bf1.dat:20B13BDB2EA8D0E9DF2B770678E0AF82,maps\battle\seafoam\bf2.dat:20B13BDB2EA8D0E9DF2B770678E0AF82,maps\battle\seafoam\bf3.dat:20B13BDB2EA8D0E9DF2B770678E0AF82,maps\battle\seafoam\bf4.dat:20B13BDB2EA8D0E9DF2B770678E0AF82,maps\battle\slowpokewell\slowpokewell1f.dat:D72921E9C72EF5A693552896E834C4EE,maps\battle\slowpokewell\slowpokewellb1f.dat:D72921E9C72EF5A693552896E834C4EE,maps\battle\ssaqua\firsttrip\bf1.dat:E639FCFF264F882E38EC90241BC372C4,maps\battle\ssaqua\firsttrip\cabins\2.dat:3E3CAB977B4320DE9130366A885B2394,maps\battle\ssaqua\firsttrip\cabins\3.dat:3E3CAB977B4320DE9130366A885B2394,maps\battle\ssaqua\firsttrip\cabins\4.dat:3E3CAB977B4320DE9130366A885B2394,maps\battle\ssaqua\firsttrip\cabins\5.dat:3E3CAB977B4320DE9130366A885B2394,maps\battle\ssaqua\firsttrip\cabins\6.dat:3E3CAB977B4320DE9130366A885B2394,maps\battle\ssaqua\firsttrip\cabins\7.dat:3E3CAB977B4320DE9130366A885B2394,maps\battle\ssaqua\olivine\bf1.dat:E639FCFF264F882E38EC90241BC372C4,maps\battle\ssaqua\olivine\cabins\2.dat:3E3CAB977B4320DE9130366A885B2394,maps\battle\ssaqua\olivine\cabins\3.dat:3E3CAB977B4320DE9130366A885B2394,maps\battle\ssaqua\olivine\cabins\4.dat:3E3CAB977B4320DE9130366A885B2394,maps\battle\ssaqua\olivine\cabins\5.dat:3E3CAB977B4320DE9130366A885B2394,maps\battle\ssaqua\olivine\cabins\6.dat:3E3CAB977B4320DE9130366A885B2394,maps\battle\ssaqua\olivine\cabins\7.dat:3E3CAB977B4320DE9130366A885B2394,maps\battle\ssaqua\olivine\cabins\8.dat:3E3CAB977B4320DE9130366A885B2394,maps\battle\ssaqua\vermilion\bf1.dat:E639FCFF264F882E38EC90241BC372C4,maps\battle\ssaqua\vermilion\cabins\2.dat:3E3CAB977B4320DE9130366A885B2394,maps\battle\ssaqua\vermilion\cabins\3.dat:3E3CAB977B4320DE9130366A885B2394,maps\battle\ssaqua\vermilion\cabins\4.dat:3E3CAB977B4320DE9130366A885B2394,maps\battle\ssaqua\vermilion\cabins\5.dat:3E3CAB977B4320DE9130366A885B2394,maps\battle\ssaqua\vermilion\cabins\6.dat:3E3CAB977B4320DE9130366A885B2394,maps\battle\ssaqua\vermilion\cabins\7.dat:3E3CAB977B4320DE9130366A885B2394,maps\battle\twirl forest\0\0.dat:7E9449AFF38F3F42DDE7D964426CAAAA,maps\battle\twirl forest\0\1.dat:7E9449AFF38F3F42DDE7D964426CAAAA,maps\battle\twirl forest\0\10.dat:7E9449AFF38F3F42DDE7D964426CAAAA,maps\battle\twirl forest\0\11.dat:7E9449AFF38F3F42DDE7D964426CAAAA,maps\battle\twirl forest\0\15.dat:7E9449AFF38F3F42DDE7D964426CAAAA,maps\battle\twirl forest\0\2.dat:7E9449AFF38F3F42DDE7D964426CAAAA,maps\battle\twirl forest\0\3.dat:7E9449AFF38F3F42DDE7D964426CAAAA,maps\battle\twirl forest\0\4.dat:7E9449AFF38F3F42DDE7D964426CAAAA,maps\battle\twirl forest\0\5.dat:7E9449AFF38F3F42DDE7D964426CAAAA,maps\battle\twirl forest\0\9.dat:7E9449AFF38F3F42DDE7D964426CAAAA,maps\battle\underwatercave\main.dat:36A7A747F8DFDCF88B95825EC0A54F40,maps\battle\underwatercave\manaphy.dat:DF4ADF2DCA4C872415C5CAA11691DC48,maps\battle\underwatercave\surface.dat:5FBB9DFD91927008AAF46EDF5BFC9CE5,maps\battle\underwatercave\underwater.dat:075EC1B89CF42C4E0C95A428024A3A93,maps\battle\underwatercave\volcano.dat:9576FC685BE5787F991D6E1A1E1F744D,maps\battle\unioncave\unioncavebf1.dat:D72921E9C72EF5A693552896E834C4EE,maps\battle\unioncave\unioncavebf2.dat:D72921E9C72EF5A693552896E834C4EE,maps\battle\unioncave\unioncavef1.dat:D72921E9C72EF5A693552896E834C4EE,maps\battle\victoryroad\1.dat:D72921E9C72EF5A693552896E834C4EE,maps\battle\victoryroad\2.dat:D72921E9C72EF5A693552896E834C4EE,maps\battle\victoryroad\3.dat:D72921E9C72EF5A693552896E834C4EE,maps\battle\violet\sprouttowerf1.dat:EBBDA91960E5950B705C89D1FFD2D340,maps\battle\violet\sprouttowerf2.dat:EBBDA91960E5950B705C89D1FFD2D340,maps\battle\violet\sprouttowerf3.dat:EBBDA91960E5950B705C89D1FFD2D340,maps\battle\viridian\trainerhouse\arena.dat:986A0EADA45A698190F2F58F85505495,maps\battle\v_forest\main.dat:AE4165872F2D363A6435328BA2EB653C,maps\battle\whirlislands\1fne.dat:D72921E9C72EF5A693552896E834C4EE,maps\battle\whirlislands\1fnw.dat:D72921E9C72EF5A693552896E834C4EE,maps\battle\whirlislands\1fse.dat:D72921E9C72EF5A693552896E834C4EE,maps\battle\whirlislands\1fsw.dat:D72921E9C72EF5A693552896E834C4EE,maps\battle\whirlislands\bf1main.dat:D72921E9C72EF5A693552896E834C4EE,maps\battle\whirlislands\lugia.dat:09D186146582DB57FB1724F94DF42135,maps\battle\whirlislands\sc1.dat:D72921E9C72EF5A693552896E834C4EE,maps\battle\whirlislands\sc2.dat:D72921E9C72EF5A693552896E834C4EE,maps\battle\whirlislands\sc3.dat:D72921E9C72EF5A693552896E834C4EE,maps\battle\whirlislands\sc4.dat:D72921E9C72EF5A693552896E834C4EE,maps\battle\whirlislands\wfall.dat:D72921E9C72EF5A693552896E834C4EE,maps\blackthorn\000.dat:F5DB3C44275018B0C6EE4CB7D9E8DBE7,maps\blackthorn\001.dat:E1DA59E204034DA305A139F3B76B60A8,maps\blackthorn\002.dat:95F996BCDA4783A5FA6A2CE6A40FEEAD,maps\blackthorn\center.dat:24F6C47F6ED007A0382A61F6947FD16E,maps\blackthorn\mart.dat:67905E99727F7DF01F7B145DFE283451,maps\boon\1.dat:C4584A4E258E57AFE547F483E75BFBBA,maps\boon\2.dat:40156902950B7B677688076EAE445597,maps\boon\cape.dat:4F883596AD7C266720FC0B8DCA00813F,maps\boon\capehouse.dat:81A716422AC8BBF3D946F24AB54E8257,maps\boon\center.dat:C208A50C622A3EAE3F8EB8A087D4BB37,maps\boon\dock.dat:4BF293C896E65296F38A88FA65D618FC,maps\boon\town.dat:236C29F180332B4424C5C7A1C858C467,maps\burnedtower\burnedtower1f.dat:27B703630516C7907A2E5A07763A5F04,maps\burnedtower\burnedtowerb1f.dat:B0525DC466D3F8936215746B58F9EBF3,maps\celadon\center.dat:98028CF18360585499971A55F9C079C3,maps\celadon\condo1.dat:0D3928F3213823413C7F2F14450C4F4E,maps\celadon\condo2.dat:9C2C56BB7AC857E28A38A5844D6B562F,maps\celadon\condo3.dat:310541D27FC5857B5CBD42FD19767242,maps\celadon\condo4.dat:36A87FFC8803543ED218A92433B712D0,maps\celadon\diner.dat:F73513CC91C4E372082D84DB7B295D9C,maps\celadon\main.dat:034300C1A86111779294A31D14B951EA,maps\celadon\mart.dat:5853664CD4296D07349B543510B320E4,maps\cerulean\1.dat:854AC7044F856FD4BBFA6F486A36A9DC,maps\cerulean\2.dat:AF191774C8070D0722F08CE31B630687,maps\cerulean\3.dat:409265EF0D8989A08525AED314B70852,maps\cerulean\center.dat:A3F4E84692ED7F72BA98012D90640DC2,maps\cerulean\main.dat:78AC65407EB56C01763C6C15436BA086,maps\cerulean\mart.dat:DC7A51CDE97C5AA737C1D13F2FB18C79,maps\ceruleancave\1f.dat:C186D8C6CD75A8DB47A9989509F5765B,maps\ceruleancave\2f.dat:445189BB9F5B19E8160AA3EB92218AE2,maps\ceruleancave\bf1.dat:6BA880B0C5DBC8E25CF5EB0500503F1B,maps\cherrygrove\0.dat:D7516DAC0FFA652C0D015197BF367376,maps\cherrygrove\1.dat:75DB6DBA021410E4E4E90420D2926CBE,maps\cherrygrove\2.dat:4DECFD8957700D5533A82F4B45CBEA65,maps\chrono\1.dat:CB06E7F1F999383D3555089F6927614F,maps\chrono\2.dat:2A4218586892D8A6FEA9F5422833F104,maps\chrono\center.dat:2156C4E197E7E5307A3494D82B8ED735,maps\chrono\dock.dat:4FC06AFD0BDC612021242339E68E64C8,maps\chrono\labyrinth.dat:BE98EF04F5915AEDC7B95B19B6FB0099,maps\chrono\meadow.dat:0B6B36FDF598A7CBD26145CC9EBB69AC,maps\chrono\memorial.dat:4F2561868CEF37D71032834EB12343C7,maps\chrono\resort.dat:5AB3E729F055F6DAA0E7A29BD711A4DF,maps\chrono\selphy.dat:0A79E8CE3F7BD4B3D691F38B1E4308B4,maps\chrono\town.dat:40B42F8363F7C1A7B64F25F2A036C11E,maps\chrono\warehouse.dat:C5A29F4110F44AB4BDBBF3736041DCA7,maps\cianwood\000.dat:1B8A4A8DAF02086D663448D30033D018,maps\cianwood\001.dat:51C54F8B65E2E07A32400FFF9509EEBF,maps\cianwood\002.dat:6BADC625722B8F096244F11C0667CC93,maps\cianwood\003.dat:748778C47A4E1A6E1EAD154197D9AEB5,maps\cianwood\004.dat:57C141247A1C7AD35E28BEA5CFA6E3C7,maps\cianwood\center.dat:72287501C0C8A9EDE9653D7A33192AD0,maps\cinnabar\center.dat:5FF3C18F961B6FE8581CD2BB721F07F6,maps\cinnabar\main.dat:03FA86B5393A761BCB138C58CE1C931B,maps\darkcave\darkcave0.dat:39F5B6AE54392A0465084D84CBF23428,maps\darkcave\darkcave1.dat:0939527C2E1A5AD92F5F2A2A971B63D1,maps\diglettscave\entpew.dat:22FCCBB4EE5B25A18818DD334AB70617,maps\diglettscave\entver.dat:5FB21DA5C41CAADFB6886FB757EE1CC5,maps\diglettscave\main.dat:5F2BDA6D6B4C610F3B3514FF3E62B631,maps\dragonsden\0.dat:63B7AB2C8E1B912E09B9038059C06E82,maps\dragonsden\1.dat:C22D09AF7D5495EC61A9DDDA527E38D4,maps\dragonsden\main.dat:BA3E451A1247A181F53919E97C9F342C,maps\dragonsden\shrine.dat:D38F2F3A031EBDFE784929B09A0BC7EA,maps\dungeon\checkpoint1.dat:43C9DC5E91248061E674A9142AEE4769,maps\dungeon\chess.dat:AA4FFEBF77D2DFC00EB9BCE5C5ED088A,maps\dungeon\main.dat:FB1B9645390E3F288CAF83E0265E03ED,maps\dungeon\mindend.dat:7119890FE533D7018B33F2355996D512,maps\dungeon\passage.dat:6AC045F8C97EE27E089EA718944A8E8E,maps\dungeon\0\0.dat:7ACABDCBEFCF8410793DCD22B1A16FE1,maps\dungeon\0\1.dat:38602A326C78904D8B0FC416E4C25D11,maps\dungeon\0\10.dat:089FA527E57C54FEB3A45BB2480B7EB9,maps\dungeon\0\11.dat:0E456B4134D095342EFE977A66C69528,maps\dungeon\0\12.dat:A632C2BAD1888A6D58BD1BA2679B5A89,maps\dungeon\0\13.dat:61AC11C487246805D8F1D7C2CD741FF5,maps\dungeon\0\14.dat:DACBF90F2F7C3D557821D66C18A0136F,maps\dungeon\0\2.dat:486947D932082B6996409EF208431D8D,maps\dungeon\0\3.dat:AEE1E70624D7B3C518B4AA5F652916CB,maps\dungeon\0\4.dat:43147CEA1FA17B5F7672149925C0E367,maps\dungeon\0\5.dat:9421FDABB4D56B036A5FD492180D3511,maps\dungeon\0\6.dat:96F39966D59115416DE00073CA9B0F61,maps\dungeon\0\7.dat:7014F0F9148AFFB760154E61BBC813A5,maps\dungeon\0\8.dat:DBD1EF5B5FFD2386E59DBD82B4AE510F,maps\dungeon\0\9.dat:E26337838A540613D63EB2930A54C65C,maps\dungeon\1\0.dat:7E9E93655D8D8565C82ECCF095435C67,maps\dungeon\1\1.dat:9B732CFDB2D7752E012AB1B79F26608B,maps\dungeon\1\10.dat:21C2C7EC2F15AB6B8DF2D00A828B60AD,maps\dungeon\1\11.dat:DDFD0D429BD2DAFFB3CF6558D280CAAD,maps\dungeon\1\12.dat:FE2233B322A99B047658B6C36ADB8FB5,maps\dungeon\1\13.dat:6BDCA0401488E99BC95130F5472BC41B,maps\dungeon\1\14.dat:2A51F360AF1D6D425423C0EC0EE14889,maps\dungeon\1\15.dat:08A39B0269D4ADF9CF5F4E8E3BE34640,maps\dungeon\1\16.dat:03D34AEAE1AE5F6CFA10677569E67949,maps\dungeon\1\17.dat:2C3CAE12D661705EA968990D85C81FFA,maps\dungeon\1\18.dat:E8B227D679B687CB59F695E6741DD8F5,maps\dungeon\1\19.dat:30745DE12F0886E0B65BBD6270FE7CB2,maps\dungeon\1\2.dat:5A5D07C25F9E165B4BAFCF4C26BC3281,maps\dungeon\1\20.dat:B99AC5D2792A666AE334D4E06472568B,maps\dungeon\1\21.dat:B8D855108078C4FCC5DC244173622CF9,maps\dungeon\1\22.dat:82BE104111BE9CDE1B25004180277C7F,maps\dungeon\1\23.dat:E92AA94C102C717DB920F7BE1B8D2062,maps\dungeon\1\24.dat:C8A13FA3822F3546EBF795C5BA3BF1B2,maps\dungeon\1\3.dat:16876A454D08303214E0B68C1DBBD74F,maps\dungeon\1\4.dat:EFA81DEC91FB4F071D69DF3D0E08BE51,maps\dungeon\1\5.dat:C076D068BE5384F1B1E3839FAA45F62A,maps\dungeon\1\6.dat:5704BF61A43C3FA0036BAADF6F2A89A7,maps\dungeon\1\7.dat:9C8CC66B9B32B8D5DE43150BDDE696B6,maps\dungeon\1\8.dat:6962AD7BF03B1DC0AEE495CEB913BE65,maps\dungeon\1\9.dat:337AE9A14244BAC0083100D2F1DF27A8,maps\dungeon\2\0.dat:AD15C31F35F8D88A1E26628DDCD1159D,maps\dungeon\2\1.dat:32396E49ED1BDB99F05D54C700DCD439,maps\dungeon\2\2.dat:7CE1B25D6FE0980B4125AE13A2D8190C,maps\dungeon\2\3.dat:D14E44B9337AACD6AE775D37807BB866,maps\dungeon\2\4.dat:4C19B970AE0A5E55401758C92131C8C4,maps\dungeon\2\5.dat:5FF5AFA7AF1DD1517EFBCB0F71F9B5F3,maps\dungeon\2\6.dat:6FC96FD7970F23D42CDDF633B79F0A5D,maps\dungeon\2\7.dat:14ABCF33CDD16AA42FBDF83130168364,maps\dungeon\2\offset.dat:4412CC3999E71456DED7673FBEC835F1,maps\dungeon\2\outside.dat:25DC12C5D75A12F1DD37A30A182B3517,maps\ecruteak\001.dat:3BBC6637E8A75C37307C95A6812870DC,maps\ecruteak\002.dat:F3427B1E7FE9ABA200F028415B7729D7,maps\ecruteak\center.dat:8B3FADA09FDCC3AD9D9A66E4918AF77A,maps\ecruteak\dance_theater.dat:9A962E4C50282F9E3F74A8DE5E39097E,maps\ecruteak\mart.dat:0D25BFA6285D05841B425626696C265E,maps\ecruteak\tintower10f.dat:17533C73AF085239CB313B1C9F49EF90,maps\ecruteak\tintower1f.dat:59168B8656D5F35499E9A9814CE966F8,maps\ecruteak\tintower2f.dat:21F420F404485D8559CC3D10253866AD,maps\ecruteak\tintower3f.dat:EA914AC30A51443E83FC78F68AA77E66,maps\ecruteak\tintower4f.dat:78949FB903E4B7963CE098873879B1C4,maps\ecruteak\tintower5f.dat:67B4D725383002CABC9B527D665D75F9,maps\ecruteak\tintower6f.dat:E87022A1E44ED34D0BDC0EC41E69328F,maps\ecruteak\tintower7f.dat:E3A45B7D279BD3F701755FC77052ADD9,maps\ecruteak\tintower8f.dat:548D631B38B89225AD9B7C74631A1333,maps\ecruteak\tintower9f.dat:BA7B2B9F15F69CE1C9885E7CD636B732,maps\ecruteak\tintowergate1.dat:219049EB015248372A2B3674085C7C2D,maps\ecruteak\tintowergate2.dat:C2C40DC5B9673F5E296B227F55259783,maps\ecruteak\tintowergate3.dat:88B1B225F3D42E0060EE696194F3A0D2,maps\faraway\exterior.dat:EC248857487FBA7812F1B0FF88A6D361,maps\faraway\interior.dat:2C780748A3172E3A6CEFCCBA5847D830,maps\floe\1.dat:C5268D6D715241010CB24CFC71DEA748,maps\floe\2.dat:D9AA3E90E6A8910A05EA7DDE0617FAA0,maps\floe\3.dat:E17F2A9FF3D931360F5A8B2A38B4D293,maps\floe\center.dat:C85D3B3DD0ABD21E16521CA651F91AB5,maps\floe\daycare.dat:DFFC7C3834C517F5DDF48B85DDF1A83A,maps\floe\dock.dat:0E9A9A2DD279DB1C146CA90E8DB174B3,maps\floe\mart.dat:B2F8AD6775F755CD37C79410D48444FB,maps\floe\town.dat:5660797E2A2FF760483B39CE9CCED5A0,maps\fortune\1.dat:24022C05D7EF0074E4AE6B5350902012,maps\fortune\center.dat:49F9286562EB39788F15E667D1279BC3,maps\fortune\dock.dat:5D03F6908A496AAE5EB9FCBEF974BBAC,maps\fortune\green.dat:D525123E8B0F317011AA37ECA7EDEC3F,maps\fortune\mart.dat:3C0370D45DC68A4E08C6FD2DBD389240,maps\fortune\outcast.dat:03813257825DCA043D85996C2A44FDC1,maps\fortune\town.dat:462E9B8999228E117E82555CF3A00E33,maps\fortune\valley.dat:21B3BAB4C56E3FA66D29DC84C324C45B,maps\fortune\water.dat:A3FF3869B726BB519B97E2D875DD9DFC,maps\frontier\battlefrontier.dat:7EED06A7902995E565DDBBBA3C45F94F,maps\frontier\main.dat:531CA9E7B19748DDA2D026D39AE36C69,maps\frontier\battlefactory\arena.dat:6CFD656B061DCD39977EC2D143D88B97,maps\frontier\battlefactory\main.dat:66760ECFA4E5B1DA48C1EF070EFDF19B,maps\frontier\battlefactory\rental.dat:FB559A76F011A9FF6E9BE86FB7E71994,maps\frontier\battletower\arena.dat:151D44B4158B724F224F424568EFC63B,maps\frontier\battletower\main.dat:9411C497C0124584E8DD6FE14F263E9C,maps\frontier\battletower\passage.dat:BF69342CAF4D835D0425066171F11388,maps\fuchsia\1.dat:4112F57562BD20EB50B0BD559208B788,maps\fuchsia\2.dat:CFF837DC6CCF0C95709C1BBFD0A6070F,maps\fuchsia\center.dat:9D927E48CE916596BAF0CD4C4ED95C14,maps\fuchsia\main.dat:753EB9C763F8142D7EA323AADEAA61FF,maps\fuchsia\mart.dat:7C432BA82D903F20F84194F64EED43C4,maps\fuchsia\safarioffice.dat:22C78EDB1DD66562EBD5A4CDAACF06A5,maps\gates\alphroute32gate.dat:28F5E9ABEEA0BCDE965EA732949A9A3E,maps\gates\alphroute36gate.dat:D31B3AF6CB92DCAB2762A2DF10A49633,maps\gates\azaleailexgate.dat:90A1EB1C631E6592304173A5CF816735,maps\gates\battlegate.dat:D52F4BB58FCC10405F149CB7FB22B326,maps\gates\berry-bridgegate.dat:781C8780770643867A4E5A0E6F063309,maps\gates\cliffedge.dat:051F3C89B7A1FC0682CBBD2923E426D3,maps\gates\ecruteakroute38gate.dat:05237DE175A566ADF585C14F344DB645,maps\gates\ecruteakroute42gate.dat:B18EEEB8C85113DA8963D9603C6910FA,maps\gates\fuchsia-15gate.dat:8DAF174FF3F59518EFDAA0FD70F53D70,maps\gates\fuchsia-19gate.dat:0092321984186EA574FC225E1D7F1AA8,maps\gates\goldenrodroute35gate.dat:69AD2A4A8AD260F391E374DDCD4E3EC2,maps\gates\ilexroute34gate.dat:4A10AFB06E1EA5BAA8EA39BB3FE98740,maps\gates\league.dat:E8673C9B12D9D4B2BB69EA498352AC29,maps\gates\mahoganyroute43gate.dat:B26C40B15A4277C912DA0AD07C04D9A6,maps\gates\route16.dat:98E0054CA38C7B9729555209893A362E,maps\gates\route17-18.dat:78F1A1DA161B2895326E54EF76919E3C,maps\gates\route2946gate.dat:7F67F11E053954D0667DBB2CC17925F4,maps\gates\route43gate.dat:C336BFB078C4CDB41485CCAC908FC411,maps\gates\saffroneast.dat:F7DB145AFC4C28C2755585115E1CACD9,maps\gates\saffronnorth.dat:20C323B4E4740A437B1D2167850E058B,maps\gates\saffronsouth.dat:FD014F1D6D1D0A4F2C62D5C121D7AE24,maps\gates\saffronwest.dat:66E503ECC449B3BC2338124B55D0C497,maps\goldenrod\001.dat:3F358B7D14650463EB545E5C61B08E75,maps\goldenrod\002.dat:A42A4B6ED036B7FE077F2423C952A1CC,maps\goldenrod\bill.dat:6F481E869C03C0C2B3D006B9AC501EC9,maps\goldenrod\center.dat:40E688A24D9C5D98428C8A2B248EA91C,maps\goldenrod\center_friends.dat:A5D35D3712A7C197CA475643C314DFA8,maps\goldenrod\center_global.dat:2AB71A64C43BC1F9DB9299BC139EC795,maps\goldenrod\flowershop.dat:82EE287CAA04CC49F9AAF543E8CB4992,maps\goldenrod\mart.dat:6F83F9C77DF8BB22D5B6A175FA218DCB,maps\goldenrod\martbasement.dat:8B46A0AEAD5AABBAF0D2CA11A9799CA9,maps\goldenrod\namerater.dat:0244473C6AB7E522ACFF38B221DFE35A,maps\goldenrod\taming_shop.dat:509C943BCAE0E06E0F1E71D7A00C629F,maps\goldenrod\trainstation.dat:365F2DDC3DA8378C25E4D4D351EA8C7E,maps\goldenrod\underground0.dat:232190FDDC534FFFA82491A974200981,maps\goldenrod\underground1.dat:ED068F0535F9413BA74552979925B999,maps\goldenrod\underground2.dat:6A62C2140731466EB7718C525AE7C4F9,maps\goldenrod\underground3.dat:3B6F897633DCF7EEB995061BD3CBDF80,maps\goldenrod\radiotower\1f.dat:CB31829E91AA71F99B03418EEF0D0E3E,maps\goldenrod\radiotower\2f.dat:B56946B0D54EBF1BCBBA63F7A4CC481A,maps\goldenrod\radiotower\3f.dat:325D84CA4467DBD9F5B61FDC7338D17D,maps\goldenrod\radiotower\4f.dat:5C5397CCF51D639BE96186BBA2B39A54,maps\goldenrod\radiotower\5f.dat:FA6AB8A89F0384DE5A575A3594372ED4,maps\gyms\azalea_gym.dat:3D5BE72B4B6F44C027594E886237D056,maps\gyms\blackthorn_gym_1.dat:11F0A24A02C1F25785313907157D3BBF,maps\gyms\blackthorn_gym_2.dat:A13C78431C203E5E22ED05F3CE3F07D3,maps\gyms\celadon_gym.dat:F675F2692ECC583AB3878B6598366B32,maps\gyms\cerulean_gym.dat:6D43692B1403576C2A112DA60A6CDC25,maps\gyms\cianwood_gym.dat:891CADECB56AA099637516C06911FE92,maps\gyms\cinnabar_gym.dat:32EED4BF4DC930FF5F3DCE9517D45585,maps\gyms\ecruteak_gym.dat:25DF1158384FAFBB3830DAF4227E14D2,maps\gyms\fuchsia_gym.dat:9FBB3354251AC618A719E580989D8EF9,maps\gyms\goldenrod_gym.dat:00717ECC7FACE6C31240457F904A8261,maps\gyms\mahogany_gym.dat:562CF10D6E9754FE8DAE55BDED9A6746,maps\gyms\olivine_gym.dat:3FD4BF7D09E0F6C1C754C35420CB59C5,maps\gyms\pewter_gym.dat:537DD597B990A839A3865E66A65E16CF,maps\gyms\saffron_gym.dat:617237BE52AB3B6F913CF4FA4778AD91,maps\gyms\vermilion_gym.dat:BE131EA8B4CC639F6F2CB6D02781A938,maps\gyms\violet_gym.dat:E64EAF5C2BCE04FF47220DAADF522C38,maps\gyms\viridian_gym.dat:D5CF0DBCDFF4BC9237DB67B3F6D0A6FB,maps\hiddengrotto\berryvista.dat:68648E787B9F09CCE1806E8C6268A777,maps\hiddengrotto\ilexforest.dat:A31978CF7B2CB178496896526B7C4820,maps\hiddengrotto\indigo.dat:163A10B8642DB0CCCE92B8B5CF1608AD,maps\hiddengrotto\lakeofrage.dat:B0A074978F4619F698CA86709121569C,maps\hiddengrotto\mahogany.dat:464CFD63D39DA2F095378D2A330DEAD6,maps\hiddengrotto\nationalpark0.dat:0B03830AD3E43716CED9A658257EBA02,maps\hiddengrotto\route26.dat:49AEE37F325AA72AF2CCF90392969C87,maps\hiddengrotto\route27.dat:2213A0B4BBFB6FAE8EF1BB8D387F9B1A,maps\hiddengrotto\route31.dat:5224D34D0AD18F4A5912362E1DD6CC31,maps\hiddengrotto\route32.dat:D7149F6F5BCB8098C63D2A05F2586EC0,maps\hiddengrotto\route34.dat:D3883CC7CE4377F463A4B45C3B86F1F1,maps\hiddengrotto\route35.dat:28DCB2E4809CC304765EED3FC3E3573B,maps\hiddengrotto\route39.dat:ECD918E7054F8EEF39F139E50AA0028A,maps\hiddengrotto\route42.dat:36B2196B04F4DAF38B56E3BE56602AEB,maps\hiddengrotto\route43.dat:51B31D8F0BCBE151EBBA0AA86DB204CB,maps\hiddengrotto\route44.dat:AEDAF293976B17C09DFA94953477FEDD,maps\hiddengrotto\route46.dat:A41C4AAE28EF331E338695941A549B47,maps\hiddengrotto\route47.dat:076BE808AAF2BC9099FC60AE7C2DF9FF,maps\hiddengrotto\route48.dat:8A0BF7CFE7DA30DDC4F80D3BAED7E4D6,maps\hiddengrotto\twirl.dat:CCA1A5858FB8C0B5B7F7B465BB0C97D1,maps\hiddengrotto\violet.dat:D02D4F74E61D9F43585537BB3E6E99F8,maps\icefall\basement.dat:1FA5E9352899CAF480F5D24E12D2743B,maps\icefall\bay.dat:167E21515E36F02B857DA82D76958EDE,maps\icefall\dive.dat:7B24E04BC30ECC2AA0E193F10D3090F8,maps\icefall\ent.dat:098824F7CA59BC95DA610B07A48B3A2E,maps\icefall\ground.dat:333CF6084BB15D597F6CC6B502589B78,maps\icepath\1f.dat:3D3A86A66FE8E6CA6133D3037F506A65,maps\icepath\2f.dat:66A343FB9D2AC8CAF22FF1FA1F1FFC67,maps\icepath\3f.dat:7DAA18C2C1976FF5FC72BA462B128551,maps\icepath\4f.dat:557588A75A6431C99CA7AE4CE3A495AE,maps\indigo\bruno.dat:420A187F72600E0C6CD60C32D57257E0,maps\indigo\halloffame.dat:1ABF4A009DAD5CE92344575AA4067B04,maps\indigo\halloffame_interface.dat:03D4C85E71E41A845B6835444386EFA1,maps\indigo\inside.dat:4E68D063B14ADDD21708BBA9DD2D5F5A,maps\indigo\karen.dat:4EFE29FC575E19CB851115E27C2257B2,maps\indigo\koga.dat:1B1E7B0BAFFFEE80162F65A652B6DF32,maps\indigo\lance.dat:B6B3E7902CBC11C55B96C74E0155E9C7,maps\indigo\outside.dat:28971328395EFCBA710E3E6A54C266F5,maps\indigo\portraitplace.dat:F33CFCFF19FDE33004289874FFC7C1D9,maps\indigo\will.dat:8944F696FCAEAF8DF2DD21D5C1C3BCD0,maps\kin\1.dat:DF5EEFF6E0365557F309A19A2A8BE215,maps\kin\2.dat:A73EE2F7493B64CAA83B4C5EE9C41EF3,maps\kin\3.dat:37EF01E439ACAB8576F73634812287F9,maps\kin\4.dat:8F86AF0FE8C75DC47F01817C299C7269,maps\kin\5.dat:0E9AFF2F3B1B7D3BD05A5524936EB375,maps\kin\bbridge.dat:3624ADE5C4B4167D54EE45BA419BA02F,maps\kin\berry.dat:2F4D03E26DFD7D66181C33D6D7E289DD,maps\kin\center.dat:17AF8B93FA2D31A760421A53B851D25D,maps\kin\dock.dat:F5ECCDDEF4137130EBDD8012F2A7DBA4,maps\kin\mart.dat:44F4923641C74076DFDDA047309A61B8,maps\kin\path.dat:7D940384A001D856E5677C8B3A7B48D6,maps\kin\port.dat:5B3996818BDF9B7438ADB5402D5A4B94,maps\kin\town.dat:A4FB35309E668BC9FD0571724C193269,maps\knot\1.dat:D6127B938BACAA59971F6E29E5971794,maps\knot\2.dat:D2730FCA876B888C7AFF33CA9FB0A3D0,maps\knot\dock.dat:3389490311B55E2E51042C2C9C14D02E,maps\knot\kindle.dat:ACB603E85D66C53FD68DABF4BB09A2B5,maps\knot\spa.dat:E0950CD1B7ACC038C30F403F83F4AD87,maps\knot\town.dat:DC80C8EFB0EB486391A866F32BEF47B5,maps\knot\treasure.dat:1EBA02D3AAF1E56C36C40776F03B847C,maps\kolben\center.dat:2246B8DD68A66DC7E298FF9DB927EC96,maps\kolben\devoffices.dat:8B81D7ADADAE497AFECD6E02529BB51B,maps\kolben\elevator.dat:2C57B047E380C9D40F1373C5826CB5E0,maps\kolben\lounge.dat:7CD9DE1389441685ADE359E32768E5F0,maps\kolben\servers.dat:FF243D6B7A5C32159FA529995E2600AB,maps\lakeofrage\0.dat:6F2C9403498481C1FDC90C4F269C76A6,maps\lakeofrage\1.dat:A13694CCB9F2006A42E916F66BAAF1B8,maps\lavender\1.dat:88A2902FF23602B0A41DFB9F54528723,maps\lavender\2.dat:D8CCE76A3B55208EF83B1C4092362ACA,maps\lavender\3.dat:1133C3A6C216248B9E25D58F0DCD24A2,maps\lavender\cemetary.dat:0F836E153CD4B15A8D4AC27D211B8AD5,maps\lavender\center.dat:6B1AE43425027C98695E69C055F153DB,maps\lavender\main.dat:5142543AFEFF424A129BDC11A7D76A37,maps\lavender\mart.dat:ED0944145B2FC6B4C759463D739AE8F9,maps\lavender\radio.dat:E697A2F39D195DB2022A8FC95076E5BE,maps\lighthouse\lighthouse0.dat:A724CA565CD26EECE96EF7C14620C6A6,maps\lostcave\1.dat:055E2548096FCF78707190BB26AE982A,maps\lostcave\2.dat:0CB09F12B8242D0D1B0A55970720950E,maps\lostcave\3.dat:70A9A0238AD634F4FE4304F0D7A07BEE,maps\lostcave\4.dat:0C1B5B3EA3731C679B16616E440B9E96,maps\lostcave\5.dat:32DB632F09CC0A14ECD461B39F0E7613,maps\lostcave\6.dat:0DC0BF6DECC22A48D5BAA032EAE93C77,maps\lostcave\7.dat:E5F0612CB08C5F9E487C8F3214BC2050,maps\lostcave\8.dat:5099AE94B94A2BFDA5A8C19D30127547,maps\lostcave\ent.dat:4DF3195C9499A8BE28440BA53F6F56B6,maps\lostcave\extra1.dat:4A9956B8A063CC613A2586CA0784E914,maps\lostcave\extra2.dat:B04E9A67729FD2CCBEFD15C3547ABB9B,maps\lostcave\extra3.dat:1BE163C4F879C83E98827B4B91DF2893,maps\lostcave\extra4.dat:4A7F2405A3C8D5616B6581149B44F738,maps\lostcave\ladder.dat:3CF21D4C479A4711C0B397DF265CFDF9,maps\lostcave\selphy.dat:6FB4E4247C411259722AB0594FB62333,maps\mahogany\0.dat:4576251683265D721517352B3DA8518B,maps\mahogany\center.dat:471D9568E3ECDC215A6C16ADA8B264E6,maps\mahogany\shop.dat:77F835B26593BD728AA6C66BDCD2EB01,maps\mainmenu\cubetest.dat:5615DFB13243B203D828B3DE18806C06,maps\mainmenu\mainmenu0.dat:0C8FB339ACD08BEF4F2B2FB20C24C449,maps\mainmenu\mainmenu1.dat:116939AB0427996C471D473AFF55C7B5,maps\mainmenu\mainmenu2.dat:180BE6C6C44A5B56B5C5A89ECC8E4856,maps\mainmenu\_mainmenu3.dat:095FC2F6097F89CC3FD2965D352D6EF5,maps\mtember\braille1.dat:F1E4B43D1C17CA1794C44F1530627E1B,maps\mtember\braille2.dat:B1AF9C317D40260BF73809273E8F4609,maps\mtember\exterior.dat:44549603BA5DEF3E0705C33CF10FB9CD,maps\mtember\peak.dat:F6705B6B98732D88B54A500D4F9FB849,maps\mtember\peakp1.dat:50A22DF8DC136D30C1E8AA3367079E54,maps\mtember\peakp2.dat:BF64C46887C62E04538B13E58FF0850A,maps\mtember\peakp3.dat:1CCE5A6867E1AB5940CCBABBFD230B43,maps\mtember\secretpath1.dat:04BD1143157F05AA607F4C63F8B19F66,maps\mtember\secretpath2.dat:C61D103E9EFD85DA4665F420A2E8658F,maps\mtember\secretpath3.dat:AE6B301AFF942A55AAE1E434AA3AD645,maps\mtember\secretpath4.dat:9424CC5F2BF5F0F93C4565E3AD4E17A5,maps\mtember\secretpath5.dat:AEEA1951793AF1BE7F67F0CCF4375403,maps\mtember\secretpath6.dat:0B6FADFCA70512CAB34D71199F6403A5,maps\mtmoon\main.dat:1AB0C57E66DBAA00D0A953163E5843CC,maps\mtmoon\north.dat:487D35AEFEF39CEB831CF530CDF81FEE,maps\mtmoon\shop.dat:B9AADF52D499BFBDC9102E33715796B7,maps\mtmoon\south.dat:1E9D2532A800D41F690B83CEBC40E83E,maps\mtmoon\square.dat:E2EE884AAB68A036BA496C9FDDB54AD3,maps\mtmortar\mtmortarbf1.dat:E297F1AA5C9DD1155B084BBFA94A9F80,maps\mtmortar\mtmortarf1.dat:8EBBA92E7FE8369007D96BF1FA6BD492,maps\mtmortar\mtmortarf2.dat:D7C590D1E5224B575AA6F4D62F0849D8,maps\mtmortar\mtmortarmain.dat:4A8B6CC868BB39168309768B75D0600A,maps\mtsilver\1f.dat:F9550338CB50988B4539691257C49BC3,maps\mtsilver\exterior.dat:09B920753D389B5965A1098B3680ED6A,maps\nationalpark\contest.dat:03A56348F991083D2D512390F727CBB9,maps\nationalpark\nationalpark0.dat:DC0C380177E3EECBF596738D5AAD1CA1,maps\nationalpark\nationalpark1.dat:B432A22B8B7A70C590303BF36EF0BEA4,maps\nationalpark\nationalpark2.dat:4F18AA85322EF59BE1672D6B60EE9E7C,maps\olivine\001.dat:5CB082DED7A1A3B17DD401DC263B3A0C,maps\olivine\002.dat:FDA85D9CBD64ADF5D2271D93D1349464,maps\olivine\003.dat:6839A742887EF99767DD16D757E94F80,maps\olivine\Cafe.dat:4A8A85C1A5CBB2DBE23FDE650A43EAEE,maps\olivine\center.dat:17CED66C861008B874959A042108ED1E,maps\olivine\dock.dat:AFD074F5DD44A06689E6C00C3DCE3633,maps\olivine\dock_entrance.dat:4DD7EA5C8E164F645D77D8F1BE41BC65,maps\olivine\mart.dat:6059E860EBA5069B33E82CAF80ECC443,maps\pallet\Blue.dat:0573407D96CF69F80955F5A48A23E36D,maps\pallet\main.dat:DEC32384E0DFDBDDA3697B503E2E6473,maps\pallet\oaklab.dat:F778B085F908944DF6E8A44B79D1C168,maps\pallet\Red1.dat:E45D3B6EE802F925361E307F751659C7,maps\pallet\Red2.dat:FAA6836778E2ACA571A17BB67F440C4C,maps\pewter\1.dat:E4E68139A386B98CC7986F3B2E6E591E,maps\pewter\2.dat:407BD1F942C05A139BBB2D38F2741D80,maps\pewter\center.dat:B25E2DE280C6AAF274A3855BA712BCFA,maps\pewter\main.dat:1E3AC433EA7DF8CACFC0BF7F1FDD9C96,maps\pewter\mart.dat:63176E93D98F015B723D5860B60F8798,maps\pewter\museum.dat:05A1811232C0009866CED3E2E10EB540,maps\poke\azalea.poke:FC3D40BDC4C83AA627B3471928D8BEC7,maps\poke\barktown.poke:236F105F2DA798D2DCEB6E1A96FA38F1,maps\poke\blackthorn.poke:207C6E1CA9659FB696808D9FFF417C58,maps\poke\cherrygrove.poke:89DEC1749B85014DFF96A16257F1099A,maps\poke\cianwood.poke:6509486821DB7C5904E25A844FDB4ED6,maps\poke\ecruteak.poke:F15BD3BA60D3E02CE0CDD4DC9DB7B582,maps\poke\ilexforest.poke:A857B6F130DA7949EBDF0BB6189A0886,maps\poke\lakeofrage.poke:3330A9BE614F22A5E12F3A7D07D0B942,maps\poke\olivine.poke:A01CE6C8D879993052D0519B9253DEA7,maps\poke\route29.poke:8219160417BC869146B33924A0EFB5A0,maps\poke\route30.poke:6282C587A072FC884AE0FE49577E8CF9,maps\poke\route31.poke:44BA2AEBCBD4A20F1255264A17098FE6,maps\poke\route32.poke:7FA94C6F220B1ECFE5E964C044384409,maps\poke\route33.poke:60DFD22E81A0FA63E2FA058218141FCC,maps\poke\route36.poke:B0898D883A90AD3714E724AAA07A7806,maps\poke\route37.poke:9799F7649B39128BCFCCAA34DE556FF2,maps\poke\route38.poke:12A86ACCFB7163A94E3C8C235FDB1D52,maps\poke\route39.poke:B969192D334C2BDEE6C8C538D6333996,maps\poke\tohjofalls.poke:BBE39AB385928A3F3715F9FDA24335C0,maps\poke\violet.poke:9A9D8F99D556A7160853056012C23126,maps\poke\alph\alph01.poke:E47D47B03C6DCFE446CE7A488F8D8139,maps\poke\alph\ruinsofalph.poke:F24F7831BB59EFC0D3E272BABB1721E6,maps\poke\boon\cape.poke:55B6C33DCFFC862978C9FD9137364F66,maps\poke\burnedtower\burnedtower1f.poke:2847C10737F37621B3B6F3C66F38D9B5,maps\poke\burnedtower\burnedtowerb1f.poke:9A2BB74269FD9001908ADFEAF4824678,maps\poke\celadon\main.poke:F9C2C472F0714938DB69D6295FA3461F,maps\poke\cerulean\main.poke:5EB3BC236C4729F5E54983B07F9E07DA,maps\poke\ceruleancave\1f.poke:626044F376613E4D2C36C176041E0255,maps\poke\ceruleancave\2f.poke:B6E3FDEF3DE541AFB35EC922F239F2E3,maps\poke\ceruleancave\bf1.poke:5AAB5ACF6541EE592A81B1DC3C49DD4E,maps\poke\chrono\labyrinth.poke:1A3FEC311FB297F72AE6B2B409EE5568,maps\poke\chrono\meadow.poke:8A3E3F114883F27AAE4A682D913B5876,maps\poke\chrono\memorial.poke:F28E2A3FB6AC63E6F182C3B34B59AE95,maps\poke\chrono\resort.poke:861048325E2E32EADA41FCF4E9A3B508,maps\poke\chrono\town.poke:B297CF429E95A7AE87C74E255C116CEE,maps\poke\darkcave\darkcave0.poke:7C76C19C9782FFC9A9F94DD4D1E84BE5,maps\poke\darkcave\darkcave1.poke:2C338F46747DF9BB9D553439CF5011D3,maps\poke\diglettscave\entpew.poke:980ACD5C531B2CDFA11501319E8D6B80,maps\poke\diglettscave\entver.poke:980ACD5C531B2CDFA11501319E8D6B80,maps\poke\diglettscave\main.poke:980ACD5C531B2CDFA11501319E8D6B80,maps\poke\dragonsden\main.poke:91693A129BB1DEC1788EAC28711CB52F,maps\poke\dungeon\main.poke:86B10C06D2FA92549D34A80CE1635314,maps\poke\dungeon\0\0.poke:86B10C06D2FA92549D34A80CE1635314,maps\poke\dungeon\0\1.poke:86B10C06D2FA92549D34A80CE1635314,maps\poke\dungeon\0\10.poke:C2425C6576FB5D85000E42A26C2410DD,maps\poke\dungeon\0\11.poke:C2425C6576FB5D85000E42A26C2410DD,maps\poke\dungeon\0\12.poke:ED18D09226E8D4FF6B5F5C14BF547503,maps\poke\dungeon\0\13.poke:ED18D09226E8D4FF6B5F5C14BF547503,maps\poke\dungeon\0\14.poke:ED18D09226E8D4FF6B5F5C14BF547503,maps\poke\dungeon\0\2.poke:89A9030BC66D991EE78CF40C0E646853,maps\poke\dungeon\0\3.poke:89A9030BC66D991EE78CF40C0E646853,maps\poke\dungeon\0\4.poke:89A9030BC66D991EE78CF40C0E646853,maps\poke\dungeon\0\5.poke:89A9030BC66D991EE78CF40C0E646853,maps\poke\dungeon\0\6.poke:89A9030BC66D991EE78CF40C0E646853,maps\poke\dungeon\0\7.poke:C2425C6576FB5D85000E42A26C2410DD,maps\poke\dungeon\0\8.poke:C2425C6576FB5D85000E42A26C2410DD,maps\poke\dungeon\0\9.poke:C2425C6576FB5D85000E42A26C2410DD,maps\poke\dungeon\2\0.poke:E4FFFD7E9CF9DDBBD78153D3E0D4488F,maps\poke\dungeon\2\1.poke:E4FFFD7E9CF9DDBBD78153D3E0D4488F,maps\poke\dungeon\2\2.poke:E4FFFD7E9CF9DDBBD78153D3E0D4488F,maps\poke\dungeon\2\3.poke:E4FFFD7E9CF9DDBBD78153D3E0D4488F,maps\poke\dungeon\2\4.poke:C613F73D0CF1A16112A1C878706DA556,maps\poke\dungeon\2\5.poke:300088E9B60AC14AC23B1EF987C00493,maps\poke\dungeon\2\6.poke:300088E9B60AC14AC23B1EF987C00493,maps\poke\dungeon\2\7.poke:300088E9B60AC14AC23B1EF987C00493,maps\poke\ecruteak\tintower2f.poke:0C83073DB1FD7BADF1DF66A4AAE1CB36,maps\poke\ecruteak\tintower3f.poke:0C83073DB1FD7BADF1DF66A4AAE1CB36,maps\poke\ecruteak\tintower4f.poke:0C83073DB1FD7BADF1DF66A4AAE1CB36,maps\poke\ecruteak\tintower5f.poke:0C83073DB1FD7BADF1DF66A4AAE1CB36,maps\poke\ecruteak\tintower6f.poke:0C83073DB1FD7BADF1DF66A4AAE1CB36,maps\poke\ecruteak\tintower7f.poke:0C83073DB1FD7BADF1DF66A4AAE1CB36,maps\poke\ecruteak\tintower8f.poke:0C83073DB1FD7BADF1DF66A4AAE1CB36,maps\poke\ecruteak\tintower9f.poke:0C83073DB1FD7BADF1DF66A4AAE1CB36,maps\poke\floe\town.poke:8B3394BC95006410122D82194A61E4A7,maps\poke\fuchsia\main.poke:0EBBB635D18FE48E557F71FB2064069E,maps\poke\gates\cliffedge.poke:3408207A30519F15876449E995619448,maps\poke\icefall\basement.poke:22C8D9A07E1318345806CE6C95070021,maps\poke\icefall\bay.poke:B68F637DBE21F59996ED94ED741AA720,maps\poke\icefall\ent.poke:9F1F3B49887D42BE843931E4B70CEFF7,maps\poke\icefall\ground.poke:22C8D9A07E1318345806CE6C95070021,maps\poke\icepath\1f.poke:F3CB789FB5DDCCEAA2D8C592AFECDE11,maps\poke\icepath\2f.poke:3E791DF67C0B8EE05A2454DC1F14635E,maps\poke\icepath\3f.poke:F9F1DC099DB4068BDD35F17BFA71FB36,maps\poke\icepath\4f.poke:EC42B7DFA8AB114F781E98C8F933D339,maps\poke\kin\bbridge.poke:F52079B27739666BB12A153B0E454EBA,maps\poke\kin\berry.poke:CA4BCB17EC14DBA29B76C9A3CA576E9C,maps\poke\kin\port.poke:CBFBDF4EA234B88E7B1E5EAA20FF8FCF,maps\poke\knot\kindle.poke:367C1DEA8CF5EEAB95F5CF68FF9BAD84,maps\poke\knot\town.poke:840C431E76494CF074A8D6DF84706A66,maps\poke\knot\treasure.poke:B19A2CC3B31502BC5330F50E49B2964D,maps\poke\lostcave\1.poke:4FC3AECBC1FB5CCF1D1BE5B7B20D3762,maps\poke\lostcave\2.poke:4FC3AECBC1FB5CCF1D1BE5B7B20D3762,maps\poke\lostcave\3.poke:4FC3AECBC1FB5CCF1D1BE5B7B20D3762,maps\poke\lostcave\4.poke:4FC3AECBC1FB5CCF1D1BE5B7B20D3762,maps\poke\lostcave\5.poke:4FC3AECBC1FB5CCF1D1BE5B7B20D3762,maps\poke\lostcave\6.poke:4FC3AECBC1FB5CCF1D1BE5B7B20D3762,maps\poke\lostcave\7.poke:4FC3AECBC1FB5CCF1D1BE5B7B20D3762,maps\poke\lostcave\8.poke:4FC3AECBC1FB5CCF1D1BE5B7B20D3762,maps\poke\lostcave\ent.poke:4FC3AECBC1FB5CCF1D1BE5B7B20D3762,maps\poke\lostcave\extra1.poke:0F7944800F8CCA652F4DAD47A7F5E324,maps\poke\lostcave\extra2.poke:0F7944800F8CCA652F4DAD47A7F5E324,maps\poke\lostcave\extra3.poke:0F7944800F8CCA652F4DAD47A7F5E324,maps\poke\lostcave\extra4.poke:0F7944800F8CCA652F4DAD47A7F5E324,maps\poke\lostcave\ladder.poke:4FC3AECBC1FB5CCF1D1BE5B7B20D3762,maps\poke\lostcave\selphy.poke:0F7944800F8CCA652F4DAD47A7F5E324,maps\poke\mtember\braille1.poke:D7F6BA43C5BB43ECE3A6669AE2C0B5F0,maps\poke\mtember\braille2.poke:EE7D3653C3D6352AFB8762921F0ABB9D,maps\poke\mtember\exterior.poke:ECB54F9CA16572A22AE3EDEC62E7208E,maps\poke\mtember\peakp1.poke:3B097FDCC1E9493A7CE8E696A9E8BD12,maps\poke\mtember\peakp2.poke:5D1C77715315960AF96C683C4A7632FD,maps\poke\mtember\peakp3.poke:3B097FDCC1E9493A7CE8E696A9E8BD12,maps\poke\mtember\secretpath1.poke:672F22BE09B5C76D26B9551E38E8F47E,maps\poke\mtember\secretpath2.poke:D7F6BA43C5BB43ECE3A6669AE2C0B5F0,maps\poke\mtember\secretpath3.poke:EE7D3653C3D6352AFB8762921F0ABB9D,maps\poke\mtember\secretpath4.poke:E53EC7D06B6913708A54833AF000CADD,maps\poke\mtember\secretpath5.poke:EE7D3653C3D6352AFB8762921F0ABB9D,maps\poke\mtember\secretpath6.poke:D7F6BA43C5BB43ECE3A6669AE2C0B5F0,maps\poke\mtmoon\main.poke:F10885415AD71DEE905D9F059E3BFFFA,maps\poke\mtmoon\north.poke:F10885415AD71DEE905D9F059E3BFFFA,maps\poke\mtmoon\south.poke:F10885415AD71DEE905D9F059E3BFFFA,maps\poke\mtmortar\mtmortarbf1.poke:2C97338CE6EBC38D4D2F9444BF3C756A,maps\poke\mtmortar\mtmortarf1.poke:EB5B06D866691173F762006A3F26F866,maps\poke\mtmortar\mtmortarf2.poke:BFA573D1205A21439839BECFE71242D2,maps\poke\mtmortar\mtmortarmain.poke:37903AE302AA0786F2FD30181969A344,maps\poke\nationalpark\contest.poke:8B5EA23F37EA12EB13E9A3136582E81C,maps\poke\nationalpark\nationalpark0.poke:BC2E43BB26F683E3EA9647E60DA17910,maps\poke\rocktunnel\bf1.poke:5B62FC9C1C95E7475D78CC828046FEDD,maps\poke\rocktunnel\bf2.poke:7F83182BF17D43D0C28DDCCABDD9B394,maps\poke\routes\route1.poke:6FB77CD068766ECC4045EDC9C3455B56,maps\poke\routes\route10.poke:6987B5085D28DAF0FC114409A7BB63F2,maps\poke\routes\route11.poke:A4657D28486A19A6C52962C17E22F4E0,maps\poke\routes\route12.poke:7471FB7B7A59DE851F859DC4A7E420A4,maps\poke\routes\route13.poke:FAA2ACC4976D46D7346FA0D8DD523202,maps\poke\routes\route14.poke:DE5B4593800003B6B4C4F5188494B09F,maps\poke\routes\route15.poke:74C6BA8CBD9CBE60E935A1C0DDCA1D53,maps\poke\routes\route16.poke:922E132184B4EC7416A0811EEBFB85B5,maps\poke\routes\route18.poke:211BE0BFEB5844819E0E000055C533B8,maps\poke\routes\route19.poke:BBD24A6A7EDB4EDF15A85E4326F155BE,maps\poke\routes\route2.poke:A67FB3608874913A96EE55C12B85CCEC,maps\poke\routes\route20.poke:FCA3FA7CA94CB3935B57CC9DE12CFC2F,maps\poke\routes\route21.poke:0856B84004CD4BA9A50F3E84B00D123A,maps\poke\routes\route22.poke:3954C5CB65A6FDAEEFA8B145E63FD21D,maps\poke\routes\route24.poke:C236BA09C9D5370DFF7FC914131A1C00,maps\poke\routes\route25.poke:F2A5BE5E5713D15E67C19740C67849B4,maps\poke\routes\route26.poke:69B6AB39DFF3430C9581067772F42A51,maps\poke\routes\route27.poke:BD31DC48585C8FD3D27E1E28D080C718,maps\poke\routes\route3.poke:732FEB1BF3229DA147EFA6EFC0E104E7,maps\poke\routes\route34.poke:C69C37A8DDC8E0FF91F70C5DC07DB0E6,maps\poke\routes\route35.poke:6BA24580B70E6A51D65E3ECBB3C70286,maps\poke\routes\route4.poke:DE88192C1894E2E20D2DA09E373D1DA7,maps\poke\routes\route40.poke:514D758D21771FB8005757AACE178F35,maps\poke\routes\route41.poke:9D981D38FBB8FE9665792B28A5FC8A5B,maps\poke\routes\route42.poke:2EE288F5610189D820791681293B14BA,maps\poke\routes\route43.poke:796B44335BD0B05DDBAC014AB5642A40,maps\poke\routes\route44.poke:9D1EA03CB02C68FAD7DB26B78EDC56C6,maps\poke\routes\route45.poke:537D9BD5BC374AB061D6F85343B274AD,maps\poke\routes\route46.poke:0794B256C553D3C9C3B9A80987D4914F,maps\poke\routes\route48.poke:9A57733532A2B268F8A20815095E6CFD,maps\poke\routes\route5.poke:74BF3D6981D32DE8F1E79BA9ED26E029,maps\poke\routes\route6.poke:06FD547B986237624FA22D558F0C37E4,maps\poke\routes\route7.poke:011394AC240DB22CDE3416529A21FC08,maps\poke\routes\route8.poke:CD5A200577F585C537BAB179417F2B43,maps\poke\routes\route9.poke:E4FF6B8DBF6BEB388C89CD7A97387922,maps\poke\routes\route47\1.poke:8D08BAE6CCF96DC842AC61FB63E9B766,maps\poke\routes\route47\2.poke:8D08BAE6CCF96DC842AC61FB63E9B766,maps\poke\routes\route47\3.poke:8D08BAE6CCF96DC842AC61FB63E9B766,maps\poke\routes\route47\c1.poke:E20586BB1147CE4180E77A15AF3AEB62,maps\poke\routes\route47\c2.poke:E20586BB1147CE4180E77A15AF3AEB62,maps\poke\routes\route47\cb.poke:E20586BB1147CE4180E77A15AF3AEB62,maps\poke\safarizone\areas\0.poke:44FC7135380E8C1954CDC23FB23AF587,maps\poke\safarizone\areas\1.poke:EDEA2214EC3F31570D6FE6464A9A8B25,maps\poke\safarizone\areas\10.poke:12D8E44AD690E3EACBA7B6E976C0A7C7,maps\poke\safarizone\areas\11.poke:F1110B58AADB2F91096BA3F395D8FB8C,maps\poke\safarizone\areas\12.poke:FB935DF48235A39C55B0D9044BCA61D0,maps\poke\safarizone\areas\13.poke:0BAF5A50ED5B41C6837EA3AF51C9F533,maps\poke\safarizone\areas\14.poke:C51D5E3355D036A5A26D13D04FF5C3DF,maps\poke\safarizone\areas\15.poke:7AEEF03EE1F0B0A0B72B207E1911DE83,maps\poke\safarizone\areas\16.poke:D0DE627C48240D551642FCC1C2DF87AC,maps\poke\safarizone\areas\17.poke:4E30936C04A13124626301E222D70AB5,maps\poke\safarizone\areas\18.poke:66E26EF03F0E8F516C80036CE0832F44,maps\poke\safarizone\areas\19.poke:5BB82EAA29924AC8EE0055044D50FA87,maps\poke\safarizone\areas\2.poke:801E8BCBCC019CE19B9C9D0E2D0CBA61,maps\poke\safarizone\areas\3.poke:A809C5D2C0FE2CFC6779B4FF95F7CD9E,maps\poke\safarizone\areas\4.poke:E050667F15292CB6AA2AB5AB31C03A5E,maps\poke\safarizone\areas\5.poke:E7D4BAD7390D4B1733482284B6BD9FB0,maps\poke\safarizone\areas\6.poke:8BE5AA961F9E35387841BBE041A8D8B3,maps\poke\safarizone\areas\7.poke:AA58378EA148D28016C3ED3DC975A488,maps\poke\safarizone\areas\8.poke:AFABC5C3A8FC377683A53DFF41A37B18,maps\poke\safarizone\areas\9.poke:5C206D36FE5E20C058F1B0779638F938,maps\poke\seafoam\bf1.poke:79E2300AAB3D1AAF19AD311E64C7687D,maps\poke\seafoam\bf2.poke:9622DC5B71DD64D303A3BAAC445CFCC0,maps\poke\seafoam\bf3.poke:220B491AC0C941C4176A297178323AD8,maps\poke\seafoam\bf4.poke:2298D32DE4679E97AA3E5AC7F3DDEDF7,maps\poke\slowpokewell\slowpokewell1f.poke:37D8A5F8ACB3DFA882090B9BEFC55F38,maps\poke\slowpokewell\slowpokewellb1f.poke:3EB1402CAC6F38C905D9DC9FF3DBBB6D,maps\poke\twirl forest\0\0.poke:C5D1210173955ACF98C673C87A0697A3,maps\poke\twirl forest\0\1.poke:C5D1210173955ACF98C673C87A0697A3,maps\poke\twirl forest\0\10.poke:C5D1210173955ACF98C673C87A0697A3,maps\poke\twirl forest\0\11.poke:C5D1210173955ACF98C673C87A0697A3,maps\poke\twirl forest\0\15.poke:C5D1210173955ACF98C673C87A0697A3,maps\poke\twirl forest\0\2.poke:C5D1210173955ACF98C673C87A0697A3,maps\poke\twirl forest\0\3.poke:C5D1210173955ACF98C673C87A0697A3,maps\poke\twirl forest\0\4.poke:C5D1210173955ACF98C673C87A0697A3,maps\poke\twirl forest\0\5.poke:C5D1210173955ACF98C673C87A0697A3,maps\poke\twirl forest\0\9.poke:C5D1210173955ACF98C673C87A0697A3,maps\poke\underwatercave\main.poke:638973B69B9770D4911C8921628C43A1,maps\poke\underwatercave\surface.poke:DA73951F68376ACADA0FC55936631275,maps\poke\underwatercave\underwater.poke:01F6D119FBF0FFEDEB24A6E6D7BE56DF,maps\poke\unioncave\unioncavebf1.poke:5E44CC1095740B2479A5F730B66E5CE8,maps\poke\unioncave\unioncavebf2.poke:1B910926629E3605BCD68D5A973B0C15,maps\poke\unioncave\unioncavef1.poke:5E44CC1095740B2479A5F730B66E5CE8,maps\poke\vermilion\dock.poke:77ABF5D46231809E4EC69A88C3ED67AD,maps\poke\vermilion\main.poke:77ABF5D46231809E4EC69A88C3ED67AD,maps\poke\victoryroad\1.poke:F65516607D189B7C45DBE0A2DAAFD4F6,maps\poke\victoryroad\2.poke:F65516607D189B7C45DBE0A2DAAFD4F6,maps\poke\victoryroad\3.poke:F65516607D189B7C45DBE0A2DAAFD4F6,maps\poke\violet\sprouttowerf1.poke:9BF2AA5F5EF54863B7B42B53C206724F,maps\poke\violet\sprouttowerf2.poke:9BF2AA5F5EF54863B7B42B53C206724F,maps\poke\violet\sprouttowerf3.poke:9BF2AA5F5EF54863B7B42B53C206724F,maps\poke\viridian\main.poke:9977339A2DDD805F7B0B540DF6F4E0B4,maps\poke\v_forest\main.poke:0E6BE9284CD5E2C922C0742197E8E3EB,maps\poke\whirlislands\1fne.poke:FC4EEC376B1194A6E85C3F494D9F935D,maps\poke\whirlislands\1fnw.poke:FC4EEC376B1194A6E85C3F494D9F935D,maps\poke\whirlislands\1fse.poke:FC4EEC376B1194A6E85C3F494D9F935D,maps\poke\whirlislands\1fsw.poke:FC4EEC376B1194A6E85C3F494D9F935D,maps\poke\whirlislands\bf1main.poke:EF77D805419DCAA7B7AC23B136A4B5B9,maps\poke\whirlislands\lugia.poke:503AF8538269713FD9978C31190C5CDB,maps\poke\whirlislands\sc1.poke:FC4EEC376B1194A6E85C3F494D9F935D,maps\poke\whirlislands\sc2.poke:FC4EEC376B1194A6E85C3F494D9F935D,maps\poke\whirlislands\sc3.poke:FC4EEC376B1194A6E85C3F494D9F935D,maps\poke\whirlislands\sc4.poke:FC4EEC376B1194A6E85C3F494D9F935D,maps\poke\whirlislands\wfall.poke:65779666A2AB8757233FA797F6FE1F1F,maps\quest\dock.dat:6A1EEB206D7DD93970E88E92A1BF5001,maps\rocketbase\rocketbase1.dat:DE311E140FB3D172CF14CD6F56FB1B8B,maps\rocketbase\rocketbase2.dat:1B1B20033D4D56DF6339720768D2B7B7,maps\rocketbase\rocketbase3.dat:37AD336FDC70F3ABAFE05599DE8FF5C0,maps\rocktunnel\bf1.dat:AEB89127B3F4F251F36EC5FBC8B37132,maps\rocktunnel\bf2.dat:724C1AE6995FB9C5237A03274D71EC80,maps\route39\barn.dat:B17EFB29AF4276662D43836001E3D3AF,maps\route39\house.dat:E3406FCD0900360D4E5FB3FA1D9B31BF,maps\routes\berryhouse.dat:F9452BAED7FEDD16BD1AD86B3D0CEB31,maps\routes\daycare.dat:E44934B67A3DD6C7DF830766E694ABFE,maps\routes\route1.dat:D95025301677070DB799CCA34EA019A3,maps\routes\route10.dat:04DE0ACDB20D0496C1CDE8983240B0E3,maps\routes\route11.dat:96BD2364008F4A02DB0305EAD24CE086,maps\routes\route12.dat:F3E55E4DDF062FEE1CDEA37B7EE0C9D8,maps\routes\route13.dat:B7BA843D13DCC8E09AE0B90B86C98151,maps\routes\route14.dat:AC1A7BB29525F0901CA17F16FBF4AB6F,maps\routes\route15.dat:206980F4C5642326B4FBFF2A76AD54B2,maps\routes\route16.dat:3B73090B90B3378F18E05EB8615516A8,maps\routes\route17.dat:67080CFABEE7572C59FAC462B0B59D36,maps\routes\route17offset.dat:2C68F7D87AEB0552215EAFDB2B46535E,maps\routes\route18.dat:4057F6215FE9A8A6E89774AC4F8D5046,maps\routes\route18offset.dat:2053349FE2D2B56FF11E4A685E07AA02,maps\routes\route19.dat:91AFD536AD11484EB97EDEC3B1C4BBD9,maps\routes\route2.dat:9F0F9765E09809558DF0048F610C7318,maps\routes\route20.dat:BE42FB896F3F0746EA6B5D1E5F54598E,maps\routes\route21.dat:319F64E111BFB44953BF7C1F8D100849,maps\routes\route22.dat:D2DE8D24888BD0B5ED4F571C1B8E09B3,maps\routes\route24.dat:695801E98427B5EF36CB01452C54A553,maps\routes\route25.dat:30318EE9460AC4B12E9E2E9B4289B689,maps\routes\route26.dat:9C7ABAD027F65DEE1D05C5C143B8EAD5,maps\routes\route27.dat:AC0295B17DB3ADA02373A0B2B313249B,maps\routes\route28.dat:CEA31F0AF0A3985EA5D00EC31B04012E,maps\routes\route3.dat:6C6BF742839B330B4875E432D7DEBC8E,maps\routes\route34.dat:A08E3866EBBFA028B6446F9B8B0AF1AE,maps\routes\route35.dat:81E8C671812F4B0D0768B8C60DF1BE9F,maps\routes\route4.dat:AFB08D920264536142D3101E68AA2AC7,maps\routes\route40.dat:D437993B531928E7A36655ED88CA9521,maps\routes\route41.dat:62BD09D9BF3DC0A860A05354787C1D4D,maps\routes\route42.dat:C9CA387BC6AAFDF3F9CEEDF3B7A9F50C,maps\routes\route43.dat:D6EC3DEC769D8844F438A81BFDF25606,maps\routes\route44.dat:66BDDF4C1D6D4C8CBBB82BC60212CB9D,maps\routes\route45.dat:B8EABBCB4983C548F5ABF144AB5B058F,maps\routes\route46.dat:2564153DD77F8963E891762301E2A468,maps\routes\route48.dat:4F8853EAC1A0751E7557BA66927BBEE6,maps\routes\route49.dat:B4B36A9FE7280F2E5527230690D2FE95,maps\routes\route5.dat:A185B09CB4D32F9BDFB318DD8663CC39,maps\routes\route6.dat:0B4574D7A83325F221797CFC8F663FC3,maps\routes\route7.dat:E66DBB007AFC80EA65ADC5F92AC43545,maps\routes\route8.dat:EEE449E0E54048181866EC9E55FB43B3,maps\routes\route9.dat:CED17694B47EA2FE134A9AF3470FF5A6,maps\routes\route10\center.dat:2614BB66D4D3BBA8D850D3FDBCCF2359,maps\routes\route10\powerplant.dat:324756218BBE4B5E60F67D7EB6D599DE,maps\routes\route12\fish.dat:61B32A2FCE5C8E030033893AE7798303,maps\routes\route16\1.dat:BAB11DDC0043634719A1632F22839D2F,maps\routes\route2\1.dat:F2BA9567D5F554A6258FACF4C25B98BF,maps\routes\route2\gate.dat:82DB5ECF5F493063BB15D1F26850237E,maps\routes\route25\bill.dat:61788D135ABD6799BFF1AAD2CC78AA7B,maps\routes\route26\0.dat:4C1619E71A668CB5A66C64EB0CD9C866,maps\routes\route26\1.dat:9F541E43C55F86EEBDF1B5CD1EED6B35,maps\routes\route27\1.dat:28CDFA482C25A464411FFDA4D13FA2A1,maps\routes\route47\1.dat:C4AA269207D25C618DF9E9BC16307E6B,maps\routes\route47\2.dat:9C83ED4A71299475C2794BD9AC275F6D,maps\routes\route47\3.dat:B4057B0899EE5FE7FA23380C0D85E864,maps\routes\route47\c1.dat:E5F4BCB0507E60FCAED44D7EBD44C5CB,maps\routes\route47\c2.dat:068EA81FB82DB5805CECC8E309ADFD9A,maps\routes\route47\cb.dat:2B2D003355DDD0F0CE679D928DFF9EE6,maps\routes\route5\1.dat:2476B8081C68C3517E779723132506D3,maps\safarizone\center.dat:55FC01444CEB69283A208BA2D81790A8,maps\safarizone\gate.dat:80B0D01E9E9BD5FA0920DF9CBC2F104C,maps\safarizone\main.dat:E3CAB98B5AF5FD73B1D5EAFD535C343D,maps\safarizone\areas\0.dat:7E3CF8397D02BA0453654AFA8648160D,maps\safarizone\areas\1.dat:CC8C8E7BEB430F4A4EDC796935B7591F,maps\safarizone\areas\10.dat:AA1DCEAF3C3B0DAAFBAB68A836A0D554,maps\safarizone\areas\11.dat:790006269DC0B16223445B125D2371B8,maps\safarizone\areas\12.dat:8CE89755215E9CB8C0C80B281C0BEC5F,maps\safarizone\areas\13.dat:99B4CCECB5D4F4CD0B142FB0A35A093D,maps\safarizone\areas\14.dat:6C0DD3A89B0389CCC9CDAC99640F022F,maps\safarizone\areas\15.dat:09CCD9B230D83C30032F3F4B0E47C87E,maps\safarizone\areas\16.dat:E6CFB90C037BE7C5F366049A1EE47B35,maps\safarizone\areas\17.dat:A5DD6230C4A0BCCCFC9B5934028E0EF2,maps\safarizone\areas\18.dat:6F25A6EA21453CD84F7A3832D915639D,maps\safarizone\areas\19.dat:D848EFB21B247B0B6295CF68073A07F5,maps\safarizone\areas\2.dat:279C05396564B3A4BCA38796C0C83B1E,maps\safarizone\areas\3.dat:FA92DD44A0AF64F91A5BB15CD861C200,maps\safarizone\areas\4.dat:EF80C9B0EE5E0AC4FEDBF8717EF6EADF,maps\safarizone\areas\5.dat:72E78CA922978C8C61C1D3E1FD96AEB0,maps\safarizone\areas\6.dat:7F33D365347C2403E09D1A5ED6876CC7,maps\safarizone\areas\7.dat:038A85C718BB501E78AE0EC555967673,maps\safarizone\areas\8.dat:F031A68EE441826BF1531B4461A66CC6,maps\safarizone\areas\9.dat:3F71628CABB7B7AF0AA4886FA95FBE9E,maps\saffron\center.dat:151640D94623B926E5744DC2E4CDED49,maps\saffron\copycat1.dat:E18752863B9B3D4B242922EC3072B50D,maps\saffron\copycat2.dat:C954D8C40B51799700CED88EABA95106,maps\saffron\dojo.dat:9BA52E95C0A5B910BA8D40027C5CDFBB,maps\saffron\main.dat:284F82C809D075B56FFBEA024491B2D2,maps\saffron\mart.dat:32166E9F497FCBAE3952A8B6FC7F52A2,maps\saffron\psychic.dat:F66ED2EB55873F51948E4384B566A64D,maps\saffron\rotomroom.dat:46BA6A28A1EC251EB8BA65575C757376,maps\saffron\silph.dat:70DBDCAC5696DC7B202E9A2E6E62319A,maps\saffron\trainstation.dat:F2FF7AA008E65E5550D91948406E1557,maps\saffron\underground0.dat:1597E9485780D4DA521A5A9F0941969A,maps\seafoam\bf1.dat:4E0E9826A7FE8AA4890A26E0147521CD,maps\seafoam\bf2.dat:85F153585C83C23085198D611CC63035,maps\seafoam\bf3.dat:E1AB62019A1BC2B36D92288769910606,maps\seafoam\bf4.dat:D035AB1379D20EF5B68373DDA122CB15,maps\seafoam\entEast.dat:B56D0C69DBDE727D9B786237C27AC322,maps\seafoam\entWest.dat:E09B036E5F8032BF617BE04913ACBFE1,maps\slowpokewell\slowpokewell1f.dat:210BDE3DEF4B1D30B13E864F4CABB38F,maps\slowpokewell\slowpokewellb1f.dat:05D3471A11014B0834AECF5E2EEE1206,maps\SSAqua\firsttrip\bf1.dat:54ED398E88375CCE0880089F13608E3D,maps\SSAqua\firsttrip\captainoutside.dat:D80D2BD218EBA1101E024F3844F87EB0,maps\SSAqua\firsttrip\main.dat:925A11F7948995BD33A68D06BF538DED,maps\SSAqua\firsttrip\cabins\1.dat:34C7786592DB70DD99F0AA6DF7BF9CB3,maps\SSAqua\firsttrip\cabins\2.dat:23B91DBFA1D2BC971B5F07B8E1F4257B,maps\SSAqua\firsttrip\cabins\3.dat:C07A8A755D6EB1CFEC1512B566A9E51C,maps\SSAqua\firsttrip\cabins\4.dat:6E907848B0CFC7EE8AEDE71DCC2027BD,maps\SSAqua\firsttrip\cabins\5.dat:AA089BCB7A0438D93BE5926A8DA2B4DA,maps\SSAqua\firsttrip\cabins\6.dat:011D3119C3354945D70A5728C7F60A53,maps\SSAqua\firsttrip\cabins\7.dat:07DE1DB9C2C65B86BCC5A61B8787E38A,maps\SSAqua\firsttrip\cabins\8.dat:41036BA4488597656B2F6C6732C12BC6,maps\SSAqua\firsttrip\cabins\captain.dat:D6EB20C29B22103B07AE6C00E0CD8547,maps\SSAqua\olivine\bf1.dat:557F234FF6B3882F73398F82B32CCBE9,maps\SSAqua\olivine\captainoutside.dat:7C9D73785B7D17BC0AAF98C30AA7AA10,maps\SSAqua\olivine\main.dat:3738EAD967ACA83DBD845982417921C1,maps\SSAqua\olivine\cabins\1.dat:6D34B73E0E316F5BB5E263F205CBD187,maps\SSAqua\olivine\cabins\2.dat:91481B45E9D5269CE1EA3A59DDD2848E,maps\SSAqua\olivine\cabins\3.dat:A98FAADC85CCA1C8761439CD43082B3F,maps\SSAqua\olivine\cabins\4.dat:168D80621F16F894CC4603A10B0A2A9C,maps\SSAqua\olivine\cabins\5.dat:B9963E5D4AE8BF0E6FB30E329529B267,maps\SSAqua\olivine\cabins\6.dat:7F348F8816F1C503047E427E69647627,maps\SSAqua\olivine\cabins\7.dat:EC96E2A9DD4962434AB31315869124ED,maps\SSAqua\olivine\cabins\8.dat:7A5296D1E671F32F1F2B00705156D6A8,maps\SSAqua\olivine\cabins\captain.dat:5DE8DB70612E9E364D6A8E4ED052A488,maps\SSAqua\vermilion\bf1.dat:787E762BF93C57E505B90CFC4BB1A556,maps\SSAqua\vermilion\captainoutside.dat:D1371428011970450C8B28660802040A,maps\SSAqua\vermilion\main.dat:D5FEFCF8920CDBE6BBEC3BA4ECFDF9B5,maps\SSAqua\vermilion\cabins\1.dat:BAD36FE87421BB019B692739368CBA19,maps\SSAqua\vermilion\cabins\2.dat:35AE1F7261D6162EDE241B902D927F36,maps\SSAqua\vermilion\cabins\3.dat:23E453032880A70368A7736C45728F68,maps\SSAqua\vermilion\cabins\4.dat:169F0280B796B820DC5558B4CAE98FE5,maps\SSAqua\vermilion\cabins\5.dat:3E07CA6AF6A503202FE5F064D3CF1B58,maps\SSAqua\vermilion\cabins\6.dat:9485772D729B97F52002AABD9E0B1361,maps\SSAqua\vermilion\cabins\7.dat:FDF32EEBF0017550D683D2ED10A02DB9,maps\SSAqua\vermilion\cabins\8.dat:0E68BDED418B04C6E97E2114C2E95506,maps\SSAqua\vermilion\cabins\captain.dat:A3CC937FC779ABB565841FF9E901DC4D,maps\structures\magnettrain.dat:9734D9A1BE659DDB6FC2E2C24CAE9F7B,maps\structures\PokeCenterInterior.dat:9EBD9DE079E3B087C5374A4243C956C9,maps\structures\torchlight.dat:E80F7D56346556B461B0E6406ACABB32,maps\structures\cyclingroad\lamp_east.dat:ED33CA3F3082AC8D9337224A68123300,maps\structures\cyclingroad\lamp_west.dat:AF7AD9CDF21BA6BDFC503082BF00ADC3,maps\structures\frontier\factory.dat:BDB3D61313D4502E1AA99C35DDC6DFDE,maps\structures\frontier\flag.dat:DC77E21957FCBA554420B08711B82C14,maps\structures\frontier\small_house0.dat:B2652BF513A549D628A6C3C822C7C890,maps\structures\frontier\small_house1.dat:3CEDEC75C4EEE9ADE53B601E0E7137EB,maps\structures\goldenrod\2houseEW.dat:90CB5EB41430E4FD3CF9F52F86F77C60,maps\structures\goldenrod\2houseNS.dat:CE63819F1A84777C1BEF3582113A428D,maps\structures\goldenrod\3houseEW.dat:E016A256FA512573E13FC8CC78ECEB22,maps\structures\goldenrod\4houseEW.dat:109848F84CFC9523F98F53D95ED5D604,maps\structures\goldenrod\4houseEWWarp.dat:B4A5DFE9EF920883754D01611DDE5CDC,maps\structures\goldenrod\4houseNS.dat:9A57BC74F2DD286A271DF312D5068BB1,maps\structures\route17\lamp_east.dat:458965CC8F95FE9E3C3CB9DECB8F786B,maps\structures\route17\lamp_west.dat:5BEFC7388429489CC579378573372A6D,maps\structures\saffron\short.dat:3AAA8D5C15733B8E598A0C10B77DCEC5,maps\structures\saffron\shorteastwall.dat:310AB7997697E44654FE259D109CEC7E,maps\structures\saffron\shortwdoor.dat:451B0C1FFBED1FDFC297182417C4AED9,maps\structures\saffron\shortwestwall.dat:2CC63A0EFAB51053A054D7BDC19780EC,maps\structures\saffron\tall.dat:E060B5BAE1E9D4B78E3EE2F93351EB9C,maps\structures\sevii\brownhouse.dat:94214CB3BEE744764D9F6934869EDEF9,maps\structures\sevii\center.dat:3CEE73707B61DA77BE571A1596FBE79A,maps\structures\sevii\dock.dat:672A427872CD3E18F7397C7B86CAF789,maps\structures\sevii\mart.dat:2318D59BF478058D9CDEE0E21DAAFE5B,maps\structures\sevii\purplehouse.dat:455E7D569D9D0E63DD337789C1AF85DE,maps\structures\sevii\ruins.dat:37E93BD277DC226276ED9DA42B97E0CD,maps\structures\stairs\0\e.dat:332B76889793803A319AF9C6DF73DFF1,maps\structures\stairs\0\n.dat:CAA582B93D7405D5BD69031A83937C57,maps\structures\stairs\0\s.dat:2B8680BC442BFAE38B1BCA4FE19BB8BD,maps\structures\stairs\0\w.dat:6F7A442AB1F21E10B6EF3FDCD699DB89,maps\structures\stairs\1\e.dat:332B76889793803A319AF9C6DF73DFF1,maps\structures\stairs\1\n.dat:CAA582B93D7405D5BD69031A83937C57,maps\structures\stairs\1\s.dat:2B8680BC442BFAE38B1BCA4FE19BB8BD,maps\structures\stairs\1\w.dat:6F7A442AB1F21E10B6EF3FDCD699DB89,maps\structures\stairs\2\e.dat:7B2B5BD2FDB0047A382BB2FBFD07B773,maps\structures\stairs\2\n.dat:E993C66CE8825FEEE1E1780B1EA6D134,maps\structures\stairs\2\s.dat:96167B5F25465A9291BA8F1B26279920,maps\structures\stairs\2\w.dat:935DBD26346F152C6998FF04D701D0EC,maps\structures\stairs\UnderwaterCave\e.dat:28935213B0676918D67361FF6AD81323,maps\structures\stairs\UnderwaterCave\n.dat:30923AFD84B9E577E5D3403ED3AC46CA,maps\structures\stairs\UnderwaterCave\s.dat:452B50C63ABC1F0441A8E872048D378F,maps\structures\stairs\UnderwaterCave\w.dat:226C55DD61DC304E556814373060C03F,maps\structures\viridian\brick.dat:FB4B929546F0D9CEE377493421D5BAB9,maps\structures\viridian\brick_single.dat:5CC061D3FC38735B57FC549FED30F7EA,maps\tohjofalls\hideout.dat:4735F93325DF988F7B0D4425AF5F4B25,maps\trainmaps\center.dat:2E62DC0E5D9C628EB49BD795ECD17C4A,maps\trainmaps\fromgoldenrod.dat:CB25A320DC2B1530F58216DDB0B7D83E,maps\trainmaps\fromsaffron.dat:E2E0DD94AF0E07EE6FF54FE51583773C,maps\twirl forest\main.dat:93BC05A1564E7DCD58C9BD8D681E6B54,maps\twirl forest\0\0.dat:9BA592FF7512F655714B5F4A96F09B63,maps\twirl forest\0\1.dat:E6415A2C050F0D0641884CEE5B8B5BE4,maps\twirl forest\0\10.dat:B4F61917741F212DEC5BB4D71F133403,maps\twirl forest\0\11.dat:E76C288BBD064957B5F61BB23ECBCE1C,maps\twirl forest\0\15.dat:D60FB7B900CA768794971C2C503FBDDD,maps\twirl forest\0\2.dat:AE1BA7B5850099B5E017517260B457F5,maps\twirl forest\0\3.dat:3F271E3AEFD34D45BF200F9642D52507,maps\twirl forest\0\4.dat:A2BC3C5B6EA585AD8E2204EEF09AE0E3,maps\twirl forest\0\5.dat:EB887FED2A31DB02FEDCED247D69AFD1,maps\twirl forest\0\9.dat:C686DE8C0A418058B778C9B257AD95E6,maps\underwatercave\main.dat:A6B1ECE4188D043C88FB49DAAA21314F,maps\underwatercave\manaphy.dat:3194C782FF1DE19C79C2050F1E4DA2E7,maps\underwatercave\surface.dat:26F9B4DEBE041A8C37CD3D859B29FA89,maps\underwatercave\underwater.dat:8350A7769F99AA29BDEABB0C327F9366,maps\underwatercave\volcano.dat:6466E190ED6116FEA3D443FF8A7E1DB7,maps\unioncave\unioncavebf1.dat:618B46F5E2496166DFA6D42CF6CC6ED2,maps\unioncave\unioncavebf2.dat:8D5F90BB482ACDACFDD390F77A65C072,maps\unioncave\unioncavef1.dat:E335FFED479BED2D8038A9329F5CD106,maps\vermilion\1.dat:B5FD3E16E249A3F40910557E6D6A5574,maps\vermilion\2.dat:3CFE6CC60B0F7DB51E78CE761C7E36FA,maps\vermilion\3.dat:405087F8C73CF0FC8435AB0A65F718AD,maps\vermilion\center.dat:9A7235F3F2483CA5BF29F769F9829E50,maps\vermilion\dock.dat:64BB4C75880FF2A15B74D978E69C65E9,maps\vermilion\dock_entrance.dat:FF60889A5A78B85C9E48A530B9ABEE14,maps\vermilion\fan.dat:7861C4B5C0F23187793530FA4D630A23,maps\vermilion\main.dat:53DAF3AC1323DF8E1B8A149577489E78,maps\vermilion\mart.dat:54870E8D95926C8A291A4193E55D4308,maps\victoryroad\1.dat:7E1217173EE50FC8B6D4666391957DAD,maps\victoryroad\2.dat:26D6326066007546F543A66E70E3AC87,maps\victoryroad\3.dat:18DE02CCC0351DA7B897A0570B2B44E7,maps\violet\001.dat:F2F7BC34B66A3797FC34D069736AD13F,maps\violet\002.dat:0B6DABBF38C6434657E0DCBFA2E6040C,maps\violet\school.dat:0C223C8E1FAD9A6A8B032D833E1F7A7F,maps\violet\sprouttowerf1.dat:1B4B45FD5A450A6A609DFBC3D4BEBB2D,maps\violet\sprouttowerf2.dat:997B6597A798CD7EB37DE210F38217AC,maps\violet\sprouttowerf3.dat:CA1E90E70714DDF3D507B5BE889767C6,maps\viridian\1.dat:9DAC6D6897529F7FBADD273142CDA161,maps\viridian\center.dat:33B850365F0EA117E7E56C2336F79E91,maps\viridian\main.dat:E307FA91AFA671C9BFF950D2077C3E0B,maps\viridian\mart.dat:9C717AB7D36A5622BD12D2F061426424,maps\viridian\trainerhouse\arena.dat:DE583255932C957AAC5081FC2509D52B,maps\viridian\trainerhouse\bf.dat:F78B49A3E8A7BF8B6A269B0A5C551A97,maps\viridian\trainerhouse\main.dat:0D409F20266A03A06CC75D8B5A832107,maps\v_forest\main.dat:27A2031CD2968A9667D14E77EEFF1E12,maps\v_forest\north.dat:313875202B3CCFF9C863FE1DEC32470F,maps\v_forest\south.dat:65290658473DC287EB41E02DDC0B8072,maps\whirlislands\1fne.dat:D8F69529B65878A7D748962483BBF73E,maps\whirlislands\1fnw.dat:FA97B7F31960F148961F07F1B8B17F52,maps\whirlislands\1fse.dat:0F153FE01AA5421AA08F4EC5787BCDED,maps\whirlislands\1fsw.dat:A7FFE4A92B1B058F363C736B0235858B,maps\whirlislands\bf1main.dat:CCCF0E6193BB86580653C038CBABD1AE,maps\whirlislands\lugia.dat:AEEE76B7E2E3AD12AEAA03536409ACEB,maps\whirlislands\sc1.dat:C091BD03EA534E21351F302408691E62,maps\whirlislands\sc2.dat:7921B051DB66D6946A0FB21DF08C3C2C,maps\whirlislands\sc3.dat:343BD91A686CD2C4ACBAF8431D1678A4,maps\whirlislands\sc4.dat:2B3EC133CAC6CB14B0AF57C95AC1D029,maps\whirlislands\wfall.dat:4106695AD4D392252479CF441130E138,Scripts\BikeGate.dat:D5BC9CC15371142591076E577566514D,Scripts\center_script.dat:C34708635BBB85A92205F778F738401D,Scripts\computer.dat:22E53F7309E8D75596286C5F6AD7D32E,Scripts\computer_choose.dat:3582C2B2A956D7D5173EE1CB071ABEE7,Scripts\empty_trash.dat:DAD02C5597F80A79411504B99271748D,Scripts\GateKeeper.dat:CAF7D8F2A7F513A125E85FDC9792B654,Scripts\GateKeeper0.dat:293672ACFE8A2836041DA3B265E73C27,Scripts\heal_machine.dat:89CAB132C5DE157083EF0A06603C2939,Scripts\kurt.dat:F15BAA66C828357A9E54E2D94F6C2292,Scripts\multiplayer.dat:D295C4BB8AB902B72896ABBEF156AA04,Scripts\mystery_event.dat:BEF8AD7ABBEA3D922D2BE4433407682E,Scripts\oldguide.dat:F44D920FF104E1AF591F7832775BA1F2,Scripts\radio_tower_start.dat:26DD0B048A83C3D98D150E5765704A7B,Scripts\Shelf.dat:9AB5FB20F1D167810E899FE152299698,Scripts\slenderman.dat:4B4644015E387F4721B245455DF655DC,Scripts\speedboatscene.dat:D6161210BD3A4D75C3948B3253944F13,Scripts\testscript.dat:A3981324E1EBEE2C87A9116807F01C58,Scripts\warning.dat:0BC40C3CBADDE7237B4D68DB332815FB,Scripts\Whirlpool.dat:C44105719E5A9A498BC0AB241321A54A,Scripts\alph\alph01.dat:795F48FB877E232729773BA08E6C267F,Scripts\alph\alph02.dat:6447E308F5F0DCE458DCD8E53C089503,Scripts\alph\alph03.dat:D6F85A0552BB32604BB6B8E843DA8070,Scripts\alph\alph04.dat:71FCB27E603D140CA428E69BC5B6679C,Scripts\alph\alph05.dat:464144F34C47DEDD619A05DA723E3D4A,Scripts\alph\alph06.dat:03F2B862403936BEBD2439C4B2334D26,Scripts\alph\alph07.dat:F416872F40DC89FAA6BCEBB5A3120EE5,Scripts\alph\alph08.dat:3A5D97148D1919605655AFD604276800,Scripts\alph\alph09.dat:67FD88CD7B9A071BC80DA848D818BFF2,Scripts\alph\alph10.dat:10CF4A2704C35C52827A9FE19B51C971,Scripts\alph\alph11.dat:11770EF94A7E0A59F75D5883FF86FA41,Scripts\alph\alph12.dat:1146B37684FB5C79ED57700CF760F3E6,Scripts\alph\alph13.dat:19A10E1445B1F428AA0FECFA0A2000A7,Scripts\alph\alph14.dat:90CEA0C0B21A2D54623D93BBA5A2C7A1,Scripts\alph\alph15.dat:37EE57E5FD2BC22A854577BDD5FC2143,Scripts\alph\alph16.dat:77B8EB71ED64539D0AF72608072C72AA,Scripts\alph\alph17.dat:04957AC2AAD2EDB14636B40AA5A1BB38,Scripts\alph\alph_appear.dat:6876DC4A6AEA3995D5AEE34F56C9BA22,Scripts\alph\alph_oldman.dat:E93B9657E3BADD9272548423D495F55E,Scripts\alph\computer.dat:ADC8368731B5A4C5EF66AB6A84DD06CD,Scripts\alph\unown\1.dat:B18B4416BF2AB176C7E92C9196090E91,Scripts\alph\unown\2.dat:220312519D1348A5B09E7BDCDB423021,Scripts\alph\unown\3.dat:7E57E53C12DBB2B9BD73747EFC1F4771,Scripts\alph\unown\4.dat:62730B6E2D0993C87268E8A9C16A63EC,Scripts\alph\unown\5.dat:C8A7D999CB204C0FD636790B6534310D,Scripts\alph\unown\6.dat:734A24087322424605006234BB6EBE87,Scripts\alph\unown\7.dat:B99EA8027B2B0AA4F5FFA7EEB7868819,Scripts\alph\unown\8.dat:445F40BED2E0CC95BBCA996A38C6ABF2,Scripts\azalea\charcoal_guy.dat:A8BD7365D7DA690EB00ABD700D74681C,Scripts\azalea\charcoal_teacher.dat:9D1C1D5746215428FA605AABA66DBB74,Scripts\azalea\farfetchd.dat:9CC5D5FF9859268ACD915AC0255CD7CD,Scripts\azalea\GymGuy.dat:149BFC074E3233E66D40448546C34636,Scripts\azalea\GymPillar.dat:178B76DC807315F87A58DC36FBBA5B96,Scripts\azalea\kurt.dat:F15BAA66C828357A9E54E2D94F6C2292,Scripts\azalea\kurt_aggro.dat:6F4DFB2153CB8D2C855E65826E7EE0F0,Scripts\azalea\kurt_daughter.dat:D9E23A91B34DFA0A76DCC1A98B37E368,Scripts\azalea\kurt_thanks.dat:6F3E7D236E83C6BD289F522987B5DF77,Scripts\azalea\oldman.dat:1383B6EDB75A6BC7A886CDCD7F493810,Scripts\azalea\slowpokewell_kingsrock.dat:B7C5CCCC1DD2A46159002E347B6AC62A,Scripts\azalea\slowpoke_talk.dat:FDDB644FFFC81EEE37793C753032E65E,Scripts\barktown\mapscript.dat:35A4C38B354B9771DF60DD9E4C27C061,Scripts\barktown\mary.dat:E350A595C9A56CF608F98CD7E4AD2815,Scripts\barktown\mom.dat:A0C488C37CF8FB9BF48ECA3F14F0DF6E,Scripts\barktown\momdoor.dat:BFD1BF116865EC2DD3125AF5CB77BD30,Scripts\barktown\no_pokemon.dat:758AAED06CDA7016C806EAFDC7DE4798,Scripts\berryvista\trainman.dat:7206B889E5EA05B02B67BDF8CEFD1705,Scripts\blackthorn\dden_guard.dat:31D18E88A42BEBB06CD3A156E433BAFA,Scripts\blackthorn\dragonair_trade.dat:56503427B5FF8895B5E918D6184114B1,Scripts\blackthorn\dratini.dat:1854D6680E6DF8641F63D93053078778,Scripts\blackthorn\movedeleter.dat:ADC87BBE7BA8CAD202D99650E080D124,Scripts\blackthorn\moverelearner.dat:D161A551449168D0F8EA619772313303,Scripts\blackthorn\santos.dat:57A916215F8C5949E848FB9FA42702F9,Scripts\blackthorn\santos_map.dat:5E7340DE976F741CD962CE2D68BE917C,Scripts\blackthorn\gym\GymGuy.dat:FD990153B86D90512876E63853CBFDD2,Scripts\blackthorn\gym\puzzlerocks.dat:02DEA625B3E2811F047620F3086B339D,Scripts\blackthorn\gym\rock_0.dat:6F12EDEA641A30B965EEE77294FC9B40,Scripts\blackthorn\gym\rock_1.dat:130D3DC82E96EB8950651CD9FC5551C0,Scripts\blackthorn\gym\rock_2.dat:1B2C0445902E955C95A374C27DE3279F,Scripts\blackthorn\gym\warp_0.dat:E4D5DBAB0B0BDC82292DADD0A9B84223,Scripts\blackthorn\gym\warp_1.dat:1E88562C130B0B6BB9A3542057E149AC,Scripts\blackthorn\gym\warp_2.dat:26C49B6A18D66406EADE144F6A430FBE,Scripts\boon\dockguy.dat:85425BD1A514DC38EF582D4F78E386A2,Scripts\boon\housemapscript.dat:72A1F7DC4D6D34DAFC9A6FCB10468299,Scripts\boon\lostellesdad.dat:0ED604027649DF2CC74611534D02EC6A,Scripts\boon\oldlady.dat:84A92FB9B2A7A32EE3249782ECA60BAC,Scripts\celadon\clefairy.dat:BD2B4F5472E46AECAA102FEA3B1D00C1,Scripts\celadon\condoinfo.dat:ACCFC203D22FC4B6DDDE1D362FCA9AE0,Scripts\celadon\curse.dat:ED5C6BD0604A9B93B5E64E3279D8E034,Scripts\celadon\meowth.dat:E116820C2A50DFEB4A46A9DA8082BF84,Scripts\celadon\nidoran.dat:E72F891FB8B0AA4B4FDC2B21AEECBE2C,Scripts\celadon\poliwrath.dat:B087B228E11F40F92DBAA3FDC16564B4,Scripts\celadon\mart\counter.dat:5CE75F5EB05ABAC47DC8654747DB0DAE,Scripts\celadon\mart\elevator.dat:58C711FF27A6DBB5AFF9843C49F789A4,Scripts\celadon\mart\information.dat:EE9CB51BAB73799AE181E0D824227F38,Scripts\cerulean\diglett.dat:0C8AE0803AEF57E51F915A6E2D942865,Scripts\cerulean\gymgrunt.dat:28CE2BDF8963B4E9638D5119BEFBF932,Scripts\cerulean\GymGuy.dat:9BEBE26A385CF8870AC7823913C306D0,Scripts\cerulean\kangaskhan.dat:5C6FF06190C90B7655ED7E3D9C9B4195,Scripts\cerulean\slowbro.dat:D2CC5536D50D39ABCE6375CFB424062E,Scripts\cerulean\zubat.dat:38E4562368570AE8EAF574B5736834F4,Scripts\ceruleancave\healer.dat:F8BEEBFE5C9BDCD77FA172F873AEDBF8,Scripts\ceruleancave\lookerencounter.dat:1E1411EADB2D336A2EA832F3E6977B13,Scripts\ceruleancave\mewtwo.dat:28F631E441D85917C77D80AC8E191B4B,Scripts\ceruleancave\protonencounter.dat:1FB32FD19372466FEB02FF8BB3648FB3,Scripts\cherrygrove\mystic_water.dat:A7DF3FA764E15BF23DDA4A208A4F778B,Scripts\cherrygrove\oldguide.dat:AB00AA27D2CF94349EF4779C49ADD68A,Scripts\cherrygrove\steve.dat:DC2BAF3D45EECD792F57469482AC525E,Scripts\chrono\dockguy.dat:4220C5714A38C15AB04BA1046AC58E53,Scripts\chrono\dockguymemorial.dat:9492206781A6B40656515DAEB04AE1B3,Scripts\chrono\door.dat:F28D479CDA821D9CDC0F5CB97F777D05,Scripts\chrono\egg.dat:409939819BD5DDAB1A0881EDF5076421,Scripts\chrono\grieve.dat:C09E6FB51CE65BF476BEFCA5679C41A6,Scripts\chrono\gruntencounter.dat:2C7BDA023709792D065C01823459FF61,Scripts\chrono\memorial.dat:15C17054BE3EC47EDEB179D8856F9E1B,Scripts\chrono\memorialmap.dat:B625342E6097A7C3E7FDEEEDCFDF4429,Scripts\chrono\protonencounter.dat:60E442797B1088084821E36CC9031C09,Scripts\chrono\raisenpcs.dat:BFFEAED80073C78E96DBBAA9D5EA893C,Scripts\chrono\selloscave.dat:9B76B9274902F962855F9527C0280CE1,Scripts\chrono\selphy.dat:51F8980EFE641E1356D32FA4EDE764FA,Scripts\chrono\warehousedoormap.dat:B56C69332E8A78BF9949D12BCDE6BBFC,Scripts\cianwood\Fly.dat:88A51F5E27F2DE424B318C2B64B1BA82,Scripts\cianwood\GymGuy.dat:6F28D715C6A2CD88A5D97811E5AEBED2,Scripts\cianwood\potion_guy.dat:53FC93D67952E7D15A1FC02BFAAE387D,Scripts\cianwood\seer.dat:A797D3F3B17B104EC7B3F8952CD168FA,Scripts\cianwood\Shuckle.dat:393C13B2B41A321695E1124296EC9C1A,Scripts\cinnabar\blue.dat:C1254110A0EF5312560F72DF8FE08191,Scripts\darkcave\black_glasses.dat:53E05240DA56CB30CC65392FA8FC3751,Scripts\dragonsden\clairtmget.dat:980386114B8AEC76283BCC722F174657,Scripts\dragonsden\master.dat:2AD8954AAE50D6BC7D6D204C11E15600,Scripts\dragonsden\questions.dat:5030116DF4DCC43747C4437F71723450,Scripts\dragonsden\torch1.dat:E00D66131D484E1559C7A889F8C01F16,Scripts\dragonsden\torch2.dat:E00D66131D484E1559C7A889F8C01F16,Scripts\dungeon\blue.dat:22E3B68EDA9347268F8B17B2572501F5,Scripts\dungeon\centerrobomap.dat:64D982C825E074AEFA50C945305670F7,Scripts\dungeon\chessmap.dat:62D71C3ABBDF3D5A87749DF9226A2F11,Scripts\dungeon\chessmoves.dat:843B4CF0A722D99039D1CE14F3C324B9,Scripts\dungeon\chessscientist.dat:CAE31B9F43A932255DD66F04C85771C7,Scripts\dungeon\crackedfloormap.dat:BE0601D049F86EA819FBEF094E0CF533,Scripts\dungeon\crackfloors.dat:306F2BC8982F1D68BEF5122CACE5B63E,Scripts\dungeon\doors.dat:87017BF5B45A5BF93B9870754D57457A,Scripts\dungeon\hiker.dat:58E98EFD05A0044FE0ABD8B82AC9EAB0,Scripts\dungeon\jirachi.dat:15007CFB4B69734D11CCF57138808B64,Scripts\dungeon\masterrobot.dat:D44651769F9C7A6C2C177902FF496F2C,Scripts\dungeon\postchess.dat:91778BDE670872ED3EE76CED35EAB6C6,Scripts\dungeon\postpostchess.dat:35A524F6EF62FFCA0A50E52189F36069,Scripts\dungeon\red.dat:91A5CE5744E53905438DEE8A960DB804,Scripts\dungeon\robots.dat:A3B5FBF3B9FBDF19A424333F0CD6772E,Scripts\dungeon\robotwarpout.dat:79AA45013E3540E0606763B6FB2B5698,Scripts\dungeon\rockremove.dat:534D715AE113EF97232E7B0188D197CF,Scripts\dungeon\rock_0.dat:D1B7AC9827F08F8577B2EDFCFEE3A0A8,Scripts\dungeon\rock_1.dat:80D4758AE173169F310D82FB7F9FA958,Scripts\dungeon\rock_2.dat:DC0DEB2A9EBA9F88353F46D5775E242E,Scripts\dungeon\textblock.dat:F0CAF05E4146E7805EE1251FE6E97492,Scripts\dungeon\towerregister.dat:5BFAEAA4F6BDF1C2B667AE5F0D21E56D,Scripts\dungeon\towertopregister.dat:225192CA3253CD66EF5F96559B30D52E,Scripts\dungeon\trainman.dat:E679568E560846E7A1D449F7B0D77219,Scripts\dungeon\unregistercracked.dat:FFE73D51FE5CE70B1CC11F5C4493BBCA,Scripts\dungeon\chesspieces\bishop1.dat:69651836B5A9F1EA0E66C71863F9EA89,Scripts\dungeon\chesspieces\bishop2.dat:165BAB42381DE9F45AFECE85D98384B8,Scripts\dungeon\chesspieces\bishop3.dat:8920F2A652101B76AA5A9A5A9EC3924E,Scripts\dungeon\chesspieces\bishop4.dat:F25E6ABB4C67275D2D246C720F1F1CFC,Scripts\dungeon\chesspieces\king.dat:31C6D8E483BBE8CB9BDDED19A2229425,Scripts\dungeon\chesspieces\knight1.dat:76CB85CAF15E4170CFF64A64C0B47B75,Scripts\dungeon\chesspieces\knight2.dat:1D630CB19F4037943AA35C94AB11956F,Scripts\dungeon\chesspieces\pawn.dat:E036FA76266E82E0C69741D143193CBD,Scripts\dungeon\chesspieces\queen1.dat:5C53D57253622C7ADEAA02473A99DD6C,Scripts\dungeon\chesspieces\queen2.dat:0DE36C463588F20D2C314F947C28D686,Scripts\dungeon\chesspieces\rook1.dat:F4706BCF19F5655642259433204D387B,Scripts\dungeon\chesspieces\rook2.dat:E431DF3B0B1A830F4D35473BB30142DA,Scripts\dungeon\chesspieces\rook3.dat:0F56219A36EB0A7FF42D2B7FB962D111,Scripts\ecruteak\bill_encounter.dat:4C3996C9FFAEC328361EFCADD9764EE0,Scripts\ecruteak\gymwarp.dat:AD7F810BCF0E3CA94A19147E305806DC,Scripts\ecruteak\item_finder.dat:8A4BE3D392290A06BDC1C43E65C46770,Scripts\ecruteak\rhydon.dat:0351AD169E69C5D9207122086A68AEDC,Scripts\ecruteak\rumor_lighthouse.dat:C3C416D278B8B21ABD851317D2A9A0D9,Scripts\ecruteak\suicune_encounter.dat:7A61EC239FCC18FBFB601FA767BBDA32,Scripts\ecruteak\surf_man.dat:7CAED1C8A07F48D85EAD2529FDC13134,Scripts\ecruteak\tintowersage1.dat:22F77BD24C629C6FEBB2F3599A3C64F9,Scripts\ecruteak\tintowersage2.dat:5513E2AD9BE2BC97FE090B0D7205A054,Scripts\ecruteak\tintowersage3.dat:009066FF30ECB0A8857DEB7696BB608F,Scripts\ecruteak\tower_story.dat:122AD884EE242DEBABE0D81C5FACFD86,Scripts\elmlab\chikorita.dat:8371493D69628FED815736318CC496E3,Scripts\elmlab\cyndaquil.dat:9C6A6700A193D830E15F74D4D6C4DF38,Scripts\elmlab\door.dat:8C51B690C56C9B2087DE1A5001E86D1A,Scripts\elmlab\door0.dat:0B28F008E1A38EB8BB5AAB265D3FCE43,Scripts\elmlab\elm.dat:44616006556DDB68C2957C12C5913794,Scripts\elmlab\heal_machine.dat:89CAB132C5DE157083EF0A06603C2939,Scripts\elmlab\totodile.dat:7A7A5988445EBEA3013193D215CC2AC5,Scripts\eusine\burnt1.dat:AB0799059F783E9F917ABCEA69A238BD,Scripts\eusine\burnt2.dat:F0F5152289CF742BAF62E453B1CDC150,Scripts\eusine\burnt3.dat:9D03C97006FB56D1D72E2FB9CB277A15,Scripts\eusine\cianwood.dat:EB2FB0183A3E0F28F4CA904EBF67CE63,Scripts\eusine\route14.dat:654B50E4238221ADA35DD384EC95F379,Scripts\eusine\route25.dat:222F9C36C17A31369BFC64D624D09EDD,Scripts\eusine\route42.dat:5648A46712916691BCDC392B7D0A2961,Scripts\eusine\suicunebattle.dat:D5F6FF3E54D906C0B3CE72B21C4FCEFF,Scripts\eusine\vermilion.dat:C2898297F9AAEFB53786F755394D934F,Scripts\faraway\dockhand.dat:2316151A0C0CAFD7246B3C2A765FD547,Scripts\faraway\mew.dat:678CF48F5605D683696A8D84C5B6EC58,Scripts\faraway\warpin.dat:3A6F1206CF3D37915F33A6390B839DDF,Scripts\faraway\warpout.dat:E8FF5479AA9340114B0890764D0E3E67,Scripts\floe\bayissues.dat:0B8DA9CBB6D6647969463889FACDAB86,Scripts\floe\bodyslam.dat:A275AD4D57438C1DEB2F4EFC421336AE,Scripts\floe\daycare_pokemon.dat:DBFB8E79EC4871E5FB5C72CC199442DA,Scripts\floe\dockguy.dat:14DCEB85D12A3BE197E36C2C00D0501A,Scripts\floe\lorelei.dat:C70714F18C071C259212633A517CC80A,Scripts\floe\runner.dat:AD841DD10A6489AB631655CC29244360,Scripts\floe\daycare\leave_pokemon.dat:9A0685361DFCD9BA031EFC6DB479BE8A,Scripts\floe\daycare\main.dat:565ADA6DA5BC4F3CEAE47588A5D95873,Scripts\floe\daycare\man.dat:0C06C3154E7FDF0091A89C03AD790C55,Scripts\floe\daycare\pokemon_0.dat:F224F2E434AC2DDABC1742A8B2A5D3E9,Scripts\floe\daycare\pokemon_1.dat:B9A8CB72217438A90FC9575C2355725B,Scripts\floe\daycare\take_back.dat:3AFD31D6DF49BC557CFC128530A6006D,Scripts\floe\daycare\take_egg.dat:373F6AF127DE92935C08DE60C7E63F35,Scripts\fortune\dockguy.dat:47F057A9620A341A588B77431A1D2E77,Scripts\frontier\battlegate.dat:DA1B367FF46F611D8B21445C01A8A8E3,Scripts\frontier\frontier_cameraintro.dat:DB9B2E0EC803936970E656B0505C05AA,Scripts\frontier\intro.dat:717BB5DD26D5579A70FB01FAA76B33FD,Scripts\frontier\battlefactory\ruleboard.dat:D07222254CE582F86FEC2E46CD2F99CA,Scripts\frontier\battlefactory\challenge\afterbattle.dat:B5BBC93820B172DA22801F9D7FC1F102,Scripts\frontier\battlefactory\challenge\beforebattle.dat:EBCDA407E9324ED27A091FC8ED0D2AC8,Scripts\frontier\battlefactory\challenge\cancelbattle.dat:F1365FBD5C7798DF0ABEEA1A09643158,Scripts\frontier\battlefactory\challenge\choosetrainer.dat:4AA8CECA70536E43F671EE7E34DBE86A,Scripts\frontier\battlefactory\challenge\clearup.dat:E426CBDBE0E2F32BC0E82D6D90C0C7C8,Scripts\frontier\battlefactory\challenge\intro_walk.dat:A5B22E90992DD12A652165E3342EA0D8,Scripts\frontier\battlefactory\challenge\lostbattle.dat:8BEC42F2184F7F1078ACC7DAF2F32B85,Scripts\frontier\battlefactory\challenge\main.dat:919B88DD444FBA0DF37784CF31F960E2,Scripts\frontier\battlefactory\challenge\record_machine.dat:DAC5E724E770CFDC82A63B45A59BE9B9,Scripts\frontier\battlefactory\challenge\rent.dat:26CA87FC44D8F84EFFB870486AD721C2,Scripts\frontier\battlefactory\challenge\won7.dat:96449BB0EC22610C7041DD8E6F7BDB7D,Scripts\frontier\battlefactory\challenge\wonbrain.dat:1DF514B704E5D09DE56658B8F2AEC4CB,Scripts\frontier\battlefactory\endless\afterbattle.dat:AAFE62B654D82CDB88BB0D6179241D50,Scripts\frontier\battlefactory\endless\beforebattle.dat:89A334638D93D3A9558660D2B13671D1,Scripts\frontier\battlefactory\endless\cancelbattle.dat:D6C8A7C90460369DA623FC69EB430EA0,Scripts\frontier\battlefactory\endless\choosetrainer.dat:EB827257410CDB8D4E93E3D9735D04E3,Scripts\frontier\battlefactory\endless\clearup.dat:E426CBDBE0E2F32BC0E82D6D90C0C7C8,Scripts\frontier\battlefactory\endless\intro_walk.dat:495C738CDEA33B0AA914C5DBF5B55307,Scripts\frontier\battlefactory\endless\lostbattle.dat:49B1E4228A889E31910377D8F6A819FE,Scripts\frontier\battlefactory\endless\main.dat:8A8E19739AB6BE0F6E1E3EF8DA5404C8,Scripts\frontier\battlefactory\endless\record_machine.dat:F377F2CB2F65F23BB4C79294CA50624B,Scripts\frontier\battlefactory\endless\rent.dat:26CA87FC44D8F84EFFB870486AD721C2,Scripts\frontier\battletower\ruleboard.dat:315B5E3803ADCA8078C2415C145F8B3F,Scripts\frontier\battletower\challenge\afterbattle.dat:E64BF550D61545716E88B0C3811A3E9A,Scripts\frontier\battletower\challenge\beforebattle.dat:C0C0918497F4DCCA58E3B817C01D9A08,Scripts\frontier\battletower\challenge\cancelbattle.dat:334D5C863146A02AABD5F9BC440E5A57,Scripts\frontier\battletower\challenge\choosetrainer.dat:B45117E7155CC3821DBEB185A86ABDAE,Scripts\frontier\battletower\challenge\intro_walk.dat:36E186B144BAD27CBD1488BE9FE0AA77,Scripts\frontier\battletower\challenge\lostbattle.dat:2A7B055807529F2DE7F26DC65D7F694D,Scripts\frontier\battletower\challenge\main.dat:38DDFF8BBD8B4D602AE9ECF98120F4FF,Scripts\frontier\battletower\challenge\record_machine.dat:8C2CB04DC75CA139342664BF6E3C14D3,Scripts\frontier\battletower\challenge\won7.dat:D082ED031D922C5613920F8F4724DE49,Scripts\frontier\battletower\challenge\wonbrain.dat:3958015B18D84308F6444CBAF828D141,Scripts\frontier\battletower\endless\afterbattle.dat:9FDFAC3EB08D4555CCF8439D8A4C1701,Scripts\frontier\battletower\endless\beforebattle.dat:85F38756DCEEBED279876827B3A7EF3C,Scripts\frontier\battletower\endless\cancelbattle.dat:683550C23C75B0D4B61EEE446528BF54,Scripts\frontier\battletower\endless\choosetrainer.dat:190669A473440A2481D7264EB56563D7,Scripts\frontier\battletower\endless\intro_walk.dat:EA882D246040AA0EEC41D866FD72DF4E,Scripts\frontier\battletower\endless\lostbattle.dat:0FDCBF1438BBD5C2A1A94768316CE5AF,Scripts\frontier\battletower\endless\main.dat:0EAE157C71E2919751C193924103C89C,Scripts\frontier\battletower\endless\record_machine.dat:02EA5BDAA7F821B8AE31C9ADC6EEC017,Scripts\fuchsia\GymGuy.dat:06EDAA4F0DDED8464121D3845BF68403,Scripts\fuchsia\gymskins.dat:E87EF4689EB69C67C1AD8C7DBB8E6719,Scripts\fuchsia\janinefan.dat:79C10F50DB46691EE957086237BE606C,Scripts\furniture\barktown\livingroom\cookplate.dat:ABAB91641112AC12FF4F02AB6FA1F02A,Scripts\furniture\barktown\livingroom\dish.dat:1567A633C14D32B5286D8BB01FB6AD80,Scripts\furniture\barktown\livingroom\fridge.dat:A10F205B57FD2F911DADA5BC9BBDE773,Scripts\furniture\barktown\livingroom\tv.dat:1D31CCF59670A40C43BAEC33D195004B,Scripts\furniture\barktown\yourroom\bookshelf.dat:F25387CB4714FA541DACAFA2D1FE22F5,Scripts\furniture\barktown\yourroom\donators.dat:E247DD6687155B6EEB2A0F0BEAAF38CF,Scripts\furniture\barktown\yourroom\note.dat:5D350C9083A6F6804385CBF376D0694D,Scripts\furniture\barktown\yourroom\townmap.dat:01F508EF755B67BB62B021CF3D166C09,Scripts\furniture\barktown\yourroom\tv.dat:B499BC6FF2F915A52BA2931A500D3245,Scripts\goldenrod\bill_eevee.dat:EACAD0D8A22D582FD43BC53F3DB20944,Scripts\goldenrod\bill_sister.dat:B8BC505EB879736560097B335DE7BDAE,Scripts\goldenrod\flowershop0.dat:152BFD19FAC5BD6A46056A1A04DDA37C,Scripts\goldenrod\flowershop1.dat:1DE08872C3DB4449686C284E681A3EE2,Scripts\goldenrod\gate_spearow.dat:CEF3C0EE1042E1E1CC54A8EDF004490D,Scripts\goldenrod\get_ride.dat:EF63BE48FA09FF3B7FAE749C2FB90DFE,Scripts\goldenrod\GymGuy.dat:980D31E31B6D096C669C0587456B42F0,Scripts\goldenrod\leader_badge.dat:C6E494C257AF036E34B836A747D09225,Scripts\goldenrod\machop_trade.dat:A91B51B7782F0501FA43DF20A48DA060,Scripts\goldenrod\namerater.dat:BEA4A16D27F8DB7F4B325147BE6B5677,Scripts\goldenrod\rapidash_tameshop.dat:4836A62F2E9D6F1ED1CF6505577BE61B,Scripts\goldenrod\trainman.dat:99A64B654EC97FB5B451A51AE502DF08,Scripts\goldenrod\trainsaffron.dat:8F44CC541EF5536101B14C48D295BC3A,Scripts\goldenrod\underground_barbershop_1.dat:796B34F58072016C6C3F60223225C673,Scripts\goldenrod\underground_barbershop_2.dat:27570586228D4990D9654D5939925E3F,Scripts\goldenrod\underground_bargainshop.dat:6029F5B45244BC425523ACD19C4163EE,Scripts\goldenrod\underground_herbshop.dat:C9150DCE0DB6B09F6D94684520573438,Scripts\goldenrod\underground_unlock.dat:AC1DF2A9060D23CA60645322F3A6D1A9,Scripts\goldenrod\mart\basementelevator.dat:65C2B68BDD433503156DB2B8915E87E3,Scripts\goldenrod\mart\basementmove.dat:A71D0222DD0BD0D8D792F9BE351A3871,Scripts\goldenrod\mart\elevator.dat:13CA9C3083E34D6969B2986288E1CB3F,Scripts\goldenrod\mart\information.dat:D974B7B650B9A0528D476EB72CF6BF35,Scripts\goldenrod\mart\machoke.dat:D6207D67FCB516497835D2910DD8E900,Scripts\goldenrod\mart\sundaytm.dat:928447AA6E02025483531D3749C9C4B2,Scripts\goldenrod\mart\sunmap.dat:15A5EED35D6BFBA83A5641651CFB95CD,Scripts\goldenrod\radiotower\info_board.dat:0C08B3360BD647E3045B5203810DC764,Scripts\goldenrod\radiotower\info_board_1.dat:FC08DBA52D6ACDD40127B98407DE0AA6,Scripts\gts\friend_hub_computer.dat:F8F4E1F5E0700738D5C03455D677F3EE,Scripts\gts\gamejolt.dat:AEA0C0340F36138E57728A6CEC8496C3,Scripts\gts\golbal_hub_computer.dat:1A9F639F9F9EBE19464D3227A564D8FB,Scripts\gts\green.dat:909AE9ADD4DE3F043A108E52C089A069,Scripts\gts\information.dat:213155CA063BD1860B873FA09BF85335,Scripts\gts\orange.dat:DFE87819A60B6D889129C4FE042E035A,Scripts\hiddengrotto\item.dat:C5804EFAD7F7F2DD80E763F0BEF6F82A,Scripts\hiddengrotto\main.dat:FEA4C816B2AA2C55D23A5B23C2F4806D,Scripts\hiddengrotto\pokemon.dat:46F650A22DBE58B66AB27D89FC2D9814,Scripts\hiddengrotto\warpto.dat:6FE7F63ADF87C7E710D251EFA0604D90,Scripts\hiddengrotto\getlists\berryvista.dat:780968C1D9CAA8690BE03032C9C12203,Scripts\hiddengrotto\getlists\ilexforest.dat:8AE4907604E7D59C2A8E6C49139CEE73,Scripts\hiddengrotto\getlists\indigo.dat:FA118A32BD5E472877434D7E27886050,Scripts\hiddengrotto\getlists\lakeofrage.dat:4003BFC7FA66F8BE3C8FEBC7188EE17B,Scripts\hiddengrotto\getlists\mahogany.dat:8FAA4668D82EED9A370E8E980B085911,Scripts\hiddengrotto\getlists\nationalpark0.dat:58942E70E2B46F030212BF9C65EE1360,Scripts\hiddengrotto\getlists\route26.dat:0A7FC37405D06B3208B02A47A6AF5572,Scripts\hiddengrotto\getlists\route27.dat:32143452A5AE202AF8F2045FA50C9840,Scripts\hiddengrotto\getlists\route31.dat:26F2F617341398C7D6649EC01B052C72,Scripts\hiddengrotto\getlists\route32.dat:62D7EE0A327E4C106EBE102C9EA73929,Scripts\hiddengrotto\getlists\route34.dat:E632B83B00131C020860D3E1DE06C819,Scripts\hiddengrotto\getlists\route35.dat:8E05F69A289177437807C586F052E64B,Scripts\hiddengrotto\getlists\route39.dat:F10717FBBCB1273A7649091ADA0833DC,Scripts\hiddengrotto\getlists\route42.dat:F4A3CBD1542E36619BDC1E00E7DB9C9D,Scripts\hiddengrotto\getlists\route43.dat:BB333928D0BBC2FF57D4B18AF0D63C99,Scripts\hiddengrotto\getlists\route44.dat:6C1B1FEB82F9E5EFBC229FAC5E73F9E2,Scripts\hiddengrotto\getlists\route46.dat:0924D4C22E64E4981BAA5B4430F14AEA,Scripts\hiddengrotto\getlists\route47.dat:8B3D974E75E4A6D5FAF5F0C83FB2B20E,Scripts\hiddengrotto\getlists\route48.dat:FD35CEC5069F8400564CA8978AFD4B8D,Scripts\hiddengrotto\getlists\twirl.dat:55755B1A0D3520901088E3A4351B064B,Scripts\hiddengrotto\getlists\violet.dat:6EF3B809F5264A47A004EB3ED0E60118,Scripts\hiddengrotto\hiddenlists\1.dat:8AFFC31EC8C33A0DA6E58C2AC1EBD64F,Scripts\hiddengrotto\hiddenlists\2.dat:2E513938D25EE6BB6F57D8B47BB848EC,Scripts\hiddengrotto\visiblelists\1.dat:263481911E25D005E383D8B2F30EF148,Scripts\hiddengrotto\visiblelists\2.dat:D176446E0346305305BDA721FAFF834B,Scripts\hiddengrotto\visiblelists\3.dat:746FA73313CC713DC42529DD77360804,Scripts\icefall\block0.dat:622EE57F60FE4B20452531C9ED634457,Scripts\icefall\block1.dat:D09A312796B33E37CAEA7261C837061C,Scripts\icefall\block2.dat:D0AF85CA285722E98C74DDBE9278A6F5,Scripts\icefall\block3.dat:C281866FB70B389DCEC07C845BF50FB7,Scripts\icefall\block4.dat:91BE34CB7C6279BCB629741BB6F62F05,Scripts\icefall\block5.dat:05B12C66542380788A34208253909635,Scripts\icefall\block6.dat:095797EFF3187F49A3FDA0BDF72840DF,Scripts\icefall\block7.dat:95435BFE2954E255B36C9D569B650C37,Scripts\icefall\block8.dat:A8955DA125BCD66AF8EEC7A3555271D0,Scripts\icefall\unreg.dat:445860329F405876054E36B34A3134A3,Scripts\icepath\puzzlerocks.dat:ADE8C363847611909934CEFB2034B2F8,Scripts\icepath\rock_0.dat:2AD2750F5B3F7E1BD6248BF185E7B89D,Scripts\icepath\rock_1.dat:957193BE49749A13E527346DA5F3B852,Scripts\icepath\rock_2.dat:1C0D2EF1A55CCA7228608143872DF3DD,Scripts\icepath\rock_3.dat:8867E4DB0E412DFC6D33A0F2573B5378,Scripts\icepath\warp_0.dat:B6B9AA0B58EBC6DA981F6651B36E0E92,Scripts\icepath\warp_1.dat:129461131625DB14FAFA6AF9A4D5E129,Scripts\icepath\warp_2.dat:D1925BC52E4FAC2589CBBD5000491707,Scripts\icepath\warp_3.dat:50A686581675E7B8B5A9647C2E3368D1,Scripts\ilex\charcoal_defeat.dat:4BCE0D4A742C79A6C2E24AD2E7340B06,Scripts\ilex\charcoal_guy.dat:772A1B11CDDF8F4419F92B40D956B237,Scripts\ilex\charcoal_intro.dat:70CBCD0AA938198D059DB57FCD763F06,Scripts\ilex\farfetchd.dat:47EE687E891FDE5BC0F5BB8BE0669E99,Scripts\ilex\farfetchd_start.dat:3985509D7BF8FE28B12988E181A78CD9,Scripts\ilex\headbutt.dat:ED43673EB7E76189B73D31420C83A2B5,Scripts\kin\bikerintro.dat:DC9E6D9CE6325144014C8963EA1551DF,Scripts\kin\bikers.dat:8A672E17635B19365511379E2C7F377E,Scripts\kin\dockguy.dat:DB02E5A5930076B69BC8718503A7447F,Scripts\kin\doduo.dat:DC70C619A0402AD87C4A53A7803301BD,Scripts\kin\incompletepath.dat:8639ADE8C1E1E48A3C00C02B413FC6C1,Scripts\kin\lostelle.dat:38FD7D2FE803DCAB3769CA646979686A,Scripts\kin\martguy.dat:2502C2E72FC515650AEA9F4C7B0A8052,Scripts\kin\nuggetman.dat:5C4DC8482C89221DEE2981C2E4C403B1,Scripts\kin\portlady.dat:0A80439AADD9333AAE91EDA4CB2F863D,Scripts\kin\berryforestitems\2000.dat:583F7A2AFB3A795576AB16FC49B5307A,Scripts\kin\berryforestitems\2001.dat:7D2422425E4C13FB0DDAB51A23A572DB,Scripts\kin\berryforestitems\2002.dat:AE4C58BF1D5F94A518BAF6ECEA24FDFC,Scripts\kin\berryforestitems\2003.dat:18D1B4EA4CF2D6A20CCD2C61A80EC74C,Scripts\kin\berryforestitems\2004.dat:F65E026052D1B5B28C03938A1301004C,Scripts\kin\berryforestitems\2006.dat:EF51BE6EB2B1FA4E4E645A7EE884CC70,Scripts\kin\berryforestitems\2007.dat:863A33347892F6344E89E6A471C5469A,Scripts\kin\berryforestitems\2008.dat:B8C50BBE0C736E171B1B31702F9DAE66,Scripts\kin\berryforestitems\2015.dat:0A87094BB19573D1DFAE9041DA16F57D,Scripts\kin\berryforestitems\2016.dat:A6175A8E921B7FCDC3398D196D92CF9F,Scripts\kin\berryforestitems\2017.dat:45E7CF04123501B1CABCC939B5F31035,Scripts\kin\berryforestitems\2018.dat:AC10A01FE793245AE3A42EF41CA53047,Scripts\kin\berryforestitems\2019.dat:52BA795A9F2D7F49BA3E9D5E94319AD5,Scripts\kin\berryforestitems\main.dat:A300A1B3B2A07051A7B8794350EDC735,Scripts\knot\dockguy.dat:3174C94AAEC4F29E3FF4A509295EE0CD,Scripts\knot\HM08get.dat:74D18150CE40BF308BC557E7D3B157FF,Scripts\knot\spaheal.dat:6E38E277F1A8F2F0B040653E96E55924,Scripts\knot\treasureislanditems\110-1.dat:B1A5CE4D53D33AA4553B02639B8AFFF9,Scripts\knot\treasureislanditems\110-2.dat:7FE57C41AA9022CD398A1F13A415CA10,Scripts\knot\treasureislanditems\111.dat:7AB075F766A1AC71164600D8A43E9457,Scripts\knot\treasureislanditems\131-1.dat:3579A85E67DA824C1A7A276D28ABB684,Scripts\knot\treasureislanditems\131-2.dat:686D82D3F5B3362F49484540A99910C1,Scripts\knot\treasureislanditems\132.dat:AC8C9C45476075051FD833B67C3741CF,Scripts\knot\treasureislanditems\2-1.dat:988C2C34AB3D44ABEC1ECE3CAE71F3D1,Scripts\knot\treasureislanditems\2-2.dat:0B77AF9994AF7135EE8DC57E47B82780,Scripts\knot\treasureislanditems\main.dat:5EF7E4ABD5124272904CCC37D97C6892,Scripts\kolben\aaron.dat:E76BE54000837375225B6C2C3F39133D,Scripts\kolben\BSOD.dat:4199BA89AA80A98AB4505AB4E954F660,Scripts\kolben\BSODPorygon.dat:5E510F02D38E6CB7453119575E6E798A,Scripts\kolben\daniel.dat:1E51834DADCAE2FE8A8972B4A7B43098,Scripts\kolben\darkfire.dat:AADD848CBBF454144A3B1B15D388D6F3,Scripts\kolben\daziman.dat:08200C0B415E394CD13BDD6EE4F71A8D,Scripts\kolben\elevator.dat:EA0F633EC0FCF52D0C8356A3D721359E,Scripts\kolben\enethil.dat:D84EB5CB101A98A0E872809790CDBB3D,Scripts\kolben\fanta.dat:2068EC52D136D3EABBB8F03A89E94F6C,Scripts\kolben\jaybird.dat:296B78AF03B21797BFF7F0E793BC45C4,Scripts\kolben\killgore.dat:CA419BAD877EA09891D94D7F39BD2CF5,Scripts\kolben\malc.dat:10D507B506B4A75CA2FFB7472339AFDD,Scripts\kolben\mario.dat:2B0321487D83D3DC0A0916A3D23EFFAB,Scripts\kolben\nilllzz.dat:5AD479804A52B6F6880DD6C83F6DCE81,Scripts\kolben\nilllzzhide.dat:17AF2F91C69D48CC6561F3DB08D84490,Scripts\kolben\nilllzzunhide.dat:55063BE9506D7405B1AB3109168A0885,Scripts\kolben\randomscreen.dat:38554BD550BA6D73B299E6F4AA785B1B,Scripts\kolben\vendingmachine.dat:84127B26FA2D64A240CB5EB0528B0F20,Scripts\lakeofrage\1.dat:36434CDBD9CD9A88FD7962AF890A15CA,Scripts\lakeofrage\fishingguru.dat:442F836280F15C8F9E78E142FF2EDDD8,Scripts\lakeofrage\gyarados.dat:B3967BED3DD1CED72C049335F72B3CFA,Scripts\lakeofrage\hiddenpower.dat:1A79AE6FA78CB632E8D42D4228E66CEE,Scripts\lakeofrage\lance.dat:58E427E6FA927E90B1293DCE9217FD26,Scripts\lakeofrage\wesley.dat:E8FF328B3A5B672FA1A3A5B634EF9E49,Scripts\lakeofrage\wesley_map.dat:CC3919E563FA175A14F6B785BA9225E3,Scripts\lavender\director.dat:46767D349EDEF640B6F069A994DC4A26,Scripts\lavender\fuji.dat:52AA0ED4FFB6E7AC73ED6977759099A5,Scripts\lavender\nidorino.dat:C0CEEADD3A6838FD0A29F03F2BFE49E9,Scripts\lavender\pidgey.dat:4066A1ACF4C9C817CAD2C7F69187675A,Scripts\lavender\psyduck.dat:BB5611A956060C2F3F50428A73615415,Scripts\league\enter.dat:7DBA16B6CC3B96C9AB602944FEC693F0,Scripts\league\entere4.dat:E200AF8314378D333F9E537292421AD4,Scripts\league\gatemap.dat:FC9809FA46F4A9F298FACBD9E47BE582,Scripts\league\halloffame.dat:1A559051A55F60361D84038464DDCB9F,Scripts\league\leaguegate.dat:56C5CE3E0217ED1CC6FF72730BDA0623,Scripts\league\leaguegatekeeper.dat:DEE394074F2C589897E8083717AFC98B,Scripts\league\teleport.dat:03DF61E36339DEACA2EEA7AE150CEA3B,Scripts\league\portraits\Blue.dat:5DB4189B18526EBFFFBA178EFF42D422,Scripts\league\portraits\Lance.dat:02B6A4DFD8EEA81C39E5D72F949B10C5,Scripts\league\portraits\Player.dat:3BEF559BE3186C616BDB4B124C17A17C,Scripts\league\portraits\portraits.dat:521F37C103EE17EC3B2B50F43047E6B8,Scripts\league\portraits\Red.dat:C36C7EDAB40F3148147329A26822D69E,Scripts\lighthouse\ampharos.dat:0F9FCD015CF6E9A4FFF6DF6D7E22D84C,Scripts\lighthouse\drop.dat:E91D807D31B54A81BB3FD8D2A8E7D91B,Scripts\lighthouse\lighthousetop.dat:D384D4A405DA9910D338D747721688B2,Scripts\mahogany\Candy.dat:BF0814FC88E0A9798E6A7C21AB586150,Scripts\mahogany\GymGuy.dat:D9C1DB13AACB161565545ADB98D4A13E,Scripts\mahogany\shop\1.dat:13C69B3695A29D37EA357FED3795E9A3,Scripts\mahogany\shop\findstairs.dat:60E09B8F952EB405B36EA4EC9B4629BB,Scripts\mahogany\shop\Shop.dat:0FCA9ED25720167E0A77BFF326FBAEA4,Scripts\mahogany\shop\Shop2.dat:40925E3664B09FFDA22DCC4B94889199,Scripts\marts\azalea.dat:C2F14641D5ED364F731DEA0F9A9A0D38,Scripts\marts\blackthorn.dat:02283137808EFDD471716291F0EEFB79,Scripts\marts\boon.dat:1A1A51D9CBAFD9AD3872D7B0FE19A4AF,Scripts\marts\celadon01.dat:413535E367538D949D40C6D345325A46,Scripts\marts\celadon02.dat:9EFE0242BBDDAEAF55B56F1B1FE97E1D,Scripts\marts\celadon03.dat:EEE8764F8189AC825DE506C47CBEE66C,Scripts\marts\celadon04.dat:A4A3E593F7DC40530CDB6AFA9CBBAB33,Scripts\marts\celadon05.dat:ED94C5ABA71A8DF6DB16E89CB6522995,Scripts\marts\celadon06.dat:02E5B47DF9DF64B6429BCAA1EE6E194E,Scripts\marts\cherrygrove.dat:92B3609BA37D145653DB75AC0AEDD8A7,Scripts\marts\default.dat:A341EBC7F8BB1DC990706F3F6C288E89,Scripts\marts\ecruteak.dat:854902F3B735DAB58A8CBEFA96AA1ADF,Scripts\marts\goldenrod01.dat:7E4E4FC2CBA57EA91D91EED64F8C7A68,Scripts\marts\goldenrod02.dat:7E43A6DDAB9B2C57254FB3D75E63F36A,Scripts\marts\goldenrod03.dat:D6A3C1A6EE7F471E559CAA3CE9746953,Scripts\marts\goldenrod04.dat:ED94C5ABA71A8DF6DB16E89CB6522995,Scripts\marts\goldenrod05.dat:9F435D889D3A9DFD51B124CBE57B98B6,Scripts\marts\league.dat:672E745F7185B94588F6B0B8991C453D,Scripts\marts\olivine.dat:9110C6CAA31CA9F5CBF00D883AB6DA82,Scripts\marts\vendingmachine.dat:A45D154C58A1A2557D9911FFC10F78BF,Scripts\marts\vermilion.dat:2F49BECBD653160AF4EFA23C7C5F0645,Scripts\marts\violet.dat:972CA7234AE2F14DDAD3432FBD8EA781,Scripts\mtember\explosiontm.dat:6ACD3138658A90A6DEDA5F11605826B8,Scripts\mtember\volcanion.dat:BBA4E7B8993AEB6B2B6354E60BA4AFB1,Scripts\mtember\braille\abc.dat:06FCED7A71465BBF2E6C1F5925208790,Scripts\mtember\braille\comma.dat:D98DDB1B2F8719B24DB84EEB7E2D80F4,Scripts\mtember\braille\def.dat:5A774AB452E0651FC2C3CD918C0E088A,Scripts\mtember\braille\ghi.dat:9244C2131556BEFE6AD9E10ACA6A4AD6,Scripts\mtember\braille\jkl.dat:453AB4A30B304B3DC5C474812FDA57CD,Scripts\mtember\braille\message.dat:4B9E35F5106A5587C3CCF0AFC507D71B,Scripts\mtember\braille\mno.dat:99C7E6CD4AD58E4300A16FBBC9A68970,Scripts\mtember\braille\period.dat:8ED8116538EC0E27AC7288614010DCF4,Scripts\mtember\braille\pqrs.dat:5072D532FF7892A440D2A2A3F208066D,Scripts\mtember\braille\tuv.dat:B5022C5FE1549D82E5DE627FF18DB5A0,Scripts\mtember\braille\wxyz.dat:D97E9C2CEA7E34C72813D5638018D1D4,Scripts\mtmoon\dancing.dat:EA614B63CFBED95E9C6EEF185A6B018F,Scripts\mtmoon\enterclearing.dat:345474597F1D4AA86AF40F4585FCCFC6,Scripts\mtmoon\entshop.dat:A6C4AE1344C26735411C8081B4CC29E4,Scripts\mtmoon\rock.dat:061D796EA41328DF1B783C8D42F2DB61,Scripts\mtmoon\shop.dat:69C854BCD4AC707A048F9C53ECE8F266,Scripts\nationalpark\contest_prize.dat:3B5688EC94DE57E285BE2BAD93DB5DE3,Scripts\nationalpark\end_contest_menu.dat:CCB8FD18EF649DB1DFACA04597D60343,Scripts\nationalpark\end_contest_officer0.dat:4C6841952DD6DE128733B05D0DDE9811,Scripts\nationalpark\end_contest_officer1.dat:CB976A45C19DDA02B211C94EA04B45D8,Scripts\nationalpark\park_officer0.dat:17C25794600FEF86567369250654A120,Scripts\nationalpark\park_officer1.dat:FFFB5C86213F5FD9134D3ECDA99D8712,Scripts\nationalpark\persian.dat:A3924D7B15DCC25D806DB74F2D3C5AC6,Scripts\nationalpark\quick_claw.dat:6FDCCDD5574FAFFBF3CEF4201230406B,Scripts\nationalpark\sport_balls.dat:EE87C9C14DB8C2AE4A6193C394D39979,Scripts\nationalpark\unregister_NPCs.dat:63B919C483EECFB8A112D734677C236B,Scripts\nationalpark\youngster_wondering.dat:0832563C55D2EC664644925B8CB6F333,Scripts\olivine\butterfree.dat:D4DD982B08DCAEB25F21C6592CF67FAE,Scripts\olivine\dockhand.dat:3B872739FE95CDB449EFE8BBC25DABA7,Scripts\olivine\get_goodrod.dat:7FD47A6BEDC1930283AB008A32C554F5,Scripts\olivine\GymGuy.dat:752DB40B901EDBD230BA48D70C2E96D1,Scripts\olivine\Strength.dat:1EA6E891A25D74E7B125CE2490CE2C4B,Scripts\olivine\voltorb_trade.dat:C883618C73B039B77688488D7B6667EF,Scripts\pallet\daisy.dat:C4B38B904DDE28F40D72982E8C615386,Scripts\pallet\evaldist.dat:4D7DE737E4EC530CFF513C1E4114C67A,Scripts\pallet\evaljohtext.dat:86B4796E503342D94758C81B35A55F38,Scripts\pallet\evalnattext.dat:AA9CEF74F225647023D134D9C986EE09,Scripts\pallet\oak.dat:2F2A06B91F2814644C8553D49249022F,Scripts\pewter\fossilscientist.dat:D471F83333531568B3F5EC5A2BA0615F,Scripts\pewter\GymGuy.dat:FCDBB3F01F8599C2D84831D55F112D70,Scripts\pewter\haunter_trade.dat:AED1C656AB03606AA6FE4980E1E86F94,Scripts\pewter\jigglypuff.dat:743FC1A79875FB8CDFB8A0CA5CA5F221,Scripts\pewter\nidoran.dat:011DCEBCBA16F9CF2594B0E4348F3D39,Scripts\pewter\radioscientist.dat:5717EE38BABC51CFE652F04918D5A411,Scripts\pewter\wingman.dat:E00FC2C49FC0E1390D3EB06C3160CA0B,Scripts\phone\000.dat:F73DE989CA2010D7D05F595DFACF0199,Scripts\phone\001.dat:DA8F1FD3B2467B8AB4915CB485903AFE,Scripts\phone\003.dat:8E1E9BAA1DBA53BA87046105C986C0E3,Scripts\phone\004.dat:984FB9DB63E04653F397CE876350AAB5,Scripts\phone\005.dat:5BEF2EE62B8EC51E67230E04573BA53B,Scripts\phone\006.dat:E2DDE428A9DB519E6B2C84D4DCEDB19D,Scripts\phone\007.dat:E34E424AB84D3EEA0940CEFE381A922C,Scripts\phone\009.dat:C3C32A8D04005C0E28165818271CB549,Scripts\phone\010.dat:FFDF89A23A15A0BF8B4F8A219FEEB5D8,Scripts\phone\011.dat:641881207111A672A6652C0794291675,Scripts\phone\012.dat:3286F2A6F5E486811DDF122FB36F9872,Scripts\phone\013.dat:76856F7C3DC9162A7AE940D4BEC7A415,Scripts\phone\014.dat:1F7C224F1B9F8C66E6645ACEACE595DA,Scripts\phone\015.dat:38ACBF5366A7145568349B22A434602F,Scripts\phone\016.dat:E81BE014410E512474E4C4F0B3BBD44F,Scripts\phone\017.dat:61C6D8A5CABBA000E2DA6B947BCDF39A,Scripts\phone\018.dat:E1C286E82753FC8232F1B65C20218419,Scripts\phone\019.dat:285A43A344795E24F125BD6599DDE2C8,Scripts\phone\020.dat:4BCFB84FBCF648CCB39B6D1AB7F91BAF,Scripts\phone\021.dat:E54B0D7D7842B8306466045C825658D5,Scripts\phone\022.dat:3C3CC3B15932EC609672495780317325,Scripts\phone\023.dat:2F05AE6C5CA3FB5F53E6ABB03B746136,Scripts\phone\024.dat:4A15536CC13CD9A05A856653E5A78D3C,Scripts\phone\025.dat:F7B2DC1FAD4941930DBE94350232571C,Scripts\phone\026.dat:C43996572867145F7D83BF183CD2A38E,Scripts\phone\027.dat:CD35629437948396E1B294AEE7C82881,Scripts\phone\028.dat:DF43DEBC54C431326FDC9DC04AF197EB,Scripts\phone\029.dat:E1EB582C1DD77220D9F5AE876BE4BF38,Scripts\phone\030.dat:992EA3479DD6411AB2F165A614B1A932,Scripts\phone\031.dat:40CE3DA94BC34D76975497897C71A16B,Scripts\phone\032.dat:5061ACB7A73E30A39EA9F492EA9D705B,Scripts\phone\033.dat:7C07443FE7FC98C382C6E72E67F622DE,Scripts\phone\034.dat:2C8C0819D2C7B43088EF8519BA1A9E79,Scripts\phone\035.dat:DCBE83B659A34B09B5FFE6C382527B05,Scripts\phone\contacts.dat:109D611C967B49E70C79E12743688ACB,Scripts\powerplant\call.dat:24CDBFA028DCFC04EB7F9B1AE95D3921,Scripts\powerplant\cop1.dat:065804609847C78D6CD075D4A3B63530,Scripts\powerplant\cop2.dat:2168D9A7FE004979F90282BDB52338A0,Scripts\powerplant\leave.dat:B1A79119895F0B8D826523FC38A459D3,Scripts\powerplant\manager.dat:1E90100E39D5F306698A1BABF41EA7FB,Scripts\powerplant\scientist1.dat:22C21C766CC57BCC51AAA16F603BEDCA,Scripts\powerplant\scientist2.dat:9702181ADB1F567DE21F1248988EE925,Scripts\powerplant\scientist3.dat:D4473BE9A1961681919D56F41B0C6060,Scripts\powerplant\scientist4.dat:A9F751CCDD9011E19AB6F064A4F77432,Scripts\powerplant\zapdos.dat:218155FDC0BEEB843DB81B3C5915A690,Scripts\quest\dockguy.dat:A59D61CF3823ED6CE3DC72181A103C5A,Scripts\radiotower\jigglypuff.dat:9DEA5776616BEE29FCE8CDC3830636BB,Scripts\radiotower\lotto.dat:19AF61FDB4B40D33CAECF073A84432B4,Scripts\radiotower\meowth.dat:67084DD19A0A9C8F304EC40752B315DB,Scripts\radiotower\petrel_start.dat:A89A2AB177E5F3177ABD070AFC3B6E0B,Scripts\radiotower\radiocard_quiz.dat:F3512B72DE3FFDFAF69DFA2688FE7922,Scripts\radiotower\radioshutters.dat:44D580D6F205F643E781C33B888DC8B0,Scripts\radiotower\rocketinvasionmusic.dat:5B3B3674741F82321CFDB1103F11FAD1,Scripts\radiotower\rocketinvasionmusic3f.dat:C0ADDF8A4237F95B6AC476360AFAD629,Scripts\radiotower\rocketinvasionmusic5f.dat:804A659255A9ED3334ECD12A3E9B8626,Scripts\radiotower\welcome.dat:DCE7F2EDA6FF602615E4A0B4A085E8ED,Scripts\radiotower\people\1.dat:56EB8065E6EA10A095E3DC82ADBCA124,Scripts\radiotower\people\2.dat:C56A70427614F93E68917A648A8CD8DF,Scripts\radiotower\people\3.dat:8CAFB431BA8FFBB5D09B1CA15D4ABD5D,Scripts\radiotower\people\Buena.dat:27B5715D9CE44C5DFAB12986A876ED03,Scripts\radiotower\people\Guard.dat:1529F31D00E6E725BB08A13F7C2274A0,Scripts\radiotower\people\Mary.dat:BB0B3789550406B69AAB43625F954D0B,Scripts\radiotower\people\Tradepts.dat:B2D6475FA1F7F124B189F8E8D92BEF4B,Scripts\rival\rival_barktown.dat:40B089F81454C66289E726BE8BDD64C4,Scripts\rival\rival_fortune.dat:8A001E5B1FDFBFB6D0ADFA3E223DF0E4,Scripts\rival\rival_league.dat:34477F16CBC237FAA507DCBFF6FA4877,Scripts\rival\rival_mahogany.dat:585B0DA4FD5D3C5552FCBB6B64CDE2EB,Scripts\rival\rival_rocket_underground.dat:CC58D9208331183C836F3CA299431E2E,Scripts\rival\rival_sprouttower.dat:1C15D06BB8D12D5BF45F20BF1DCCDD45,Scripts\rival\rival_victoryroad.dat:372271A9A8E619F3904A9EA39BFC5858,Scripts\rival\rival_azalea\startscript.dat:C59191DC959EFB31B70047EC4FBE390D,Scripts\rival\rival_azalea\walk_script.dat:42A99151FAA048919F6116ED5B444C07,Scripts\rival\rival_cherrygrove\startscript.dat:4BE723B4D6704D7B30BEE6B7681699E1,Scripts\rival\rival_dragonsden\scene.dat:5D9A50D7B7A8D66EA5B879F1BD4232A2,Scripts\rival\rival_ecruteak\walk_script.dat:161E8B551F3998D326742004ECE0B6FD,Scripts\rival\rival_mtmoon\north.dat:16D37CF7080D243097DA5494C824E1A7,Scripts\rival\rival_mtmoon\south.dat:5D490FB467BE217F7AC32D228F62589A,Scripts\rival\rival_olivine\olivine0.dat:0109ECD67DAA81B0E0A097591BD15736,Scripts\rival\rival_olivine\olivine1.dat:056906B6C4D3773169F0E59AB1A902E6,Scripts\rocketbase\computer.dat:8CC3F92231095E9CB52A0BC92EE5A82F,Scripts\rocketbase\elec1.dat:F1DD0112D04C872A682972F5C5B2C696,Scripts\rocketbase\elec2.dat:853CFA0B60F2AFE6E4CF831BCBCA6436,Scripts\rocketbase\elec3.dat:85BA713E6DE6641684F6C5A08D3502B6,Scripts\rocketbase\electrodedefeat.dat:4C20C48D7E383C2A47676E0A6F2B826F,Scripts\rocketbase\gate1.dat:0F896C8D54C05B763E5824215139DB2D,Scripts\rocketbase\gate2.dat:8DE63AAF615D53360AC1433A579C1C0A,Scripts\rocketbase\gates.dat:5FFB52271EFC7048259A86BF4F263E6F,Scripts\rocketbase\generator.dat:6209A75AF5736C8F35AFC3EBA0B1C388,Scripts\rocketbase\generator_on.dat:15886216FA6513051272A1CA9E8F051D,Scripts\rocketbase\lanceheal.dat:29F6F7278265A1E9E41104A5BD46525B,Scripts\rocketbase\murkrow.dat:CA593D6D6AD16F137CC67FA71986C240,Scripts\rocketbase\passtel.dat:B48F6EFD69A855A26D78D7AF59344061,Scripts\rocketbase\pokemon.dat:3200D66807D7D16E6DBA8DA8103ABC70,Scripts\rocketbase\switch.dat:5246A4D765418B8742EC457BC9B17E2A,Scripts\rocketbase\trap1.dat:0B0B0804AA59AEAB3E6CA99E31E139E9,Scripts\rocketbase\trap2.dat:BC2CDCCEDF1B6C8272708003F04F4F34,Scripts\rocketbase\trap3.dat:5A2150C839D989E86F07BE81B558E940,Scripts\rocketbase\trap4.dat:5C604539BF836ED39E7102E3617E6B89,Scripts\rocketbase\trap5.dat:A7A3F63FA5494E237A32C48B7A84D6C6,Scripts\rocketbase\warp.dat:CE76E4CFCA43234C6E7F0D0288248C9B,Scripts\route12\rod.dat:9777C8CE6BA56E7F078D15499E3D51DC,Scripts\route14\chanseylady.dat:DF01D5F836024A5C3B4FF27D554C349F,Scripts\route2\nuggetman.dat:5D0F16D866CA8C3AA0CAC5A86DC3C1B5,Scripts\route25\grandpa.dat:20A65A86541066697DDD1BA80C3FA0F7,Scripts\route25\misty.dat:59A5E37E02D60056CF00763808C5E50F,Scripts\route26\daysibs.dat:0E14529BA46C81EA72D4DB8FC26B5501,Scripts\route26\heal.dat:1CF9FF340DC12226FFA2751EF9B7ACE9,Scripts\route27\oldlady.dat:7D4E72509D439FA97810F84239D44C82,Scripts\route27\welcome.dat:39ADED5953156315C8F58332C5A19B43,Scripts\route29\1.dat:89E06F6BBF25EB9933DD0D023F017721,Scripts\route29\tuscany.dat:35D82B2FE0D14ADA197FD572FC693F51,Scripts\route29\tuscany_map.dat:27451965577B1CC5192FDE30019400C9,Scripts\route30\apricorninstruction.dat:9D7904B92F323B6F6AF20B0CCF47D25A,Scripts\route30\elm_call.dat:96C0697C43D932E8B20238C7CCE49C42,Scripts\route30\johnmaynad.dat:9CE98C79C29FCC6FF0692C8907A2A9AD,Scripts\route30\mrpokemon.dat:8A146F5C385ED270904C1B26B1535EEE,Scripts\route30\mrpokemon_start.dat:0E19229C58C663A3D50165C95BF9C1FF,Scripts\route30\rattatabattle0.dat:26B68D6F91212D28764AEEF42537ECEE,Scripts\route31\sleepy_guy.dat:0C2C36B57356C518D54421890AFFE934,Scripts\route32\badgeCheck.dat:8932BE33A77ECE0F937620B9713E2D59,Scripts\route32\badgeCheckTalk.dat:0C002D322D1DC4A0DD915B93DD6F64D8,Scripts\route32\frieda.dat:8CEEB18B58D8D38AD32A870B70B7E584,Scripts\route32\frieda_map.dat:AABD3D562E2C2BC5CC02BB3C34CB4E98,Scripts\route32\get_oldrod.dat:B95885649AE1F777DE8FC46C68A1E449,Scripts\route32\RoarTM.dat:BCD2FBCBA0844CAADE3DF861AB015B42,Scripts\route32\slowpoketail.dat:C471E523C85CDAF7A0C22CBA53A0A95D,Scripts\route34\daycare_pokemon.dat:85F2EB74FFE35FAD52E5347994E1B0DB,Scripts\route34\gateTMgirl.dat:A1FBBDA303E39327F366D4A0CF2E57F0,Scripts\route34\gate_butterfree.dat:41425EDDE654DB995E6AE427AFA94654,Scripts\route34\daycare\leave_pokemon.dat:9C2EC6F55F1D84D97909A1C78DE17BBB,Scripts\route34\daycare\main.dat:E5AE61D14A8437034A30C16401957BE7,Scripts\route34\daycare\odd_egg.dat:2EED6A912EE42A5355091B68D568CB97,Scripts\route34\daycare\oldLady.dat:28F77ABE4412A036529B86F9BAD4E500,Scripts\route34\daycare\pokemon_0.dat:B4207E7ECE0241B6C0010438780C16EB,Scripts\route34\daycare\pokemon_1.dat:57531414EC938E6D301BD60B4EB90650,Scripts\route34\daycare\take_back.dat:7458BBC8FDA9B537F91C5943BC99DF93,Scripts\route34\daycare\take_egg.dat:7EA6959A1E7BC147C48555C24EC078FB,Scripts\route36\arthur.dat:CBBC085E50CC7171439A113966465A83,Scripts\route36\arthur_map.dat:35865085271D47B097B14135AE0C569B,Scripts\route36\rocksmash_event.dat:6F1B699734B6F99E9A9171BD873348B3,Scripts\route36\sudowoodo.dat:4F45DD61977C2ED99D08E7A5B7E190FE,Scripts\route36\sudowoodo_reaction.dat:3BD5EC5D98878F373AC4186D90C28AA9,Scripts\route37\sunny.dat:E51F7C1EBB9EB435C05F1672F34EA689,Scripts\route37\sunny_map.dat:EB0C7B1A7333A5C8479BE254B4A4EA3F,Scripts\route39\barn_kid1.dat:EECC9DCB3F0F3CBB80F10CF75C789F48,Scripts\route39\barn_kid2.dat:503B41801FBCC131CE8EDF8E7BD1337E,Scripts\route39\barn_lady.dat:E72B040FACDE1D209D2DFCDED67D042F,Scripts\route39\barn_man.dat:622B1B3E0DF47FE356FF7BF4556FB6A8,Scripts\route39\barn_miltank.dat:B34553C29DDA28EEF84244317881748E,Scripts\route39\miltank_field.dat:9FBA7BC205FA7FA3600BFC446CEF75F4,Scripts\route40\block_man.dat:8190A9D1E2043944C50BF21F560C1C82,Scripts\route40\monica.dat:035CDBF4769866CEC3F7B662F74116D7,Scripts\route40\monica_map.dat:4FA0621786EEB6400B23899D7611EAE7,Scripts\route43\GateKeeper.dat:F9AF980287D4F0D9130D10FF9920914B,Scripts\route43\toll.dat:04B2CE7BD9873F4109DFE503F6014D34,Scripts\route5\daycare_pokemon.dat:4B284185711072DEE3642F91256981BF,Scripts\route5\oldlady.dat:00D700C90ED4412C5B0B18B4CE3BB55C,Scripts\route5\daycare\leave_pokemon.dat:FEBD410E26F7A9BEFB7AA3D9529510BF,Scripts\route5\daycare\main.dat:29803BB9C9E76492CF8BF4886092BF4F,Scripts\route5\daycare\pokemon_0.dat:45418ECBBABD289DA39577C95118F042,Scripts\route5\daycare\pokemon_1.dat:974B159BE519D09B95D0016B56D993DE,Scripts\route5\daycare\take_back.dat:77D4467A88DF7AAAD4E8FE4E0485174F,Scripts\route5\daycare\take_egg.dat:DE1A51058BEBCE841E754516800390D3,Scripts\route6\cop.dat:B127D427229A7896F7EB47A0A6CB681B,Scripts\route6\grunt.dat:DE34E6011A348AE31436750FA5B1DAC3,Scripts\safarizone\butterfree.dat:267E5D462E890BB3DB42618791DA9E07,Scripts\safarizone\explanation1.dat:9CE2DA56230537CE3F214FE8BDC7CD33,Scripts\safarizone\explanation2.dat:A63F797A4A58A9423BDE1E1A348EDCFE,Scripts\safarizone\hitmonchan.dat:E5D36B79BB3FE76A131ADEBA7A080640,Scripts\safarizone\kangaskhan.dat:6C4B940437BE17FFCF742C85AD77BF62,Scripts\safarizone\market1.dat:EC267B84BE808692C48F10BD778404B2,Scripts\safarizone\market2.dat:87A4FA0B83DD1496410B718353C05310,Scripts\safarizone\market3.dat:2DBD575407848C031D8DDE5D3EACCF6F,Scripts\safarizone\market4.dat:4099E5043325D1CD98F7523CDCE8AD01,Scripts\safarizone\market5.dat:52C1880793D33085C95D556EF3776C0A,Scripts\safarizone\next.dat:860360C5715C82B497C48248ED2B71A5,Scripts\safarizone\nextarea.dat:1F88ECB9AA918E26220E36507DED2291,Scripts\safarizone\quit.dat:57E893887ADB5814807354E090235203,Scripts\safarizone\quitsafari.dat:1EC9E19CF5AB122CE9A97BF0BCE1AEA1,Scripts\safarizone\randomclouds.dat:759B106A2C2C8FFC9B3E9FE56C280E68,Scripts\safarizone\slowpoke.dat:6A74356A575F40DDFFF451465985F13D,Scripts\safarizone\start.dat:49FCB4D9873D2C4DC0872B29F9FB89A3,Scripts\saffron\blissey.dat:3606F22EB1C9D7E68EF1F3E1A2D4AA3A,Scripts\saffron\cop.dat:1F7399AFE26322CB7BDF6D2801FC6B5B,Scripts\saffron\copycat.dat:6E9B9A715B548379E465A4548F1910F9,Scripts\saffron\dodrio.dat:2E7041727B71AF2016271767EA7F1184,Scripts\saffron\elevator.dat:C397E2489841541EE9197CED64DC7F2E,Scripts\saffron\GymGuy.dat:2B8E153F6EE44A24F86CA7104E59211B,Scripts\saffron\psychic.dat:7367D6F9FCA602FB012F8327C0FE586A,Scripts\saffron\traingoldenrod.dat:512F04D7E6C788294F0748F308EF3D35,Scripts\saffron\trainman.dat:BA260129952903C7B93907747535DE37,Scripts\saffron\warp.dat:425AC7CD599711ACC11F06436BF59D86,Scripts\saffron\rotom\elevator.dat:E6167D610CF9B62F8674744D08770FF3,Scripts\saffron\rotom\entermotor.dat:954BB3C900EAFD29673BE4D72E86B8F0,Scripts\saffron\rotom\fan.dat:ABAC459AF5EF3D03AACF3F8521FAFC21,Scripts\saffron\rotom\frost.dat:5EA55E6AA4B8C979AFA8F00B0A8BAE66,Scripts\saffron\rotom\heat.dat:3AABF15C50B53275A8B72BC6012DE722,Scripts\saffron\rotom\main.dat:0AEA9E919358B95F5AC3A0BCD5851AA9,Scripts\saffron\rotom\managedevices.dat:9F8C364BB29C58D62D8B9159AEE0CDBF,Scripts\saffron\rotom\mow.dat:6A69B547F64081E6BD0390B224C31D8A,Scripts\saffron\rotom\recall.dat:8872679FE8A4ED77115E981BDD72B35D,Scripts\saffron\rotom\removeattacks.dat:BFE826CDECE7C12C7EF36CD6D87CE181,Scripts\saffron\rotom\wash.dat:AED4BFD4E8B5AFB42941AEB5AC21DFFA,Scripts\seafoam\articuno.dat:15EA0975DB9A5248879D038CAC1DD2B6,Scripts\seafoam\GymGuy.dat:32A7EBC1BFF146DB14E28485E518F85C,Scripts\ssaqua\bed.dat:16795761F98909EB2D0E1C13BDB8341E,Scripts\ssaqua\leave.dat:FC2A1B9496B2FA9C34F9B09627AD52A8,Scripts\ssaqua\mainmapscript.dat:FE88D253D6241849E0561046B519D4EE,Scripts\ssaqua\first trip\bed.dat:4BB7ADA6DE81612A8B580F1C6239BDFD,Scripts\ssaqua\first trip\block.dat:A2D31E9051110F269697A0B8619B1CBD,Scripts\ssaqua\first trip\blockingguy.dat:308988962E1674AE29B2A94677AFFA6C,Scripts\ssaqua\first trip\bump.dat:1E41E8886A86B87D96C9EB3F2A4308AC,Scripts\ssaqua\first trip\grandpa.dat:B86E393D60D2FB8B8E9104C9660A1287,Scripts\ssaqua\first trip\littlegirl.dat:0F3952B373765FB6C4EF2734BFD7078D,Scripts\test\level1.dat:7D9C9690CFD8441BF8C5C9DBB5648C42,Scripts\test\start.dat:A96E75CE0D67EE0ECD12AF634D28D702,Scripts\tintower\7-1.dat:C1A429E9C0E56675149A03E789347916,Scripts\tintower\7-2.dat:4C6B50E13E46C8EE8E4F48A30BA126D6,Scripts\tintower\7-3.dat:C68BB0313C1D474237E9A7572D6A627C,Scripts\tintower\7-4.dat:37963B9FE1FEE2C207ECC5406F310D13,Scripts\tintower\8-1.dat:5C0F370B32287EC765CE156F8489D6A5,Scripts\tintower\8-2.dat:24D57FA11AA4012BFDC9100C6F9E4147,Scripts\tintower\8-3.dat:C913F8F5195EF6F5BA3386CAC966C2F5,Scripts\tintower\8-4.dat:141B151AAFFFB37938DC7DC675E7F633,Scripts\tintower\8-5.dat:515040F1A38191360C933289961A6D0F,Scripts\tintower\8-6.dat:9ACE440492ECDFDB7000525F158FE90F,Scripts\tintower\9-1.dat:720472AB65583C70F54ADFF3E7E322A0,Scripts\tintower\9-2.dat:4DD2C960516CA4711BBBC96F9C12A786,Scripts\tintower\9-3.dat:3E1E947743EDE9284E6B7A67121F9EA1,Scripts\tintower\9-4.dat:971C4D37B956E7E31FE6E3EDE538BA7F,Scripts\tintower\9-5.dat:88766F4EDEC30A28BEE8141BE9E4FB0A,Scripts\tintower\9-6.dat:684B7F2C543D9FA594326F22334B6089,Scripts\tintower\hooh.dat:70865803AD523FA3C95DF05AF9F6CA8A,Scripts\tintower\ho_oh_appear.dat:EDC6008E338B2A951A0CD92E40A0F507,Scripts\tintower\sage.dat:EF7BDE30A77EC09C0DC684E7AC9C4C2D,Scripts\trainer\30001.trainer:46CCDDE36EA24DFF3F7BF4524E3AD8C1,Scripts\trainer\30002.trainer:081299B37EF4C5AC1C6B6EC40A20167F,Scripts\trainer\30003.trainer:B4E292AA576DFC4F0295E18A651680E6,Scripts\trainer\30004.trainer:BA8E1B226B8642BEFB906A4C397FED5B,Scripts\trainer\31001.trainer:056BF6B336238C8DBCBB5A27F8099905,Scripts\trainer\31002.trainer:016D6EA221D5F112A7998E43634E10F0,Scripts\trainer\reggie.trainer:0665A84E73C7CDE4861EEE932E0FE95C,Scripts\trainer\rival_0_fire.trainer:BAC213FBD34E38711A338B6C6973EBB5,Scripts\trainer\rival_0_grass.trainer:8155BFDE02D02DC9732943092311E27D,Scripts\trainer\rival_0_water.trainer:79E84F7673814FB9C01B1C3154CC7C25,Scripts\trainer\sprout001.trainer:8B23132999C7D55881247E90B3297439,Scripts\trainer\sprout002.trainer:D04DA7D23730047B7E499A732439A891,Scripts\trainer\sprout003.trainer:FFDEB288933F34A8A2C454784678DA68,Scripts\trainer\sprout004.trainer:5236E8557586A045D64EA2172F3D4F8D,Scripts\trainer\sprout005.trainer:6F45C75977DA885BB7C6F63992F04748,Scripts\trainer\sprout006.trainer:A4F9DBA9A1FB4C80AFD25BF635838452,Scripts\trainer\sproutelder.trainer:2AB0814B352A7B9CD0DB00E719370741,Scripts\trainer\test.trainer:E7C47E78B90751E5D93E230609C1B623,Scripts\trainer\violetgym001.trainer:3F17BD3F2AD7411EEA959711E88DE211,Scripts\trainer\violetgym002.trainer:94D6B933E05E0E7D4029149C4BB7B6CE,Scripts\trainer\violetgymleader.trainer:904148AEF17401E544D22C1D8935C554,Scripts\trainer\azalea_gym\001.dat:722FFE0C6CB89483B5DA1BFC173B225E,Scripts\trainer\azalea_gym\001.trainer:FF3F2FBFDA91E33F67F1CF0350C8CF29,Scripts\trainer\azalea_gym\002.dat:9A3FC93B7C91AAA68F875398D080EC7A,Scripts\trainer\azalea_gym\003.dat:2BB02DFCB5F659F0B2A6E3B413F9C81D,Scripts\trainer\azalea_gym\003.trainer:F803BC8F68B0A3C0808A49276156FD58,Scripts\trainer\azalea_gym\004.dat:A1DDACB34E3BD068650C898081C7D770,Scripts\trainer\azalea_gym\004.trainer:C6E71EAFDE30FD9DBE2CD0F0C9396F87,Scripts\trainer\azalea_gym\005.dat:F43CB2DED1420E3FDFC0B77FD2831896,Scripts\trainer\azalea_gym\005.trainer:127D22F08ECA1165784E34169CCA3986,Scripts\trainer\azalea_gym\leader.dat:BBDD54F38F1D17EFF8755AE6461AA385,Scripts\trainer\azalea_gym\leader.trainer:98D35F5730999BAE7CA1BDF755F0F788,Scripts\trainer\blackthorn_gym\001.dat:50BA4A43154A132A9D22D4A9F0B66E85,Scripts\trainer\blackthorn_gym\001.trainer:E4D9F58B7A3BE2AE2869B88CD14A2380,Scripts\trainer\blackthorn_gym\002.dat:DA6AD0AC6A3FBC86B157447E93F3D5CC,Scripts\trainer\blackthorn_gym\002.trainer:B75B784F1103FC0C18916788BF34F81E,Scripts\trainer\blackthorn_gym\003.dat:F48B9D5187E8D29E62B7112D45B85EFF,Scripts\trainer\blackthorn_gym\003.trainer:487A5A2296E1BD1570EF652A1AA39D41,Scripts\trainer\blackthorn_gym\004.dat:D5161A0AC6B776FE9EE103746CC8B88B,Scripts\trainer\blackthorn_gym\004.trainer:04785B2B8BF7511B73F1FC0ABB839FC5,Scripts\trainer\blackthorn_gym\005.dat:9CB3646A690746C3B8A8D0063437FA96,Scripts\trainer\blackthorn_gym\005.trainer:39305CC7A6B55755944452F6C105A082,Scripts\trainer\blackthorn_gym\leader.dat:9BA97D1B6E2AF942C0BF8C58226E140D,Scripts\trainer\blackthorn_gym\leader.trainer:74FDACD0B783A29C6FCC6205F4F48742,Scripts\trainer\celadon_gym\001.dat:7AD602735F3B00A88B17EFDD03483052,Scripts\trainer\celadon_gym\001.trainer:BC84D58FE070050DDC9E15CDF632B80F,Scripts\trainer\celadon_gym\002.dat:A81461BFDAFFF5BC7394BB2E5F3DD1AF,Scripts\trainer\celadon_gym\003.dat:440415D7B898EA66CDD58C790CBD51B3,Scripts\trainer\celadon_gym\003.trainer:3A1C2B85D02FAF3FCF7DB1AC0755199C,Scripts\trainer\celadon_gym\004.dat:335341B94C52F070A2AA0A98C6C3E4B3,Scripts\trainer\celadon_gym\004.trainer:0CD4243C1BA15C728AF863F5BD40FFBB,Scripts\trainer\celadon_gym\005.dat:4C12D48BEDD55B91F1ACFB05D4B12324,Scripts\trainer\celadon_gym\005.trainer:B09AB3AC9E1C88FF44867CA86A6B3A41,Scripts\trainer\celadon_gym\leader.dat:634D7AD393B70BFEDF8739F261C979C3,Scripts\trainer\celadon_gym\leader.trainer:CCED7D45488150D346C794321D572299,Scripts\trainer\ceruleancave\000.dat:A97E7218761C0C0D67522825D2672D49,Scripts\trainer\ceruleancave\000.trainer:A86413F409E5F98D9DB04E53ECB380C7,Scripts\trainer\ceruleancave\001.dat:0E26F6E8F555446CFCA55B8373EC5A21,Scripts\trainer\ceruleancave\001.trainer:EA6C446CBE296C320AA673D59C7086C8,Scripts\trainer\ceruleancave\002.dat:3E783480DEB87AF7BF00B4F0A8996E26,Scripts\trainer\ceruleancave\002.trainer:A973F5563ED5F2E5B7AD2344D1404C63,Scripts\trainer\ceruleancave\003.dat:C0C68F1939170A5E4181FA9A357BE907,Scripts\trainer\ceruleancave\003.trainer:9FD300EDDCD3C5B6A6D202BA370BA61F,Scripts\trainer\ceruleancave\004.dat:8C0F273C3FE1F7221BD9B329E038BC08,Scripts\trainer\ceruleancave\004.trainer:A71D1BB6B9F02E0E99168FCAE0B08D17,Scripts\trainer\ceruleancave\005.dat:AC459A5304A930A7CCDDD739A77CFA6E,Scripts\trainer\ceruleancave\005.trainer:2E12151053CC589AB64833217CD5933F,Scripts\trainer\ceruleancave\006.dat:16DD4AA732B9086BF6A0DE79ACE59015,Scripts\trainer\ceruleancave\006.trainer:1E725F7D8071EBA891773F5B0C279B12,Scripts\trainer\ceruleancave\007.dat:F274B63F93AC4A485712A0437AC3782D,Scripts\trainer\ceruleancave\007.trainer:B7E35B06F37FC830BAB6BD33B43C35A2,Scripts\trainer\ceruleancave\promew2.trainer:B294DA9D266510DE3B762A1C0BCADE94,Scripts\trainer\ceruleancave\Proton.trainer:FC42A8F37BFBFA7CE5C43AD834D14E40,Scripts\trainer\cerulean_gym\001.dat:DD7377F1C8C97EAAFDB2B47A32D50CF5,Scripts\trainer\cerulean_gym\001.trainer:8A2C981FB4BC3BF4EB49355C693447FE,Scripts\trainer\cerulean_gym\002.dat:A50914D1A256E301BBCC5A0351C21E17,Scripts\trainer\cerulean_gym\002.trainer:04E0DE1B1B286033C49C89F0D55B745A,Scripts\trainer\cerulean_gym\003.dat:D43CFAB10636454E57FF546EB10D73D9,Scripts\trainer\cerulean_gym\003.trainer:A5D95665EAE95C4DE0B5989FAC3CCD76,Scripts\trainer\cerulean_gym\leader.dat:A14666B1BA1437C80AC8C28169164BDC,Scripts\trainer\cerulean_gym\leader.trainer:3DEC7EAC45F158E69392055447DF895C,Scripts\trainer\chrono\grunts\001.trainer:7AAFA5767422DFADEAA73060541FF5EE,Scripts\trainer\chrono\grunts\002.trainer:DA8C53905F10763534778F6B6D83F6B5,Scripts\trainer\chrono\grunts\003.dat:50BE2BFAF250711EF3A9EC47500841E5,Scripts\trainer\chrono\grunts\003.trainer:0716F8D5D66840D82C4C0DB073EB11E0,Scripts\trainer\chrono\grunts\004.dat:ECD31ADCF6A61ABC5F293F892D02D720,Scripts\trainer\chrono\grunts\004.trainer:B8A65915F615D7A65353DB5EB7C8E397,Scripts\trainer\chrono\grunts\005.dat:246B87C9A1B648C8C9CEDFFE68965A0D,Scripts\trainer\chrono\grunts\005.trainer:F1E82321916721332B8A595863DD27AC,Scripts\trainer\chrono\grunts\006.dat:0C18749D0F9A28D3452C4B5D5AFACAAC,Scripts\trainer\chrono\grunts\006.trainer:EDE1381FAB5B4A28A6AAF74E707EC529,Scripts\trainer\chrono\grunts\007.dat:77EF633E9664C828050B3227714D0861,Scripts\trainer\chrono\grunts\007.trainer:C945213ECB326C5E5A85B6EF60630E4E,Scripts\trainer\chrono\grunts\008.dat:A23824CBA9307BE5E1E6DC519E61864A,Scripts\trainer\chrono\grunts\008.trainer:C69B727F11FD880B6E487C4FFCC9CDA6,Scripts\trainer\chrono\grunts\009.dat:3710DCDE635A3FF1CA27CE5AE4BA8D47,Scripts\trainer\chrono\grunts\009.trainer:215F13D23C5E14294948262C79FBE58D,Scripts\trainer\chrono\grunts\010.trainer:95AF5F55A0523156FDEFC59FAB53B1F9,Scripts\trainer\chrono\grunts\Proton.trainer:7299404B999EDF55B6E9ACF9EF7829D8,Scripts\trainer\chrono\north\001.dat:D63E413B5710FBFE9323C1C4AFC4D643,Scripts\trainer\chrono\north\001.trainer:2A863E654583BF0FE6A60BD455F69B9E,Scripts\trainer\chrono\north\002.dat:DEB88FC140901666CCD41F86261AE76C,Scripts\trainer\chrono\north\002.trainer:C6283550807DBA7414987C83BB0BF9E3,Scripts\trainer\chrono\north\003.dat:5151259DD8C2E432907147AD89A1056C,Scripts\trainer\chrono\north\003.trainer:13786D8985A3FF647A70E47246A0A8E1,Scripts\trainer\chrono\north\004.dat:E0B8DCC54D4950BE3D14E8D3D841BE56,Scripts\trainer\chrono\north\004.trainer:A7FD1B2066F4389CB774A712830A946F,Scripts\trainer\chrono\north\005.dat:8EA096A7F2F3A508004FD3EB3B942C96,Scripts\trainer\chrono\north\005.trainer:87A4DF8D2C5A7C0B1BE00D861ED22E71,Scripts\trainer\chrono\north\006.dat:0172C7489CE0663515DEFD9531C5312E,Scripts\trainer\chrono\north\006.trainer:242A14F2ED383B79C4CFA6AE10052EB7,Scripts\trainer\chrono\north\007.dat:505E355EC46B8E54A13651075DB5C862,Scripts\trainer\chrono\north\007.trainer:3B7CE34D1730412D321C15C8654A0915,Scripts\trainer\chrono\north\008.dat:C678DA93EABE0E621EB735061031362F,Scripts\trainer\chrono\north\008.trainer:17DF096B79555A2A8A2E671E893C9FCE,Scripts\trainer\chrono\north\009.dat:F7E7294D9731F56AE02E8A859B07852B,Scripts\trainer\chrono\north\009.trainer:78B9D7AECD3252D1AEF94E3BFCB30663,Scripts\trainer\chrono\north\010.dat:8048750C49CF781FD93A54590B69884F,Scripts\trainer\chrono\north\010.trainer:F8BD9E55214A118775D9E719B80CE458,Scripts\trainer\chrono\north\selphy.trainer:EEE95F995CE195D41AA586C4758B7C99,Scripts\trainer\chrono\south\001.dat:73B75DC30AF45ACA0321E20F98E3DB21,Scripts\trainer\chrono\south\001.trainer:6D03DC0CB7D922FA38A0819498183D70,Scripts\trainer\chrono\south\002.dat:AAD00647042D6684AF69658D8C299E77,Scripts\trainer\chrono\south\002.trainer:232DD91F29C4F5C268369A21FD071F42,Scripts\trainer\chrono\south\003.dat:4D22744160F9986C92D70E50A2C60EB3,Scripts\trainer\chrono\south\003.trainer:EA8AFD69C8A3102B3F498769EE1A4BD8,Scripts\trainer\cianwood\Eusine.trainer:2612780F49992CABAAD65D0B42C818D3,Scripts\trainer\cianwood_gym\001.dat:18D54A65C2A5FACE8C05B4DA9087DDEF,Scripts\trainer\cianwood_gym\001.trainer:46D9DADC668B1E1285314C22EB0B8CF3,Scripts\trainer\cianwood_gym\002.dat:E5CAB6C0FBA68D2A08694B9771B15132,Scripts\trainer\cianwood_gym\002.trainer:0131754AC55C38A327B1C14240E76F1D,Scripts\trainer\cianwood_gym\003.dat:62D41A6172C1B5DE2FF90506E42AE186,Scripts\trainer\cianwood_gym\003.trainer:83B48B4FC54E8B8554DB4BDC2CAF0CF0,Scripts\trainer\cianwood_gym\004.dat:A2FF967CF02EECDF4934DE1B81B60C5C,Scripts\trainer\cianwood_gym\004.trainer:50180858039A3383A9A010166ED5ED96,Scripts\trainer\cianwood_gym\leader.dat:4FB8316276AD0596BCB124954BBC7B14,Scripts\trainer\cianwood_gym\leader.trainer:ACCD101710BE8D03A1C8DBA9F8E18737,Scripts\trainer\cianwood_gym\000\1.dat:23B4D496E8F744ACB14570C0D2CB4DDE,Scripts\trainer\cianwood_gym\000\2.dat:83978FFFC412C8D2E96AF33C9D745DC4,Scripts\trainer\cinnabar_gym\001.dat:5A4A3C8F09AAAA3EE43131326ECCDB57,Scripts\trainer\cinnabar_gym\001.trainer:C7268C67EAF5EDEBD0E8309B7C82A96E,Scripts\trainer\cinnabar_gym\002.dat:7A2845C05D51A8A726112A89B3470834,Scripts\trainer\cinnabar_gym\002.trainer:FAA07C73AA6DBA4B0E42EF7A4D0902A0,Scripts\trainer\cinnabar_gym\003.dat:F12FE6972C400D438AD132934BF1E40F,Scripts\trainer\cinnabar_gym\003.trainer:8391A50FC5F64FB603218F148E4783BE,Scripts\trainer\cinnabar_gym\004.dat:01AAC00A92F66631FB0E1EEC9BDF86A9,Scripts\trainer\cinnabar_gym\004.trainer:05239DBFF6EE5392A62169C83F8D7789,Scripts\trainer\cinnabar_gym\005.dat:8707A8B059D16D06BA8216BD66772C62,Scripts\trainer\cinnabar_gym\005.trainer:691D7E8E71F5B96DFD93F7C20A31C3AC,Scripts\trainer\cinnabar_gym\006.dat:674E70F762E0F09D8B8B558A5C2859AA,Scripts\trainer\cinnabar_gym\006.trainer:71D38F3A3DE39A2F4D0CD9126D49A2AF,Scripts\trainer\cinnabar_gym\leader.dat:4821051CBE07843D8E0477A79049F888,Scripts\trainer\cinnabar_gym\leader.trainer:EBFF1F3F311090289848766AE3654EF7,Scripts\trainer\dragonsden\001.dat:66886834C0E4B8BE5C1EFE79D4339281,Scripts\trainer\dragonsden\001.trainer:DC62B549C5E7AE2B849FF18EE9CCD9E3,Scripts\trainer\dragonsden\002.dat:E3614BAC6829EAC464A97712A2E8A491,Scripts\trainer\dragonsden\002.trainer:AA3814EA2C8DFD3AEF49BA841ADF2DBE,Scripts\trainer\dragonsden\003.dat:D414421D77B660BC908E84F10ED81AA1,Scripts\trainer\dragonsden\003.trainer:5A453EB48D7E22BC07DA2BFD2D6BB5FA,Scripts\trainer\dungeon\robots\0.trainer:BAE889BE92D3F5782D2B4A313DECC170,Scripts\trainer\dungeon\robots\1.trainer:B02847C7959523D747A201D38972B809,Scripts\trainer\dungeon\robots\2.trainer:238742146563C7AF0B8583583445668C,Scripts\trainer\dungeon\robots\3.trainer:83E086D80CFE78D1DDF21C3AA246EB0A,Scripts\trainer\dungeon\robots\4.trainer:347A28D02F43AD7282FCF1C3700A6383,Scripts\trainer\ecruteak\001.dat:BE9D3DB7EF8811E3FFB035A39F6F21FB,Scripts\trainer\ecruteak\001.trainer:09CA5F1AEF2894EC8DD00CB332B85589,Scripts\trainer\ecruteak\002.dat:27B8230D9F70074ED7947732E3B07F05,Scripts\trainer\ecruteak\002.trainer:29C77D1EF8CA84EFEEA47841B32C5261,Scripts\trainer\ecruteak\003.dat:BF4424E10ABF94040133877C9F323E83,Scripts\trainer\ecruteak\003.trainer:C8B966E2E709A4716F730D0179741E43,Scripts\trainer\ecruteak\004.dat:06B71D67B85F2693916DAD2A37DA0753,Scripts\trainer\ecruteak\004.trainer:8C28B2C80830C333FC0B1FC0C7AFB6F4,Scripts\trainer\ecruteak\005.dat:3A2F5D8CA6649A3B862EA5F07700DFB6,Scripts\trainer\ecruteak\005.trainer:AEAE46288721467EAC9886F481905FF1,Scripts\trainer\ecruteak_gym\001.dat:F664EBB3A386E2DDE05B3E6DE6C5E294,Scripts\trainer\ecruteak_gym\001.trainer:12C659183E0F2AA2B93A4076C32CE6DF,Scripts\trainer\ecruteak_gym\002.dat:1A4700D89FD081F45E37AE78B1DB3CAC,Scripts\trainer\ecruteak_gym\002.trainer:51158A3EFEF1C8FF206DF2E30E8A364A,Scripts\trainer\ecruteak_gym\003.dat:F2227970B5BD47DD569670D6FE8AF6CB,Scripts\trainer\ecruteak_gym\003.trainer:80A1C5A3626880B43074062B49109D04,Scripts\trainer\ecruteak_gym\004.dat:5451B81224EA863B1FA6546D78FCFBE3,Scripts\trainer\ecruteak_gym\004.trainer:98E962E68D534483CE07CD526B8F75FF,Scripts\trainer\ecruteak_gym\leader.dat:F80F47C8D6304ED6A65D7D5690F7A6BE,Scripts\trainer\ecruteak_gym\Leader.trainer:8F009E87DA5276BAA69AE84F2655AAAF,Scripts\trainer\floe\grunt.trainer:2D2C97A5C50C4E9012DB46FCD611B979,Scripts\trainer\floe\lorelei1.trainer:EE3F5F628E3C87AE5C239C2A9EAF2D5B,Scripts\trainer\floe\lorelei2.trainer:F3233F68B36F2EE746359371EEEAD441,Scripts\trainer\frontier\battletower\0.trainer:1D8A663F6552515CE19CE1A2FD39E77F,Scripts\trainer\frontier\battletower\1.trainer:4795ECFB9F27A2F9223520712DB7128F,Scripts\trainer\frontier\battletower\10.trainer:BB674F1291496BBF7C76887E4F5BEA53,Scripts\trainer\frontier\battletower\100.trainer:DEA98D63D27558D062E0C99527DCA668,Scripts\trainer\frontier\battletower\101.trainer:EA39581FE0D654BEF7C919F4D7DBBF67,Scripts\trainer\frontier\battletower\102.trainer:1518B34EFC7C4E0216C43E25649E9EB4,Scripts\trainer\frontier\battletower\103.trainer:FF95A9569766DF1452C471FBAA5374D7,Scripts\trainer\frontier\battletower\104.trainer:3BBF7A4A8EC35E65A535F6D52AAAE677,Scripts\trainer\frontier\battletower\105.trainer:1A04BE858AFE07521F0A16AD49F5AC5B,Scripts\trainer\frontier\battletower\106.trainer:C0FFA1719ABB8812116958E28CDC70FD,Scripts\trainer\frontier\battletower\107.trainer:9D7220BC79CBBDBDF0206BE780009511,Scripts\trainer\frontier\battletower\108.trainer:1C532BE45D6D0F8F3C2828C74F8364FC,Scripts\trainer\frontier\battletower\109.trainer:B703D3593105E708218A70AD3E2F4648,Scripts\trainer\frontier\battletower\11.trainer:AF882973A69A3880C7C13F0EE2475AAD,Scripts\trainer\frontier\battletower\110.trainer:A3B7F132C53E70F17075DCF3073D15BB,Scripts\trainer\frontier\battletower\111.trainer:EC07751E183CD7881ABC7655D0F602E0,Scripts\trainer\frontier\battletower\112.trainer:340BEB31B5F3FB5262048B8951D017A2,Scripts\trainer\frontier\battletower\113.trainer:57B05DEF0B40E05CBFA981CF1755B1BE,Scripts\trainer\frontier\battletower\114.trainer:4D3C30F5614DEC2504D71F3FBDC52AC6,Scripts\trainer\frontier\battletower\115.trainer:ED3EC604AE718031F6E2E1876DB961AA,Scripts\trainer\frontier\battletower\116.trainer:C3CED8C012B6CAC3BD795F4816569B3C,Scripts\trainer\frontier\battletower\117.trainer:C0D03BFC3AF92BD4089B2E7C5D49A9A8,Scripts\trainer\frontier\battletower\118.trainer:D1A9D76F64D88C5CDF5E83BEEEDFDD81,Scripts\trainer\frontier\battletower\119.trainer:E7A28FC9098C34937E38B4EB8F6F3ADD,Scripts\trainer\frontier\battletower\12.trainer:DB7F25F0DEE5BF77B1E651D6DEDA785A,Scripts\trainer\frontier\battletower\120.trainer:3ED54EF3584C8706E300C97CBA46C92D,Scripts\trainer\frontier\battletower\121.trainer:976CE555E502439B9A307D432EBEB98A,Scripts\trainer\frontier\battletower\122.trainer:F46FB074C2F64EB08254B56313CD4A74,Scripts\trainer\frontier\battletower\123.trainer:0107D68C15E0B8E1D228AF83A517CDBD,Scripts\trainer\frontier\battletower\124.trainer:A6F365526B64D3DD75803D62646B9391,Scripts\trainer\frontier\battletower\125.trainer:69569BAD6D18F0250175CBA9136370FE,Scripts\trainer\frontier\battletower\126.trainer:276DAD1F85F6A2BFFCC7F633A395F3FF,Scripts\trainer\frontier\battletower\127.trainer:DD0FDAE204EB403EA8CE18687CDACB7F,Scripts\trainer\frontier\battletower\128.trainer:62D1CCB1CFC60398F9CCBD321770B974,Scripts\trainer\frontier\battletower\129.trainer:2B9670E9BFFC58188EC1162756FFA7A8,Scripts\trainer\frontier\battletower\13.trainer:9130D8A0AC7C3E36F0718588DA440244,Scripts\trainer\frontier\battletower\130.trainer:483261F2A3100661F286286155A743A9,Scripts\trainer\frontier\battletower\131.trainer:54B460E505D13065676BE7C642465E33,Scripts\trainer\frontier\battletower\132.trainer:806DA90830C5CB376074E5063BD02046,Scripts\trainer\frontier\battletower\133.trainer:43D68ADD70603E2423774C18AC862B26,Scripts\trainer\frontier\battletower\134.trainer:1E62F5E4F75EDFDD8FC215D9AB106E74,Scripts\trainer\frontier\battletower\135.trainer:B58E729FC6F7B43616856FA6A1615D91,Scripts\trainer\frontier\battletower\136.trainer:AB264607380C6F4407973E4EEDCB9C99,Scripts\trainer\frontier\battletower\137.trainer:CF1A80F450D50FC12AB1B5D495CB1832,Scripts\trainer\frontier\battletower\138.trainer:89B044D4707D404F0FBB3B7DC12D9757,Scripts\trainer\frontier\battletower\139.trainer:E68310B423F1748F5AF3E8402E8E8366,Scripts\trainer\frontier\battletower\14.trainer:A1B422714EB56723CB7952E1D8BF5081,Scripts\trainer\frontier\battletower\140.trainer:F6AD967BBCAEDEBE5FF404F17F5E78B2,Scripts\trainer\frontier\battletower\141.trainer:2ADA72EBC16049F2FCBC69A1F8038CBA,Scripts\trainer\frontier\battletower\142.trainer:37D2CBD27F1E37C91BC2E936243D9478,Scripts\trainer\frontier\battletower\143.trainer:0CDE861B85916A876811C4727EC8BE68,Scripts\trainer\frontier\battletower\144.trainer:B6D9F51002E6B97D933AE29638E66AFF,Scripts\trainer\frontier\battletower\145.trainer:38B59BD4738510A80FBC4009D86BAF4A,Scripts\trainer\frontier\battletower\146.trainer:EAFCAFB365767C653067CB66FBD5484B,Scripts\trainer\frontier\battletower\147.trainer:73385F5696A98BCD250644D05E2CE9A1,Scripts\trainer\frontier\battletower\148.trainer:95CDEF3ACFF36D96D58B89F9AA782F43,Scripts\trainer\frontier\battletower\149.trainer:F5EE7F8394DE7C903E072C00BDA2E297,Scripts\trainer\frontier\battletower\15.trainer:D6B8395B1B3A1D52CB31016B4372EB90,Scripts\trainer\frontier\battletower\150.trainer:A980C008DA761478F6105B39953EA44E,Scripts\trainer\frontier\battletower\151.trainer:4B361550726754A329CB12C55A544BDD,Scripts\trainer\frontier\battletower\152.trainer:D9AAF0EDBD5D95D0561ECDBCE5451A86,Scripts\trainer\frontier\battletower\153.trainer:42D4B452BFA732EB15A3E7647CF0A5C3,Scripts\trainer\frontier\battletower\154.trainer:52C0C00D803DED86BEC3D9965124F477,Scripts\trainer\frontier\battletower\155.trainer:B807F00FE04022C77125562B361E00C5,Scripts\trainer\frontier\battletower\156.trainer:3D3B40CD32B06A4C07CDC239CF421F09,Scripts\trainer\frontier\battletower\157.trainer:BED2EBA856F5585F6E8F014A346A8EDE,Scripts\trainer\frontier\battletower\158.trainer:360926A3C3FFBDFA0B324CF04187F783,Scripts\trainer\frontier\battletower\159.trainer:ABFE040F685C8E447699FF6CAD2343A7,Scripts\trainer\frontier\battletower\16.trainer:A587FB84E3022949B7BCA7C1B359CD29,Scripts\trainer\frontier\battletower\160.trainer:3805A1212B38C5A5D60D7D4CD9FFA362,Scripts\trainer\frontier\battletower\161.trainer:96D3D8B69004D24CA616894A7D860A99,Scripts\trainer\frontier\battletower\162.trainer:18AC039358A0D83EFBCE622A64047EE5,Scripts\trainer\frontier\battletower\163.trainer:EB15B980C44417323873BBAE40CD5EF6,Scripts\trainer\frontier\battletower\164.trainer:9E7635B76662B5D1756B4D1F46CF649B,Scripts\trainer\frontier\battletower\165.trainer:612498AFBF1F5DDEA6A4C37A6BBB8345,Scripts\trainer\frontier\battletower\166.trainer:373C13AFB0337EAA1A2C99977271C975,Scripts\trainer\frontier\battletower\167.trainer:4C347AD938ADBB7384B33970621A0F99,Scripts\trainer\frontier\battletower\168.trainer:2EE843C8CC02DD9E864B30219CE5A4CC,Scripts\trainer\frontier\battletower\169.trainer:61F076C80068888C867F8A49E6BB7FA7,Scripts\trainer\frontier\battletower\17.trainer:C2A88526769F2E32D8CA0DBBB9AD2910,Scripts\trainer\frontier\battletower\170.trainer:E97C14FCE61C9DBFFD261C0EE70D87E5,Scripts\trainer\frontier\battletower\171.trainer:485F56F0478E537AB4F0AAD6AC7CCA93,Scripts\trainer\frontier\battletower\172.trainer:81D6A48A99659D72E2C6C09B91F520D4,Scripts\trainer\frontier\battletower\173.trainer:A6F556E6BC3A14CB84CAD8E6C3967123,Scripts\trainer\frontier\battletower\174.trainer:0F60259BEF253F743562398D2D685AA9,Scripts\trainer\frontier\battletower\175.trainer:81AE48524DFA971071C46B931319E017,Scripts\trainer\frontier\battletower\176.trainer:AF8BFD8C8B47C24CBD018D514A367BE9,Scripts\trainer\frontier\battletower\177.trainer:D39502AA73A2C6D83BF825E9F5B3F00C,Scripts\trainer\frontier\battletower\178.trainer:5FE59E32368FCC12620159D911F5D795,Scripts\trainer\frontier\battletower\179.trainer:033985C5FB3558DB3D94179837724948,Scripts\trainer\frontier\battletower\18.trainer:E8CD8C9E50FDF7E115B5F70D8D7B4DE5,Scripts\trainer\frontier\battletower\180.trainer:57581E07C36D248F464A2DFAEACEFE48,Scripts\trainer\frontier\battletower\181.trainer:5E2B7C18455A755671E300AD1BD57EFC,Scripts\trainer\frontier\battletower\182.trainer:9EBCFEA9D3231BD207504E01A3E5CA27,Scripts\trainer\frontier\battletower\183.trainer:DF101006CEE0B636F92B6E9DF00B5D70,Scripts\trainer\frontier\battletower\184.trainer:4B972628454C4750959302F671E41AAA,Scripts\trainer\frontier\battletower\185.trainer:EE7EFB1122363A004E6BA91C8D1EE754,Scripts\trainer\frontier\battletower\186.trainer:1F5724685ADB8A210B8CE0F1F8B07119,Scripts\trainer\frontier\battletower\187.trainer:D773E8EBCDD74166CFE39A12AC464507,Scripts\trainer\frontier\battletower\188.trainer:8794191912E23E8CA0C9C56CC8BAD542,Scripts\trainer\frontier\battletower\189.trainer:4378223DD5C149AA4551D83704021ECD,Scripts\trainer\frontier\battletower\19.trainer:32F3D80A6E6DCB21E02ED36EA65F8010,Scripts\trainer\frontier\battletower\190.trainer:09FF1D8861547C4E3CFF6EFBDA8E0AA7,Scripts\trainer\frontier\battletower\191.trainer:CD975B63A523E4A76635B9FD96C9EF17,Scripts\trainer\frontier\battletower\192.trainer:8192CEF8CFBFFA0226043917097F88BF,Scripts\trainer\frontier\battletower\193.trainer:7A8D754C94EFBA354F09D96AF0D4407A,Scripts\trainer\frontier\battletower\194.trainer:04086527613DCF6DEA7767EDA642E104,Scripts\trainer\frontier\battletower\195.trainer:F82752AA2986ED38F7E5F44119F18D66,Scripts\trainer\frontier\battletower\196.trainer:02FE7B7BA33900A536F262A545977B1D,Scripts\trainer\frontier\battletower\197.trainer:95AEA02D16C88120328B694349FBA24A,Scripts\trainer\frontier\battletower\198.trainer:A3239C78240FBF0F650262C54EFD6166,Scripts\trainer\frontier\battletower\199.trainer:90265CF770BB2DB3A86F15ACC6AD7A0E,Scripts\trainer\frontier\battletower\2.trainer:416085537446C9B1009AB7E6BB5E49F6,Scripts\trainer\frontier\battletower\20.trainer:69F886A3CC9140F0332B313925D6D1E5,Scripts\trainer\frontier\battletower\200.trainer:B348255B5AA4332CAA53AE645241E886,Scripts\trainer\frontier\battletower\201.trainer:79C1BED941D9E21FC4AB99FA3CE3DDC9,Scripts\trainer\frontier\battletower\202.trainer:82D849217EFCE1A13C45D9F554FDBAA7,Scripts\trainer\frontier\battletower\203.trainer:794FBBE9C0AF385042FE52D5AAF02B99,Scripts\trainer\frontier\battletower\204.trainer:967BC3F386B1F7F2C20D3AC8556EA93D,Scripts\trainer\frontier\battletower\205.trainer:C64605B81B5A2E0AA11B3571B0CC3E41,Scripts\trainer\frontier\battletower\206.trainer:51F787960FE673014882058BACE45A94,Scripts\trainer\frontier\battletower\207.trainer:80959499534442ED4097220E51C9095E,Scripts\trainer\frontier\battletower\208.trainer:FFC2DFBFA21C6F15E783A35D99555479,Scripts\trainer\frontier\battletower\209.trainer:C702EDFA9C6CA7336834D5E1ED1EDC60,Scripts\trainer\frontier\battletower\21.trainer:1225F79716B4D95A00A7C5BF2A8B48D3,Scripts\trainer\frontier\battletower\210.trainer:20A8CD924E0DC5EA4BC9507689316E31,Scripts\trainer\frontier\battletower\211.trainer:52ECB81367DCD3785B126FDC0497BF4E,Scripts\trainer\frontier\battletower\212.trainer:CE082364613FA504E98C8E7FA6A36531,Scripts\trainer\frontier\battletower\213.trainer:C8522F9F0A8A595F2EB140E637155273,Scripts\trainer\frontier\battletower\214.trainer:08F8428CD302177A8EAAA058A06B9362,Scripts\trainer\frontier\battletower\215.trainer:3381275D566802199C4ABE855E488C05,Scripts\trainer\frontier\battletower\216.trainer:23728FC2320B387DDFC4E3FAAB4E69A9,Scripts\trainer\frontier\battletower\217.trainer:FEBA68865B1B963D6D9B6533E12CEE60,Scripts\trainer\frontier\battletower\218.trainer:2506C6DFF09B5D70D8C9E894FC377C1E,Scripts\trainer\frontier\battletower\219.trainer:287912C65D09490DBCC7AFB13DA13CD5,Scripts\trainer\frontier\battletower\22.trainer:9A1985634F9CD259FE5CAFCF0885184C,Scripts\trainer\frontier\battletower\220.trainer:951D28EC437C9D3A7E03BFA1EF107D84,Scripts\trainer\frontier\battletower\221.trainer:4D8FBC833095D744B0A067B61D2A6584,Scripts\trainer\frontier\battletower\222.trainer:3A22BC1EB48CBC8B1F725827F08A08EA,Scripts\trainer\frontier\battletower\223.trainer:CCF3F676711FB6E86BC5C620B5F892E3,Scripts\trainer\frontier\battletower\224.trainer:275D7D74A33E2D12D58A2E1FEC1171D5,Scripts\trainer\frontier\battletower\225.trainer:DFD53CCAE72C2BD314130F082D9AB8AB,Scripts\trainer\frontier\battletower\226.trainer:BB02E05B5CD557181BADD8D9277262FD,Scripts\trainer\frontier\battletower\227.trainer:FF1385A8117B24BCDDA8F34CAE9BA4AD,Scripts\trainer\frontier\battletower\228.trainer:8C2EEEA43FE9B57C2DE7A90FC0CF6DFB,Scripts\trainer\frontier\battletower\229.trainer:3DA68389063D0034533F1DDDF611CF60,Scripts\trainer\frontier\battletower\23.trainer:EBCD9B0141DBB89600BC7FF19D9EDCDC,Scripts\trainer\frontier\battletower\230.trainer:A6CA25FF254672C01652AB5DD713FADF,Scripts\trainer\frontier\battletower\231.trainer:263661C7F43364FDB405CC151D40F468,Scripts\trainer\frontier\battletower\232.trainer:7D61B6DB7D9742494973645666FA1CEB,Scripts\trainer\frontier\battletower\233.trainer:1BB35E80D09F02397591402FC8D20F54,Scripts\trainer\frontier\battletower\234.trainer:30A41A7245BECB0B272D3AC321F832A0,Scripts\trainer\frontier\battletower\235.trainer:20A87AB2786AA109DC0C12EDF1477959,Scripts\trainer\frontier\battletower\236.trainer:C7207A3E197C684C84CE27273776B55E,Scripts\trainer\frontier\battletower\237.trainer:B1FFDAC91A6CE4618BFB5E8AFB8522BC,Scripts\trainer\frontier\battletower\238.trainer:78CA6B930B770FD628C00628F818EA96,Scripts\trainer\frontier\battletower\239.trainer:72FE01BF6D9E3B8FE8C99C00588B2C87,Scripts\trainer\frontier\battletower\24.trainer:62641AE0C4CC8B00C0F781B7C490F2EB,Scripts\trainer\frontier\battletower\240.trainer:AEAC7F0337A4E0D9B5DA1DBA76AAA96A,Scripts\trainer\frontier\battletower\241.trainer:9E7E7BA807876006A357977E4CCF8A9D,Scripts\trainer\frontier\battletower\242.trainer:E5BA761AD965D67DAF39DE18455A9D14,Scripts\trainer\frontier\battletower\243.trainer:A6F5CB838E2A725A228FBB505039CF1B,Scripts\trainer\frontier\battletower\244.trainer:BABB52FBD351941B7D7AA49F1CC05375,Scripts\trainer\frontier\battletower\245.trainer:EA99C1DF1DFC04BC78C293530B602B6C,Scripts\trainer\frontier\battletower\246.trainer:6B872C684939B6E38500AB3D962F6592,Scripts\trainer\frontier\battletower\247.trainer:C9FEC05CEF254E33BBE8FE8D49829299,Scripts\trainer\frontier\battletower\248.trainer:7A99133D754BC1E4FA2CEF548C0C877D,Scripts\trainer\frontier\battletower\249.trainer:EC94209B84F788FE3C90A2850EDA3FD4,Scripts\trainer\frontier\battletower\25.trainer:DA0298D8BA9DBF657EF1050D7F185D68,Scripts\trainer\frontier\battletower\250.trainer:51702B3FA48009F5316EBDF60E05553F,Scripts\trainer\frontier\battletower\251.trainer:52B30EBB2D4124E598CE4271D393A98A,Scripts\trainer\frontier\battletower\252.trainer:3CEE9DE3C9729FF3220BDB4DE6C52CCF,Scripts\trainer\frontier\battletower\253.trainer:A05F52EABB3AA7D9738A8EC936812EE1,Scripts\trainer\frontier\battletower\254.trainer:AC1CA32706360185E8AD75C6A906A904,Scripts\trainer\frontier\battletower\255.trainer:0D4896C691B4C6F320B3143EB667F51A,Scripts\trainer\frontier\battletower\256.trainer:A270E237783D19453C7863C3492ADE60,Scripts\trainer\frontier\battletower\257.trainer:1BBD005E9B927316C4AA259CD0E42C99,Scripts\trainer\frontier\battletower\258.trainer:29A7D9E70B90B592642151A946879685,Scripts\trainer\frontier\battletower\259.trainer:FAAFC68D7AEE7520F80FA0E40029044F,Scripts\trainer\frontier\battletower\26.trainer:C7BEADD5A1650C21C4495682583B51F4,Scripts\trainer\frontier\battletower\260.trainer:020EFA930BA85D42D0CDDA79C0FAEC21,Scripts\trainer\frontier\battletower\261.trainer:F70228D34AE04D5FF0A233E25159F6AD,Scripts\trainer\frontier\battletower\262.trainer:8BF7ED3270E42C0EA6EAF019ADED9A6A,Scripts\trainer\frontier\battletower\263.trainer:5C822CFBCFBB4A573874E0EE83EB6A31,Scripts\trainer\frontier\battletower\264.trainer:32D74B6870C92051C37D6B1202CE19DC,Scripts\trainer\frontier\battletower\265.trainer:14AD7797A3C26CDFE1D28AF8C1B448A8,Scripts\trainer\frontier\battletower\266.trainer:2680A132C524E2A3AA06B98621BC9814,Scripts\trainer\frontier\battletower\267.trainer:EF8F91BA12436238F61CE3F2773CC259,Scripts\trainer\frontier\battletower\268.trainer:094EA3B046FB256BCE7CBB2B9190B4E3,Scripts\trainer\frontier\battletower\269.trainer:9FF7442AF32BAEB453FCD7EF87BACBDA,Scripts\trainer\frontier\battletower\27.trainer:65409880C43C11041114AE6F38DFDA9C,Scripts\trainer\frontier\battletower\270.trainer:9BADD7A176BFB95C59EE362A2AA6E0EC,Scripts\trainer\frontier\battletower\271.trainer:3A48B9EA2ABCE10892513B50DB45AFB2,Scripts\trainer\frontier\battletower\272.trainer:D288C8FD4255F5171BD8228637BB795A,Scripts\trainer\frontier\battletower\273.trainer:582006069AED33B24C73B06716E2D7DA,Scripts\trainer\frontier\battletower\274.trainer:527169E6CBB20A607BB7BF3A5D600525,Scripts\trainer\frontier\battletower\275.trainer:F54732D2A7E17F5165932FCF6960D14C,Scripts\trainer\frontier\battletower\276.trainer:05DDF2212E4ABE6C11CD9F614AD3FB88,Scripts\trainer\frontier\battletower\277.trainer:B228E8862DA269CA95ED6BBE890F932D,Scripts\trainer\frontier\battletower\278.trainer:D4D76B8478833322C3EE202B60E3D36D,Scripts\trainer\frontier\battletower\279.trainer:EE6940CB10E7DBE76C3EA7140698214E,Scripts\trainer\frontier\battletower\28.trainer:4A5B5D249345FF65ABC295A8C55702B8,Scripts\trainer\frontier\battletower\280.trainer:313B2475F8E4D52714CD47FC04351661,Scripts\trainer\frontier\battletower\281.trainer:1ACF68A966A296EB5209F4E344B2B0CC,Scripts\trainer\frontier\battletower\282.trainer:97074BCAFE313EFB962043588BBE2688,Scripts\trainer\frontier\battletower\283.trainer:22AD410E89401DF688213BA3729FDB97,Scripts\trainer\frontier\battletower\284.trainer:81564C18279C7E2B65D45AE0FB3AEE1D,Scripts\trainer\frontier\battletower\285.trainer:ACADA1859F03A762B1A3DDD94EFA4AA1,Scripts\trainer\frontier\battletower\286.trainer:5C29FE881748F87527C0734576EFDFA0,Scripts\trainer\frontier\battletower\287.trainer:AF998416673463C462021F1981309419,Scripts\trainer\frontier\battletower\288.trainer:970C8B3166C646C8E2E9FFAE1A717968,Scripts\trainer\frontier\battletower\289.trainer:DFC64F6E587B8B8256C287A7AF3105B2,Scripts\trainer\frontier\battletower\29.trainer:7858439A82CCA1C056B0F9C7F22C6AF6,Scripts\trainer\frontier\battletower\290.trainer:CD6E32BD7DA1215EAD147F246BD60ED1,Scripts\trainer\frontier\battletower\291.trainer:FC2EF9FA200CBEBEC1AD92453EDA3A75,Scripts\trainer\frontier\battletower\292.trainer:6912430574D19FB3C7BCEDCFEB130AAB,Scripts\trainer\frontier\battletower\293.trainer:5C95E366D2F5BB5131306BB191E3404A,Scripts\trainer\frontier\battletower\294.trainer:AF0CAC2B61881E1EADF409A99FAD7B50,Scripts\trainer\frontier\battletower\295.trainer:B6C84814180E1EBBE9EB0C27249D4ABE,Scripts\trainer\frontier\battletower\296.trainer:646B400F36D0172E73487F4497D9EC02,Scripts\trainer\frontier\battletower\297.trainer:2ED7AD12A5DFB0974D493F344451EADC,Scripts\trainer\frontier\battletower\298.trainer:11AB191BA38FB09F8D1090339E5CCFEC,Scripts\trainer\frontier\battletower\299.trainer:7B12727CF42FFA2861D1F1AB595DEA8A,Scripts\trainer\frontier\battletower\3.trainer:444A3F12E1F42EF983525BE86C444340,Scripts\trainer\frontier\battletower\30.trainer:FD7FFC31957005ED982D00F290919B0F,Scripts\trainer\frontier\battletower\300.trainer:0F7A7CA60739DE4C68E61AB194507823,Scripts\trainer\frontier\battletower\301.trainer:A2005E9D49290FF321098BE229186C10,Scripts\trainer\frontier\battletower\302.trainer:32224C74A5DC7675B5770E55A80883EB,Scripts\trainer\frontier\battletower\303.trainer:B7A7A48335C55768121936893D67C4BA,Scripts\trainer\frontier\battletower\304.trainer:735EDFBCF27605CF9BC5AF1F8047BB8A,Scripts\trainer\frontier\battletower\305.trainer:BEEAF0A682F9A12A588449982F38093C,Scripts\trainer\frontier\battletower\306.trainer:D7D2AC6FF11503BACC1AE21567406D17,Scripts\trainer\frontier\battletower\307.trainer:2A3C911B4152FDB48BB6D693447A57CD,Scripts\trainer\frontier\battletower\31.trainer:FD7FFC31957005ED982D00F290919B0F,Scripts\trainer\frontier\battletower\32.trainer:5C7498E88F045E7234DFC334B08FB5CF,Scripts\trainer\frontier\battletower\33.trainer:95B4898FAD703FC7AE93EF43DE7B0C4F,Scripts\trainer\frontier\battletower\34.trainer:D2F161013DF56255E247ACF7BD5FAEB4,Scripts\trainer\frontier\battletower\35.trainer:901EE8F69E51559D37A0578EF27F6737,Scripts\trainer\frontier\battletower\36.trainer:0F09EF226623F30889DA7BB953A95218,Scripts\trainer\frontier\battletower\37.trainer:78E1BC6D55B89CEE64F4A344EC92785D,Scripts\trainer\frontier\battletower\38.trainer:7F67ECA388692E64D332FFB1064D628B,Scripts\trainer\frontier\battletower\39.trainer:CE77F864DEC7DE2E0C3F011D46E2CE65,Scripts\trainer\frontier\battletower\4.trainer:0753EC13200239CDE19923E7C6AC64E2,Scripts\trainer\frontier\battletower\40.trainer:748D26DB1D8A23589B118164EB46A4DF,Scripts\trainer\frontier\battletower\41.trainer:0180CAA345E1D9F67DBDB85F17548ECA,Scripts\trainer\frontier\battletower\42.trainer:23DD697DA9F47544B84724AC248FCDA1,Scripts\trainer\frontier\battletower\43.trainer:71BE88CD5A1FF8B002723483FF8F5C3A,Scripts\trainer\frontier\battletower\44.trainer:09E0AB2DEA0DD75AE5B1E7659BEB0E9E,Scripts\trainer\frontier\battletower\45.trainer:73149048A32E59B4C36576AD7C9C2EE8,Scripts\trainer\frontier\battletower\46.trainer:D0D5797D97A5D6367178BD96C100303A,Scripts\trainer\frontier\battletower\47.trainer:F591273E23AD0C4C45A83ED656C7C5A9,Scripts\trainer\frontier\battletower\48.trainer:315F8A06F966B9E029ECB83855287E4A,Scripts\trainer\frontier\battletower\49.trainer:43CA1AEAA7EA62CE2619AC2FC668DB5C,Scripts\trainer\frontier\battletower\5.trainer:0B33C2787306D078F7F03EBBC1FB26BA,Scripts\trainer\frontier\battletower\50.trainer:7A77461DF21D550CDFB163E720745AC4,Scripts\trainer\frontier\battletower\51.trainer:E4E9D68D6715D2D7D528679F480904C8,Scripts\trainer\frontier\battletower\52.trainer:66445F62118C4ECB26011F280CC51D3D,Scripts\trainer\frontier\battletower\53.trainer:C4B48AB3321753721246DF7FAE5FA7EA,Scripts\trainer\frontier\battletower\54.trainer:F479CC1AC35FC47DDFBFC37551D65356,Scripts\trainer\frontier\battletower\55.trainer:11FE254A5AF496EDB1EC41D228CCE6EA,Scripts\trainer\frontier\battletower\56.trainer:FB2D8EF8D80F4C4973143C2723C46214,Scripts\trainer\frontier\battletower\57.trainer:C63BEE67DA8C8F23C88A109D1E32671A,Scripts\trainer\frontier\battletower\58.trainer:27EF2FA6FAAB9AF9B889AF6776AE15AE,Scripts\trainer\frontier\battletower\59.trainer:D5AC7A6F47CF7F8C9DED0A7C991C81A3,Scripts\trainer\frontier\battletower\6.trainer:93BCD2D5C9D7729C5AEB19B243F6D854,Scripts\trainer\frontier\battletower\60.trainer:ADF7203DBD882E60E69F3AE39F8D0F80,Scripts\trainer\frontier\battletower\61.trainer:FA378773451D5BDD576740B0AC4F0F19,Scripts\trainer\frontier\battletower\62.trainer:630F2D109C2938D45BD2D1476FCBAE2A,Scripts\trainer\frontier\battletower\63.trainer:3F3860F0E897C416FE7C5BCD116AC751,Scripts\trainer\frontier\battletower\64.trainer:8F590D6C62E1A005788CB0976347BC50,Scripts\trainer\frontier\battletower\65.trainer:C9A3C73F22EB574D37078F8A62A9F6EC,Scripts\trainer\frontier\battletower\66.trainer:46D0AB0FEE8D1BC7C1713313C8FEDAC2,Scripts\trainer\frontier\battletower\67.trainer:0231FC1A51F9BEC0D31B98176E782400,Scripts\trainer\frontier\battletower\68.trainer:EFBB6E64CB411998E5A576F5D0426A7D,Scripts\trainer\frontier\battletower\69.trainer:64CC1EEC02A8A0B20CADA3F5F9DD2ECC,Scripts\trainer\frontier\battletower\7.trainer:41A38EDFE83DEE2540DC6D8191EC6FAF,Scripts\trainer\frontier\battletower\70.trainer:8FC604EB4A1DFCD33D41BFFB6CF52D20,Scripts\trainer\frontier\battletower\71.trainer:8102E1580A04BAEC40904209A3E7E13E,Scripts\trainer\frontier\battletower\72.trainer:6C471CA87027E185133A44FC425930DA,Scripts\trainer\frontier\battletower\73.trainer:20E7F0C09A3165E1006AAABB94D1B204,Scripts\trainer\frontier\battletower\74.trainer:972112D9989D2B671FAD370F520E1275,Scripts\trainer\frontier\battletower\75.trainer:385ADDF020978D773006DA6AC42A2124,Scripts\trainer\frontier\battletower\76.trainer:19C8F3B3AE9C04C6BB1E5266F63929E1,Scripts\trainer\frontier\battletower\77.trainer:8EF0B8CD9B789C7E8DF672FDAEFA876E,Scripts\trainer\frontier\battletower\78.trainer:8C1AD6117072D5429B8DD5707B3FA894,Scripts\trainer\frontier\battletower\79.trainer:B02D733180AC1C704E1280832913C3A1,Scripts\trainer\frontier\battletower\8.trainer:170B0C507ACE065CD26764C16E12512D,Scripts\trainer\frontier\battletower\80.trainer:597855DDDE8AAAE8D0FB5385C4B214A9,Scripts\trainer\frontier\battletower\81.trainer:5AAD352C7250857E70510E58AEB944A1,Scripts\trainer\frontier\battletower\82.trainer:7B6A7658055808D2D3898CB7DF5C2EB1,Scripts\trainer\frontier\battletower\83.trainer:0D91A5845141542E4C425AE5C7B57269,Scripts\trainer\frontier\battletower\84.trainer:4923563B7865B532D4C624EE29EC0D36,Scripts\trainer\frontier\battletower\85.trainer:47168DDE9C11E21639890AF3BA386661,Scripts\trainer\frontier\battletower\86.trainer:A943B3C6E29085245D0C8C55A7449785,Scripts\trainer\frontier\battletower\87.trainer:96CAA4266F0B15C287F131E525AB3626,Scripts\trainer\frontier\battletower\88.trainer:12E42B252DBC01AC25F7EF45BC4369A8,Scripts\trainer\frontier\battletower\89.trainer:5B3B13FEF049E4693E99EED995C3F4DD,Scripts\trainer\frontier\battletower\9.trainer:EB9F77BA1CF16CE8194562F095AC4F3C,Scripts\trainer\frontier\battletower\90.trainer:E905F54F532702EF6AFBD12773179C3D,Scripts\trainer\frontier\battletower\91.trainer:292BC2BFAEA079B06F106FA3434D5702,Scripts\trainer\frontier\battletower\92.trainer:D8F79CF9922262DB3F7160537DA9AE44,Scripts\trainer\frontier\battletower\93.trainer:84E6199E87FDAF53A865B5B5932D39A7,Scripts\trainer\frontier\battletower\94.trainer:4C4504A29ED32F4BD1A517D5D81ADF20,Scripts\trainer\frontier\battletower\95.trainer:439FAC0B41D845338425B41223DA196F,Scripts\trainer\frontier\battletower\96.trainer:30290DFB1F0B253F204CD6B602F5EDEB,Scripts\trainer\frontier\battletower\97.trainer:9701F6AD627D0448C7E929559A1A1B91,Scripts\trainer\frontier\battletower\98.trainer:6F74929351AFF494B80343629D012B5C,Scripts\trainer\frontier\battletower\99.trainer:8E148CC5B6A40A7BBF31AE460B6B3BF9,Scripts\trainer\frontier\battletower\draco.trainer:3ABAB697FF8B88FB81554BCCAF0B27C4,Scripts\trainer\frontier\battletower\nilllzz.trainer:0114D673E699AE97DC1D8C96FD95CBE6,Scripts\trainer\frontier\battletower\template.trainer:A2883535AA50D86DF91AFC12A7DF59D0,Scripts\trainer\fuchsia_gym\001.dat:C612D6217C9CA069DCBAC229E852C833,Scripts\trainer\fuchsia_gym\001.trainer:7BB68224F93D400C3BDA6DF42F61D795,Scripts\trainer\fuchsia_gym\002.dat:FBA3F9598F677198766DFC2AD2072C85,Scripts\trainer\fuchsia_gym\002.trainer:E54AD77AB7CEDF0F89C6BF76C34738FE,Scripts\trainer\fuchsia_gym\003.dat:FFB5D82F39C60B725C944B7D7A38CEF7,Scripts\trainer\fuchsia_gym\003.trainer:1294307CA9533C8DDEA7F7183EFBB9AC,Scripts\trainer\fuchsia_gym\004.dat:FC196405EA05EB505822D9BB170E76BD,Scripts\trainer\fuchsia_gym\004.trainer:B209EF6CA5ECD83E3A4446849F6BA939,Scripts\trainer\fuchsia_gym\leader.dat:438B59940366FB354D15B23E41D9EA86,Scripts\trainer\fuchsia_gym\leader.trainer:D5851213F9A3A3B45D4FCD3A58272E70,Scripts\trainer\goldenrod\001.dat:35BA479CAB98BF5EA3B77615F2FDC319,Scripts\trainer\goldenrod\001.trainer:0AC139AE7B641D18B50EEDF5AB030D9F,Scripts\trainer\goldenrod\002.dat:D11530B2C12123286E849C6B782DC3E9,Scripts\trainer\goldenrod\002.trainer:FB712EDE1076E92EC61DC938EA4EAB8A,Scripts\trainer\goldenrod\003.dat:D7C5772FE05B051554AD3169133E363C,Scripts\trainer\goldenrod\003.trainer:1B729E2F49959EF6DAABCA49AC7203B4,Scripts\trainer\goldenrod\004.dat:67DB7744275F9A655C84F24938AE16C6,Scripts\trainer\goldenrod\004.trainer:A4CFD9D346884EBE05EDC2CE55FDC71D,Scripts\trainer\goldenrod_gym\001.dat:0286CB049EA16B6926137CC8286BAE53,Scripts\trainer\goldenrod_gym\001.trainer:5908088D14D331D1F367C933EDD7EC61,Scripts\trainer\goldenrod_gym\002.dat:3FB70A1A7A3138888B94A9F0B4D2FA0E,Scripts\trainer\goldenrod_gym\002.trainer:07A181CB76D1F0EB0F2D6097A892FA62,Scripts\trainer\goldenrod_gym\003.dat:58CF3742349E8A8478262B3B76701DAD,Scripts\trainer\goldenrod_gym\003.trainer:BA5A122FE0647A173BC2650D327D5857,Scripts\trainer\goldenrod_gym\004.dat:DA7F9B83587DB33DB649BBBA88C9B704,Scripts\trainer\goldenrod_gym\004.trainer:5C6AF6ACA6F9747281C9DC7C5A5479A5,Scripts\trainer\goldenrod_gym\leader.dat:C91E73F5B783EC85F7A8F2D8363630E6,Scripts\trainer\goldenrod_gym\leader.trainer:DAA7B2669C7E4292024AF4FE59D6A63A,Scripts\trainer\kantounderground\GruntF.trainer:285C1B567B306992B5257C7E0FAAA2FC,Scripts\trainer\kantounderground\GruntM.trainer:F3C6E0E836D663BCC8A2C722344D51BE,Scripts\trainer\kantounderground\grunts.dat:2F21E7ED34DDB12060414C4E7F9FA7E8,Scripts\trainer\kin\bikers\001.trainer:61D85BA4E580F962EA9AAD456D1B55AD,Scripts\trainer\kin\bikers\002.trainer:7B8880E5797BD8C84EE8B175071ACDB0,Scripts\trainer\kin\bikers\003.trainer:102609BFABA9FB818D3E5E4F7859FF72,Scripts\trainer\kin\bikers\Boss.trainer:2F2AEB27551C54123C621FBA87911262,Scripts\trainer\kin\bridge\001.dat:EC2B47E47AC23838A914E1D3591CAA16,Scripts\trainer\kin\bridge\001.trainer:03D888E6539521A810510132E938E050,Scripts\trainer\kin\bridge\002.dat:4B55C804295C9A49347B995036D5A1FE,Scripts\trainer\kin\bridge\002.trainer:1C979FFA51D77B88E017B375116214C7,Scripts\trainer\kin\bridge\003.dat:C7DE2D36EC59080260731A2E8A7E968A,Scripts\trainer\kin\bridge\003.trainer:ABD855472CAD41F261CD229D6767D6FE,Scripts\trainer\kin\bridge\004.dat:FC817F2698A1B89991AE4CDA9D6B2508,Scripts\trainer\kin\bridge\004.trainer:9A3D9C74C0066F3A3418C1B906BD5BB6,Scripts\trainer\kin\bridge\005.dat:7CF79E8A2737C9572653EA15E84BED4E,Scripts\trainer\kin\bridge\005.trainer:96C4E0D34A4D68EC87DDB43A04FA0A07,Scripts\trainer\kin\bridge\006.dat:DC26AFA3C50DA020AEB23D597C08F882,Scripts\trainer\kin\bridge\006.trainer:2DAE4AFFEF4CB9F1E776939B4C69DDAE,Scripts\trainer\kin\bridge\007.dat:AE9E68E7642F7E7BEC02F6495FB56DDC,Scripts\trainer\kin\bridge\007.trainer:46D25644BCD11A501515AF300FBBAF35,Scripts\trainer\kindle\001.dat:99BDE919A6449D3C9535FD781C428A94,Scripts\trainer\kindle\001.trainer:2008F2C2B7EB9C50AF4D701228745C77,Scripts\trainer\kindle\002.dat:727DC4ADE7AB935C16CDBA03071BCD07,Scripts\trainer\kindle\002.trainer:B5B1700F4F30600ED8E1A241C094A617,Scripts\trainer\kindle\003.dat:A791456DB5F40A28299E5CEBA66FC058,Scripts\trainer\kindle\003.trainer:20AA395D792AA5027F1CF80B5C8EE11A,Scripts\trainer\kindle\004.dat:658A97A98DD4030B570A019AE4C8F600,Scripts\trainer\kindle\004.trainer:F016222715F5C13D19405D0512875DA7,Scripts\trainer\kindle\005.dat:9266517C1C36257CEFF45FFDDCD7BABA,Scripts\trainer\kindle\005.trainer:F553C0E6F538BC034E44CBAB5C381F2D,Scripts\trainer\kindle\006.dat:DDA02105A57DB1013B2C130774D84F47,Scripts\trainer\kindle\006.trainer:A582A9CDF56D20B1BDB1510A891775D6,Scripts\trainer\kindle\007.dat:944175A95B5A9A5641F4B514DD1C7F4A,Scripts\trainer\kindle\007.trainer:F7C9B42E5B942795CF5D66DA9E607E10,Scripts\trainer\kindle\008.dat:E4C1AD4DFFE59D0A6365E0C2CEB4FFBF,Scripts\trainer\kindle\008.trainer:584068A268542C66F354E85DCA4C8A33,Scripts\trainer\kindle\009.dat:8C5F3768E16DEEE5E0291A4B4BBA7067,Scripts\trainer\kindle\009.trainer:D601ED69A14929A752AA5D53E007025C,Scripts\trainer\kindle\010.dat:0833D3507ED3C8B2F3EAB57EB19A5BA7,Scripts\trainer\kindle\010.trainer:D8FAA2371DA3339EB701DEC40BD42213,Scripts\trainer\kindle\011.dat:A74530005D832DA00EE5CAD1D62E6F7E,Scripts\trainer\kindle\011.trainer:07491F7D29BDF5BD593669BAE87EF64E,Scripts\trainer\kindle\012.dat:663BA4FADF5094B5B0BF7F7F58192B05,Scripts\trainer\kindle\012.trainer:4582D0726CE1007257EFAC982A95ADAA,Scripts\trainer\kindle\013.dat:9E8170BB2248E35881C790CE157AA593,Scripts\trainer\kindle\013.trainer:AC79B0ED366B0F4DC7DBB2C064EA568B,Scripts\trainer\kolben\darkfire0.trainer:0B36277BC44DF99FB5EAAA1D41EA06E6,Scripts\trainer\kolben\Enethil.trainer:2A68586FBD8BE89C13F9E336DA7BC3FA,Scripts\trainer\kolben\Enethil2.trainer:DFC7A7234AE2FDDA3859A5F83D528792,Scripts\trainer\kolben\Jaybird.trainer:B9413EC3EA54D7238CEFEEDE3D500DFF,Scripts\trainer\kolben\Jaybird2.trainer:2091DC3DB1D1B44D5D5B7342E7BE8350,Scripts\trainer\kolben\Malc.trainer:8FDABCB70952490F4FA330FD2AB36269,Scripts\trainer\kolben\nilllzz.trainer:84DD0C512B7581F22F54042E0587F786,Scripts\trainer\kolben\darkfire1\0.trainer:5AC5902BACA402A6DB95584495E35B83,Scripts\trainer\kolben\darkfire1\1.trainer:FD88D80CA2F94C91B1543D9503502B15,Scripts\trainer\kolben\darkfire1\2.trainer:F6FCBCDE67CE0D6E37C5ED991E0BEB92,Scripts\trainer\kolben\darkfire1\3.trainer:1381038519CD71FE4079BB7A7DC0C01C,Scripts\trainer\kolben\darkfire1\4.trainer:B4C5F2834EC6B839EFF60A51AB9BD1A9,Scripts\trainer\kolben\darkfire1\5.trainer:97C9CA2749F42DA663744600BF03ADC1,Scripts\trainer\kolben\darkfire1\6.trainer:26B492219DE03E7640F4FD23A235512D,Scripts\trainer\kolben\darkfire2\0.trainer:427F3EC3A9407654C67C0CC1AC568993,Scripts\trainer\kolben\darkfire2\1.trainer:51377ACE83D15FBBAD12930C20BB6AE6,Scripts\trainer\kolben\darkfire2\2.trainer:7129E089F47BB0C56550B74DF1E93F88,Scripts\trainer\kolben\darkfire2\3.trainer:21130E61134A5B47CE63AAE950D243CC,Scripts\trainer\kolben\darkfire2\4.trainer:E33F74BB16E07BE22BB2E8195C5A053D,Scripts\trainer\kolben\darkfire2\5.trainer:5D3113000C1C02E0FEEEC93EDE6C823A,Scripts\trainer\kolben\darkfire2\6.trainer:26B492219DE03E7640F4FD23A235512D,Scripts\trainer\lakeofrage\001.dat:0335AEAD01A421D70073D21FFAC90635,Scripts\trainer\lakeofrage\001.trainer:5A27F926D1915BB887078E7A1DF026CC,Scripts\trainer\lakeofrage\002.dat:24F2B662A892BF1569EA65F7DFA186FC,Scripts\trainer\lakeofrage\002.trainer:D1367B5DF705AD7F986F11A5EE8E4D7A,Scripts\trainer\lakeofrage\003.dat:06F2301CB193BFFF0A38C5B84EB9D2A7,Scripts\trainer\lakeofrage\003.trainer:CCDE8DD0AD276E869B187F7D1267B0B6,Scripts\trainer\league\bruno.trainer:250E9BFF6C695D798B05CDD454E1A7F5,Scripts\trainer\league\e4.dat:8DCC6B45C2E945A40896FA1AEA4D8FFB,Scripts\trainer\league\karen.trainer:AB115471F9EF2318977D6E45BB4E28AB,Scripts\trainer\league\koga.trainer:9534FCE5B005FC675D55FD7A6CA8B343,Scripts\trainer\league\lance.dat:C078505CDC3C6015BD6C79FEB6FB9093,Scripts\trainer\league\lance.trainer:AF3ADD9A90B55613656BC710D211B168,Scripts\trainer\league\will.trainer:529E2820B1BC0F3F5C56F11AE37B54F9,Scripts\trainer\league\false\bruno.trainer:250E9BFF6C695D798B05CDD454E1A7F5,Scripts\trainer\league\false\karen.trainer:AB115471F9EF2318977D6E45BB4E28AB,Scripts\trainer\league\false\koga.trainer:9534FCE5B005FC675D55FD7A6CA8B343,Scripts\trainer\league\false\lance.trainer:AF3ADD9A90B55613656BC710D211B168,Scripts\trainer\league\false\will.trainer:529E2820B1BC0F3F5C56F11AE37B54F9,Scripts\trainer\league\true\bruno.trainer:73D581C75FE49E9314CE144868F274C8,Scripts\trainer\league\true\karen.trainer:AD767EAD8A9BA8A629FF67C354EF928B,Scripts\trainer\league\true\koga.trainer:9E9100FA276D970424EF653699C09D5D,Scripts\trainer\league\true\lance.trainer:B885229D532E43A7B5C68902004C52D3,Scripts\trainer\league\true\will.trainer:AC056C1EF5ED2645F21F5388DA2D72D8,Scripts\trainer\Lighthouse\001.dat:3487B28D45BB82EDABC3710A84515718,Scripts\trainer\Lighthouse\001.trainer:9303754D3853CCA5E288DBD7D1610D49,Scripts\trainer\Lighthouse\001_1.trainer:494D2DC54C6ACD7AA0F0FA74F444B187,Scripts\trainer\Lighthouse\001_2.trainer:35B65474523E253410B9C4D5D949DFEA,Scripts\trainer\Lighthouse\002.dat:81CFC77D39F3203ACB784E7D2DB1E840,Scripts\trainer\Lighthouse\002.trainer:08249BFF47742EF4BC527BEA6C307771,Scripts\trainer\Lighthouse\002_1.trainer:D30B72992B431AB81EB7CE13E233BCD2,Scripts\trainer\Lighthouse\002_2.trainer:DD88C77F89DDDD04E2371EF209AFBDA8,Scripts\trainer\Lighthouse\003.dat:EDEDAE2FF7BFAB3DF7740591F73B3385,Scripts\trainer\Lighthouse\003.trainer:AAB3A77D818A6726A034923D521CB020,Scripts\trainer\Lighthouse\004.dat:BE518DA6A540E5E76988773A9F6D2E40,Scripts\trainer\Lighthouse\004.trainer:1CF18B958B47B8A774E18F138CCBF0F4,Scripts\trainer\Lighthouse\005.dat:E998C0C82E48BF52706BD3AAC007F7F8,Scripts\trainer\Lighthouse\005.trainer:35D9B1E4A9885A599B024EEC4383A86C,Scripts\trainer\Lighthouse\006.dat:C5A2DFA43C61F01A886D8ADF5C220BAF,Scripts\trainer\Lighthouse\006.trainer:42C4434EB3F8502CF28039F897C28C68,Scripts\trainer\Lighthouse\007.dat:6DDCD8C344908B22C4AEEF14749DB484,Scripts\trainer\Lighthouse\007.trainer:B256A9CDAB5816E91FFD3C2913A12346,Scripts\trainer\Lighthouse\008.dat:0AD7F1A58D20564BF223C0550B234E2D,Scripts\trainer\Lighthouse\008.trainer:2A74B72D056A2AC792C95CAD323EB01E,Scripts\trainer\Lighthouse\009.dat:BA7F39020D40D340F57AEC9390591630,Scripts\trainer\Lighthouse\009.trainer:0032C5FBF1A952DFC3B8389C56C52984,Scripts\trainer\mahogany_gym\001.dat:D07496A6D661DF7BB57897D5487926FF,Scripts\trainer\mahogany_gym\001.trainer:DFAE8B332E5AE7EA102586CD4FA14727,Scripts\trainer\mahogany_gym\002.dat:A8DF8E95EF76B11749E2B63C76A2750C,Scripts\trainer\mahogany_gym\002.trainer:B0875F96DE13A6BCC4495B545766EB34,Scripts\trainer\mahogany_gym\003.dat:2A7EC8ECC3519CB907B11272112B515E,Scripts\trainer\mahogany_gym\003.trainer:A4C23F985BF39023D19C6E29A06BE919,Scripts\trainer\mahogany_gym\004.dat:26C25F19CE51648D92A6D452A76BEE72,Scripts\trainer\mahogany_gym\004.trainer:A0C8FDA30F13D151D5CA5A6016D80E2E,Scripts\trainer\mahogany_gym\005.dat:2D62AF22FECF96F1EDA6E204B4D5FE96,Scripts\trainer\mahogany_gym\005.trainer:E7F5BA44189EAB4F23DB0720D290B268,Scripts\trainer\mahogany_gym\leader.dat:54F408F5C8D233AF50BBA40E5F750ABA,Scripts\trainer\mahogany_gym\leader.trainer:22881140925BBE128BB6386FCA6EA792,Scripts\trainer\mtember\001.dat:EE1754617B311010DC8EB0C69B3EB27D,Scripts\trainer\mtember\001.trainer:14146C3103504CFC6A0A4C30D2C66E90,Scripts\trainer\mtember\002.dat:D6301FE72E5CA2DBF07E0FFCBE5699D2,Scripts\trainer\mtember\002.trainer:E079232922074E01CE3FEB7D115380D2,Scripts\trainer\mtember\003.dat:4DC5F1E87E01D87A257CF76EF14A68F6,Scripts\trainer\mtember\003.trainer:7455FDE65E7FF9C99C7119A9033E60AA,Scripts\trainer\mtmortar\001.dat:F14EF69339DDBED6BF19420BED9BDE5F,Scripts\trainer\mtmortar\001.trainer:F40EECBBAFC829BFF5FAA37E1C576991,Scripts\trainer\mtmortar\002.dat:7BCD3D9DD79A9D1D6DC20E5A517F434A,Scripts\trainer\mtmortar\002.trainer:02BE12AB6BC098A69F3B8E963405D562,Scripts\trainer\mtmortar\003.dat:9B3A52BB8AF17A2EE0BCBE02F4B95659,Scripts\trainer\mtmortar\003.trainer:B59744BACFD216C032F143DE0B9E3FBA,Scripts\trainer\mtmortar\Kungfu.dat:642D1BDC5A3A96FA46BA7CE927ACD683,Scripts\trainer\mtmortar\Kungfu.trainer:22DA915C27E27EA795AF39D85AFBD611,Scripts\trainer\nationalpark\001.dat:695F0576FA052F3802B34294511BC325,Scripts\trainer\nationalpark\001.trainer:A5838E0062065E4893C844F2BF18B711,Scripts\trainer\nationalpark\001_1.trainer:35C3E339D0E5D41B855A5909D75F179C,Scripts\trainer\nationalpark\001_2.trainer:2A3ADF5BBD1C241FB28A932C540D86A3,Scripts\trainer\nationalpark\002.dat:37AE78078DE58765DCC4F5365EDC26D1,Scripts\trainer\nationalpark\002.trainer:D0414A38EF55136588D586CACE670476,Scripts\trainer\nationalpark\003.dat:083BC63B692201AE9352E9369ED9D143,Scripts\trainer\nationalpark\003.trainer:2392C3BF2FE0B3A9D396DCA2EAE77A15,Scripts\trainer\nationalpark\003_1.trainer:05E35538E7C8C93C5AD4A13A8521DEEE,Scripts\trainer\nationalpark\003_2.trainer:F35EB6553AC05E1A931E4CE17D3FE29A,Scripts\trainer\nationalpark\004.dat:806E4D41D4071C4B8CA4B6A8C6CD90BF,Scripts\trainer\nationalpark\004.trainer:D346111BC9ACBE590C514E2665BC774D,Scripts\trainer\nationalpark\004_1.trainer:B638EE35BBA36192F66FC5D3796F64EE,Scripts\trainer\nationalpark\004_2.trainer:B11D7BA16E20FC1995B80F04E534B23B,Scripts\trainer\olivine_gym\leader.dat:D50EDC31171046AB24CA7B6B491ABBBA,Scripts\trainer\olivine_gym\leader.trainer:B980AC7DF1019DD5BFED78102C1808AA,Scripts\trainer\pewter_gym\001.dat:9ABB80D58FED5EFBAB22695C756D176B,Scripts\trainer\pewter_gym\001.trainer:5AA2F76245A547ED49F9F639A1457141,Scripts\trainer\pewter_gym\leader.dat:67EB98D7292FA63406D7F983665186FA,Scripts\trainer\pewter_gym\leader.trainer:15E545F689C7A32864E05B571E66EB49,Scripts\trainer\radiotower\001.dat:52BE111C479FFCEE17B025E88B796FED,Scripts\trainer\radiotower\001.trainer:F1FE26935DA77C7E0E34D7E5B875D8FB,Scripts\trainer\radiotower\002.dat:63DB13FD40B4EF747DF8C748622CE3F5,Scripts\trainer\radiotower\002.trainer:1443AD63F8D62346E4EA08EED9413DB7,Scripts\trainer\radiotower\003.dat:E1C5BF53C0F73C4089BA168FF9EBD518,Scripts\trainer\radiotower\003.trainer:0BBDA3F018C73AF594ED17E952380820,Scripts\trainer\radiotower\004.dat:340C0DB1EF94F6E6C52D2C0F3A5A6640,Scripts\trainer\radiotower\004.trainer:AB068A830B1601641265846640B371A1,Scripts\trainer\radiotower\005.dat:C843D6887050847E7E66E5D90DEE0BE3,Scripts\trainer\radiotower\005.trainer:E7B52C7C1A484C6E1D180BA9ED662AA5,Scripts\trainer\radiotower\006.dat:99AD812D3014D90D1FBCC4F985272AE0,Scripts\trainer\radiotower\006.trainer:60E2C6677D2D48FCEE67A572AA1D27DF,Scripts\trainer\radiotower\007.dat:A3E543193E6253C6CDAC7071743766CB,Scripts\trainer\radiotower\007.trainer:2C7581C3BDC14EEA304DF369AB902213,Scripts\trainer\radiotower\008.dat:1264B7D4170C2024C6B18509E7A599A3,Scripts\trainer\radiotower\008.trainer:55CD0CFEDB35FED7735EF666A57EBA12,Scripts\trainer\radiotower\009.dat:FB18524C8751AD883197A206A9CB1EA8,Scripts\trainer\radiotower\009.trainer:D98C2E54364F50FD1A70BFE38EFCFFE8,Scripts\trainer\radiotower\010.dat:93C5F0D6A207E9B51085F5B053EE690D,Scripts\trainer\radiotower\010.trainer:712E76B7151D4AE41C239D9BB8300478,Scripts\trainer\radiotower\011.dat:C84D70AFD14216C26014147E597ABB7F,Scripts\trainer\radiotower\011.trainer:CD126CDE85B9DCA515687FFA16245118,Scripts\trainer\radiotower\012.dat:0CF932A37579B654134EAE9E515BAD2B,Scripts\trainer\radiotower\012.trainer:BA5FF5A236B44A63B7D79C31C279F783,Scripts\trainer\radiotower\Archer.dat:C1A3F29CF93F34CE1D33344AB7BCCC01,Scripts\trainer\radiotower\Archer.trainer:693B815FF912DA053EBCA1B46B649A76,Scripts\trainer\radiotower\Ariana.dat:241D3E255E93A461CB4FE93F243D6414,Scripts\trainer\radiotower\Ariana.trainer:CA1795FA827B3BC19BA33C48F057DA07,Scripts\trainer\radiotower\Petrel.dat:270B2525C33435C422F1087FBA7CFB47,Scripts\trainer\radiotower\Petrel.trainer:E8CBE278C1F55B1CA72DFB96A42D61E6,Scripts\trainer\radiotower\Proton.dat:7AFC85BAB4AF3D3BC1326079F75FE8BB,Scripts\trainer\radiotower\Proton.trainer:C470AC3D90A4CC933544EDC14A3F3B39,Scripts\trainer\rival\rival_1_fire.trainer:F98A1E46DF2F21F15A29717FFEC52093,Scripts\trainer\rival\rival_1_grass.trainer:809A1C69358FDD3D913612279B9F3271,Scripts\trainer\rival\rival_1_water.trainer:9F6D4117DEF521241EB02ABADF42CB1C,Scripts\trainer\rival\rival_2_fire.trainer:A59A23363CA7A5B86C25D7322601BCF5,Scripts\trainer\rival\rival_2_grass.trainer:B0886025863B66F9F3807B4E3B28222B,Scripts\trainer\rival\rival_2_water.trainer:209B38807DE8857FADC79452B2DA78F3,Scripts\trainer\rival\rival_3_fire.trainer:C7B5D708F705423E92D08DE4CD293F26,Scripts\trainer\rival\rival_3_grass.trainer:3A8A4022B44C419EBE249D937B96D9F3,Scripts\trainer\rival\rival_3_water.trainer:71C350D0CFF5C3FF9927BB2194DF783C,Scripts\trainer\rival\rival_4_fire.trainer:1ABF23F85860D56233B72D1ECE1217CF,Scripts\trainer\rival\rival_4_grass.trainer:69765D775CEC3D899CBB00A6F20F334A,Scripts\trainer\rival\rival_4_water.trainer:28F7B4097D46E45166F2C8B42260A819,Scripts\trainer\rival\rival_5_fire.trainer:509AD7DD32841F193BEE756BC3048FE4,Scripts\trainer\rival\rival_5_grass.trainer:F91A911042B6A57880A240EE6A5ECFFC,Scripts\trainer\rival\rival_5_water.trainer:EA2CB7A572F39263B60F84A06407523C,Scripts\trainer\rival\rival_6_fire.trainer:14AB157B1AC98F5BC1019ABBDB5C2CE4,Scripts\trainer\rival\rival_6_grass.trainer:B3B96C42DA31880ED57EE51EF0D70573,Scripts\trainer\rival\rival_6_water.trainer:5F41DFD61368D269EF03CB1E5C3E6A61,Scripts\trainer\rocketbase\001.dat:6A5E4FBE0FFDC532244490B03ED2592C,Scripts\trainer\rocketbase\001.trainer:67ACCC363AEF6F9762C8E611F1AF9289,Scripts\trainer\rocketbase\002.dat:57ED382C0E116C3A2108D1C522F4FB82,Scripts\trainer\rocketbase\002.trainer:71002D9A998E804CFD5899E3C1C01627,Scripts\trainer\rocketbase\003.dat:7932E5465886C4B4B9D31AD995FE01B0,Scripts\trainer\rocketbase\003.trainer:64C0762EC2F2B7CCD91E59219B9E25BE,Scripts\trainer\rocketbase\004.dat:6F280193F303B6A5C2F51BE82B8EA087,Scripts\trainer\rocketbase\004.trainer:BEAC639C09251A6291DF6A0FBE6C90F9,Scripts\trainer\rocketbase\005.dat:FC11AC54FF93A47FAE4BC058641A5FDF,Scripts\trainer\rocketbase\005.trainer:433DA57AF7AF4563C8DED940CCDBC4D7,Scripts\trainer\rocketbase\006.dat:FBBD7AF3C9E2BC3D0200823138657AAB,Scripts\trainer\rocketbase\006.trainer:42D7F6C804D2E4CAFC6EFF2153FC04FA,Scripts\trainer\rocketbase\007.dat:63FC172086C54A263FAA5E073B7706AA,Scripts\trainer\rocketbase\007.trainer:930E7718CC4C2B714238A618C9F52E49,Scripts\trainer\rocketbase\008.dat:5449ED3CF1B4AC318526A44D9570F120,Scripts\trainer\rocketbase\008.trainer:4AF21FC22BE6305FDB0DEA69A7934932,Scripts\trainer\rocketbase\009.dat:8971358A8D7D1F814C5374BB1823BDFF,Scripts\trainer\rocketbase\009.trainer:4B845342506489878DB21B539B828094,Scripts\trainer\rocketbase\Ariana.dat:761A3BC70F0DD59C0E123592500B69FC,Scripts\trainer\rocketbase\Ariana.trainer:57A257284A351296CEF8550D502132D0,Scripts\trainer\rocketbase\Petrel.dat:DD8EFE5577B93028C275631AD5467CE2,Scripts\trainer\rocketbase\Petrel.trainer:4C4AD440E1921B5785E2C918D458162B,Scripts\trainer\rocketbase\t1.trainer:715F29B7CC989E7064B2F8F49DB1300A,Scripts\trainer\rocketbase\t2.trainer:FFFE463F219912BE9CAE2B623E0CF39F,Scripts\trainer\route1\001.dat:1A3C9D4D594E411AF17E1F99414FB947,Scripts\trainer\route1\001.trainer:ECDFC69CC27399C22D4EAB07AE876F4B,Scripts\trainer\route1\002.dat:54F26CB3CC85649BB41AD57EDFB5E60F,Scripts\trainer\route1\002.trainer:79BBFAB375744450B446C46E2C60581E,Scripts\trainer\route10\001.dat:4D5484E6DCACAF08982002C0AFA66442,Scripts\trainer\route10\001.trainer:80C9E1394DF9FE89948899218CDCD6EB,Scripts\trainer\route10\002.dat:42695BE3842E68885C5C3ABF3513E48E,Scripts\trainer\route10\002.trainer:3B39C906DA0C1551C2E6D5521DAFDFA5,Scripts\trainer\route11\001.dat:D5307E90C7157BA7C310034A97A0A2DC,Scripts\trainer\route11\001.trainer:9D56F0FB4FF664B0F28B09C17D015F7C,Scripts\trainer\route11\002.dat:0DDB3D839E6CBDABA0D1AB208D8DA2D6,Scripts\trainer\route11\002.trainer:987CE2C0589A3824B0FA7C2B7B180100,Scripts\trainer\route11\003.dat:C764F550625EF1FBD91FF3305BF81348,Scripts\trainer\route11\003.trainer:CE77944CC56C6C5400804E3770E5B774,Scripts\trainer\route11\004.dat:ACD102AEF7F61568F5FE39D7D30BE873,Scripts\trainer\route11\004.trainer:B76B439A75B7977234425C5348F60618,Scripts\trainer\route12\001.dat:36648A8301E79A93F4E8F5BD29D4ACE7,Scripts\trainer\route12\001.trainer:8ED6ACD7EB9D3F6CCB359C067ED9633A,Scripts\trainer\route12\002.dat:9DF289A881D21923730A29246951B1B3,Scripts\trainer\route12\002.trainer:BC8B7DA5A1D94B8AE5D0D736D3D07628,Scripts\trainer\route12\003.dat:3AE4E47F0A0ACA649653D7A1744C963F,Scripts\trainer\route12\003.trainer:CF0419B59606F0B418B4ED1A2E1F8962,Scripts\trainer\route12\004.dat:5A007A190CBD9EECF987CF1993CCA0E5,Scripts\trainer\route12\004.trainer:BE226FA9A07C7477CF25D7998D4355D5,Scripts\trainer\route13\001.dat:C19364971DFE44CF960D24EB72F605E7,Scripts\trainer\route13\001.trainer:254AD261333A267FA03B6D489E798CEE,Scripts\trainer\route13\002.dat:1BF07146F02B1BDEA417044D92C384DD,Scripts\trainer\route13\002.trainer:CE5B2E3B19B37552F5F063F2ACAD10AB,Scripts\trainer\route13\003.dat:235CC8A0EB83F2AA3CCDCA32E8E91CFE,Scripts\trainer\route13\003.trainer:54565DCA1D2CF002DF9987158F5A1C04,Scripts\trainer\route13\004.dat:2AD90DE045315E6629FB3FDD6FB61271,Scripts\trainer\route13\004.trainer:7E687368387B28A2E16944C0840D411C,Scripts\trainer\route13\005.dat:D465886C38511365ABA7B2B254A550C5,Scripts\trainer\route13\005.trainer:856BCB7BAC8F0D3FDF1FF18FB8777537,Scripts\trainer\route14\001.dat:86E63C6EFC8DEF499ACDDAC973212C7D,Scripts\trainer\route14\001.trainer:A1CDE727B1F2EA16A3CCE53F473F0355,Scripts\trainer\route14\002.dat:369604D587CC7D30731F0E971D0F8072,Scripts\trainer\route14\002.trainer:CA826F23E704D12B2FF3BB2E4DA78074,Scripts\trainer\route14\003.dat:30492300BA32C193B2502A33B66DF45A,Scripts\trainer\route14\003.trainer:91C24729CFEA8F5D3288BED818B06948,Scripts\trainer\route15\001.dat:2DAC50F0E495382B39E69ED388492E80,Scripts\trainer\route15\001.trainer:15A4FE7FF232E9A9C5C3067B250B961E,Scripts\trainer\route15\002.dat:5B70035FD8FD2E9DAEC29704129ACA51,Scripts\trainer\route15\002.trainer:83C66732EF791F7C45E0D318418DBC30,Scripts\trainer\route15\003.dat:6B7A3595EF9611B30DCC00A86F15CEF9,Scripts\trainer\route15\003.trainer:B73FFB0B503CF47567B1BE76D03D296C,Scripts\trainer\route15\004.dat:667CB8E08ABD635684B93DFA79DEDC34,Scripts\trainer\route15\004.trainer:B974CDB0CACC49F9C15F15D205DA77E1,Scripts\trainer\route15\005.dat:5EA375DCAFFDEB85DC2E40BF2C4CFB07,Scripts\trainer\route15\005.trainer:59C705D5D47BE8A33088E428734B6291,Scripts\trainer\route15\006.dat:EB25E77A82FA151F90F96757EDED824C,Scripts\trainer\route15\006.trainer:F99F0B493D5A4C5F6CB441CD82FD3C22,Scripts\trainer\route17\001.dat:B22B49DC3A56678AA689BB88436DF928,Scripts\trainer\route17\001.trainer:DA09C7D7CFBFDAB131B8BD2FB71EF56C,Scripts\trainer\route17\002.dat:60EF09B1E98C538ADABEA994AB646678,Scripts\trainer\route17\002.trainer:07EDF72B6A854AF41BC9AAC2F09FCDFC,Scripts\trainer\route17\003.dat:01E88A4525665ED6E5CB8C3F769FF21B,Scripts\trainer\route17\003.trainer:7B89483FF28DCB4D5380457517E82460,Scripts\trainer\route17\004.dat:C70E28452CD974C5CFC4FCC5FE23BA48,Scripts\trainer\route17\004.trainer:B11314794C2423313729DAA3694187A1,Scripts\trainer\route17\005.dat:B0F2CA94396FF8A55F14725AB64A3F55,Scripts\trainer\route17\005.trainer:044FF0A0F5D639E6986BA74AEB12C502,Scripts\trainer\route17\006.dat:C11DFA63969750814D34A647569EB46B,Scripts\trainer\route17\006.trainer:66A11730598ACB4758168D4462AA2119,Scripts\trainer\route17\007.dat:196AF172991762DDA883D1D7D4E8C4FB,Scripts\trainer\route17\007.trainer:9C57E5C758418DC85DBE10FF9448E8DA,Scripts\trainer\route17\008.dat:9D9CE71CE35A5F3CB4045D6DF78280A5,Scripts\trainer\route17\008.trainer:E170C27DE7EEE337041E39B7FD327016,Scripts\trainer\route17\009.dat:29E03D75D6DD0738DE6029E4F68EE216,Scripts\trainer\route17\009.trainer:EB8C25C325E413521E2A9C13A56E77CC,Scripts\trainer\route17\010.dat:EE40654F8D5432E1F5B1AC0D5F42B509,Scripts\trainer\route17\010.trainer:AB2BC0F8480425071B9B3D4C695A0504,Scripts\trainer\route17\011.dat:E3027FF3CA3A340E9616B428CC66209A,Scripts\trainer\route17\011.trainer:33DBBDE263501600287475F85BAEE361,Scripts\trainer\route17\012.dat:EE99994072110FF4CABABBB29E021E2D,Scripts\trainer\route17\012.trainer:49183CCFBB5FBCB7F2D222B48141B3FA,Scripts\trainer\route18\001.dat:9B91958404BF24DBD1CCF760B7D49A57,Scripts\trainer\route18\001.trainer:B6B7138755EA6F625BB17922E466A742,Scripts\trainer\route18\002.dat:38730103B77C418A947CE748B78705AF,Scripts\trainer\route18\002.trainer:9E8702AFDD59A494645A402173EED20A,Scripts\trainer\route19\001.dat:8D570CFEF885F0B5E9CD6FDEAD428656,Scripts\trainer\route19\001.trainer:D056BB9AE3B0CC981A23DC7F9CAD39EC,Scripts\trainer\route19\002.dat:7994D00ED5C30F83D3A0C628F25C7E83,Scripts\trainer\route19\002.trainer:D08399509957736CC3E2176323480A7E,Scripts\trainer\route19\003.dat:F37947BA515311EE14AAC6422F2F6998,Scripts\trainer\route19\003.trainer:4F95A4E7B7B436F149B4690D0CC8B4B3,Scripts\trainer\route19\004.dat:339F9035FF6DF2DA1D566A7B3C9028D8,Scripts\trainer\route19\004.trainer:B003863F1DB89B9B1D1CD9883217D2FF,Scripts\trainer\route2\001.dat:CC5FCE36FF6BCD12A679B30A6C467E48,Scripts\trainer\route2\001.trainer:404B9DAF83C994B21F808C7B6A264F34,Scripts\trainer\route2\002.dat:2079286CE9E6EB43E0A02C7F45827F4B,Scripts\trainer\route2\002.trainer:ED066B34B0FD1312F177CBC5DD14BF9D,Scripts\trainer\route2\003.dat:C2FAEA3E0BF49BC0504048843B059E52,Scripts\trainer\route2\003.trainer:D90B0BF859F1A644200FB1EC2818BCEB,Scripts\trainer\route20\001.dat:7B708097E0C511105E2FA13295BF9597,Scripts\trainer\route20\001.trainer:B7F2DAF0FD3E1A8DB49E92798EFAD4C0,Scripts\trainer\route20\002.dat:596893E9C9B9A1FEFA95EDAD9CFC66EC,Scripts\trainer\route20\002.trainer:6C676E69E28632EF1AB1E689DFEDCCF4,Scripts\trainer\route20\003.dat:17A9DB51AFA716996639504C6565A70E,Scripts\trainer\route20\003.trainer:5B7E92562C046B4CA06FB55AE6537560,Scripts\trainer\route21\001.dat:4C631040B431BCD76617DA2532295465,Scripts\trainer\route21\001.trainer:02F3B8E0C78B176371244A88844D85E8,Scripts\trainer\route21\002.dat:766C6055E12CC28F10926B7821F44EFF,Scripts\trainer\route21\002.trainer:1E79F1732D8BAC2DCAF425C8AB79E69A,Scripts\trainer\route21\003.dat:81626C8F72AE7BAB0BE2C22090FF1005,Scripts\trainer\route21\003.trainer:08ECA20C266A63DBBE717C7A526E1D4C,Scripts\trainer\route24\grunt.dat:181A2730123CE4A7030507427692AA02,Scripts\trainer\route24\Grunt.trainer:F28643133599C6F160CBA7E406A9490D,Scripts\trainer\route25\000.dat:F60A029B44357B04CA73B13C1CA5549A,Scripts\trainer\route25\001.dat:6332CC4B2BA924680A5ABFA0129E92B9,Scripts\trainer\route25\001.trainer:AD399A2D700C7DEC7420E89F117F6CC9,Scripts\trainer\route25\002.dat:6476F37C531E2F38AF090A6A96B2230C,Scripts\trainer\route25\002.trainer:B63913FA063E2FD6C5DAEEA6ED39A6E7,Scripts\trainer\route25\003.dat:2D09AB9269758201F7D11CBDDBAF490D,Scripts\trainer\route25\003.trainer:D88445EB7EC3C12A25C41E18B8F05A64,Scripts\trainer\route25\004.dat:7B4D50808FCD607A77C5A5F727B1AB4E,Scripts\trainer\route25\004.trainer:14B1B659A6A233D9C06BBC5664616019,Scripts\trainer\route25\005.dat:1DCF0FF34BB790DFE874BE777E438189,Scripts\trainer\route25\005.trainer:09A563116CF7344CE473834C3ECF9E56,Scripts\trainer\route25\006.dat:01F3FEFD71C3650CC0AF9227E6961F51,Scripts\trainer\route25\006.trainer:1068A222FADF65381728EB5C80AED261,Scripts\trainer\route25\007.dat:55DDC0AB74E06A019ACCD15B056BA353,Scripts\trainer\route25\007.trainer:19F33B38AF82A230F21E3F65C76CFA2E,Scripts\trainer\route25\008.dat:B6216862627F210F9A42F63A9FA7FBE1,Scripts\trainer\route25\008.trainer:DE65F34E0E49C4D6F7F25B453BBFB937,Scripts\trainer\route26\001.dat:79B6DC303C6A2E71F2A153103E14495B,Scripts\trainer\route26\001.trainer:12647F51CF3551379A92E6B6490526B6,Scripts\trainer\route26\002.dat:A955A32F276EC9408E6A8731162F0BE5,Scripts\trainer\route26\002.trainer:51AAEC0534609CB34C4936D36D4945ED,Scripts\trainer\route26\003.dat:6471F8BBD52492C642F211B75264199A,Scripts\trainer\route26\003.trainer:CAE690729575ACCCE0592E595358CE64,Scripts\trainer\route26\004.dat:C7CE1C53A190461F66DCDFF9B81E4B3E,Scripts\trainer\route26\004.trainer:9002599360F28C603F81DE01E73CE4F8,Scripts\trainer\route26\005.dat:787B23888823C3620C5D4DF3E2B9F960,Scripts\trainer\route26\005.trainer:DB3B59153A7D791359A0E11B82A74039,Scripts\trainer\route26\006.dat:82CDB048FEAA8B1802C5C9AF3C8BA635,Scripts\trainer\route26\006.trainer:EAF8D4A6943336E4B4D5F82DF9D6DA0E,Scripts\trainer\route27\001.dat:E6466889F9B830F32010D8399063F760,Scripts\trainer\route27\001.trainer:DB88C70B3E155385418AF3A901B67340,Scripts\trainer\route27\002.dat:88046057ADD4D131E740A1DFE9B1E3E2,Scripts\trainer\route27\002.trainer:011908CBA6B77E85C3A7C7CDEA12ED5A,Scripts\trainer\route27\003.dat:84E75414F8DD862E1346100D38855A86,Scripts\trainer\route27\003.trainer:8901A2C8F0C292CF6EC1AF0D0F578622,Scripts\trainer\route27\004.dat:71CEE7B3DD5D71F83C334922CD4A7C98,Scripts\trainer\route27\004.trainer:E69C3CF72C967E782689D940868F1CFA,Scripts\trainer\route27\005.dat:D4EE687FF43FF857D84D72D378DD39A1,Scripts\trainer\route27\005.trainer:F6384F13D07E05EE440909834613868B,Scripts\trainer\route27\006.dat:D27B9938D5BEA786EEC695FF623AF8BC,Scripts\trainer\route27\006.trainer:6A4D52122FFD7635BFE61F26E5C595CB,Scripts\trainer\route3\001.dat:8ADBCFF96DD8605A52A3C4BCA8E73489,Scripts\trainer\route3\001.trainer:B91587496FABB932323954903C164BE8,Scripts\trainer\route3\002.dat:7CA9C4924D1CB5A23CBB4CE0CCE6444D,Scripts\trainer\route3\002.trainer:1F539B7459F70BB8758D87D43DE06108,Scripts\trainer\route3\003.dat:BE28B21AE76EF11E536BC447B0EA53F7,Scripts\trainer\route3\003.trainer:F5A42A6DC97FE4E4499CCD5C3D42F603,Scripts\trainer\route3\004.dat:802AAA5F8E0E60AA199CEDD7D1B9412B,Scripts\trainer\route3\004.trainer:DFF7AD5DAB04BFA2B44E090B60170DD9,Scripts\trainer\route30\001.dat:AB690F6C0E1CB54B0627A28E43AE942B,Scripts\trainer\route30\001_1.trainer:68E64AF3E2CC33B357747478F18BA4DB,Scripts\trainer\route30\001_2.trainer:1CA1A29A3E2EF16DD5C6C0A669D8F5DD,Scripts\trainer\route30\002.dat:9CD52DD804AFF6DC8C36129C317DC4B7,Scripts\trainer\route30\003.dat:B5E7144FF2CE767D03CF46D476A33704,Scripts\trainer\route31\001.dat:652D9F42003637B81FD09D6A796CAA36,Scripts\trainer\route32\001.dat:DEA5B946B1F559539460745E3F8685B1,Scripts\trainer\route32\002.dat:47E3A631305AA9B00E34F220197819E7,Scripts\trainer\route32\003.dat:45C4697CD4B0878FF97D75F450566AFB,Scripts\trainer\route32\004.dat:951268C78C275CBAB9C1BC2EA285F3C6,Scripts\trainer\route32\005.dat:23E06E8587E3A4F634FC0719E1311FA2,Scripts\trainer\route32\006.dat:49E8C5342DFFE75600F43DB52CB863B7,Scripts\trainer\route32\007.dat:7C4789E57FA065E1AA4D547564F50040,Scripts\trainer\route32\008.dat:7C9ABA5FDA245EED6B1A5EDA8BA14954,Scripts\trainer\route32\32001.trainer:E2360ED4E7CB20D8CED08199DD801206,Scripts\trainer\route32\32002.trainer:AD770A397ECC7520EC4DF58F6131C308,Scripts\trainer\route32\32002_1.trainer:A3DF4962446A8843353C2D500B08CFD8,Scripts\trainer\route32\32002_2.trainer:29A23A6D18D55367CF254ED0594D2109,Scripts\trainer\route32\32003.trainer:5B2EBD6A772C02966D06605F14F4ABBF,Scripts\trainer\route32\32004.trainer:CFF185BB822C1451199F92B049686D13,Scripts\trainer\route32\32005.trainer:4A3AA0560731C5F6B052A794382D87BB,Scripts\trainer\route32\32005_1.trainer:149F1A29D235DB2A9DE18E3FBE4A7AFA,Scripts\trainer\route32\32005_2.trainer:2BF081E40153648765ABF6454495E26B,Scripts\trainer\route32\32006.trainer:69F488F684E934D7C7B162701EBF85D8,Scripts\trainer\route32\32007.trainer:43A55AD5A53AB4431DE0C42A48940CFC,Scripts\trainer\route32\32008.trainer:8AD449C1F973181F565E6B76DE16B3C1,Scripts\trainer\route32\32009.trainer:9AF441DDF045643063312CE0AE8C0A39,Scripts\trainer\route33\001.dat:16D33559C6CBBDD738936E12C149231C,Scripts\trainer\route33\33001.trainer:4709BDB13793E79B2B63BE1827E48570,Scripts\trainer\route33\33001_1.trainer:F770D8A49F39DC53B0929F419FFF1928,Scripts\trainer\route33\33001_2.trainer:D53C14406D85465C3735DAB750CC216C,Scripts\trainer\route34\000.dat:3E763FFCC25E4B871A4C96554665893E,Scripts\trainer\route34\001.dat:DCE6CD5DA80A3FAF2D302B3B7D008BC7,Scripts\trainer\route34\001.trainer:163F43A2150E66C6B6523246C2F9287E,Scripts\trainer\route34\002.dat:D1A96E07DA4B9D5E40617FCE0EDB4B92,Scripts\trainer\route34\002.trainer:CDF48928DA7A9580825322923CD52E17,Scripts\trainer\route34\003.dat:DE976C22437F719FCFF1C595CBA28E80,Scripts\trainer\route34\003.trainer:C2FB4277DDBA701F1EF39C69AAC23CFD,Scripts\trainer\route34\003_1.trainer:C4ADEDC521F6F1182A49BA48E7302E27,Scripts\trainer\route34\003_2.trainer:29C800226DF55BB6C2D69DC69E39F47F,Scripts\trainer\route34\004.dat:6EDF35653D3CE2C1C3C553D5B8775065,Scripts\trainer\route34\004.trainer:27C8008AAC97C8D25921C5CD39ABAAD3,Scripts\trainer\route34\004_1.trainer:977A34442C1B8C30BA4CEBAA0FFDD3A3,Scripts\trainer\route34\004_2.trainer:487FB430479E12C3764DE1E2D0DDB968,Scripts\trainer\route34\005.dat:18D68A8EF9DF42F0924EC155DA812BD6,Scripts\trainer\route34\005.trainer:359D40C5EBBED2C56BBFDB665B78BE08,Scripts\trainer\route34\005_1.trainer:33FB9D33ABEE76247514B7F72D2A724C,Scripts\trainer\route34\005_2.trainer:34962666BBC806DA6F2CDED2A54213B6,Scripts\trainer\route34\005_3.trainer:B3AA60D2031DD6759F11C8BE5DB9F8A5,Scripts\trainer\route34\006.dat:2D2B1B57877B99CB2EDE69CA0E94215A,Scripts\trainer\route34\006.trainer:8FBAD86ADF988D1E758E52D764F298E3,Scripts\trainer\route34\007.dat:35942828E35A2FD1FA439859DD311460,Scripts\trainer\route34\007.trainer:007D5A3C2ABF44D42F19D1BDAD0C70D6,Scripts\trainer\route34\008.dat:661C573CDFBD86011F64EA719DF380A2,Scripts\trainer\route34\008.trainer:151FF73BD8B9502B70188FE4B4831D06,Scripts\trainer\route34\009.dat:5CFDC0ACB2989575D098C21CC10D7B24,Scripts\trainer\route34\009.trainer:8DAE0D972098746537AF964959C81000,Scripts\trainer\route35\001.dat:08430B8581FD909AF820A397C5E80C2B,Scripts\trainer\route35\001.trainer:499DA02C7CC28491CB00B4BA3A134BD8,Scripts\trainer\route35\002.dat:675551DD1683D6C3CBF8A9309231DA3C,Scripts\trainer\route35\002.trainer:E1FA6641262E64AEE61FE41DBC193C38,Scripts\trainer\route35\003.dat:6FBEECE2CB2F4CD06981649C17639559,Scripts\trainer\route35\003.trainer:256299150B6CB58CDFE92E377122C142,Scripts\trainer\route35\004.dat:C11C2FD23C5DA134540DD5C1408A16E2,Scripts\trainer\route35\004.trainer:5E285D99637D198266DE7B0E2FDB856D,Scripts\trainer\route35\005.dat:AED00FE3E12D8B3F3523E015AB84CE41,Scripts\trainer\route35\005.trainer:4C2CCEA2A0923A941407FF2AABFB1551,Scripts\trainer\route35\005_1.trainer:0AF078323D85BC23DB9CC2732A37ED78,Scripts\trainer\route35\005_2.trainer:2F141872685DEEE7A316194F423692BC,Scripts\trainer\route35\006.dat:5F3E06892B7FAB1AB4C3AA3785CE6873,Scripts\trainer\route35\006.trainer:2051C220399889BB24684D531FFCC4E9,Scripts\trainer\route35\007.dat:8B4BB5B5290A60E34C48708B5CDC8028,Scripts\trainer\route35\007.trainer:27635B5C2B9A75005243373C19FAFF8A,Scripts\trainer\route35\008.dat:21993B8C54CFF6A47FF52D3EE6E23BD8,Scripts\trainer\route35\008.trainer:78B8F50E690FF1F1464F00CADDE55FFD,Scripts\trainer\route35\008_1.trainer:F8C9D037E6C22D335D55632EB49CE23C,Scripts\trainer\route35\008_2.trainer:CE00FBD1A5F9C5642F4660586E3367D9,Scripts\trainer\route35\009.dat:7D7D7324CB6D6511A888562780E6D481,Scripts\trainer\route35\009.trainer:69491CD5798B915D00BFCB8ABC886155,Scripts\trainer\route36\001.dat:6C64D888D1ACBA5B62F001F5CD0908E3,Scripts\trainer\route36\001.trainer:ECBB29FB5DDCB735E5894A38A2F682A5,Scripts\trainer\route36\002.dat:85037D1846167FDFF0119D40A9E27663,Scripts\trainer\route36\002.trainer:3768C6247C7566FB4F0734BC54B20CDB,Scripts\trainer\route36\002_1.trainer:F18127614DEDC6F9DF6D762A0644DC59,Scripts\trainer\route36\002_2.trainer:7EA7652194D9DFC1D37B06F223176D12,Scripts\trainer\route37\001.dat:4A272C8A4C3EA7B8838C2B488494F3D2,Scripts\trainer\route37\001.trainer:9563091A04F9055993C03AC27B43C0FA,Scripts\trainer\route37\002.dat:DC027EC3CFEABF83612CB844995872FD,Scripts\trainer\route37\003.dat:657914627F9C5D06935EB8D356315F92,Scripts\trainer\route37\003.trainer:724957F6CD947F4DDF00DAAFCAE51963,Scripts\trainer\route38\001.dat:94BD08F58F6EA78A4B4E2F2BA54841E9,Scripts\trainer\route38\001.trainer:0FAE3FC3C16969ABD3ABDB9E1C4DF286,Scripts\trainer\route38\002.dat:EF41F41B40947D372E44BF704D150C4E,Scripts\trainer\route38\002.trainer:EC8F8000A97E10C69AC035A030153A31,Scripts\trainer\route38\002_1.trainer:4E2737ACA9B2340BB597124ECA529E98,Scripts\trainer\route38\002_2.trainer:00F2A0950DDBC11DA59B168B99AE5C35,Scripts\trainer\route38\003.dat:E7C14F572EB0C527F3764E06F2857A65,Scripts\trainer\route38\003.trainer:D602A95BD27E5C657CA92B6A73E3E65B,Scripts\trainer\route38\004.dat:ABD774336265B278E3D080F57A951837,Scripts\trainer\route38\004.trainer:E226638AEE2FF178F0F6497AA92FB421,Scripts\trainer\route38\005.dat:36746F2DF6C1651293A9CDDAB69769D6,Scripts\trainer\route38\005.trainer:164839F2375782D34396F955B7B6216F,Scripts\trainer\route38\005_1.trainer:5FBF08A25854A769C9B6E29A5C27192C,Scripts\trainer\route38\005_2.trainer:923575B567CFF4F6CAF2035AF71F0376,Scripts\trainer\route38\006.dat:5C6D1D89AC51BF4D9CA8F6D5B9BFD15F,Scripts\trainer\route38\006.trainer:2105856BD09B7AB8298BA4D95D6B2318,Scripts\trainer\route39\001.dat:56E6691A3B592414EDDBAD143CBB1204,Scripts\trainer\route39\001.trainer:35FD8EB843638FAB4FF179136D0D9B58,Scripts\trainer\route39\002.dat:41F413C3BEB69FD2ED52C8839796E684,Scripts\trainer\route39\002.trainer:28B7F74E0EFC01C6BF04D19512CCFE72,Scripts\trainer\route39\003.dat:629E8F8C513241BFD57F4F3E27CD65CD,Scripts\trainer\route39\003.trainer:592989D9A6D7E11AAD18ABB17125FCF0,Scripts\trainer\route39\003_1.trainer:4A86A5926A2A06E3D50E09497CC88317,Scripts\trainer\route39\003_2.trainer:2E265FADC01C0525B49FAA18499DC380,Scripts\trainer\route39\004.dat:13232CE4CA30D860857863212C72FA4B,Scripts\trainer\route39\004.trainer:02631A4A7D432FDB8E021F7887B60533,Scripts\trainer\route39\005.dat:C32778AEA5EC325D504B08C2F7116262,Scripts\trainer\route39\005.trainer:B34B21F072A832773D1C18502AE856AF,Scripts\trainer\route4\001.dat:9E0E86B07F461162186039C01561D058,Scripts\trainer\route4\001.trainer:71E29C754F41E3969A055B4AA344B2DC,Scripts\trainer\route4\002.dat:8F5D054E05D3C9CC936793C8165D92FD,Scripts\trainer\route4\002.trainer:2B4CB0AE073742994263F8D5D54ED2FB,Scripts\trainer\route4\003.dat:49B39481DD16AB426055446B52398E88,Scripts\trainer\route4\003.trainer:6C69FDDDACD998D585E4C2E0404F323E,Scripts\trainer\route40\001.dat:890F438AFB1DBFC8AB834117BDE1CB99,Scripts\trainer\route40\001.trainer:3BAC4255270EA5E8281E2A5187519162,Scripts\trainer\route40\002.dat:4A68844E76F9226ADD50A877D47B13B9,Scripts\trainer\route40\002.trainer:18C8932EAC2EFA52219408357C0ECF68,Scripts\trainer\route40\003.dat:F6C7DD836E7224EA9E59AF72757BD3FF,Scripts\trainer\route40\003.trainer:838EF3AA5834D42AC2145061F8890F4F,Scripts\trainer\route40\004.dat:179A54B92FC3E240B5ACC2DF2148A911,Scripts\trainer\route40\004.trainer:7DC95178FAF1DF9779F0467BE0B2EA6C,Scripts\trainer\route41\001.dat:B3148D0CC8D8E696EF0B7E02C552574B,Scripts\trainer\route41\001.trainer:AB80701EF20FF0D7D1227329ECB25B3B,Scripts\trainer\route41\002.dat:B70CB838AF9520808A44BAFC90594828,Scripts\trainer\route41\002.trainer:D3FF969270CB9CD1B03E8CD8D601A676,Scripts\trainer\route41\003.dat:4D188E4209360B9A9FE9467ED10811AC,Scripts\trainer\route41\003.trainer:CDB46123EDACF1CD9DB712EB0A4CE8F7,Scripts\trainer\route41\004.dat:4BB812F34E8448FF57FA54B44E8FA103,Scripts\trainer\route41\004.trainer:1E30AB3E06344B6246C6EE7C7914E6B6,Scripts\trainer\route41\005.dat:C3D3B9DD496BB36456C587D29909B81C,Scripts\trainer\route41\005.trainer:21B6A85731D04DF4FA32799FCF04628E,Scripts\trainer\route41\006.dat:75601A5F94C0F203AE3764760E6F8B04,Scripts\trainer\route41\006.trainer:D2D2030E0012B4A326FBF4F0FA4FEFCB,Scripts\trainer\route41\007.dat:DECC4655BADCE00203CBF04F07AF0235,Scripts\trainer\route41\007.trainer:098AC742BAA68C3E47783DC7385AB27D,Scripts\trainer\route41\008.dat:6A02CB8CE32DF3D76901F52BF9A1A460,Scripts\trainer\route41\008.trainer:08F8FCEE45DD67B41520A4F8B0265B56,Scripts\trainer\route41\009.dat:BEE670BD67C60ADCCAE825B4F9E8D736,Scripts\trainer\route41\009.trainer:B0D7B709D76497DEC7B2495323D78705,Scripts\trainer\route41\010.dat:4F9CBBE4399F60FF00C4402D52780EF4,Scripts\trainer\route41\010.trainer:FD7DB9E8900B8B28FB8C14988ECB4EE5,Scripts\trainer\route42\001.dat:3EA39E05436E3D533A34FF823E423704,Scripts\trainer\route42\001.trainer:B2B7EE6CAB4E13238AEA17A856480AD3,Scripts\trainer\route42\001_1.trainer:DEC9330D9569E97F4BE4C05B1496E4D6,Scripts\trainer\route42\001_2.trainer:AA59F50FC6E1E91AEF327B0C4F0A3605,Scripts\trainer\route42\002.dat:A43D2AEC59A73D7713368CE2C312A412,Scripts\trainer\route42\002.trainer:E326C782AF22AED5A1FB8A78FC29871E,Scripts\trainer\route42\003.dat:4760EE8170AD5261B4E82F4B7522EE8E,Scripts\trainer\route42\003.trainer:77A3F2D0C3CA1839B088186B21A6C2D5,Scripts\trainer\route43\001.dat:8382047ABA4BB17A0A13FE5E114D22DD,Scripts\trainer\route43\001.trainer:A8371421305F0A05CAEB60CCB81F6ABB,Scripts\trainer\route43\002.dat:3D301A58200ED3195BAD44737F23A714,Scripts\trainer\route43\002.trainer:ED907C1B5BF96343AB6B4B897B6EF722,Scripts\trainer\route43\002_1.trainer:12191028D7806F3354F1A29507014001,Scripts\trainer\route43\002_2.trainer:D8AA0CC2F0779D4C9DA6182B6B0A1855,Scripts\trainer\route43\003.dat:F9667D7DF249503ACC8D1E86AF3E027E,Scripts\trainer\route43\003.trainer:0362001D45FD26F00F57570E2FF795F6,Scripts\trainer\route43\004.dat:BB0D4839698ED4E347F125D89C2CD0B4,Scripts\trainer\route43\004.trainer:4D3D543A5FF9B700DA43EAEDF4FAA317,Scripts\trainer\route43\004_1.trainer:C4BECCEF5EC1C5C624A07D1B445C96D8,Scripts\trainer\route43\004_2.trainer:3A24922F61B8C4C3BF32B643D7563849,Scripts\trainer\route43\005.dat:7B77EBF60A13560F22ACB099120D32F5,Scripts\trainer\route43\005.trainer:97DB713F805E1891AB264C38945BBF23,Scripts\trainer\route43\006.dat:5F6924096F73BA223325B78A68CEC13C,Scripts\trainer\route43\006.trainer:6513E5D66B052AC5943DFB7A24AB512A,Scripts\trainer\route44\001.dat:F4C49BF06E6B87A96DBD9C14A4D04859,Scripts\trainer\route44\001.trainer:06A50947F437196D5E224EC9AF434A30,Scripts\trainer\route44\002.dat:9D34651C0BAE1FB861BCAD1785AB9C11,Scripts\trainer\route44\002.trainer:E068ACB1CA9A7B2900AACE40A80C08AE,Scripts\trainer\route44\003.dat:37C9E4E8EEA9D8B00FC7E65D7FB74D18,Scripts\trainer\route44\003.trainer:37BC3C20E16412B3DA12155383776DF5,Scripts\trainer\route44\004.dat:2EDE09C421F0DD306C0F52194D1534B1,Scripts\trainer\route44\004.trainer:588A1CAC33B139A8E18168EE3F6677F4,Scripts\trainer\route44\005.dat:167061AE61CB664F24C22BFACB99B3AE,Scripts\trainer\route44\005.trainer:33450ABC8973CEB71211934B66878643,Scripts\trainer\route44\006.dat:49183B1244A0601DC07E5A0C3A2D80A1,Scripts\trainer\route44\006.trainer:2566F77D4A7D2621705E36A339E068FA,Scripts\trainer\route44\007.dat:1C23378C064C08FA10E40DF2A00C4755,Scripts\trainer\route44\007.trainer:C561512E1DB476EF9D4E5E31D464FC1B,Scripts\trainer\route45\001.dat:5ECA68B10B5AB2537ABDF6C2B1F9D2A5,Scripts\trainer\route45\001.trainer:29BB265846A05C1910302F83E3882BB3,Scripts\trainer\route45\002.dat:642EDF23073A0A38B82261A032B8F88F,Scripts\trainer\route45\002.trainer:858933AD0F080F554E7E4DFC93706351,Scripts\trainer\route45\002_1.trainer:68A178CE1573A37695BA31EF4605B80C,Scripts\trainer\route45\002_2.trainer:50AB49C95DBF5418E205126B1AB38F54,Scripts\trainer\route45\003.dat:B55C487C8A37EB656595C9C272E05285,Scripts\trainer\route45\003.trainer:C61E6DC90902670214CB81F192A9509C,Scripts\trainer\route45\004.dat:7E9657A3BE4692BE73EF82968061CC34,Scripts\trainer\route45\004.trainer:83488A491264A24E67D0712C48D06BB5,Scripts\trainer\route45\005.dat:4309F2382776402C83F401259F42B429,Scripts\trainer\route45\005.trainer:A0285857B5DEEFD3058942346B7FB7F9,Scripts\trainer\route45\005_1.trainer:D93B87D82C31DD802FD8569FACB68D24,Scripts\trainer\route45\005_2.trainer:8441D3B46ADF5E342A8590CDAFCA35AF,Scripts\trainer\route45\006.dat:8472BCC9B3003493B0BE970D67117138,Scripts\trainer\route45\006.trainer:5BE2D94597BCFB71F840DCE5381629C8,Scripts\trainer\route45\007.dat:E285D0240F39D4E7C5E4B23EAF9E10B9,Scripts\trainer\route45\007.trainer:5634B891906F1176271FD17AA0714C0F,Scripts\trainer\route45\008.dat:AB0CE876D3E622B451097857DFA6BEA4,Scripts\trainer\route45\008.trainer:7A6FB180EE844DF30B188FDECB1A3CC6,Scripts\trainer\route46\001.dat:6C446FAC1B839E87D50A698A8EA9DD1B,Scripts\trainer\route46\001.trainer:E4018451DD637C5DA60E2D588E0A2101,Scripts\trainer\route46\002.dat:67DFA4D46F3B88BD9CD3BC5D614194DF,Scripts\trainer\route46\002.trainer:6E15B0DB4AC7CFA94138AA49BB0A630D,Scripts\trainer\route46\002_1.trainer:95989E4E5E5DFEE1B274A82F99E022EA,Scripts\trainer\route46\002_2.trainer:5885D978D45524694D479D40D1871E3D,Scripts\trainer\route46\003.dat:CC39E2E2546C45B68A93343F050C3630,Scripts\trainer\route46\003.trainer:BE28110B60ADBC94A27DDD4848ABE51D,Scripts\trainer\route47\001.dat:A3A771994EC3A845D8C4B7FB0202A45A,Scripts\trainer\route47\001.trainer:D03817313B2545BF22B53F90848165E4,Scripts\trainer\route47\002.dat:1BE947A7C112381485A0961F3AEF09C1,Scripts\trainer\route47\002.trainer:BC219962A08DAE22B8EF04A5EC2C04E4,Scripts\trainer\route47\003.dat:DABB81754B34D7BBCA83281D413F5E58,Scripts\trainer\route47\003.trainer:D4971E123152E1EDD83F11EBD1F73ECE,Scripts\trainer\route47\004.dat:8D407160A1FB44A5AF9F967D56A29637,Scripts\trainer\route47\004.trainer:E014F164A3FF7DDC5C73D060180CEAC2,Scripts\trainer\route47\005.dat:B82810544B3893F0A17AAE3AF682D30B,Scripts\trainer\route47\005.trainer:C07076961E1A56A243270392883B30B5,Scripts\trainer\route47\006.dat:B9EE8EAE72AD9110B9BB8B27AE3D9C23,Scripts\trainer\route47\006.trainer:DCCA19462DA240CACAC2ED68AB524EB8,Scripts\trainer\route6\001.dat:ACCC222E8618E63AB490DC1C0B543930,Scripts\trainer\route6\001.trainer:5B2561C1357893E742CD96D380EEA5FD,Scripts\trainer\route6\002.dat:3CA7628DC04F8CA0C9C6E6D29785CBC4,Scripts\trainer\route6\002.trainer:56183238E5681CC5E5E4B04488AE3732,Scripts\trainer\route8\001.dat:B647ED811BEDF3A700D00181812B143A,Scripts\trainer\route8\001.trainer:EC8CBDBCF8B8EFA84DF3618CFD674E19,Scripts\trainer\route8\002.dat:DF07676C098F700C4CE5DAA656140B5D,Scripts\trainer\route8\002.trainer:30AAE4F6CD0CB58331A323FB07C410D9,Scripts\trainer\route8\003.dat:8DF3761DD185D26CC3494FC87509BFB0,Scripts\trainer\route8\003.trainer:10A4401BBB9708D0A0C3E48838EA850D,Scripts\trainer\route8\004.dat:BDB678902607B8C9F8ACF286280B8833,Scripts\trainer\route8\004.trainer:1E13315F0E436220904E44A84A158DE5,Scripts\trainer\route8\005.dat:285C077904A020347A35F8C583921D0E,Scripts\trainer\route8\005.trainer:7446971355E152750A13FEC974093C52,Scripts\trainer\route9\001.dat:60AEE0C811B1B6B01C23BE7EB806CA1F,Scripts\trainer\route9\001.trainer:75D7602B368ECF305AB45EE6BB4C19AB,Scripts\trainer\route9\002.dat:90876C758F114875847AB0CB8022B2AE,Scripts\trainer\route9\002.trainer:46C64FDCC2CD76A8E6B254361F22FC44,Scripts\trainer\route9\003.dat:29771F79CCBC4681544F046630BB4766,Scripts\trainer\route9\003.trainer:83C380C9F25AA806AE6ECD35F0AD1808,Scripts\trainer\route9\004.dat:6EFE5BB52F99F4C48CE63113017A6471,Scripts\trainer\route9\004.trainer:C806720F6CBB1C9748433CBE22821A94,Scripts\trainer\route9\005.dat:7A7BEA5D0959EC2F9C66E41A0A3536F0,Scripts\trainer\route9\005.trainer:59F0006F96F8531D7F3F3F13A24BB0D2,Scripts\trainer\route9\006.dat:915DBD17576020448D12F4BFAA4EDDD6,Scripts\trainer\route9\006.trainer:C4FCCF9FEF10F745FB0AF9B25ABB9EE6,Scripts\trainer\Ruinsofalph\001.dat:3B8C21A574D4C92D554E0BCCAA190407,Scripts\trainer\Ruinsofalph\001.trainer:CEF1C4B7A481834B9A12055C75CF11B3,Scripts\trainer\saffron_gym\001.dat:8B2D573A271E6E50FCDC8F6839609402,Scripts\trainer\saffron_gym\001.trainer:82C4B584DF32360C08AC43E782A19A1F,Scripts\trainer\saffron_gym\002.dat:C1C22D74BA458ED31650283FF4335D29,Scripts\trainer\saffron_gym\002.trainer:2183E36ED62B2F07502FB946FF1B93DC,Scripts\trainer\saffron_gym\003.dat:2A76C2D4D7B2D9E54710673E95896F9F,Scripts\trainer\saffron_gym\003.trainer:68368203C001F3044AE105B1E53B3F3D,Scripts\trainer\saffron_gym\004.dat:D97B2B6874F06628AF6883757222B1E8,Scripts\trainer\saffron_gym\004.trainer:A8E3C75BEAE0347AA61ED80724CA0676,Scripts\trainer\saffron_gym\leader.dat:F04909E8EC336005BD537FF1D79E98D7,Scripts\trainer\saffron_gym\Leader.trainer:1D3A490D2AB7D509799C3C6D6A37D8EC,Scripts\trainer\seafoam\001.dat:C302C7C2062BAB946576ADF02BDCB895,Scripts\trainer\seafoam\001.trainer:B0CB50E7BA867DA100EDFD08E6A81BC4,Scripts\trainer\seafoam\002.dat:3021D032AC57EC60D67C64763ECEF157,Scripts\trainer\seafoam\002.trainer:FC0234A581FE0B9A248D6B551A9A188D,Scripts\trainer\seafoam\003.dat:FF65A57179A4FA8F4A388A452631E8E2,Scripts\trainer\seafoam\003.trainer:6492007E023589D0B72CB39B9E570F75,Scripts\trainer\slowpokewell\001.dat:AB7AB0BB4AEBAE10431B0CB57B70EF72,Scripts\trainer\slowpokewell\001.trainer:2E969237A36B574190F356187932F197,Scripts\trainer\slowpokewell\002.dat:72E3C1291C05AC3AA0CAAAA64EC0AE06,Scripts\trainer\slowpokewell\002.trainer:82DB92BA9E57A98490921019DE3133A2,Scripts\trainer\slowpokewell\003.dat:1396106E4E047E4787909C1BF0A37379,Scripts\trainer\slowpokewell\003.trainer:F9898F25CBC2F424D24EB22BF8A6B4CF,Scripts\trainer\slowpokewell\Proton.dat:6F1FA6656D757453F342DBDA626028B6,Scripts\trainer\slowpokewell\Proton.trainer:15394E2CB5FAB5F38BF926DF54970151,Scripts\trainer\sprouttower\001.dat:B2F66F8574163F0F9508DEA57CAD2FBC,Scripts\trainer\sprouttower\002.dat:279B05C7B2887D0D917C243CC90EF402,Scripts\trainer\sprouttower\003.dat:5BCE97B94058EF3191BFBA66A8BB481F,Scripts\trainer\sprouttower\004.dat:561CD185010004470BD44D40AF790377,Scripts\trainer\sprouttower\005.dat:F9396F62895442D288BFC4BB22658793,Scripts\trainer\sprouttower\006.dat:536C8DB6AB1232545605363D0DD0221D,Scripts\trainer\sprouttower\elder.dat:3725A9998D67F1644F69B2722FD42FD5,Scripts\trainer\ssaqua\first trip\001.dat:A54DF6212A4EFE1AAADEA1FEC16F55E9,Scripts\trainer\ssaqua\first trip\001.trainer:88D48E37E7F9DAEFB5E853318B60092F,Scripts\trainer\ssaqua\first trip\002.dat:DE10996F99E46F85C940945D58E229AF,Scripts\trainer\ssaqua\first trip\002.trainer:DCA7484A3269E5CF9C9581D429108570,Scripts\trainer\ssaqua\first trip\003.dat:AFF2444FC7A88DE360425D9A4BC6C691,Scripts\trainer\ssaqua\first trip\003.trainer:A2A925E03CD88BEEA832788A0CEED3E7,Scripts\trainer\ssaqua\first trip\004.dat:96B181986447B8C62934C2C799467E92,Scripts\trainer\ssaqua\first trip\004.trainer:4A3E6620D27EFDB1E09A9C16A121BECE,Scripts\trainer\ssaqua\first trip\005.dat:792653F95D3C35C4DA009C60F39DAB1C,Scripts\trainer\ssaqua\first trip\005.trainer:784E6D4BF41F7B353C4328420A30C8D4,Scripts\trainer\ssaqua\first trip\006.dat:C687E9F91AD12D2C85CE0A1C34ACFD2D,Scripts\trainer\ssaqua\first trip\006.trainer:55247081B7469EFB6846AA0CDC5F57A1,Scripts\trainer\ssaqua\first trip\007.dat:978895BEF720CCE74683925294959875,Scripts\trainer\ssaqua\first trip\007.trainer:0EDB49344AAB318F6AAD1633FDFDFE63,Scripts\trainer\ssaqua\first trip\lazysailor.dat:7598A51C4FACB3F1E3E3D86F5C036136,Scripts\trainer\ssaqua\first trip\lazysailor.trainer:449B477062B718F3DBF86E8FD10CFBCB,Scripts\trainer\ssaqua\olivine\001.dat:C230A4A641C27FED1B348FF34BDF7DE1,Scripts\trainer\ssaqua\olivine\001.trainer:50AB15266C91788087DA4BE2BEF0EDCB,Scripts\trainer\ssaqua\olivine\002.dat:D415166CE4FB4404C25406C2DE410CC3,Scripts\trainer\ssaqua\olivine\002.trainer:E7DE386AE158E7187D54CB31FB2BDF68,Scripts\trainer\ssaqua\olivine\003.dat:C0EBD0FB9A632CFD8298179E6060375E,Scripts\trainer\ssaqua\olivine\003.trainer:4A9DA373E3C033FF56BA28A32980729E,Scripts\trainer\ssaqua\olivine\004.dat:D8693E83CB6D7C435738E8D540C887A3,Scripts\trainer\ssaqua\olivine\004.trainer:1392F4FA33E7DD71DF06B1309F642FB6,Scripts\trainer\ssaqua\olivine\005.dat:A975EEEF26D6DA5F71C464C91613C32F,Scripts\trainer\ssaqua\olivine\005.trainer:CD9259D34E801D8644DFC33511358CDB,Scripts\trainer\ssaqua\olivine\006.dat:F9D9D5E873896630F33807F4ED049F09,Scripts\trainer\ssaqua\olivine\006.trainer:9AD0861FEF8722190328FEC032D4998F,Scripts\trainer\ssaqua\olivine\007.dat:2B71DB21F4117DDCB03480FAAAE1C0F4,Scripts\trainer\ssaqua\olivine\007.trainer:B01441E13A8B3CBCA211DB7EA0B83A39,Scripts\trainer\ssaqua\olivine\008.dat:FCAAA2578394CC682D497BB1F51D230B,Scripts\trainer\ssaqua\olivine\008.trainer:E65B275BB2146C6D70D75A3AE41F67FD,Scripts\trainer\ssaqua\olivine\009.dat:9B2E1C3A6C167F500343053876990B8F,Scripts\trainer\ssaqua\olivine\009.trainer:5CCB4ED2297766D0D0975FF471C55B4A,Scripts\trainer\ssaqua\vermilion\001.dat:8B6DD0E9CC11DD97E1BE577C52FF614A,Scripts\trainer\ssaqua\vermilion\001.trainer:718E6C4725811AD20D6668824CA2425A,Scripts\trainer\ssaqua\vermilion\002.dat:AE29F0749B3D573812994CB171460F60,Scripts\trainer\ssaqua\vermilion\002.trainer:FA30E78699EECBE6C46DF69ECACF6F1D,Scripts\trainer\ssaqua\vermilion\003.dat:70FFF8400DA96A643FBE98CCF7AE4B75,Scripts\trainer\ssaqua\vermilion\003.trainer:84543F1B25BDE27E2C21F1591AB714D9,Scripts\trainer\ssaqua\vermilion\004.dat:87C556EEF2D0C457F7214BD0116CF6C0,Scripts\trainer\ssaqua\vermilion\004.trainer:A7BC6D3DCB93E8E1D452BF0D7E131A06,Scripts\trainer\ssaqua\vermilion\005.dat:ECCCF887E922FD46C1C1AA7210DB5F12,Scripts\trainer\ssaqua\vermilion\005.trainer:3BFBB131719D2FEE03B674143F9E39E4,Scripts\trainer\ssaqua\vermilion\006.dat:CE7CFE0EB12318354CD89BBBAFAD68B6,Scripts\trainer\ssaqua\vermilion\006.trainer:2C82B26D5A88D59B1ABCC5A7A6B4E046,Scripts\trainer\ssaqua\vermilion\007.dat:89CA3AA2E20AE4B41745A5626F552455,Scripts\trainer\ssaqua\vermilion\007.trainer:A91164BBDCADC99FF44BFE8441D5457F,Scripts\trainer\ssaqua\vermilion\008.dat:A4D3E5A06FB3DFE8E67CB105E144D984,Scripts\trainer\ssaqua\vermilion\008.trainer:BA624623B13E7F03D778B813BD973AD3,Scripts\trainer\ssaqua\vermilion\009.dat:AE6B4B440602B3A3272DD456A156780C,Scripts\trainer\ssaqua\vermilion\009.trainer:598877653EF73077BC0BC02703262FC5,Scripts\trainer\ssaqua\vermilion\010.dat:EBF67DCD1019D9507B93995FAEBDB358,Scripts\trainer\ssaqua\vermilion\010.trainer:3FF6E7852328AB3778502F6AB5D74880,Scripts\trainer\trainerhouse\cal.dat:CA233A427A50C4C1941D5FA687ADAE87,Scripts\trainer\trainerhouse\cal.trainer:8A05803A445247CE1F92C1AB802487FB,Scripts\trainer\treasure\001.dat:20FFB1F71E5B705E11DC31DCB235ADEE,Scripts\trainer\treasure\001.trainer:B5FCE75E36CBCEF11314F9C8B6CA730A,Scripts\trainer\underground\001.dat:E665D708524BF4ECD2C6B92F9628E5BE,Scripts\trainer\underground\001.trainer:A6D998C787E644BDAE50B058FA8EF844,Scripts\trainer\underground\002.dat:09300C10445916637AD393C04203AF68,Scripts\trainer\underground\002.trainer:C7F61A5C476F7B488BDCE0EFD7C5F050,Scripts\trainer\underground\003.dat:27FEB8B7841ED72262CD990958355205,Scripts\trainer\underground\003.trainer:3D434B3D22D6E0A2DA06B1C2E8BBF242,Scripts\trainer\underground\004.dat:F4B9079F1404060FED4D0DF2163B50AC,Scripts\trainer\underground\004.trainer:46F28DBBB6CCC53A0F0D0CFE6A6CF12C,Scripts\trainer\underground\005.dat:F10B205C9601373E2C850734F233BD53,Scripts\trainer\underground\005.trainer:AF42C6C58DE39E972894519C559FBDDB,Scripts\trainer\underground\006.dat:7D28108D3041F8FB58E7CAC148D0EE00,Scripts\trainer\underground\006.trainer:902910E6162B754A7366A04DDA7EFD5B,Scripts\trainer\underground\007.dat:8104792EBAC85FD8FD864AC8389998A3,Scripts\trainer\underground\007.trainer:349068F2B325F8CF25B29440AD4124DC,Scripts\trainer\underground\008.dat:B49E0700AA8EE17FF0B126DF08C4A23C,Scripts\trainer\underground\008.trainer:5A0C221890EB16477D6521F3732416CC,Scripts\trainer\underground\009.dat:D66832A2E6B545E3A75BD871E7809560,Scripts\trainer\underground\009.trainer:8F92910911321EB22FBCA1F591FA418A,Scripts\trainer\unioncave\001.dat:8F2BBBE786D1C662C7C3D92F476D00D5,Scripts\trainer\unioncave\001.trainer:815057C3A6EC586760DBFC1448F4A9D1,Scripts\trainer\unioncave\002.dat:4481694B8AD43661491A220B4307888E,Scripts\trainer\unioncave\002.trainer:22F891060328AA134A8D32282C5DD580,Scripts\trainer\unioncave\003.dat:D669A99050329464B3F1294513806903,Scripts\trainer\unioncave\003.trainer:46F9FBC2D1F326C964A67F5221E315B1,Scripts\trainer\unioncave\004.dat:AC6E1B3AC336797884C8BF9216C36226,Scripts\trainer\unioncave\004.trainer:BE029635F50532F787681572C5935D91,Scripts\trainer\unioncave\005.dat:B96A758893DB0D510FDE9CCB8DD254B3,Scripts\trainer\unioncave\005.trainer:B65CBF784CC8EBAFE660F363C2786128,Scripts\trainer\unioncave\006.dat:6BD41F56D9E05855AE9C9CAF7380AB46,Scripts\trainer\unioncave\006.trainer:988D178A05E6EE85E4DA8C9BB387558B,Scripts\trainer\unioncave\007.dat:C5EAA022FE4F2A56762FFF952EE0B44C,Scripts\trainer\unioncave\007.trainer:B9471BCE546C7359C8F7F77FA1705773,Scripts\trainer\unioncave\008.dat:75C372D76CEA8F86D405A6522F5BBD45,Scripts\trainer\unioncave\008.trainer:51864D7C5A086854B298E3BB285E4805,Scripts\trainer\unioncave\009.dat:832DD7854B77A8260F203522B2752C7C,Scripts\trainer\unioncave\009.trainer:D9885BD938269CB8894A18D197239F72,Scripts\trainer\unioncave\010.dat:FDDC0FE5DA6315B6589DBA93BCCEF185,Scripts\trainer\unioncave\010.trainer:C343C2EADDE211D04A593778851C3BB7,Scripts\trainer\unioncave\011.dat:0652544DA07EDC52CD41E35D20AB01F9,Scripts\trainer\unioncave\011.trainer:344C122766532AFE4F2F9708F59DA9B5,Scripts\trainer\unioncave\012.dat:F6BBC40887903E8AB7FE7CF8D0C4DE65,Scripts\trainer\unioncave\012.trainer:B0FC770C8C40124D7504E44FCAD2CFD0,Scripts\trainer\vermilion_gym\001.dat:9EF8D5CD2C166A5C5774EDACF1DCB744,Scripts\trainer\vermilion_gym\001.trainer:DCB6FEAC940B6B1AA9001970EEE36E1C,Scripts\trainer\vermilion_gym\002.dat:AF069EF34E46D2597EC3FF48E774A936,Scripts\trainer\vermilion_gym\002.trainer:BF2D4D66E9F50320491B4FA90200CF2A,Scripts\trainer\vermilion_gym\003.dat:41CE7A88AFBD6A5F1B43FC3E83562053,Scripts\trainer\vermilion_gym\003.trainer:711A06A80A9D18624B9FF803C8691CB9,Scripts\trainer\vermilion_gym\leader.dat:5B84902A8B586319F6F611BAC5E99B79,Scripts\trainer\vermilion_gym\leader.trainer:58A9483D4AC79E6DAEAE7174304BF6E1,Scripts\trainer\violet_gym\001.dat:89A923CE858C9C0E24003E9E0509BF4C,Scripts\trainer\violet_gym\002.dat:E60E8EB3FCCBDCA5924BBB17FB2C48F3,Scripts\trainer\violet_gym\003.dat:00DA500DE14224D37C4F09073AD8D5E2,Scripts\trainer\viridian_gym\leader.dat:EE92BB8CD883DF477B4414BA7ED6E12F,Scripts\trainer\viridian_gym\leader.trainer:837B78B3C75CBB568781ECDA7A90C023,Scripts\trainer\v_forest\001.dat:35AF0F1CD3FC59E2167C0DDCE21760D0,Scripts\trainer\v_forest\001.trainer:991EF21927334F7B82F6D7945F92898E,Scripts\trainer\v_forest\002.dat:F36EF6FC00BDFA48501A6B84037E7B2B,Scripts\trainer\v_forest\002.trainer:0D4B4FF9D025F7DEF655A53C7084F78A,Scripts\trainer\v_forest\003.dat:D3AE43A8FA88A9AB80889CEEC13B81DA,Scripts\trainer\v_forest\003.trainer:5BABDCE25BF0C075B8AF1E86F6576230,Scripts\trainer\v_forest\004.dat:93E631FD3CA2A8719562162F8A24D50A,Scripts\trainer\v_forest\004.trainer:8C95BC09AF4FAED939E5335D2E268B57,Scripts\trainer\v_forest\005.dat:FDCA2140A45C3E9DD5964A1E620FFFA8,Scripts\trainer\v_forest\005.trainer:73B8144E0DA24FEB304E901B54FAD515,Scripts\twirl forest\confused_man.dat:AA1ABCCDA60A2D5B9495DA0423BABC02,Scripts\twirl forest\heal.dat:81CA8F68209BBEE7CDA9DAA6FC11032B,Scripts\twirl forest\0\scizor_appear.dat:ED20363321D591DBF96D7F97D63E95B8,Scripts\twirl forest\0\scizor_battle.dat:B15234D815B0C8134D4EF5399E41A3B2,Scripts\underground\box_moves.dat:D4C8D945834ABBE5EBC06393FAB29CA1,Scripts\underground\director.dat:DCE83CB4FC155FEB7931EE46C754554D,Scripts\underground\dooropen.dat:CEC6A163FDFA637C2556B7DDC74BC589,Scripts\underground\dooropen2.dat:01237620B29BE09426AB21BDA03B9FCB,Scripts\underground\switchcenter.dat:B7FA75730E051E7DA2CCD689007494DB,Scripts\underground\switchend.dat:77926D61683F954110017C1DA702FEC6,Scripts\underground\switchleft.dat:7B90DFF9CE98547FBF8129D59058BEC8,Scripts\underground\switchmap.dat:E04B3355F34D5C35D0B460B680FEEE07,Scripts\underground\switchright.dat:248B7652C32E1C8D55BF900049B76AE3,Scripts\underwatercave\manaphy.dat:B3C9707B59CBF2C000C294CAD868D891,Scripts\underwatercave\rocks\hiderock1.dat:BF1E50C8004981F9C883826EE2E6D5F1,Scripts\underwatercave\rocks\hiderock2.dat:7B7097EAC1C69B18584DBB5AE5E826E5,Scripts\underwatercave\rocks\hiderock3.dat:E1BD24855CDEFD85C4581D14C85CB470,Scripts\underwatercave\rocks\hiderock4.dat:6C53B741469A78F2D326353B319002D9,Scripts\underwatercave\rocks\hiderock5.dat:CC3420E8C6E7687062B4E4669F73B164,Scripts\underwatercave\rocks\hiderock6.dat:F1478C9A1667E18395E76265093976DD,Scripts\underwatercave\rocks\hiderock7.dat:D8E88687B03EA610D560337FBB808A18,Scripts\underwatercave\rocks\hiderock8.dat:9B8BE1246DE3A86B9EA53A6DDA4306E3,Scripts\underwatercave\rocks\hiderock9.dat:0EA98BECB8312BC9D72FF9A3E3BF9508,Scripts\underwatercave\rocks\puzzlerocks.dat:490DBB9E48BA8501B62AF7F41B17C8DE,Scripts\underwatercave\rocks\rockdrop1.dat:39B3FCC974570D7418270D11F7A9342E,Scripts\underwatercave\rocks\rockdrop2.dat:71A25A9E3E0FE75339782F6BA55A7B26,Scripts\underwatercave\rocks\rockdrop3.dat:309E36766055D78626F6903C182F0882,Scripts\underwatercave\rocks\rockdrop4.dat:DE8E479EB22B31FCF8B14FF9AC1610B6,Scripts\underwatercave\rocks\rockdrop5.dat:81AE2B862C9810188ADD33493C25B66F,Scripts\underwatercave\rocks\rockdrop6.dat:A1FA365BE4DD944C8D1A1BEE5C773AE4,Scripts\underwatercave\rocks\rockdrop7.dat:8531BF105A1829F0F3F80E8AFCE8D06B,Scripts\underwatercave\rocks\rockdrop8.dat:8D5B4A4E85337C04E82C273D6B41D821,Scripts\underwatercave\rocks\rockdrop9.dat:221828DE7294FA11E97E2CC0AB57662B,Scripts\underwatercave\rocks\unhiderock1.dat:F2F8315920E3D9FC012D84CD7C4B3698,Scripts\underwatercave\rocks\unhiderock23.dat:7141B64787CF229F5B20FC2BFE5EBA4D,Scripts\underwatercave\rocks\unhiderock5.dat:FCD141FE7E122B7BD0027A13679DC5C5,Scripts\underwatercave\rocks\unhiderock6.dat:473DDA24B937043597B343EF3B61D6E0,Scripts\underwatercave\rocks\unhiderock7.dat:52169EF16D4BA17A6EEAD24B0D309433,Scripts\underwatercave\rocks\unhiderock8.dat:F9A4E49FC1C4C014249905B1A77DA0BA,Scripts\underwatercave\rocks\unhiderock9.dat:FD228870B9C7250AADAF96A569D5EB03,Scripts\underwatercave\underwatertreasure\110-1.dat:36C503F8DD6E2B4A44C9F23636D152C5,Scripts\underwatercave\underwatertreasure\110-2.dat:E607E201E608DF614CB46D4F4C3EA07D,Scripts\underwatercave\underwatertreasure\111.dat:35B31312DEF870E01095F34A3E784931,Scripts\underwatercave\underwatertreasure\190-1.dat:B1CFA940DECC81BC1ECFAFBEDF74BEAA,Scripts\underwatercave\underwatertreasure\190-2.dat:C626D6128DEC0FEA61F6BF28BF56FF93,Scripts\underwatercave\underwatertreasure\190-3.dat:DABF462CED5D3C4658164F6CF8202EE7,Scripts\underwatercave\underwatertreasure\main.dat:5EF7E4ABD5124272904CCC37D97C6892,Scripts\unioncave\Friday1.dat:E41023AF55534A0CC16780AB40EF425D,Scripts\unioncave\Friday2.dat:7FCF8159E28EC3E7D33CC5290CE1E84F,Scripts\unioncave\lapras.dat:27F5BF03A185896B5AEE2B1DB3E92F90,Scripts\vermilion\bayleef.dat:6FF39B92D0E211D45C7C95FC8059C3B7,Scripts\vermilion\chairman.dat:064419EB906EE7F330701E8EF7A25DA6,Scripts\vermilion\dockhand.dat:2B2E2AF6D91CEF0A90DCB98398A946C5,Scripts\vermilion\dockhand2.dat:0CD9BB7812A84952CBBC27E17E1BB383,Scripts\vermilion\dockhand3.dat:A6282FD0B9E24059234AAA967A48D3B5,Scripts\vermilion\fastshipleaving.dat:080973597FEA065E4B171EFF2C1420F0,Scripts\vermilion\GymGuy.dat:686E783A0FE70BA7A3325A01BC8C99ED,Scripts\vermilion\machop.dat:43B3A220F8E6A53B3151AAE885DF3105,Scripts\vermilion\plushfinder.dat:5D3889D1ACBE0F0F4C835C7A4F12BEFE,Scripts\vermilion\seemew.dat:173F268108931188F5A0CB153C6589A4,Scripts\vermilion\snorlax.dat:C760894308AE00BB5962324A9B6BA199,Scripts\vermilion\snorlaxawake.dat:C89E80E89DC5A6844C9AEB02E7897127,Scripts\vermilion\gymtrash\0.dat:51480F1D1BCFF1612975EE7FA4524285,Scripts\vermilion\gymtrash\1.dat:B66989899391E95D893C1DCDA7330FE6,Scripts\vermilion\gymtrash\10.dat:45027B2024FD76A63D385B2164524578,Scripts\vermilion\gymtrash\11.dat:308284C08514B5951CCDF2F1E1E8A79A,Scripts\vermilion\gymtrash\12.dat:C79565D055C18F88DDB1BC37E9F46187,Scripts\vermilion\gymtrash\13.dat:FE663ADD9113CBF6AF474A06CF6AF6C1,Scripts\vermilion\gymtrash\14.dat:8C0A07C81D83DB930559A037488445B2,Scripts\vermilion\gymtrash\2.dat:08D2EAE7CC5927499A7816D14BC1C2B9,Scripts\vermilion\gymtrash\3.dat:B5085CD05691B4CC72FDF504E58C57C3,Scripts\vermilion\gymtrash\4.dat:27DA0ED207A4CA4FE05C39A2138284ED,Scripts\vermilion\gymtrash\5.dat:1D3F2D2B0427725DF11D0D166BCF16BB,Scripts\vermilion\gymtrash\6.dat:C9CD7E5CEB41BE467E84F52C68EB5B22,Scripts\vermilion\gymtrash\7.dat:3D558DA25E08DCAB15EEB00D922DF9ED,Scripts\vermilion\gymtrash\8.dat:0D715B0A8797B4C7BD0B27D2B97D790B,Scripts\vermilion\gymtrash\9.dat:0351261C8D6D9039F4EC555E7F564748,Scripts\vermilion\gymtrash\reset.dat:12D996CD49B5ED732286692B64850C8F,Scripts\violet\elmcall.dat:6EF8115FB47BEBE0B0A4FFF8F2300B80,Scripts\violet\GymGuy.dat:A80E26F05C5F65C90D077A918847B5FD,Scripts\violet\onix_trade.dat:DDCDFCB16178D73D822F9394CD7495B1,Scripts\violet\school_teacher.dat:E102543562690298AB98A5F3097F096F,Scripts\violet\strawberry.dat:AA49782DF03E404546955ECD9AF97685,Scripts\violet\teacher.dat:D7CFAF126A10BAC68ED0A1033AE05FFD,Scripts\violet\togepi_egg.dat:7B4AAB5625D4331977A9540A31D9919C,Scripts\viridian\GymGuy.dat:B1065DD19E97F27937C24030C8239579,Scripts\viridian\oakphone.dat:D0595DAE8252E29ABC70B81AE2AED14B,Scripts\viridian\rattata.dat:534707D2804B8AEB323D30B876E9A096,Scripts\viridian\sleeping.dat:A4BA03F31A9A6688783516212C60B551,Scripts\viridian\spearow.dat:47DC06EA1D74BEA8F02187B373C0F1B4,Scripts\whirlislands\lugia.dat:5EC06FE34C67CBFDF9DC850E755AC44E,Scripts\whirlislands\lugiawarp1.dat:54537A1D05074DF15CB73F9D76B9F4A6,Scripts\whirlislands\lugiawarp2.dat:38BC7525B4CF0B292BF65E60038FC2D7,Scripts\whirlislands\sage.dat:1E9D7FE8A40C1E90B986C51B225D4343,Scripts\worldmap\johto.dat:6998B594B8FBD0C2C878FF779791CEA7,Scripts\worldmap\kanto.dat:F5D8E02BEA99ED6E2B84CC5EEFD23FEF,Scripts\worldmap\roaming_regions.dat:D30E73598751C5F66256D5C61F8B70FC,Scripts\worldmap\sevii islands.dat:8F542FF98C0AD15B0CE78EB6CE8C3E08 \ No newline at end of file