mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-14 09:06:41 +13:00
UndergroundPathWETexts is crazy
hg-commit-id: 641154b3c753
This commit is contained in:
parent
4dd274387a
commit
4899ee7924
|
|
@ -34864,7 +34864,7 @@ UndergroundPathNSObject: ; 0x61f2a (size=20)
|
||||||
UndergroundPathWE_h: ; 0x61f3e to 0x61f4a (12 bytes) (id=121)
|
UndergroundPathWE_h: ; 0x61f3e to 0x61f4a (12 bytes) (id=121)
|
||||||
db $0b ; tileset
|
db $0b ; tileset
|
||||||
db $04, $19 ; dimensions (y, x)
|
db $04, $19 ; dimensions (y, x)
|
||||||
dw $41f4, $5f4d, UndergroundPathWEScript ; blocks, texts, scripts
|
dw $41f4, UndergroundPathWETexts, UndergroundPathWEScript ; blocks, texts, scripts
|
||||||
db $00 ; connections
|
db $00 ; connections
|
||||||
|
|
||||||
dw UndergroundPathWEObject ; objects
|
dw UndergroundPathWEObject ; objects
|
||||||
|
|
@ -34873,7 +34873,8 @@ UndergroundPathWEScript: ; 0x61f4a
|
||||||
jp $3c3c
|
jp $3c3c
|
||||||
; 0x61f4d
|
; 0x61f4d
|
||||||
|
|
||||||
INCBIN "baserom.gbc",$61f4d,$1
|
UndergroundPathWETexts:
|
||||||
|
db $50
|
||||||
|
|
||||||
UndergroundPathWEObject: ; 0x61f4e (size=20)
|
UndergroundPathWEObject: ; 0x61f4e (size=20)
|
||||||
db $1 ; border tile
|
db $1 ; border tile
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue