1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-07-12 10:54:44 +00:00

Merge commit '24571203df' into doc_pause_menu

This commit is contained in:
Dragorn421 2024-08-01 21:29:53 +02:00
commit 73ba1f864d
No known key found for this signature in database
GPG key ID: 381AEBAF3D429335
10 changed files with 67 additions and 43 deletions

View file

@ -7,7 +7,7 @@
// For retail BSS ordering, the block number of cbf in Math3D_CylVsCylOverlapCenterDist
// must be 0.
#pragma increment_block_number 111
#pragma increment_block_number 108
s32 Math3D_LineVsLineClosestTwoPoints(Vec3f* lineAPointA, Vec3f* lineAPointB, Vec3f* lineBPointA, Vec3f* lineBPointB,
Vec3f* lineAClosestToB, Vec3f* lineBClosestToA);