summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2012-01-03 17:52:41 -0600
committerBryan Bishop <kanzure@gmail.com>2012-01-03 17:52:41 -0600
commit5761a404ce835af4ae88dc91ffc0b644d60a0f5e (patch)
tree0b07b7a3fa726da82ebec1db3482bb18cab71373
parent4c38c267213e0e9974f75d54e5e6201905ab5c30 (diff)
PokemonTower3_h map header asm
hg-commit-id: fefe81fdef4b
-rw-r--r--pokered.asm12
1 files changed, 11 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm
index bd4e237d..342b0a34 100644
--- a/pokered.asm
+++ b/pokered.asm
@@ -14944,7 +14944,17 @@ PokemonTower2_h: ; 0x604e6 to 0x604f2 (12 bytes) (id=143)
dw $4646 ; objects
-INCBIN "baserom.gbc",$604f2,$3b0e
+INCBIN "baserom.gbc",$604f2,$606c0 - $604f2
+
+PokemonTower3_h: ; 0x606c0 to 0x606cc (12 bytes) (id=144)
+ db $0f ; tileset
+ db $09, $0a ; dimensions (y, x)
+ dw $4790, $46e5, $46cc ; blocks, texts, scripts
+ db $00 ; connections
+
+ dw $475d ; objects
+
+INCBIN "baserom.gbc",$606cc,$3934
SECTION "bank19",DATA,BANK[$19]
Tset00_GFX: