diff options
Diffstat (limited to 'asm/rock.s')
-rwxr-xr-x | asm/rock.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/rock.s b/asm/rock.s index 7942942bc..923c842be 100755 --- a/asm/rock.s +++ b/asm/rock.s @@ -1283,7 +1283,7 @@ _080DD8B8: .4byte gTasks thumb_func_start sub_80DD8BC sub_80DD8BC: @ 80DD8BC push {lr} - ldr r0, _080DD8E4 @ =gDisableStructMoveAnim + ldr r0, _080DD8E4 @ =gAnimDisableStructPtr ldr r0, [r0] ldrb r1, [r0, 0x11] lsrs r0, r1, 4 @@ -1304,7 +1304,7 @@ _080DD8DE: pop {r1} bx r1 .align 2, 0 -_080DD8E4: .4byte gDisableStructMoveAnim +_080DD8E4: .4byte gAnimDisableStructPtr thumb_func_end sub_80DD8BC thumb_func_start sub_80DD8E8 |