mirror of
https://github.com/pret/pmd-red.git
synced 2026-08-26 18:55:56 -05:00
More item related decomp (#45)
* decompile sub_80918EC * some more item related functions * more item functions * more decomp, fix types in other places * more small functions * more item related decomp * one more weird branching item function * fix global.h includes * figured out branch pattern * decompile sub_8090F58 * make temporary struct for function * 🦀 items.s is gone 🦀 * some renaming * rename some obvious item related constants * fix spelling error
This commit is contained in:
21
include/code_8092334.h
Normal file
21
include/code_8092334.h
Normal file
@@ -0,0 +1,21 @@
|
||||
#ifndef GUARD_CODE_8092334_H
|
||||
#define GUARD_CODE_8092334_H
|
||||
|
||||
|
||||
struct unkStruct_8094924
|
||||
{
|
||||
// size: 0x10?
|
||||
u8 *unk0; // head?
|
||||
u8 *unk4; // tail?
|
||||
u32 unk8;
|
||||
u32 unkC;
|
||||
};
|
||||
|
||||
void sub_809486C(struct unkStruct_8094924 *r0, u8 *r1, s32 size);
|
||||
void nullsub_102(struct unkStruct_8094924 *r0);
|
||||
void sub_809488C(struct unkStruct_8094924 *r0, u8 *r1, s32 size);
|
||||
void sub_809485C(struct unkStruct_8094924 *r0, u8 *r1, s32 size);
|
||||
void sub_80948E4(struct unkStruct_8094924 *r0, u8 *r1, s32 size);
|
||||
void sub_8094924(struct unkStruct_8094924 *r0, u8 *r1, s32 size);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user