diff options
| author | Derek Hensley <hensley.derek58@gmail.com> | 2026-08-28 04:15:23 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-08-28 07:15:23 -0400 |
| commit | 7ddfb60b04a081efdca747d0394eee1d14926c34 (patch) | |
| tree | ccdd1f483b5c5fd158df3f2ee83f23eb1a1c8d94 /include | |
| parent | 5464daad84e47b8fc9930912ee976b9c8020e062 (diff) | |
gSetupActorDLs (#1893)
* D_801AEFA0 -> gActorEmtpyDL
* gActorSetupOpaDL
* gActorSetupXluDL
Diffstat (limited to 'include')
| -rw-r--r-- | include/z64actor.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/z64actor.h b/include/z64actor.h index abe5ee152..94f74f70e 100644 --- a/include/z64actor.h +++ b/include/z64actor.h @@ -761,8 +761,8 @@ typedef struct NpcInteractInfo { extern AttentionRangeParams gAttentionRanges[ATTENTION_RANGE_MAX]; extern s16 D_801AED48[8]; -extern Gfx D_801AEF88[]; -extern Gfx D_801AEFA0[]; +extern Gfx gActorSetupXluDL[]; +extern Gfx gActorSetupOpaDL[]; extern Actor* gCameraDriftActor; |
