mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-26 17:04:08 +13:00
Block IDs use hex; zero connections use dec
This commit is contained in:
parent
dd4f0a0064
commit
2e0183fc27
406 changed files with 406 additions and 406 deletions
|
|
@ -2,5 +2,5 @@ Route2Gate_h:
|
|||
db GATE ; tileset
|
||||
db ROUTE_2_GATE_HEIGHT, ROUTE_2_GATE_WIDTH ; dimensions (y, x)
|
||||
dw Route2GateBlocks, Route2GateTextPointers, Route2GateScript ; blocks, texts, scripts
|
||||
db $00 ; connections
|
||||
db 0 ; connections
|
||||
dw Route2GateObject ; objects
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue