diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:53:26 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:53:26 -0600 |
commit | 2c358919da17910c9617e8ef39169c605033d17c (patch) | |
tree | 5d7e1afdcecb001d0f36d0fe2f3706183788cf31 | |
parent | ef0e37a9b263f8b897740c5147d2afad27ae32b0 (diff) |
PokemonTower7_h map header asm
hg-commit-id: ac6bf1129f84
-rw-r--r-- | pokered.asm | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index 9485b2a9..b0470448 100644 --- a/pokered.asm +++ b/pokered.asm @@ -14984,7 +14984,17 @@ PokemonTower6_h: ; 0x60ae3 to 0x60aef (12 bytes) (id=147) dw $4c5b ; objects -INCBIN "baserom.gbc",$60aef,$3511 +INCBIN "baserom.gbc",$60aef,$60cf9 - $60aef + +PokemonTower7_h: ; 0x60cf9 to 0x60d05 (12 bytes) (id=148) + db $0f ; tileset + db $09, $0a ; dimensions (y, x) + dw $4f20, $4e3f, $4d05 ; blocks, texts, scripts + db $00 ; connections + + dw $4ef6 ; objects + +INCBIN "baserom.gbc",$60d05,$32fb SECTION "bank19",DATA,BANK[$19] Tset00_GFX: |