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 ;loops the function by the ammount in r20
PrintSettingsINImod: PrintSettingsINImod:
mflr r31 mflr r31
_forloopPrintAMVPSettingsINImod: _forloopPrintSettingsINImod:
bl PrintSettingNameINImod bl PrintSettingNameINImod
mtctr r27 mtctr r27
bctrl bctrl
bl PrintNewLineINImod bl PrintNewLineINImod
addic. r20, r20, -1 addic. r20, r20, -1
bgt+ _forloopPrintAMVPSettingsINImod bgt+ _forloopPrintSettingsINImod
mtlr r31 mtlr r31
blr blr