Skip to content

Commit

Permalink
fix some bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
EndangeredNayla committed Aug 29, 2024
1 parent 3d5bb3b commit 632b9b1
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
16 changes: 13 additions & 3 deletions codes/marioParty2.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,29 +179,39 @@ def getKoopaBankCodeTwo(amount, negAmount, koopaPrice):
D10FA63E 0041
81107EA6 {amount}
D10FA63E 0041
81108046 {amount}
D10FA63E 0041
8110808A {negAmount}
D10FA63E 0041
81108092 {negAmount}
D10FA63E 003E
8110973E {amount}
D10FA63E 003E
811098DE {amount}
D10FA63E 003E
81109922 {negAmount}
D10FA63E 003E
8110992A {negAmount}
D10FA63E 0045
8110841A {amount}
8110841A {amount}
D10FA63E 0045
811085BA {amount}
D10FA63E 0045
811085FE {negAmount}
D10FA63E 0045
81108606 {negAmount}
D10FA63E 0047
81108262 {amount}
81108262 {amount}
D10FA63E 0047
81108402 {amount}
D10FA63E 0047
81108446 {negAmount}
D10FA63E 0047
8110844E {negAmount}
D10FA63E 0043
81108836 {amount}
81108836 {amount}
D10FA63E 0043
811089D6 {amount}
D10FA63E 0043
81108A1A {negAmount}
D10FA63E 0043
Expand Down
2 changes: 1 addition & 1 deletion codes/marioParty4.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def getBowserSuitCodeFour(amount, amountDec):
return f'''
MP4 - Bowser Suit Steals {amountDec} Coins
0406C788 2C00{amount}
0406C790 38000005
0406C790 3800{amount}
'''

def getLotterySpaceCodeFour(amount, amountDec):
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.23.1"
versionString = "3.24.1"

0 comments on commit 632b9b1

Please sign in to comment.