Implement (nonmatching) m_titledemo.c

This commit is contained in:
Cuyler36
2023-05-28 22:58:23 -04:00
parent ed9fdbaca2
commit aeb6dff13c
22 changed files with 1799 additions and 447 deletions
+3
View File
@@ -9,6 +9,9 @@ extern "C" {
#endif
extern PLAYER_ACTOR* get_player_actor_withoutCheck(GAME_PLAY* play);
extern void mPlib_SetData1_controller_data_for_title_demo(f32 stick_x, f32 stick_y, int btn_a, int btn_b);
extern void mPlib_SetData2_controller_data_for_title_demo(mActor_name_t tool);
extern void mPlib_request_main_invade_type1(GAME_PLAY* play);
#ifdef __cplusplus
}