From e2873a14260a0130ce8317fefc5829ad3c679b79 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Tue, 3 Jan 2012 04:30:25 -0600 Subject: VictoryRoad3_h map header asm hg-commit-id: aa10e8a05454 --- pokered.asm | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/pokered.asm b/pokered.asm index 991e5150..31ba571b 100644 --- a/pokered.asm +++ b/pokered.asm @@ -313,7 +313,7 @@ MapHeaderPointers: ; $01AE dw $5554 dw VermilionHouse3_h dw $5f62 - dw $4974 + dw VictoryRoad3_h dw $4bbe dw $4e1b dw $5219 @@ -2338,7 +2338,7 @@ MapHeaderBanks: ; 423D db $12 db $06 db $18 - db $11 + db BANK(VictoryRoad3_h) db $11 db $11 db $11 @@ -12866,7 +12866,17 @@ SSAnne3_h: ; 0x44926 to 0x44932 (12 bytes) (bank=11) (id=97) dw $493c ; objects -INCBIN "baserom.gbc",$44932,$48000-$44932 +INCBIN "baserom.gbc",$44932,$44974-$44932 + +VictoryRoad3_h: ; 0x44974 to 0x44980 (12 bytes) (bank=11) (id=198) + db $11 ; tileset + db $09, $0f ; dimensions (y, x) + dw $4b37, $4a24, $4980 ; blocks, texts, scripts + db $00 ; connections + + dw $4acd ; objects + +INCBIN "baserom.gbc",$44980,$48000-$44980 SECTION "bank12",DATA,BANK[$12] INCBIN "baserom.gbc",$48000,$15C -- cgit v1.2.3