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.
This commit is contained in:
mid-kid 2017-11-16 23:24:30 +01:00
parent e21551db62
commit 23445ba4be
2 changed files with 2 additions and 3 deletions

View File

@ -5501,6 +5501,8 @@ SECTION "Intro Logo", ROMX
IntroLogoGFX: ; 109407
INCBIN "gfx/intro/logo.2bpp.lz"
SECTION "bank43", ROMX
INCLUDE "misc/unused_title.asm"
INCLUDE "engine/title.asm"

View File

@ -1,6 +1,3 @@
SECTION "bank43", ROMX
UnusedTitleScreen: ; 10c000
call ClearBGPalettes