diff options
| author | emilybrooks <emilybrooksemilybrooks@gmail.com> | 2024-04-14 06:55:02 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-14 06:55:02 -0700 |
| commit | 4ab3a1d9dcb76d80fe745dcbe79f3e925b8fac7e (patch) | |
| tree | 7797d55130804384ad0a3187108ace76f5f6f24e /include | |
| parent | 3518e7cc271c935e2c078f390dc50252a9af4ff6 (diff) | |
migrated rodata in m_actor.c (#172)
Diffstat (limited to 'include')
| -rw-r--r-- | include/m_actor.h | 3 | ||||
| -rw-r--r-- | include/m_clip.h | 5 | ||||
| -rw-r--r-- | include/unknown_structs.h | 4 |
3 files changed, 3 insertions, 9 deletions
diff --git a/include/m_actor.h b/include/m_actor.h index 808b592..5a1c59e 100644 --- a/include/m_actor.h +++ b/include/m_actor.h @@ -10,7 +10,6 @@ struct Actor; struct Game_Play; struct ActorEntry; struct ActorOverlay; -struct struct_801161E8_jp; struct LightsN; struct GraphicsContext; @@ -249,7 +248,7 @@ void Actor_info_dt(ActorInfo* actorInfo, struct Game_Play* game_play); void Actor_info_call_actor(struct Game_Play* game_play, ActorInfo* actorInfo); void Actor_info_draw_actor(struct Game_Play* game_play, ActorInfo* actorInfo); void Actor_free_overlay_area(struct ActorOverlay* overlayEntry); -void Actor_get_overlay_area(struct ActorOverlay* overlayEntry, const struct struct_801161E8_jp* arg1, size_t overlaySize); +void Actor_get_overlay_area(struct ActorOverlay* overlayEntry, const u8*, size_t overlaySize); void Actor_init_actor_class(Actor* actor, ActorProfile* profile, struct ActorOverlay* overlayEntry, struct Game_Play* game_play, s32 arg4, f32 x, f32 y, f32 z, s16 rotX, s16 rotY, s16 rotZ, s8 argB, s8 argC, s16 argD, u16 fgName, s16 params); Actor* Actor_info_make_actor(ActorInfo* actorInfo, struct Game_Play* game_play, s16 actorId, f32 x, f32 y, f32 z, s16 rotX, s16 rotY, s16 rotZ, s8 arg9, s8 argA, s16 argB, u16 fgName, s16 params, s8 argE, s32 argF); Actor* Actor_info_make_child_actor(ActorInfo* actorInfo, Actor* arg1, struct Game_Play* game_play, s16 actorId, f32 x, f32 y, f32 z, s16 rotX, s16 rotY, s16 rotZ, s16 argA, u16 fgName, s16 params, s32 argD); diff --git a/include/m_clip.h b/include/m_clip.h index f5c3a3b..3f58ad1 100644 --- a/include/m_clip.h +++ b/include/m_clip.h @@ -7,7 +7,6 @@ struct Actor; struct ActorOverlay; -struct struct_801161E8_jp; struct ObjectStatus; struct Clip_unk_040_unk_14_arg0; struct Game_Play; @@ -18,9 +17,9 @@ struct FurnitureActor; struct WeatherClip; struct ObjectExchangeBank; -typedef UNK_RET (*Clip_unk_040_unk_04)(struct ActorOverlay*, const struct struct_801161E8_jp*, size_t, s32); +typedef UNK_RET (*Clip_unk_040_unk_04)(struct ActorOverlay*, const u8*, size_t, s32); typedef UNK_RET (*Clip_unk_040_unk_08)(void); -typedef UNK_PTR (*Clip_unk_040_unk_0C)(size_t, const struct struct_801161E8_jp*, s32); +typedef UNK_PTR (*Clip_unk_040_unk_0C)(size_t, const u8*, s32); typedef UNK_RET (*Clip_unk_040_unk_10)(struct Actor*); typedef UNK_RET (*Clip_unk_040_unk_14)(struct Clip_unk_040_unk_14_arg0*, u16); typedef UNK_RET (*Clip_unk_040_unk_BC)(struct Actor*, struct Game_Play*); diff --git a/include/unknown_structs.h b/include/unknown_structs.h index 383f2cd..ce3fdb0 100644 --- a/include/unknown_structs.h +++ b/include/unknown_structs.h @@ -7,10 +7,6 @@ #include "unk.h" #include "other_types.h" -typedef struct struct_801161E8_jp { - /* 0x0 */ UNK_TYPE1 unk_0[0x8]; -} struct_801161E8_jp; // size <= 0x8 - typedef struct Clip_unk_040_unk_14_arg0 { /* 0x00 */ s16 unk_00; /* 0x00 */ s16 unk_02; |
