diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-01-16 09:53:08 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-16 09:53:08 -0500 |
commit | fad367402892e1c25634c4448936d84a621c341c (patch) | |
tree | b796aba2ae57729cae5f78767336082dd46a6b21 /asm/field_effect.s | |
parent | 0bc479db34154988c6322bf5f2bb6d48556f62c3 (diff) | |
parent | 884b46a5dc26ae9e0c0abcf7e0d69c1122a30e22 (diff) |
Merge pull request #225 from GriffinRichards/doc-questlog
Document some quest log
Diffstat (limited to 'asm/field_effect.s')
-rw-r--r-- | asm/field_effect.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/field_effect.s b/asm/field_effect.s index 2f1aa5e61..462182563 100644 --- a/asm/field_effect.s +++ b/asm/field_effect.s @@ -7227,7 +7227,7 @@ _08086BA4: .4byte sub_8086990 thumb_func_start sub_8086BA8 sub_8086BA8: @ 8086BA8 push {lr} - ldr r0, _08086BC8 @ =gUnknown_203ADFA + ldr r0, _08086BC8 @ =gQuestLogState ldrb r0, [r0] cmp r0, 0x1 bne _08086BBA @@ -7242,7 +7242,7 @@ _08086BBA: pop {r1} bx r1 .align 2, 0 -_08086BC8: .4byte gUnknown_203ADFA +_08086BC8: .4byte gQuestLogState _08086BCC: .4byte sub_8086BD0 thumb_func_end sub_8086BA8 |