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/pokedex_cry_screen.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/pokedex_cry_screen.s')
-rw-r--r-- | asm/pokedex_cry_screen.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/pokedex_cry_screen.s b/asm/pokedex_cry_screen.s index fddf56816..81da8368a 100644 --- a/asm/pokedex_cry_screen.s +++ b/asm/pokedex_cry_screen.s @@ -295,7 +295,7 @@ sub_8145588: @ 8145588 thumb_func_start sub_81455A8 sub_81455A8: @ 81455A8 push {r4,lr} - ldr r3, =gUnknown_03002F50 + ldr r3, =gPcmDmaCounter movs r0, 0 ldrsb r0, [r3, r0] cmp r0, 0x1 |