summaryrefslogtreecommitdiff
path: root/include/roamer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/roamer.h')
-rw-r--r--include/roamer.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/include/roamer.h b/include/roamer.h
index 86908bd00..6f0813eb8 100644
--- a/include/roamer.h
+++ b/include/roamer.h
@@ -10,4 +10,9 @@ u8 TryStartRoamerEncounter(void);
void UpdateRoamerHPStatus(struct Pokemon *mon);
void SetRoamerInactive(void);
-#endif
+#if DEBUG
+void Debug_CreateRoamer(void);
+void Debug_GetRoamerLocation(u8 *);
+#endif // DEBUG
+
+#endif // GUARD_ROAMER_H