diff options
author | IoIxDButStronger <30945097+IoIxDButStronger@users.noreply.github.com> | 2019-04-08 17:09:07 -0600 |
---|---|---|
committer | IoIxDButStronger <30945097+IoIxDButStronger@users.noreply.github.com> | 2019-04-08 17:09:07 -0600 |
commit | 968d0818dfc4ab77570b5e15a6a8a7abf5782e04 (patch) | |
tree | fc6859f94ed2820f4aa195691d1cc5ec3799888b | |
parent | 67cf41ae0e4bf637efcabaf509b92039fefcf9af (diff) |
Updated Removing the intro (markdown)
-rw-r--r-- | Removing-the-intro.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Removing-the-intro.md b/Removing-the-intro.md index fd59655..2d7ce50 100644 --- a/Removing-the-intro.md +++ b/Removing-the-intro.md @@ -14,7 +14,7 @@ IntroScenes: This is the section in which Crystal loads sections of the intro (i.e. Unown appearing, Suicune running). IT should be fairly obvious what to do here: just remove lines IntroScene1 through IntroScene28. ``` -IntroScenes: + IntroScenes: -dw IntroScene1 -dw IntroScene2 -dw IntroScene3 @@ -42,7 +42,7 @@ IntroScenes: -dw IntroScene25 -dw IntroScene26 -dw IntroScene27 -dw IntroScene28 + dw IntroScene28 ``` Compile and load the ROM. It should now do exactly as described above, with no errors. |