1
0
Fork 0
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:
fig02 2024-09-04 19:26:23 -04:00 committed by GitHub
parent dc469461a9
commit 6051251c92
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 78 additions and 78 deletions

View file

@ -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