diff options
Diffstat (limited to 'Removing-the-intro.md')
-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. |