mirror of
https://github.com/zeldaret/mm.git
synced 2026-08-09 18:57:22 -04:00
z_parameter: Hud Visibility (#942)
* Begin interface alpha docs * More Interface Alpha * cleanup docs * Minor fixes * Apply Discord Discussions * More discussions * More suggestions from OoT * fix merge
This commit is contained in:
@@ -2100,10 +2100,10 @@
|
||||
0x8010EBA0:("func_8010EBA0",),
|
||||
0x8010EC54:("func_8010EC54",),
|
||||
0x8010EE74:("func_8010EE74",),
|
||||
0x8010EF68:("Interface_ChangeAlpha",),
|
||||
0x8010EF9C:("func_8010EF9C",),
|
||||
0x8010F0D4:("func_8010F0D4",),
|
||||
0x8010F1A8:("func_8010F1A8",),
|
||||
0x8010EF68:("Interface_SetHudVisibility",),
|
||||
0x8010EF9C:("Interface_UpdateButtonAlphasByStatus",),
|
||||
0x8010F0D4:("Interface_UpdateButtonAlphas",),
|
||||
0x8010F1A8:("Interface_UpdateHudAlphas",),
|
||||
0x80110038:("func_80110038",),
|
||||
0x80111CB4:("func_80111CB4",),
|
||||
0x801129E4:("func_801129E4",),
|
||||
|
||||
@@ -483,6 +483,7 @@ wordReplace = {
|
||||
"func_80169E6C": "Play_SetupRespawnPoint",
|
||||
"func_8016A0AC": "Play_IsUnderwater",
|
||||
"func_801690CC": "Play_InCsMode",
|
||||
"Interface_ChangeAlpha": "Interface_SetHudVisibility",
|
||||
"func_80112B40": "Interface_LoadItemIconImpl",
|
||||
"func_80112BE4": "Interface_LoadItemIcon",
|
||||
"func_80114978": "Item_CheckObtainability",
|
||||
@@ -644,6 +645,11 @@ wordReplace = {
|
||||
"actor.yDistToWater": "actor.depthInWater",
|
||||
"actor.yDistToPlayer": "actor.playerHeightRel",
|
||||
|
||||
"gSaveContext.unk_3F1E": "gSaveContext.hudVisibilityForceButtonAlphasByStatus",
|
||||
"gSaveContext.unk_3F20": "gSaveContext.nextHudVisibility",
|
||||
"gSaveContext.unk_3F22": "gSaveContext.hudVisibility",
|
||||
"gSaveContext.unk_3F24": "gSaveContext.hudVisibilityTimer",
|
||||
"gSaveContext.unk_3F26": "gSaveContext.prevHudVisibility",
|
||||
"gSaveContext.weekEventReg": "gSaveContext.save.weekEventReg",
|
||||
"gSaveContext.playerForm": "gSaveContext.save.playerForm",
|
||||
"gSaveContext.day": "gSaveContext.save.day",
|
||||
|
||||
@@ -1614,10 +1614,10 @@ asm/non_matchings/code/z_parameter/func_8010EB50.s,func_8010EB50,0x8010EB50,0x14
|
||||
asm/non_matchings/code/z_parameter/func_8010EBA0.s,func_8010EBA0,0x8010EBA0,0x2D
|
||||
asm/non_matchings/code/z_parameter/func_8010EC54.s,func_8010EC54,0x8010EC54,0x88
|
||||
asm/non_matchings/code/z_parameter/func_8010EE74.s,func_8010EE74,0x8010EE74,0x3D
|
||||
asm/non_matchings/code/z_parameter/Interface_ChangeAlpha.s,Interface_ChangeAlpha,0x8010EF68,0xD
|
||||
asm/non_matchings/code/z_parameter/func_8010EF9C.s,func_8010EF9C,0x8010EF9C,0x4E
|
||||
asm/non_matchings/code/z_parameter/func_8010F0D4.s,func_8010F0D4,0x8010F0D4,0x35
|
||||
asm/non_matchings/code/z_parameter/func_8010F1A8.s,func_8010F1A8,0x8010F1A8,0x3A4
|
||||
asm/non_matchings/code/z_parameter/Interface_SetHudVisibility.s,Interface_SetHudVisibility,0x8010EF68,0xD
|
||||
asm/non_matchings/code/z_parameter/Interface_UpdateButtonAlphasByStatus.s,Interface_UpdateButtonAlphasByStatus,0x8010EF9C,0x4E
|
||||
asm/non_matchings/code/z_parameter/Interface_UpdateButtonAlphas.s,Interface_UpdateButtonAlphas,0x8010F0D4,0x35
|
||||
asm/non_matchings/code/z_parameter/Interface_UpdateHudAlphas.s,Interface_UpdateHudAlphas,0x8010F1A8,0x3A4
|
||||
asm/non_matchings/code/z_parameter/func_80110038.s,func_80110038,0x80110038,0x71F
|
||||
asm/non_matchings/code/z_parameter/func_80111CB4.s,func_80111CB4,0x80111CB4,0x34C
|
||||
asm/non_matchings/code/z_parameter/func_801129E4.s,func_801129E4,0x801129E4,0x44
|
||||
|
||||
|
Reference in New Issue
Block a user