diff options
-rw-r--r-- | engine/title.asm | 18 | ||||
-rw-r--r-- | gfx/title/crystal.lz | bin | 489 -> 496 bytes | |||
-rw-r--r-- | gfx/title/logo.lz | bin | 2503 -> 2504 bytes | |||
-rw-r--r-- | gfx/title/suicune.lz | bin | 981 -> 992 bytes |
4 files changed, 7 insertions, 11 deletions
diff --git a/engine/title.asm b/engine/title.asm index 97428430c..5e444cff1 100644 --- a/engine/title.asm +++ b/engine/title.asm @@ -243,7 +243,7 @@ Function10eea7: ; 10eea7 swap a ld e, a ld d, $0 - ld hl, $6ece + ld hl, Unknown_10eece add hl, de ld d, [hl] xor a @@ -256,7 +256,9 @@ Function10eea7: ; 10eea7 ret ; 10eece -INCBIN "baserom.gbc", $10eece, $10eed2 - $10eece +Unknown_10eece: ; 10eece + db $80, $88, $00, $08 +; 10eed2 Function10eed2: ; 10eed2 @@ -374,21 +376,15 @@ AnimateTitleCrystal: ; 10ef32 TitleSuicuneGFX: ; 10ef46 INCBIN "gfx/title/suicune.lz" -; 10f31b - -INCBIN "baserom.gbc", $10f31b, $10f326 - $10f31b +; 10f326 TitleLogoGFX: ; 10f326 INCBIN "gfx/title/logo.lz" -; 10fced - -INCBIN "baserom.gbc", $10fced, $10fcee - $10fced +; 10fcee TitleCrystalGFX: ; 10fcee INCBIN "gfx/title/crystal.lz" -; 10fed7 - -INCBIN "baserom.gbc", $10fed7, $10fede - $10fed7 +; 10fede TitleScreenPalettes: ; BG diff --git a/gfx/title/crystal.lz b/gfx/title/crystal.lz Binary files differindex 2d23414aa..9dcbafc86 100644 --- a/gfx/title/crystal.lz +++ b/gfx/title/crystal.lz diff --git a/gfx/title/logo.lz b/gfx/title/logo.lz Binary files differindex 171a578b4..0fa7d7744 100644 --- a/gfx/title/logo.lz +++ b/gfx/title/logo.lz diff --git a/gfx/title/suicune.lz b/gfx/title/suicune.lz Binary files differindex c8df5b38d..359fd93ca 100644 --- a/gfx/title/suicune.lz +++ b/gfx/title/suicune.lz |