mirror of https://github.com/pret/pokecrystal.git
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:
parent
e21551db62
commit
23445ba4be
2
main.asm
2
main.asm
|
@ -5501,6 +5501,8 @@ SECTION "Intro Logo", ROMX
|
||||||
IntroLogoGFX: ; 109407
|
IntroLogoGFX: ; 109407
|
||||||
INCBIN "gfx/intro/logo.2bpp.lz"
|
INCBIN "gfx/intro/logo.2bpp.lz"
|
||||||
|
|
||||||
|
SECTION "bank43", ROMX
|
||||||
|
|
||||||
INCLUDE "misc/unused_title.asm"
|
INCLUDE "misc/unused_title.asm"
|
||||||
|
|
||||||
INCLUDE "engine/title.asm"
|
INCLUDE "engine/title.asm"
|
||||||
|
|
|
@ -1,6 +1,3 @@
|
||||||
|
|
||||||
SECTION "bank43", ROMX
|
|
||||||
|
|
||||||
UnusedTitleScreen: ; 10c000
|
UnusedTitleScreen: ; 10c000
|
||||||
|
|
||||||
call ClearBGPalettes
|
call ClearBGPalettes
|
||||||
|
|
Loading…
Reference in New Issue