diff options
author | Max <34987259+mparisi20@users.noreply.github.com> | 2020-10-03 21:38:43 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-03 21:38:43 -0400 |
commit | bcae721dbb421c50416eed649e17e468ba46efc0 (patch) | |
tree | 760d3baa237c7d5eb58209e0157eb927455d6b76 /asm/code_80006980.s | |
parent | e8d7f0fc1faf4ae2beacd52630d32625e692b607 (diff) | |
parent | 4c8750d45b08df16f5adf5c817cc30b52b7a2efa (diff) |
Merge pull request #119 from mparisi20/master
Split the AI and AX libraries
Diffstat (limited to 'asm/code_80006980.s')
-rw-r--r-- | asm/code_80006980.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/code_80006980.s b/asm/code_80006980.s index be72422..de2bb23 100644 --- a/asm/code_80006980.s +++ b/asm/code_80006980.s @@ -623,7 +623,7 @@ func_800071F8: /* 80007230 00002E90 48 36 22 15 */ bl PrepareReset__Q44nw4r3snd6detail9AxManagerFv /* 80007234 00002E94 48 37 51 61 */ bl WaitForResetReady__Q34nw4r3snd11SoundSystemFv /* 80007238 00002E98 38 60 00 00 */ li r3, 0 -/* 8000723C 00002E9C 48 28 78 C9 */ bl func_8028EB04 +/* 8000723C 00002E9C 48 28 78 C9 */ bl AIRegisterDMACallback /* 80007240 00002EA0 80 6D A3 D8 */ lwz r3, lbl_8063F698-_SDA_BASE_(r13) /* 80007244 00002EA4 48 22 9E 7D */ bl func_802310C0 /* 80007248 00002EA8 38 60 00 00 */ li r3, 0 @@ -653,7 +653,7 @@ func_80007260: /* 80007298 00002EF8 48 36 21 AD */ bl PrepareReset__Q44nw4r3snd6detail9AxManagerFv /* 8000729C 00002EFC 48 37 50 F9 */ bl WaitForResetReady__Q34nw4r3snd11SoundSystemFv /* 800072A0 00002F00 38 60 00 00 */ li r3, 0 -/* 800072A4 00002F04 48 28 78 61 */ bl func_8028EB04 +/* 800072A4 00002F04 48 28 78 61 */ bl AIRegisterDMACallback /* 800072A8 00002F08 80 6D A3 D8 */ lwz r3, lbl_8063F698-_SDA_BASE_(r13) /* 800072AC 00002F0C 48 22 9E 15 */ bl func_802310C0 /* 800072B0 00002F10 48 26 8D 51 */ bl OSShutdownSystem |