summaryrefslogtreecommitdiff
path: root/include/field_door.h
diff options
context:
space:
mode:
authorcamthesaxman <cameronghall@cox.net>2017-09-09 22:04:01 -0500
committercamthesaxman <cameronghall@cox.net>2017-09-09 22:04:01 -0500
commit5e9e52e3a95f4d7301565ad86084907f2d8a94e6 (patch)
treef7fe33335554ba2084b7429091e0793bb668ec20 /include/field_door.h
parent7309b13cb34400e0256c09fd54664a3f918b4e3d (diff)
more renaming/refactoring
Diffstat (limited to 'include/field_door.h')
-rw-r--r--include/field_door.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/field_door.h b/include/field_door.h
index 1759e0dc1..31fdd154b 100644
--- a/include/field_door.h
+++ b/include/field_door.h
@@ -20,6 +20,6 @@ void FieldSetDoorClosed(u32, u32);
s8 FieldAnimateDoorClose(u32, u32);
s8 FieldAnimateDoorOpen(u32, u32);
bool8 FieldIsDoorAnimationRunning(void);
-u32 sub_8058790(u32 x, u32 y);
+u32 GetDoorSoundEffect(u32 x, u32 y);
#endif