diff options
Diffstat (limited to 'data')
-rwxr-xr-x | data/graphics/titlescreen.inc | 23 | ||||
-rwxr-xr-x | data/rom.s | 6 |
2 files changed, 28 insertions, 1 deletions
diff --git a/data/graphics/titlescreen.inc b/data/graphics/titlescreen.inc new file mode 100755 index 0000000..9499409 --- /dev/null +++ b/data/graphics/titlescreen.inc @@ -0,0 +1,23 @@ +gTitlescreenBgTilemap:: @ 0x08120CC0 + .incbin "graphics/titlescreen/titlescreen_bg_tilemap.bin" + +gTitlescreenBg_Pals:: @ 0x081214C0 + .incbin "graphics/titlescreen/titlescreen_bg.gbapal" + +gTitlescreenBg_Gfx:: @ 0x081216C0 + .incbin "graphics/titlescreen/titlescreen_bg.8bpp" + +gTitlescreenSpritesNoSavedGame_Gfx:: @ 0x081296c0 + .incbin "graphics/titlescreen/sprites_no_saved_game.4bpp" + +gUnknown_081306C0:: @ 0x08081306C0 + .incbin "graphics/titlescreen/unknown_081306C0.bin" + +gTitlescreenSpritesSavedGame_Gfx:: @ 0x081306E0 + .incbin "graphics/titlescreen/sprites_saved_game.4bpp" + +gUnknown_081376E0:: @ 0x08081376E0 + .incbin "graphics/titlescreen/unknown_081376E0.bin" + +gTitlescreenSprites_Pals:: @ 0x08137700 + .incbin "graphics/titlescreen/sprites.gbapal" @@ -15,7 +15,11 @@ gIntroCopyright_Pal:: @ 0x0807A8E0 .include "data/graphics/field_select.inc" -.incbin "baserom.gba", 0xACC60, 0x1444F4 - 0xACC60 +.incbin "baserom.gba", 0xACC60, 0x120CC0 - 0xACC60 + +.include "data/graphics/titlescreen.inc" + +.incbin "baserom.gba", 0x137900, 0x1444F4 - 0x137900 .include "data/graphics/mon_hatch_sprites_pals.inc" |