From 4aec2727d13c868582e713f8c54adbe428c29121 Mon Sep 17 00:00:00 2001 From: Niko Uusitalo <983351+nikouu@users.noreply.github.com> Date: Sun, 26 Nov 2023 16:47:05 +1300 Subject: [PATCH] Updated documentation --- docs/FullGuide.md | 1 + docs/Notes.md | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/FullGuide.md b/docs/FullGuide.md index f6d6a4c..5b7673d 100644 --- a/docs/FullGuide.md +++ b/docs/FullGuide.md @@ -36,6 +36,7 @@ A quick way to begin to sending commands is heading to the SwaggerUI address and See below for more examples, and the [mGBA scripting documentation](https://mgba.io/docs/scripting.html). +To see what mGBA scripting APIs are implemented, see the [implemented APIs document](ImplementedApis.md). ### Configuration If needed, there are minimal configuration points diff --git a/docs/Notes.md b/docs/Notes.md index 0687103..03256c9 100644 --- a/docs/Notes.md +++ b/docs/Notes.md @@ -1,4 +1,5 @@ # Notes +These are notes that might be useful to share from development. - Double checking memory calls: Tools > Game state views > View memory - Pokemon stat addresses: https://bulbapedia.bulbagarden.net/wiki/Pok%C3%A9mon_data_structure_(Generation_III)