diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:51:53 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:51:53 -0600 |
commit | 7362790819157595f773b08f525d9229a783c27d (patch) | |
tree | 3ea2fdfad2d0d416f0b105aaa5dadc6e265ec356 | |
parent | 0be9ec6e2e344fadb6e65e73526b9e54308e782e (diff) |
SilphCo9_h map header asm
hg-commit-id: b37620d0eefd
-rw-r--r-- | pokered.asm | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index c0875d1e..fb82b75b 100644 --- a/pokered.asm +++ b/pokered.asm @@ -14901,7 +14901,17 @@ UndergroundPathEntranceRoute7_h: ; 0x5d720 to 0x5d72c (12 bytes) (id=77) dw $573b ; objects -INCBIN "baserom.gbc",$5d72c,$28d4 +INCBIN "baserom.gbc",$5d72c,$5d7af - $5d72c + +SilphCo9_h: ; 0x5d7af to 0x5d7bb (12 bytes) (id=233) + db $16 ; tileset + db $09, $0d ; dimensions (y, x) + dw $5989, $588b, $57bb ; blocks, texts, scripts + db $00 ; connections + + dw $593f ; objects + +INCBIN "baserom.gbc",$5d7bb,$2845 SECTION "bank18",DATA,BANK[$18] INCBIN "baserom.gbc",$60000,$4000 |