summaryrefslogtreecommitdiff
path: root/include/roamer.h
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2019-10-04 16:33:09 -0400
committerGitHub <noreply@github.com>2019-10-04 16:33:09 -0400
commit712ee66e6154d734ea3960cc14ff1f4c1aaa639e (patch)
treec1e477bdf115f9191f19eb0cde8d75e1c606ab82 /include/roamer.h
parent0cf4c9f25c2fe165c53a0c24f93a31a27ea42d6a (diff)
parent44b5d84a840c2c88972d72432e85b59cdc472565 (diff)
Merge pull request #109 from PikalaxALT/wild_pokenmon_area
Wild pokemon area
Diffstat (limited to 'include/roamer.h')
-rw-r--r--include/roamer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/roamer.h b/include/roamer.h
index 5ec0a17fc..1d23ff605 100644
--- a/include/roamer.h
+++ b/include/roamer.h
@@ -15,5 +15,6 @@ u8 TryStartRoamerEncounter(void);
void UpdateRoamerHPStatus(struct Pokemon *mon);
void SetRoamerInactive(void);
void GetRoamerLocation(u8 *mapGroup, u8 *mapNum);
+u16 GetRoamerLocationMapSectionId(void);
#endif // GUARD_ROAMER_H