mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-03 06:24:30 +00:00
Completely match ntsc-1.0/1.1 bss and add to CI (#2294)
This commit is contained in:
parent
a04912a017
commit
8ce69c3ac9
23 changed files with 53 additions and 40 deletions
|
@ -6,7 +6,7 @@
|
|||
#include "sys_math3d.h"
|
||||
|
||||
#pragma increment_block_number "gc-eu:103 gc-eu-mq:103 gc-jp:103 gc-jp-ce:103 gc-jp-mq:103 gc-us:103 gc-us-mq:103" \
|
||||
"ntsc-1.2:79 pal-1.0:80 pal-1.1:80"
|
||||
"ntsc-1.0:80 ntsc-1.1:80 ntsc-1.2:79 pal-1.0:80 pal-1.1:80"
|
||||
|
||||
s32 Math3D_LineVsLineClosestTwoPoints(Vec3f* lineAPointA, Vec3f* lineAPointB, Vec3f* lineBPointA, Vec3f* lineBPointB,
|
||||
Vec3f* lineAClosestToB, Vec3f* lineBClosestToA);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue