mirror of
https://github.com/zeldaret/mm.git
synced 2026-08-11 11:32:36 -04:00
Player Docs: public facing csAction things (#1459)
* public cs * comments
This commit is contained in:
@@ -744,8 +744,8 @@
|
||||
0x800B71DC:("Actor_MountHorse",),
|
||||
0x800B7200:("func_800B7200",),
|
||||
0x800B722C:("Actor_SpawnHorse",),
|
||||
0x800B724C:("func_800B724C",),
|
||||
0x800B7298:("func_800B7298",),
|
||||
0x800B724C:("Player_SetCsAction",),
|
||||
0x800B7298:("Player_SetCsActionWithHaltedActors",),
|
||||
0x800B72E0:("func_800B72E0",),
|
||||
0x800B72F8:("func_800B72F8",),
|
||||
0x800B7320:("Player_IsFacingActor",),
|
||||
@@ -4465,7 +4465,7 @@
|
||||
0x8083827C:("func_8083827C",),
|
||||
0x8083868C:("func_8083868C",),
|
||||
0x80838760:("Player_StopCutscene",),
|
||||
0x808387A0:("func_808387A0",),
|
||||
0x808387A0:("Player_StartCsAction",),
|
||||
0x80838830:("func_80838830",),
|
||||
0x808388B8:("func_808388B8",),
|
||||
0x808389BC:("func_808389BC",),
|
||||
@@ -4874,11 +4874,11 @@
|
||||
0x8085AC9C:("func_8085AC9C",),
|
||||
0x8085AD5C:("func_8085AD5C",),
|
||||
0x8085ADA0:("Player_CsAction_48",),
|
||||
0x8085B08C:("Player_Action_97",),
|
||||
0x8085B08C:("Player_Action_CsAction",),
|
||||
0x8085B134:("Player_StartFishing",),
|
||||
0x8085B170:("func_8085B170",),
|
||||
0x8085B1F0:("Player_GrabPlayer",),
|
||||
0x8085B28C:("func_8085B28C",),
|
||||
0x8085B28C:("Player_TryCsAction",),
|
||||
0x8085B384:("func_8085B384",),
|
||||
0x8085B3E0:("Player_InflictDamage",),
|
||||
0x8085B460:("Player_TalkWithPlayer",),
|
||||
|
||||
@@ -114,6 +114,8 @@ wordReplace = {
|
||||
"func_8012405C": "Player_HasMirrorShieldEquipped",
|
||||
"func_80124088": "Player_IsHoldingMirrorShield",
|
||||
"func_8012697C": "Player_DrawGetItem",
|
||||
"func_800B724C": "Player_SetCsAction",
|
||||
"func_800B7298": "Player_SetCsActionWithHaltedActors",
|
||||
"Actor_SpawnWithParentAndCutscene": "Actor_SpawnAsChildAndCutscene",
|
||||
"Actor_SpawnWithParent": "Actor_SpawnAsChild",
|
||||
"Actor_IsLinkFacingActor": "Player_IsFacingActor",
|
||||
|
||||
@@ -258,8 +258,8 @@ asm/non_matchings/code/z_actor/Actor_SetCameraHorseSetting.s,Actor_SetCameraHors
|
||||
asm/non_matchings/code/z_actor/Actor_MountHorse.s,Actor_MountHorse,0x800B71DC,0x9
|
||||
asm/non_matchings/code/z_actor/func_800B7200.s,func_800B7200,0x800B7200,0xB
|
||||
asm/non_matchings/code/z_actor/Actor_SpawnHorse.s,Actor_SpawnHorse,0x800B722C,0x8
|
||||
asm/non_matchings/code/z_actor/func_800B724C.s,func_800B724C,0x800B724C,0x13
|
||||
asm/non_matchings/code/z_actor/func_800B7298.s,func_800B7298,0x800B7298,0x12
|
||||
asm/non_matchings/code/z_actor/Player_SetCsAction.s,Player_SetCsAction,0x800B724C,0x13
|
||||
asm/non_matchings/code/z_actor/Player_SetCsActionWithHaltedActors.s,Player_SetCsActionWithHaltedActors,0x800B7298,0x12
|
||||
asm/non_matchings/code/z_actor/func_800B72E0.s,func_800B72E0,0x800B72E0,0x6
|
||||
asm/non_matchings/code/z_actor/func_800B72F8.s,func_800B72F8,0x800B72F8,0xA
|
||||
asm/non_matchings/code/z_actor/Player_IsFacingActor.s,Player_IsFacingActor,0x800B7320,0x16
|
||||
|
||||
|
Reference in New Issue
Block a user