diff options
author | IoIxDButStronger <30945097+IoIxDButStronger@users.noreply.github.com> | 2019-04-08 17:07:35 -0600 |
---|---|---|
committer | IoIxDButStronger <30945097+IoIxDButStronger@users.noreply.github.com> | 2019-04-08 17:07:35 -0600 |
commit | 67cf41ae0e4bf637efcabaf509b92039fefcf9af (patch) | |
tree | a740d1850869ef276f3177e0b57432933569d21c | |
parent | 7e150dc3ebdeb4012be3d9c35d1b531137e3fe33 (diff) |
Updated Removing the intro (markdown)
-rw-r--r-- | Removing-the-intro.md | 58 |
1 files changed, 29 insertions, 29 deletions
diff --git a/Removing-the-intro.md b/Removing-the-intro.md index a251d9e..fd59655 100644 --- a/Removing-the-intro.md +++ b/Removing-the-intro.md @@ -15,36 +15,36 @@ This is the section in which Crystal loads sections of the intro (i.e. Unown app ``` 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 +-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 ``` 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. 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 to before `IntroScene28:` is mentioned and save space. 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 |