diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:41:35 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:41:35 -0600 |
commit | bf1904c6219cdfcf2dff452875cc880c265660c6 (patch) | |
tree | ea5a44bf38b066f1698b9663e7028449dceb2741 | |
parent | eb136db9128e4f7a3901c77b57ba265eccd0939f (diff) |
Route12House_h map header asm
hg-commit-id: 7672dbd59973
-rw-r--r-- | pokered.asm | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index c8431f6e..d88280f6 100644 --- a/pokered.asm +++ b/pokered.asm @@ -14311,7 +14311,17 @@ DayCareM_h: ; 0x56243 to 0x5624f (12 bytes) (id=72) dw $6459 ; objects -INCBIN "baserom.gbc",$5624f,$1db1 +INCBIN "baserom.gbc",$5624f,$56473 - $5624f + +Route12House_h: ; 0x56473 to 0x5647f (12 bytes) (id=189) + db $08 ; tileset + db $04, $04 ; dimensions (y, x) + dw $522f, $6482, $647f ; blocks, texts, scripts + db $00 ; connections + + dw $64de ; objects + +INCBIN "baserom.gbc",$5647f,$1b81 SECTION "bank16",DATA,BANK[$16] INCBIN "baserom.gbc",$58000,$4000 |