mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
Mansion3_h map header asm
hg-commit-id: a8982dd55cfa
This commit is contained in:
parent
b4e4eb2e3b
commit
97e1645c5b
12
pokered.asm
12
pokered.asm
|
@ -14014,7 +14014,17 @@ Mansion2_h: ; 0x51fcc to 0x51fd8 (12 bytes) (id=214)
|
|||
|
||||
dw $60d1 ; objects
|
||||
|
||||
INCBIN "baserom.gbc",$51fd8,$2028
|
||||
INCBIN "baserom.gbc",$51fd8,$521e2 - $51fd8
|
||||
|
||||
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
|
||||
db $00 ; connections
|
||||
|
||||
dw $62e6 ; objects
|
||||
|
||||
INCBIN "baserom.gbc",$521ee,$1e12
|
||||
|
||||
SECTION "bank15",DATA,BANK[$15]
|
||||
INCBIN "baserom.gbc",$54000,$4000
|
||||
|
|
Loading…
Reference in a new issue