pokeemerald/include/new_game.h

15 lines
495 B
C
Raw Normal View History

2017-09-03 22:50:17 +02:00
#ifndef GUARD_NEW_GAME_H
#define GUARD_NEW_GAME_H
2018-11-19 17:16:01 +01:00
extern bool8 gDifferentSaveFile;
extern bool8 gUnknown_020322D5; // The purpose of this variable is unknown as it's read only 3 times(2 times in contest.c and 1 time in berry_blender.c), never written to.
2018-11-01 21:31:10 +01:00
void SetTrainerId(u32 trainerId, u8 *dst);
u32 GetTrainerId(u8 *trainerId);
void CopyTrainerId(u8 *dst, u8 *src);
2017-09-03 22:50:17 +02:00
void NewGameInitData(void);
void ResetMenuAndMonGlobals(void);
2017-09-16 04:12:45 +02:00
void Sav2_ClearSetDefault(void);
2017-09-03 22:50:17 +02:00
#endif // GUARD_NEW_GAME_H