diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:47:17 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:47:17 -0600 |
commit | b87e3c6a70b4e5d9a3ab20dfc7cf72bbc0d5bbc6 (patch) | |
tree | 0201cddc634d66ce52aee030e7ce92e8a9ccd99d | |
parent | 2e9229ae1b220d13d95267ba36802b4a80bae85c (diff) |
LavenderPokecenter_h map header asm
hg-commit-id: 6a031ab9a962
-rw-r--r-- | pokered.asm | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index df34b3e1..b52b3e5f 100644 --- a/pokered.asm +++ b/pokered.asm @@ -14731,7 +14731,17 @@ CeruleanMart_h: ; 0x5c889 to 0x5c895 (12 bytes) (id=67) dw $48a8 ; objects -INCBIN "baserom.gbc",$5c895,$376b +INCBIN "baserom.gbc",$5c895,$5c8ce - $5c895 + +LavenderPokecenter_h: ; 0x5c8ce to 0x5c8da (12 bytes) (id=141) + db $06 ; tileset + db $04, $07 ; dimensions (y, x) + dw $4064, $48e0, $48da ; blocks, texts, scripts + db $00 ; connections + + dw $48f4 ; objects + +INCBIN "baserom.gbc",$5c8da,$3726 SECTION "bank18",DATA,BANK[$18] INCBIN "baserom.gbc",$60000,$4000 |