├── .github └── workflows │ └── c-cpp.yml ├── .gitignore ├── .vscode └── c_cpp_properties.json ├── 3ds_rules ├── 3gx.ld ├── 3gxtool ├── CTRPluginFramework.plgInfo ├── Files ├── Vapecord │ └── Data │ │ ├── Acre │ │ ├── acre0.bin │ │ ├── acre1.bin │ │ ├── acre10.bin │ │ ├── acre11.bin │ │ ├── acre12.bin │ │ ├── acre13.bin │ │ ├── acre14.bin │ │ ├── acre15.bin │ │ ├── acre16.bin │ │ ├── acre17.bin │ │ ├── acre18.bin │ │ ├── acre19.bin │ │ ├── acre1A.bin │ │ ├── acre1B.bin │ │ ├── acre1C.bin │ │ ├── acre1D.bin │ │ ├── acre1E.bin │ │ ├── acre1F.bin │ │ ├── acre2.bin │ │ ├── acre20.bin │ │ ├── acre21.bin │ │ ├── acre22.bin │ │ ├── acre23.bin │ │ ├── acre24.bin │ │ ├── acre25.bin │ │ ├── acre26.bin │ │ ├── acre27.bin │ │ ├── acre28.bin │ │ ├── acre29.bin │ │ ├── acre2A.bin │ │ ├── acre2B.bin │ │ ├── acre2C.bin │ │ ├── acre2D.bin │ │ ├── acre2E.bin │ │ ├── acre2F.bin │ │ ├── acre3.bin │ │ ├── acre30.bin │ │ ├── acre31.bin │ │ ├── acre32.bin │ │ ├── acre33.bin │ │ ├── acre34.bin │ │ ├── acre35.bin │ │ ├── acre36.bin │ │ ├── acre37.bin │ │ ├── acre38.bin │ │ ├── acre39.bin │ │ ├── acre3A.bin │ │ ├── acre3B.bin │ │ ├── acre3C.bin │ │ ├── acre3D.bin │ │ ├── acre3E.bin │ │ ├── acre3F.bin │ │ ├── acre4.bin │ │ ├── acre40.bin │ │ ├── acre41.bin │ │ ├── acre42.bin │ │ ├── acre43.bin │ │ ├── acre44.bin │ │ ├── acre45.bin │ │ ├── acre46.bin │ │ ├── acre47.bin │ │ ├── acre48.bin │ │ ├── acre49.bin │ │ ├── acre4A.bin │ │ ├── acre4B.bin │ │ ├── acre4C.bin │ │ ├── acre4D.bin │ │ ├── acre4E.bin │ │ ├── acre4F.bin │ │ ├── acre5.bin │ │ ├── acre50.bin │ │ ├── acre51.bin │ │ ├── acre52.bin │ │ ├── acre53.bin │ │ ├── acre54.bin │ │ ├── acre55.bin │ │ ├── acre56.bin │ │ ├── acre57.bin │ │ ├── acre58.bin │ │ ├── acre59.bin │ │ ├── acre5A.bin │ │ ├── acre5B.bin │ │ ├── acre5C.bin │ │ ├── acre5D.bin │ │ ├── acre5E.bin │ │ ├── acre5F.bin │ │ ├── acre6.bin │ │ ├── acre60.bin │ │ ├── acre61.bin │ │ ├── acre62.bin │ │ ├── acre63.bin │ │ ├── acre64.bin │ │ ├── acre65.bin │ │ ├── acre66.bin │ │ ├── acre67.bin │ │ ├── acre68.bin │ │ ├── acre69.bin │ │ ├── acre6A.bin │ │ ├── acre6B.bin │ │ ├── acre6C.bin │ │ ├── acre6D.bin │ │ ├── acre6E.bin │ │ ├── acre6F.bin │ │ ├── acre7.bin │ │ ├── acre70.bin │ │ ├── acre71.bin │ │ ├── acre72.bin │ │ ├── acre73.bin │ │ ├── acre74.bin │ │ ├── acre75.bin │ │ ├── acre76.bin │ │ ├── acre77.bin │ │ ├── acre78.bin │ │ ├── acre79.bin │ │ ├── acre7A.bin │ │ ├── acre7B.bin │ │ ├── acre7C.bin │ │ ├── acre7D.bin │ │ ├── acre7E.bin │ │ ├── acre7F.bin │ │ ├── acre8.bin │ │ ├── acre80.bin │ │ ├── acre81.bin │ │ ├── acre82.bin │ │ ├── acre83.bin │ │ ├── acre84.bin │ │ ├── acre85.bin │ │ ├── acre86.bin │ │ ├── acre87.bin │ │ ├── acre88.bin │ │ ├── acre89.bin │ │ ├── acre8A.bin │ │ ├── acre8B.bin │ │ ├── acre8C.bin │ │ ├── acre8D.bin │ │ ├── acre8E.bin │ │ ├── acre8F.bin │ │ ├── acre9.bin │ │ ├── acre90.bin │ │ ├── acre91.bin │ │ ├── acre92.bin │ │ ├── acre93.bin │ │ ├── acre94.bin │ │ ├── acre95.bin │ │ ├── acre96.bin │ │ ├── acre97.bin │ │ ├── acre98.bin │ │ ├── acre99.bin │ │ ├── acre9A.bin │ │ ├── acre9B.bin │ │ ├── acre9C.bin │ │ ├── acre9D.bin │ │ ├── acre9E.bin │ │ ├── acre9F.bin │ │ ├── acreA.bin │ │ ├── acreA0.bin │ │ ├── acreA1.bin │ │ ├── acreA2.bin │ │ ├── acreA3.bin │ │ ├── acreA4.bin │ │ ├── acreA5.bin │ │ ├── acreA6.bin │ │ ├── acreA7.bin │ │ ├── acreA8.bin │ │ ├── acreA9.bin │ │ ├── acreAA.bin │ │ ├── acreAB.bin │ │ ├── acreAC.bin │ │ ├── acreAD.bin │ │ ├── acreAE.bin │ │ ├── acreAF.bin │ │ ├── acreB.bin │ │ ├── acreB0.bin │ │ ├── acreB1.bin │ │ ├── acreB2.bin │ │ ├── acreB3.bin │ │ ├── acreB4.bin │ │ ├── acreB5.bin │ │ ├── acreB6.bin │ │ ├── acreB7.bin │ │ ├── acreB8.bin │ │ ├── acreB9.bin │ │ ├── acreBA.bin │ │ ├── acreBB.bin │ │ ├── acreBC.bin │ │ ├── acreBD.bin │ │ ├── acreBE.bin │ │ ├── acreBF.bin │ │ ├── acreC.bin │ │ ├── acreC0.bin │ │ ├── acreC1.bin │ │ ├── acreC2.bin │ │ ├── acreC3.bin │ │ ├── acreC4.bin │ │ ├── acreC5.bin │ │ ├── acreC6.bin │ │ ├── acreC7.bin │ │ ├── acreC8.bin │ │ ├── acreC9.bin │ │ ├── acreCA.bin │ │ ├── acreCB.bin │ │ ├── acreCC.bin │ │ ├── acreCD.bin │ │ ├── acreCE.bin │ │ ├── acreCF.bin │ │ ├── acreD.bin │ │ ├── acreD0.bin │ │ ├── acreD1.bin │ │ ├── acreD2.bin │ │ ├── acreD3.bin │ │ ├── acreD4.bin │ │ ├── acreD5.bin │ │ ├── acreD6.bin │ │ ├── acreE.bin │ │ └── acreF.bin │ │ ├── FWKColors.txt │ │ ├── Language │ │ ├── english.txt │ │ ├── french.txt │ │ ├── german.txt │ │ ├── italian.txt │ │ ├── japanese.txt │ │ └── spanish.txt │ │ ├── PlayerIcon │ │ ├── Player0.bin │ │ ├── Player1.bin │ │ ├── Player2.bin │ │ └── Player3.bin │ │ ├── PreSet │ │ ├── Furniture Sets │ │ │ ├── 7-Eleven Series Part 1.inv │ │ │ ├── 7-Eleven Series Part 2.inv │ │ │ ├── Alpine Series.inv │ │ │ ├── Astro Series.inv │ │ │ ├── Balloon Series.inv │ │ │ ├── Bath Theme.inv │ │ │ ├── Blue Series.inv │ │ │ ├── Boxing Theme.inv │ │ │ ├── Cabana Series.inv │ │ │ ├── Cabin Series.inv │ │ │ ├── Campus Series.inv │ │ │ ├── Card Series.inv │ │ │ ├── Cardboard Series.inv │ │ │ ├── Children Theme Part 1.inv │ │ │ ├── Children Theme Part 2.inv │ │ │ ├── Cinnamoroll Series.inv │ │ │ ├── Classic Series.inv │ │ │ ├── Classroom Theme Part 1.inv │ │ │ ├── Classroom Theme Part 2.inv │ │ │ ├── Creepy Theme.inv │ │ │ ├── Egg Series.inv │ │ │ ├── Egypt Theme.inv │ │ │ ├── Exotic Series.inv │ │ │ ├── Fish Series.inv │ │ │ ├── Flower Series.inv │ │ │ ├── Fueki Series.inv │ │ │ ├── Garden Theme Part 1.inv │ │ │ ├── Garden Theme Part 2.inv │ │ │ ├── Garden Theme Part 3.inv │ │ │ ├── Golden Series.inv │ │ │ ├── Gorgeous Series.inv │ │ │ ├── Gracie Series.inv │ │ │ ├── Green Series.inv │ │ │ ├── Harvest Series.inv │ │ │ ├── Hello Kitty Series.inv │ │ │ ├── Ice Series.inv │ │ │ ├── Insect Series.inv │ │ │ ├── Island Theme.inv │ │ │ ├── Jingle Series.inv │ │ │ ├── Kerokerokeroppi Series.inv │ │ │ ├── Kiddie Series.inv │ │ │ ├── Kiki and Lala Series.inv │ │ │ ├── Lab Theme.inv │ │ │ ├── Lovely Series.inv │ │ │ ├── Mario Theme.inv │ │ │ ├── Mermaid Series.inv │ │ │ ├── Minimalist Series.inv │ │ │ ├── Modern Series.inv │ │ │ ├── Modern Wood Series.inv │ │ │ ├── Monster Hunter Theme.inv │ │ │ ├── Museum Theme.inv │ │ │ ├── Mushroom Series.inv │ │ │ ├── My Melody Series.inv │ │ │ ├── Patchwork Series.inv │ │ │ ├── Pavé Series.inv │ │ │ ├── Pirate Theme.inv │ │ │ ├── Polka-dot Series.inv │ │ │ ├── Pompompurin Series.inv │ │ │ ├── Princess Series.inv │ │ │ ├── Ranch Series.inv │ │ │ ├── Regal Series.inv │ │ │ ├── Robo Series.inv │ │ │ ├── Rococo Series.inv │ │ │ ├── Sleek Series.inv │ │ │ ├── Sloppy Series.inv │ │ │ ├── Snowman Series.inv │ │ │ ├── Space Theme.inv │ │ │ ├── Spaceship Theme.inv │ │ │ ├── Splatoon Theme.inv │ │ │ ├── Spooky Series.inv │ │ │ ├── Stripe Series.inv │ │ │ ├── Sweets Series.inv │ │ │ ├── Western Theme.inv │ │ │ ├── Winter Theme.inv │ │ │ ├── Worker Theme Part 1.inv │ │ │ ├── Worker Theme Part 2.inv │ │ │ ├── Zelda Theme Part 1.inv │ │ │ └── Zelda Theme Part 2.inv │ │ └── Item Sets │ │ │ ├── Bunny Balloons.inv │ │ │ ├── Golden Tools.inv │ │ │ ├── Heart Balloons.inv │ │ │ ├── Ice Cream.inv │ │ │ ├── Pinwheels.inv │ │ │ ├── Regular Balloons.inv │ │ │ ├── Rental Tools.inv │ │ │ ├── Silver Tools.inv │ │ │ ├── Standard Tools.inv │ │ │ └── Wands.inv │ │ ├── color.txt │ │ └── item.txt ├── romfs │ └── Layout │ │ └── ItemWin │ │ └── item_icon.arc └── snd │ ├── sound_accept.bcwav │ ├── sound_cancel.bcwav │ ├── sound_cursor.bcwav │ ├── sound_deselect.bcwav │ └── sound_select.bcwav ├── Includes ├── AnimType.h ├── Color.h ├── Config.hpp ├── Files.h ├── Helpers │ ├── ACMessageBox.hpp │ ├── ACSystem.hpp │ ├── Address.hpp │ ├── AnimData.hpp │ ├── Animation.hpp │ ├── CROEditing.hpp │ ├── Converters.hpp │ ├── CustomButton.hpp │ ├── Dropper.hpp │ ├── Game.hpp │ ├── GameKeyboard.hpp │ ├── GameStructs.hpp │ ├── IDList.hpp │ ├── Inventory.hpp │ ├── ItemSequence.hpp │ ├── KeySequence.hpp │ ├── NPC.hpp │ ├── Player.hpp │ ├── PlayerClass.hpp │ ├── PluginMenuData.hpp │ ├── QRCodeGen.hpp │ ├── QuickMenu.hpp │ ├── Save.hpp │ ├── Town.hpp │ └── Wrapper.hpp ├── MenuEntryHelpers.hpp ├── NonHacker.hpp ├── RegionCodes.hpp ├── Unicode.h ├── cheats.hpp ├── csvc.h └── types.h ├── LICENSE ├── Makefile ├── README.md ├── Sources ├── Folders │ ├── ACNHCheat.cpp │ ├── AmiiboSpoofer.cpp │ ├── AnimationCodes.cpp │ ├── DevCodes.cpp │ ├── ExtraCodes │ │ ├── ChatCodes.cpp │ │ ├── ExtraCodes.cpp │ │ └── FishCodes.cpp │ ├── FunCodes.cpp │ ├── InventoryCodes.cpp │ ├── IslandCodes.cpp │ ├── MiniGame1 │ │ └── MainCodes.cpp │ ├── MiscCodes.cpp │ ├── MoneyCodes.cpp │ ├── MovementCodes.cpp │ ├── NPCodes.cpp │ ├── PlayerCodes │ │ ├── PlayerCodes.cpp │ │ └── PlayerSaveCodes.cpp │ ├── SaveCodes.cpp │ ├── SeedingCodes │ │ ├── DropCodes.cpp │ │ ├── SeedCodes.cpp │ │ └── TreeCodes.cpp │ └── code.s ├── Helpers │ ├── Other │ │ ├── KeySequence.cpp │ │ └── QRCodeGen.cpp │ └── Personal │ │ ├── ACMessageBox.cpp │ │ ├── ACSystem.cpp │ │ ├── Address.cpp │ │ ├── AnimData.cpp │ │ ├── Animation.cpp │ │ ├── CROEditing.cpp │ │ ├── Checks.cpp │ │ ├── CrashScreen.cpp │ │ ├── CustomButton.cpp │ │ ├── Dropper.cpp │ │ ├── Game.cpp │ │ ├── GameKeyboard.cpp │ │ ├── IDList.cpp │ │ ├── Inventory.cpp │ │ ├── ItemSequence.cpp │ │ ├── KeepConnection.cpp │ │ ├── Lists.cpp │ │ ├── NPC.cpp │ │ ├── Player.cpp │ │ ├── PlayerClass.cpp │ │ ├── PluginMenuData.cpp │ │ ├── QuickMenu.cpp │ │ ├── Save.cpp │ │ ├── SplashScreen.cpp │ │ ├── Town.cpp │ │ └── Wrapper.cpp ├── MenuCreate.cpp ├── NonHacker.cpp ├── Plugin │ ├── Plugin_Checks.cpp │ ├── Plugin_Color.cpp │ ├── Plugin_Language.cpp │ ├── Plugin_Patches.cpp │ └── Plugin_Settings.cpp ├── RegionCodes.cpp ├── cheats.cpp └── main.cpp ├── Vapecord.png ├── Vine.mp3 ├── base_rules ├── basic.dll ├── clean.bat ├── clean.sh ├── ezgif.com-resize.gif └── libctrpf ├── Assets ├── ARCodesTypes.txt └── install.sh ├── CTRPF.code-workspace ├── LICENSE.txt ├── Library ├── .gitignore ├── Makefile ├── include │ ├── CTRPluginFramework.hpp │ ├── CTRPluginFramework │ │ ├── Graphics.hpp │ │ ├── Graphics │ │ │ ├── Color.hpp │ │ │ ├── CustomIcon.hpp │ │ │ ├── OSD.hpp │ │ │ └── Render.hpp │ │ ├── Menu.hpp │ │ ├── Menu │ │ │ ├── Keyboard.hpp │ │ │ ├── MenuEntry.hpp │ │ │ ├── MenuEntryHotkeys.hpp │ │ │ ├── MenuFolder.hpp │ │ │ ├── MessageBox.hpp │ │ │ └── PluginMenu.hpp │ │ ├── Sound.hpp │ │ ├── Sound │ │ │ ├── Sound.hpp │ │ │ └── SoundEngine.hpp │ │ ├── System.hpp │ │ ├── System │ │ │ ├── Clock.hpp │ │ │ ├── Controller.hpp │ │ │ ├── Directory.hpp │ │ │ ├── File.hpp │ │ │ ├── FwkSettings.hpp │ │ │ ├── Hook.hpp │ │ │ ├── Lock.hpp │ │ │ ├── Mutex.hpp │ │ │ ├── Process.hpp │ │ │ ├── Rect.hpp │ │ │ ├── Sleep.hpp │ │ │ ├── System.hpp │ │ │ ├── Task.hpp │ │ │ ├── Thread.hpp │ │ │ ├── Time.hpp │ │ │ ├── Touch.hpp │ │ │ └── Vector.hpp │ │ ├── Utils.hpp │ │ └── Utils │ │ │ ├── LineReader.hpp │ │ │ ├── LineWriter.hpp │ │ │ ├── StringExtensions.hpp │ │ │ ├── TextFileParser.hpp │ │ │ └── Utils.hpp │ ├── CTRPluginFrameworkImpl.hpp │ ├── CTRPluginFrameworkImpl │ │ ├── ActionReplay │ │ │ ├── ARCode.hpp │ │ │ ├── ARCodeEditor.hpp │ │ │ ├── ARHandler.hpp │ │ │ └── MenuEntryActionReplay.hpp │ │ ├── Disassembler │ │ │ └── arm_disasm.h │ │ ├── Graphics.hpp │ │ ├── Graphics │ │ │ ├── BMPImage.hpp │ │ │ ├── Button.hpp │ │ │ ├── ComboBox.hpp │ │ │ ├── Drawable.hpp │ │ │ ├── FloatingButton.hpp │ │ │ ├── Font.hpp │ │ │ ├── Icon.hpp │ │ │ ├── Line.hpp │ │ │ ├── MessageBoxImpl.hpp │ │ │ ├── NumericTextBox.hpp │ │ │ ├── OSDImpl.hpp │ │ │ ├── PrivColor.hpp │ │ │ ├── Renderer.hpp │ │ │ ├── TextBox.hpp │ │ │ ├── TouchKey.hpp │ │ │ ├── TouchKeyString.hpp │ │ │ ├── UIContainer.hpp │ │ │ └── Window.hpp │ │ ├── Menu.hpp │ │ ├── Menu │ │ │ ├── Converter.hpp │ │ │ ├── GatewayRAMDumper.hpp │ │ │ ├── GuideReader.hpp │ │ │ ├── HexEditor.hpp │ │ │ ├── HotkeysModifier.hpp │ │ │ ├── KeyboardImpl.hpp │ │ │ ├── Menu.hpp │ │ │ ├── MenuEntryFreeCheat.hpp │ │ │ ├── MenuEntryImpl.hpp │ │ │ ├── MenuEntryTools.hpp │ │ │ ├── MenuFolderImpl.hpp │ │ │ ├── MenuItem.hpp │ │ │ ├── PluginMenuActionReplay.hpp │ │ │ ├── PluginMenuExecuteLoop.hpp │ │ │ ├── PluginMenuFreeCheats.hpp │ │ │ ├── PluginMenuHome.hpp │ │ │ ├── PluginMenuImpl.hpp │ │ │ ├── PluginMenuSearch.hpp │ │ │ ├── PluginMenuTools.hpp │ │ │ ├── PluginMenuVSettings.hpp │ │ │ ├── PluginMenu_SearchMenu.hpp │ │ │ ├── SubMenu.hpp │ │ │ └── WatchPointManager.hpp │ │ ├── Preferences.hpp │ │ ├── Search │ │ │ ├── Search.hpp │ │ │ ├── Search32.hpp │ │ │ └── SearchBase.hpp │ │ ├── Sound.hpp │ │ ├── Sound │ │ │ ├── SoundEngineImpl.hpp │ │ │ └── SoundImpl.hpp │ │ ├── System.hpp │ │ ├── System │ │ │ ├── EventManager.hpp │ │ │ ├── Events.hpp │ │ │ ├── FSPath.hpp │ │ │ ├── Heap.hpp │ │ │ ├── HookManager.hpp │ │ │ ├── IAllocator.hpp │ │ │ ├── Kernel.hpp │ │ │ ├── MMU.hpp │ │ │ ├── ProcessImpl.hpp │ │ │ ├── Scheduler.hpp │ │ │ ├── Screen.hpp │ │ │ ├── Screenshot.hpp │ │ │ ├── Services │ │ │ │ └── Gsp.hpp │ │ │ ├── Storage.hpp │ │ │ └── SystemImpl.hpp │ │ └── main.hpp │ ├── Unicode.h │ ├── csvc.h │ ├── ctrulibExtension.h │ ├── font6x10Linux.h │ ├── plgldr.h │ └── types.h └── source │ ├── 3gx_crt0.s │ ├── CTRPluginFramework │ ├── Graphics │ │ ├── Color.cpp │ │ ├── CustomIcon.cpp │ │ ├── OSD.cpp │ │ └── Render.cpp │ ├── Menu │ │ ├── Keyboard.cpp │ │ ├── MenuEntry.cpp │ │ ├── MenuEntryHotkeys.cpp │ │ ├── MenuFolder.cpp │ │ ├── MessageBox.cpp │ │ └── PluginMenu.cpp │ ├── Sound │ │ ├── Sound.cpp │ │ └── SoundEngine.cpp │ ├── System │ │ ├── Controller.cpp │ │ ├── Directory.cpp │ │ ├── File.cpp │ │ ├── FwkSettings.cpp │ │ ├── Hook.cpp │ │ ├── Process.cpp │ │ ├── Sleep.cpp │ │ ├── System.cpp │ │ ├── Task.cpp │ │ ├── ThreadEx.cpp │ │ ├── Time.cpp │ │ └── Touch.cpp │ └── Utils │ │ ├── LineReader.cpp │ │ ├── LineWriter.cpp │ │ ├── StringExtensions.cpp │ │ ├── TextFileParser.cpp │ │ └── Utils.cpp │ ├── CTRPluginFrameworkImpl │ ├── ActionReplay │ │ ├── ARCode.cpp │ │ ├── ARCodeEditor.cpp │ │ ├── ARCodeLoader.cpp │ │ ├── ARCodeWrite.cpp │ │ ├── ARHandler.cpp │ │ └── MenuEntryActionReplay.cpp │ ├── Disassembler │ │ └── arm_disasm.cpp │ ├── Graphics │ │ ├── BMPImage.cpp │ │ ├── Button.cpp │ │ ├── ComboBox.cpp │ │ ├── FloatinButton.cpp │ │ ├── FontImpl.cpp │ │ ├── Icons │ │ │ ├── About15.c │ │ │ ├── AddFavorite25.c │ │ │ ├── AddFavoriteFilled25.c │ │ │ ├── CapsLockOn15.c │ │ │ ├── CapsLockOnFilled15.c │ │ │ ├── CentreofGravity15.c │ │ │ ├── CheckedCheckbox.c │ │ │ ├── ClearSymbol15.c │ │ │ ├── ClearSymbolFilled15.c │ │ │ ├── Clipboard25.c │ │ │ ├── ClipboardFilled25.c │ │ │ ├── CloseWindow20.c │ │ │ ├── CloseWindowFilled20.c │ │ │ ├── Color15.c │ │ │ ├── Controller15.c │ │ │ ├── Cut25.c │ │ │ ├── CutFilled25.c │ │ │ ├── DefaultKeyboardCustomIcon.c │ │ │ ├── Duplicate25.c │ │ │ ├── DuplicateFilled25.c │ │ │ ├── Edit25.c │ │ │ ├── EditFilled25.c │ │ │ ├── EnterKey15.c │ │ │ ├── EnterKeyFilled15.c │ │ │ ├── File15.c │ │ │ ├── FolderFilled.c │ │ │ ├── GameController15.c │ │ │ ├── GameController25.c │ │ │ ├── GameControllerFilled25.c │ │ │ ├── Grid15.c │ │ │ ├── HandCursor15.c │ │ │ ├── Happy15.c │ │ │ ├── HappyFilled15.c │ │ │ ├── Hidden15.c │ │ │ ├── Icon.cpp │ │ │ ├── Info25.c │ │ │ ├── InfoFilled25.c │ │ │ ├── Keyboard25.c │ │ │ ├── KeyboardFilled25.c │ │ │ ├── Language15.c │ │ │ ├── Maintenance15.c │ │ │ ├── More15.c │ │ │ ├── Paint15.c │ │ │ ├── Plus25.c │ │ │ ├── PlusFilled25.c │ │ │ ├── RAM15.c │ │ │ ├── Reset15.c │ │ │ ├── Restart15.c │ │ │ ├── Rocket40.c │ │ │ ├── Save25.c │ │ │ ├── Search15.c │ │ │ ├── Settings15.c │ │ │ ├── Shutdown15.c │ │ │ ├── Star15.c │ │ │ ├── Trash25.c │ │ │ ├── TrashFilled25.c │ │ │ ├── UnCheckedCheckbox.c │ │ │ ├── Unsplash15.c │ │ │ └── UserManualFilled15.c │ │ ├── MessageBoxImpl.cpp │ │ ├── NumericTextBox.cpp │ │ ├── OSDImpl.cpp │ │ ├── OSDImpl__Sync.cpp │ │ ├── PrivColor.cpp │ │ ├── Renderer.cpp │ │ ├── Renderer_DrawForms.cpp │ │ ├── Renderer_DrawPixel.cpp │ │ ├── Renderer_DrawStrings.cpp │ │ ├── Renderer_Sysfont.cpp │ │ ├── TextBox.cpp │ │ ├── TouchKey.cpp │ │ ├── TouchKeyString.cpp │ │ ├── UIContainer.cpp │ │ └── Window.cpp │ ├── Menu │ │ ├── Converter.cpp │ │ ├── GatewayRAMDumper.cpp │ │ ├── GuideReader.cpp │ │ ├── HexEditor.cpp │ │ ├── HotkeysModifier.cpp │ │ ├── KeyboardImpl.cpp │ │ ├── Menu.cpp │ │ ├── MenuEntryFreeCheat.cpp │ │ ├── MenuEntryImpl.cpp │ │ ├── MenuEntryTools.cpp │ │ ├── MenuFolderImpl.cpp │ │ ├── MenuItem.cpp │ │ ├── PluginMenuActionReplay.cpp │ │ ├── PluginMenuExecuteLoop.cpp │ │ ├── PluginMenuFreeCheats.cpp │ │ ├── PluginMenuHome.cpp │ │ ├── PluginMenuImpl.cpp │ │ ├── PluginMenuSearch.cpp │ │ ├── PluginMenuTools.cpp │ │ ├── PluginMenuVSettings.cpp │ │ ├── PluginMenu_SearchMenu.cpp │ │ ├── SubMenu.cpp │ │ └── WatchPointManager.cpp │ ├── Preferences.cpp │ ├── Search │ │ ├── Search32.cpp │ │ ├── Search32_FirstSearchSpecified.cpp │ │ ├── Search32_SecondSearchSpecified.cpp │ │ ├── Search32_SecondSearchUnknown.cpp │ │ ├── Search32_SubsidiarySearchSpecified.cpp │ │ ├── Search32_SubsidiarySearchUnknown.cpp │ │ └── SearchBase.cpp │ ├── Sound │ │ ├── SoundEngineImpl.cpp │ │ └── SoundImpl.cpp │ └── System │ │ ├── EventManager.cpp │ │ ├── FSPath.cpp │ │ ├── Heap.cpp │ │ ├── HookManager.cpp │ │ ├── Kernel.cpp │ │ ├── MMU.cpp │ │ ├── ProcessImpl.cpp │ │ ├── Scheduler.cpp │ │ ├── Screen.cpp │ │ ├── Screenshot.cpp │ │ ├── Services │ │ └── Gsp.cpp │ │ └── SystemImpl.cpp │ ├── LoadCROHooked.s │ ├── csvc.s │ ├── ctrulibExtension │ ├── allocator │ │ ├── addrmap.h │ │ ├── linear.cpp │ │ ├── mem_pool.cpp │ │ ├── mem_pool.h │ │ ├── newlibHeap.c │ │ └── vram.cpp │ ├── aptExtension.c │ ├── fontExtension.c │ ├── hidExtension.c │ ├── system │ │ ├── allocateHeaps.cpp │ │ ├── appExit.c │ │ ├── ctru_exit.c │ │ ├── initSystem.c │ │ ├── stack_adjust.s │ │ └── syscalls.c │ └── thread.c │ ├── plgldr.c │ └── pluginInit.cpp ├── Makefile ├── README.md ├── Resources ├── images │ ├── About15.png │ ├── AddFavorite25.png │ ├── AddFavoriteFilled25.png │ ├── CapsLockOn15.png │ ├── CapsLockOnFilled15.png │ ├── CentreofGravity15.png │ ├── CheckedCheckbox - Copy (2).png │ ├── CheckedCheckbox - Copy.png │ ├── CheckedCheckbox.png │ ├── CheckedCheckbox.xcf │ ├── ClearSymbol15.png │ ├── ClearSymbolFilled15.png │ ├── Clipboard25.png │ ├── ClipboardFilled25.png │ ├── CloseWindow20.png │ ├── CloseWindowFilled20.png │ ├── Controller15.png │ ├── Cut25.png │ ├── CutFilled25.png │ ├── Duplicate25.png │ ├── DuplicateFilled25.png │ ├── Edit25.png │ ├── EditFilled25.png │ ├── EnterKey15.png │ ├── EnterKeyFilled15.png │ ├── File15.png │ ├── FolderFilled.png │ ├── GameController15.png │ ├── GameController25.png │ ├── GameControllerFilled25.png │ ├── Grid15.png │ ├── HandCursor15.png │ ├── HandCursor15Blue.png │ ├── Happy15.png │ ├── HappyFilled15.png │ ├── Info25.png │ ├── InfoFilled25.png │ ├── Keyboard25.png │ ├── KeyboardFilled25.png │ ├── Left15.png │ ├── LeftFilled15.png │ ├── Maintenance15.png │ ├── More15.png │ ├── Plus25.png │ ├── PlusFilled25.png │ ├── RAM15.png │ ├── Restart15.png │ ├── Right15.png │ ├── RightFilled15.png │ ├── Rocket40.png │ ├── Save25.png │ ├── Save25Green.png │ ├── Search15.png │ ├── Settings15.png │ ├── Settings15Ios.png │ ├── Shutdown15.png │ ├── Star15.png │ ├── Trash25.png │ ├── TrashFilled25.png │ ├── UnCheckedCheckbox.png │ ├── Unsplash15.png │ ├── UnsplashFilled15.png │ ├── UnsplashFilled25.png │ └── UserManualFilled15.png └── utilities │ ├── libpng16.dll │ ├── png2c.exe │ └── pngtoraw.py ├── Sounds ├── snd │ ├── sound_accept.bcwav │ ├── sound_cancel.bcwav │ ├── sound_cursor.bcwav │ ├── sound_deselect.bcwav │ └── sound_select.bcwav ├── sound_accept.wav ├── sound_cancel.wav ├── sound_cursor.wav ├── sound_deselect.wav └── sound_select.wav └── TestPlugin ├── .gitignore ├── 3gx.ld ├── Includes └── csvc.h ├── Makefile ├── Sources ├── OSDManager.cpp ├── OSDManager.hpp ├── OSDMenu.cpp ├── OSDMenu.hpp ├── PointerSearcher.cpp ├── PointerSearcher.hpp ├── PointerTesting.cpp └── main.cpp └── TestPlugin.plgInfo /.github/workflows/c-cpp.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/.github/workflows/c-cpp.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/.gitignore -------------------------------------------------------------------------------- /.vscode/c_cpp_properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/.vscode/c_cpp_properties.json -------------------------------------------------------------------------------- /3ds_rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/3ds_rules -------------------------------------------------------------------------------- /3gx.ld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/3gx.ld -------------------------------------------------------------------------------- /3gxtool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/3gxtool -------------------------------------------------------------------------------- /CTRPluginFramework.plgInfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/CTRPluginFramework.plgInfo -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre0.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre0.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre1.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre10.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre10.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre11.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre11.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre12.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre12.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre13.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre13.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre14.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre14.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre15.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre15.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre16.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre16.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre17.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre17.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre18.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre18.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre19.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre19.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre1A.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre1A.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre1B.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre1B.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre1C.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre1C.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre1D.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre1D.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre1E.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre1E.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre1F.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre1F.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre2.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre20.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre20.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre21.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre21.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre22.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre22.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre23.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre23.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre24.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre24.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre25.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre25.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre26.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre26.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre27.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre27.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre28.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre28.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre29.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre29.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre2A.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre2A.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre2B.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre2B.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre2C.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre2C.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre2D.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre2D.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre2E.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre2E.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre2F.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre2F.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre3.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre3.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre30.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre30.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre31.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre31.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre32.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre32.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre33.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre33.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre34.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre34.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre35.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre35.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre36.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre36.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre37.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre37.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre38.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre38.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre39.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre39.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre3A.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre3A.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre3B.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre3B.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre3C.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre3C.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre3D.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre3D.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre3E.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre3E.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre3F.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre3F.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre4.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre4.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre40.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre40.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre41.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre41.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre42.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre42.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre43.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre43.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre44.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre44.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre45.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre45.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre46.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre46.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre47.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre47.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre48.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre48.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre49.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre49.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre4A.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre4A.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre4B.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre4B.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre4C.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre4C.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre4D.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre4D.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre4E.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre4E.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre4F.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre4F.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre5.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre5.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre50.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre50.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre51.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre51.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre52.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre52.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre53.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre53.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre54.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre54.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre55.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre55.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre56.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre56.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre57.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre57.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre58.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre58.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre59.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre59.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre5A.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre5A.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre5B.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre5B.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre5C.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre5C.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre5D.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre5D.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre5E.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre5E.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre5F.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre5F.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre6.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre6.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre60.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre60.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre61.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre61.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre62.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre62.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre63.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre63.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre64.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre64.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre65.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre65.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre66.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre66.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre67.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre67.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre68.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre68.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre69.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre69.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre6A.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre6A.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre6B.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre6B.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre6C.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre6C.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre6D.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre6D.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre6E.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre6E.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre6F.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre6F.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre7.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre7.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre70.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre70.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre71.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre71.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre72.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre72.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre73.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre73.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre74.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre74.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre75.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre75.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre76.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre76.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre77.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre77.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre78.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre78.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre79.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre79.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre7A.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre7A.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre7B.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre7B.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre7C.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre7C.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre7D.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre7D.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre7E.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre7E.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre7F.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre7F.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre8.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre8.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre80.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre80.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre81.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre81.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre82.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre82.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre83.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre83.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre84.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre84.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre85.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre85.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre86.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre86.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre87.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre87.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre88.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre88.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre89.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre89.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre8A.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre8A.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre8B.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre8B.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre8C.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre8C.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre8D.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre8D.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre8E.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre8E.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre8F.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre8F.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre9.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre9.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre90.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre90.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre91.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre91.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre92.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre92.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre93.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre93.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre94.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre94.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre95.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre95.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre96.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre96.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre97.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre97.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre98.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre98.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre99.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre99.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre9A.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre9A.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre9B.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre9B.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre9C.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre9C.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre9D.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre9D.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre9E.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre9E.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acre9F.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acre9F.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acreA.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acreA.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acreA0.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acreA0.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acreA1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acreA1.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acreA2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acreA2.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acreA3.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acreA3.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acreA4.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acreA4.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acreA5.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acreA5.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acreA6.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acreA6.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acreA7.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acreA7.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acreA8.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acreA8.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acreA9.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acreA9.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acreAA.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acreAA.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acreAB.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acreAB.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acreAC.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acreAC.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acreAD.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acreAD.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acreAE.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acreAE.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acreAF.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acreAF.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acreB.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acreB.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acreB0.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acreB0.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acreB1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acreB1.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acreB2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acreB2.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acreB3.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acreB3.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acreB4.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acreB4.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acreB5.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acreB5.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acreB6.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acreB6.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acreB7.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acreB7.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acreB8.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acreB8.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acreB9.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acreB9.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acreBA.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acreBA.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acreBB.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acreBB.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acreBC.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acreBC.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acreBD.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acreBD.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acreBE.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acreBE.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acreBF.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acreBF.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acreC.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acreC.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acreC0.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acreC0.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acreC1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acreC1.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acreC2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acreC2.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acreC3.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acreC3.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acreC4.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acreC4.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acreC5.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acreC5.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acreC6.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acreC6.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acreC7.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acreC7.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acreC8.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acreC8.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acreC9.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acreC9.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acreCA.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acreCA.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acreCB.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acreCB.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acreCC.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acreCC.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acreCD.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acreCD.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acreCE.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acreCE.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acreCF.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acreCF.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acreD.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acreD.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acreD0.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acreD0.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acreD1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acreD1.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acreD2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acreD2.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acreD3.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acreD3.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acreD4.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acreD4.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acreD5.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acreD5.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acreD6.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acreD6.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acreE.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acreE.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/Acre/acreF.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Acre/acreF.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/FWKColors.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/FWKColors.txt -------------------------------------------------------------------------------- /Files/Vapecord/Data/Language/english.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Language/english.txt -------------------------------------------------------------------------------- /Files/Vapecord/Data/Language/french.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Language/french.txt -------------------------------------------------------------------------------- /Files/Vapecord/Data/Language/german.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Language/german.txt -------------------------------------------------------------------------------- /Files/Vapecord/Data/Language/italian.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Language/italian.txt -------------------------------------------------------------------------------- /Files/Vapecord/Data/Language/japanese.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Language/japanese.txt -------------------------------------------------------------------------------- /Files/Vapecord/Data/Language/spanish.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/Language/spanish.txt -------------------------------------------------------------------------------- /Files/Vapecord/Data/PlayerIcon/Player0.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PlayerIcon/Player0.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/PlayerIcon/Player1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PlayerIcon/Player1.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/PlayerIcon/Player2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PlayerIcon/Player2.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/PlayerIcon/Player3.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PlayerIcon/Player3.bin -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Furniture Sets/7-Eleven Series Part 1.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Furniture Sets/7-Eleven Series Part 1.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Furniture Sets/7-Eleven Series Part 2.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Furniture Sets/7-Eleven Series Part 2.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Furniture Sets/Alpine Series.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Furniture Sets/Alpine Series.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Furniture Sets/Astro Series.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Furniture Sets/Astro Series.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Furniture Sets/Balloon Series.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Furniture Sets/Balloon Series.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Furniture Sets/Bath Theme.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Furniture Sets/Bath Theme.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Furniture Sets/Blue Series.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Furniture Sets/Blue Series.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Furniture Sets/Boxing Theme.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Furniture Sets/Boxing Theme.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Furniture Sets/Cabana Series.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Furniture Sets/Cabana Series.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Furniture Sets/Cabin Series.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Furniture Sets/Cabin Series.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Furniture Sets/Campus Series.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Furniture Sets/Campus Series.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Furniture Sets/Card Series.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Furniture Sets/Card Series.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Furniture Sets/Cardboard Series.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Furniture Sets/Cardboard Series.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Furniture Sets/Children Theme Part 1.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Furniture Sets/Children Theme Part 1.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Furniture Sets/Children Theme Part 2.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Furniture Sets/Children Theme Part 2.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Furniture Sets/Cinnamoroll Series.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Furniture Sets/Cinnamoroll Series.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Furniture Sets/Classic Series.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Furniture Sets/Classic Series.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Furniture Sets/Classroom Theme Part 1.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Furniture Sets/Classroom Theme Part 1.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Furniture Sets/Classroom Theme Part 2.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Furniture Sets/Classroom Theme Part 2.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Furniture Sets/Creepy Theme.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Furniture Sets/Creepy Theme.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Furniture Sets/Egg Series.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Furniture Sets/Egg Series.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Furniture Sets/Egypt Theme.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Furniture Sets/Egypt Theme.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Furniture Sets/Exotic Series.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Furniture Sets/Exotic Series.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Furniture Sets/Fish Series.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Furniture Sets/Fish Series.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Furniture Sets/Flower Series.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Furniture Sets/Flower Series.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Furniture Sets/Fueki Series.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Furniture Sets/Fueki Series.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Furniture Sets/Garden Theme Part 1.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Furniture Sets/Garden Theme Part 1.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Furniture Sets/Garden Theme Part 2.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Furniture Sets/Garden Theme Part 2.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Furniture Sets/Garden Theme Part 3.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Furniture Sets/Garden Theme Part 3.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Furniture Sets/Golden Series.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Furniture Sets/Golden Series.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Furniture Sets/Gorgeous Series.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Furniture Sets/Gorgeous Series.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Furniture Sets/Gracie Series.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Furniture Sets/Gracie Series.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Furniture Sets/Green Series.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Furniture Sets/Green Series.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Furniture Sets/Harvest Series.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Furniture Sets/Harvest Series.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Furniture Sets/Hello Kitty Series.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Furniture Sets/Hello Kitty Series.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Furniture Sets/Ice Series.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Furniture Sets/Ice Series.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Furniture Sets/Insect Series.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Furniture Sets/Insect Series.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Furniture Sets/Island Theme.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Furniture Sets/Island Theme.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Furniture Sets/Jingle Series.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Furniture Sets/Jingle Series.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Furniture Sets/Kerokerokeroppi Series.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Furniture Sets/Kerokerokeroppi Series.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Furniture Sets/Kiddie Series.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Furniture Sets/Kiddie Series.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Furniture Sets/Kiki and Lala Series.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Furniture Sets/Kiki and Lala Series.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Furniture Sets/Lab Theme.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Furniture Sets/Lab Theme.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Furniture Sets/Lovely Series.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Furniture Sets/Lovely Series.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Furniture Sets/Mario Theme.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Furniture Sets/Mario Theme.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Furniture Sets/Mermaid Series.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Furniture Sets/Mermaid Series.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Furniture Sets/Minimalist Series.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Furniture Sets/Minimalist Series.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Furniture Sets/Modern Series.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Furniture Sets/Modern Series.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Furniture Sets/Modern Wood Series.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Furniture Sets/Modern Wood Series.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Furniture Sets/Monster Hunter Theme.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Furniture Sets/Monster Hunter Theme.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Furniture Sets/Museum Theme.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Furniture Sets/Museum Theme.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Furniture Sets/Mushroom Series.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Furniture Sets/Mushroom Series.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Furniture Sets/My Melody Series.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Furniture Sets/My Melody Series.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Furniture Sets/Patchwork Series.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Furniture Sets/Patchwork Series.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Furniture Sets/Pavé Series.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Furniture Sets/Pavé Series.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Furniture Sets/Pirate Theme.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Furniture Sets/Pirate Theme.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Furniture Sets/Polka-dot Series.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Furniture Sets/Polka-dot Series.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Furniture Sets/Pompompurin Series.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Furniture Sets/Pompompurin Series.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Furniture Sets/Princess Series.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Furniture Sets/Princess Series.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Furniture Sets/Ranch Series.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Furniture Sets/Ranch Series.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Furniture Sets/Regal Series.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Furniture Sets/Regal Series.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Furniture Sets/Robo Series.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Furniture Sets/Robo Series.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Furniture Sets/Rococo Series.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Furniture Sets/Rococo Series.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Furniture Sets/Sleek Series.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Furniture Sets/Sleek Series.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Furniture Sets/Sloppy Series.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Furniture Sets/Sloppy Series.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Furniture Sets/Snowman Series.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Furniture Sets/Snowman Series.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Furniture Sets/Space Theme.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Furniture Sets/Space Theme.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Furniture Sets/Spaceship Theme.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Furniture Sets/Spaceship Theme.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Furniture Sets/Splatoon Theme.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Furniture Sets/Splatoon Theme.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Furniture Sets/Spooky Series.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Furniture Sets/Spooky Series.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Furniture Sets/Stripe Series.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Furniture Sets/Stripe Series.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Furniture Sets/Sweets Series.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Furniture Sets/Sweets Series.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Furniture Sets/Western Theme.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Furniture Sets/Western Theme.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Furniture Sets/Winter Theme.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Furniture Sets/Winter Theme.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Furniture Sets/Worker Theme Part 1.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Furniture Sets/Worker Theme Part 1.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Furniture Sets/Worker Theme Part 2.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Furniture Sets/Worker Theme Part 2.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Furniture Sets/Zelda Theme Part 1.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Furniture Sets/Zelda Theme Part 1.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Furniture Sets/Zelda Theme Part 2.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Furniture Sets/Zelda Theme Part 2.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Item Sets/Bunny Balloons.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Item Sets/Bunny Balloons.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Item Sets/Golden Tools.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Item Sets/Golden Tools.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Item Sets/Heart Balloons.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Item Sets/Heart Balloons.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Item Sets/Ice Cream.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Item Sets/Ice Cream.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Item Sets/Pinwheels.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Item Sets/Pinwheels.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Item Sets/Regular Balloons.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Item Sets/Regular Balloons.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Item Sets/Rental Tools.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Item Sets/Rental Tools.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Item Sets/Silver Tools.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Item Sets/Silver Tools.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Item Sets/Standard Tools.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Item Sets/Standard Tools.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/PreSet/Item Sets/Wands.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/PreSet/Item Sets/Wands.inv -------------------------------------------------------------------------------- /Files/Vapecord/Data/color.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/color.txt -------------------------------------------------------------------------------- /Files/Vapecord/Data/item.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/Vapecord/Data/item.txt -------------------------------------------------------------------------------- /Files/romfs/Layout/ItemWin/item_icon.arc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/romfs/Layout/ItemWin/item_icon.arc -------------------------------------------------------------------------------- /Files/snd/sound_accept.bcwav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/snd/sound_accept.bcwav -------------------------------------------------------------------------------- /Files/snd/sound_cancel.bcwav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/snd/sound_cancel.bcwav -------------------------------------------------------------------------------- /Files/snd/sound_cursor.bcwav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/snd/sound_cursor.bcwav -------------------------------------------------------------------------------- /Files/snd/sound_deselect.bcwav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/snd/sound_deselect.bcwav -------------------------------------------------------------------------------- /Files/snd/sound_select.bcwav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Files/snd/sound_select.bcwav -------------------------------------------------------------------------------- /Includes/AnimType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Includes/AnimType.h -------------------------------------------------------------------------------- /Includes/Color.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Includes/Color.h -------------------------------------------------------------------------------- /Includes/Config.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Includes/Config.hpp -------------------------------------------------------------------------------- /Includes/Files.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Includes/Files.h -------------------------------------------------------------------------------- /Includes/Helpers/ACMessageBox.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Includes/Helpers/ACMessageBox.hpp -------------------------------------------------------------------------------- /Includes/Helpers/ACSystem.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Includes/Helpers/ACSystem.hpp -------------------------------------------------------------------------------- /Includes/Helpers/Address.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Includes/Helpers/Address.hpp -------------------------------------------------------------------------------- /Includes/Helpers/AnimData.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Includes/Helpers/AnimData.hpp -------------------------------------------------------------------------------- /Includes/Helpers/Animation.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Includes/Helpers/Animation.hpp -------------------------------------------------------------------------------- /Includes/Helpers/CROEditing.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Includes/Helpers/CROEditing.hpp -------------------------------------------------------------------------------- /Includes/Helpers/Converters.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Includes/Helpers/Converters.hpp -------------------------------------------------------------------------------- /Includes/Helpers/CustomButton.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Includes/Helpers/CustomButton.hpp -------------------------------------------------------------------------------- /Includes/Helpers/Dropper.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Includes/Helpers/Dropper.hpp -------------------------------------------------------------------------------- /Includes/Helpers/Game.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Includes/Helpers/Game.hpp -------------------------------------------------------------------------------- /Includes/Helpers/GameKeyboard.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Includes/Helpers/GameKeyboard.hpp -------------------------------------------------------------------------------- /Includes/Helpers/GameStructs.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Includes/Helpers/GameStructs.hpp -------------------------------------------------------------------------------- /Includes/Helpers/IDList.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Includes/Helpers/IDList.hpp -------------------------------------------------------------------------------- /Includes/Helpers/Inventory.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Includes/Helpers/Inventory.hpp -------------------------------------------------------------------------------- /Includes/Helpers/ItemSequence.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Includes/Helpers/ItemSequence.hpp -------------------------------------------------------------------------------- /Includes/Helpers/KeySequence.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Includes/Helpers/KeySequence.hpp -------------------------------------------------------------------------------- /Includes/Helpers/NPC.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Includes/Helpers/NPC.hpp -------------------------------------------------------------------------------- /Includes/Helpers/Player.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Includes/Helpers/Player.hpp -------------------------------------------------------------------------------- /Includes/Helpers/PlayerClass.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Includes/Helpers/PlayerClass.hpp -------------------------------------------------------------------------------- /Includes/Helpers/PluginMenuData.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Includes/Helpers/PluginMenuData.hpp -------------------------------------------------------------------------------- /Includes/Helpers/QRCodeGen.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Includes/Helpers/QRCodeGen.hpp -------------------------------------------------------------------------------- /Includes/Helpers/QuickMenu.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Includes/Helpers/QuickMenu.hpp -------------------------------------------------------------------------------- /Includes/Helpers/Save.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Includes/Helpers/Save.hpp -------------------------------------------------------------------------------- /Includes/Helpers/Town.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Includes/Helpers/Town.hpp -------------------------------------------------------------------------------- /Includes/Helpers/Wrapper.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Includes/Helpers/Wrapper.hpp -------------------------------------------------------------------------------- /Includes/MenuEntryHelpers.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Includes/MenuEntryHelpers.hpp -------------------------------------------------------------------------------- /Includes/NonHacker.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Includes/NonHacker.hpp -------------------------------------------------------------------------------- /Includes/RegionCodes.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Includes/RegionCodes.hpp -------------------------------------------------------------------------------- /Includes/Unicode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Includes/Unicode.h -------------------------------------------------------------------------------- /Includes/cheats.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Includes/cheats.hpp -------------------------------------------------------------------------------- /Includes/csvc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Includes/csvc.h -------------------------------------------------------------------------------- /Includes/types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Includes/types.h -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/README.md -------------------------------------------------------------------------------- /Sources/Folders/ACNHCheat.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Sources/Folders/ACNHCheat.cpp -------------------------------------------------------------------------------- /Sources/Folders/AmiiboSpoofer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Sources/Folders/AmiiboSpoofer.cpp -------------------------------------------------------------------------------- /Sources/Folders/AnimationCodes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Sources/Folders/AnimationCodes.cpp -------------------------------------------------------------------------------- /Sources/Folders/DevCodes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Sources/Folders/DevCodes.cpp -------------------------------------------------------------------------------- /Sources/Folders/ExtraCodes/ChatCodes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Sources/Folders/ExtraCodes/ChatCodes.cpp -------------------------------------------------------------------------------- /Sources/Folders/ExtraCodes/ExtraCodes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Sources/Folders/ExtraCodes/ExtraCodes.cpp -------------------------------------------------------------------------------- /Sources/Folders/ExtraCodes/FishCodes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Sources/Folders/ExtraCodes/FishCodes.cpp -------------------------------------------------------------------------------- /Sources/Folders/FunCodes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Sources/Folders/FunCodes.cpp -------------------------------------------------------------------------------- /Sources/Folders/InventoryCodes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Sources/Folders/InventoryCodes.cpp -------------------------------------------------------------------------------- /Sources/Folders/IslandCodes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Sources/Folders/IslandCodes.cpp -------------------------------------------------------------------------------- /Sources/Folders/MiniGame1/MainCodes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Sources/Folders/MiniGame1/MainCodes.cpp -------------------------------------------------------------------------------- /Sources/Folders/MiscCodes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Sources/Folders/MiscCodes.cpp -------------------------------------------------------------------------------- /Sources/Folders/MoneyCodes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Sources/Folders/MoneyCodes.cpp -------------------------------------------------------------------------------- /Sources/Folders/MovementCodes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Sources/Folders/MovementCodes.cpp -------------------------------------------------------------------------------- /Sources/Folders/NPCodes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Sources/Folders/NPCodes.cpp -------------------------------------------------------------------------------- /Sources/Folders/PlayerCodes/PlayerCodes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Sources/Folders/PlayerCodes/PlayerCodes.cpp -------------------------------------------------------------------------------- /Sources/Folders/PlayerCodes/PlayerSaveCodes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Sources/Folders/PlayerCodes/PlayerSaveCodes.cpp -------------------------------------------------------------------------------- /Sources/Folders/SaveCodes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Sources/Folders/SaveCodes.cpp -------------------------------------------------------------------------------- /Sources/Folders/SeedingCodes/DropCodes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Sources/Folders/SeedingCodes/DropCodes.cpp -------------------------------------------------------------------------------- /Sources/Folders/SeedingCodes/SeedCodes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Sources/Folders/SeedingCodes/SeedCodes.cpp -------------------------------------------------------------------------------- /Sources/Folders/SeedingCodes/TreeCodes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Sources/Folders/SeedingCodes/TreeCodes.cpp -------------------------------------------------------------------------------- /Sources/Folders/code.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Sources/Folders/code.s -------------------------------------------------------------------------------- /Sources/Helpers/Other/KeySequence.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Sources/Helpers/Other/KeySequence.cpp -------------------------------------------------------------------------------- /Sources/Helpers/Other/QRCodeGen.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Sources/Helpers/Other/QRCodeGen.cpp -------------------------------------------------------------------------------- /Sources/Helpers/Personal/ACMessageBox.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Sources/Helpers/Personal/ACMessageBox.cpp -------------------------------------------------------------------------------- /Sources/Helpers/Personal/ACSystem.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Sources/Helpers/Personal/ACSystem.cpp -------------------------------------------------------------------------------- /Sources/Helpers/Personal/Address.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Sources/Helpers/Personal/Address.cpp -------------------------------------------------------------------------------- /Sources/Helpers/Personal/AnimData.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Sources/Helpers/Personal/AnimData.cpp -------------------------------------------------------------------------------- /Sources/Helpers/Personal/Animation.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Sources/Helpers/Personal/Animation.cpp -------------------------------------------------------------------------------- /Sources/Helpers/Personal/CROEditing.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Sources/Helpers/Personal/CROEditing.cpp -------------------------------------------------------------------------------- /Sources/Helpers/Personal/Checks.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Sources/Helpers/Personal/Checks.cpp -------------------------------------------------------------------------------- /Sources/Helpers/Personal/CrashScreen.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Sources/Helpers/Personal/CrashScreen.cpp -------------------------------------------------------------------------------- /Sources/Helpers/Personal/CustomButton.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Sources/Helpers/Personal/CustomButton.cpp -------------------------------------------------------------------------------- /Sources/Helpers/Personal/Dropper.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Sources/Helpers/Personal/Dropper.cpp -------------------------------------------------------------------------------- /Sources/Helpers/Personal/Game.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Sources/Helpers/Personal/Game.cpp -------------------------------------------------------------------------------- /Sources/Helpers/Personal/GameKeyboard.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Sources/Helpers/Personal/GameKeyboard.cpp -------------------------------------------------------------------------------- /Sources/Helpers/Personal/IDList.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Sources/Helpers/Personal/IDList.cpp -------------------------------------------------------------------------------- /Sources/Helpers/Personal/Inventory.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Sources/Helpers/Personal/Inventory.cpp -------------------------------------------------------------------------------- /Sources/Helpers/Personal/ItemSequence.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Sources/Helpers/Personal/ItemSequence.cpp -------------------------------------------------------------------------------- /Sources/Helpers/Personal/KeepConnection.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Sources/Helpers/Personal/KeepConnection.cpp -------------------------------------------------------------------------------- /Sources/Helpers/Personal/Lists.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Sources/Helpers/Personal/Lists.cpp -------------------------------------------------------------------------------- /Sources/Helpers/Personal/NPC.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Sources/Helpers/Personal/NPC.cpp -------------------------------------------------------------------------------- /Sources/Helpers/Personal/Player.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Sources/Helpers/Personal/Player.cpp -------------------------------------------------------------------------------- /Sources/Helpers/Personal/PlayerClass.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Sources/Helpers/Personal/PlayerClass.cpp -------------------------------------------------------------------------------- /Sources/Helpers/Personal/PluginMenuData.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Sources/Helpers/Personal/PluginMenuData.cpp -------------------------------------------------------------------------------- /Sources/Helpers/Personal/QuickMenu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Sources/Helpers/Personal/QuickMenu.cpp -------------------------------------------------------------------------------- /Sources/Helpers/Personal/Save.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Sources/Helpers/Personal/Save.cpp -------------------------------------------------------------------------------- /Sources/Helpers/Personal/SplashScreen.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Sources/Helpers/Personal/SplashScreen.cpp -------------------------------------------------------------------------------- /Sources/Helpers/Personal/Town.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Sources/Helpers/Personal/Town.cpp -------------------------------------------------------------------------------- /Sources/Helpers/Personal/Wrapper.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Sources/Helpers/Personal/Wrapper.cpp -------------------------------------------------------------------------------- /Sources/MenuCreate.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Sources/MenuCreate.cpp -------------------------------------------------------------------------------- /Sources/NonHacker.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Sources/NonHacker.cpp -------------------------------------------------------------------------------- /Sources/Plugin/Plugin_Checks.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Sources/Plugin/Plugin_Checks.cpp -------------------------------------------------------------------------------- /Sources/Plugin/Plugin_Color.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Sources/Plugin/Plugin_Color.cpp -------------------------------------------------------------------------------- /Sources/Plugin/Plugin_Language.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Sources/Plugin/Plugin_Language.cpp -------------------------------------------------------------------------------- /Sources/Plugin/Plugin_Patches.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Sources/Plugin/Plugin_Patches.cpp -------------------------------------------------------------------------------- /Sources/Plugin/Plugin_Settings.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Sources/Plugin/Plugin_Settings.cpp -------------------------------------------------------------------------------- /Sources/RegionCodes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Sources/RegionCodes.cpp -------------------------------------------------------------------------------- /Sources/cheats.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Sources/cheats.cpp -------------------------------------------------------------------------------- /Sources/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Sources/main.cpp -------------------------------------------------------------------------------- /Vapecord.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Vapecord.png -------------------------------------------------------------------------------- /Vine.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/Vine.mp3 -------------------------------------------------------------------------------- /base_rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/base_rules -------------------------------------------------------------------------------- /basic.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/basic.dll -------------------------------------------------------------------------------- /clean.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/clean.bat -------------------------------------------------------------------------------- /clean.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/clean.sh -------------------------------------------------------------------------------- /ezgif.com-resize.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/ezgif.com-resize.gif -------------------------------------------------------------------------------- /libctrpf/Assets/ARCodesTypes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Assets/ARCodesTypes.txt -------------------------------------------------------------------------------- /libctrpf/Assets/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Assets/install.sh -------------------------------------------------------------------------------- /libctrpf/CTRPF.code-workspace: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/CTRPF.code-workspace -------------------------------------------------------------------------------- /libctrpf/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/LICENSE.txt -------------------------------------------------------------------------------- /libctrpf/Library/.gitignore: -------------------------------------------------------------------------------- 1 | .vscode/ 2 | /release 3 | /debug -------------------------------------------------------------------------------- /libctrpf/Library/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/Makefile -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFramework.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFramework.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFramework/Graphics.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFramework/Graphics.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFramework/Graphics/Color.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFramework/Graphics/Color.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFramework/Graphics/CustomIcon.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFramework/Graphics/CustomIcon.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFramework/Graphics/OSD.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFramework/Graphics/OSD.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFramework/Graphics/Render.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFramework/Graphics/Render.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFramework/Menu.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFramework/Menu.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFramework/Menu/Keyboard.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFramework/Menu/Keyboard.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFramework/Menu/MenuEntry.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFramework/Menu/MenuEntry.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFramework/Menu/MenuEntryHotkeys.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFramework/Menu/MenuEntryHotkeys.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFramework/Menu/MenuFolder.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFramework/Menu/MenuFolder.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFramework/Menu/MessageBox.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFramework/Menu/MessageBox.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFramework/Menu/PluginMenu.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFramework/Menu/PluginMenu.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFramework/Sound.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFramework/Sound.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFramework/Sound/Sound.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFramework/Sound/Sound.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFramework/Sound/SoundEngine.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFramework/Sound/SoundEngine.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFramework/System.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFramework/System.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFramework/System/Clock.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFramework/System/Clock.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFramework/System/Controller.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFramework/System/Controller.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFramework/System/Directory.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFramework/System/Directory.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFramework/System/File.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFramework/System/File.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFramework/System/FwkSettings.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFramework/System/FwkSettings.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFramework/System/Hook.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFramework/System/Hook.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFramework/System/Lock.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFramework/System/Lock.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFramework/System/Mutex.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFramework/System/Mutex.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFramework/System/Process.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFramework/System/Process.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFramework/System/Rect.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFramework/System/Rect.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFramework/System/Sleep.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFramework/System/Sleep.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFramework/System/System.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFramework/System/System.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFramework/System/Task.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFramework/System/Task.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFramework/System/Thread.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFramework/System/Thread.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFramework/System/Time.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFramework/System/Time.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFramework/System/Touch.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFramework/System/Touch.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFramework/System/Vector.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFramework/System/Vector.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFramework/Utils.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFramework/Utils.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFramework/Utils/LineReader.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFramework/Utils/LineReader.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFramework/Utils/LineWriter.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFramework/Utils/LineWriter.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFramework/Utils/StringExtensions.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFramework/Utils/StringExtensions.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFramework/Utils/TextFileParser.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFramework/Utils/TextFileParser.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFramework/Utils/Utils.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFramework/Utils/Utils.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFrameworkImpl.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFrameworkImpl.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFrameworkImpl/ActionReplay/ARCode.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFrameworkImpl/ActionReplay/ARCode.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFrameworkImpl/Disassembler/arm_disasm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFrameworkImpl/Disassembler/arm_disasm.h -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFrameworkImpl/Graphics.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFrameworkImpl/Graphics.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFrameworkImpl/Graphics/BMPImage.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFrameworkImpl/Graphics/BMPImage.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFrameworkImpl/Graphics/Button.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFrameworkImpl/Graphics/Button.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFrameworkImpl/Graphics/ComboBox.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFrameworkImpl/Graphics/ComboBox.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFrameworkImpl/Graphics/Drawable.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFrameworkImpl/Graphics/Drawable.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFrameworkImpl/Graphics/Font.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFrameworkImpl/Graphics/Font.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFrameworkImpl/Graphics/Icon.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFrameworkImpl/Graphics/Icon.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFrameworkImpl/Graphics/Line.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFrameworkImpl/Graphics/Line.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFrameworkImpl/Graphics/OSDImpl.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFrameworkImpl/Graphics/OSDImpl.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFrameworkImpl/Graphics/PrivColor.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFrameworkImpl/Graphics/PrivColor.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFrameworkImpl/Graphics/Renderer.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFrameworkImpl/Graphics/Renderer.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFrameworkImpl/Graphics/TextBox.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFrameworkImpl/Graphics/TextBox.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFrameworkImpl/Graphics/TouchKey.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFrameworkImpl/Graphics/TouchKey.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFrameworkImpl/Graphics/UIContainer.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFrameworkImpl/Graphics/UIContainer.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFrameworkImpl/Graphics/Window.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFrameworkImpl/Graphics/Window.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFrameworkImpl/Menu.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFrameworkImpl/Menu.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFrameworkImpl/Menu/Converter.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFrameworkImpl/Menu/Converter.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFrameworkImpl/Menu/GatewayRAMDumper.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFrameworkImpl/Menu/GatewayRAMDumper.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFrameworkImpl/Menu/GuideReader.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFrameworkImpl/Menu/GuideReader.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFrameworkImpl/Menu/HexEditor.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFrameworkImpl/Menu/HexEditor.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFrameworkImpl/Menu/HotkeysModifier.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFrameworkImpl/Menu/HotkeysModifier.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFrameworkImpl/Menu/KeyboardImpl.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFrameworkImpl/Menu/KeyboardImpl.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFrameworkImpl/Menu/Menu.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFrameworkImpl/Menu/Menu.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFrameworkImpl/Menu/MenuEntryImpl.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFrameworkImpl/Menu/MenuEntryImpl.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFrameworkImpl/Menu/MenuEntryTools.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFrameworkImpl/Menu/MenuEntryTools.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFrameworkImpl/Menu/MenuFolderImpl.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFrameworkImpl/Menu/MenuFolderImpl.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFrameworkImpl/Menu/MenuItem.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFrameworkImpl/Menu/MenuItem.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFrameworkImpl/Menu/PluginMenuHome.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFrameworkImpl/Menu/PluginMenuHome.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFrameworkImpl/Menu/PluginMenuImpl.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFrameworkImpl/Menu/PluginMenuImpl.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFrameworkImpl/Menu/PluginMenuSearch.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFrameworkImpl/Menu/PluginMenuSearch.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFrameworkImpl/Menu/PluginMenuTools.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFrameworkImpl/Menu/PluginMenuTools.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFrameworkImpl/Menu/SubMenu.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFrameworkImpl/Menu/SubMenu.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFrameworkImpl/Preferences.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFrameworkImpl/Preferences.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFrameworkImpl/Search/Search.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFrameworkImpl/Search/Search.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFrameworkImpl/Search/Search32.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFrameworkImpl/Search/Search32.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFrameworkImpl/Search/SearchBase.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFrameworkImpl/Search/SearchBase.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFrameworkImpl/Sound.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFrameworkImpl/Sound.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFrameworkImpl/Sound/SoundEngineImpl.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFrameworkImpl/Sound/SoundEngineImpl.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFrameworkImpl/Sound/SoundImpl.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFrameworkImpl/Sound/SoundImpl.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFrameworkImpl/System.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFrameworkImpl/System.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFrameworkImpl/System/EventManager.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFrameworkImpl/System/EventManager.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFrameworkImpl/System/Events.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFrameworkImpl/System/Events.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFrameworkImpl/System/FSPath.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFrameworkImpl/System/FSPath.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFrameworkImpl/System/Heap.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFrameworkImpl/System/Heap.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFrameworkImpl/System/HookManager.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFrameworkImpl/System/HookManager.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFrameworkImpl/System/IAllocator.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFrameworkImpl/System/IAllocator.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFrameworkImpl/System/Kernel.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFrameworkImpl/System/Kernel.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFrameworkImpl/System/MMU.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFrameworkImpl/System/MMU.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFrameworkImpl/System/ProcessImpl.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFrameworkImpl/System/ProcessImpl.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFrameworkImpl/System/Scheduler.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFrameworkImpl/System/Scheduler.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFrameworkImpl/System/Screen.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFrameworkImpl/System/Screen.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFrameworkImpl/System/Screenshot.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFrameworkImpl/System/Screenshot.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFrameworkImpl/System/Services/Gsp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFrameworkImpl/System/Services/Gsp.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFrameworkImpl/System/Storage.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFrameworkImpl/System/Storage.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFrameworkImpl/System/SystemImpl.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFrameworkImpl/System/SystemImpl.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/CTRPluginFrameworkImpl/main.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/CTRPluginFrameworkImpl/main.hpp -------------------------------------------------------------------------------- /libctrpf/Library/include/Unicode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/Unicode.h -------------------------------------------------------------------------------- /libctrpf/Library/include/csvc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/csvc.h -------------------------------------------------------------------------------- /libctrpf/Library/include/ctrulibExtension.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/ctrulibExtension.h -------------------------------------------------------------------------------- /libctrpf/Library/include/font6x10Linux.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/font6x10Linux.h -------------------------------------------------------------------------------- /libctrpf/Library/include/plgldr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/plgldr.h -------------------------------------------------------------------------------- /libctrpf/Library/include/types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/include/types.h -------------------------------------------------------------------------------- /libctrpf/Library/source/3gx_crt0.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/3gx_crt0.s -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFramework/Graphics/Color.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFramework/Graphics/Color.cpp -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFramework/Graphics/CustomIcon.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFramework/Graphics/CustomIcon.cpp -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFramework/Graphics/OSD.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFramework/Graphics/OSD.cpp -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFramework/Graphics/Render.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFramework/Graphics/Render.cpp -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFramework/Menu/Keyboard.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFramework/Menu/Keyboard.cpp -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFramework/Menu/MenuEntry.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFramework/Menu/MenuEntry.cpp -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFramework/Menu/MenuEntryHotkeys.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFramework/Menu/MenuEntryHotkeys.cpp -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFramework/Menu/MenuFolder.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFramework/Menu/MenuFolder.cpp -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFramework/Menu/MessageBox.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFramework/Menu/MessageBox.cpp -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFramework/Menu/PluginMenu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFramework/Menu/PluginMenu.cpp -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFramework/Sound/Sound.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFramework/Sound/Sound.cpp -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFramework/Sound/SoundEngine.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFramework/Sound/SoundEngine.cpp -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFramework/System/Controller.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFramework/System/Controller.cpp -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFramework/System/Directory.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFramework/System/Directory.cpp -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFramework/System/File.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFramework/System/File.cpp -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFramework/System/FwkSettings.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFramework/System/FwkSettings.cpp -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFramework/System/Hook.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFramework/System/Hook.cpp -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFramework/System/Process.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFramework/System/Process.cpp -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFramework/System/Sleep.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFramework/System/Sleep.cpp -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFramework/System/System.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFramework/System/System.cpp -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFramework/System/Task.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFramework/System/Task.cpp -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFramework/System/ThreadEx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFramework/System/ThreadEx.cpp -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFramework/System/Time.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFramework/System/Time.cpp -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFramework/System/Touch.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFramework/System/Touch.cpp -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFramework/Utils/LineReader.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFramework/Utils/LineReader.cpp -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFramework/Utils/LineWriter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFramework/Utils/LineWriter.cpp -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFramework/Utils/StringExtensions.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFramework/Utils/StringExtensions.cpp -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFramework/Utils/TextFileParser.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFramework/Utils/TextFileParser.cpp -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFramework/Utils/Utils.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFramework/Utils/Utils.cpp -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFrameworkImpl/ActionReplay/ARCode.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFrameworkImpl/ActionReplay/ARCode.cpp -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFrameworkImpl/ActionReplay/ARHandler.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFrameworkImpl/ActionReplay/ARHandler.cpp -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFrameworkImpl/Graphics/BMPImage.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFrameworkImpl/Graphics/BMPImage.cpp -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFrameworkImpl/Graphics/Button.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFrameworkImpl/Graphics/Button.cpp -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFrameworkImpl/Graphics/ComboBox.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFrameworkImpl/Graphics/ComboBox.cpp -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFrameworkImpl/Graphics/FloatinButton.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFrameworkImpl/Graphics/FloatinButton.cpp -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFrameworkImpl/Graphics/FontImpl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFrameworkImpl/Graphics/FontImpl.cpp -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFrameworkImpl/Graphics/Icons/About15.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFrameworkImpl/Graphics/Icons/About15.c -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFrameworkImpl/Graphics/Icons/Color15.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFrameworkImpl/Graphics/Icons/Color15.c -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFrameworkImpl/Graphics/Icons/Cut25.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFrameworkImpl/Graphics/Icons/Cut25.c -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFrameworkImpl/Graphics/Icons/Edit25.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFrameworkImpl/Graphics/Icons/Edit25.c -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFrameworkImpl/Graphics/Icons/File15.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFrameworkImpl/Graphics/Icons/File15.c -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFrameworkImpl/Graphics/Icons/Grid15.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFrameworkImpl/Graphics/Icons/Grid15.c -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFrameworkImpl/Graphics/Icons/Happy15.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFrameworkImpl/Graphics/Icons/Happy15.c -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFrameworkImpl/Graphics/Icons/Hidden15.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFrameworkImpl/Graphics/Icons/Hidden15.c -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFrameworkImpl/Graphics/Icons/Icon.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFrameworkImpl/Graphics/Icons/Icon.cpp -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFrameworkImpl/Graphics/Icons/Info25.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFrameworkImpl/Graphics/Icons/Info25.c -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFrameworkImpl/Graphics/Icons/More15.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFrameworkImpl/Graphics/Icons/More15.c -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFrameworkImpl/Graphics/Icons/Paint15.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFrameworkImpl/Graphics/Icons/Paint15.c -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFrameworkImpl/Graphics/Icons/Plus25.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFrameworkImpl/Graphics/Icons/Plus25.c -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFrameworkImpl/Graphics/Icons/RAM15.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFrameworkImpl/Graphics/Icons/RAM15.c -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFrameworkImpl/Graphics/Icons/Reset15.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFrameworkImpl/Graphics/Icons/Reset15.c -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFrameworkImpl/Graphics/Icons/Restart15.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFrameworkImpl/Graphics/Icons/Restart15.c -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFrameworkImpl/Graphics/Icons/Rocket40.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFrameworkImpl/Graphics/Icons/Rocket40.c -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFrameworkImpl/Graphics/Icons/Save25.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFrameworkImpl/Graphics/Icons/Save25.c -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFrameworkImpl/Graphics/Icons/Search15.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFrameworkImpl/Graphics/Icons/Search15.c -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFrameworkImpl/Graphics/Icons/Star15.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFrameworkImpl/Graphics/Icons/Star15.c -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFrameworkImpl/Graphics/Icons/Trash25.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFrameworkImpl/Graphics/Icons/Trash25.c -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFrameworkImpl/Graphics/OSDImpl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFrameworkImpl/Graphics/OSDImpl.cpp -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFrameworkImpl/Graphics/OSDImpl__Sync.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFrameworkImpl/Graphics/OSDImpl__Sync.cpp -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFrameworkImpl/Graphics/PrivColor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFrameworkImpl/Graphics/PrivColor.cpp -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFrameworkImpl/Graphics/Renderer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFrameworkImpl/Graphics/Renderer.cpp -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFrameworkImpl/Graphics/TextBox.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFrameworkImpl/Graphics/TextBox.cpp -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFrameworkImpl/Graphics/TouchKey.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFrameworkImpl/Graphics/TouchKey.cpp -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFrameworkImpl/Graphics/UIContainer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFrameworkImpl/Graphics/UIContainer.cpp -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFrameworkImpl/Graphics/Window.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFrameworkImpl/Graphics/Window.cpp -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFrameworkImpl/Menu/Converter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFrameworkImpl/Menu/Converter.cpp -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFrameworkImpl/Menu/GuideReader.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFrameworkImpl/Menu/GuideReader.cpp -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFrameworkImpl/Menu/HexEditor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFrameworkImpl/Menu/HexEditor.cpp -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFrameworkImpl/Menu/HotkeysModifier.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFrameworkImpl/Menu/HotkeysModifier.cpp -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFrameworkImpl/Menu/KeyboardImpl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFrameworkImpl/Menu/KeyboardImpl.cpp -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFrameworkImpl/Menu/Menu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFrameworkImpl/Menu/Menu.cpp -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFrameworkImpl/Menu/MenuEntryImpl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFrameworkImpl/Menu/MenuEntryImpl.cpp -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFrameworkImpl/Menu/MenuEntryTools.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFrameworkImpl/Menu/MenuEntryTools.cpp -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFrameworkImpl/Menu/MenuFolderImpl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFrameworkImpl/Menu/MenuFolderImpl.cpp -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFrameworkImpl/Menu/MenuItem.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFrameworkImpl/Menu/MenuItem.cpp -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFrameworkImpl/Menu/PluginMenuHome.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFrameworkImpl/Menu/PluginMenuHome.cpp -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFrameworkImpl/Menu/PluginMenuImpl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFrameworkImpl/Menu/PluginMenuImpl.cpp -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFrameworkImpl/Menu/PluginMenuTools.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFrameworkImpl/Menu/PluginMenuTools.cpp -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFrameworkImpl/Menu/SubMenu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFrameworkImpl/Menu/SubMenu.cpp -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFrameworkImpl/Preferences.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFrameworkImpl/Preferences.cpp -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFrameworkImpl/Search/Search32.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFrameworkImpl/Search/Search32.cpp -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFrameworkImpl/Search/SearchBase.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFrameworkImpl/Search/SearchBase.cpp -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFrameworkImpl/Sound/SoundImpl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFrameworkImpl/Sound/SoundImpl.cpp -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFrameworkImpl/System/EventManager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFrameworkImpl/System/EventManager.cpp -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFrameworkImpl/System/FSPath.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFrameworkImpl/System/FSPath.cpp -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFrameworkImpl/System/Heap.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFrameworkImpl/System/Heap.cpp -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFrameworkImpl/System/HookManager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFrameworkImpl/System/HookManager.cpp -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFrameworkImpl/System/Kernel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFrameworkImpl/System/Kernel.cpp -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFrameworkImpl/System/MMU.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFrameworkImpl/System/MMU.cpp -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFrameworkImpl/System/ProcessImpl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFrameworkImpl/System/ProcessImpl.cpp -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFrameworkImpl/System/Scheduler.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFrameworkImpl/System/Scheduler.cpp -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFrameworkImpl/System/Screen.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFrameworkImpl/System/Screen.cpp -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFrameworkImpl/System/Screenshot.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFrameworkImpl/System/Screenshot.cpp -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFrameworkImpl/System/Services/Gsp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFrameworkImpl/System/Services/Gsp.cpp -------------------------------------------------------------------------------- /libctrpf/Library/source/CTRPluginFrameworkImpl/System/SystemImpl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/CTRPluginFrameworkImpl/System/SystemImpl.cpp -------------------------------------------------------------------------------- /libctrpf/Library/source/LoadCROHooked.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/LoadCROHooked.s -------------------------------------------------------------------------------- /libctrpf/Library/source/csvc.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/csvc.s -------------------------------------------------------------------------------- /libctrpf/Library/source/ctrulibExtension/allocator/addrmap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/ctrulibExtension/allocator/addrmap.h -------------------------------------------------------------------------------- /libctrpf/Library/source/ctrulibExtension/allocator/linear.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/ctrulibExtension/allocator/linear.cpp -------------------------------------------------------------------------------- /libctrpf/Library/source/ctrulibExtension/allocator/mem_pool.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/ctrulibExtension/allocator/mem_pool.cpp -------------------------------------------------------------------------------- /libctrpf/Library/source/ctrulibExtension/allocator/mem_pool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/ctrulibExtension/allocator/mem_pool.h -------------------------------------------------------------------------------- /libctrpf/Library/source/ctrulibExtension/allocator/newlibHeap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/ctrulibExtension/allocator/newlibHeap.c -------------------------------------------------------------------------------- /libctrpf/Library/source/ctrulibExtension/allocator/vram.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/ctrulibExtension/allocator/vram.cpp -------------------------------------------------------------------------------- /libctrpf/Library/source/ctrulibExtension/aptExtension.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/ctrulibExtension/aptExtension.c -------------------------------------------------------------------------------- /libctrpf/Library/source/ctrulibExtension/fontExtension.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/ctrulibExtension/fontExtension.c -------------------------------------------------------------------------------- /libctrpf/Library/source/ctrulibExtension/hidExtension.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/ctrulibExtension/hidExtension.c -------------------------------------------------------------------------------- /libctrpf/Library/source/ctrulibExtension/system/allocateHeaps.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/ctrulibExtension/system/allocateHeaps.cpp -------------------------------------------------------------------------------- /libctrpf/Library/source/ctrulibExtension/system/appExit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/ctrulibExtension/system/appExit.c -------------------------------------------------------------------------------- /libctrpf/Library/source/ctrulibExtension/system/ctru_exit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/ctrulibExtension/system/ctru_exit.c -------------------------------------------------------------------------------- /libctrpf/Library/source/ctrulibExtension/system/initSystem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/ctrulibExtension/system/initSystem.c -------------------------------------------------------------------------------- /libctrpf/Library/source/ctrulibExtension/system/stack_adjust.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/ctrulibExtension/system/stack_adjust.s -------------------------------------------------------------------------------- /libctrpf/Library/source/ctrulibExtension/system/syscalls.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/ctrulibExtension/system/syscalls.c -------------------------------------------------------------------------------- /libctrpf/Library/source/ctrulibExtension/thread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/ctrulibExtension/thread.c -------------------------------------------------------------------------------- /libctrpf/Library/source/plgldr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/plgldr.c -------------------------------------------------------------------------------- /libctrpf/Library/source/pluginInit.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Library/source/pluginInit.cpp -------------------------------------------------------------------------------- /libctrpf/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Makefile -------------------------------------------------------------------------------- /libctrpf/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/README.md -------------------------------------------------------------------------------- /libctrpf/Resources/images/About15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Resources/images/About15.png -------------------------------------------------------------------------------- /libctrpf/Resources/images/AddFavorite25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Resources/images/AddFavorite25.png -------------------------------------------------------------------------------- /libctrpf/Resources/images/AddFavoriteFilled25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Resources/images/AddFavoriteFilled25.png -------------------------------------------------------------------------------- /libctrpf/Resources/images/CapsLockOn15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Resources/images/CapsLockOn15.png -------------------------------------------------------------------------------- /libctrpf/Resources/images/CapsLockOnFilled15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Resources/images/CapsLockOnFilled15.png -------------------------------------------------------------------------------- /libctrpf/Resources/images/CentreofGravity15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Resources/images/CentreofGravity15.png -------------------------------------------------------------------------------- /libctrpf/Resources/images/CheckedCheckbox - Copy (2).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Resources/images/CheckedCheckbox - Copy (2).png -------------------------------------------------------------------------------- /libctrpf/Resources/images/CheckedCheckbox - Copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Resources/images/CheckedCheckbox - Copy.png -------------------------------------------------------------------------------- /libctrpf/Resources/images/CheckedCheckbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Resources/images/CheckedCheckbox.png -------------------------------------------------------------------------------- /libctrpf/Resources/images/CheckedCheckbox.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Resources/images/CheckedCheckbox.xcf -------------------------------------------------------------------------------- /libctrpf/Resources/images/ClearSymbol15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Resources/images/ClearSymbol15.png -------------------------------------------------------------------------------- /libctrpf/Resources/images/ClearSymbolFilled15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Resources/images/ClearSymbolFilled15.png -------------------------------------------------------------------------------- /libctrpf/Resources/images/Clipboard25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Resources/images/Clipboard25.png -------------------------------------------------------------------------------- /libctrpf/Resources/images/ClipboardFilled25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Resources/images/ClipboardFilled25.png -------------------------------------------------------------------------------- /libctrpf/Resources/images/CloseWindow20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Resources/images/CloseWindow20.png -------------------------------------------------------------------------------- /libctrpf/Resources/images/CloseWindowFilled20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Resources/images/CloseWindowFilled20.png -------------------------------------------------------------------------------- /libctrpf/Resources/images/Controller15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Resources/images/Controller15.png -------------------------------------------------------------------------------- /libctrpf/Resources/images/Cut25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Resources/images/Cut25.png -------------------------------------------------------------------------------- /libctrpf/Resources/images/CutFilled25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Resources/images/CutFilled25.png -------------------------------------------------------------------------------- /libctrpf/Resources/images/Duplicate25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Resources/images/Duplicate25.png -------------------------------------------------------------------------------- /libctrpf/Resources/images/DuplicateFilled25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Resources/images/DuplicateFilled25.png -------------------------------------------------------------------------------- /libctrpf/Resources/images/Edit25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Resources/images/Edit25.png -------------------------------------------------------------------------------- /libctrpf/Resources/images/EditFilled25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Resources/images/EditFilled25.png -------------------------------------------------------------------------------- /libctrpf/Resources/images/EnterKey15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Resources/images/EnterKey15.png -------------------------------------------------------------------------------- /libctrpf/Resources/images/EnterKeyFilled15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Resources/images/EnterKeyFilled15.png -------------------------------------------------------------------------------- /libctrpf/Resources/images/File15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Resources/images/File15.png -------------------------------------------------------------------------------- /libctrpf/Resources/images/FolderFilled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Resources/images/FolderFilled.png -------------------------------------------------------------------------------- /libctrpf/Resources/images/GameController15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Resources/images/GameController15.png -------------------------------------------------------------------------------- /libctrpf/Resources/images/GameController25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Resources/images/GameController25.png -------------------------------------------------------------------------------- /libctrpf/Resources/images/GameControllerFilled25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Resources/images/GameControllerFilled25.png -------------------------------------------------------------------------------- /libctrpf/Resources/images/Grid15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Resources/images/Grid15.png -------------------------------------------------------------------------------- /libctrpf/Resources/images/HandCursor15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Resources/images/HandCursor15.png -------------------------------------------------------------------------------- /libctrpf/Resources/images/HandCursor15Blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Resources/images/HandCursor15Blue.png -------------------------------------------------------------------------------- /libctrpf/Resources/images/Happy15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Resources/images/Happy15.png -------------------------------------------------------------------------------- /libctrpf/Resources/images/HappyFilled15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Resources/images/HappyFilled15.png -------------------------------------------------------------------------------- /libctrpf/Resources/images/Info25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Resources/images/Info25.png -------------------------------------------------------------------------------- /libctrpf/Resources/images/InfoFilled25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Resources/images/InfoFilled25.png -------------------------------------------------------------------------------- /libctrpf/Resources/images/Keyboard25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Resources/images/Keyboard25.png -------------------------------------------------------------------------------- /libctrpf/Resources/images/KeyboardFilled25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Resources/images/KeyboardFilled25.png -------------------------------------------------------------------------------- /libctrpf/Resources/images/Left15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Resources/images/Left15.png -------------------------------------------------------------------------------- /libctrpf/Resources/images/LeftFilled15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Resources/images/LeftFilled15.png -------------------------------------------------------------------------------- /libctrpf/Resources/images/Maintenance15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Resources/images/Maintenance15.png -------------------------------------------------------------------------------- /libctrpf/Resources/images/More15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Resources/images/More15.png -------------------------------------------------------------------------------- /libctrpf/Resources/images/Plus25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Resources/images/Plus25.png -------------------------------------------------------------------------------- /libctrpf/Resources/images/PlusFilled25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Resources/images/PlusFilled25.png -------------------------------------------------------------------------------- /libctrpf/Resources/images/RAM15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Resources/images/RAM15.png -------------------------------------------------------------------------------- /libctrpf/Resources/images/Restart15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Resources/images/Restart15.png -------------------------------------------------------------------------------- /libctrpf/Resources/images/Right15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Resources/images/Right15.png -------------------------------------------------------------------------------- /libctrpf/Resources/images/RightFilled15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Resources/images/RightFilled15.png -------------------------------------------------------------------------------- /libctrpf/Resources/images/Rocket40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Resources/images/Rocket40.png -------------------------------------------------------------------------------- /libctrpf/Resources/images/Save25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Resources/images/Save25.png -------------------------------------------------------------------------------- /libctrpf/Resources/images/Save25Green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Resources/images/Save25Green.png -------------------------------------------------------------------------------- /libctrpf/Resources/images/Search15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Resources/images/Search15.png -------------------------------------------------------------------------------- /libctrpf/Resources/images/Settings15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Resources/images/Settings15.png -------------------------------------------------------------------------------- /libctrpf/Resources/images/Settings15Ios.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Resources/images/Settings15Ios.png -------------------------------------------------------------------------------- /libctrpf/Resources/images/Shutdown15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Resources/images/Shutdown15.png -------------------------------------------------------------------------------- /libctrpf/Resources/images/Star15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Resources/images/Star15.png -------------------------------------------------------------------------------- /libctrpf/Resources/images/Trash25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Resources/images/Trash25.png -------------------------------------------------------------------------------- /libctrpf/Resources/images/TrashFilled25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Resources/images/TrashFilled25.png -------------------------------------------------------------------------------- /libctrpf/Resources/images/UnCheckedCheckbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Resources/images/UnCheckedCheckbox.png -------------------------------------------------------------------------------- /libctrpf/Resources/images/Unsplash15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Resources/images/Unsplash15.png -------------------------------------------------------------------------------- /libctrpf/Resources/images/UnsplashFilled15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Resources/images/UnsplashFilled15.png -------------------------------------------------------------------------------- /libctrpf/Resources/images/UnsplashFilled25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Resources/images/UnsplashFilled25.png -------------------------------------------------------------------------------- /libctrpf/Resources/images/UserManualFilled15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Resources/images/UserManualFilled15.png -------------------------------------------------------------------------------- /libctrpf/Resources/utilities/libpng16.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Resources/utilities/libpng16.dll -------------------------------------------------------------------------------- /libctrpf/Resources/utilities/png2c.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Resources/utilities/png2c.exe -------------------------------------------------------------------------------- /libctrpf/Resources/utilities/pngtoraw.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Resources/utilities/pngtoraw.py -------------------------------------------------------------------------------- /libctrpf/Sounds/snd/sound_accept.bcwav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Sounds/snd/sound_accept.bcwav -------------------------------------------------------------------------------- /libctrpf/Sounds/snd/sound_cancel.bcwav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Sounds/snd/sound_cancel.bcwav -------------------------------------------------------------------------------- /libctrpf/Sounds/snd/sound_cursor.bcwav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Sounds/snd/sound_cursor.bcwav -------------------------------------------------------------------------------- /libctrpf/Sounds/snd/sound_deselect.bcwav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Sounds/snd/sound_deselect.bcwav -------------------------------------------------------------------------------- /libctrpf/Sounds/snd/sound_select.bcwav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Sounds/snd/sound_select.bcwav -------------------------------------------------------------------------------- /libctrpf/Sounds/sound_accept.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Sounds/sound_accept.wav -------------------------------------------------------------------------------- /libctrpf/Sounds/sound_cancel.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Sounds/sound_cancel.wav -------------------------------------------------------------------------------- /libctrpf/Sounds/sound_cursor.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Sounds/sound_cursor.wav -------------------------------------------------------------------------------- /libctrpf/Sounds/sound_deselect.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Sounds/sound_deselect.wav -------------------------------------------------------------------------------- /libctrpf/Sounds/sound_select.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/Sounds/sound_select.wav -------------------------------------------------------------------------------- /libctrpf/TestPlugin/.gitignore: -------------------------------------------------------------------------------- 1 | /release 2 | /debug 3 | /Build -------------------------------------------------------------------------------- /libctrpf/TestPlugin/3gx.ld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/TestPlugin/3gx.ld -------------------------------------------------------------------------------- /libctrpf/TestPlugin/Includes/csvc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/TestPlugin/Includes/csvc.h -------------------------------------------------------------------------------- /libctrpf/TestPlugin/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/TestPlugin/Makefile -------------------------------------------------------------------------------- /libctrpf/TestPlugin/Sources/OSDManager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/TestPlugin/Sources/OSDManager.cpp -------------------------------------------------------------------------------- /libctrpf/TestPlugin/Sources/OSDManager.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/TestPlugin/Sources/OSDManager.hpp -------------------------------------------------------------------------------- /libctrpf/TestPlugin/Sources/OSDMenu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/TestPlugin/Sources/OSDMenu.cpp -------------------------------------------------------------------------------- /libctrpf/TestPlugin/Sources/OSDMenu.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/TestPlugin/Sources/OSDMenu.hpp -------------------------------------------------------------------------------- /libctrpf/TestPlugin/Sources/PointerSearcher.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/TestPlugin/Sources/PointerSearcher.cpp -------------------------------------------------------------------------------- /libctrpf/TestPlugin/Sources/PointerSearcher.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/TestPlugin/Sources/PointerSearcher.hpp -------------------------------------------------------------------------------- /libctrpf/TestPlugin/Sources/PointerTesting.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/TestPlugin/Sources/PointerTesting.cpp -------------------------------------------------------------------------------- /libctrpf/TestPlugin/Sources/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/TestPlugin/Sources/main.cpp -------------------------------------------------------------------------------- /libctrpf/TestPlugin/TestPlugin.plgInfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedShyGuy/Vapecord-ACNL-Plugin/HEAD/libctrpf/TestPlugin/TestPlugin.plgInfo --------------------------------------------------------------------------------