diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:47:48 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:47:48 -0600 |
commit | b1ddb6d69652bd5ee74c0a1756115c738d8abe9c (patch) | |
tree | fa5acda82d7aec8ef51fff62ba0432ce7a44afc4 | |
parent | 35fa96ea5cefc512a5f1afb02395814cf9ff379c (diff) |
VermilionPokeCenter_h map header asm
hg-commit-id: 6e3b2f7fe8b0
-rw-r--r-- | pokered.asm | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index 12e0acc3..18147204 100644 --- a/pokered.asm +++ b/pokered.asm @@ -14751,7 +14751,17 @@ LavenderMart_h: ; 0x5c920 to 0x5c92c (12 bytes) (id=150) dw $495d ; objects -INCBIN "baserom.gbc",$5c92c,$36d4 +INCBIN "baserom.gbc",$5c92c,$5c983 - $5c92c + +VermilionPokeCenter_h: ; 0x5c983 to 0x5c98f (12 bytes) (id=89) + db $06 ; tileset + db $04, $07 ; dimensions (y, x) + dw $4064, $4995, $498f ; blocks, texts, scripts + db $00 ; connections + + dw $49a9 ; objects + +INCBIN "baserom.gbc",$5c98f,$3671 SECTION "bank18",DATA,BANK[$18] INCBIN "baserom.gbc",$60000,$4000 |