shithub: pokecrystal

Download patch

ref: 23445ba4beed3e02f21f0cb348036c236743454d
parent: e21551db62f4fb8dff9f8864d60604f4b9b31637
author: mid-kid <esteve.varela@gmail.com>
date: Thu Nov 16 18:24:30 EST 2017

Define bank43 in main.asm instead of unused_title

All other banks are defined in main.asm as well, and it's confusing how
the build breaks when you try to remove this unused file.

--- a/main.asm
+++ b/main.asm
@@ -5501,6 +5501,8 @@
 IntroLogoGFX: ; 109407
 INCBIN "gfx/intro/logo.2bpp.lz"
 
+SECTION "bank43", ROMX
+
 INCLUDE "misc/unused_title.asm"
 
 INCLUDE "engine/title.asm"
--- a/misc/unused_title.asm
+++ b/misc/unused_title.asm
@@ -1,6 +1,3 @@
-
-SECTION "bank43", ROMX
-
 UnusedTitleScreen: ; 10c000
 
 	call ClearBGPalettes