kirbydreamland/bank_00a.asm

18 lines
416 B
NASM
Raw Normal View History

2019-05-18 21:56:28 +00:00
SECTION "ROM Bank $00a", ROMX[$4000], BANK[$a]
2019-05-22 23:53:54 +00:00
TitlescreenGfx1:
INCBIN "gfx/titlescreen_tiles_1.2bpp.lz"
TitlescreenGfx2:
INCBIN "gfx/titlescreen_tiles_2.2bpp.lz"
2019-05-18 21:56:28 +00:00
ExtraGameSpritesGfx:
INCBIN "gfx/extra_game_sprites.2bpp.lz"
ExtraGameStatusBarGfx:
INCBIN "gfx/extra_game_status_bar.2bpp.lz"
INCBIN "baserom.gb", $291f5, $2b4ea - $291f5
2019-05-18 21:56:28 +00:00
2019-05-22 23:53:54 +00:00
; free space padding
INCBIN "baserom.gb", $2b4ea, $2c000 - $2b4ea