shithub: pokered

Download patch

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

PokemonTower4_h map header asm

hg-commit-id: 898e7ac55712


--- a/pokered.asm
+++ b/pokered.asm
@@ -14954,7 +14954,17 @@
 
     dw $475d ; objects
 
-INCBIN "baserom.gbc",$606cc,$3934
+INCBIN "baserom.gbc",$606cc,$607ea - $606cc
+
+PokemonTower4_h: ; 0x607ea to 0x607f6 (12 bytes) (id=145)
+    db $0f ; tileset
+    db $09, $0a ; dimensions (y, x)
+    dw $48cc, $480f, $47f6 ; blocks, texts, scripts
+    db $00 ; connections
+
+    dw $488b ; objects
+
+INCBIN "baserom.gbc",$607f6,$380a
 
 SECTION "bank19",DATA,BANK[$19]
 Tset00_GFX: