mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-14 00:56:40 +13:00
IndigoPlateauTexts and IndigoPlateauObject are the same
hg-commit-id: f154acbb6735
This commit is contained in:
parent
0dadb5af63
commit
6ed8c81511
|
|
@ -25711,7 +25711,7 @@ Route25Blocks: ; 270
|
|||
IndigoPlateau_h: ; 0x5091e to 0x50935 (23 bytes) (id=9)
|
||||
db $17 ; tileset
|
||||
db $09, $0a ; dimensions (y, x)
|
||||
dw IndigoPlateauBlocks, $4936, IndigoPlateauScript ; blocks, texts, scripts
|
||||
dw IndigoPlateauBlocks, IndigoPlateauTexts, IndigoPlateauScript ; blocks, texts, scripts
|
||||
db SOUTH ; connections
|
||||
|
||||
; connections data
|
||||
|
|
@ -25730,6 +25730,7 @@ IndigoPlateauScript: ; 0x50935
|
|||
ret
|
||||
; 0x50936
|
||||
|
||||
IndigoPlateauTexts:
|
||||
IndigoPlateauObject: ; 0x50936 (size=20)
|
||||
db $e ; border tile
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue