mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-06-02 21:54:45 -05:00
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 =)
10 lines
231 B
C
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
|