Replace Actor_MarkForDeath with Actor_Kill (#1118)

* Replace `Actor_MarkForDeath` with `Actor_Kill`

* Replace if-else with early returns, as per hensldm's review

* Respond to Elliptic's review

* Redundant spelling
This commit is contained in:
Tom Overton
2022-10-14 21:35:55 -07:00
committed by GitHub
parent a38f45b268
commit 638f5062cb
338 changed files with 1301 additions and 1190 deletions
+1 -1
View File
@@ -217,7 +217,7 @@ asm/non_matchings/code/z_actor/func_800B64FC.s,func_800B64FC,0x800B64FC,0x22
asm/non_matchings/code/z_actor/func_800B6584.s,func_800B6584,0x800B6584,0x21
asm/non_matchings/code/z_actor/func_800B6608.s,func_800B6608,0x800B6608,0x1E
asm/non_matchings/code/z_actor/func_800B6680.s,func_800B6680,0x800B6680,0x23
asm/non_matchings/code/z_actor/Actor_MarkForDeath.s,Actor_MarkForDeath,0x800B670C,0x8
asm/non_matchings/code/z_actor/Actor_Kill.s,Actor_Kill,0x800B670C,0x8
asm/non_matchings/code/z_actor/Actor_SetWorldToHome.s,Actor_SetWorldToHome,0x800B672C,0xC
asm/non_matchings/code/z_actor/Actor_SetFocus.s,Actor_SetFocus,0x800B675C,0x11
asm/non_matchings/code/z_actor/Actor_SetWorldRotToShape.s,Actor_SetWorldRotToShape,0x800B67A0,0x8
1 asm/non_matchings/code/z_en_a_keep/EnAObj_Init.s EnAObj_Init 0x800A5AC0 0x2B
217 asm/non_matchings/code/z_actor/func_800B6584.s func_800B6584 0x800B6584 0x21
218 asm/non_matchings/code/z_actor/func_800B6608.s func_800B6608 0x800B6608 0x1E
219 asm/non_matchings/code/z_actor/func_800B6680.s func_800B6680 0x800B6680 0x23
220 asm/non_matchings/code/z_actor/Actor_MarkForDeath.s asm/non_matchings/code/z_actor/Actor_Kill.s Actor_MarkForDeath Actor_Kill 0x800B670C 0x8
221 asm/non_matchings/code/z_actor/Actor_SetWorldToHome.s Actor_SetWorldToHome 0x800B672C 0xC
222 asm/non_matchings/code/z_actor/Actor_SetFocus.s Actor_SetFocus 0x800B675C 0x11
223 asm/non_matchings/code/z_actor/Actor_SetWorldRotToShape.s Actor_SetWorldRotToShape 0x800B67A0 0x8