shithub: pokered

Download patch

ref: 0fd9df7ca4ac7bdf897e00667be31c083367f800
parent: 8962a5a313ddace1cd516f363bac81ce8744be05
author: Bryan Bishop <kanzure@gmail.com>
date: Mon Jan 2 21:15:35 EST 2012

OaksLab_h map header asm

hg-commit-id: d3a2b54f47e3


--- a/pokered.asm
+++ b/pokered.asm
@@ -155,7 +155,7 @@
 	dw RedsHouse1F_h
 	dw RedsHouse2F_h
 	dw BluesHouse_h
-	dw $4b02
+	dw OaksLab_h
 	dw $4251
 	dw $5462
 	dw $5540
@@ -2180,7 +2180,7 @@
 	db BANK(RedsHouse1F_h)
 	db BANK(RedsHouse2F_h)
 	db BANK(BluesHouse_h)
-	db $07
+	db BANK(OaksLab_h)
 	db $11
 	db $07
 	db $07
@@ -5731,7 +5731,17 @@
 	db "WEEPINBELL"
 	db "VICTREEBEL"
 
-INCBIN "baserom.gbc",$1C98A,$20000 - $1C98A
+INCBIN "baserom.gbc",$1C98A,$1CB02-$1C98A
+
+OaksLab_h: ; 0x1cb02 to 0x1cb0e (12 bytes) (bank=7) (id=40)
+    db $05 ; tileset
+    db $06, $05 ; dimensions (y, x)
+    dw $41c0, $5082, $4b0e ; blocks, texts, scripts
+    db $00 ; connections
+
+    dw $540a ; objects
+
+INCBIN "baserom.gbc",$1CB0E,$20000 - $1CB0E
 
 SECTION "bank8",DATA,BANK[$8]
 INCBIN "baserom.gbc",$20000,$4000