diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:52:29 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:52:29 -0600 |
commit | 4c38c267213e0e9974f75d54e5e6201905ab5c30 (patch) | |
tree | 08888e53f8eee8aa29b764da156d8d712520eb7a | |
parent | b80fd69c7ac84966451e09318ef22df70ea2802f (diff) |
PokemonTower2_h map header asm
hg-commit-id: f067a53f4efe
-rw-r--r-- | pokered.asm | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index ef9c102b..bd4e237d 100644 --- a/pokered.asm +++ b/pokered.asm @@ -14934,7 +14934,17 @@ PokemonTower1_h: ; 0x60420 to 0x6042c (12 bytes) (id=142) dw $4452 ; objects -INCBIN "baserom.gbc",$6042c,$3bd4 +INCBIN "baserom.gbc",$6042c,$604e6 - $6042c + +PokemonTower2_h: ; 0x604e6 to 0x604f2 (12 bytes) (id=143) + db $0f ; tileset + db $09, $0a ; dimensions (y, x) + dw $4666, $45db, $44f2 ; blocks, texts, scripts + db $00 ; connections + + dw $4646 ; objects + +INCBIN "baserom.gbc",$604f2,$3b0e SECTION "bank19",DATA,BANK[$19] Tset00_GFX: |