diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-04-10 12:48:58 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-10 12:48:58 -0400 |
commit | 2880cf2a51ea36fa36f00d9ecf07177e5955c882 (patch) | |
tree | 331837d61614da6f73e983a7230796ace13c9ea6 /src/quest_log_player.c | |
parent | a81edaba1d5e0f84336fd8a57a48b2a970171ba4 (diff) | |
parent | 5f7ed93363db01da8667aadf47d78cb6515bb450 (diff) |
Merge pull request #323 from PikalaxALT/various_documentation
Document various parts of the source tree
Diffstat (limited to 'src/quest_log_player.c')
-rw-r--r-- | src/quest_log_player.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/quest_log_player.c b/src/quest_log_player.c index 8abf7fab5..715061963 100644 --- a/src/quest_log_player.c +++ b/src/quest_log_player.c @@ -41,7 +41,7 @@ void sub_8150454(u8 a0) bool32 sub_8150474(u8 a0) { - if (gUnknown_3005E88 == 2) + if (gQuestLogPlaybackState == 2) { sub_8112720(a0); return TRUE; @@ -76,7 +76,7 @@ static void sub_8150530(void) struct ObjectEvent *objectEvent = &gObjectEvents[gPlayerAvatar.objectEventId]; struct Sprite *sprite = &gSprites[objectEvent->spriteId]; - if (gUnknown_3005E88 == 1 || gUnknown_3005E88 == 3) + if (gQuestLogPlaybackState == 1 || gQuestLogPlaybackState == 3) { u8 taskId; ScriptContext2_Enable(); |