Skip to content

Commit

Permalink
minor fix with mp6 star faire square
Browse files Browse the repository at this point in the history
  • Loading branch information
RainbowTabitha committed Aug 11, 2024
1 parent 0694b8a commit 1257219
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions codes/marioParty6.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,17 +107,17 @@ def getStarSpaceCodeSix(amount, negAmount, amountDec, y4, y2, x2, x4):
E2000001 80008000
04248064 000000{y4}
04248068 000000{y2}
04248070 000000{amount}
04248074 000000{x2}
04248D3C 000000{x4}
04248D40 000000XX
04248D48 000000YY
04248D4C 000000ZZ
04248070 000000{x2}
04248074 000000{x4}
04248D3C 000000{y4}
04248D40 000000{y2}
04248D48 000000{x2}
04248D4C 000000{x4}
204DDF60 465F6C00
044DDF74 000000WW
044DDF78 000000XX
044DDF80 000000YY
044DDF84 000000ZZ
044DDF74 000000{y4}
044DDF78 000000{y2}
044DDF80 000000{x2}
044DDF84 000000{x4}
E2000001 80008000
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# License: MIT
# ============================================

versionString = "3.18.1"
versionString = "3.18.2"

0 comments on commit 1257219

Please sign in to comment.