mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-14 09:06:41 +13:00
UndergroundPathWE_h map header asm
hg-commit-id: d1d6793d7ee6
This commit is contained in:
parent
d3ba945563
commit
725f242910
12
pokered.asm
12
pokered.asm
|
|
@ -15114,7 +15114,17 @@ UndergroundPathNS_h: ; 0x61f1a to 0x61f26 (12 bytes) (id=119)
|
|||
|
||||
dw $5f2a ; objects
|
||||
|
||||
INCBIN "baserom.gbc",$61f26,$20da
|
||||
INCBIN "baserom.gbc",$61f26,$61f3e - $61f26
|
||||
|
||||
UndergroundPathWE_h: ; 0x61f3e to 0x61f4a (12 bytes) (id=121)
|
||||
db $0b ; tileset
|
||||
db $04, $19 ; dimensions (y, x)
|
||||
dw $41f4, $5f4d, $5f4a ; blocks, texts, scripts
|
||||
db $00 ; connections
|
||||
|
||||
dw $5f4e ; objects
|
||||
|
||||
INCBIN "baserom.gbc",$61f4a,$20b6
|
||||
|
||||
SECTION "bank19",DATA,BANK[$19]
|
||||
Tset00_GFX:
|
||||
|
|
|
|||
Loading…
Reference in a new issue