From e54f6f78ce543115e340fd26c1b0100ec0f04875 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Sat, 14 Jan 2012 19:59:53 -0600 Subject: clean up Mansion3 blocks, texts and script hg-commit-id: 1465686539d5 --- common.asm | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'common.asm') diff --git a/common.asm b/common.asm index ee7db681..1ab50eb5 100644 --- a/common.asm +++ b/common.asm @@ -26949,7 +26949,7 @@ Mansion2Blocks: Mansion3_h: ; 0x521e2 to 0x521ee (12 bytes) (id=215) db $16 ; tileset db $09, $0f ; dimensions (y, x) - dw $6326, $628a, Mansion3Script ; blocks, texts, scripts + dw Mansion3Blocks, Mansion3Texts, Mansion3Script ; blocks, texts, scripts db $00 ; connections dw Mansion3Object ; objects @@ -26965,7 +26965,10 @@ Mansion3Script: ret ; 0x52204 -INCBIN "baserom.gbc",$52204,$522af - $52204 +INCBIN "baserom.gbc",$52204,$5228a - $52204 + +Mansion3Texts: ; 0x5228a +INCBIN "baserom.gbc",$5228a,$522af - $5228a Mansion3Text1: ; 0x522af db $08 ; asm @@ -27007,7 +27010,8 @@ Mansion3Object: ; 0x522e6 (size=64) EVENT_DISP $f, $1, $6 ; MANSION_2 EVENT_DISP $f, $e, $19 ; MANSION_2 -INCBIN "baserom.gbc",$52326,$87 +Mansion3Blocks: + INCBIN "maps/mansion3.blk" Mansion4_h: ; 0x523ad to 0x523b9 (12 bytes) (id=216) db $16 ; tileset -- cgit v1.3.1-sl0p