diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:45:47 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:45:47 -0600 |
commit | 06b69a3c7f85f7b2ce4d47c9b23cc9c9644984d2 (patch) | |
tree | 6437e135fa1c9d45b01a941b20c035a7efe9a0d8 | |
parent | 4f772b5ad95d333957bf415d81a852de2879ba9e (diff) |
MuseumF2_h map header asm
hg-commit-id: 68cdf9b2dcd7
-rw-r--r-- | pokered.asm | 12 |
1 files changed, 11 insertions, 1 deletions
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 |