Add small statue object for mushroom grotto

This commit is contained in:
scawful
2024-03-09 08:31:36 -05:00
parent 4b4e60929b
commit df07fd4f65
2 changed files with 3 additions and 0 deletions

View File

@@ -82,6 +82,7 @@ NewObjectsCode:
dw .FloorAny-.ObjData ; 12
dw .WallSwordHouse-.ObjData ; 13
dw .KydreeokBody-.ObjData ; 14
dw .SmallStatue-.ObjData ; 15
.ObjData
.LeftRight
@@ -114,6 +115,8 @@ NewObjectsCode:
incbin Data/wall_sword_house.bin
.KydreeokBody
incbin Data/kydreeok_body.bin
.SmallStatue
incbin Data/small_statue.bin
}