mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
LavenderMart_h map header asm
hg-commit-id: 8a67d08a7610
This commit is contained in:
parent
b87e3c6a70
commit
35fa96ea5c
12
pokered.asm
12
pokered.asm
|
@ -14741,7 +14741,17 @@ LavenderPokecenter_h: ; 0x5c8ce to 0x5c8da (12 bytes) (id=141)
|
|||
|
||||
dw $48f4 ; objects
|
||||
|
||||
INCBIN "baserom.gbc",$5c8da,$3726
|
||||
INCBIN "baserom.gbc",$5c8da,$5c920 - $5c8da
|
||||
|
||||
LavenderMart_h: ; 0x5c920 to 0x5c92c (12 bytes) (id=150)
|
||||
db $02 ; tileset
|
||||
db $04, $04 ; dimensions (y, x)
|
||||
dw $4000, $492f, $492c ; blocks, texts, scripts
|
||||
db $00 ; connections
|
||||
|
||||
dw $495d ; objects
|
||||
|
||||
INCBIN "baserom.gbc",$5c92c,$36d4
|
||||
|
||||
SECTION "bank18",DATA,BANK[$18]
|
||||
INCBIN "baserom.gbc",$60000,$4000
|
||||
|
|
Loading…
Reference in a new issue