mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-14 09:06:41 +13:00
VermilionPokeCenter_h map header asm
hg-commit-id: 6e3b2f7fe8b0
This commit is contained in:
parent
35fa96ea5c
commit
b1ddb6d696
12
pokered.asm
12
pokered.asm
|
|
@ -14751,7 +14751,17 @@ LavenderMart_h: ; 0x5c920 to 0x5c92c (12 bytes) (id=150)
|
|||
|
||||
dw $495d ; objects
|
||||
|
||||
INCBIN "baserom.gbc",$5c92c,$36d4
|
||||
INCBIN "baserom.gbc",$5c92c,$5c983 - $5c92c
|
||||
|
||||
VermilionPokeCenter_h: ; 0x5c983 to 0x5c98f (12 bytes) (id=89)
|
||||
db $06 ; tileset
|
||||
db $04, $07 ; dimensions (y, x)
|
||||
dw $4064, $4995, $498f ; blocks, texts, scripts
|
||||
db $00 ; connections
|
||||
|
||||
dw $49a9 ; objects
|
||||
|
||||
INCBIN "baserom.gbc",$5c98f,$3671
|
||||
|
||||
SECTION "bank18",DATA,BANK[$18]
|
||||
INCBIN "baserom.gbc",$60000,$4000
|
||||
|
|
|
|||
Loading…
Reference in a new issue