diff options
author | KDLPro <38602758+KDLPro@users.noreply.github.com> | 2021-07-28 18:46:57 +0800 |
---|---|---|
committer | KDLPro <38602758+KDLPro@users.noreply.github.com> | 2021-07-28 18:46:57 +0800 |
commit | 06c470d6cf903962a2990210c0a8f1ffb3e85917 (patch) | |
tree | 2f2bf17c13c96b2ed21f1fe0f780d41d8087a5de | |
parent | 7d7c2727fc70b2e9abab5b45defbf75262fe4a3e (diff) |
Updated Battle Autoprompt (markdown)
-rw-r--r-- | Battle-Autoprompt.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Battle-Autoprompt.md b/Battle-Autoprompt.md index 63231bd..3189ee3 100644 --- a/Battle-Autoprompt.md +++ b/Battle-Autoprompt.md @@ -2,10 +2,10 @@ In Generation 3 onwards, most battle text don't require the player to click A. T ## Contents -1. [Add new charmap constants](add-new-charmap-constants) -2. [Define new macros for autoprompts](define-new-macros-for-autoprompts) -3. [Make functions for the new macros](make-functions-for-the-new-macros) -4. [Edit battle text to not require prompts](edit-battle-text-to-not-require-prompts) +1. [Add new charmap constants](#1-add-new-charmap-constants) +2. [Define new macros for autoprompts](#2-define-new-macros-for-autoprompts) +3. [Make functions for the new macros](#3-make-functions-for-the-new-macros) +4. [Edit battle text to not require prompts](#4-edit-battle-text-to-not-require-prompts) ## 1. Add new charmap constants |