summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2012-01-03 17:44:00 -0600
committerBryan Bishop <kanzure@gmail.com>2012-01-03 17:44:00 -0600
commit830858d5f1992b0aceb172cb7233d1d213cf3650 (patch)
tree8d1e0a2498e318ed822988739fc3c4f50798912f
parent4a2a1b1c44fa0ded3d47b62ebc76f78609fd4d34 (diff)
FanClub_h map header asm
hg-commit-id: 00085416e0b6
-rw-r--r--pokered.asm12
1 files changed, 11 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm
index 4bbbe892..782f0d9e 100644
--- a/pokered.asm
+++ b/pokered.asm
@@ -14546,7 +14546,17 @@ Route18_h: ; 0x58c38 to 0x58c5a (34 bytes) (id=29)
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]