diff options
| author | Dragorn421 <Dragorn421@users.noreply.github.com> | 2024-10-01 08:46:56 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-01 08:46:56 +0200 |
| commit | 47c6c36dc3def21963b4b7dcae1e705c34a8de82 (patch) | |
| tree | 0793361ab1853349aab77e821db69fc0a26c41a1 /src/code/sys_math3d.c | |
| parent | bdc11c2894d482208ba9acef6f572fb317ee69d2 (diff) | |
[headers] Create zelda_arena.h, move protos to z64effect.h, and misc fixups (#2248)
* [headers] Create z64malloc.h, move protos to z64effect.h, and misc fixups
* zelda_arena.h
* bss
* bss2
* bss3
* bss
Diffstat (limited to 'src/code/sys_math3d.c')
| -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 8a1328e68..d1db06253 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:104 gc-eu-mq:104 gc-jp:104 gc-jp-ce:104 gc-jp-mq:104 gc-us:104 gc-us-mq:104" \ +#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" s32 Math3D_LineVsLineClosestTwoPoints(Vec3f* lineAPointA, Vec3f* lineAPointB, Vec3f* lineBPointA, Vec3f* lineBPointB, |
