diff options
| author | engineer124 <47598039+engineer124@users.noreply.github.com> | 2024-12-15 19:11:29 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-15 19:11:29 +1100 |
| commit | 6156df5fee16f528d9949a87b27943c5f747a11d (patch) | |
| tree | e2d077e0915da35b5c3f7b5052f1f7a468e5d500 /tools | |
| parent | 9e2ef99d2ecdd6c13612b79809ef5fe112b72ad9 (diff) | |
Document Culling (#1759)
* culling docs
* cleanup
* PR suggestions
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/disasm/functions.txt | 4 | ||||
| -rw-r--r-- | tools/sizes/code_functions.csv | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/tools/disasm/functions.txt b/tools/disasm/functions.txt index e6967ab90..cc70b76fd 100644 --- a/tools/disasm/functions.txt +++ b/tools/disasm/functions.txt @@ -823,8 +823,8 @@ 0x800B9E4C:("Actor_AddToLensActors",), 0x800B9E84:("Actor_DrawLensOverlay",), 0x800B9EF4:("Actor_DrawLensActors",), - 0x800BA2D8:("func_800BA2D8",), - 0x800BA2FC:("func_800BA2FC",), + 0x800BA2D8:("Actor_CullingCheck",), + 0x800BA2FC:("Actor_CullingVolumeTest",), 0x800BA42C:("Actor_DrawAll",), 0x800BA6FC:("Actor_KillAllWithMissingObject",), 0x800BA798:("func_800BA798",), diff --git a/tools/sizes/code_functions.csv b/tools/sizes/code_functions.csv index e42994022..061c1dfbd 100644 --- a/tools/sizes/code_functions.csv +++ b/tools/sizes/code_functions.csv @@ -337,8 +337,8 @@ asm/non_matchings/code/z_actor/Actor_ResetLensActors.s,Actor_ResetLensActors,0x8 asm/non_matchings/code/z_actor/Actor_AddToLensActors.s,Actor_AddToLensActors,0x800B9E4C,0xE asm/non_matchings/code/z_actor/Actor_DrawLensOverlay.s,Actor_DrawLensOverlay,0x800B9E84,0x1C asm/non_matchings/code/z_actor/Actor_DrawLensActors.s,Actor_DrawLensActors,0x800B9EF4,0xF9 -asm/non_matchings/code/z_actor/func_800BA2D8.s,func_800BA2D8,0x800BA2D8,0x9 -asm/non_matchings/code/z_actor/func_800BA2FC.s,func_800BA2FC,0x800BA2FC,0x4C +asm/non_matchings/code/z_actor/Actor_CullingCheck.s,Actor_CullingCheck,0x800BA2D8,0x9 +asm/non_matchings/code/z_actor/Actor_CullingVolumeTest.s,Actor_CullingVolumeTest,0x800BA2FC,0x4C asm/non_matchings/code/z_actor/Actor_DrawAll.s,Actor_DrawAll,0x800BA42C,0xB4 asm/non_matchings/code/z_actor/Actor_KillAllWithMissingObject.s,Actor_KillAllWithMissingObject,0x800BA6FC,0x27 asm/non_matchings/code/z_actor/func_800BA798.s,func_800BA798,0x800BA798,0x48 |
