mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-21 22:41:14 +00:00
istargeted -> islockedon (#2132)
This commit is contained in:
parent
dc469461a9
commit
6051251c92
15 changed files with 78 additions and 78 deletions
|
@ -487,8 +487,8 @@ Actor_ChangeCategory = 0x80026C14; // type:func
|
|||
Actor_GetProjectileActor = 0x80026C54; // type:func
|
||||
Actor_SetTextWithPrefix = 0x80026E14; // type:func
|
||||
Actor_TestFloorInDirection = 0x80026E90; // type:func
|
||||
Actor_IsTargeted = 0x80026F5C; // type:func
|
||||
Actor_OtherIsTargeted = 0x80026F90; // type:func
|
||||
Actor_IsLockedOn = 0x80026F5C; // type:func
|
||||
Actor_OtherIsLockedOn = 0x80026F90; // type:func
|
||||
func_80033AEC = 0x80026FC4; // type:func
|
||||
func_80033C30 = 0x80027110; // type:func
|
||||
Actor_RequestQuake = 0x8002725C; // type:func
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue