diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-05-29 14:54:19 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-05-29 14:54:19 -0500 |
commit | 0526702a5ee907b47df237f44eaf9fb6a6d56a1b (patch) | |
tree | 01362580b2bd978ef1961a16fc05b53cdcd15a2a | |
parent | 53b0dd13a84899fadd0e4511ab59e1a255399ba4 (diff) |
IncGradGBPalTable_01 is the same from pokered
-rw-r--r-- | main.asm | 17 |
1 files changed, 16 insertions, 1 deletions
@@ -1,6 +1,21 @@ SECTION "bank0",HOME -INCBIN "baserom.gbc",$00,$26ef - $00 +INCBIN "baserom.gbc",$00,$52f - $00 + +IncGradGBPalTable_01: ; 0x52f + db %11111111 ;BG Pal + db %11111111 ;OBJ Pal 1 + db %11111111 ;OBJ Pal 2 + ;and so on... + db %11111110 + db %11111110 + db %11111000 + + db %11111001 + db %11100100 + db %11100100 + +INCBIN "baserom.gbc",$538,$26ef - $538 UnknownScript_0x26ef: ; 0x26ef jumptextfaceplayer $26f2 |