diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-02-15 16:25:21 -0500 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2017-02-15 13:25:21 -0800 |
commit | 9a80b550f0adc7faad4a323f3c7baeb2f9de6102 (patch) | |
tree | 217cd0c46a129fe9b62b3dddef0edeca77cd513c /asm/evolution_scene.s | |
parent | 79c7922c23c407aea4f563fea37b196fbf7e85cf (diff) |
finish decompiling main.c (#17)
* partially decompile battle_ai.c up to tai60_unk
* nonmatching tai60_unk
* decompile more of battle_ai.c
* formatting
* finish porting battle_ai.c
* formatting
* decompile up to nonmatching VBlankIntr
* finish decompiling main.c
* formatting
Diffstat (limited to 'asm/evolution_scene.s')
-rw-r--r-- | asm/evolution_scene.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/evolution_scene.s b/asm/evolution_scene.s index 93d8bd2a2..dd6b9c3c4 100644 --- a/asm/evolution_scene.s +++ b/asm/evolution_scene.s @@ -756,7 +756,7 @@ _0813E0F0: b _0813E1C8 .pool _0813E160: - ldr r0, =gUnknown_030030FC + ldr r0, =gLinkVSyncDisabled ldrb r0, [r0] cmp r0, 0 beq _0813E174 @@ -3359,7 +3359,7 @@ _0813FA24: beq _0813FA32 b _0813FCC4 _0813FA32: - ldr r0, =gUnknown_030030FC + ldr r0, =gLinkVSyncDisabled ldrb r0, [r0] cmp r0, 0 beq _0813FA3E |