diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:48:23 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:48:23 -0600 |
commit | fe3bcc742be1374360b9a64dc7537fc171ab1166 (patch) | |
tree | 5c512ee190919685d2cd36e81b8e3c401a5575a0 | |
parent | 8a2cc92d39450ddd5f72ab03b6f41de52e00b4a8 (diff) |
VermilionGym_h map header asm
hg-commit-id: 2f86902aa40a
-rw-r--r-- | pokered.asm | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index cad5bd31..1ea85ac2 100644 --- a/pokered.asm +++ b/pokered.asm @@ -14771,7 +14771,17 @@ VermilionMart_h: ; 0x5c9d5 to 0x5c9e1 (12 bytes) (id=91) dw $49f4 ; objects -INCBIN "baserom.gbc",$5c9e1,$361f +INCBIN "baserom.gbc",$5c9e1,$5ca1a - $5c9e1 + +VermilionGym_h: ; 0x5ca1a to 0x5ca26 (12 bytes) (id=92) + db $07 ; tileset + db $09, $05 ; dimensions (y, x) + dw $4c38, $4ae8, $4a26 ; blocks, texts, scripts + db $00 ; connections + + dw $4bfe ; objects + +INCBIN "baserom.gbc",$5ca26,$35da SECTION "bank18",DATA,BANK[$18] INCBIN "baserom.gbc",$60000,$4000 |