diff options
author | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-06-19 14:43:22 +0200 |
---|---|---|
committer | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-06-19 14:43:22 +0200 |
commit | a252c28863e078fd8ea65f4ad228308585de92c5 (patch) | |
tree | aeabbc12f8b097c2f91386f43ced25ef8e6c61b5 /arm9/modules/64 | |
parent | b8290ba524554302d67c3f23e2cf002447e6d4c8 (diff) |
rename symbols based on pokeemerald
Diffstat (limited to 'arm9/modules/64')
-rw-r--r-- | arm9/modules/64/asm/module_64.s | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arm9/modules/64/asm/module_64.s b/arm9/modules/64/asm/module_64.s index aecc5268..47d2195c 100644 --- a/arm9/modules/64/asm/module_64.s +++ b/arm9/modules/64/asm/module_64.s @@ -1508,7 +1508,7 @@ _021D80D2: add r0, r4, #0 bl MOD64_021D83C4 ldr r0, _021D80FC ; =0x000005DC - bl FUN_020054C8 + bl PlaySE b _021D80F4 _021D80F0: mov r0, #1 @@ -1566,7 +1566,7 @@ _021D8146: mov r1, #1 bl MOD64_021D83C4 ldr r0, _021D81D0 ; =0x000006CA - bl FUN_020054C8 + bl PlaySE pop {r3, r4, r5, pc} _021D815E: mov r0, #0x26 @@ -1867,7 +1867,7 @@ MOD64_021D8384: ; 0x021D8384 bmi _021D83A0 str r0, [r4, #0x54] ldr r0, _021D83C0 ; =0x000005DC - bl FUN_020054C8 + bl PlaySE _021D83A0: ldr r0, _021D83BC ; =gMain ldr r1, [r0, #0x48] @@ -1880,7 +1880,7 @@ _021D83A0: bge _021D83BA str r0, [r4, #0x54] ldr r0, _021D83C0 ; =0x000005DC - bl FUN_020054C8 + bl PlaySE _021D83BA: pop {r4, pc} .align 2, 0 |