found CeruleanMartBlocks

hg-commit-id: a8fef244a0eb
This commit is contained in:
Bryan Bishop 2012-01-14 20:26:43 -06:00
parent 74b8e8169f
commit dc9bc1033f

View file

@ -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