Add sand floor minecart tracks
This commit is contained in:
@@ -68,6 +68,8 @@ NewObjectsCode:
|
|||||||
dw .TopRight-.ObjData ; 03
|
dw .TopRight-.ObjData ; 03
|
||||||
dw .Bottomleft-.ObjData ; 04
|
dw .Bottomleft-.ObjData ; 04
|
||||||
dw .BottomRight-.ObjData ; 05
|
dw .BottomRight-.ObjData ; 05
|
||||||
|
dw .LeftRightFloor-.ObjData ; 06
|
||||||
|
dw .UpDownFloor-.ObjData ; 07
|
||||||
|
|
||||||
.ObjData
|
.ObjData
|
||||||
.LeftRight
|
.LeftRight
|
||||||
@@ -82,6 +84,10 @@ NewObjectsCode:
|
|||||||
incbin track_corner_BL.bin
|
incbin track_corner_BL.bin
|
||||||
.BottomRight
|
.BottomRight
|
||||||
incbin track_corner_BR.bin
|
incbin track_corner_BR.bin
|
||||||
|
.LeftRightFloor
|
||||||
|
incbin track_floor_UD.bin
|
||||||
|
.UpDownFloor
|
||||||
|
incbin track_floor_LR.bin
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
BIN
Dungeons/Objects/track_floor_LR.bin
Normal file
BIN
Dungeons/Objects/track_floor_LR.bin
Normal file
Binary file not shown.
BIN
Dungeons/Objects/track_floor_UD.bin
Normal file
BIN
Dungeons/Objects/track_floor_UD.bin
Normal file
Binary file not shown.
Reference in New Issue
Block a user