diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:48:01 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:48:01 -0600 |
commit | 8a2cc92d39450ddd5f72ab03b6f41de52e00b4a8 (patch) | |
tree | c0ab5414b43c4f504e57ba5ed682c4557c9a0281 | |
parent | b1ddb6d69652bd5ee74c0a1756115c738d8abe9c (diff) |
VermilionMart_h map header asm
hg-commit-id: dcfd37241e9c
-rw-r--r-- | pokered.asm | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index 18147204..cad5bd31 100644 --- a/pokered.asm +++ b/pokered.asm @@ -14761,7 +14761,17 @@ VermilionPokeCenter_h: ; 0x5c983 to 0x5c98f (12 bytes) (id=89) dw $49a9 ; objects -INCBIN "baserom.gbc",$5c98f,$3671 +INCBIN "baserom.gbc",$5c98f,$5c9d5 - $5c98f + +VermilionMart_h: ; 0x5c9d5 to 0x5c9e1 (12 bytes) (id=91) + db $02 ; tileset + db $04, $04 ; dimensions (y, x) + dw $4000, $49e4, $49e1 ; blocks, texts, scripts + db $00 ; connections + + dw $49f4 ; objects + +INCBIN "baserom.gbc",$5c9e1,$361f SECTION "bank18",DATA,BANK[$18] INCBIN "baserom.gbc",$60000,$4000 |