diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..a0b7210
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,2 @@
+*.a filter=lfs diff=lfs merge=lfs -text
+*.exe filter=lfs diff=lfs merge=lfs -text
diff --git a/.gitignore b/.gitignore
index 62fa150..60675b2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,3 @@
.godot/
*.tmp
-/build/
*.DS_STORE
\ No newline at end of file
diff --git a/build/MoltenVK.xcframework/Info.plist b/build/MoltenVK.xcframework/Info.plist
new file mode 100644
index 0000000..b730fa8
--- /dev/null
+++ b/build/MoltenVK.xcframework/Info.plist
@@ -0,0 +1,108 @@
+
+
+
+
+ AvailableLibraries
+
+
+ BinaryPath
+ libMoltenVK.a
+ LibraryIdentifier
+ ios-arm64
+ LibraryPath
+ libMoltenVK.a
+ SupportedArchitectures
+
+ arm64
+
+ SupportedPlatform
+ ios
+
+
+ BinaryPath
+ libMoltenVK.a
+ LibraryIdentifier
+ macos-arm64_x86_64
+ LibraryPath
+ libMoltenVK.a
+ SupportedArchitectures
+
+ arm64
+ x86_64
+
+ SupportedPlatform
+ macos
+
+
+ BinaryPath
+ libMoltenVK.a
+ LibraryIdentifier
+ tvos-arm64_x86_64-simulator
+ LibraryPath
+ libMoltenVK.a
+ SupportedArchitectures
+
+ arm64
+ x86_64
+
+ SupportedPlatform
+ tvos
+ SupportedPlatformVariant
+ simulator
+
+
+ BinaryPath
+ libMoltenVK.a
+ LibraryIdentifier
+ tvos-arm64_arm64e
+ LibraryPath
+ libMoltenVK.a
+ SupportedArchitectures
+
+ arm64
+ arm64e
+
+ SupportedPlatform
+ tvos
+
+
+ BinaryPath
+ libMoltenVK.a
+ LibraryIdentifier
+ ios-arm64_x86_64-simulator
+ LibraryPath
+ libMoltenVK.a
+ SupportedArchitectures
+
+ arm64
+ x86_64
+
+ SupportedPlatform
+ ios
+ SupportedPlatformVariant
+ simulator
+
+
+ BinaryPath
+ libMoltenVK.a
+ LibraryIdentifier
+ ios-arm64_x86_64-maccatalyst
+ LibraryPath
+ libMoltenVK.a
+ SupportedArchitectures
+
+ arm64
+ x86_64
+
+ SupportedPlatform
+ ios
+ SupportedPlatformVariant
+ maccatalyst
+
+
+ CFBundlePackageType
+ XFWK
+ XCFrameworkFormatVersion
+ 1.0
+
+
diff --git a/build/MoltenVK.xcframework/ios-arm64/libMoltenVK.a b/build/MoltenVK.xcframework/ios-arm64/libMoltenVK.a
new file mode 100644
index 0000000..466a11c
--- /dev/null
+++ b/build/MoltenVK.xcframework/ios-arm64/libMoltenVK.a
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:cb5686f0fbb0dad9756a9a2fe36fd17ff2e77598950682668ccedb5a290f0510
+size 9611272
diff --git a/build/MoltenVK.xcframework/ios-arm64_x86_64-maccatalyst/libMoltenVK.a b/build/MoltenVK.xcframework/ios-arm64_x86_64-maccatalyst/libMoltenVK.a
new file mode 100644
index 0000000..99782ee
--- /dev/null
+++ b/build/MoltenVK.xcframework/ios-arm64_x86_64-maccatalyst/libMoltenVK.a
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6e765787be3aba884c098777907e71ec9c484210d6e6a998721e149effd9f8e1
+size 20366392
diff --git a/build/MoltenVK.xcframework/ios-arm64_x86_64-simulator/libMoltenVK.a b/build/MoltenVK.xcframework/ios-arm64_x86_64-simulator/libMoltenVK.a
new file mode 100644
index 0000000..321e954
--- /dev/null
+++ b/build/MoltenVK.xcframework/ios-arm64_x86_64-simulator/libMoltenVK.a
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:600cebac4a0b1ba2a74bee600486e40680129fc8f6716e9b8fe6f22abb428bbe
+size 20264336
diff --git a/build/Pokemon Battle-Mode.exe b/build/Pokemon Battle-Mode.exe
new file mode 100644
index 0000000..369e9b0
--- /dev/null
+++ b/build/Pokemon Battle-Mode.exe
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c4d122ba2f541cb51af1d294f5db61d8bbf6304fbcdf31b61cd63f35eb500139
+size 121090720
diff --git a/build/Pokemon Battle-Mode.pck b/build/Pokemon Battle-Mode.pck
new file mode 100644
index 0000000..6cbfa29
Binary files /dev/null and b/build/Pokemon Battle-Mode.pck differ
diff --git a/build/Pokemon Battle-Mode.xcframework/Info.plist b/build/Pokemon Battle-Mode.xcframework/Info.plist
new file mode 100644
index 0000000..8465335
--- /dev/null
+++ b/build/Pokemon Battle-Mode.xcframework/Info.plist
@@ -0,0 +1,40 @@
+
+
+
+
+ AvailableLibraries
+
+
+ LibraryIdentifier
+ ios-arm64
+ LibraryPath
+ libgodot.a
+ SupportedArchitectures
+
+ arm64
+
+ SupportedPlatform
+ ios
+
+
+ LibraryIdentifier
+ ios-arm64_x86_64-simulator
+ LibraryPath
+ libgodot.a
+ SupportedArchitectures
+
+ arm64
+ x86_64
+
+ SupportedPlatform
+ ios
+ SupportedPlatformVariant
+ simulator
+
+
+ CFBundlePackageType
+ XFWK
+ XCFrameworkFormatVersion
+ 1.0
+
+
diff --git a/build/Pokemon Battle-Mode.xcframework/ios-arm64/libgodot.a b/build/Pokemon Battle-Mode.xcframework/ios-arm64/libgodot.a
new file mode 100644
index 0000000..9da7626
--- /dev/null
+++ b/build/Pokemon Battle-Mode.xcframework/ios-arm64/libgodot.a
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b1f9db432af95bac2fd65a115eaab39c8e93f931d69a098ce789fc56adb55c2b
+size 141366184
diff --git a/build/Pokemon Battle-Mode.xcframework/ios-arm64_x86_64-simulator/libgodot.a b/build/Pokemon Battle-Mode.xcframework/ios-arm64_x86_64-simulator/libgodot.a
new file mode 100644
index 0000000..5762379
--- /dev/null
+++ b/build/Pokemon Battle-Mode.xcframework/ios-arm64_x86_64-simulator/libgodot.a
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:acb42e19ddc04f476cbc0e68473d8ab980bb475882c776b6416794db9829fffe
+size 288561360
diff --git a/build/Pokemon Battle-Mode.xcodeproj/project.pbxproj b/build/Pokemon Battle-Mode.xcodeproj/project.pbxproj
new file mode 100644
index 0000000..ac99ced
--- /dev/null
+++ b/build/Pokemon Battle-Mode.xcodeproj/project.pbxproj
@@ -0,0 +1,407 @@
+// !$*UTF8*$!
+{
+ archiveVersion = 1;
+ classes = {
+ };
+ objectVersion = 46;
+ objects = {
+
+/* Begin PBXBuildFile section */
+ 1F1575721F582BE20003B888 /* dylibs in Resources */ = {isa = PBXBuildFile; fileRef = 1F1575711F582BE20003B888 /* dylibs */; };
+ DEADBEEF2F582BE20003B888 /* Pokemon Battle-Mode.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = DEADBEEF1F582BE20003B888 /* Pokemon Battle-Mode.xcframework */; };
+
+
+ 1FF8DBB11FBA9DE1009DE660 /* dummy.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1FF8DBB01FBA9DE1009DE660 /* dummy.cpp */; };
+ D07CD44E1C5D589C00B7FB28 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D07CD44D1C5D589C00B7FB28 /* Images.xcassets */; };
+ 9039D3BE24C093AC0020482C /* MoltenVK.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9039D3BD24C093AC0020482C /* MoltenVK.xcframework */; };
+ D0BCFE4618AEBDA2004A7AAE /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = D0BCFE4418AEBDA2004A7AAE /* InfoPlist.strings */; };
+ D0BCFE7818AEBFEB004A7AAE /* Pokemon Battle-Mode.pck in Resources */ = {isa = PBXBuildFile; fileRef = D0BCFE7718AEBFEB004A7AAE /* Pokemon Battle-Mode.pck */; };
+ F965960D2BC2C3A800579C7E /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = F965960C2BC2C3A800579C7E /* PrivacyInfo.xcprivacy */; };
+ 90DD2D9E24B36E8000717FE1 /* Launch Screen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 90DD2D9D24B36E8000717FE1 /* Launch Screen.storyboard */; };
+/* End PBXBuildFile section */
+
+/* Begin PBXCopyFilesBuildPhase section */
+ 90A13CD024AA68E500E8464F /* Embed Frameworks */ = {
+ isa = PBXCopyFilesBuildPhase;
+ buildActionMask = 2147483647;
+ dstPath = "";
+ dstSubfolderSpec = 10;
+ files = (
+
+ );
+ name = "Embed Frameworks";
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXCopyFilesBuildPhase section */
+
+/* Begin PBXFileReference section */
+ 1F1575711F582BE20003B888 /* dylibs */ = {isa = PBXFileReference; lastKnownFileType = folder; name = dylibs; path = "Pokemon Battle-Mode/dylibs"; sourceTree = ""; };
+ DEADBEEF1F582BE20003B888 /* Pokemon Battle-Mode.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = godot; path = "Pokemon Battle-Mode.xcframework"; sourceTree = ""; };
+
+
+ 1FF4C1881F584E6300A41E41 /* Pokemon Battle-Mode.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "Pokemon Battle-Mode.entitlements"; sourceTree = ""; };
+ 1FF8DBB01FBA9DE1009DE660 /* dummy.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = dummy.cpp; sourceTree = ""; };
+ 9039D3BD24C093AC0020482C /* MoltenVK.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = MoltenVK; path = MoltenVK.xcframework; sourceTree = ""; };
+ D07CD44D1C5D589C00B7FB28 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; };
+ D0BCFE3418AEBDA2004A7AAE /* Pokemon Battle-Mode.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Pokemon Battle-Mode.app"; sourceTree = BUILT_PRODUCTS_DIR; };
+ D0BCFE4318AEBDA2004A7AAE /* Pokemon Battle-Mode-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Pokemon Battle-Mode-Info.plist"; sourceTree = ""; };
+ D0BCFE4518AEBDA2004A7AAE /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; };
+ D0BCFE7718AEBFEB004A7AAE /* Pokemon Battle-Mode.pck */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Pokemon Battle-Mode.pck"; sourceTree = ""; };
+ F965960C2BC2C3A800579C7E /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = ""; };
+ 90DD2D9D24B36E8000717FE1 = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = "Launch Screen.storyboard"; sourceTree = ""; };
+/* End PBXFileReference section */
+
+
+
+/* Begin PBXFrameworksBuildPhase section */
+ D0BCFE3118AEBDA2004A7AAE /* Frameworks */ = {
+ isa = PBXFrameworksBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 9039D3BE24C093AC0020482C /* MoltenVK.xcframework in Frameworks */,
+ DEADBEEF2F582BE20003B888 /* Pokemon Battle-Mode.xcframework */,
+
+
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXFrameworksBuildPhase section */
+
+/* Begin PBXGroup section */
+ D0BCFE2B18AEBDA2004A7AAE = {
+ isa = PBXGroup;
+ children = (
+ 1F1575711F582BE20003B888 /* dylibs */,
+ D0BCFE7718AEBFEB004A7AAE /* Pokemon Battle-Mode.pck */,
+ D0BCFE4118AEBDA2004A7AAE /* Pokemon Battle-Mode */,
+ D0BCFE3618AEBDA2004A7AAE /* Frameworks */,
+ D0BCFE3518AEBDA2004A7AAE /* Products */,
+ F965960C2BC2C3A800579C7E /* PrivacyInfo.xcprivacy */,
+
+ );
+ sourceTree = "";
+ };
+ D0BCFE3518AEBDA2004A7AAE /* Products */ = {
+ isa = PBXGroup;
+ children = (
+ D0BCFE3418AEBDA2004A7AAE /* Pokemon Battle-Mode.app */,
+ );
+ name = Products;
+ sourceTree = "";
+ };
+ D0BCFE3618AEBDA2004A7AAE /* Frameworks */ = {
+ isa = PBXGroup;
+ children = (
+ 9039D3BD24C093AC0020482C /* MoltenVK.xcframework */,
+ DEADBEEF1F582BE20003B888 /* Pokemon Battle-Mode.xcframework */,
+
+
+ );
+ name = Frameworks;
+ sourceTree = "";
+ };
+ D0BCFE4118AEBDA2004A7AAE /* Pokemon Battle-Mode */ = {
+ isa = PBXGroup;
+ children = (
+ 90DD2D9D24B36E8000717FE1 /* Launch Screen.storyboard */,
+ 1FF4C1881F584E6300A41E41 /* Pokemon Battle-Mode.entitlements */,
+ D07CD44D1C5D589C00B7FB28 /* Images.xcassets */,
+ D0BCFE4218AEBDA2004A7AAE /* Supporting Files */,
+ 1FF8DBB01FBA9DE1009DE660 /* dummy.cpp */,
+
+ );
+ path = "Pokemon Battle-Mode";
+ sourceTree = "";
+ };
+ D0BCFE4218AEBDA2004A7AAE /* Supporting Files */ = {
+ isa = PBXGroup;
+ children = (
+ D0BCFE4318AEBDA2004A7AAE /* Pokemon Battle-Mode-Info.plist */,
+ D0BCFE4418AEBDA2004A7AAE /* InfoPlist.strings */,
+ );
+ name = "Supporting Files";
+ sourceTree = "";
+ };
+/* End PBXGroup section */
+
+/* Begin PBXNativeTarget section */
+ D0BCFE3318AEBDA2004A7AAE /* Pokemon Battle-Mode */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = D0BCFE7118AEBDA3004A7AAE /* Build configuration list for PBXNativeTarget "Pokemon Battle-Mode" */;
+ buildPhases = (
+ D0BCFE3018AEBDA2004A7AAE /* Sources */,
+ D0BCFE3118AEBDA2004A7AAE /* Frameworks */,
+ D0BCFE3218AEBDA2004A7AAE /* Resources */,
+ 90A13CD024AA68E500E8464F /* Embed Frameworks */,
+ );
+ buildRules = (
+ );
+ dependencies = (
+ );
+ name = "Pokemon Battle-Mode";
+ productName = "Pokemon Battle-Mode";
+ productReference = D0BCFE3418AEBDA2004A7AAE /* Pokemon Battle-Mode.app */;
+ productType = "com.apple.product-type.application";
+ };
+/* End PBXNativeTarget section */
+
+/* Begin PBXProject section */
+ D0BCFE2C18AEBDA2004A7AAE /* Project object */ = {
+ isa = PBXProject;
+ attributes = {
+ LastUpgradeCheck = 0500;
+ ORGANIZATIONNAME = GodotEngine;
+ TargetAttributes = {
+ D0BCFE3318AEBDA2004A7AAE = {
+ DevelopmentTeam = REDACTED;
+
+ ProvisioningStyle = Automatic;
+ SystemCapabilities = {
+ };
+ };
+ };
+ };
+ buildConfigurationList = D0BCFE2F18AEBDA2004A7AAE /* Build configuration list for PBXProject "Pokemon Battle-Mode" */;
+ compatibilityVersion = "Xcode 3.2";
+ developmentRegion = en;
+ hasScannedForEncodings = 0;
+ knownRegions = (
+ en,
+ Base,
+ );
+ mainGroup = D0BCFE2B18AEBDA2004A7AAE;
+ productRefGroup = D0BCFE3518AEBDA2004A7AAE /* Products */;
+ projectDirPath = "";
+ projectRoot = "";
+ targets = (
+ D0BCFE3318AEBDA2004A7AAE /* Pokemon Battle-Mode */,
+ );
+ };
+/* End PBXProject section */
+
+/* Begin PBXResourcesBuildPhase section */
+ D0BCFE3218AEBDA2004A7AAE /* Resources */ = {
+ isa = PBXResourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ D07CD44E1C5D589C00B7FB28 /* Images.xcassets in Resources */,
+ D0BCFE7818AEBFEB004A7AAE /* Pokemon Battle-Mode.pck in Resources */,
+ 90DD2D9E24B36E8000717FE1 /* Launch Screen.storyboard in Resources */,
+ D0BCFE4618AEBDA2004A7AAE /* InfoPlist.strings in Resources */,
+ F965960D2BC2C3A800579C7E /* PrivacyInfo.xcprivacy in Resources */,
+
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXResourcesBuildPhase section */
+
+/* Begin PBXSourcesBuildPhase section */
+ D0BCFE3018AEBDA2004A7AAE /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 1FF8DBB11FBA9DE1009DE660 /* dummy.cpp in Sources */,
+
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXSourcesBuildPhase section */
+
+/* Begin PBXVariantGroup section */
+ D0BCFE4418AEBDA2004A7AAE /* InfoPlist.strings */ = {
+ isa = PBXVariantGroup;
+ children = (
+ D0BCFE4518AEBDA2004A7AAE /* en */,
+ );
+ name = InfoPlist.strings;
+ sourceTree = "";
+ };
+/* End PBXVariantGroup section */
+
+/* Begin XCBuildConfiguration section */
+ D0BCFE6F18AEBDA3004A7AAE /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ALWAYS_SEARCH_USER_PATHS = NO;
+ ARCHS = "";
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
+ CLANG_CXX_LIBRARY = "libc++";
+ CLANG_ENABLE_MODULES = YES;
+ CLANG_ENABLE_OBJC_ARC = YES;
+ CLANG_WARN_BOOL_CONVERSION = YES;
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
+ CLANG_WARN_EMPTY_BODY = YES;
+ CLANG_WARN_ENUM_CONVERSION = YES;
+ CLANG_WARN_INT_CONVERSION = YES;
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
+ CODE_SIGN_IDENTITY = "iPhone Developer";
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
+ COPY_PHASE_STRIP = NO;
+ ENABLE_BITCODE = NO;
+ "FRAMEWORK_SEARCH_PATHS[arch=*]" = (
+ "$(PROJECT_DIR)/**",
+ );
+ GCC_C_LANGUAGE_STANDARD = gnu99;
+ GCC_DYNAMIC_NO_PIC = NO;
+ GCC_OPTIMIZATION_LEVEL = 0;
+ GCC_PREPROCESSOR_DEFINITIONS = (
+ "$(inherited)",
+ );
+ GCC_SYMBOLS_PRIVATE_EXTERN = NO;
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
+ GCC_WARN_UNINITIALIZED_AUTOS = YES;
+ GCC_WARN_UNUSED_FUNCTION = YES;
+ GCC_WARN_UNUSED_VARIABLE = YES;
+ IPHONEOS_DEPLOYMENT_TARGET = 12.0;
+ "LD_CLASSIC_1500" = "-ld_classic";
+ "LD_CLASSIC_1501" = "-ld_classic";
+ "LD_CLASSIC_1510" = "-ld_classic";
+ OTHER_LDFLAGS = "$(LD_CLASSIC_$(XCODE_VERSION_ACTUAL)) ";
+ SDKROOT = iphoneos;
+ TARGETED_DEVICE_FAMILY = "1,2";
+ };
+ name = Debug;
+ };
+ D0BCFE7018AEBDA3004A7AAE /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ALWAYS_SEARCH_USER_PATHS = NO;
+ ARCHS = "";
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
+ CLANG_CXX_LIBRARY = "libc++";
+ CLANG_ENABLE_MODULES = YES;
+ CLANG_ENABLE_OBJC_ARC = YES;
+ CLANG_WARN_BOOL_CONVERSION = YES;
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
+ CLANG_WARN_EMPTY_BODY = YES;
+ CLANG_WARN_ENUM_CONVERSION = YES;
+ CLANG_WARN_INT_CONVERSION = YES;
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
+ CODE_SIGN_IDENTITY = "iPhone Distribution";
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
+ COPY_PHASE_STRIP = YES;
+ ENABLE_BITCODE = NO;
+ "FRAMEWORK_SEARCH_PATHS[arch=*]" = (
+ "$(PROJECT_DIR)/**",
+ );
+ ENABLE_NS_ASSERTIONS = NO;
+ GCC_C_LANGUAGE_STANDARD = gnu99;
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
+ GCC_WARN_UNINITIALIZED_AUTOS = YES;
+ GCC_WARN_UNUSED_FUNCTION = YES;
+ GCC_WARN_UNUSED_VARIABLE = YES;
+ IPHONEOS_DEPLOYMENT_TARGET = 12.0;
+ "LD_CLASSIC_1500" = "-ld_classic";
+ "LD_CLASSIC_1501" = "-ld_classic";
+ "LD_CLASSIC_1510" = "-ld_classic";
+ OTHER_LDFLAGS = "$(LD_CLASSIC_$(XCODE_VERSION_ACTUAL)) ";
+ SDKROOT = iphoneos;
+ TARGETED_DEVICE_FAMILY = "1,2";
+ VALIDATE_PRODUCT = YES;
+ };
+ name = Release;
+ };
+ D0BCFE7218AEBDA3004A7AAE /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ARCHS = "";
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
+ CODE_SIGN_ENTITLEMENTS = "Pokemon Battle-Mode/Pokemon Battle-Mode.entitlements";
+ CODE_SIGN_IDENTITY = "iPhone Developer";
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
+ CODE_SIGN_STYLE = "Automatic";
+ CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)";
+ DEVELOPMENT_TEAM = REDACTED;
+ INFOPLIST_FILE = "Pokemon Battle-Mode/Pokemon Battle-Mode-Info.plist";
+ IPHONEOS_DEPLOYMENT_TARGET = 12.0;
+ LD_RUNPATH_SEARCH_PATHS = (
+ "$(inherited)",
+ "@executable_path/Frameworks",
+ );
+ LIBRARY_SEARCH_PATHS = (
+ "$(inherited)",
+ "$(PROJECT_DIR)/**",
+ );
+ PRODUCT_BUNDLE_IDENTIFIER = com.nate.pokemon;
+ INFOPLIST_KEY_CFBundleDisplayName = "Pokemon Battle-Mode";
+ PRODUCT_NAME = "Pokemon Battle-Mode";
+ EXECUTABLE_NAME = "Pokemon Battle-Mode";
+ MARKETING_VERSION = 1.0.0;
+ CURRENT_PROJECT_VERSION = 1.0.0;
+ PROVISIONING_PROFILE = "";
+ TARGETED_DEVICE_FAMILY = "1,2";
+ VALID_ARCHS = "arm64 x86_64";
+ WRAPPER_EXTENSION = app;
+
+ };
+ name = Debug;
+ };
+ D0BCFE7318AEBDA3004A7AAE /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ARCHS = "";
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
+ CODE_SIGN_ENTITLEMENTS = "Pokemon Battle-Mode/Pokemon Battle-Mode.entitlements";
+ CODE_SIGN_IDENTITY = "iPhone Distribution";
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
+ CODE_SIGN_STYLE = "Automatic";
+ CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)";
+ DEVELOPMENT_TEAM = REDACTED;
+ INFOPLIST_FILE = "Pokemon Battle-Mode/Pokemon Battle-Mode-Info.plist";
+ IPHONEOS_DEPLOYMENT_TARGET = 12.0;
+ LD_RUNPATH_SEARCH_PATHS = (
+ "$(inherited)",
+ "@executable_path/Frameworks",
+ );
+ LIBRARY_SEARCH_PATHS = (
+ "$(inherited)",
+ "$(PROJECT_DIR)/**",
+ );
+ PRODUCT_BUNDLE_IDENTIFIER = com.nate.pokemon;
+ INFOPLIST_KEY_CFBundleDisplayName = "Pokemon Battle-Mode";
+ PRODUCT_NAME = "Pokemon Battle-Mode";
+ EXECUTABLE_NAME = "Pokemon Battle-Mode";
+ MARKETING_VERSION = 1.0.0;
+ CURRENT_PROJECT_VERSION = 1.0.0;
+ PROVISIONING_PROFILE = "";
+ TARGETED_DEVICE_FAMILY = "1,2";
+ VALID_ARCHS = "arm64 x86_64";
+ WRAPPER_EXTENSION = app;
+
+ };
+ name = Release;
+ };
+/* End XCBuildConfiguration section */
+
+/* Begin XCConfigurationList section */
+ D0BCFE2F18AEBDA2004A7AAE /* Build configuration list for PBXProject "Pokemon Battle-Mode" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ D0BCFE6F18AEBDA3004A7AAE /* Debug */,
+ D0BCFE7018AEBDA3004A7AAE /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Debug;
+ };
+ D0BCFE7118AEBDA3004A7AAE /* Build configuration list for PBXNativeTarget "Pokemon Battle-Mode" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ D0BCFE7218AEBDA3004A7AAE /* Debug */,
+ D0BCFE7318AEBDA3004A7AAE /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Debug;
+ };
+/* End XCConfigurationList section */
+ };
+ rootObject = D0BCFE2C18AEBDA2004A7AAE /* Project object */;
+}
+
diff --git a/build/Pokemon Battle-Mode.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/build/Pokemon Battle-Mode.xcodeproj/project.xcworkspace/contents.xcworkspacedata
new file mode 100644
index 0000000..9159411
--- /dev/null
+++ b/build/Pokemon Battle-Mode.xcodeproj/project.xcworkspace/contents.xcworkspacedata
@@ -0,0 +1,8 @@
+
+
+
+
+
+
diff --git a/build/Pokemon Battle-Mode.xcodeproj/xcshareddata/xcschemes/Pokemon Battle-Mode.xcscheme b/build/Pokemon Battle-Mode.xcodeproj/xcshareddata/xcschemes/Pokemon Battle-Mode.xcscheme
new file mode 100644
index 0000000..f70e6d0
--- /dev/null
+++ b/build/Pokemon Battle-Mode.xcodeproj/xcshareddata/xcschemes/Pokemon Battle-Mode.xcscheme
@@ -0,0 +1,94 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/build/Pokemon Battle-Mode/Images.xcassets/AppIcon.appiconset/Contents.json b/build/Pokemon Battle-Mode/Images.xcassets/AppIcon.appiconset/Contents.json
new file mode 100644
index 0000000..38e0b47
--- /dev/null
+++ b/build/Pokemon Battle-Mode/Images.xcassets/AppIcon.appiconset/Contents.json
@@ -0,0 +1 @@
+{"images":[{"idiom":"iphone","size":"60x60","scale":"2x","filename":"Icon-120.png"},{"idiom":"iphone","size":"40x40","scale":"3x","filename":"Icon-120.png"},{"idiom":"iphone","size":"60x60","scale":"3x","filename":"Icon-180.png"},{"idiom":"ipad","size":"76x76","scale":"1x","filename":"Icon-76.png"},{"idiom":"ipad","size":"76x76","scale":"2x","filename":"Icon-152.png"},{"idiom":"ipad","size":"83.5x83.5","scale":"2x","filename":"Icon-167.png"},{"idiom":"ios-marketing","size":"1024x1024","scale":"1x","filename":"Icon-1024.png"},{"idiom":"ipad","size":"40x40","scale":"1x","filename":"Icon-40.png"},{"idiom":"iphone","size":"40x40","scale":"2x","filename":"Icon-80.png"},{"idiom":"ipad","size":"40x40","scale":"2x","filename":"Icon-80.png"},{"idiom":"iphone","size":"29x29","scale":"2x","filename":"Icon-58.png"},{"idiom":"ipad","size":"29x29","scale":"2x","filename":"Icon-58.png"},{"idiom":"iphone","size":"29x29","scale":"3x","filename":"Icon-87.png"},{"idiom":"iphone","size":"20x20","scale":"2x","filename":"Icon-40.png"},{"idiom":"ipad","size":"20x20","scale":"2x","filename":"Icon-40.png"},{"idiom":"iphone","size":"20x20","scale":"3x","filename":"Icon-60.png"}]}
\ No newline at end of file
diff --git a/build/Pokemon Battle-Mode/Images.xcassets/AppIcon.appiconset/Icon-1024.png b/build/Pokemon Battle-Mode/Images.xcassets/AppIcon.appiconset/Icon-1024.png
new file mode 100644
index 0000000..2cefc68
Binary files /dev/null and b/build/Pokemon Battle-Mode/Images.xcassets/AppIcon.appiconset/Icon-1024.png differ
diff --git a/build/Pokemon Battle-Mode/Images.xcassets/AppIcon.appiconset/Icon-120.png b/build/Pokemon Battle-Mode/Images.xcassets/AppIcon.appiconset/Icon-120.png
new file mode 100644
index 0000000..ecbbe9d
Binary files /dev/null and b/build/Pokemon Battle-Mode/Images.xcassets/AppIcon.appiconset/Icon-120.png differ
diff --git a/build/Pokemon Battle-Mode/Images.xcassets/AppIcon.appiconset/Icon-152.png b/build/Pokemon Battle-Mode/Images.xcassets/AppIcon.appiconset/Icon-152.png
new file mode 100644
index 0000000..1177979
Binary files /dev/null and b/build/Pokemon Battle-Mode/Images.xcassets/AppIcon.appiconset/Icon-152.png differ
diff --git a/build/Pokemon Battle-Mode/Images.xcassets/AppIcon.appiconset/Icon-167.png b/build/Pokemon Battle-Mode/Images.xcassets/AppIcon.appiconset/Icon-167.png
new file mode 100644
index 0000000..56050eb
Binary files /dev/null and b/build/Pokemon Battle-Mode/Images.xcassets/AppIcon.appiconset/Icon-167.png differ
diff --git a/build/Pokemon Battle-Mode/Images.xcassets/AppIcon.appiconset/Icon-180.png b/build/Pokemon Battle-Mode/Images.xcassets/AppIcon.appiconset/Icon-180.png
new file mode 100644
index 0000000..70ac49d
Binary files /dev/null and b/build/Pokemon Battle-Mode/Images.xcassets/AppIcon.appiconset/Icon-180.png differ
diff --git a/build/Pokemon Battle-Mode/Images.xcassets/AppIcon.appiconset/Icon-40.png b/build/Pokemon Battle-Mode/Images.xcassets/AppIcon.appiconset/Icon-40.png
new file mode 100644
index 0000000..52c0e26
Binary files /dev/null and b/build/Pokemon Battle-Mode/Images.xcassets/AppIcon.appiconset/Icon-40.png differ
diff --git a/build/Pokemon Battle-Mode/Images.xcassets/AppIcon.appiconset/Icon-58.png b/build/Pokemon Battle-Mode/Images.xcassets/AppIcon.appiconset/Icon-58.png
new file mode 100644
index 0000000..a2e2cd6
Binary files /dev/null and b/build/Pokemon Battle-Mode/Images.xcassets/AppIcon.appiconset/Icon-58.png differ
diff --git a/build/Pokemon Battle-Mode/Images.xcassets/AppIcon.appiconset/Icon-60.png b/build/Pokemon Battle-Mode/Images.xcassets/AppIcon.appiconset/Icon-60.png
new file mode 100644
index 0000000..8de8657
Binary files /dev/null and b/build/Pokemon Battle-Mode/Images.xcassets/AppIcon.appiconset/Icon-60.png differ
diff --git a/build/Pokemon Battle-Mode/Images.xcassets/AppIcon.appiconset/Icon-76.png b/build/Pokemon Battle-Mode/Images.xcassets/AppIcon.appiconset/Icon-76.png
new file mode 100644
index 0000000..6e79a2b
Binary files /dev/null and b/build/Pokemon Battle-Mode/Images.xcassets/AppIcon.appiconset/Icon-76.png differ
diff --git a/build/Pokemon Battle-Mode/Images.xcassets/AppIcon.appiconset/Icon-80.png b/build/Pokemon Battle-Mode/Images.xcassets/AppIcon.appiconset/Icon-80.png
new file mode 100644
index 0000000..677bc80
Binary files /dev/null and b/build/Pokemon Battle-Mode/Images.xcassets/AppIcon.appiconset/Icon-80.png differ
diff --git a/build/Pokemon Battle-Mode/Images.xcassets/AppIcon.appiconset/Icon-87.png b/build/Pokemon Battle-Mode/Images.xcassets/AppIcon.appiconset/Icon-87.png
new file mode 100644
index 0000000..f040194
Binary files /dev/null and b/build/Pokemon Battle-Mode/Images.xcassets/AppIcon.appiconset/Icon-87.png differ
diff --git a/build/Pokemon Battle-Mode/Images.xcassets/AppIcon.appiconset/sizes b/build/Pokemon Battle-Mode/Images.xcassets/AppIcon.appiconset/sizes
new file mode 100644
index 0000000..93db4e0
--- /dev/null
+++ b/build/Pokemon Battle-Mode/Images.xcassets/AppIcon.appiconset/sizes
@@ -0,0 +1,16 @@
+120
+120
+180
+76
+152
+167
+1024
+40
+80
+80
+58
+58
+87
+40
+40
+60
diff --git a/build/Pokemon Battle-Mode/Images.xcassets/SplashImage.imageset/Contents.json b/build/Pokemon Battle-Mode/Images.xcassets/SplashImage.imageset/Contents.json
new file mode 100644
index 0000000..1e63e78
--- /dev/null
+++ b/build/Pokemon Battle-Mode/Images.xcassets/SplashImage.imageset/Contents.json
@@ -0,0 +1,22 @@
+{
+ "images" : [
+ {
+ "idiom" : "universal",
+ "scale" : "1x"
+ },
+ {
+ "filename" : "splash@2x.png",
+ "idiom" : "universal",
+ "scale" : "2x"
+ },
+ {
+ "filename" : "splash@3x.png",
+ "idiom" : "universal",
+ "scale" : "3x"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/build/Pokemon Battle-Mode/Images.xcassets/SplashImage.imageset/splash@2x.png b/build/Pokemon Battle-Mode/Images.xcassets/SplashImage.imageset/splash@2x.png
new file mode 100644
index 0000000..766b0b6
Binary files /dev/null and b/build/Pokemon Battle-Mode/Images.xcassets/SplashImage.imageset/splash@2x.png differ
diff --git a/build/Pokemon Battle-Mode/Images.xcassets/SplashImage.imageset/splash@3x.png b/build/Pokemon Battle-Mode/Images.xcassets/SplashImage.imageset/splash@3x.png
new file mode 100644
index 0000000..766b0b6
Binary files /dev/null and b/build/Pokemon Battle-Mode/Images.xcassets/SplashImage.imageset/splash@3x.png differ
diff --git a/build/Pokemon Battle-Mode/Launch Screen.storyboard b/build/Pokemon Battle-Mode/Launch Screen.storyboard
new file mode 100644
index 0000000..ab5d187
--- /dev/null
+++ b/build/Pokemon Battle-Mode/Launch Screen.storyboard
@@ -0,0 +1,42 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/build/Pokemon Battle-Mode/Pokemon Battle-Mode-Info.plist b/build/Pokemon Battle-Mode/Pokemon Battle-Mode-Info.plist
new file mode 100644
index 0000000..fcf0501
--- /dev/null
+++ b/build/Pokemon Battle-Mode/Pokemon Battle-Mode-Info.plist
@@ -0,0 +1,65 @@
+
+
+
+
+ CFBundleDevelopmentRegion
+ en
+ CFBundleDisplayName
+ $(INFOPLIST_KEY_CFBundleDisplayName)
+ CFBundleExecutable
+ $(EXECUTABLE_NAME)
+ CFBundleIcons
+
+ CFBundleIcons~ipad
+
+ CFBundleIdentifier
+ $(PRODUCT_BUNDLE_IDENTIFIER)
+ CFBundleInfoDictionaryVersion
+ 6.0
+ CFBundleName
+ $(PRODUCT_NAME)
+ CFBundlePackageType
+ APPL
+ CFBundleShortVersionString
+ $(MARKETING_VERSION)
+ CFBundleSignature
+
+ CFBundleVersion
+ $(CURRENT_PROJECT_VERSION)
+ ITSAppUsesNonExemptEncryption
+
+ LSRequiresIPhoneOS
+
+ LSSupportsOpeningDocumentsInPlace
+
+ UIFileSharingEnabled
+
+ UIRequiredDeviceCapabilities
+
+
+ NSCameraUsageDescription
+
+ NSPhotoLibraryUsageDescription
+
+ NSMicrophoneUsageDescription
+
+ UIRequiresFullScreen
+
+ UIStatusBarHidden
+
+ UISupportedInterfaceOrientations
+
+ UIInterfaceOrientationLandscapeLeft
+
+ UISupportedInterfaceOrientations~ipad
+
+ UIInterfaceOrientationLandscapeRight
+
+
+
+ UILaunchStoryboardName
+Launch Screen
+ CADisableMinimumFrameDurationOnPhone
+
+
+
diff --git a/build/Pokemon Battle-Mode/Pokemon Battle-Mode.entitlements b/build/Pokemon Battle-Mode/Pokemon Battle-Mode.entitlements
new file mode 100644
index 0000000..c63cb3e
--- /dev/null
+++ b/build/Pokemon Battle-Mode/Pokemon Battle-Mode.entitlements
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
diff --git a/build/Pokemon Battle-Mode/dummy.cpp b/build/Pokemon Battle-Mode/dummy.cpp
new file mode 100644
index 0000000..21e65be
--- /dev/null
+++ b/build/Pokemon Battle-Mode/dummy.cpp
@@ -0,0 +1,44 @@
+/**************************************************************************/
+/* dummy.cpp */
+/**************************************************************************/
+/* This file is part of: */
+/* GODOT ENGINE */
+/* https://godotengine.org */
+/**************************************************************************/
+/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */
+/* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */
+/* */
+/* Permission is hereby granted, free of charge, to any person obtaining */
+/* a copy of this software and associated documentation files (the */
+/* "Software"), to deal in the Software without restriction, including */
+/* without limitation the rights to use, copy, modify, merge, publish, */
+/* distribute, sublicense, and/or sell copies of the Software, and to */
+/* permit persons to whom the Software is furnished to do so, subject to */
+/* the following conditions: */
+/* */
+/* The above copyright notice and this permission notice shall be */
+/* included in all copies or substantial portions of the Software. */
+/* */
+/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */
+/* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */
+/* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. */
+/* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */
+/* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */
+/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */
+/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
+/**************************************************************************/
+
+
+// Godot Plugins
+void godot_ios_plugins_initialize();
+void godot_ios_plugins_deinitialize();
+// Exported Plugins
+
+// Use Plugins
+void godot_ios_plugins_initialize() {
+}
+
+void godot_ios_plugins_deinitialize() {
+}
+
+
diff --git a/build/Pokemon Battle-Mode/dummy.h b/build/Pokemon Battle-Mode/dummy.h
new file mode 100644
index 0000000..23f1795
--- /dev/null
+++ b/build/Pokemon Battle-Mode/dummy.h
@@ -0,0 +1,31 @@
+/**************************************************************************/
+/* dummy.h */
+/**************************************************************************/
+/* This file is part of: */
+/* GODOT ENGINE */
+/* https://godotengine.org */
+/**************************************************************************/
+/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */
+/* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */
+/* */
+/* Permission is hereby granted, free of charge, to any person obtaining */
+/* a copy of this software and associated documentation files (the */
+/* "Software"), to deal in the Software without restriction, including */
+/* without limitation the rights to use, copy, modify, merge, publish, */
+/* distribute, sublicense, and/or sell copies of the Software, and to */
+/* permit persons to whom the Software is furnished to do so, subject to */
+/* the following conditions: */
+/* */
+/* The above copyright notice and this permission notice shall be */
+/* included in all copies or substantial portions of the Software. */
+/* */
+/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */
+/* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */
+/* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. */
+/* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */
+/* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */
+/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */
+/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
+/**************************************************************************/
+
+// #import
diff --git a/build/Pokemon Battle-Mode/dummy.swift b/build/Pokemon Battle-Mode/dummy.swift
new file mode 100644
index 0000000..495b5c9
--- /dev/null
+++ b/build/Pokemon Battle-Mode/dummy.swift
@@ -0,0 +1,31 @@
+/**************************************************************************/
+/* dummy.swift */
+/**************************************************************************/
+/* This file is part of: */
+/* GODOT ENGINE */
+/* https://godotengine.org */
+/**************************************************************************/
+/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */
+/* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */
+/* */
+/* Permission is hereby granted, free of charge, to any person obtaining */
+/* a copy of this software and associated documentation files (the */
+/* "Software"), to deal in the Software without restriction, including */
+/* without limitation the rights to use, copy, modify, merge, publish, */
+/* distribute, sublicense, and/or sell copies of the Software, and to */
+/* permit persons to whom the Software is furnished to do so, subject to */
+/* the following conditions: */
+/* */
+/* The above copyright notice and this permission notice shall be */
+/* included in all copies or substantial portions of the Software. */
+/* */
+/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */
+/* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */
+/* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. */
+/* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */
+/* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */
+/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */
+/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
+/**************************************************************************/
+
+import Foundation
diff --git a/build/Pokemon Battle-Mode/dylibs/empty b/build/Pokemon Battle-Mode/dylibs/empty
new file mode 100644
index 0000000..bd3e894
--- /dev/null
+++ b/build/Pokemon Battle-Mode/dylibs/empty
@@ -0,0 +1 @@
+Dummy file to make dylibs folder exported
diff --git a/build/Pokemon Battle-Mode/en.lproj/InfoPlist.strings b/build/Pokemon Battle-Mode/en.lproj/InfoPlist.strings
new file mode 100644
index 0000000..b92732c
--- /dev/null
+++ b/build/Pokemon Battle-Mode/en.lproj/InfoPlist.strings
@@ -0,0 +1 @@
+/* Localized versions of Info.plist keys */
diff --git a/build/Pokemon Battle-Mode/export_options.plist b/build/Pokemon Battle-Mode/export_options.plist
new file mode 100644
index 0000000..ac51b20
--- /dev/null
+++ b/build/Pokemon Battle-Mode/export_options.plist
@@ -0,0 +1,21 @@
+
+
+
+
+ method
+ development
+
+ teamID
+ REDACTED
+
+ provisioningProfiles
+
+ com.nate.pokemon
+
+
+
+ compileBitcode
+
+
+
+
diff --git a/build/PrivacyInfo.xcprivacy b/build/PrivacyInfo.xcprivacy
new file mode 100644
index 0000000..2b68e58
--- /dev/null
+++ b/build/PrivacyInfo.xcprivacy
@@ -0,0 +1,38 @@
+
+
+
+
+ NSPrivacyAccessedAPITypes
+
+
+ NSPrivacyAccessedAPITypeReasons
+
+ DDA9.1
+ C617.1
+
+ NSPrivacyAccessedAPIType
+ NSPrivacyAccessedAPICategoryFileTimestamp
+
+
+ NSPrivacyAccessedAPITypeReasons
+
+ 35F9.1
+
+ NSPrivacyAccessedAPIType
+ NSPrivacyAccessedAPICategorySystemBootTime
+
+
+ NSPrivacyAccessedAPITypeReasons
+
+ E174.1
+ 85F4.1
+
+ NSPrivacyAccessedAPIType
+ NSPrivacyAccessedAPICategoryDiskSpace
+
+
+ NSPrivacyTracking
+
+
+
+
diff --git a/other/rcedit-x64.exe b/other/rcedit-x64.exe
index 0d817e9..4c5428e 100644
Binary files a/other/rcedit-x64.exe and b/other/rcedit-x64.exe differ