diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:53:52 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:53:52 -0600 |
commit | 87cf792561aa0f41cbbcf2dd557a083fcc42bafc (patch) | |
tree | 4220f8b487514b502102cdbd01936313d0f5911e | |
parent | 57d9b89ffbc13cf71eed8b640981902f9f43c3e0 (diff) |
ViridianForest_h map header asm
hg-commit-id: cf7fe1a73da9
-rw-r--r-- | pokered.asm | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index d21a2c02..4c02a0b8 100644 --- a/pokered.asm +++ b/pokered.asm @@ -15004,7 +15004,17 @@ CeladonMart1_h: ; 0x60f7a to 0x60f86 (12 bytes) (id=122) dw $4f9e ; objects -INCBIN "baserom.gbc",$60f86,$307a +INCBIN "baserom.gbc",$60f86,$61101 - $60f86 + +ViridianForest_h: ; 0x61101 to 0x6110d (12 bytes) (id=51) + db $03 ; tileset + db $18, $11 ; dimensions (y, x) + dw $4000, $5126, $510d ; blocks, texts, scripts + db $00 ; connections + + dw $51da ; objects + +INCBIN "baserom.gbc",$6110d,$2ef3 SECTION "bank19",DATA,BANK[$19] Tset00_GFX: |