shithub: pokered

Download patch

ref: ca251eedc0631f9903d58d1e2a789715f7581d53
parent: 5972824623f9f6a4ec392f76cf32c01b0281aa4b
author: Bryan Bishop <kanzure@gmail.com>
date: Tue Jan 3 12:32:51 EST 2012

BattleCenterM_h map header asm

hg-commit-id: be6202c67598


--- a/pokered.asm
+++ b/pokered.asm
@@ -13613,7 +13613,15 @@
 LancePic:
 	INCBIN "pic/trainer/lance.pic"
 
-INCBIN "baserom.gbc",$4FD04,$7E49-$7D04
+BattleCenterM_h: ; 0x4fd04 to 0x4fd10 (12 bytes) (id=239)
+    db $15 ; tileset
+    db $04, $05 ; dimensions (y, x)
+    dw $7d5d, $7d4c, $7d10 ; blocks, texts, scripts
+    db $00 ; connections
+
+    dw $7d53 ; objects
+
+INCBIN "baserom.gbc",$4fd10,$139
 
 GetPredefPointer: ; 7E49
 ; stores hl in $CC4F,$CC50
--