shithub: pokered

Download patch

ref: ef0e37a9b263f8b897740c5147d2afad27ae32b0
parent: fe7bb3cd19e93ad20afdadf12834f166bb525679
author: Bryan Bishop <kanzure@gmail.com>
date: Tue Jan 3 12:53:15 EST 2012

PokemonTower6_h map header asm

hg-commit-id: 85a4e6085a5c


--- a/pokered.asm
+++ b/pokered.asm
@@ -14974,7 +14974,17 @@
 
     dw $4a48 ; objects
 
-INCBIN "baserom.gbc",$60932,$36ce
+INCBIN "baserom.gbc",$60932,$60ae3 - $60932
+
+PokemonTower6_h: ; 0x60ae3 to 0x60aef (12 bytes) (id=147)
+    db $0f ; tileset
+    db $09, $0a ; dimensions (y, x)
+    dw $4c95, $4bb1, $4aef ; blocks, texts, scripts
+    db $00 ; connections
+
+    dw $4c5b ; objects
+
+INCBIN "baserom.gbc",$60aef,$3511
 
 SECTION "bank19",DATA,BANK[$19]
 Tset00_GFX: