mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-15 01:26:40 +13:00
PokemonTower5_h map header asm
hg-commit-id: ed85fe55189f
This commit is contained in:
parent
05216f1fcc
commit
fe7bb3cd19
12
pokered.asm
12
pokered.asm
|
|
@ -14964,7 +14964,17 @@ PokemonTower4_h: ; 0x607ea to 0x607f6 (12 bytes) (id=145)
|
||||||
|
|
||||||
dw $488b ; objects
|
dw $488b ; objects
|
||||||
|
|
||||||
INCBIN "baserom.gbc",$607f6,$380a
|
INCBIN "baserom.gbc",$607f6,$60926 - $607f6
|
||||||
|
|
||||||
|
PokemonTower5_h: ; 0x60926 to 0x60932 (12 bytes) (id=146)
|
||||||
|
db $0f ; tileset
|
||||||
|
db $09, $0a ; dimensions (y, x)
|
||||||
|
dw $4a89, $499b, $4932 ; blocks, texts, scripts
|
||||||
|
db $00 ; connections
|
||||||
|
|
||||||
|
dw $4a48 ; objects
|
||||||
|
|
||||||
|
INCBIN "baserom.gbc",$60932,$36ce
|
||||||
|
|
||||||
SECTION "bank19",DATA,BANK[$19]
|
SECTION "bank19",DATA,BANK[$19]
|
||||||
Tset00_GFX:
|
Tset00_GFX:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue