mirror of
https://github.com/pmret/papermario.git
synced 2024-11-08 12:02:30 +01:00
cleanup
This commit is contained in:
parent
9e5a9710be
commit
04eebda913
@ -148,4 +148,6 @@ ScriptInstance* get_script_by_index(s32 index);
|
||||
void suspend_all_group(s32 groupFlags);
|
||||
void kill_script(ScriptInstance* instanceToKill);
|
||||
|
||||
void nuPiReadRom(u32 rom_addr, void* buf_ptr, u32 size);
|
||||
|
||||
#endif
|
||||
|
@ -308,7 +308,7 @@ void al_LoadINIT(UnkAl19E0*, s32, ALHeap*);
|
||||
s32 al_CopyFileTableEntry(u16 arg0, s32 arg1, s32* arg2);
|
||||
void al_LoadPER(UnkAl19E0*, s32*);
|
||||
void al_LoadPRG(UnkAl19E0*, s32*);
|
||||
void al_DmaCopy(s32*, s32*, s32);
|
||||
void al_DmaCopy(s32, s32*, s32);
|
||||
|
||||
#undef alHeapAlloc
|
||||
void* alHeapAlloc(ALHeap *heap, s32 arg1, s32 size);
|
||||
|
@ -493,7 +493,7 @@ s32 func_80054D74(s32 arg0) {
|
||||
|
||||
INCLUDE_ASM(s32, "code_2e230_len_2190", func_80054DA8);
|
||||
|
||||
INCLUDE_ASM(void, "code_2e230_len_2190", al_DmaCopy, s32* arg0, s32* arg1, s32 arg2);
|
||||
INCLUDE_ASM(void, "code_2e230_len_2190", al_DmaCopy, s32 arg0, s32* arg1, s32 arg2);
|
||||
|
||||
INCLUDE_ASM(s32, "code_2e230_len_2190", func_80054E90);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user