From 34f159c528aa6eb64e21442d7371e720bffbc129 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Sat, 14 Jan 2012 19:57:42 -0600 Subject: dump in Mansion3Script hg-commit-id: 33c87a799d37 --- common.asm | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/common.asm b/common.asm index 933f0a8e..ee7db681 100644 --- a/common.asm +++ b/common.asm @@ -26949,12 +26949,23 @@ Mansion2Blocks: Mansion3_h: ; 0x521e2 to 0x521ee (12 bytes) (id=215) db $16 ; tileset db $09, $0f ; dimensions (y, x) - dw $6326, $628a, $61ee ; blocks, texts, scripts + dw $6326, $628a, Mansion3Script ; blocks, texts, scripts db $00 ; connections dw Mansion3Object ; objects -INCBIN "baserom.gbc",$521ee,$522af - $521ee +Mansion3Script: + call $6204 + call $3c3c + ld hl, $6296 + ld de, $6235 + ld a, [$d63d] + call $3160 + ld [$d63d], a + ret +; 0x52204 + +INCBIN "baserom.gbc",$52204,$522af - $52204 Mansion3Text1: ; 0x522af db $08 ; asm -- cgit v1.2.3