From fe3bcc742be1374360b9a64dc7537fc171ab1166 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Tue, 3 Jan 2012 17:48:23 -0600 Subject: VermilionGym_h map header asm hg-commit-id: 2f86902aa40a --- pokered.asm | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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 -- cgit v1.3.1-sl0p