pmdsky-debug-py 10.0.42__py3-none-any.whl → 10.0.43__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+7aad0b4f98"
1
+ RELEASE = "v0.10.0+104d4fcf9d"
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 (is this set for mission clients?).\n\nr0: monster pointer\nreturn: bool",
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],
@@ -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 (is this set for mission clients?).\n\nr0: monster pointer\nreturn: bool",
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,
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 (is this set for mission clients?).\n\nr0: monster pointer\nreturn: bool",
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],
@@ -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 (is this set for mission clients?).\n\nr0: monster pointer\nreturn: bool",
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,
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 (is this set for mission clients?).\n\nr0: monster pointer\nreturn: bool",
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],
@@ -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 (is this set for mission clients?).\n\nr0: monster pointer\nreturn: bool",
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,
@@ -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,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pmdsky-debug-py
3
- Version: 10.0.42
3
+ Version: 10.0.43
4
4
  Summary: pmdsky-debug symbols for Python.
5
5
  Author-email: Marco 'Capypara' Köpcke <hello@capypara.de>
6
6
  License: MIT
@@ -0,0 +1,14 @@
1
+ pmdsky_debug_py/__init__.py,sha256=xvXjdxEqeoQaaS6ssZYVI9jARzv5M4q6FNwA3Z6fOw4,1831
2
+ pmdsky_debug_py/_release.py,sha256=Y_Vh0XCTRW_ZiJhmrSALonnMRlulZu79_AD2l6exFro,31
3
+ pmdsky_debug_py/eu.py,sha256=BQm9MuAo1f6iNq-YEiFs6Dx9kq2c6z2EpNhLpJtf6HY,1118445
4
+ pmdsky_debug_py/eu_itcm.py,sha256=enrtYi_qGbPdXox6DYPzca8C8oPX3y9zHCXvbeXfdcY,1068115
5
+ pmdsky_debug_py/jp.py,sha256=zfqb-c1og741wpsnRoPoB46UPDjMiJgXNMO0UUZVKAs,1114856
6
+ pmdsky_debug_py/jp_itcm.py,sha256=fts_0iioJS_cOo5McBInYTADO1i_20O-VXmZ6fnVqEs,1068105
7
+ pmdsky_debug_py/na.py,sha256=wPZuuRFFqT5hFgtEk2dfa-lsGWqadJZl4QXeeODS4N8,1119389
8
+ pmdsky_debug_py/na_itcm.py,sha256=WwDoD4tQ5z7K1T2oDHscQJTMVJUMINF9hgopUJ6Gv1U,1068135
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.43.dist-info/METADATA,sha256=cZeY3AVwz7rxfdWMYPmd8VpKEV864QIVYvBdGf1vP0Q,1374
12
+ pmdsky_debug_py-10.0.43.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
13
+ pmdsky_debug_py-10.0.43.dist-info/top_level.txt,sha256=cqvpcJbud2s8IyBAc1MfCySwniko_6qO5LWSSxNIoXI,16
14
+ pmdsky_debug_py-10.0.43.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,,