mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-25 06:06:29 -05:00
12 lines
343 B
C
12 lines
343 B
C
#ifndef POKEHEARTGOLD_FIELD_LOCATION_BACKUP_H
|
|
#define POKEHEARTGOLD_FIELD_LOCATION_BACKUP_H
|
|
|
|
#include "field_system.h"
|
|
#include "save.h"
|
|
|
|
void Location_SetToPlayerRoom(Location *data);
|
|
void Location_SetToOutsidePlayerHome(Location *data);
|
|
void Save_SetPositionToPlayerRoom(SaveData *saveData);
|
|
|
|
#endif // POKEHEARTGOLD_FIELD_LOCATION_BACKUP_H
|