diff options
author | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-03-16 11:15:23 +0100 |
---|---|---|
committer | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-03-16 11:15:23 +0100 |
commit | 841866478a047e1879804eeee93a2f6113fa5295 (patch) | |
tree | e2b562642745a9674793d5d10f86c1bf180e6cae /include | |
parent | 17b47c39406338ff7c77f3662b3ad88fadb38e10 (diff) |
cleanup
Diffstat (limited to 'include')
-rw-r--r-- | include/unk_02024E64.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/include/unk_02024E64.h b/include/unk_02024E64.h new file mode 100644 index 00000000..b5cfaa6e --- /dev/null +++ b/include/unk_02024E64.h @@ -0,0 +1,15 @@ +#include "global.h" +#include "MI_memory.h" +#include "save_block_2.h" +#include "string16.h" + +THUMB_FUNC u32 FUN_02024E64(); +THUMB_FUNC void FUN_02024E6C(void *param0); +THUMB_FUNC void *FUN_02024EB4(struct SaveBlock2 *sav2); +THUMB_FUNC void *FUN_02024EC0(struct SaveBlock2 *sav2); +THUMB_FUNC void *FUN_02024ECC(struct SaveBlock2 *sav2); +THUMB_FUNC void *FUN_02024ED8(struct SaveBlock2 *sav2); +THUMB_FUNC u16 *FUN_02024EE8(void *buf); +THUMB_FUNC void FUN_02024EF4(u16 *buf, struct String *str); +THUMB_FUNC u16 *FUN_02024F0C(void *buf); +THUMB_FUNC void FUN_02024F18(u16 *buf, struct String *str); |