fix for loop name

This commit is contained in:
Intra 2024-12-22 18:33:44 -06:00 committed by GitHub
parent 4285997392
commit afc79ca40c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -305,13 +305,13 @@ blr
;loops the function by the ammount in r20
PrintSettingsINImod:
mflr r31
_forloopPrintAMVPSettingsINImod:
_forloopPrintSettingsINImod:
bl PrintSettingNameINImod
mtctr r27
bctrl
bl PrintNewLineINImod
addic. r20, r20, -1
bgt+ _forloopPrintAMVPSettingsINImod
bgt+ _forloopPrintSettingsINImod
mtlr r31
blr