diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:49:57 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:49:57 -0600 |
commit | 37cacc9757f1f8f484a2fb19817b05a545e71e14 (patch) | |
tree | 33a20575bffaa1086afa8bf47e627d0a5dbb6a68 | |
parent | 874939d4d05d02cf52c5b74edd22d639879f7fdc (diff) |
SilphCo1_h map header asm
hg-commit-id: 54e466035fe5
-rw-r--r-- | pokered.asm | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index 9c3d0840..e67e506c 100644 --- a/pokered.asm +++ b/pokered.asm @@ -14821,7 +14821,17 @@ SaffronMart_h: ; 0x5d3fd to 0x5d409 (12 bytes) (id=180) dw $541c ; objects -INCBIN "baserom.gbc",$5d409,$2bf7 +INCBIN "baserom.gbc",$5d409,$5d442 - $5d409 + +SilphCo1_h: ; 0x5d442 to 0x5d44e (12 bytes) (id=181) + db $16 ; tileset + db $09, $0f ; dimensions (y, x) + dw $54a2, $5469, $544e ; blocks, texts, scripts + db $00 ; connections + + dw $5470 ; objects + +INCBIN "baserom.gbc",$5d44e,$2bb2 SECTION "bank18",DATA,BANK[$18] INCBIN "baserom.gbc",$60000,$4000 |