pmdsky-debug-py 10.0.21__py3-none-any.whl → 10.0.22__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+4db258e93a"
1
+ RELEASE = "v0.10.0+0c552deaf3"
pmdsky_debug_py/eu.py CHANGED
@@ -17867,6 +17867,15 @@ class EuOverlay10Data:
17867
17867
  "int16_t[2]",
17868
17868
  )
17869
17869
 
17870
+ PERISH_SONG_TURN_RANGE = Symbol(
17871
+ [0x7D68],
17872
+ [0x22C5128],
17873
+ 0x4,
17874
+ "PERISH_SONG_TURN_RANGE",
17875
+ "The turn range for the status inflicted by Perish Song, [3, 3).\n\ntype: int16_t[2]",
17876
+ "int16_t[2]",
17877
+ )
17878
+
17870
17879
  SHADOW_FORCE_DAMAGE_MULTIPLIER = Symbol(
17871
17880
  [0x7D74],
17872
17881
  [0x22C5134],
@@ -23175,7 +23184,7 @@ class EuOverlay29Functions:
23175
23184
  [0x22EB470],
23176
23185
  None,
23177
23186
  "DungeonRandRange",
23178
- "Compute a pseudorandom value between two integers using the dungeon PRNG.\n\nr0: x\nr1: y\nreturn: pseudorandom integer on the interval [min(x, y), max(x, y) - 1]",
23187
+ "Compute a pseudorandom value between two integers using the dungeon PRNG.\n\nIf both input integers are the same, the first is returned.\n\nr0: x\nr1: y\nreturn: pseudorandom integer on the interval [min(x, y), max(x, y) - 1], or x if x == y.",
23179
23188
  None,
23180
23189
  )
23181
23190
 
@@ -17601,6 +17601,15 @@ class EuItcmOverlay10Data:
17601
17601
  "int16_t[2]",
17602
17602
  )
17603
17603
 
17604
+ PERISH_SONG_TURN_RANGE = Symbol(
17605
+ None,
17606
+ None,
17607
+ None,
17608
+ "PERISH_SONG_TURN_RANGE",
17609
+ "The turn range for the status inflicted by Perish Song, [3, 3).\n\ntype: int16_t[2]",
17610
+ "int16_t[2]",
17611
+ )
17612
+
17604
17613
  SHADOW_FORCE_DAMAGE_MULTIPLIER = Symbol(
17605
17614
  None,
17606
17615
  None,
@@ -22646,7 +22655,7 @@ class EuItcmOverlay29Functions:
22646
22655
  None,
22647
22656
  None,
22648
22657
  "DungeonRandRange",
22649
- "Compute a pseudorandom value between two integers using the dungeon PRNG.\n\nr0: x\nr1: y\nreturn: pseudorandom integer on the interval [min(x, y), max(x, y) - 1]",
22658
+ "Compute a pseudorandom value between two integers using the dungeon PRNG.\n\nIf both input integers are the same, the first is returned.\n\nr0: x\nr1: y\nreturn: pseudorandom integer on the interval [min(x, y), max(x, y) - 1], or x if x == y.",
22650
22659
  None,
22651
22660
  )
22652
22661
 
pmdsky_debug_py/jp.py CHANGED
@@ -17862,6 +17862,15 @@ class JpOverlay10Data:
17862
17862
  "int16_t[2]",
17863
17863
  )
17864
17864
 
17865
+ PERISH_SONG_TURN_RANGE = Symbol(
17866
+ [0x7C98],
17867
+ [0x22C5EB8],
17868
+ 0x4,
17869
+ "PERISH_SONG_TURN_RANGE",
17870
+ "The turn range for the status inflicted by Perish Song, [3, 3).\n\ntype: int16_t[2]",
17871
+ "int16_t[2]",
17872
+ )
17873
+
17865
17874
  SHADOW_FORCE_DAMAGE_MULTIPLIER = Symbol(
17866
17875
  [0x7CA4],
17867
17876
  [0x22C5EC4],
@@ -23166,7 +23175,7 @@ class JpOverlay29Functions:
23166
23175
  [0x22EC128],
23167
23176
  None,
23168
23177
  "DungeonRandRange",
23169
- "Compute a pseudorandom value between two integers using the dungeon PRNG.\n\nr0: x\nr1: y\nreturn: pseudorandom integer on the interval [min(x, y), max(x, y) - 1]",
23178
+ "Compute a pseudorandom value between two integers using the dungeon PRNG.\n\nIf both input integers are the same, the first is returned.\n\nr0: x\nr1: y\nreturn: pseudorandom integer on the interval [min(x, y), max(x, y) - 1], or x if x == y.",
23170
23179
  None,
23171
23180
  )
23172
23181
 
@@ -17601,6 +17601,15 @@ class JpItcmOverlay10Data:
17601
17601
  "int16_t[2]",
17602
17602
  )
17603
17603
 
17604
+ PERISH_SONG_TURN_RANGE = Symbol(
17605
+ None,
17606
+ None,
17607
+ None,
17608
+ "PERISH_SONG_TURN_RANGE",
17609
+ "The turn range for the status inflicted by Perish Song, [3, 3).\n\ntype: int16_t[2]",
17610
+ "int16_t[2]",
17611
+ )
17612
+
17604
17613
  SHADOW_FORCE_DAMAGE_MULTIPLIER = Symbol(
17605
17614
  None,
17606
17615
  None,
@@ -22646,7 +22655,7 @@ class JpItcmOverlay29Functions:
22646
22655
  None,
22647
22656
  None,
22648
22657
  "DungeonRandRange",
22649
- "Compute a pseudorandom value between two integers using the dungeon PRNG.\n\nr0: x\nr1: y\nreturn: pseudorandom integer on the interval [min(x, y), max(x, y) - 1]",
22658
+ "Compute a pseudorandom value between two integers using the dungeon PRNG.\n\nIf both input integers are the same, the first is returned.\n\nr0: x\nr1: y\nreturn: pseudorandom integer on the interval [min(x, y), max(x, y) - 1], or x if x == y.",
22650
22659
  None,
22651
22660
  )
22652
22661
 
pmdsky_debug_py/na.py CHANGED
@@ -17867,6 +17867,15 @@ class NaOverlay10Data:
17867
17867
  "int16_t[2]",
17868
17868
  )
17869
17869
 
17870
+ PERISH_SONG_TURN_RANGE = Symbol(
17871
+ [0x7D50],
17872
+ [0x22C47D0],
17873
+ 0x4,
17874
+ "PERISH_SONG_TURN_RANGE",
17875
+ "The turn range for the status inflicted by Perish Song, [3, 3).\n\ntype: int16_t[2]",
17876
+ "int16_t[2]",
17877
+ )
17878
+
17870
17879
  SHADOW_FORCE_DAMAGE_MULTIPLIER = Symbol(
17871
17880
  [0x7D5C],
17872
17881
  [0x22C47DC],
@@ -23173,7 +23182,7 @@ class NaOverlay29Functions:
23173
23182
  [0x22EAAC0],
23174
23183
  None,
23175
23184
  "DungeonRandRange",
23176
- "Compute a pseudorandom value between two integers using the dungeon PRNG.\n\nr0: x\nr1: y\nreturn: pseudorandom integer on the interval [min(x, y), max(x, y) - 1]",
23185
+ "Compute a pseudorandom value between two integers using the dungeon PRNG.\n\nIf both input integers are the same, the first is returned.\n\nr0: x\nr1: y\nreturn: pseudorandom integer on the interval [min(x, y), max(x, y) - 1], or x if x == y.",
23177
23186
  None,
23178
23187
  )
23179
23188
 
@@ -17601,6 +17601,15 @@ class NaItcmOverlay10Data:
17601
17601
  "int16_t[2]",
17602
17602
  )
17603
17603
 
17604
+ PERISH_SONG_TURN_RANGE = Symbol(
17605
+ None,
17606
+ None,
17607
+ None,
17608
+ "PERISH_SONG_TURN_RANGE",
17609
+ "The turn range for the status inflicted by Perish Song, [3, 3).\n\ntype: int16_t[2]",
17610
+ "int16_t[2]",
17611
+ )
17612
+
17604
17613
  SHADOW_FORCE_DAMAGE_MULTIPLIER = Symbol(
17605
17614
  None,
17606
17615
  None,
@@ -22646,7 +22655,7 @@ class NaItcmOverlay29Functions:
22646
22655
  None,
22647
22656
  None,
22648
22657
  "DungeonRandRange",
22649
- "Compute a pseudorandom value between two integers using the dungeon PRNG.\n\nr0: x\nr1: y\nreturn: pseudorandom integer on the interval [min(x, y), max(x, y) - 1]",
22658
+ "Compute a pseudorandom value between two integers using the dungeon PRNG.\n\nIf both input integers are the same, the first is returned.\n\nr0: x\nr1: y\nreturn: pseudorandom integer on the interval [min(x, y), max(x, y) - 1], or x if x == y.",
22650
22659
  None,
22651
22660
  )
22652
22661
 
@@ -10962,6 +10962,11 @@ class Overlay10DataProtocol(Protocol):
10962
10962
  Optional[int],
10963
10963
  ]
10964
10964
 
10965
+ PERISH_SONG_TURN_RANGE: Symbol[
10966
+ Optional[list[int]],
10967
+ Optional[int],
10968
+ ]
10969
+
10965
10970
  SHADOW_FORCE_DAMAGE_MULTIPLIER: Symbol[
10966
10971
  Optional[list[int]],
10967
10972
  Optional[int],
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pmdsky-debug-py
3
- Version: 10.0.21
3
+ Version: 10.0.22
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=J669ZAj50ws30KDir73zHN6A-3qHhly7RYA03WsAQsM,31
3
+ pmdsky_debug_py/eu.py,sha256=BRTQ_yzgnmH4ghyih8qypBzSip5N7sslHYjfel_pfCE,1099878
4
+ pmdsky_debug_py/eu_itcm.py,sha256=GIV1lrDy5qofYocPMmwqLfHOTQP-EUOay0UCDP-Hz38,1050185
5
+ pmdsky_debug_py/jp.py,sha256=78qw7HHmu_7PfA6wjC31bzEHINACnWyd464FK0uRdwU,1096389
6
+ pmdsky_debug_py/jp_itcm.py,sha256=uTj1VoxWgjW80nh5QdPsLwRvSI1x1miS2pG4GYEGChQ,1050175
7
+ pmdsky_debug_py/na.py,sha256=Q9XtgyDYlOymF2sCAMx3WuPxwJ5uw-3oe4NpJlWbF9g,1100923
8
+ pmdsky_debug_py/na_itcm.py,sha256=2QrxObf-9G4ZlcY-zQBk72ocQQ19T3PpyDflacBUUkI,1050205
9
+ pmdsky_debug_py/protocol.py,sha256=CVJWT-BIYRrhrumIVVPRBVYXyXxFr4i4jkBIKFtwGAg,324874
10
+ pmdsky_debug_py/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
+ pmdsky_debug_py-10.0.22.dist-info/METADATA,sha256=E9i_3zOR62cc_0YcMgROYQr5bxX43QyFHskTjs7Y2Bg,1374
12
+ pmdsky_debug_py-10.0.22.dist-info/WHEEL,sha256=HiCZjzuy6Dw0hdX5R3LCFPDmFS4BWl8H-8W39XfmgX4,91
13
+ pmdsky_debug_py-10.0.22.dist-info/top_level.txt,sha256=cqvpcJbud2s8IyBAc1MfCySwniko_6qO5LWSSxNIoXI,16
14
+ pmdsky_debug_py-10.0.22.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (71.1.0)
2
+ Generator: setuptools (72.2.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,14 +0,0 @@
1
- pmdsky_debug_py/__init__.py,sha256=xvXjdxEqeoQaaS6ssZYVI9jARzv5M4q6FNwA3Z6fOw4,1831
2
- pmdsky_debug_py/_release.py,sha256=pU3rlkZ5APHAPIa9iSDYhn0q0N42IzUm0k2fYtpVic8,31
3
- pmdsky_debug_py/eu.py,sha256=kObLHIcEylMKddkB4_TtiALQwp2SN2wVZrK0fww2DeA,1099551
4
- pmdsky_debug_py/eu_itcm.py,sha256=qmLFZodnTFzjz63mZHNDpBkZvfVKWnStE7mKxgWDO1s,1049868
5
- pmdsky_debug_py/jp.py,sha256=IvXWLWStq-6v0OP1NCx5kZYtTNfEG6o5DsTPPqKP1tI,1096062
6
- pmdsky_debug_py/jp_itcm.py,sha256=0XwjBdXNM4sDJ7pPQeeGx-TSp5FM-lDxrjoiMwh6Ep0,1049858
7
- pmdsky_debug_py/na.py,sha256=W2Z9PrEUHgrZ6o4qo9UKu1X9MS46x2oO-C-iWA6l3TQ,1100596
8
- pmdsky_debug_py/na_itcm.py,sha256=t03fkdJ1b7WrP4PqkSB0XgGZWBFrDPzagmVBg1Wezeo,1049888
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.21.dist-info/METADATA,sha256=fV9owIOH2wjRDEuELz5SzN2BZ1CagOaKKdG8Tfp0uRA,1374
12
- pmdsky_debug_py-10.0.21.dist-info/WHEEL,sha256=Wyh-_nZ0DJYolHNn1_hMa4lM7uDedD_RGVwbmTjyItk,91
13
- pmdsky_debug_py-10.0.21.dist-info/top_level.txt,sha256=cqvpcJbud2s8IyBAc1MfCySwniko_6qO5LWSSxNIoXI,16
14
- pmdsky_debug_py-10.0.21.dist-info/RECORD,,