diff options
| author | cadmic <cadmic24@gmail.com> | 2024-12-24 09:49:31 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-24 12:49:31 -0500 |
| commit | 8a48c17cc8dcb4bb6e41cb502a6242ece50ce8b9 (patch) | |
| tree | 38ba827f287dd835a029df0e9278d6c226f200fd /src/code | |
| parent | 970639b38b3fbf680f09f2cd057810ba8b91ed2d (diff) | |
Move D_80134488 from system_heap.c to fp.s (#2387)
* Move D_80134488 from system_heap.c to fp.s
* Add declarations
* Fix bss
Diffstat (limited to 'src/code')
| -rw-r--r-- | src/code/sys_math3d.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/sys_math3d.c b/src/code/sys_math3d.c index 96b352d69..082c62fc7 100644 --- a/src/code/sys_math3d.c +++ b/src/code/sys_math3d.c @@ -5,7 +5,7 @@ #include "macros.h" #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" \ +#pragma increment_block_number "gc-eu:99 gc-eu-mq:99 gc-jp:99 gc-jp-ce:99 gc-jp-mq:99 gc-us:99 gc-us-mq:99" \ "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, |
