shithub: pokered

Download patch

ref: 87cf792561aa0f41cbbcf2dd557a083fcc42bafc
parent: 57d9b89ffbc13cf71eed8b640981902f9f43c3e0
author: Bryan Bishop <kanzure@gmail.com>
date: Tue Jan 3 12:53:52 EST 2012

ViridianForest_h map header asm

hg-commit-id: cf7fe1a73da9


--- a/pokered.asm
+++ b/pokered.asm
@@ -15004,7 +15004,17 @@
 
     dw $4f9e ; objects
 
-INCBIN "baserom.gbc",$60f86,$307a
+INCBIN "baserom.gbc",$60f86,$61101 - $60f86
+
+ViridianForest_h: ; 0x61101 to 0x6110d (12 bytes) (id=51)
+    db $03 ; tileset
+    db $18, $11 ; dimensions (y, x)
+    dw $4000, $5126, $510d ; blocks, texts, scripts
+    db $00 ; connections
+
+    dw $51da ; objects
+
+INCBIN "baserom.gbc",$6110d,$2ef3
 
 SECTION "bank19",DATA,BANK[$19]
 Tset00_GFX: