shithub: pokered

Download patch

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

PokemonTower2_h map header asm

hg-commit-id: f067a53f4efe


--- a/pokered.asm
+++ b/pokered.asm
@@ -14934,7 +14934,17 @@
 
     dw $4452 ; objects
 
-INCBIN "baserom.gbc",$6042c,$3bd4
+INCBIN "baserom.gbc",$6042c,$604e6 - $6042c
+
+PokemonTower2_h: ; 0x604e6 to 0x604f2 (12 bytes) (id=143)
+    db $0f ; tileset
+    db $09, $0a ; dimensions (y, x)
+    dw $4666, $45db, $44f2 ; blocks, texts, scripts
+    db $00 ; connections
+
+    dw $4646 ; objects
+
+INCBIN "baserom.gbc",$604f2,$3b0e
 
 SECTION "bank19",DATA,BANK[$19]
 Tset00_GFX: