diff options
author | FieryMewtwo <77066742+FieryMewtwo@users.noreply.github.com> | 2021-09-03 08:59:47 -0400 |
---|---|---|
committer | FieryMewtwo <77066742+FieryMewtwo@users.noreply.github.com> | 2021-09-03 08:59:47 -0400 |
commit | b78fa3e70ab91717f52cf7b64c7ca0252af01d91 (patch) | |
tree | b73ef4f60d8bf189a7d7bebedfac449e15d05677 | |
parent | 36c793900bd0b10f146ac8276460d34abe83cefe (diff) |
Updated Battle Autoprompts (markdown)
-rw-r--r-- | Battle-Autoprompts.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Battle-Autoprompts.md b/Battle-Autoprompts.md index bd3e8be..e6b07d2 100644 --- a/Battle-Autoprompts.md +++ b/Battle-Autoprompts.md @@ -70,8 +70,6 @@ We then edit [home/text.asm](../blob/master/home/text.asm) and make functions fo dict "<NEXT>", NextLineChar dict "<CR>", CarriageReturnChar dict "<NULL>", NullChar -+ ; You may not apply this step for "<SCROLL>". See Step 1 for details. -+ ; You may also not write this comment when editing text.asm. - dict "<SCROLL>", _ContTextNoPause + dict "<SCROLL>", _ContTextPauseShort dict "<_CONT>", _ContText |