mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-06 05:35:23 -05:00
12 lines
225 B
C
12 lines
225 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);
|
|
|
|
#endif // GUARD_SAVE_LOCATION_H
|