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 /misc | |
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 'misc')
-rw-r--r-- | misc/unused_title.asm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/misc/unused_title.asm b/misc/unused_title.asm index 92ac409b1..6cd79237b 100644 --- a/misc/unused_title.asm +++ b/misc/unused_title.asm @@ -1,6 +1,3 @@ - -SECTION "bank43", ROMX - UnusedTitleScreen: ; 10c000 call ClearBGPalettes |