diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:50:53 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:50:53 -0600 |
commit | 8c2e931e2bb84955eac22c914fa4b1988d4e096a (patch) | |
tree | 4a8495f06d60b4dc8797d355e1e5983ff569b4cc | |
parent | 63b50b782aab9a7e99b02035917a83d2cb79cdcc (diff) |
ViridianForestEntrance_h map header asm
hg-commit-id: 87c652782bd4
-rw-r--r-- | pokered.asm | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index ab6edab5..e6d5ed11 100644 --- a/pokered.asm +++ b/pokered.asm @@ -14861,7 +14861,17 @@ Route2Gate_h: ; 0x5d5c8 to 0x5d5d4 (12 bytes) (id=49) dw $5620 ; objects -INCBIN "baserom.gbc",$5d5d4,$2a2c +INCBIN "baserom.gbc",$5d5d4,$5d650 - $5d5d4 + +ViridianForestEntrance_h: ; 0x5d650 to 0x5d65c (12 bytes) (id=50) + db $09 ; tileset + db $04, $05 ; dimensions (y, x) + dw $4090, $565f, $565c ; blocks, texts, scripts + db $00 ; connections + + dw $566d ; objects + +INCBIN "baserom.gbc",$5d65c,$29a4 SECTION "bank18",DATA,BANK[$18] INCBIN "baserom.gbc",$60000,$4000 |