pmdsky-debug-py 10.0.26__py3-none-any.whl → 10.0.27__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+9a6fbc4328"
1
+ RELEASE = "v0.10.0+922724f961"
pmdsky_debug_py/eu.py CHANGED
@@ -25439,6 +25439,15 @@ class EuOverlay29Functions:
25439
25439
  None,
25440
25440
  )
25441
25441
 
25442
+ GetExclusiveItemWithEffectFromBag = Symbol(
25443
+ [0x33548],
25444
+ [0x23100C8],
25445
+ None,
25446
+ "GetExclusiveItemWithEffectFromBag",
25447
+ "If an exclusive item with a certain effect is present in the bag and works for the entity, returns true and copies the item struct to the address at item. Otherwise, returns false.\n\nr0: Entity pointer\nr1: exclusive_item_effect_id enum\nr2: [output] Item pointer\nreturn: bool",
25448
+ None,
25449
+ )
25450
+
25442
25451
  AuraBowIsActive = Symbol(
25443
25452
  [0x335BC],
25444
25453
  [0x231013C],
@@ -27176,6 +27185,15 @@ class EuOverlay29Functions:
27176
27185
  None,
27177
27186
  )
27178
27187
 
27188
+ CanHitWithRegularAttack = Symbol(
27189
+ [0x56E88],
27190
+ [0x2333A08],
27191
+ None,
27192
+ "CanHitWithRegularAttack",
27193
+ "Returns true if the defender is adjacent to the attacker and can hit them with a regular attack.\nNotably, this check is what prevents ranged moves, moves that cut corners, etc. from being reflected by Magic Coat and Mirror Move.\n\nr0: Entity pointer (attacker)\nr1: Entity pointer (defender)\nreturn: bool",
27194
+ None,
27195
+ )
27196
+
27179
27197
  StatusCheckerCheck = Symbol(
27180
27198
  [0x56F34],
27181
27199
  [0x2333AB4],
@@ -24864,6 +24864,15 @@ class EuItcmOverlay29Functions:
24864
24864
  None,
24865
24865
  )
24866
24866
 
24867
+ GetExclusiveItemWithEffectFromBag = Symbol(
24868
+ None,
24869
+ None,
24870
+ None,
24871
+ "GetExclusiveItemWithEffectFromBag",
24872
+ "If an exclusive item with a certain effect is present in the bag and works for the entity, returns true and copies the item struct to the address at item. Otherwise, returns false.\n\nr0: Entity pointer\nr1: exclusive_item_effect_id enum\nr2: [output] Item pointer\nreturn: bool",
24873
+ None,
24874
+ )
24875
+
24867
24876
  AuraBowIsActive = Symbol(
24868
24877
  None,
24869
24878
  None,
@@ -26601,6 +26610,15 @@ class EuItcmOverlay29Functions:
26601
26610
  None,
26602
26611
  )
26603
26612
 
26613
+ CanHitWithRegularAttack = Symbol(
26614
+ None,
26615
+ None,
26616
+ None,
26617
+ "CanHitWithRegularAttack",
26618
+ "Returns true if the defender is adjacent to the attacker and can hit them with a regular attack.\nNotably, this check is what prevents ranged moves, moves that cut corners, etc. from being reflected by Magic Coat and Mirror Move.\n\nr0: Entity pointer (attacker)\nr1: Entity pointer (defender)\nreturn: bool",
26619
+ None,
26620
+ )
26621
+
26604
26622
  StatusCheckerCheck = Symbol(
26605
26623
  None,
26606
26624
  None,
pmdsky_debug_py/jp.py CHANGED
@@ -25430,6 +25430,15 @@ class JpOverlay29Functions:
25430
25430
  None,
25431
25431
  )
25432
25432
 
25433
+ GetExclusiveItemWithEffectFromBag = Symbol(
25434
+ [0x332B0],
25435
+ [0x2310B90],
25436
+ None,
25437
+ "GetExclusiveItemWithEffectFromBag",
25438
+ "If an exclusive item with a certain effect is present in the bag and works for the entity, returns true and copies the item struct to the address at item. Otherwise, returns false.\n\nr0: Entity pointer\nr1: exclusive_item_effect_id enum\nr2: [output] Item pointer\nreturn: bool",
25439
+ None,
25440
+ )
25441
+
25433
25442
  AuraBowIsActive = Symbol(
25434
25443
  [0x33324],
25435
25444
  [0x2310C04],
@@ -27167,6 +27176,15 @@ class JpOverlay29Functions:
27167
27176
  None,
27168
27177
  )
27169
27178
 
27179
+ CanHitWithRegularAttack = Symbol(
27180
+ [0x56AD4],
27181
+ [0x23343B4],
27182
+ None,
27183
+ "CanHitWithRegularAttack",
27184
+ "Returns true if the defender is adjacent to the attacker and can hit them with a regular attack.\nNotably, this check is what prevents ranged moves, moves that cut corners, etc. from being reflected by Magic Coat and Mirror Move.\n\nr0: Entity pointer (attacker)\nr1: Entity pointer (defender)\nreturn: bool",
27185
+ None,
27186
+ )
27187
+
27170
27188
  StatusCheckerCheck = Symbol(
27171
27189
  [0x56B80],
27172
27190
  [0x2334460],
@@ -24864,6 +24864,15 @@ class JpItcmOverlay29Functions:
24864
24864
  None,
24865
24865
  )
24866
24866
 
24867
+ GetExclusiveItemWithEffectFromBag = Symbol(
24868
+ None,
24869
+ None,
24870
+ None,
24871
+ "GetExclusiveItemWithEffectFromBag",
24872
+ "If an exclusive item with a certain effect is present in the bag and works for the entity, returns true and copies the item struct to the address at item. Otherwise, returns false.\n\nr0: Entity pointer\nr1: exclusive_item_effect_id enum\nr2: [output] Item pointer\nreturn: bool",
24873
+ None,
24874
+ )
24875
+
24867
24876
  AuraBowIsActive = Symbol(
24868
24877
  None,
24869
24878
  None,
@@ -26601,6 +26610,15 @@ class JpItcmOverlay29Functions:
26601
26610
  None,
26602
26611
  )
26603
26612
 
26613
+ CanHitWithRegularAttack = Symbol(
26614
+ None,
26615
+ None,
26616
+ None,
26617
+ "CanHitWithRegularAttack",
26618
+ "Returns true if the defender is adjacent to the attacker and can hit them with a regular attack.\nNotably, this check is what prevents ranged moves, moves that cut corners, etc. from being reflected by Magic Coat and Mirror Move.\n\nr0: Entity pointer (attacker)\nr1: Entity pointer (defender)\nreturn: bool",
26619
+ None,
26620
+ )
26621
+
26604
26622
  StatusCheckerCheck = Symbol(
26605
26623
  None,
26606
26624
  None,
pmdsky_debug_py/na.py CHANGED
@@ -25437,6 +25437,15 @@ class NaOverlay29Functions:
25437
25437
  None,
25438
25438
  )
25439
25439
 
25440
+ GetExclusiveItemWithEffectFromBag = Symbol(
25441
+ [0x33414],
25442
+ [0x230F654],
25443
+ None,
25444
+ "GetExclusiveItemWithEffectFromBag",
25445
+ "If an exclusive item with a certain effect is present in the bag and works for the entity, returns true and copies the item struct to the address at item. Otherwise, returns false.\n\nr0: Entity pointer\nr1: exclusive_item_effect_id enum\nr2: [output] Item pointer\nreturn: bool",
25446
+ None,
25447
+ )
25448
+
25440
25449
  AuraBowIsActive = Symbol(
25441
25450
  [0x33488],
25442
25451
  [0x230F6C8],
@@ -27174,6 +27183,15 @@ class NaOverlay29Functions:
27174
27183
  None,
27175
27184
  )
27176
27185
 
27186
+ CanHitWithRegularAttack = Symbol(
27187
+ [0x56D88],
27188
+ [0x2332FC8],
27189
+ None,
27190
+ "CanHitWithRegularAttack",
27191
+ "Returns true if the defender is adjacent to the attacker and can hit them with a regular attack.\nNotably, this check is what prevents ranged moves, moves that cut corners, etc. from being reflected by Magic Coat and Mirror Move.\n\nr0: Entity pointer (attacker)\nr1: Entity pointer (defender)\nreturn: bool",
27192
+ None,
27193
+ )
27194
+
27177
27195
  StatusCheckerCheck = Symbol(
27178
27196
  [0x56E34],
27179
27197
  [0x2333074],
@@ -24864,6 +24864,15 @@ class NaItcmOverlay29Functions:
24864
24864
  None,
24865
24865
  )
24866
24866
 
24867
+ GetExclusiveItemWithEffectFromBag = Symbol(
24868
+ None,
24869
+ None,
24870
+ None,
24871
+ "GetExclusiveItemWithEffectFromBag",
24872
+ "If an exclusive item with a certain effect is present in the bag and works for the entity, returns true and copies the item struct to the address at item. Otherwise, returns false.\n\nr0: Entity pointer\nr1: exclusive_item_effect_id enum\nr2: [output] Item pointer\nreturn: bool",
24873
+ None,
24874
+ )
24875
+
24867
24876
  AuraBowIsActive = Symbol(
24868
24877
  None,
24869
24878
  None,
@@ -26601,6 +26610,15 @@ class NaItcmOverlay29Functions:
26601
26610
  None,
26602
26611
  )
26603
26612
 
26613
+ CanHitWithRegularAttack = Symbol(
26614
+ None,
26615
+ None,
26616
+ None,
26617
+ "CanHitWithRegularAttack",
26618
+ "Returns true if the defender is adjacent to the attacker and can hit them with a regular attack.\nNotably, this check is what prevents ranged moves, moves that cut corners, etc. from being reflected by Magic Coat and Mirror Move.\n\nr0: Entity pointer (attacker)\nr1: Entity pointer (defender)\nreturn: bool",
26619
+ None,
26620
+ )
26621
+
26604
26622
  StatusCheckerCheck = Symbol(
26605
26623
  None,
26606
26624
  None,
@@ -15250,6 +15250,11 @@ class Overlay29FunctionsProtocol(Protocol):
15250
15250
  None,
15251
15251
  ]
15252
15252
 
15253
+ GetExclusiveItemWithEffectFromBag: Symbol[
15254
+ Optional[list[int]],
15255
+ None,
15256
+ ]
15257
+
15253
15258
  AuraBowIsActive: Symbol[
15254
15259
  Optional[list[int]],
15255
15260
  None,
@@ -16215,6 +16220,11 @@ class Overlay29FunctionsProtocol(Protocol):
16215
16220
  None,
16216
16221
  ]
16217
16222
 
16223
+ CanHitWithRegularAttack: Symbol[
16224
+ Optional[list[int]],
16225
+ None,
16226
+ ]
16227
+
16218
16228
  StatusCheckerCheck: Symbol[
16219
16229
  Optional[list[int]],
16220
16230
  None,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pmdsky-debug-py
3
- Version: 10.0.26
3
+ Version: 10.0.27
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=_ipd5pE6cGDfJI9OipSviV-XwOpOQ4grdVOdrRyat8k,31
3
+ pmdsky_debug_py/eu.py,sha256=ZdB815CjQGkFuuopAyggwuuv93NWsApYkB04CWkH0as,1108640
4
+ pmdsky_debug_py/eu_itcm.py,sha256=dbu3bUBOZcYW_gqoqGmr73tCXrk3ISWb51jpKG_gsY8,1058707
5
+ pmdsky_debug_py/jp.py,sha256=INK_uw0QNv7DxwgA1JCilLsK4FjSag6xr82kNoZOaSc,1105102
6
+ pmdsky_debug_py/jp_itcm.py,sha256=PUpmVk71ThVAHDnMTdZQZ31ytKeMKOV0WTmrr9rcFBw,1058697
7
+ pmdsky_debug_py/na.py,sha256=Tf755puRttZ08c2z50C39jiEtoS3Jkdsgas6-4HYchg,1109648
8
+ pmdsky_debug_py/na_itcm.py,sha256=2SOI3dxaAcVT00h3AMuFV3pR15DA7MqFw_XHTnLH_Ig,1058727
9
+ pmdsky_debug_py/protocol.py,sha256=BYjewhktU0bxQBRmGseEjOKg5ONPWt0oy0hW7k_pcus,326694
10
+ pmdsky_debug_py/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
+ pmdsky_debug_py-10.0.27.dist-info/METADATA,sha256=V4Yf823nj7x-GUAlltMpcIZjhoU8avCuF9TnXom8tl4,1374
12
+ pmdsky_debug_py-10.0.27.dist-info/WHEEL,sha256=UvcQYKBHoFqaQd6LKyqHw9fxEolWLQnlzP0h_LgJAfI,91
13
+ pmdsky_debug_py-10.0.27.dist-info/top_level.txt,sha256=cqvpcJbud2s8IyBAc1MfCySwniko_6qO5LWSSxNIoXI,16
14
+ pmdsky_debug_py-10.0.27.dist-info/RECORD,,
@@ -1,14 +0,0 @@
1
- pmdsky_debug_py/__init__.py,sha256=xvXjdxEqeoQaaS6ssZYVI9jARzv5M4q6FNwA3Z6fOw4,1831
2
- pmdsky_debug_py/_release.py,sha256=IFmu9W2IMKCDipnYJVJtJyx6_Ik0aBzcRvtPqW5QajM,31
3
- pmdsky_debug_py/eu.py,sha256=XxKfSOvehHFSEobRMQt37k9UtKGBOoIIs0YIcXnGa1g,1107715
4
- pmdsky_debug_py/eu_itcm.py,sha256=xnArhVivFjYBiHJmpuAWUT6m_D7Kqeiqqo7njyE3xtE,1057806
5
- pmdsky_debug_py/jp.py,sha256=0NhVX2F27mwxBw3xH8QE83kh1YfhGARSCd54ezbGCsc,1104177
6
- pmdsky_debug_py/jp_itcm.py,sha256=n9GHMXvzYgz9qvXU3ZG2eE4EbnsMfPgrpS9JZqPVZQY,1057796
7
- pmdsky_debug_py/na.py,sha256=8ad9tV1lGMK5fyeuuMdpPOf5irZLdxpxvsIK7gLfhhA,1108723
8
- pmdsky_debug_py/na_itcm.py,sha256=f3EOGphMf1_71Fv7_GjvSaIulIOJkVIkFevAfO80cUQ,1057826
9
- pmdsky_debug_py/protocol.py,sha256=RHgZ9O1kK7TELA3kzsPRQWSmhWdqza5C5orxh0al0wo,326510
10
- pmdsky_debug_py/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
- pmdsky_debug_py-10.0.26.dist-info/METADATA,sha256=bUPxFmXfxGtZgOBhCuJBB4sar_rX3874BnS2K73cFCU,1374
12
- pmdsky_debug_py-10.0.26.dist-info/WHEEL,sha256=UvcQYKBHoFqaQd6LKyqHw9fxEolWLQnlzP0h_LgJAfI,91
13
- pmdsky_debug_py-10.0.26.dist-info/top_level.txt,sha256=cqvpcJbud2s8IyBAc1MfCySwniko_6qO5LWSSxNIoXI,16
14
- pmdsky_debug_py-10.0.26.dist-info/RECORD,,