diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:35:56 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:35:56 -0600 |
commit | 61c52f5313d020e909649496821b81d6fd540629 (patch) | |
tree | 049c927be48367ccef3fa3bb4d7c91bc040d602a | |
parent | f088c3651e1f32addb1c1c778d8a6287543ee240 (diff) |
MtMoon2_h map header asm
hg-commit-id: 1c9814eb5d62
-rw-r--r-- | pokered.asm | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index b01922db..0c23ef43 100644 --- a/pokered.asm +++ b/pokered.asm @@ -13984,7 +13984,17 @@ VictoryRoad2_h: ; 0x51791 to 0x5179d (12 bytes) (id=194) dw $5915 ; objects -INCBIN "baserom.gbc",$5179d,$2863 +INCBIN "baserom.gbc",$5179d,$51a36 - $5179d + +MtMoon2_h: ; 0x51a36 to 0x51a42 (12 bytes) (id=60) + db $11 ; tileset + db $0e, $0e ; dimensions (y, x) + dw $5a91, $5a46, $5a42 ; blocks, texts, scripts + db $00 ; connections + + dw $5a4d ; objects + +INCBIN "baserom.gbc",$51a42,$25be SECTION "bank15",DATA,BANK[$15] INCBIN "baserom.gbc",$54000,$4000 |