summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAnghelo Carvajal <angheloalf95@gmail.com>2023-08-21 14:46:13 -0400
committerGitHub <noreply@github.com>2023-08-21 11:46:13 -0700
commit74ba3014c974ae9a260d6485be71258310edb59a (patch)
tree2f6bf91ad410b1246118c80c21721347c0433252 /include
parent021809c0ec3b9c2b877c130389d7a4e2292824f8 (diff)
`m_player_call` OK (#68)
* C file * most funcs * initfunc and migrate data/bss * format
Diffstat (limited to 'include')
-rw-r--r--include/6E80C0.h4
-rw-r--r--include/m_player_call.h12
2 files changed, 2 insertions, 14 deletions
diff --git a/include/6E80C0.h b/include/6E80C0.h
index 4d9a834..f5609c6 100644
--- a/include/6E80C0.h
+++ b/include/6E80C0.h
@@ -17,12 +17,12 @@ typedef struct Game_Play1CBC {
// void func_800C453C_jp();
// void func_800C4648_jp();
// void func_800C46AC_jp();
-// void mSM_ovlptr_dllcnv();
+void* mSM_ovlptr_dllcnv(void* vram, Game_Play1CBC* arg1);
// void func_800C47B4_jp();
// void func_800C497C_jp();
void func_800C49D4_jp(struct Game_Play* game_play);
void mSM_submenu_ovlptr_cleanup(Game_Play1CBC* arg0);
-// void load_player();
+void load_player(Game_Play1CBC* arg0);
void mSM_submenu_ct(Game_Play1CBC* arg0);
void mSM_submenu_dt(Game_Play1CBC* arg0);
// void func_800C4D8C_jp();
diff --git a/include/m_player_call.h b/include/m_player_call.h
deleted file mode 100644
index 2f3baa0..0000000
--- a/include/m_player_call.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef M_PLAYER_CALL_H
-#define M_PLAYER_CALL_H
-
-#include "ultra64.h"
-
-// void initfunc();
-// void Player_actor_ct_call();
-// void Player_actor_dt_call();
-// void Player_actor_move_call();
-// void Player_actor_draw_call();
-
-#endif