shithub: pokered

Download patch

ref: 2c358919da17910c9617e8ef39169c605033d17c
parent: ef0e37a9b263f8b897740c5147d2afad27ae32b0
author: Bryan Bishop <[email protected]>
date: Tue Jan 3 12:53:26 EST 2012

PokemonTower7_h map header asm

hg-commit-id: ac6bf1129f84


--- a/pokered.asm
+++ b/pokered.asm
@@ -14984,7 +14984,17 @@
 
     dw $4c5b ; objects
 
-INCBIN "baserom.gbc",$60aef,$3511
+INCBIN "baserom.gbc",$60aef,$60cf9 - $60aef
+
+PokemonTower7_h: ; 0x60cf9 to 0x60d05 (12 bytes) (id=148)
+    db $0f ; tileset
+    db $09, $0a ; dimensions (y, x)
+    dw $4f20, $4e3f, $4d05 ; blocks, texts, scripts
+    db $00 ; connections
+
+    dw $4ef6 ; objects
+
+INCBIN "baserom.gbc",$60d05,$32fb
 
 SECTION "bank19",DATA,BANK[$19]
 Tset00_GFX: