From d1667322a72525649f84c7a31f90333158732b08 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Tue, 3 Jan 2012 17:57:29 -0600 Subject: PewterMart_h map header asm hg-commit-id: 29eca234ff35 --- pokered.asm | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/pokered.asm b/pokered.asm index 64ef92b7..0ab7650e 100644 --- a/pokered.asm +++ b/pokered.asm @@ -16087,7 +16087,17 @@ ViridianGym_h: ; 0x74897 to 0x748a3 (12 bytes) (id=45) dw $4bde ; objects -INCBIN "baserom.gbc",$748a3,$375d +INCBIN "baserom.gbc",$748a3,$74ca1 - $748a3 + +PewterMart_h: ; 0x74ca1 to 0x74cad (12 bytes) (id=56) + db $02 ; tileset + db $04, $04 ; dimensions (y, x) + dw $4010, $4cb6, $4cad ; blocks, texts, scripts + db $00 ; connections + + dw $4cda ; objects + +INCBIN "baserom.gbc",$74cad,$3353 SECTION "bank1E",DATA,BANK[$1E] INCBIN "baserom.gbc",$78000,$F1 -- cgit v1.2.3