diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 04:30:25 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 04:30:25 -0600 |
commit | e2873a14260a0130ce8317fefc5829ad3c679b79 (patch) | |
tree | 3cc436975d9ee860af1c492824c6eee9c92c1840 | |
parent | 14ba37e8d5c24bd653a7c2de2bc6e377935bfd21 (diff) |
VictoryRoad3_h map header asm
hg-commit-id: aa10e8a05454
-rw-r--r-- | pokered.asm | 16 |
1 files 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 |