From 4dd274387a5d36bef2b67cfe06ee12cbe20ed84a Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Sat, 14 Jan 2012 20:44:20 -0600 Subject: found SSAnne10Blocks hg-commit-id: 51b5991cdf1a --- common.asm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common.asm b/common.asm index 8706bba4..79e68679 100644 --- a/common.asm +++ b/common.asm @@ -33086,6 +33086,7 @@ UndergroundPathNSBlocks: ; 96 INCBIN "baserom.gbc",$601f8,$1c8 +SSAnne10Blocks: SSAnne9Blocks: ; 96 INCBIN "maps/ssanne9.blk" @@ -34717,7 +34718,7 @@ SSAnne9Object: ; 0x61c8d (size=188) SSAnne10_h: ; 0x61d49 to 0x61d55 (12 bytes) (id=104) db $0d ; tileset db $08, $0c ; dimensions (y, x) - dw $43c0, SSAnne10Texts, SSAnne10Script ; blocks, texts, scripts + dw SSAnne10Blocks, SSAnne10Texts, SSAnne10Script ; blocks, texts, scripts db $00 ; connections dw SSAnne10Object ; objects -- cgit v1.2.3