summaryrefslogtreecommitdiff
path: root/src/code_80005FD0.h
diff options
context:
space:
mode:
authorcoco875 <59367621+coco875@users.noreply.github.com>2024-04-03 20:44:44 +0200
committerGitHub <noreply@github.com>2024-04-03 12:44:44 -0600
commit12f332614ed9ee8b684d4b0fdae91e5ef14568ff (patch)
treea8684cb916aae03d41b35a57d07b4c70fd4da909 /src/code_80005FD0.h
parent705fb6d91579ca6661869ff14a58f7b4145c4104 (diff)
move actors code in actors folder and rename thing related to actor (#584)
* Move actors into their folders * Renamings and documentation
Diffstat (limited to 'src/code_80005FD0.h')
-rw-r--r--src/code_80005FD0.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/code_80005FD0.h b/src/code_80005FD0.h
index e7920dd97..ffa7d4f23 100644
--- a/src/code_80005FD0.h
+++ b/src/code_80005FD0.h
@@ -117,11 +117,11 @@ s16 func_8000DBAC(Vec3f, s16*, f32);
void set_bomb_kart_spawn_positions(void);
void func_8000DF8C(s32);
-s32 func_8000ED14(s32, s16);
-s32 func_8000ED80(s32);
-s32 func_8000EDC8(s32);
-s32 func_8000EE10(s32);
-void func_8000EE58(s32);
+s32 add_actor_in_unexpired_actor_list(s32, s16);
+s32 add_red_shell_in_unexpired_actor_list(s32);
+s32 add_green_shell_in_unexpired_actor_list(s32);
+s32 add_blue_shell_in_unexpired_actor_list(s32);
+void delete_actor_in_unexpired_actor_list(s32);
void func_8000EEDC(void);
void generate_player_smoke(void);