mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
label for CeruleanHouse3Texts
hg-commit-id: a4ab4ad0fc2d
This commit is contained in:
parent
c744e3b4a8
commit
cb30ae5b83
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue