mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
MuseumF2_h map header asm
hg-commit-id: 68cdf9b2dcd7
This commit is contained in:
parent
4f772b5ad9
commit
06b69a3c7f
12
pokered.asm
12
pokered.asm
|
@ -14671,7 +14671,17 @@ MuseumF1_h: ; 0x5c0eb to 0x5c0f7 (12 bytes) (id=52)
|
|||
|
||||
dw $42c1 ; objects
|
||||
|
||||
INCBIN "baserom.gbc",$5c0f7,$3f09
|
||||
INCBIN "baserom.gbc",$5c0f7,$5c30b - $5c0f7
|
||||
|
||||
MuseumF2_h: ; 0x5c30b to 0x5c317 (12 bytes) (id=53)
|
||||
db $0a ; tileset
|
||||
db $04, $07 ; dimensions (y, x)
|
||||
dw $4048, $431a, $4317 ; blocks, texts, scripts
|
||||
db $00 ; connections
|
||||
|
||||
dw $434b ; objects
|
||||
|
||||
INCBIN "baserom.gbc",$5c317,$3ce9
|
||||
|
||||
SECTION "bank18",DATA,BANK[$18]
|
||||
INCBIN "baserom.gbc",$60000,$4000
|
||||
|
|
Loading…
Reference in a new issue