Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
port Output_InsertObjectGT3
Browse files Browse the repository at this point in the history
  • Loading branch information
rr- committed Oct 31, 2023
1 parent 30b5b0d commit 5b6c7af
Show file tree
Hide file tree
Showing 7 changed files with 244 additions and 32 deletions.
16 changes: 8 additions & 8 deletions docs/progress.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/progress.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1190,7 +1190,7 @@ typedef enum LARA_MESH {
004058C0 00000140 + int32_t __cdecl Output_ZedClipper(int32_t vtx_count, struct POINT_INFO *pts, struct VERTEX_INFO *vtx);
00405A00 00000511 + int32_t __cdecl Output_XYGUVClipper(int32_t vtx_count, struct VERTEX_INFO *vtx);
00405F20 00000A5C + const int16_t *__cdecl Output_InsertObjectGT4(const int16_t *obj_ptr, int32_t num, enum SORT_TYPE sort_type);
00406980 00000872 - const int16_t *__cdecl Output_InsertObjectGT3(const int16_t *obj_ptr, int32_t num, enum SORT_TYPE sort_type);
00406980 00000872 + const int16_t *__cdecl Output_InsertObjectGT3(const int16_t *obj_ptr, int32_t num, enum SORT_TYPE sort_type);
00407200 00000422 - int32_t __cdecl Output_XYGClipper(int32_t vtx_count, struct VERTEX_INFO *vtx);
00407630 000003D1 - const int16_t *__cdecl Output_InsertObjectG4(const int16_t *obj_ptr, int32_t num, enum SORT_TYPE sort_type);
00407A10 0000031B - const int16_t *__cdecl Output_InsertObjectG3(const int16_t *obj_ptr, int32_t num, enum SORT_TYPE sort_type);
Expand Down Expand Up @@ -2531,7 +2531,7 @@ typedef enum LARA_MESH {
004D6B78 - float g_WibbleTable[32];
004D6BF8 - int32_t g_PhdWinRight;
004D6BFC - int32_t g_SurfaceCount;
004D6C00 - struct SORT_ITEM *g_Sort3dPtr;
004D6C00 - struct SORT_ITEM *g_Sort3DPtr;
004D6C0C - int32_t g_WibbleOffset;
004D6C10 - int32_t g_IsWibbleEffect;
004D6C14 - int32_t g_IsWaterEffect;
Expand Down
Loading

0 comments on commit 5b6c7af

Please sign in to comment.