mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-04-16 07:03:22 +12: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 @@ UndergroundPathEntranceRoute5_h:
|
|||
db GATE ; tileset
|
||||
db PATH_ENTRANCE_ROUTE_5_HEIGHT, PATH_ENTRANCE_ROUTE_5_WIDTH ; dimensions (y, x)
|
||||
dw UndergroundPathEntranceRoute5Blocks, UndergroundPathEntranceRoute5TextPointers, UndergroundPathEntranceRoute5Script ; blocks, texts, scripts
|
||||
db $00 ; connections
|
||||
db 0 ; connections
|
||||
dw UndergroundPathEntranceRoute5Object ; objects
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue