shithub: pokered

Download patch

ref: 830858d5f1992b0aceb172cb7233d1d213cf3650
parent: 4a2a1b1c44fa0ded3d47b62ebc76f78609fd4d34
author: Bryan Bishop <kanzure@gmail.com>
date: Tue Jan 3 12:44:00 EST 2012

FanClub_h map header asm

hg-commit-id: 00085416e0b6


--- a/pokered.asm
+++ b/pokered.asm
@@ -14546,7 +14546,17 @@
 
     dw $4c5a ; objects
 
-INCBIN "baserom.gbc",$58c5a,$33a6
+INCBIN "baserom.gbc",$58c5a,$59b64 - $58c5a
+
+FanClub_h: ; 0x59b64 to 0x59b70 (12 bytes) (id=90)
+    db $10 ; tileset
+    db $04, $04 ; dimensions (y, x)
+    dw $5cd5, $5b84, $5b70 ; blocks, texts, scripts
+    db $00 ; connections
+
+    dw $5c97 ; objects
+
+INCBIN "baserom.gbc",$59b70,$2490
 
 SECTION "bank17",DATA,BANK[$17]