summaryrefslogtreecommitdiff
path: root/include/code_8092334.h
diff options
context:
space:
mode:
authorDennis <dhilhorst2000@gmail.com>2021-08-01 21:09:13 +0200
committerGitHub <noreply@github.com>2021-08-01 12:09:13 -0700
commit26e5708818765e2abaab29b6ffdfa8f01a5600b7 (patch)
tree28fe7891cad7a46da5e88f0293e2a9f855e14203 /include/code_8092334.h
parent645c45431b0e091234699c3706ff90d1654cfb57 (diff)
More pokemon related decomp (#48)
* add struct names * decompile SaveRecruitedPokemon * decompile ReadRecruitedPokemon * decomp anotha one * some renaming * another save function * more backup functions * sub_808E400 * only one function left in pokemon_2.s * decomp one more function * merge 2 structs
Diffstat (limited to 'include/code_8092334.h')
-rw-r--r--include/code_8092334.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/code_8092334.h b/include/code_8092334.h
index 6f7fcae..0548659 100644
--- a/include/code_8092334.h
+++ b/include/code_8092334.h
@@ -11,11 +11,11 @@ struct unkStruct_8094924
u32 unkC;
};
-void sub_809486C(struct unkStruct_8094924 *r0, u8 *r1, s32 size);
+void xxx_init_struct_8094924_save_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 SaveIntegerBits(struct unkStruct_8094924 *r0, void *r1, s32 size);
+void xxx_init_struct_8094924_restore_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);
+void RestoreIntegerBits(struct unkStruct_8094924 *r0, void *r1, s32 size);
#endif \ No newline at end of file