diff options
author | Diegoisawesome <diego@domoreaweso.me> | 2018-07-05 20:33:47 -0700 |
---|---|---|
committer | Diegoisawesome <diego@domoreaweso.me> | 2018-07-05 20:33:47 -0700 |
commit | 6313f360d5006527549b142253e22374624129e9 (patch) | |
tree | 99f4f3c4f4810cc24e247fa714a304897c073f64 /include/rom6.h | |
parent | efebc51972b23ddffa2700b1dd6895d4728646a3 (diff) | |
parent | f79ac26ce36197ddf98ab18b6699c76039ec68db (diff) |
Merge branch 'DizzyEggg-decompile_cut'
Diffstat (limited to 'include/rom6.h')
-rw-r--r-- | include/rom6.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rom6.h b/include/rom6.h index 058504fe2..96c3b3ca2 100644 --- a/include/rom6.h +++ b/include/rom6.h @@ -12,7 +12,7 @@ void UpdateFrontierManiac(u16 days); void UpdateFrontierGambler(u16 days); void SetShoalItemFlag(u16 days); -bool8 npc_before_player_of_type(u8); +bool8 CheckObjectGraphicsInFrontOfPlayer(u8); u8 oei_task_add(void); #endif //GUARD_ROM6_H |