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