From 06b69a3c7f85f7b2ce4d47c9b23cc9c9644984d2 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Tue, 3 Jan 2012 17:45:47 -0600 Subject: MuseumF2_h map header asm hg-commit-id: 68cdf9b2dcd7 --- pokered.asm | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/pokered.asm b/pokered.asm index b041349a..88232409 100644 --- a/pokered.asm +++ b/pokered.asm @@ -14671,7 +14671,17 @@ MuseumF1_h: ; 0x5c0eb to 0x5c0f7 (12 bytes) (id=52) dw $42c1 ; objects -INCBIN "baserom.gbc",$5c0f7,$3f09 +INCBIN "baserom.gbc",$5c0f7,$5c30b - $5c0f7 + +MuseumF2_h: ; 0x5c30b to 0x5c317 (12 bytes) (id=53) + db $0a ; tileset + db $04, $07 ; dimensions (y, x) + dw $4048, $431a, $4317 ; blocks, texts, scripts + db $00 ; connections + + dw $434b ; objects + +INCBIN "baserom.gbc",$5c317,$3ce9 SECTION "bank18",DATA,BANK[$18] INCBIN "baserom.gbc",$60000,$4000 -- cgit v1.3.1-sl0p