diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 01:46:05 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 01:46:05 -0600 |
commit | 58d4c0cdb3ec254739f0557a8f504b4d492c43d7 (patch) | |
tree | 13eee5b352e014632b1ddab424e1a8ab04994e6c | |
parent | 93a6003bc77e24c99600ccb4c9415f49d2c7ff1c (diff) |
SilphCo6_h map header asm
hg-commit-id: 2c5bd5b125af
-rw-r--r-- | pokered.asm | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/pokered.asm b/pokered.asm index e4a2bd08..ddb43bbe 100644 --- a/pokered.asm +++ b/pokered.asm @@ -326,7 +326,7 @@ MapHeaderPointers: ; $01AE dw $5f4f dw SilphCo4_h dw SilphCo5_h - dw $619d + dw SilphCo6_h dw $5b55 dw $64f8 dw $5fcc @@ -2351,7 +2351,7 @@ MapHeaderBanks: ; 423D db $16 db BANK(SilphCo4_h) db BANK(SilphCo5_h) - db $06 + db BANK(SilphCo6_h) db $14 db $15 db $14 @@ -5471,7 +5471,17 @@ SilphCo5_h: ; 0x19f2b to 0x19f37 (12 bytes) (bank=6) (id=210) dw $608d ; objects -INCBIN "baserom.gbc",$19F37,$1C000-$19F37 +INCBIN "baserom.gbc",$19F37,$1A19D-$19F37 + +SilphCo6_h: ; 0x1a19d to 0x1a1a9 (12 bytes) (bank=6) (id=211) + db $16 ; tileset + db $09, $0d ; dimensions (y, x) + dw $636b, $61f6, $61a9 ; blocks, texts, scripts + db $00 ; connections + + dw $62fb ; objects + +INCBIN "baserom.gbc",$1A1A9,$1C000-$1A1A9 SECTION "bank7",DATA,BANK[$7] INCBIN "baserom.gbc",$1C000,$21E |