diff options
author | scnorton <scnorton@biociphers.org> | 2017-06-05 16:34:47 -0400 |
---|---|---|
committer | scnorton <scnorton@biociphers.org> | 2017-06-05 16:34:47 -0400 |
commit | 4a6d595e5171ed4dc3742c3ff43e771b731a9716 (patch) | |
tree | bf510f9b35f1e18c07e48d8ccb8d282be244cf16 /include/asm.inc.h | |
parent | 454d7bbdd7ee6c5cb61680da855755869662968f (diff) |
Assign types to structures passed to secret base exchange packet receipt subroutine staged for decompilation; decompile sub_8041324
Diffstat (limited to 'include/asm.inc.h')
-rw-r--r-- | include/asm.inc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm.inc.h b/include/asm.inc.h index e087acd28..7c090dec2 100644 --- a/include/asm.inc.h +++ b/include/asm.inc.h @@ -42,7 +42,7 @@ void LoadWordFromTwoHalfwords(u16 *, u32 *); u8 Daycare_CountPokemon(struct BoxPokemon *); // asm/daycare.o -void sub_8041324(struct BoxPokemon *, void *); +void sub_8041324(struct BoxPokemon *, struct RecordMixing_UnknownStruct *); void sub_8041790(int i); u16 sub_8041870(u16); void sub_8041940(void); |