diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-14 20:26:43 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-14 20:26:43 -0600 |
commit | dc9bc1033fe26fdb2f95646748b886eec0cc18b1 (patch) | |
tree | 41ad3a35de06885f454dff9006775d64a60c87b5 /common.asm | |
parent | 74b8e8169fc7df8c001fe3771851ba89accc54cd (diff) |
found CeruleanMartBlocks
hg-commit-id: a8fef244a0eb
Diffstat (limited to 'common.asm')
-rw-r--r-- | common.asm | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -30782,6 +30782,7 @@ INCBIN "baserom.gbc",$5a59f,$1a61 SECTION "bank17",DATA,BANK[$17] +CeruleanMartBlocks: VermilionMartBlocks: ; 16 INCBIN "maps/vermilionmart.blk" @@ -31574,7 +31575,7 @@ CeruleanGymBlocks: ; 35 CeruleanMart_h: ; 0x5c889 to 0x5c895 (12 bytes) (id=67) db $02 ; tileset db $04, $04 ; dimensions (y, x) - dw $4000, CeruleanMartTexts, CeruleanMartScript ; blocks, texts, scripts + dw CeruleanMartBlocks, CeruleanMartTexts, CeruleanMartScript ; blocks, texts, scripts db $00 ; connections dw CeruleanMartObject ; objects |