pokefirered/include/save_location.h
2019-06-11 17:32:33 -04:00

13 lines
258 B
C

#ifndef GUARD_SAVE_LOCATION_H
#define GUARD_SAVE_LOCATION_H
#include "global.h"
bool32 sub_81AFCEC(void);
void TrySetMapSaveWarpStatus(void);
void sub_81AFDA0(void);
void sub_81AFDD0(void);
bool32 IsCurMapPokeCenter(void);
#endif // GUARD_SAVE_LOCATION_H