diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-01-07 14:59:16 -0800 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2018-01-07 20:07:36 -0800 |
commit | 82ab732d673946af609f896dc51639030eb1bd19 (patch) | |
tree | 573e62362edb0557353160c02909c1efddd28b41 /include/roamer.h | |
parent | c0e0004ffabfcb9bc9827bdce28e3c18a6e52922 (diff) |
Finish decompiling battle_2
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 |