From 616065a9634bdc74fc162dce9fa7bd37138feea7 Mon Sep 17 00:00:00 2001 From: Hyper <34012267+HyperBE32@users.noreply.github.com> Date: Wed, 7 Apr 2021 21:36:19 +0100 Subject: [PATCH] [Sonic Boom] Disable Intro Logos patch (#514) --- .../Mods/DevLevelSelect/rules.txt | 2 +- .../patch_DisableIntroLogos.asm | 17 +++++++++++++++++ .../Mods/DisableIntroLogos/rules.txt | 6 ++++++ 3 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 src/SonicBoomRiseOfLyric/Mods/DisableIntroLogos/patch_DisableIntroLogos.asm create mode 100644 src/SonicBoomRiseOfLyric/Mods/DisableIntroLogos/rules.txt diff --git a/src/SonicBoomRiseOfLyric/Mods/DevLevelSelect/rules.txt b/src/SonicBoomRiseOfLyric/Mods/DevLevelSelect/rules.txt index d796d138..93bfc922 100644 --- a/src/SonicBoomRiseOfLyric/Mods/DevLevelSelect/rules.txt +++ b/src/SonicBoomRiseOfLyric/Mods/DevLevelSelect/rules.txt @@ -2,5 +2,5 @@ titleIds = 0005000010175B00,0005000010177800,0005000010191F00 name = Dev Level Select path = "Sonic Boom: Rise of Lyric/Mods/Dev Level Select" -description = This enables the game's Dev Level Select.||Made by M&&M. +description = This enables the game's Dev Level Select.||Made by M&&M and HyperBE32. version = 6 \ No newline at end of file diff --git a/src/SonicBoomRiseOfLyric/Mods/DisableIntroLogos/patch_DisableIntroLogos.asm b/src/SonicBoomRiseOfLyric/Mods/DisableIntroLogos/patch_DisableIntroLogos.asm new file mode 100644 index 00000000..dc5800b2 --- /dev/null +++ b/src/SonicBoomRiseOfLyric/Mods/DisableIntroLogos/patch_DisableIntroLogos.asm @@ -0,0 +1,17 @@ +[WiiULauncher0] +moduleMatches = 0x90DAC5CE + +; Jump to title from Japanese video +0x34BA068 = b 0x34BA2C8 + +; Jump to title from English video +0x34BA074 = b 0x34BA2C8 + +[WiiULauncher16] +moduleMatches = 0x113CC316 + +; Jump to title from Japanese video +0x34BA4B8 = b 0x34BA760 + +; Jump to title from English video +0x34BA4C4 = b 0x34BA760 \ No newline at end of file diff --git a/src/SonicBoomRiseOfLyric/Mods/DisableIntroLogos/rules.txt b/src/SonicBoomRiseOfLyric/Mods/DisableIntroLogos/rules.txt new file mode 100644 index 00000000..f284d57c --- /dev/null +++ b/src/SonicBoomRiseOfLyric/Mods/DisableIntroLogos/rules.txt @@ -0,0 +1,6 @@ +[Definition] +titleIds = 0005000010175B00,0005000010177800,0005000010191F00 +name = Disable Intro Logos +path = "Sonic Boom: Rise of Lyric/Mods/Disable Intro Logos" +description = This patches out the intro logos at the beginning of the game.||Made by HyperBE32. +version = 6 \ No newline at end of file