mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
CeruleanPokecenter_h map header asm
hg-commit-id: fc299f39e3bd
This commit is contained in:
parent
ca3523ddb3
commit
6ee17bd6f8
12
pokered.asm
12
pokered.asm
|
@ -14701,7 +14701,17 @@ PewterPokeCenter_h: ; 0x5c57b to 0x5c587 (12 bytes) (id=58)
|
|||
|
||||
dw $460d ; objects
|
||||
|
||||
INCBIN "baserom.gbc",$5c587,$3a79
|
||||
INCBIN "baserom.gbc",$5c587,$5c639 - $5c587
|
||||
|
||||
CeruleanPokecenter_h: ; 0x5c639 to 0x5c645 (12 bytes) (id=64)
|
||||
db $06 ; tileset
|
||||
db $04, $07 ; dimensions (y, x)
|
||||
dw $468b, $464b, $4645 ; blocks, texts, scripts
|
||||
db $00 ; connections
|
||||
|
||||
dw $465f ; objects
|
||||
|
||||
INCBIN "baserom.gbc",$5c645,$39bb
|
||||
|
||||
SECTION "bank18",DATA,BANK[$18]
|
||||
INCBIN "baserom.gbc",$60000,$4000
|
||||
|
|
Loading…
Reference in a new issue