From 650dc98be4a5cb79e23cf4495acc25b3af7dc6c0 Mon Sep 17 00:00:00 2001 From: yenatch Date: Thu, 10 Oct 2013 03:12:02 -0400 Subject: game freak logo --- gfx/splash/logo.1bpp | Bin 0 -> 224 bytes main.asm | 9 ++++++--- 2 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 gfx/splash/logo.1bpp diff --git a/gfx/splash/logo.1bpp b/gfx/splash/logo.1bpp new file mode 100644 index 000000000..c59bf6197 Binary files /dev/null and b/gfx/splash/logo.1bpp differ diff --git a/main.asm b/main.asm index f401bcfa8..6bccab331 100644 --- a/main.asm +++ b/main.asm @@ -71555,9 +71555,9 @@ Functione4579: ; e4579 ; e45e8 Functione45e8: ; e45e8 - ld de, $47cc + ld de, GameFreakLogo ld hl, VTiles2 - ld bc, $391c + ld bc, BANK(GameFreakLogo) << 8 + $1c call Get1bpp ld a, [rSVBK] push af @@ -71714,8 +71714,11 @@ Functione46dd: ; e46dd ; e46ed -INCBIN "baserom.gbc", $e46ed, $e48ac - $e46ed +INCBIN "baserom.gbc", $e46ed, $e47cc - $e46ed +GameFreakLogo: ; e47cc +INCBIN "gfx/splash/logo.1bpp" +; e48ac Functione48ac: ; e48ac ld a, [rSVBK] -- cgit v1.2.3