summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2012-01-03 17:54:49 -0600
committerBryan Bishop <kanzure@gmail.com>2012-01-03 17:54:49 -0600
commit2020fe28b15b548163e44c5f5f9a5de98387d9c9 (patch)
treed6acd6661b7ab8a7be2d5b29794d7474a11071eb
parentbf2baed5d6506beb24e3134ce52a1a2c0149eacb (diff)
SSAnne6_h map header asm
hg-commit-id: 50a289735660
-rw-r--r--pokered.asm12
1 files changed, 11 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm
index e50ecae8..b192c976 100644
--- a/pokered.asm
+++ b/pokered.asm
@@ -15054,7 +15054,17 @@ SSAnne5_h: ; 0x616a2 to 0x616ae (12 bytes) (id=99)
dw $572b ; objects
-INCBIN "baserom.gbc",$616ae,$2952
+INCBIN "baserom.gbc",$616ae,$617a7 - $616ae
+
+SSAnne6_h: ; 0x617a7 to 0x617b3 (12 bytes) (id=100)
+ db $0d ; tileset
+ db $08, $07 ; dimensions (y, x)
+ dw $5851, $57b7, $57b3 ; blocks, texts, scripts
+ db $00 ; connections
+
+ dw $581b ; objects
+
+INCBIN "baserom.gbc",$617b3,$284d
SECTION "bank19",DATA,BANK[$19]
Tset00_GFX: