change a 1 to a 4

was playing around with the code and forgot to change this back when uploading
This commit is contained in:
intra0 2024-12-22 12:57:08 -06:00 committed by GitHub
parent f3b02fa389
commit 7450334a56
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -278,7 +278,7 @@ addi r30, r22, -4
li r28, 0
_whileLoopDeleteINI:
stwu r28, 4(r30)
lbz r24, 1(r30)
lbz r24, 4(r30)
cmpwi r24, 0
bne+ _whileLoopDeleteINI
blr