diff options
Diffstat (limited to 'data/graphics')
-rwxr-xr-x | data/graphics/titlescreen.inc | 23 |
1 files changed, 23 insertions, 0 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" |