diff options
| author | engineer124 <47598039+engineer124@users.noreply.github.com> | 2022-10-27 21:28:33 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-28 02:28:33 +0100 |
| commit | c6ec00f0dd25136178dbfb658645c50995b91d64 (patch) | |
| tree | b648cbc26d29a6b805fc4d9ef5e14bafd35cd016 /tools | |
| parent | d76266d91e69683c71ff038a6d7afd51af3da129 (diff) | |
Match func_80142440 (z_vr_box.c OK) (#1127)
* match func_80142440
* run full formatter
* docs and 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 0e450dfa2..030aace67 100644 --- a/tools/disasm/functions.txt +++ b/tools/disasm/functions.txt @@ -2780,9 +2780,9 @@ 0x80142100:("func_80142100",), 0x80142440:("func_80142440",), 0x80143148:("func_80143148",), - 0x801431E8:("func_801431E8",), + 0x801431E8:("Skybox_Setup",), 0x80143324:("func_80143324",), - 0x801434E4:("func_801434E4",), + 0x801434E4:("Skybox_Init",), 0x801435A0:("SkyboxDraw_UpdateMatrix",), 0x80143624:("SkyboxDraw_SetColors",), 0x80143668:("SkyboxDraw_Draw",), diff --git a/tools/sizes/code_functions.csv b/tools/sizes/code_functions.csv index 19f625dbf..7153f8689 100644 --- a/tools/sizes/code_functions.csv +++ b/tools/sizes/code_functions.csv @@ -2294,9 +2294,9 @@ asm/non_matchings/code/code_801420C0/func_801420F4.s,func_801420F4,0x801420F4,0x asm/non_matchings/code/code_801420C0/func_80142100.s,func_80142100,0x80142100,0xD0 asm/non_matchings/code/z_vr_box/func_80142440.s,func_80142440,0x80142440,0x342 asm/non_matchings/code/z_vr_box/func_80143148.s,func_80143148,0x80143148,0x28 -asm/non_matchings/code/z_vr_box/func_801431E8.s,func_801431E8,0x801431E8,0x4F +asm/non_matchings/code/z_vr_box/Skybox_Setup.s,Skybox_Setup,0x801431E8,0x4F asm/non_matchings/code/z_vr_box/func_80143324.s,func_80143324,0x80143324,0x70 -asm/non_matchings/code/z_vr_box/func_801434E4.s,func_801434E4,0x801434E4,0x2F +asm/non_matchings/code/z_vr_box/Skybox_Init.s,Skybox_Init,0x801434E4,0x2F asm/non_matchings/code/z_vr_box_draw/func_801435A0.s,func_801435A0,0x801435A0,0x21 asm/non_matchings/code/z_vr_box_draw/func_80143624.s,func_80143624,0x80143624,0x11 asm/non_matchings/code/z_vr_box_draw/func_80143668.s,func_80143668,0x80143668,0xE7 |
