add any direction track over pits in unused custom object slot

This commit is contained in:
scawful
2024-06-16 11:04:54 -04:00
parent e13575f593
commit 64a2036ad2
2 changed files with 3 additions and 3 deletions

Binary file not shown.

View File

@@ -121,7 +121,7 @@ NewObjectsCode:
dw .BottomRightFloor-.ObjData ; 11
dw .FloorAny-.ObjData ; 12
dw .WallSwordHouse-.ObjData ; 13
dw .KydreeokBody-.ObjData ; 14 TODO: Replace with a different object
dw .TrackAny-.ObjData ; 14
dw .SmallStatue-.ObjData ; 15
.ObjData
@@ -153,8 +153,8 @@ NewObjectsCode:
incbin Data/track_floor_any.bin
.WallSwordHouse
incbin Data/wall_sword_house.bin
.KydreeokBody
incbin Data/kydreeok_body.bin
.TrackAny
incbin Data/track_any.bin
.SmallStatue
incbin Data/small_statue.bin
}