diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2018-01-07 22:16:52 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-07 22:16:52 -0600 |
commit | 6b38db228befa044a2cfe31ed78555e3f0bd3935 (patch) | |
tree | 4aafddc91df76b5674c47a2be3bb1b3a42a0b519 /include/roamer.h | |
parent | 17d5ba39acb897e07e6842cbff5b1172cc6f7951 (diff) | |
parent | be36c506387648a11afe51b0f4209386947feb37 (diff) |
Merge pull request #515 from huderlem/battle_2
Decompile battle_2 and battle_util
Diffstat (limited to 'include/roamer.h')
-rw-r--r-- | include/roamer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/roamer.h b/include/roamer.h index 9d5f3c4ed..86908bd00 100644 --- a/include/roamer.h +++ b/include/roamer.h @@ -7,5 +7,7 @@ void UpdateLocationHistoryForRoamer(void); void RoamerMoveToOtherLocationSet(void); void RoamerMove(); u8 TryStartRoamerEncounter(void); +void UpdateRoamerHPStatus(struct Pokemon *mon); +void SetRoamerInactive(void); #endif |