mirror of
https://github.com/zeldaret/mm.git
synced 2026-08-17 12:59:53 -04:00
THA docs (#1177)
* THA docs Co-authored-by: Tharo <17233964+Thar0@users.noreply.github.com> * format * namefixer * yada * remove zero pad comment * Update include/z64.h Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com> * Update include/thga.h Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com> * namefixer * bss * namefixer --------- Co-authored-by: Tharo <17233964+Thar0@users.noreply.github.com> Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com>
This commit is contained in:
@@ -117,6 +117,23 @@ wordReplace = {
|
||||
"Actor_MarkForDeath": "Actor_Kill",
|
||||
"func_800B84D0": "Actor_ProcessTalkRequest",
|
||||
"func_8017D668": "Math3D_PointDistToLine2D",
|
||||
|
||||
"THGA_GetSize": "THGA_GetRemaining",
|
||||
"THGA_AllocStartArray8": "THGA_AllocDisplayList",
|
||||
"THGA_AllocStart8": "THGA_AllocGfx",
|
||||
"THGA_AllocStart8Wrapper": "THGA_AllocGfx2",
|
||||
"THGA_AllocEnd": "THGA_AllocTail",
|
||||
"THGA_AllocEndArray64": "THGA_AllocMtxArray",
|
||||
"THGA_AllocEnd64": "THGA_AllocMtx",
|
||||
"THGA_AllocEndArray16": "THGA_AllocVtxArray",
|
||||
"THGA_AllocEnd16": "THGA_AllocVtx",
|
||||
"THA_AllocStart": "THA_AllocHead",
|
||||
"THA_AllocStart1": "THA_AllocHeadByte",
|
||||
"THA_AllocEnd": "THA_AllocTail",
|
||||
"THA_AllocEndAlign16": "THA_AllocTailAlign16",
|
||||
"THA_AllocEndAlign": "THA_AllocTailAlign",
|
||||
"THA_GetSize": "THA_GetRemaining",
|
||||
|
||||
"func_800BDFC0": "Gfx_DrawDListOpa",
|
||||
"func_800BE03C": "Gfx_DrawDListXlu",
|
||||
"func_800B6FC8": "Player_GetHeight",
|
||||
|
||||
Reference in New Issue
Block a user