mirror of
https://github.com/pret/pokeemerald.git
synced 2026-04-21 06:37:29 -05:00
9 lines
178 B
C
9 lines
178 B
C
#ifndef GUARD_SAVE_LOCATION_H
|
|
#define GUARD_SAVE_LOCATION_H
|
|
|
|
void TrySetMapSaveWarpStatus(void);
|
|
void sub_81AFDA0(void);
|
|
void sub_81AFDD0(void);
|
|
|
|
#endif // GUARD_SAVE_LOCATION_H
|