pmdsky-debug-py 10.0.17__py3-none-any.whl → 10.0.19__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
1
- RELEASE = "v0.10.0+4f361d8590"
1
+ RELEASE = "v0.10.0+ffca00359f"
pmdsky_debug_py/eu.py CHANGED
@@ -7477,12 +7477,12 @@ class EuArm9Functions:
7477
7477
  None,
7478
7478
  )
7479
7479
 
7480
- GetLowKickMultiplier = Symbol(
7480
+ GetWeightMultiplier = Symbol(
7481
7481
  [0x52C34],
7482
7482
  [0x2052C34],
7483
7483
  None,
7484
- "GetLowKickMultiplier",
7485
- "Gets the Low Kick (and Grass Knot) damage multiplier (i.e., weight) for the given species.\n\nr0: monster ID\nreturn: multiplier as a binary fixed-point number with 8 fraction bits.",
7484
+ "GetWeightMultiplier",
7485
+ "Gets the weight multiplier value for the given species. This value is passed as the damage_mult_fp parameter to DealDamage when calculating the damage dealt by Low Kick and Grass Knot.\n\nr0: monster ID\nreturn: Monster weight multiplier, as a binary fixed-point number with 8 fraction bits.",
7486
7486
  None,
7487
7487
  )
7488
7488
 
@@ -8919,6 +8919,8 @@ class EuArm9Functions:
8919
8919
  "DirectoryFile_LoadDirectoryFile", LoadFileInPack
8920
8920
  )
8921
8921
 
8922
+ GetLowKickMultiplier = _Deprecated("GetLowKickMultiplier", GetWeightMultiplier)
8923
+
8922
8924
 
8923
8925
  class EuArm9Data:
8924
8926
 
@@ -7431,12 +7431,12 @@ class EuItcmArm9Functions:
7431
7431
  None,
7432
7432
  )
7433
7433
 
7434
- GetLowKickMultiplier = Symbol(
7434
+ GetWeightMultiplier = Symbol(
7435
7435
  None,
7436
7436
  None,
7437
7437
  None,
7438
- "GetLowKickMultiplier",
7439
- "Gets the Low Kick (and Grass Knot) damage multiplier (i.e., weight) for the given species.\n\nr0: monster ID\nreturn: multiplier as a binary fixed-point number with 8 fraction bits.",
7438
+ "GetWeightMultiplier",
7439
+ "Gets the weight multiplier value for the given species. This value is passed as the damage_mult_fp parameter to DealDamage when calculating the damage dealt by Low Kick and Grass Knot.\n\nr0: monster ID\nreturn: Monster weight multiplier, as a binary fixed-point number with 8 fraction bits.",
7440
7440
  None,
7441
7441
  )
7442
7442
 
@@ -8873,6 +8873,8 @@ class EuItcmArm9Functions:
8873
8873
  "DirectoryFile_LoadDirectoryFile", LoadFileInPack
8874
8874
  )
8875
8875
 
8876
+ GetLowKickMultiplier = _Deprecated("GetLowKickMultiplier", GetWeightMultiplier)
8877
+
8876
8878
 
8877
8879
  class EuItcmArm9Data:
8878
8880