summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2012-01-03 17:52:52 -0600
committerBryan Bishop <kanzure@gmail.com>2012-01-03 17:52:52 -0600
commit05216f1fcc0057b6e9a95852a4194cbfd41bbd3a (patch)
treebf9d755f9007f8671fb6902cd71d7da9b358a4b9
parent5761a404ce835af4ae88dc91ffc0b644d60a0f5e (diff)
PokemonTower4_h map header asm
hg-commit-id: 898e7ac55712
-rw-r--r--pokered.asm12
1 files changed, 11 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm
index 342b0a34..24d32dda 100644
--- a/pokered.asm
+++ b/pokered.asm
@@ -14954,7 +14954,17 @@ PokemonTower3_h: ; 0x606c0 to 0x606cc (12 bytes) (id=144)
dw $475d ; objects
-INCBIN "baserom.gbc",$606cc,$3934
+INCBIN "baserom.gbc",$606cc,$607ea - $606cc
+
+PokemonTower4_h: ; 0x607ea to 0x607f6 (12 bytes) (id=145)
+ db $0f ; tileset
+ db $09, $0a ; dimensions (y, x)
+ dw $48cc, $480f, $47f6 ; blocks, texts, scripts
+ db $00 ; connections
+
+ dw $488b ; objects
+
+INCBIN "baserom.gbc",$607f6,$380a
SECTION "bank19",DATA,BANK[$19]
Tset00_GFX: