diff options
Diffstat (limited to 'include/roamer.h')
-rw-r--r-- | include/roamer.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/include/roamer.h b/include/roamer.h index 86908bd00..18cb0b4e4 100644 --- a/include/roamer.h +++ b/include/roamer.h @@ -10,4 +10,11 @@ u8 TryStartRoamerEncounter(void); void UpdateRoamerHPStatus(struct Pokemon *mon); void SetRoamerInactive(void); -#endif +#if DEBUG +void Debug_CreateRoamer(void); +void Debug_GetRoamerLocation(u8 *); +#endif // DEBUG + +void GetRoamerLocation(u8 *mapGroup, u8 *mapNum); + +#endif // GUARD_ROAMER_H |