diff options
author | garak <garakmon@gmail.com> | 2019-12-17 18:49:34 -0500 |
---|---|---|
committer | garak <garakmon@gmail.com> | 2019-12-17 18:49:34 -0500 |
commit | ddaa88390e53665c6ac73af5e1a2f519dbddb5c6 (patch) | |
tree | 858be7225887b625817074966666d467ef5f716b /src/quest_log_8150454.c | |
parent | 47d9fbef9339004364d65861ac661c1bd20419c8 (diff) |
eventobject -> objectevent take 3
Diffstat (limited to 'src/quest_log_8150454.c')
-rw-r--r-- | src/quest_log_8150454.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quest_log_8150454.c b/src/quest_log_8150454.c index 64731f522..2e67ebdce 100644 --- a/src/quest_log_8150454.c +++ b/src/quest_log_8150454.c @@ -172,7 +172,7 @@ static void sub_8150794(u8 taskId) static void sub_81507BC(struct ObjectEvent * a0, u8 a1) { - EventObjectSetGraphicsId(a0, a1); + ObjectEventSetGraphicsId(a0, a1); } static void sub_81507CC(void) |