diff options
author | lioniac <lioniac@protonmail.com> | 2021-10-24 17:42:24 -0300 |
---|---|---|
committer | lioniac <lioniac@protonmail.com> | 2021-10-27 11:56:03 -0300 |
commit | 0cc1d8a1b578ff438c04329d6099a8a820ef58f4 (patch) | |
tree | 08b2e9ca3e7ffa1d091b655af2639230c3700042 /src/quest_log_player.c | |
parent | 471608b56abbdf70a452896a0d895ffa5b4b06f9 (diff) |
Multiple renamings; Removed some orphaned functions
Diffstat (limited to 'src/quest_log_player.c')
-rw-r--r-- | src/quest_log_player.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quest_log_player.c b/src/quest_log_player.c index 560710d1e..2a6615d2e 100644 --- a/src/quest_log_player.c +++ b/src/quest_log_player.c @@ -151,7 +151,7 @@ static void QL_GfxTransition_StartSurf(void) gFieldEffectArguments[2] = gPlayerAvatar.objectEventId; fieldEffectId = FieldEffectStart(FLDEFF_SURF_BLOB); objectEvent->fieldEffectSpriteId = fieldEffectId; - sub_80DC44C(fieldEffectId, 1); + SetSurfBlob_BobState(fieldEffectId, 1); } } |