pmdsky-debug-py 10.0.18__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.
- pmdsky_debug_py/_release.py +1 -1
- pmdsky_debug_py/eu.py +5 -3
- pmdsky_debug_py/eu_itcm.py +5 -3
- pmdsky_debug_py/jp.py +5 -3
- pmdsky_debug_py/jp_itcm.py +5 -3
- pmdsky_debug_py/na.py +5 -3
- pmdsky_debug_py/na_itcm.py +5 -3
- pmdsky_debug_py/protocol.py +1 -1
- {pmdsky_debug_py-10.0.18.dist-info → pmdsky_debug_py-10.0.19.dist-info}/METADATA +1 -1
- pmdsky_debug_py-10.0.19.dist-info/RECORD +14 -0
- pmdsky_debug_py-10.0.18.dist-info/RECORD +0 -14
- {pmdsky_debug_py-10.0.18.dist-info → pmdsky_debug_py-10.0.19.dist-info}/WHEEL +0 -0
- {pmdsky_debug_py-10.0.18.dist-info → pmdsky_debug_py-10.0.19.dist-info}/top_level.txt +0 -0
pmdsky_debug_py/_release.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
RELEASE = "v0.10.0+
|
|
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
|
-
|
|
7480
|
+
GetWeightMultiplier = Symbol(
|
|
7481
7481
|
[0x52C34],
|
|
7482
7482
|
[0x2052C34],
|
|
7483
7483
|
None,
|
|
7484
|
-
"
|
|
7485
|
-
"Gets the
|
|
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
|
|
pmdsky_debug_py/eu_itcm.py
CHANGED
|
@@ -7431,12 +7431,12 @@ class EuItcmArm9Functions:
|
|
|
7431
7431
|
None,
|
|
7432
7432
|
)
|
|
7433
7433
|
|
|
7434
|
-
|
|
7434
|
+
GetWeightMultiplier = Symbol(
|
|
7435
7435
|
None,
|
|
7436
7436
|
None,
|
|
7437
7437
|
None,
|
|
7438
|
-
"
|
|
7439
|
-
"Gets the
|
|
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
|
|
pmdsky_debug_py/jp.py
CHANGED
|
@@ -7477,12 +7477,12 @@ class JpArm9Functions:
|
|
|
7477
7477
|
None,
|
|
7478
7478
|
)
|
|
7479
7479
|
|
|
7480
|
-
|
|
7480
|
+
GetWeightMultiplier = Symbol(
|
|
7481
7481
|
[0x52C34],
|
|
7482
7482
|
[0x2052C34],
|
|
7483
7483
|
None,
|
|
7484
|
-
"
|
|
7485
|
-
"Gets the
|
|
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 JpArm9Functions:
|
|
|
8919
8919
|
"DirectoryFile_LoadDirectoryFile", LoadFileInPack
|
|
8920
8920
|
)
|
|
8921
8921
|
|
|
8922
|
+
GetLowKickMultiplier = _Deprecated("GetLowKickMultiplier", GetWeightMultiplier)
|
|
8923
|
+
|
|
8922
8924
|
|
|
8923
8925
|
class JpArm9Data:
|
|
8924
8926
|
|
pmdsky_debug_py/jp_itcm.py
CHANGED
|
@@ -7431,12 +7431,12 @@ class JpItcmArm9Functions:
|
|
|
7431
7431
|
None,
|
|
7432
7432
|
)
|
|
7433
7433
|
|
|
7434
|
-
|
|
7434
|
+
GetWeightMultiplier = Symbol(
|
|
7435
7435
|
None,
|
|
7436
7436
|
None,
|
|
7437
7437
|
None,
|
|
7438
|
-
"
|
|
7439
|
-
"Gets the
|
|
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 JpItcmArm9Functions:
|
|
|
8873
8873
|
"DirectoryFile_LoadDirectoryFile", LoadFileInPack
|
|
8874
8874
|
)
|
|
8875
8875
|
|
|
8876
|
+
GetLowKickMultiplier = _Deprecated("GetLowKickMultiplier", GetWeightMultiplier)
|
|
8877
|
+
|
|
8876
8878
|
|
|
8877
8879
|
class JpItcmArm9Data:
|
|
8878
8880
|
|
pmdsky_debug_py/na.py
CHANGED
|
@@ -7477,12 +7477,12 @@ class NaArm9Functions:
|
|
|
7477
7477
|
None,
|
|
7478
7478
|
)
|
|
7479
7479
|
|
|
7480
|
-
|
|
7480
|
+
GetWeightMultiplier = Symbol(
|
|
7481
7481
|
[0x528FC],
|
|
7482
7482
|
[0x20528FC],
|
|
7483
7483
|
None,
|
|
7484
|
-
"
|
|
7485
|
-
"Gets the
|
|
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 NaArm9Functions:
|
|
|
8919
8919
|
"DirectoryFile_LoadDirectoryFile", LoadFileInPack
|
|
8920
8920
|
)
|
|
8921
8921
|
|
|
8922
|
+
GetLowKickMultiplier = _Deprecated("GetLowKickMultiplier", GetWeightMultiplier)
|
|
8923
|
+
|
|
8922
8924
|
|
|
8923
8925
|
class NaArm9Data:
|
|
8924
8926
|
|
pmdsky_debug_py/na_itcm.py
CHANGED
|
@@ -7431,12 +7431,12 @@ class NaItcmArm9Functions:
|
|
|
7431
7431
|
None,
|
|
7432
7432
|
)
|
|
7433
7433
|
|
|
7434
|
-
|
|
7434
|
+
GetWeightMultiplier = Symbol(
|
|
7435
7435
|
None,
|
|
7436
7436
|
None,
|
|
7437
7437
|
None,
|
|
7438
|
-
"
|
|
7439
|
-
"Gets the
|
|
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 NaItcmArm9Functions:
|
|
|
8873
8873
|
"DirectoryFile_LoadDirectoryFile", LoadFileInPack
|
|
8874
8874
|
)
|
|
8875
8875
|
|
|
8876
|
+
GetLowKickMultiplier = _Deprecated("GetLowKickMultiplier", GetWeightMultiplier)
|
|
8877
|
+
|
|
8876
8878
|
|
|
8877
8879
|
class NaItcmArm9Data:
|
|
8878
8880
|
|
pmdsky_debug_py/protocol.py
CHANGED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
pmdsky_debug_py/__init__.py,sha256=xvXjdxEqeoQaaS6ssZYVI9jARzv5M4q6FNwA3Z6fOw4,1831
|
|
2
|
+
pmdsky_debug_py/_release.py,sha256=4waHxQtWm0SEt0zR2u1o-Ki-8Vjzd5HGX6B9PzNJwXw,31
|
|
3
|
+
pmdsky_debug_py/eu.py,sha256=iX9wXCplnrWrp4FcZYzQnbkrNpQnj8NW7ztZpsQRZpY,1099389
|
|
4
|
+
pmdsky_debug_py/eu_itcm.py,sha256=2ip9XeYptXYNAWPM-fkbLjguSl8YAL7HufY9lVypg5k,1049706
|
|
5
|
+
pmdsky_debug_py/jp.py,sha256=7TeYW9GX_9KtNgT-GieEoEhbt6HgGi5O-h6_9i8rJzM,1095900
|
|
6
|
+
pmdsky_debug_py/jp_itcm.py,sha256=WdLifOUJV715IITHvmaqNjWGqbSCbrX5Lkg8s0h7PHE,1049696
|
|
7
|
+
pmdsky_debug_py/na.py,sha256=kintnDu6U0oMdj9s1VL0vl2neYcEW61RVoDcOtkn3G4,1100434
|
|
8
|
+
pmdsky_debug_py/na_itcm.py,sha256=ymu1yiB1OT8hW4G09ktnG04jtCiQjeckw8AdMuZKorY,1049726
|
|
9
|
+
pmdsky_debug_py/protocol.py,sha256=8Bos_qE4qGi0Fl7LYP-gyURhjJLExNd5Lz0B-fmHgvA,324779
|
|
10
|
+
pmdsky_debug_py/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
+
pmdsky_debug_py-10.0.19.dist-info/METADATA,sha256=WZd0Z8cAyTYxKbOTgJBikF9lfwiP9fva5I7skJSwZ2E,1374
|
|
12
|
+
pmdsky_debug_py-10.0.19.dist-info/WHEEL,sha256=mguMlWGMX-VHnMpKOjjQidIo1ssRlCFu4a4mBpz1s2M,91
|
|
13
|
+
pmdsky_debug_py-10.0.19.dist-info/top_level.txt,sha256=cqvpcJbud2s8IyBAc1MfCySwniko_6qO5LWSSxNIoXI,16
|
|
14
|
+
pmdsky_debug_py-10.0.19.dist-info/RECORD,,
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
pmdsky_debug_py/__init__.py,sha256=xvXjdxEqeoQaaS6ssZYVI9jARzv5M4q6FNwA3Z6fOw4,1831
|
|
2
|
-
pmdsky_debug_py/_release.py,sha256=2GifxuvvXbfsoXhr-UlUQKr9xq89CDFzZoa8id1C7bo,31
|
|
3
|
-
pmdsky_debug_py/eu.py,sha256=86pLesVimqVgAMDXz3jnqyox3zNb3Y6SPt-NMJsHS9A,1099196
|
|
4
|
-
pmdsky_debug_py/eu_itcm.py,sha256=mNJNeuvt59BMTnT_C0LpqOP3mK4Zt0n0e0hbS1oR19A,1049513
|
|
5
|
-
pmdsky_debug_py/jp.py,sha256=qoErPZXrkdDex6NQJXtxHJZ_56VIuklYtCWKVSFGPI8,1095707
|
|
6
|
-
pmdsky_debug_py/jp_itcm.py,sha256=3Me1jvayzmfg1NJnFDV6-zQZdtpdSOXrlEJJBDDWW88,1049503
|
|
7
|
-
pmdsky_debug_py/na.py,sha256=DKMO_uq3f44UvzMrYOymyBoTSD8gGd_0uqOqJqxorIg,1100241
|
|
8
|
-
pmdsky_debug_py/na_itcm.py,sha256=Yol9gGwIsQ0N49SkhHHWZUuTz14K_GKCbikHjxvj0lE,1049533
|
|
9
|
-
pmdsky_debug_py/protocol.py,sha256=fWgUsCEZyh5XoNpzad0zNmuRozcQq7rElUEuVN3_WTM,324780
|
|
10
|
-
pmdsky_debug_py/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
-
pmdsky_debug_py-10.0.18.dist-info/METADATA,sha256=NTU3H4jQJi7D6ZxTdtD6D5TksCfR3aMnS4T-TrUCnYM,1374
|
|
12
|
-
pmdsky_debug_py-10.0.18.dist-info/WHEEL,sha256=mguMlWGMX-VHnMpKOjjQidIo1ssRlCFu4a4mBpz1s2M,91
|
|
13
|
-
pmdsky_debug_py-10.0.18.dist-info/top_level.txt,sha256=cqvpcJbud2s8IyBAc1MfCySwniko_6qO5LWSSxNIoXI,16
|
|
14
|
-
pmdsky_debug_py-10.0.18.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|