diff options
author | IoIxDButStronger <30945097+IoIxDButStronger@users.noreply.github.com> | 2019-04-08 17:09:47 -0600 |
---|---|---|
committer | IoIxDButStronger <30945097+IoIxDButStronger@users.noreply.github.com> | 2019-04-08 17:09:47 -0600 |
commit | 90e0fac99021889a4291f332faf1fe7bdfb14642 (patch) | |
tree | 1a76dfc458855688f49f51b1835aa07edd622aa5 | |
parent | 968d0818dfc4ab77570b5e15a6a8a7abf5782e04 (diff) |
Updated Removing the intro (markdown)
-rw-r--r-- | Removing-the-intro.md | 35 |
1 files changed, 5 insertions, 30 deletions
diff --git a/Removing-the-intro.md b/Removing-the-intro.md index 2d7ce50..132605a 100644 --- a/Removing-the-intro.md +++ b/Removing-the-intro.md @@ -11,38 +11,13 @@ IntroScenes: dw IntroScene28 ``` -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. +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 IntroScene27. + +It should now look like this: ``` - IntroScenes: --dw IntroScene1 --dw IntroScene2 --dw IntroScene3 --dw IntroScene4 --dw IntroScene5 --dw IntroScene6 --dw IntroScene7 --dw IntroScene8 --dw IntroScene9 --dw IntroScene10 --dw IntroScene11 --dw IntroScene12 --dw IntroScene13 --dw IntroScene14 --dw IntroScene15 --dw IntroScene16 --dw IntroScene17 --dw IntroScene18 --dw IntroScene19 --dw IntroScene20 --dw IntroScene21 --dw IntroScene22 --dw IntroScene23 --dw IntroScene24 --dw IntroScene25 --dw IntroScene26 --dw IntroScene27 - dw IntroScene28 +IntroScenes: + dw IntroScene28 ``` Compile and load the ROM. It should now do exactly as described above, with no errors. |