pmdsky-debug-py 10.0.20__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+8ceaa47f87"
1
+ RELEASE = "v0.10.0+0c552deaf3"
pmdsky_debug_py/eu.py CHANGED
@@ -10060,7 +10060,12 @@ class EuArm9Data:
10060
10060
  )
10061
10061
 
10062
10062
  MONSTER_SPRITE_DATA = Symbol(
10063
- [0xA332C], [0x20A332C], 0x4B0, "MONSTER_SPRITE_DATA", "", "undefined[1200]"
10063
+ [0xA332C],
10064
+ [0x20A332C],
10065
+ 0x4B0,
10066
+ "MONSTER_SPRITE_DATA",
10067
+ "Contains information about the sprite size and sprite file size of each monster",
10068
+ "struct monster_sprite_data_entry[600]",
10064
10069
  )
10065
10070
 
10066
10071
  REMOTE_STRINGS = Symbol(
@@ -17862,6 +17867,15 @@ class EuOverlay10Data:
17862
17867
  "int16_t[2]",
17863
17868
  )
17864
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
+
17865
17879
  SHADOW_FORCE_DAMAGE_MULTIPLIER = Symbol(
17866
17880
  [0x7D74],
17867
17881
  [0x22C5134],
@@ -23170,7 +23184,7 @@ class EuOverlay29Functions:
23170
23184
  [0x22EB470],
23171
23185
  None,
23172
23186
  "DungeonRandRange",
23173
- "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.",
23174
23188
  None,
23175
23189
  )
23176
23190
 
@@ -10000,7 +10000,12 @@ class EuItcmArm9Data:
10000
10000
  )
10001
10001
 
10002
10002
  MONSTER_SPRITE_DATA = Symbol(
10003
- None, None, None, "MONSTER_SPRITE_DATA", "", "undefined[1200]"
10003
+ None,
10004
+ None,
10005
+ None,
10006
+ "MONSTER_SPRITE_DATA",
10007
+ "Contains information about the sprite size and sprite file size of each monster",
10008
+ "struct monster_sprite_data_entry[600]",
10004
10009
  )
10005
10010
 
10006
10011
  REMOTE_STRINGS = Symbol(
@@ -17596,6 +17601,15 @@ class EuItcmOverlay10Data:
17596
17601
  "int16_t[2]",
17597
17602
  )
17598
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
+
17599
17613
  SHADOW_FORCE_DAMAGE_MULTIPLIER = Symbol(
17600
17614
  None,
17601
17615
  None,
@@ -22641,7 +22655,7 @@ class EuItcmOverlay29Functions:
22641
22655
  None,
22642
22656
  None,
22643
22657
  "DungeonRandRange",
22644
- "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.",
22645
22659
  None,
22646
22660
  )
22647
22661
 
pmdsky_debug_py/jp.py CHANGED
@@ -10055,7 +10055,12 @@ class JpArm9Data:
10055
10055
  )
10056
10056
 
10057
10057
  MONSTER_SPRITE_DATA = Symbol(
10058
- [0xA40DC], [0x20A40DC], 0x4B0, "MONSTER_SPRITE_DATA", "", "undefined[1200]"
10058
+ [0xA40DC],
10059
+ [0x20A40DC],
10060
+ 0x4B0,
10061
+ "MONSTER_SPRITE_DATA",
10062
+ "Contains information about the sprite size and sprite file size of each monster",
10063
+ "struct monster_sprite_data_entry[600]",
10059
10064
  )
10060
10065
 
10061
10066
  REMOTE_STRINGS = Symbol(
@@ -17857,6 +17862,15 @@ class JpOverlay10Data:
17857
17862
  "int16_t[2]",
17858
17863
  )
17859
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
+
17860
17874
  SHADOW_FORCE_DAMAGE_MULTIPLIER = Symbol(
17861
17875
  [0x7CA4],
17862
17876
  [0x22C5EC4],
@@ -23161,7 +23175,7 @@ class JpOverlay29Functions:
23161
23175
  [0x22EC128],
23162
23176
  None,
23163
23177
  "DungeonRandRange",
23164
- "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.",
23165
23179
  None,
23166
23180
  )
23167
23181
 
@@ -10000,7 +10000,12 @@ class JpItcmArm9Data:
10000
10000
  )
10001
10001
 
10002
10002
  MONSTER_SPRITE_DATA = Symbol(
10003
- None, None, None, "MONSTER_SPRITE_DATA", "", "undefined[1200]"
10003
+ None,
10004
+ None,
10005
+ None,
10006
+ "MONSTER_SPRITE_DATA",
10007
+ "Contains information about the sprite size and sprite file size of each monster",
10008
+ "struct monster_sprite_data_entry[600]",
10004
10009
  )
10005
10010
 
10006
10011
  REMOTE_STRINGS = Symbol(
@@ -17596,6 +17601,15 @@ class JpItcmOverlay10Data:
17596
17601
  "int16_t[2]",
17597
17602
  )
17598
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
+
17599
17613
  SHADOW_FORCE_DAMAGE_MULTIPLIER = Symbol(
17600
17614
  None,
17601
17615
  None,
@@ -22641,7 +22655,7 @@ class JpItcmOverlay29Functions:
22641
22655
  None,
22642
22656
  None,
22643
22657
  "DungeonRandRange",
22644
- "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.",
22645
22659
  None,
22646
22660
  )
22647
22661
 
pmdsky_debug_py/na.py CHANGED
@@ -10060,7 +10060,12 @@ class NaArm9Data:
10060
10060
  )
10061
10061
 
10062
10062
  MONSTER_SPRITE_DATA = Symbol(
10063
- [0xA2D08], [0x20A2D08], 0x4B0, "MONSTER_SPRITE_DATA", "", "undefined[1200]"
10063
+ [0xA2D08],
10064
+ [0x20A2D08],
10065
+ 0x4B0,
10066
+ "MONSTER_SPRITE_DATA",
10067
+ "Contains information about the sprite size and sprite file size of each monster",
10068
+ "struct monster_sprite_data_entry[600]",
10064
10069
  )
10065
10070
 
10066
10071
  REMOTE_STRINGS = Symbol(
@@ -17862,6 +17867,15 @@ class NaOverlay10Data:
17862
17867
  "int16_t[2]",
17863
17868
  )
17864
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
+
17865
17879
  SHADOW_FORCE_DAMAGE_MULTIPLIER = Symbol(
17866
17880
  [0x7D5C],
17867
17881
  [0x22C47DC],
@@ -23168,7 +23182,7 @@ class NaOverlay29Functions:
23168
23182
  [0x22EAAC0],
23169
23183
  None,
23170
23184
  "DungeonRandRange",
23171
- "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.",
23172
23186
  None,
23173
23187
  )
23174
23188
 
@@ -10000,7 +10000,12 @@ class NaItcmArm9Data:
10000
10000
  )
10001
10001
 
10002
10002
  MONSTER_SPRITE_DATA = Symbol(
10003
- None, None, None, "MONSTER_SPRITE_DATA", "", "undefined[1200]"
10003
+ None,
10004
+ None,
10005
+ None,
10006
+ "MONSTER_SPRITE_DATA",
10007
+ "Contains information about the sprite size and sprite file size of each monster",
10008
+ "struct monster_sprite_data_entry[600]",
10004
10009
  )
10005
10010
 
10006
10011
  REMOTE_STRINGS = Symbol(
@@ -17596,6 +17601,15 @@ class NaItcmOverlay10Data:
17596
17601
  "int16_t[2]",
17597
17602
  )
17598
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
+
17599
17613
  SHADOW_FORCE_DAMAGE_MULTIPLIER = Symbol(
17600
17614
  None,
17601
17615
  None,
@@ -22641,7 +22655,7 @@ class NaItcmOverlay29Functions:
22641
22655
  None,
22642
22656
  None,
22643
22657
  "DungeonRandRange",
22644
- "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.",
22645
22659
  None,
22646
22660
  )
22647
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.20
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=OUEQQE3xrzIM9LF_VIl74bbG0ybs9jYVDZMw2IAyyg4,31
3
- pmdsky_debug_py/eu.py,sha256=V4tBpOGwZTTUIbrByQc0Zb4J8S_h6X7EIZJQmglPRTY,1099409
4
- pmdsky_debug_py/eu_itcm.py,sha256=fhACc06CYVTe5w0JIUKEDcBo9em-JJELT04dAGPddxA,1049726
5
- pmdsky_debug_py/jp.py,sha256=VgjKGvDBEDV9dvbkeESO4go2g5yGOvRKrje7wi64B1M,1095920
6
- pmdsky_debug_py/jp_itcm.py,sha256=lxByd75zxd3zAkBMmXL4HAVJ7Nw9FqTDRdrrjGQSHr4,1049716
7
- pmdsky_debug_py/na.py,sha256=e4HfSIzAfKihGhFS94nJ-LkKjoh5v9wm-pFkHttNLO0,1100454
8
- pmdsky_debug_py/na_itcm.py,sha256=zw0-TdAUWhp0_u5SYSTtcQjBXa3Pp0kTHLAl0Y7Hpz8,1049746
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.20.dist-info/METADATA,sha256=Xz9WjQGcs64YN0cZoY8jYXoYA_diNCfmUp-XT-vi-J0,1374
12
- pmdsky_debug_py-10.0.20.dist-info/WHEEL,sha256=Wyh-_nZ0DJYolHNn1_hMa4lM7uDedD_RGVwbmTjyItk,91
13
- pmdsky_debug_py-10.0.20.dist-info/top_level.txt,sha256=cqvpcJbud2s8IyBAc1MfCySwniko_6qO5LWSSxNIoXI,16
14
- pmdsky_debug_py-10.0.20.dist-info/RECORD,,