mirror of
https://github.com/n64decomp/mk64
synced 2026-07-01 19:00:19 -04:00
Match code_8003DC40 (#223)
Matched its rodata too Required making a minor adjustment to the Player struct, which required updating a couple of other files Signed-off-by: Taggerung <tyler.taggerung@gmail.com>
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
#ifndef CODE_8003DC40_H
|
||||
#define CODE_8003DC40_H
|
||||
|
||||
#include "common_structs.h"
|
||||
|
||||
/* Function Prototypes */
|
||||
|
||||
void func_8003DC40(Player*);
|
||||
void func_8003DC50(Player*, Vec3f);
|
||||
void func_8003DE4C(Player*, Vec3f);
|
||||
void func_8003E048(Player*, Vec3f, Vec3f, Vec3f, f32*, f32*, f32*, f32*);
|
||||
void func_8003E37C(Player*, Vec3f, Vec3f, Vec3f, f32*, f32*, f32*, f32*);
|
||||
void func_8003E6EC(Player*, Vec3f, Vec3f, Vec3f, f32*, f32*, f32*, f32*);
|
||||
void func_8003E9EC(Player*, Vec3f, Vec3f, Vec3f, f32*, f32*, f32*, f32*);
|
||||
void func_8003EE2C(Player*, Vec3f, Vec3f, Vec3f, f32*, f32*, f32*, f32*);
|
||||
void func_8003F138(Player*, Vec3f, Vec3f, Vec3f, f32*, f32*, f32*, f32*);
|
||||
void func_8003F46C(Player*, Vec3f, Vec3f, Vec3f, f32*, f32*, f32*, f32*);
|
||||
void func_8003F734(Player*, Vec3f, Vec3f, Vec3f, f32*, f32*, f32*);
|
||||
void func_8003FBAC(Player*, Vec3f, Vec3f, Vec3f, f32*, f32*, f32*);
|
||||
|
||||
extern s16 gCurrentCourseId;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user