mirror of
https://github.com/zeldaret/mm.git
synced 2026-08-08 18:42:59 -04:00
PreRender.c OK (#1320)
* begin prerender * match func_801716C4 * copy more docs from OoT * begin func_801720FC * improve func_801720FC * match func_801720FC * background 2D * merge master * func_801717F8 attempt * z64prerender.h * import bss * non-equivalent * document func_801716C4 * cleanup comments * import tharo docs * minor improvement on PreRender_DivotFilter * Match PreRender_DivotFilter * Remove fakes * format * Fix comment about RM_VISCVG in PreRender_FetchFbufCoverage * PreRender cleanup * PR Review * review * listalloc.h * bss * capitalization --------- Co-authored-by: angie <angheloalf95@gmail.com> Co-authored-by: Derek Hensley <hensley.derek58@gmail.com>
This commit is contained in:
+14
-14
@@ -3057,28 +3057,28 @@
|
||||
0x8016FD2C:("PreRender_Init",),
|
||||
0x8016FD60:("PreRender_SetValues",),
|
||||
0x8016FD94:("PreRender_Destroy",),
|
||||
0x8016FDB8:("func_8016FDB8",),
|
||||
0x8016FF70:("func_8016FF70",),
|
||||
0x8016FDB8:("PreRender_CopyImage",),
|
||||
0x8016FF70:("PreRender_RestoreBuffer",),
|
||||
0x8016FF90:("func_8016FF90",),
|
||||
0x80170200:("func_80170200",),
|
||||
0x8017023C:("func_8017023C",),
|
||||
0x8017057C:("func_8017057C",),
|
||||
0x801705B4:("func_801705B4",),
|
||||
0x801705EC:("func_801705EC",),
|
||||
0x80170730:("func_80170730",),
|
||||
0x80170774:("func_80170774",),
|
||||
0x8017023C:("PreRender_CoverageRgba16ToI8",),
|
||||
0x8017057C:("PreRender_SaveZBuffer",),
|
||||
0x801705B4:("PreRender_SaveFramebuffer",),
|
||||
0x801705EC:("PreRender_FetchFbufCoverage",),
|
||||
0x80170730:("PreRender_DrawCoverage",),
|
||||
0x80170774:("PreRender_RestoreZBuffer",),
|
||||
0x80170798:("func_80170798",),
|
||||
0x80170AE0:("func_80170AE0",),
|
||||
0x80170B28:("func_80170B28",),
|
||||
0x80170B4C:("PreRender_AntiAliasAlgorithm",),
|
||||
0x8017160C:("PreRender_ApplyAntiAliasingFilter",),
|
||||
0x801716C4:("func_801716C4",),
|
||||
0x801717F8:("func_801717F8",),
|
||||
0x80170B28:("PreRender_RestoreFramebuffer",),
|
||||
0x80170B4C:("PreRender_AntiAliasFilterPixel",),
|
||||
0x8017160C:("PreRender_AntiAliasFilter",),
|
||||
0x801716C4:("PreRender_Get5bMedian9",),
|
||||
0x801717F8:("PreRender_DivotFilter",),
|
||||
0x80171F4C:("PreRender_ApplyFilters",),
|
||||
0x80171FA8:("PreRender_ApplyFiltersSlowlyInit",),
|
||||
0x80172078:("PreRender_ApplyFiltersSlowlyDestroy",),
|
||||
0x801720C4:("func_801720C4",),
|
||||
0x801720FC:("func_801720FC",),
|
||||
0x801720FC:("Prerender_DrawBackground2DImpl",),
|
||||
0x80172758:("Prerender_DrawBackground2D",),
|
||||
0x801727F0:("THGA_Init",),
|
||||
0x80172810:("THGA_Destroy",),
|
||||
|
||||
@@ -4021,7 +4021,7 @@
|
||||
0x801F6DFC:("sBombersNotebookOpen","u8","",0x1),
|
||||
0x801F6DFD:("sMotionBlurStatus","UNK_TYPE1","",0x1),
|
||||
0x801F6E00:("sSlowlyMgr","SlowlyMgr","",0x1c0),
|
||||
0x801F6FC0:("D_801F6FC0","UNK_TYPE1","",0x1),
|
||||
0x801F6FC0:("sSlowlyRunning","UNK_TYPE1","",0x1),
|
||||
0x801F6FC8:("sSlowlyStackInfo","StackEntry","",0x1c),
|
||||
0x801F6FE8:("sSlowlyStack","u8","[4096]",0x1000),
|
||||
0x801F7FF0:("sGameSpeedMeter","SpeedMeter","", 0x20),
|
||||
|
||||
Reference in New Issue
Block a user