diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:44:20 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:44:20 -0600 |
commit | e0cf4846fa7d5213cb333aeb94b42688f72633a0 (patch) | |
tree | 032e75c8b088036d9bd3e7491f9d20be2e4fa5d7 | |
parent | 830858d5f1992b0aceb172cb7233d1d213cf3650 (diff) |
SilphCo2_h map header asm
hg-commit-id: 8a6fc721e409
-rw-r--r-- | pokered.asm | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index 782f0d9e..2417d50e 100644 --- a/pokered.asm +++ b/pokered.asm @@ -14556,7 +14556,17 @@ FanClub_h: ; 0x59b64 to 0x59b70 (12 bytes) (id=90) dw $5c97 ; objects -INCBIN "baserom.gbc",$59b70,$2490 +INCBIN "baserom.gbc",$59b70,$59ce5 - $59b70 + +SilphCo2_h: ; 0x59ce5 to 0x59cf1 (12 bytes) (id=207) + db $16 ; tileset + db $09, $0f ; dimensions (y, x) + dw $5ec8, $5d86, $5cf1 ; blocks, texts, scripts + db $00 ; connections + + dw $5e66 ; objects + +INCBIN "baserom.gbc",$59cf1,$230f SECTION "bank17",DATA,BANK[$17] |