pokeheartgold/include/unk_02031AF0.h
Adrienn Tindall bf4729f4ce Decompile unk_02031AF0.s
Something to do with unk save data 40 and 29, not much there, and I chose this smaller file since this was my first day doing any sort of decompiling. Not sure if I did it right, but it passes the sha1 test and compiles properly so I guess it's prolly fine.
I'll try and get better and contribute more in the future when I can =)
2022-03-02 04:11:56 -06:00

10 lines
231 B
C

#ifndef POKEHEARTGOLD_UNK_02031AF0_H
#define POKEHEARTGOLD_UNK_02031AF0_H
#include "save.h"
u16 sub_02031AF0(); //02031AF0
void sub_02031AF4(u16* unk);
u16* sub_02031B00(SAVEDATA* savedata);
#endif //POKEHEARTGOLD_UNK_02031AF0_H