diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2022-01-07 12:09:51 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-07 12:09:51 -0500 |
commit | a837d1fe2c43418161704c0a206a3dea2c6cd17a (patch) | |
tree | 5ebf93978529ebe40c4dbc4533fe6e29f697eaeb | |
parent | 577e6cc740c4fc5418bf38d182012f5f9819e616 (diff) | |
parent | 1c6232bc2ec2b97c51f6bf210168b65bb83ecbee (diff) |
Merge pull request #1593 from laqieer/master
Fix macro v069 in sound/MPlayDef.s
-rw-r--r-- | sound/MPlayDef.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/MPlayDef.s b/sound/MPlayDef.s index f5dd6484d..95a788e85 100644 --- a/sound/MPlayDef.s +++ b/sound/MPlayDef.s @@ -333,7 +333,7 @@ .equ v066, 66 @ .equ v067, 67 @ .equ v068, 68 @ - .equ v069, 79 @ + .equ v069, 69 @ .equ v070, 70 @ .equ v071, 71 @ .equ v072, 72 @ |