diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-02 16:03:53 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-02 16:03:53 +0200 |
commit | 2089dd0f86559d8cbbfba1e3effec22ad538662f (patch) | |
tree | 48e6a1da748f538b9f5a28a18620127c9a121eec /asm/mauville_old_man.s | |
parent | 84240b1a5a445ff4efe21580c22051323a954fba (diff) |
start labelling, decompiling sound.s
Diffstat (limited to 'asm/mauville_old_man.s')
-rw-r--r-- | asm/mauville_old_man.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/asm/mauville_old_man.s b/asm/mauville_old_man.s index 213a24e2b..816286311 100644 --- a/asm/mauville_old_man.s +++ b/asm/mauville_old_man.s @@ -1114,12 +1114,12 @@ _08120994: strh r0, [r5, 0xE] strh r0, [r5, 0x10] movs r0, 0x4 - bl sub_80A31E8 + bl FadeOutBGMTemporarily movs r0, 0x1 b _08120B4E .pool _081209B8: - bl sub_80A3200 + bl IsBGMPausedOrStopped lsls r0, 24 cmp r0, 0 bne _081209C4 @@ -1227,7 +1227,7 @@ _08120A7E: cmp r4, 0xFF bne _08120AB0 movs r0, 0x6 - bl sub_80A3228 + bl FadeInBGM ldr r0, =gMPlay_SE2 movs r1, 0x2 bl m4aMPlayFadeOutTemporarily |