diff options
author | yenatch <yenatch@gmail.com> | 2013-09-15 17:08:10 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-09-15 17:08:10 -0400 |
commit | c738318dc08a356077b413efda1c20e9a7b0712e (patch) | |
tree | 296e33554e7f4ee564b7acf7008c43ea20a8986b /predef/cgb.asm | |
parent | ab91f49e3b6f5d432ed346c3ee64a7bae34b9ac6 (diff) |
move part of an incbin into predef/cgb.asm
Diffstat (limited to 'predef/cgb.asm')
-rw-r--r-- | predef/cgb.asm | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/predef/cgb.asm b/predef/cgb.asm index aadc66a3d..5017506aa 100644 --- a/predef/cgb.asm +++ b/predef/cgb.asm @@ -889,7 +889,7 @@ Function9578: ; 9578 ; 9591 Function9591: ; 9591 - ld hl, $55e0 + ld hl, Palette95e0 ld de, Unkn1Pals ld bc, $0010 ld a, $5 @@ -920,3 +920,15 @@ Function9591: ; 9591 ret ; 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 + |