mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-22 06:47:58 +13:00
PokemonTower2_h map header asm
hg-commit-id: f067a53f4efe
This commit is contained in:
parent
b80fd69c7a
commit
4c38c26721
12
pokered.asm
12
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:
|
||||
|
|
Loading…
Reference in a new issue