diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:52:05 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:52:05 -0600 |
commit | 3f02ba41593615d5b7e2ec2224d2e000dd6bf184 (patch) | |
tree | cecbe636083a3b9214247c096fd7d14aba74d40d | |
parent | 7362790819157595f773b08f525d9229a783c27d (diff) |
VictoryRoad1_h map header asm
hg-commit-id: 0ed64b125763
-rw-r--r-- | pokered.asm | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index fb82b75b..87516f25 100644 --- a/pokered.asm +++ b/pokered.asm @@ -14911,7 +14911,17 @@ SilphCo9_h: ; 0x5d7af to 0x5d7bb (12 bytes) (id=233) dw $593f ; objects -INCBIN "baserom.gbc",$5d7bb,$2845 +INCBIN "baserom.gbc",$5d7bb,$5d9fe - $5d7bb + +VictoryRoad1_h: ; 0x5d9fe to 0x5da0a (12 bytes) (id=108) + db $11 ; tileset + db $09, $0a ; dimensions (y, x) + dw $5b04, $5a5f, $5a0a ; blocks, texts, scripts + db $00 ; connections + + dw $5ab8 ; objects + +INCBIN "baserom.gbc",$5da0a,$25f6 SECTION "bank18",DATA,BANK[$18] INCBIN "baserom.gbc",$60000,$4000 |