pmdsky-debug-py 10.0.21__py3-none-any.whl → 10.0.23__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+bc951e8a88"
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
 
@@ -29033,6 +29042,15 @@ class EuOverlay29Data:
29033
29042
  "uint32_t",
29034
29043
  )
29035
29044
 
29045
+ ATTACK_SPRITE_BUFFER_SIZE = Symbol(
29046
+ [0x1AD10],
29047
+ [0x22F7890],
29048
+ 0x4,
29049
+ "ATTACK_SPRITE_BUFFER_SIZE",
29050
+ "Size of the buffer used to store the current attack sprite file.",
29051
+ "int32_t",
29052
+ )
29053
+
29036
29054
  KECLEON_FEMALE_ID = Symbol(
29037
29055
  [0x1B23C],
29038
29056
  [0x22F7DBC],
@@ -29968,6 +29986,15 @@ class EuOverlay29Data:
29968
29986
  "struct data_processing_instruction",
29969
29987
  )
29970
29988
 
29989
+ COMPRESSED_SPRITE_BUFFER_SIZE = Symbol(
29990
+ [0x6FFEC],
29991
+ [0x234CB6C],
29992
+ None,
29993
+ "COMPRESSED_SPRITE_BUFFER_SIZE",
29994
+ "Size of the buffer to store the current sprite to decompress.",
29995
+ "struct data_processing_instruction",
29996
+ )
29997
+
29971
29998
 
29972
29999
  class EuOverlay29Section:
29973
30000
  name = "overlay29"
@@ -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
 
@@ -28453,6 +28462,15 @@ class EuItcmOverlay29Data:
28453
28462
  "uint32_t",
28454
28463
  )
28455
28464
 
28465
+ ATTACK_SPRITE_BUFFER_SIZE = Symbol(
28466
+ None,
28467
+ None,
28468
+ None,
28469
+ "ATTACK_SPRITE_BUFFER_SIZE",
28470
+ "Size of the buffer used to store the current attack sprite file.",
28471
+ "int32_t",
28472
+ )
28473
+
28456
28474
  KECLEON_FEMALE_ID = Symbol(
28457
28475
  None,
28458
28476
  None,
@@ -29290,6 +29308,15 @@ class EuItcmOverlay29Data:
29290
29308
  "struct data_processing_instruction",
29291
29309
  )
29292
29310
 
29311
+ COMPRESSED_SPRITE_BUFFER_SIZE = Symbol(
29312
+ None,
29313
+ None,
29314
+ None,
29315
+ "COMPRESSED_SPRITE_BUFFER_SIZE",
29316
+ "Size of the buffer to store the current sprite to decompress.",
29317
+ "struct data_processing_instruction",
29318
+ )
29319
+
29293
29320
 
29294
29321
  class EuItcmOverlay29Section:
29295
29322
  name = "overlay29"
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
 
@@ -29024,6 +29033,15 @@ class JpOverlay29Data:
29024
29033
  "uint32_t",
29025
29034
  )
29026
29035
 
29036
+ ATTACK_SPRITE_BUFFER_SIZE = Symbol(
29037
+ [0x1ABC8],
29038
+ [0x22F84A8],
29039
+ 0x4,
29040
+ "ATTACK_SPRITE_BUFFER_SIZE",
29041
+ "Size of the buffer used to store the current attack sprite file.",
29042
+ "int32_t",
29043
+ )
29044
+
29027
29045
  KECLEON_FEMALE_ID = Symbol(
29028
29046
  [0x1B0EC],
29029
29047
  [0x22F89CC],
@@ -29861,6 +29879,15 @@ class JpOverlay29Data:
29861
29879
  "struct data_processing_instruction",
29862
29880
  )
29863
29881
 
29882
+ COMPRESSED_SPRITE_BUFFER_SIZE = Symbol(
29883
+ [0x6F8F0],
29884
+ [0x234D1D0],
29885
+ None,
29886
+ "COMPRESSED_SPRITE_BUFFER_SIZE",
29887
+ "Size of the buffer to store the current sprite to decompress.",
29888
+ "struct data_processing_instruction",
29889
+ )
29890
+
29864
29891
 
29865
29892
  class JpOverlay29Section:
29866
29893
  name = "overlay29"
@@ -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
 
@@ -28453,6 +28462,15 @@ class JpItcmOverlay29Data:
28453
28462
  "uint32_t",
28454
28463
  )
28455
28464
 
28465
+ ATTACK_SPRITE_BUFFER_SIZE = Symbol(
28466
+ None,
28467
+ None,
28468
+ None,
28469
+ "ATTACK_SPRITE_BUFFER_SIZE",
28470
+ "Size of the buffer used to store the current attack sprite file.",
28471
+ "int32_t",
28472
+ )
28473
+
28456
28474
  KECLEON_FEMALE_ID = Symbol(
28457
28475
  None,
28458
28476
  None,
@@ -29290,6 +29308,15 @@ class JpItcmOverlay29Data:
29290
29308
  "struct data_processing_instruction",
29291
29309
  )
29292
29310
 
29311
+ COMPRESSED_SPRITE_BUFFER_SIZE = Symbol(
29312
+ None,
29313
+ None,
29314
+ None,
29315
+ "COMPRESSED_SPRITE_BUFFER_SIZE",
29316
+ "Size of the buffer to store the current sprite to decompress.",
29317
+ "struct data_processing_instruction",
29318
+ )
29319
+
29293
29320
 
29294
29321
  class JpItcmOverlay29Section:
29295
29322
  name = "overlay29"
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
 
@@ -29031,6 +29040,15 @@ class NaOverlay29Data:
29031
29040
  "uint32_t",
29032
29041
  )
29033
29042
 
29043
+ ATTACK_SPRITE_BUFFER_SIZE = Symbol(
29044
+ [0x1AC98],
29045
+ [0x22F6ED8],
29046
+ 0x4,
29047
+ "ATTACK_SPRITE_BUFFER_SIZE",
29048
+ "Size of the buffer used to store the current attack sprite file.",
29049
+ "int32_t",
29050
+ )
29051
+
29034
29052
  KECLEON_FEMALE_ID = Symbol(
29035
29053
  [0x1B1C4],
29036
29054
  [0x22F7404],
@@ -29966,6 +29984,15 @@ class NaOverlay29Data:
29966
29984
  "struct data_processing_instruction",
29967
29985
  )
29968
29986
 
29987
+ COMPRESSED_SPRITE_BUFFER_SIZE = Symbol(
29988
+ [0x6FD2C],
29989
+ [0x234BF6C],
29990
+ None,
29991
+ "COMPRESSED_SPRITE_BUFFER_SIZE",
29992
+ "Size of the buffer to store the current sprite to decompress.",
29993
+ "struct data_processing_instruction",
29994
+ )
29995
+
29969
29996
 
29970
29997
  class NaOverlay29Section:
29971
29998
  name = "overlay29"
@@ -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
 
@@ -28453,6 +28462,15 @@ class NaItcmOverlay29Data:
28453
28462
  "uint32_t",
28454
28463
  )
28455
28464
 
28465
+ ATTACK_SPRITE_BUFFER_SIZE = Symbol(
28466
+ None,
28467
+ None,
28468
+ None,
28469
+ "ATTACK_SPRITE_BUFFER_SIZE",
28470
+ "Size of the buffer used to store the current attack sprite file.",
28471
+ "int32_t",
28472
+ )
28473
+
28456
28474
  KECLEON_FEMALE_ID = Symbol(
28457
28475
  None,
28458
28476
  None,
@@ -29290,6 +29308,15 @@ class NaItcmOverlay29Data:
29290
29308
  "struct data_processing_instruction",
29291
29309
  )
29292
29310
 
29311
+ COMPRESSED_SPRITE_BUFFER_SIZE = Symbol(
29312
+ None,
29313
+ None,
29314
+ None,
29315
+ "COMPRESSED_SPRITE_BUFFER_SIZE",
29316
+ "Size of the buffer to store the current sprite to decompress.",
29317
+ "struct data_processing_instruction",
29318
+ )
29319
+
29293
29320
 
29294
29321
  class NaItcmOverlay29Section:
29295
29322
  name = "overlay29"
@@ -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],
@@ -17248,6 +17253,11 @@ class Overlay29DataProtocol(Protocol):
17248
17253
  Optional[int],
17249
17254
  ]
17250
17255
 
17256
+ ATTACK_SPRITE_BUFFER_SIZE: Symbol[
17257
+ Optional[list[int]],
17258
+ Optional[int],
17259
+ ]
17260
+
17251
17261
  KECLEON_FEMALE_ID: Symbol[
17252
17262
  Optional[list[int]],
17253
17263
  Optional[int],
@@ -17713,6 +17723,11 @@ class Overlay29DataProtocol(Protocol):
17713
17723
  None,
17714
17724
  ]
17715
17725
 
17726
+ COMPRESSED_SPRITE_BUFFER_SIZE: Symbol[
17727
+ Optional[list[int]],
17728
+ None,
17729
+ ]
17730
+
17716
17731
 
17717
17732
  Overlay29Protocol = SectionProtocol[
17718
17733
  Overlay29FunctionsProtocol,
@@ -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.23
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=SAym_waESZDA7os4QRuI8I-C7d2IBOa8A8UabrGlxW4,31
3
+ pmdsky_debug_py/eu.py,sha256=-_EapONiDby3ftNC_0BkKXngGgm-C2r1JTKJwDIIl_0,1100375
4
+ pmdsky_debug_py/eu_itcm.py,sha256=m1hmLZmLUsFSWWgd4hcqYUaswKFidCDLp3OiXZPfMmU,1050659
5
+ pmdsky_debug_py/jp.py,sha256=AzEjyUOsuRb8AtB8Pu1kjH8Lp3Z1kfECIK27ETFkhro,1096886
6
+ pmdsky_debug_py/jp_itcm.py,sha256=pM_ejVxaCLFRgklLpkDjlxXlQFSvUgRXF9KpVP0aHzw,1050649
7
+ pmdsky_debug_py/na.py,sha256=ouPsQ--nAgiuSrABnylTBZ4bcdm3EJFKHr59Y9vA4bc,1101420
8
+ pmdsky_debug_py/na_itcm.py,sha256=VDuoVpEhCu9RYUK6rtXCZ-gq002D1UsXJI8SE-YXjwk,1050679
9
+ pmdsky_debug_py/protocol.py,sha256=sV_CMM7aqw3AlMlck_5g851V2I1PQ-uRCEcDfjFqyuY,325065
10
+ pmdsky_debug_py/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
+ pmdsky_debug_py-10.0.23.dist-info/METADATA,sha256=ySkAnkg0LUZBUPwnRIA9woAWEmdkvF4XRmaXKfjJMtY,1374
12
+ pmdsky_debug_py-10.0.23.dist-info/WHEEL,sha256=Mdi9PDNwEZptOjTlUcAth7XJDFtKrHYaQMPulZeBCiQ,91
13
+ pmdsky_debug_py-10.0.23.dist-info/top_level.txt,sha256=cqvpcJbud2s8IyBAc1MfCySwniko_6qO5LWSSxNIoXI,16
14
+ pmdsky_debug_py-10.0.23.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (71.1.0)
2
+ Generator: setuptools (73.0.1)
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,,