You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Compressed title screen graphics are padded too.
This commit is contained in:
@@ -243,7 +243,7 @@ Function10eea7: ; 10eea7
|
|||||||
swap a
|
swap a
|
||||||
ld e, a
|
ld e, a
|
||||||
ld d, $0
|
ld d, $0
|
||||||
ld hl, $6ece
|
ld hl, Unknown_10eece
|
||||||
add hl, de
|
add hl, de
|
||||||
ld d, [hl]
|
ld d, [hl]
|
||||||
xor a
|
xor a
|
||||||
@@ -256,7 +256,9 @@ Function10eea7: ; 10eea7
|
|||||||
ret
|
ret
|
||||||
; 10eece
|
; 10eece
|
||||||
|
|
||||||
INCBIN "baserom.gbc", $10eece, $10eed2 - $10eece
|
Unknown_10eece: ; 10eece
|
||||||
|
db $80, $88, $00, $08
|
||||||
|
; 10eed2
|
||||||
|
|
||||||
|
|
||||||
Function10eed2: ; 10eed2
|
Function10eed2: ; 10eed2
|
||||||
@@ -374,21 +376,15 @@ AnimateTitleCrystal: ; 10ef32
|
|||||||
|
|
||||||
TitleSuicuneGFX: ; 10ef46
|
TitleSuicuneGFX: ; 10ef46
|
||||||
INCBIN "gfx/title/suicune.lz"
|
INCBIN "gfx/title/suicune.lz"
|
||||||
; 10f31b
|
; 10f326
|
||||||
|
|
||||||
INCBIN "baserom.gbc", $10f31b, $10f326 - $10f31b
|
|
||||||
|
|
||||||
TitleLogoGFX: ; 10f326
|
TitleLogoGFX: ; 10f326
|
||||||
INCBIN "gfx/title/logo.lz"
|
INCBIN "gfx/title/logo.lz"
|
||||||
; 10fced
|
; 10fcee
|
||||||
|
|
||||||
INCBIN "baserom.gbc", $10fced, $10fcee - $10fced
|
|
||||||
|
|
||||||
TitleCrystalGFX: ; 10fcee
|
TitleCrystalGFX: ; 10fcee
|
||||||
INCBIN "gfx/title/crystal.lz"
|
INCBIN "gfx/title/crystal.lz"
|
||||||
; 10fed7
|
; 10fede
|
||||||
|
|
||||||
INCBIN "baserom.gbc", $10fed7, $10fede - $10fed7
|
|
||||||
|
|
||||||
TitleScreenPalettes:
|
TitleScreenPalettes:
|
||||||
; BG
|
; BG
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user