diff options
-rw-r--r-- | Removing-the-intro.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Removing-the-intro.md b/Removing-the-intro.md index cb5d371..7e53f56 100644 --- a/Removing-the-intro.md +++ b/Removing-the-intro.md @@ -22,4 +22,4 @@ IntroScenes: Compile and load the ROM. It should now do exactly as described above, with no errors. -Optionally, if you want to reduce space, you can also remove these intro scenes entirely, and it will still work.Not far from this you'll see "IntroScene1:". All the code for the intro scenes are right next to each other, so you can simply highlight from here all the way down to before `IntroScene28:` is mentioned delete everything selected. Make sure, however, you don't remove the `NextIntroScene` code. This is still required to switch from the Game Freak logo to the title screen.
\ No newline at end of file +Optionally, if you want to reduce space, you can also remove these intro scenes entirely, and it will still work. Not far from this you'll see "IntroScene1:". All the code for the intro scenes are right next to each other, so you can simply highlight from here all the way down to before `IntroScene28:` is mentioned delete everything selected. Make sure, however, you don't remove the `NextIntroScene` code. This is still required to switch from the Game Freak logo to the title screen.
\ No newline at end of file |