diff options
-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 |