From af69b1b89e2e6892325e0dc57e1ffc095a14c0fb Mon Sep 17 00:00:00 2001 From: DrRetro <86109384+DrRetro2033@users.noreply.github.com> Date: Tue, 22 Oct 2024 17:19:46 -0400 Subject: [PATCH] Update README.md --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 32bd5c5..cc0d08f 100644 --- a/README.md +++ b/README.md @@ -26,14 +26,11 @@ Arceus can rollback saves to older versions, so if you make any mistakes, your o ## Go Beyond with Add-Ons 📦 -With the help of [dart_eval](https://pub.dev/packages/dart_eval), Arceus can be upgraded to read and write files for any number of games! +With the help of ~~[dart_eval](https://pub.dev/packages/dart_eval)~~, Arceus can be upgraded to read and write files for any number of games! > [!NOTE] > In the future, I am planning to add built-in functionalty for easier creation of transfer tools, akin to Pokémon Bank. For now, you are going to need to build your own transfer tools. -> [!IMPORTANT] -> Also, I am not planning to add support for any other lanaguge for add-on development. You have to use Dart. Sorry! - ## Tiny Size 📁 Arceus does not need any external libraries not already compiled with the app, so Arceus has a small footprint on your computer or app. And as a bonus, no DLLs to worry about!