summaryrefslogtreecommitdiff
path: root/include/rom6.h
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2018-04-11 17:08:57 -0700
committerGitHub <noreply@github.com>2018-04-11 17:08:57 -0700
commitba6f60e4674785e4442232d0dd55bf13b9dab228 (patch)
tree5016ead4eb1c91971e5e753c326e39edfc3b3714 /include/rom6.h
parent49a7fe02416b0e5b2287c2fd4dbc979bc711457d (diff)
parent84c89b879501f9a3dbff024e0cd6b01dbacbdabe (diff)
Merge pull request #593 from huderlem/fieldeffects
Document some field effects
Diffstat (limited to 'include/rom6.h')
-rw-r--r--include/rom6.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/rom6.h b/include/rom6.h
index 67fc7a18a..105eac19a 100644
--- a/include/rom6.h
+++ b/include/rom6.h
@@ -1,9 +1,9 @@
#ifndef GUARD_ROM6_H
#define GUARD_ROM6_H
-extern struct MapPosition gUnknown_0203923C;
+extern struct MapPosition gPlayerFacingPosition;
-bool8 npc_before_player_of_type(u8);
+bool8 SetLastTalkedObjectInFrontOfPlayer(u8);
u8 oei_task_add(void);
void debug_sub_8120968(void);