diff options
author | mid-kid <esteve.varela@gmail.com> | 2017-11-16 23:24:30 +0100 |
---|---|---|
committer | mid-kid <esteve.varela@gmail.com> | 2017-11-16 23:24:30 +0100 |
commit | 23445ba4beed3e02f21f0cb348036c236743454d (patch) | |
tree | 36bade20a8d64955a8975e193d7d707a0f873232 /main.asm | |
parent | e21551db62f4fb8dff9f8864d60604f4b9b31637 (diff) |
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.
Diffstat (limited to 'main.asm')
-rw-r--r-- | main.asm | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" |