mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-14 09:06:41 +13:00
UndergroundTunnelEntranceRoute5_h map header asm
hg-commit-id: 50d8e0a96221
This commit is contained in:
parent
8c2e931e2b
commit
28e5cfe547
12
pokered.asm
12
pokered.asm
|
|
@ -14871,7 +14871,17 @@ ViridianForestEntrance_h: ; 0x5d650 to 0x5d65c (12 bytes) (id=50)
|
||||||
|
|
||||||
dw $566d ; objects
|
dw $566d ; objects
|
||||||
|
|
||||||
INCBIN "baserom.gbc",$5d65c,$29a4
|
INCBIN "baserom.gbc",$5d65c,$5d69d - $5d65c
|
||||||
|
|
||||||
|
UndergroundTunnelEntranceRoute5_h: ; 0x5d69d to 0x5d6a9 (12 bytes) (id=71)
|
||||||
|
db $0c ; tileset
|
||||||
|
db $04, $04 ; dimensions (y, x)
|
||||||
|
dw $4080, $56b0, $56a9 ; blocks, texts, scripts
|
||||||
|
db $00 ; connections
|
||||||
|
|
||||||
|
dw $56c1 ; objects
|
||||||
|
|
||||||
|
INCBIN "baserom.gbc",$5d6a9,$2957
|
||||||
|
|
||||||
SECTION "bank18",DATA,BANK[$18]
|
SECTION "bank18",DATA,BANK[$18]
|
||||||
INCBIN "baserom.gbc",$60000,$4000
|
INCBIN "baserom.gbc",$60000,$4000
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue