Change back string.c/h, fix m434Dll, work on m433Dll/player.c (#530)
* Change back string.h as the change breaks things * Fix m434Dll * Work on m433Dll/player.c
This commit is contained in:
parent
58925bcf5d
commit
c621824464
10 changed files with 4113 additions and 31 deletions
|
|
@ -1,4 +1,5 @@
|
|||
#include "string.h"
|
||||
#include "stddef.h"
|
||||
|
||||
static int K1 = 0x80808080;
|
||||
static int K2 = 0xFEFEFEFF;
|
||||
|
|
|
|||
|
|
@ -353,12 +353,12 @@ s32 fn_1_2154(void)
|
|||
return OM_GET_DATA_PTR(lbl_1_bss_24, M433DllWork)->unk_0C;
|
||||
}
|
||||
|
||||
s32 fn_1_216C(void)
|
||||
u32 fn_1_216C(void)
|
||||
{
|
||||
return OM_GET_DATA_PTR(lbl_1_bss_24, M433DllWork)->unk_14;
|
||||
}
|
||||
|
||||
s32 fn_1_2184(void)
|
||||
u32 fn_1_2184(void)
|
||||
{
|
||||
return OM_GET_DATA_PTR(lbl_1_bss_24, M433DllWork)->unk_24;
|
||||
}
|
||||
|
|
|
|||
4091
src/REL/m433Dll/player.c
Normal file
4091
src/REL/m433Dll/player.c
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -1,6 +1,7 @@
|
|||
#include "game/audio.h"
|
||||
#include "game/chrman.h"
|
||||
#include "game/hsfman.h"
|
||||
#include "game/hsfdraw.h"
|
||||
#include "game/hsfmotion.h"
|
||||
#include "game/object.h"
|
||||
#include "game/objsub.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue