diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-10-03 21:30:13 -0400 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-10-03 21:30:13 -0400 |
commit | 621cfbebee08dfd856a4e5a6164b9f27bcdbbadd (patch) | |
tree | e2fa5828e97a76d109276ed1d144e14cbce88f56 /asm/sound.s | |
parent | 4880b33ff2cff769a7c9bc73c9d792b40c10fbf7 (diff) |
decompile battle_ai_script_commands.c
Diffstat (limited to 'asm/sound.s')
-rw-r--r-- | asm/sound.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/sound.s b/asm/sound.s index 3fc955b3a..2c2c1b379 100644 --- a/asm/sound.s +++ b/asm/sound.s @@ -765,7 +765,7 @@ PlayCry4: @ 8071EC0 bl sub_8071F78 b _08071F10 _08071EEA: - ldr r0, _08071F18 @ =gUnknown_2022B4C + ldr r0, _08071F18 @ =gBattleTypeFlags ldr r0, [r0] movs r1, 0x40 ands r0, r1 @@ -789,7 +789,7 @@ _08071F10: pop {r0} bx r0 .align 2, 0 -_08071F18: .4byte gUnknown_2022B4C +_08071F18: .4byte gBattleTypeFlags _08071F1C: .4byte gMPlay_BGM _08071F20: .4byte 0x0000ffff thumb_func_end PlayCry4 |