shithub: pokered

Download patch

ref: 5761a404ce835af4ae88dc91ffc0b644d60a0f5e
parent: 4c38c267213e0e9974f75d54e5e6201905ab5c30
author: Bryan Bishop <kanzure@gmail.com>
date: Tue Jan 3 12:52:41 EST 2012

PokemonTower3_h map header asm

hg-commit-id: fefe81fdef4b


--- a/pokered.asm
+++ b/pokered.asm
@@ -14944,7 +14944,17 @@
 
     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: