diff options
| author | Bryan Bishop <kanzure@gmail.com> | 2012-01-14 20:31:37 -0600 |
|---|---|---|
| committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-14 20:31:37 -0600 |
| commit | 283480a85044365159ad3d95a842892aa0bd9d86 (patch) | |
| tree | bf83eb60f99aa4ea06fbb972bbff986b03e78b4f | |
| parent | fix up LavenderPokecenter with blocks and texts (diff) | |
| download | pokeyellow-283480a85044365159ad3d95a842892aa0bd9d86.tar.gz pokeyellow-283480a85044365159ad3d95a842892aa0bd9d86.tar.xz pokeyellow-283480a85044365159ad3d95a842892aa0bd9d86.zip | |
LavenderMart blocks and texts label
hg-commit-id: 99c9dbbdc924
| -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] +LavenderMartBlocks: CeruleanMartBlocks: VermilionMartBlocks: ; 16 INCBIN "maps/vermilionmart.blk" @@ -31666,7 +31667,7 @@ LavenderPokecenterObject: ; 0x5c8f4 (size=44) LavenderMart_h: ; 0x5c920 to 0x5c92c (12 bytes) (id=150) db $02 ; tileset db $04, $04 ; dimensions (y, x) - dw $4000, $492f, LavenderMartScript ; blocks, texts, scripts + dw LavenderMartBlocks, LavenderMartTexts, LavenderMartScript ; blocks, texts, scripts db $00 ; connections dw LavenderMartObject ; objects |
