mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
Name Actor_PlaySfx and Player_PlaySfx (#1190)
* name funcs * namefixer * function comments
This commit is contained in:
@@ -800,8 +800,8 @@
|
||||
0x800B8D98:("func_800B8D98",),
|
||||
0x800B8DD4:("func_800B8DD4",),
|
||||
0x800B8E1C:("func_800B8E1C",),
|
||||
0x800B8E58:("func_800B8E58",),
|
||||
0x800B8EC8:("Actor_PlaySfxAtPos",),
|
||||
0x800B8E58:("Player_PlaySfx",),
|
||||
0x800B8EC8:("Actor_PlaySfx",),
|
||||
0x800B8EF4:("func_800B8EF4",),
|
||||
0x800B8F98:("func_800B8F98",),
|
||||
0x800B8FC0:("func_800B8FC0",),
|
||||
|
||||
+3
-1
@@ -301,7 +301,9 @@ wordReplace = {
|
||||
"Actor_ChangeAnimation": "Actor_ChangeAnimationByInfo",
|
||||
"func_80152498": "Message_GetState",
|
||||
"func_800B8898": "Actor_GetScreenPos",
|
||||
"Audio_PlayActorSound2": "Actor_PlaySfxAtPos",
|
||||
"Audio_PlayActorSound2": "Actor_PlaySfx",
|
||||
"Actor_PlaySfxAtPos": "Actor_PlaySfx",
|
||||
"func_800B8E58": "Player_PlaySfx",
|
||||
"func_800BF7CC": "Actor_SpawnIceEffects",
|
||||
"Actor_IsFacingPlayerAndWithinRange": "Actor_IsFacingAndNearPlayer",
|
||||
"func_800BC8B8": "Actor_DrawDoorLock",
|
||||
|
||||
@@ -314,8 +314,8 @@ asm/non_matchings/code/z_actor/func_800B8D50.s,func_800B8D50,0x800B8D50,0x12
|
||||
asm/non_matchings/code/z_actor/func_800B8D98.s,func_800B8D98,0x800B8D98,0xF
|
||||
asm/non_matchings/code/z_actor/func_800B8DD4.s,func_800B8DD4,0x800B8DD4,0x12
|
||||
asm/non_matchings/code/z_actor/func_800B8E1C.s,func_800B8E1C,0x800B8E1C,0xF
|
||||
asm/non_matchings/code/z_actor/func_800B8E58.s,func_800B8E58,0x800B8E58,0x1C
|
||||
asm/non_matchings/code/z_actor/Actor_PlaySfxAtPos.s,Actor_PlaySfxAtPos,0x800B8EC8,0xB
|
||||
asm/non_matchings/code/z_actor/Player_PlaySfx.s,Player_PlaySfx,0x800B8E58,0x1C
|
||||
asm/non_matchings/code/z_actor/Actor_PlaySfx.s,Actor_PlaySfx,0x800B8EC8,0xB
|
||||
asm/non_matchings/code/z_actor/func_800B8EF4.s,func_800B8EF4,0x800B8EF4,0x29
|
||||
asm/non_matchings/code/z_actor/func_800B8F98.s,func_800B8F98,0x800B8F98,0xA
|
||||
asm/non_matchings/code/z_actor/func_800B8FC0.s,func_800B8FC0,0x800B8FC0,0xA
|
||||
|
||||
|
Reference in New Issue
Block a user