Super Mario 64s source code (from a leak on 4chan so be careful)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
829 B

6 years ago
  1. # Generated by LakiTool
  2. # Warp Collision (seems strange to put these collision in another file. Only instance of this seperation thus far. Not sure what this is doing as a file.)
  3. glabel door_seg3_collision_0301CE78 # 0x0301CE78 - 0x0301CECC
  4. colInit
  5. colVertexInit 0x8
  6. colVertex -80, 240, 30
  7. colVertex 80, 240, 30
  8. colVertex 80, 0, 30
  9. colVertex -80, 0, 30
  10. colVertex -80, 240, -30
  11. colVertex 80, 0, -30
  12. colVertex 80, 240, -30
  13. colVertex -80, 0, -30
  14. colTriInit SURF_ENV_DEFAULT, 4
  15. colTri 2, 1, 0
  16. colTri 3, 2, 0
  17. colTri 6, 5, 4
  18. colTri 5, 7, 4
  19. colTriStop
  20. colEnd
  21. glabel lll_hexagonal_mesh_seg3_collision_0301CECC # 0x0301CECC - 0x0301CEFC
  22. colInit
  23. colVertexInit 0x4
  24. colVertex -200, 0, -200
  25. colVertex 200, 0, -200
  26. colVertex 200, 0, 200
  27. colVertex -200, 0, 200
  28. colTriInit SURF_ENV_DEFAULT, 2
  29. colTri 2, 1, 0
  30. colTri 3, 2, 0
  31. colTriStop
  32. colEnd