diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:54:03 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:54:03 -0600 |
commit | 05fdc07c1e9a666b4b59164e9d902b967914cfb6 (patch) | |
tree | e7bce57fc174c17fe31f1bcd0f4226a4966a2229 | |
parent | 87cf792561aa0f41cbbcf2dd557a083fcc42bafc (diff) |
SSAnne1_h map header asm
hg-commit-id: d668c38089ce
-rw-r--r-- | pokered.asm | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index 4c02a0b8..7e59a49d 100644 --- a/pokered.asm +++ b/pokered.asm @@ -15014,7 +15014,17 @@ ViridianForest_h: ; 0x61101 to 0x6110d (12 bytes) (id=51) dw $51da ; objects -INCBIN "baserom.gbc",$6110d,$2ef3 +INCBIN "baserom.gbc",$6110d,$61259 - $6110d + +SSAnne1_h: ; 0x61259 to 0x61265 (12 bytes) (id=95) + db $0d ; tileset + db $09, $14 ; dimensions (y, x) + dw $52df, $5269, $5265 ; blocks, texts, scripts + db $00 ; connections + + dw $5277 ; objects + +INCBIN "baserom.gbc",$61265,$2d9b SECTION "bank19",DATA,BANK[$19] Tset00_GFX: |