Move player-related function declarations to z64player.h (#1480)

* Move player function declarations to z64player.h

* rename Actor_MountHorse to Player_MountHorse and similar functions

* whoops

* add missing includes

* format

* whoops
This commit is contained in:
Anghelo Carvajal
2023-11-21 12:13:29 -03:00
committed by GitHub
parent 76f81833b6
commit 2b4610670f
9 changed files with 134 additions and 122 deletions
+3 -3
View File
@@ -254,10 +254,10 @@ asm/non_matchings/code/z_actor/Player_GetRunSpeedLimit.s,Player_GetRunSpeedLimit
asm/non_matchings/code/z_actor/func_800B7118.s,func_800B7118,0x800B7118,0x4
asm/non_matchings/code/z_actor/func_800B7128.s,func_800B7128,0x800B7128,0xD
asm/non_matchings/code/z_actor/func_800B715C.s,func_800B715C,0x800B715C,0x5
asm/non_matchings/code/z_actor/Actor_SetCameraHorseSetting.s,Actor_SetCameraHorseSetting,0x800B7170,0x1B
asm/non_matchings/code/z_actor/Actor_MountHorse.s,Actor_MountHorse,0x800B71DC,0x9
asm/non_matchings/code/z_actor/Player_SetCameraHorseSetting.s,Player_SetCameraHorseSetting,0x800B7170,0x1B
asm/non_matchings/code/z_actor/Player_MountHorse.s,Player_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/Player_SpawnHorse.s,Player_SpawnHorse,0x800B722C,0x8
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
1 asm/non_matchings/code/z_en_a_keep/EnAObj_Init.s EnAObj_Init 0x800A5AC0 0x2B
254 asm/non_matchings/code/z_actor/func_800B7118.s func_800B7118 0x800B7118 0x4
255 asm/non_matchings/code/z_actor/func_800B7128.s func_800B7128 0x800B7128 0xD
256 asm/non_matchings/code/z_actor/func_800B715C.s func_800B715C 0x800B715C 0x5
257 asm/non_matchings/code/z_actor/Actor_SetCameraHorseSetting.s asm/non_matchings/code/z_actor/Player_SetCameraHorseSetting.s Actor_SetCameraHorseSetting Player_SetCameraHorseSetting 0x800B7170 0x1B
258 asm/non_matchings/code/z_actor/Actor_MountHorse.s asm/non_matchings/code/z_actor/Player_MountHorse.s Actor_MountHorse Player_MountHorse 0x800B71DC 0x9
259 asm/non_matchings/code/z_actor/func_800B7200.s func_800B7200 0x800B7200 0xB
260 asm/non_matchings/code/z_actor/Actor_SpawnHorse.s asm/non_matchings/code/z_actor/Player_SpawnHorse.s Actor_SpawnHorse Player_SpawnHorse 0x800B722C 0x8
261 asm/non_matchings/code/z_actor/Player_SetCsAction.s Player_SetCsAction 0x800B724C 0x13
262 asm/non_matchings/code/z_actor/Player_SetCsActionWithHaltedActors.s Player_SetCsActionWithHaltedActors 0x800B7298 0x12
263 asm/non_matchings/code/z_actor/func_800B72E0.s func_800B72E0 0x800B72E0 0x6