mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
PokemonTower6_h map header asm
hg-commit-id: 85a4e6085a5c
This commit is contained in:
parent
fe7bb3cd19
commit
ef0e37a9b2
12
pokered.asm
12
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:
|
||||
|
|
Loading…
Reference in a new issue