pmdsky-debug-py 10.0.42__py3-none-any.whl → 10.0.44__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 +11 -2
- pmdsky_debug_py/eu_itcm.py +11 -2
- pmdsky_debug_py/jp.py +11 -2
- pmdsky_debug_py/jp_itcm.py +11 -2
- pmdsky_debug_py/na.py +11 -2
- pmdsky_debug_py/na_itcm.py +11 -2
- pmdsky_debug_py/protocol.py +5 -0
- {pmdsky_debug_py-10.0.42.dist-info → pmdsky_debug_py-10.0.44.dist-info}/METADATA +1 -1
- pmdsky_debug_py-10.0.44.dist-info/RECORD +14 -0
- pmdsky_debug_py-10.0.42.dist-info/RECORD +0 -14
- {pmdsky_debug_py-10.0.42.dist-info → pmdsky_debug_py-10.0.44.dist-info}/WHEEL +0 -0
- {pmdsky_debug_py-10.0.42.dist-info → pmdsky_debug_py-10.0.44.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+a6b96f3613"
|
pmdsky_debug_py/eu.py
CHANGED
|
@@ -24391,7 +24391,7 @@ class EuOverlay29Functions:
|
|
|
24391
24391
|
[0x22FC4EC],
|
|
24392
24392
|
None,
|
|
24393
24393
|
"IsExperienceLocked",
|
|
24394
|
-
"Checks if a monster does not gain experience.\n\nThis basically just inverts IsSpecialStoryAlly, with the exception of also checking for the 'Joined At' field being DUNGEON_CLIENT (
|
|
24394
|
+
"Checks if a monster does not gain experience.\n\nThis basically just inverts IsSpecialStoryAlly, with the exception of also checking for the 'Joined At' field being DUNGEON_CLIENT (set for mission clients).\n\nr0: monster pointer\nreturn: bool",
|
|
24395
24395
|
None,
|
|
24396
24396
|
)
|
|
24397
24397
|
|
|
@@ -24971,6 +24971,15 @@ class EuOverlay29Functions:
|
|
|
24971
24971
|
None,
|
|
24972
24972
|
)
|
|
24973
24973
|
|
|
24974
|
+
IsTacticSet = Symbol(
|
|
24975
|
+
[0x25DCC],
|
|
24976
|
+
[0x230294C],
|
|
24977
|
+
None,
|
|
24978
|
+
"IsTacticSet",
|
|
24979
|
+
"Returns whether a monster is set to use a specific tactic.\n\nr0: Entity pointer\nr1: Enum tactic_id\nreturn: True if the monster is set to the given tactic.",
|
|
24980
|
+
None,
|
|
24981
|
+
)
|
|
24982
|
+
|
|
24974
24983
|
HasDropeyeStatus = Symbol(
|
|
24975
24984
|
[0x25DFC],
|
|
24976
24985
|
[0x230297C],
|
|
@@ -25957,7 +25966,7 @@ class EuOverlay29Functions:
|
|
|
25957
25966
|
[0x2314C8C],
|
|
25958
25967
|
None,
|
|
25959
25968
|
"LowerHitChanceStat",
|
|
25960
|
-
"Lowers the specified hit chance stat (accuracy or evasion) on the target monster.\n\nr0: user entity pointer\nr1: target entity pointer\nr2: stat index\nr3:
|
|
25969
|
+
"Lowers the specified hit chance stat (accuracy or evasion) on the target monster.\n\nr0: user entity pointer\nr1: target entity pointer\nr2: stat index\nr3: flag to log a message on failure",
|
|
25961
25970
|
None,
|
|
25962
25971
|
)
|
|
25963
25972
|
|
pmdsky_debug_py/eu_itcm.py
CHANGED
|
@@ -23816,7 +23816,7 @@ class EuItcmOverlay29Functions:
|
|
|
23816
23816
|
None,
|
|
23817
23817
|
None,
|
|
23818
23818
|
"IsExperienceLocked",
|
|
23819
|
-
"Checks if a monster does not gain experience.\n\nThis basically just inverts IsSpecialStoryAlly, with the exception of also checking for the 'Joined At' field being DUNGEON_CLIENT (
|
|
23819
|
+
"Checks if a monster does not gain experience.\n\nThis basically just inverts IsSpecialStoryAlly, with the exception of also checking for the 'Joined At' field being DUNGEON_CLIENT (set for mission clients).\n\nr0: monster pointer\nreturn: bool",
|
|
23820
23820
|
None,
|
|
23821
23821
|
)
|
|
23822
23822
|
|
|
@@ -24396,6 +24396,15 @@ class EuItcmOverlay29Functions:
|
|
|
24396
24396
|
None,
|
|
24397
24397
|
)
|
|
24398
24398
|
|
|
24399
|
+
IsTacticSet = Symbol(
|
|
24400
|
+
None,
|
|
24401
|
+
None,
|
|
24402
|
+
None,
|
|
24403
|
+
"IsTacticSet",
|
|
24404
|
+
"Returns whether a monster is set to use a specific tactic.\n\nr0: Entity pointer\nr1: Enum tactic_id\nreturn: True if the monster is set to the given tactic.",
|
|
24405
|
+
None,
|
|
24406
|
+
)
|
|
24407
|
+
|
|
24399
24408
|
HasDropeyeStatus = Symbol(
|
|
24400
24409
|
None,
|
|
24401
24410
|
None,
|
|
@@ -25382,7 +25391,7 @@ class EuItcmOverlay29Functions:
|
|
|
25382
25391
|
None,
|
|
25383
25392
|
None,
|
|
25384
25393
|
"LowerHitChanceStat",
|
|
25385
|
-
"Lowers the specified hit chance stat (accuracy or evasion) on the target monster.\n\nr0: user entity pointer\nr1: target entity pointer\nr2: stat index\nr3:
|
|
25394
|
+
"Lowers the specified hit chance stat (accuracy or evasion) on the target monster.\n\nr0: user entity pointer\nr1: target entity pointer\nr2: stat index\nr3: flag to log a message on failure",
|
|
25386
25395
|
None,
|
|
25387
25396
|
)
|
|
25388
25397
|
|
pmdsky_debug_py/jp.py
CHANGED
|
@@ -24382,7 +24382,7 @@ class JpOverlay29Functions:
|
|
|
24382
24382
|
[0x22FCFC4],
|
|
24383
24383
|
None,
|
|
24384
24384
|
"IsExperienceLocked",
|
|
24385
|
-
"Checks if a monster does not gain experience.\n\nThis basically just inverts IsSpecialStoryAlly, with the exception of also checking for the 'Joined At' field being DUNGEON_CLIENT (
|
|
24385
|
+
"Checks if a monster does not gain experience.\n\nThis basically just inverts IsSpecialStoryAlly, with the exception of also checking for the 'Joined At' field being DUNGEON_CLIENT (set for mission clients).\n\nr0: monster pointer\nreturn: bool",
|
|
24386
24386
|
None,
|
|
24387
24387
|
)
|
|
24388
24388
|
|
|
@@ -24962,6 +24962,15 @@ class JpOverlay29Functions:
|
|
|
24962
24962
|
None,
|
|
24963
24963
|
)
|
|
24964
24964
|
|
|
24965
|
+
IsTacticSet = Symbol(
|
|
24966
|
+
[0x25B90],
|
|
24967
|
+
[0x2303470],
|
|
24968
|
+
None,
|
|
24969
|
+
"IsTacticSet",
|
|
24970
|
+
"Returns whether a monster is set to use a specific tactic.\n\nr0: Entity pointer\nr1: Enum tactic_id\nreturn: True if the monster is set to the given tactic.",
|
|
24971
|
+
None,
|
|
24972
|
+
)
|
|
24973
|
+
|
|
24965
24974
|
HasDropeyeStatus = Symbol(
|
|
24966
24975
|
[0x25BC0],
|
|
24967
24976
|
[0x23034A0],
|
|
@@ -25948,7 +25957,7 @@ class JpOverlay29Functions:
|
|
|
25948
25957
|
[0x231570C],
|
|
25949
25958
|
None,
|
|
25950
25959
|
"LowerHitChanceStat",
|
|
25951
|
-
"Lowers the specified hit chance stat (accuracy or evasion) on the target monster.\n\nr0: user entity pointer\nr1: target entity pointer\nr2: stat index\nr3:
|
|
25960
|
+
"Lowers the specified hit chance stat (accuracy or evasion) on the target monster.\n\nr0: user entity pointer\nr1: target entity pointer\nr2: stat index\nr3: flag to log a message on failure",
|
|
25952
25961
|
None,
|
|
25953
25962
|
)
|
|
25954
25963
|
|
pmdsky_debug_py/jp_itcm.py
CHANGED
|
@@ -23816,7 +23816,7 @@ class JpItcmOverlay29Functions:
|
|
|
23816
23816
|
None,
|
|
23817
23817
|
None,
|
|
23818
23818
|
"IsExperienceLocked",
|
|
23819
|
-
"Checks if a monster does not gain experience.\n\nThis basically just inverts IsSpecialStoryAlly, with the exception of also checking for the 'Joined At' field being DUNGEON_CLIENT (
|
|
23819
|
+
"Checks if a monster does not gain experience.\n\nThis basically just inverts IsSpecialStoryAlly, with the exception of also checking for the 'Joined At' field being DUNGEON_CLIENT (set for mission clients).\n\nr0: monster pointer\nreturn: bool",
|
|
23820
23820
|
None,
|
|
23821
23821
|
)
|
|
23822
23822
|
|
|
@@ -24396,6 +24396,15 @@ class JpItcmOverlay29Functions:
|
|
|
24396
24396
|
None,
|
|
24397
24397
|
)
|
|
24398
24398
|
|
|
24399
|
+
IsTacticSet = Symbol(
|
|
24400
|
+
None,
|
|
24401
|
+
None,
|
|
24402
|
+
None,
|
|
24403
|
+
"IsTacticSet",
|
|
24404
|
+
"Returns whether a monster is set to use a specific tactic.\n\nr0: Entity pointer\nr1: Enum tactic_id\nreturn: True if the monster is set to the given tactic.",
|
|
24405
|
+
None,
|
|
24406
|
+
)
|
|
24407
|
+
|
|
24399
24408
|
HasDropeyeStatus = Symbol(
|
|
24400
24409
|
None,
|
|
24401
24410
|
None,
|
|
@@ -25382,7 +25391,7 @@ class JpItcmOverlay29Functions:
|
|
|
25382
25391
|
None,
|
|
25383
25392
|
None,
|
|
25384
25393
|
"LowerHitChanceStat",
|
|
25385
|
-
"Lowers the specified hit chance stat (accuracy or evasion) on the target monster.\n\nr0: user entity pointer\nr1: target entity pointer\nr2: stat index\nr3:
|
|
25394
|
+
"Lowers the specified hit chance stat (accuracy or evasion) on the target monster.\n\nr0: user entity pointer\nr1: target entity pointer\nr2: stat index\nr3: flag to log a message on failure",
|
|
25386
25395
|
None,
|
|
25387
25396
|
)
|
|
25388
25397
|
|
pmdsky_debug_py/na.py
CHANGED
|
@@ -24389,7 +24389,7 @@ class NaOverlay29Functions:
|
|
|
24389
24389
|
[0x22FBAF0],
|
|
24390
24390
|
None,
|
|
24391
24391
|
"IsExperienceLocked",
|
|
24392
|
-
"Checks if a monster does not gain experience.\n\nThis basically just inverts IsSpecialStoryAlly, with the exception of also checking for the 'Joined At' field being DUNGEON_CLIENT (
|
|
24392
|
+
"Checks if a monster does not gain experience.\n\nThis basically just inverts IsSpecialStoryAlly, with the exception of also checking for the 'Joined At' field being DUNGEON_CLIENT (set for mission clients).\n\nr0: monster pointer\nreturn: bool",
|
|
24393
24393
|
None,
|
|
24394
24394
|
)
|
|
24395
24395
|
|
|
@@ -24969,6 +24969,15 @@ class NaOverlay29Functions:
|
|
|
24969
24969
|
None,
|
|
24970
24970
|
)
|
|
24971
24971
|
|
|
24972
|
+
IsTacticSet = Symbol(
|
|
24973
|
+
[0x25CE0],
|
|
24974
|
+
[0x2301F20],
|
|
24975
|
+
None,
|
|
24976
|
+
"IsTacticSet",
|
|
24977
|
+
"Returns whether a monster is set to use a specific tactic.\n\nr0: Entity pointer\nr1: Enum tactic_id\nreturn: True if the monster is set to the given tactic.",
|
|
24978
|
+
None,
|
|
24979
|
+
)
|
|
24980
|
+
|
|
24972
24981
|
HasDropeyeStatus = Symbol(
|
|
24973
24982
|
[0x25D10],
|
|
24974
24983
|
[0x2301F50],
|
|
@@ -25955,7 +25964,7 @@ class NaOverlay29Functions:
|
|
|
25955
25964
|
[0x231422C],
|
|
25956
25965
|
None,
|
|
25957
25966
|
"LowerHitChanceStat",
|
|
25958
|
-
"Lowers the specified hit chance stat (accuracy or evasion) on the target monster.\n\nr0: user entity pointer\nr1: target entity pointer\nr2: stat index\nr3:
|
|
25967
|
+
"Lowers the specified hit chance stat (accuracy or evasion) on the target monster.\n\nr0: user entity pointer\nr1: target entity pointer\nr2: stat index\nr3: flag to log a message on failure",
|
|
25959
25968
|
None,
|
|
25960
25969
|
)
|
|
25961
25970
|
|
pmdsky_debug_py/na_itcm.py
CHANGED
|
@@ -23816,7 +23816,7 @@ class NaItcmOverlay29Functions:
|
|
|
23816
23816
|
None,
|
|
23817
23817
|
None,
|
|
23818
23818
|
"IsExperienceLocked",
|
|
23819
|
-
"Checks if a monster does not gain experience.\n\nThis basically just inverts IsSpecialStoryAlly, with the exception of also checking for the 'Joined At' field being DUNGEON_CLIENT (
|
|
23819
|
+
"Checks if a monster does not gain experience.\n\nThis basically just inverts IsSpecialStoryAlly, with the exception of also checking for the 'Joined At' field being DUNGEON_CLIENT (set for mission clients).\n\nr0: monster pointer\nreturn: bool",
|
|
23820
23820
|
None,
|
|
23821
23821
|
)
|
|
23822
23822
|
|
|
@@ -24396,6 +24396,15 @@ class NaItcmOverlay29Functions:
|
|
|
24396
24396
|
None,
|
|
24397
24397
|
)
|
|
24398
24398
|
|
|
24399
|
+
IsTacticSet = Symbol(
|
|
24400
|
+
None,
|
|
24401
|
+
None,
|
|
24402
|
+
None,
|
|
24403
|
+
"IsTacticSet",
|
|
24404
|
+
"Returns whether a monster is set to use a specific tactic.\n\nr0: Entity pointer\nr1: Enum tactic_id\nreturn: True if the monster is set to the given tactic.",
|
|
24405
|
+
None,
|
|
24406
|
+
)
|
|
24407
|
+
|
|
24399
24408
|
HasDropeyeStatus = Symbol(
|
|
24400
24409
|
None,
|
|
24401
24410
|
None,
|
|
@@ -25382,7 +25391,7 @@ class NaItcmOverlay29Functions:
|
|
|
25382
25391
|
None,
|
|
25383
25392
|
None,
|
|
25384
25393
|
"LowerHitChanceStat",
|
|
25385
|
-
"Lowers the specified hit chance stat (accuracy or evasion) on the target monster.\n\nr0: user entity pointer\nr1: target entity pointer\nr2: stat index\nr3:
|
|
25394
|
+
"Lowers the specified hit chance stat (accuracy or evasion) on the target monster.\n\nr0: user entity pointer\nr1: target entity pointer\nr2: stat index\nr3: flag to log a message on failure",
|
|
25386
25395
|
None,
|
|
25387
25396
|
)
|
|
25388
25397
|
|
pmdsky_debug_py/protocol.py
CHANGED
|
@@ -14990,6 +14990,11 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
14990
14990
|
None,
|
|
14991
14991
|
]
|
|
14992
14992
|
|
|
14993
|
+
IsTacticSet: Symbol[
|
|
14994
|
+
Optional[list[int]],
|
|
14995
|
+
None,
|
|
14996
|
+
]
|
|
14997
|
+
|
|
14993
14998
|
HasDropeyeStatus: Symbol[
|
|
14994
14999
|
Optional[list[int]],
|
|
14995
15000
|
None,
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
pmdsky_debug_py/__init__.py,sha256=xvXjdxEqeoQaaS6ssZYVI9jARzv5M4q6FNwA3Z6fOw4,1831
|
|
2
|
+
pmdsky_debug_py/_release.py,sha256=0WROUe6cWKuYGX1jVAfzDemsuVIANPTV9LQjd0II_8I,31
|
|
3
|
+
pmdsky_debug_py/eu.py,sha256=cphXru0UH-b2gTusq4bnGBv2Bzro81pP3XLOe-DwX8A,1118387
|
|
4
|
+
pmdsky_debug_py/eu_itcm.py,sha256=EvCv8Dyz7esS13inHsPnFmZWalAqcLYPi74QVzTvKns,1068057
|
|
5
|
+
pmdsky_debug_py/jp.py,sha256=xEqd1_ASfiwYJ99uOU01VNHNRq-EJxg47ow7ahmT5b8,1114798
|
|
6
|
+
pmdsky_debug_py/jp_itcm.py,sha256=j6iAswFy4MStzgHO5X3oOy_eqxjr7oXOLcOybrpF_pk,1068047
|
|
7
|
+
pmdsky_debug_py/na.py,sha256=28BTltbIgMnmfpFQguBgozl98YKx27Tf40g7Hje7aUE,1119331
|
|
8
|
+
pmdsky_debug_py/na_itcm.py,sha256=VTGmPtSOnz9rXbxbbpDnnwf_ofG4gQmq0a3IxgI8mPQ,1068077
|
|
9
|
+
pmdsky_debug_py/protocol.py,sha256=hrFOE7a1tmR644j3uRKkcfXsbRrZuPzoa0w0ysfxqDs,329283
|
|
10
|
+
pmdsky_debug_py/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
+
pmdsky_debug_py-10.0.44.dist-info/METADATA,sha256=6UqOV9nZUCg1nJcKN5U8O6nMXc23ZoTzDQNaK_CiKik,1374
|
|
12
|
+
pmdsky_debug_py-10.0.44.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
|
13
|
+
pmdsky_debug_py-10.0.44.dist-info/top_level.txt,sha256=cqvpcJbud2s8IyBAc1MfCySwniko_6qO5LWSSxNIoXI,16
|
|
14
|
+
pmdsky_debug_py-10.0.44.dist-info/RECORD,,
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
pmdsky_debug_py/__init__.py,sha256=xvXjdxEqeoQaaS6ssZYVI9jARzv5M4q6FNwA3Z6fOw4,1831
|
|
2
|
-
pmdsky_debug_py/_release.py,sha256=ZB2mSjV3fxBWKCVHEZ1LrXBa9_01611yQgUE6uITKpA,31
|
|
3
|
-
pmdsky_debug_py/eu.py,sha256=xwGW10S-wzR1COUlnQdkrOBxLIy-5lhs2KD7Uix88FQ,1118161
|
|
4
|
-
pmdsky_debug_py/eu_itcm.py,sha256=WXOCBXCEcGhISLRG6n2Ftdo8EEgKlSmp29YTF1-AJX4,1067843
|
|
5
|
-
pmdsky_debug_py/jp.py,sha256=Eq2aKS3e0DRK8FfqTYaeK2enLccRqReOC4QnsxbFzgI,1114572
|
|
6
|
-
pmdsky_debug_py/jp_itcm.py,sha256=rSX4rDgK_kq2YFONNCAVMeTxpgySve3ov6HdiVoZnfM,1067833
|
|
7
|
-
pmdsky_debug_py/na.py,sha256=89nRt_EBQXxb0-H4XwIeQv9ni3lXmbDDpZK1Ju8G91c,1119105
|
|
8
|
-
pmdsky_debug_py/na_itcm.py,sha256=esTlinF54M1qLGdD-KdaM6o3GuX3EYvvaJjzVGrZ5Nc,1067863
|
|
9
|
-
pmdsky_debug_py/protocol.py,sha256=RqdXt_8GwIt_sXc4VJuBOGIPnNykV35XdOrHQM6W9kA,329208
|
|
10
|
-
pmdsky_debug_py/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
-
pmdsky_debug_py-10.0.42.dist-info/METADATA,sha256=yY2poJEGm2OqKpOKm0WRNu14ZPsn9Cu4yfuv67ussMI,1374
|
|
12
|
-
pmdsky_debug_py-10.0.42.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
|
13
|
-
pmdsky_debug_py-10.0.42.dist-info/top_level.txt,sha256=cqvpcJbud2s8IyBAc1MfCySwniko_6qO5LWSSxNIoXI,16
|
|
14
|
-
pmdsky_debug_py-10.0.42.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|