mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
CeruleanHouse3_h map header asm
hg-commit-id: 5cd79b6a7367
This commit is contained in:
parent
7c0b5118f4
commit
2308421700
12
pokered.asm
12
pokered.asm
|
@ -16107,7 +16107,17 @@ UnknownDungeon1_h: ; 0x74d00 to 0x74d0c (12 bytes) (id=228)
|
|||
|
||||
dw $4d15 ; objects
|
||||
|
||||
INCBIN "baserom.gbc",$74d0c,$32f4
|
||||
INCBIN "baserom.gbc",$74d0c,$74dfd - $74d0c
|
||||
|
||||
CeruleanHouse3_h: ; 0x74dfd to 0x74e09 (12 bytes) (id=230)
|
||||
db $0d ; tileset
|
||||
db $04, $04 ; dimensions (y, x)
|
||||
dw $404c, $4e13, $4e09 ; blocks, texts, scripts
|
||||
db $00 ; connections
|
||||
|
||||
dw $4ebe ; objects
|
||||
|
||||
INCBIN "baserom.gbc",$74e09,$31f7
|
||||
|
||||
SECTION "bank1E",DATA,BANK[$1E]
|
||||
INCBIN "baserom.gbc",$78000,$F1
|
||||
|
|
Loading…
Reference in a new issue