diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-11-10 22:08:17 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-11-10 22:08:17 -0500 |
commit | 27c0dc0fd59f4e71f09313613a1a03bd48e6209d (patch) | |
tree | e566b7f99b62549ba51aa199dd0d6465cc295d57 /asm/battle_tower.s | |
parent | b92d85fd301c1492b8f03be8a98e61f94eb3171d (diff) |
through sub_800A588
Diffstat (limited to 'asm/battle_tower.s')
-rwxr-xr-x | asm/battle_tower.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/battle_tower.s b/asm/battle_tower.s index 122d9d27c..c21a706f4 100755 --- a/asm/battle_tower.s +++ b/asm/battle_tower.s @@ -5264,7 +5264,7 @@ _08164D14: ldrb r0, [r0] cmp r0, 0 beq _08164DB0 - ldr r0, =gLinkVSyncDisabled + ldr r0, =gSerialIsRFU ldrb r0, [r0] cmp r0, 0 bne _08164DB0 @@ -5302,7 +5302,7 @@ _08164DB6: thumb_func_start sub_8164DCC sub_8164DCC: @ 8164DCC push {lr} - ldr r0, =gLinkVSyncDisabled + ldr r0, =gSerialIsRFU ldrb r0, [r0] cmp r0, 0 beq _08164DDA |