diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:53:15 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:53:15 -0600 |
commit | ef0e37a9b263f8b897740c5147d2afad27ae32b0 (patch) | |
tree | 255da5047a8ea26cc9e3405dfbb543f4bb33269f | |
parent | fe7bb3cd19e93ad20afdadf12834f166bb525679 (diff) |
PokemonTower6_h map header asm
hg-commit-id: 85a4e6085a5c
-rw-r--r-- | pokered.asm | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index 5eb9f7d1..9485b2a9 100644 --- a/pokered.asm +++ b/pokered.asm @@ -14974,7 +14974,17 @@ PokemonTower5_h: ; 0x60926 to 0x60932 (12 bytes) (id=146) dw $4a48 ; objects -INCBIN "baserom.gbc",$60932,$36ce +INCBIN "baserom.gbc",$60932,$60ae3 - $60932 + +PokemonTower6_h: ; 0x60ae3 to 0x60aef (12 bytes) (id=147) + db $0f ; tileset + db $09, $0a ; dimensions (y, x) + dw $4c95, $4bb1, $4aef ; blocks, texts, scripts + db $00 ; connections + + dw $4c5b ; objects + +INCBIN "baserom.gbc",$60aef,$3511 SECTION "bank19",DATA,BANK[$19] Tset00_GFX: |