diff options
author | KDSKardabox <bollygame94@gmail.com> | 2018-02-13 21:52:33 +0530 |
---|---|---|
committer | KDSKardabox <bollygame94@gmail.com> | 2018-02-13 21:52:33 +0530 |
commit | e375606810395d3941f2866505c6516949393d2b (patch) | |
tree | 4f64718b7da81bf4933e9d162d9b5a5312daf800 /include | |
parent | bb8c53f8988be6cad8f270c46f24e0f6f1e862cc (diff) |
[Do not Merge] fldeff_strength.s
Diffstat (limited to 'include')
-rw-r--r-- | include/rom6.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rom6.h b/include/rom6.h index f91b34b4a..058504fe2 100644 --- a/include/rom6.h +++ b/include/rom6.h @@ -11,6 +11,8 @@ void UpdateBirchState(u16 days); void UpdateFrontierManiac(u16 days); void UpdateFrontierGambler(u16 days); void SetShoalItemFlag(u16 days); + +bool8 npc_before_player_of_type(u8); u8 oei_task_add(void); #endif //GUARD_ROM6_H |