diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-04-10 13:59:55 -0700 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2018-04-10 13:59:55 -0700 |
commit | d96e37aa67e8eee13dab6db60f8e742e3eaff8d7 (patch) | |
tree | 1b5371e8240ee3ccbe820ddf2e63cbd0b01f3fbf /include/rom6.h | |
parent | 9179520b3802f7b2ed74fd930a95bb577c2c06f0 (diff) |
Document/cleanup fldeff_cut.c
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 54c4fc4f7..105eac19a 100644 --- a/include/rom6.h +++ b/include/rom6.h @@ -3,7 +3,7 @@ extern struct MapPosition gPlayerFacingPosition; -bool8 npc_before_player_of_type(u8); +bool8 SetLastTalkedObjectInFrontOfPlayer(u8); u8 oei_task_add(void); void debug_sub_8120968(void); |