mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
found CeruleanMartBlocks
hg-commit-id: a8fef244a0eb
This commit is contained in:
parent
74b8e8169f
commit
dc9bc1033f
|
@ -30782,6 +30782,7 @@ INCBIN "baserom.gbc",$5a59f,$1a61
|
||||||
|
|
||||||
SECTION "bank17",DATA,BANK[$17]
|
SECTION "bank17",DATA,BANK[$17]
|
||||||
|
|
||||||
|
CeruleanMartBlocks:
|
||||||
VermilionMartBlocks: ; 16
|
VermilionMartBlocks: ; 16
|
||||||
INCBIN "maps/vermilionmart.blk"
|
INCBIN "maps/vermilionmart.blk"
|
||||||
|
|
||||||
|
@ -31574,7 +31575,7 @@ CeruleanGymBlocks: ; 35
|
||||||
CeruleanMart_h: ; 0x5c889 to 0x5c895 (12 bytes) (id=67)
|
CeruleanMart_h: ; 0x5c889 to 0x5c895 (12 bytes) (id=67)
|
||||||
db $02 ; tileset
|
db $02 ; tileset
|
||||||
db $04, $04 ; dimensions (y, x)
|
db $04, $04 ; dimensions (y, x)
|
||||||
dw $4000, CeruleanMartTexts, CeruleanMartScript ; blocks, texts, scripts
|
dw CeruleanMartBlocks, CeruleanMartTexts, CeruleanMartScript ; blocks, texts, scripts
|
||||||
db $00 ; connections
|
db $00 ; connections
|
||||||
|
|
||||||
dw CeruleanMartObject ; objects
|
dw CeruleanMartObject ; objects
|
||||||
|
|
Loading…
Reference in a new issue