diff options
author | Diegoisawesome <diego@domoreaweso.me> | 2018-07-05 20:33:07 -0700 |
---|---|---|
committer | Diegoisawesome <diego@domoreaweso.me> | 2018-07-05 20:33:07 -0700 |
commit | f79ac26ce36197ddf98ab18b6699c76039ec68db (patch) | |
tree | 99f4f3c4f4810cc24e247fa714a304897c073f64 /include | |
parent | 5189442bcc1122fe10013d497dc132d0e410fc66 (diff) |
Rename SetLastTalkedObjectInFrontOfPlayer to CheckObjectGraphicsInFrontOfPlayer
Diffstat (limited to 'include')
-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 629df57fe..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 SetLastTalkedObjectInFrontOfPlayer(u8); +bool8 CheckObjectGraphicsInFrontOfPlayer(u8); u8 oei_task_add(void); #endif //GUARD_ROM6_H |