mirror of https://github.com/pret/pokecrystal.git
move part of an incbin into predef/cgb.asm
This commit is contained in:
parent
ab91f49e3b
commit
c738318dc0
2
main.asm
2
main.asm
|
@ -12530,7 +12530,7 @@ INCBIN "baserom.gbc", $8d05, $8d55 - $8d05
|
||||||
INCLUDE "predef/cgb.asm"
|
INCLUDE "predef/cgb.asm"
|
||||||
|
|
||||||
|
|
||||||
INCBIN "baserom.gbc", $95e0, $9610 - $95e0
|
INCBIN "baserom.gbc", $95f0, $9610 - $95f0
|
||||||
|
|
||||||
|
|
||||||
Function9610: ; 9610
|
Function9610: ; 9610
|
||||||
|
|
|
@ -889,7 +889,7 @@ Function9578: ; 9578
|
||||||
; 9591
|
; 9591
|
||||||
|
|
||||||
Function9591: ; 9591
|
Function9591: ; 9591
|
||||||
ld hl, $55e0
|
ld hl, Palette95e0
|
||||||
ld de, Unkn1Pals
|
ld de, Unkn1Pals
|
||||||
ld bc, $0010
|
ld bc, $0010
|
||||||
ld a, $5
|
ld a, $5
|
||||||
|
@ -920,3 +920,15 @@ Function9591: ; 9591
|
||||||
ret
|
ret
|
||||||
; 95e0
|
; 95e0
|
||||||
|
|
||||||
|
Palette95e0: ; 95e0
|
||||||
|
RGB 31, 31, 31
|
||||||
|
RGB 16, 31, 14
|
||||||
|
RGB 05, 14, 21
|
||||||
|
RGB 05, 13, 10
|
||||||
|
|
||||||
|
RGB 31, 31, 31
|
||||||
|
RGB 11, 21, 25
|
||||||
|
RGB 05, 14, 21
|
||||||
|
RGB 00, 03, 19
|
||||||
|
; 95f0
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue