diff options
| author | fig02 <fig02srl@gmail.com> | 2025-04-06 22:32:40 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-06 22:32:40 -0400 |
| commit | 80564bf40b7891eb38eae56b7e3c1780c080a075 (patch) | |
| tree | 2fa33ef47c350d0061609fafd12f6210e8338ae4 /src/code/sys_math3d.c | |
| parent | 5133db15a3d3f554e7936a600ff358a6aa38540a (diff) | |
variables.h cleaning: migrate libultra variables (#2503)
* variables.h cleaning: migrate libultra variables
* another increment_block_number
* fix bss
Diffstat (limited to 'src/code/sys_math3d.c')
| -rw-r--r-- | src/code/sys_math3d.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/code/sys_math3d.c b/src/code/sys_math3d.c index 4a1ddaf0b..3ade95d82 100644 --- a/src/code/sys_math3d.c +++ b/src/code/sys_math3d.c @@ -5,8 +5,8 @@ #include "macros.h" #include "sys_math3d.h" -#pragma increment_block_number "gc-eu:120 gc-eu-mq:120 gc-jp:120 gc-jp-ce:120 gc-jp-mq:120 gc-us:120 gc-us-mq:120" \ - "ique-cn:120 ntsc-1.0:96 ntsc-1.1:96 ntsc-1.2:96 pal-1.0:96 pal-1.1:96" +#pragma increment_block_number "gc-eu:77 gc-eu-mq:77 gc-jp:77 gc-jp-ce:77 gc-jp-mq:77 gc-us:77 gc-us-mq:77 ique-cn:67" \ + "ntsc-1.0:64 ntsc-1.1:64 ntsc-1.2:64 pal-1.0:64 pal-1.1:64" s32 Math3D_LineVsLineClosestTwoPoints(Vec3f* lineAPointA, Vec3f* lineAPointB, Vec3f* lineBPointA, Vec3f* lineBPointB, Vec3f* lineAClosestToB, Vec3f* lineBClosestToA); |
