diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:53:03 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:53:03 -0600 |
commit | fe7bb3cd19e93ad20afdadf12834f166bb525679 (patch) | |
tree | d824e0e1a5f99b7a7f81a92fe5c6a4ce5719a950 | |
parent | 05216f1fcc0057b6e9a95852a4194cbfd41bbd3a (diff) |
PokemonTower5_h map header asm
hg-commit-id: ed85fe55189f
-rw-r--r-- | pokered.asm | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index 24d32dda..5eb9f7d1 100644 --- a/pokered.asm +++ b/pokered.asm @@ -14964,7 +14964,17 @@ PokemonTower4_h: ; 0x607ea to 0x607f6 (12 bytes) (id=145) dw $488b ; objects -INCBIN "baserom.gbc",$607f6,$380a +INCBIN "baserom.gbc",$607f6,$60926 - $607f6 + +PokemonTower5_h: ; 0x60926 to 0x60932 (12 bytes) (id=146) + db $0f ; tileset + db $09, $0a ; dimensions (y, x) + dw $4a89, $499b, $4932 ; blocks, texts, scripts + db $00 ; connections + + dw $4a48 ; objects + +INCBIN "baserom.gbc",$60932,$36ce SECTION "bank19",DATA,BANK[$19] Tset00_GFX: |