diff options
author | camthesaxman <cameronghall@cox.net> | 2017-09-09 22:04:01 -0500 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-09-09 22:04:01 -0500 |
commit | 5e9e52e3a95f4d7301565ad86084907f2d8a94e6 (patch) | |
tree | f7fe33335554ba2084b7429091e0793bb668ec20 /include/field_door.h | |
parent | 7309b13cb34400e0256c09fd54664a3f918b4e3d (diff) |
more renaming/refactoring
Diffstat (limited to 'include/field_door.h')
-rw-r--r-- | include/field_door.h | 2 |
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 |