diff options
| author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 18:06:14 -0600 |
|---|---|---|
| committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 18:06:14 -0600 |
| commit | 3605666a516554f0f28012be971897318c1225e2 (patch) | |
| tree | 6d4f5ec55012edd749a87c38ec7c1b2b96fe9bbf | |
| parent | CinnibarPokecenter_h map header asm (diff) | |
| download | pokeyellow-3605666a516554f0f28012be971897318c1225e2.tar.gz pokeyellow-3605666a516554f0f28012be971897318c1225e2.tar.xz pokeyellow-3605666a516554f0f28012be971897318c1225e2.zip | |
CinnibarMart_h map header asm
hg-commit-id: a4db807a1782
| -rw-r--r-- | pokered.asm | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index 29b57019..838688b6 100644 --- a/pokered.asm +++ b/pokered.asm @@ -16237,7 +16237,17 @@ CinnibarPokecenter_h: ; 0x75e20 to 0x75e2c (12 bytes) (id=171) dw $5e46 ; objects -INCBIN "baserom.gbc",$75e2c,$21d4 +INCBIN "baserom.gbc",$75e2c,$75e72 - $75e2c + +CinnibarMart_h: ; 0x75e72 to 0x75e7e (12 bytes) (id=172) + db $02 ; tileset + db $04, $04 ; dimensions (y, x) + dw $4010, $5e81, $5e7e ; blocks, texts, scripts + db $00 ; connections + + dw $5e91 ; objects + +INCBIN "baserom.gbc",$75e7e,$2182 SECTION "bank1E",DATA,BANK[$1E] INCBIN "baserom.gbc",$78000,$F1 |
