diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-14 18:11:13 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-14 18:11:13 -0600 |
commit | cb30ae5b83d661ac3e778713c32c63440fd6d910 (patch) | |
tree | 618aa7df5a1e56203c90195943409b3eb5beb68f /common.asm | |
parent | c744e3b4a82f7af7b315787bfc00a333b9c0b248 (diff) |
label for CeruleanHouse3Texts
hg-commit-id: a4ab4ad0fc2d
Diffstat (limited to 'common.asm')
-rw-r--r-- | common.asm | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -36347,7 +36347,7 @@ UnknownDungeon1Blocks: ; 135 CeruleanHouse3_h: ; 0x74dfd to 0x74e09 (12 bytes) (id=230) db $0d ; tileset db $04, $04 ; dimensions (y, x) - dw CeruleanHouse3Blocks, $4e13, CeruleanHouse3Script ; blocks, texts, scripts + dw CeruleanHouse3Blocks, CeruleanHouse3Texts, CeruleanHouse3Script ; blocks, texts, scripts db $00 ; connections dw CeruleanHouse3Object ; objects @@ -36360,7 +36360,8 @@ CeruleanHouse3Script: ; 0x74e09 ret ; 0x74e13 -INCBIN "baserom.gbc",$74e13,$2 +CeruleanHouse3Texts: + dw CeruleanHouse3Text1 CeruleanHouse3Text1: ; 0x74e15 db $8 |