pmdsky-debug-py 10.0.22__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+0c552deaf3"
1
+ RELEASE = "v0.10.0+bc951e8a88"
pmdsky_debug_py/eu.py CHANGED
@@ -29042,6 +29042,15 @@ class EuOverlay29Data:
29042
29042
  "uint32_t",
29043
29043
  )
29044
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
+
29045
29054
  KECLEON_FEMALE_ID = Symbol(
29046
29055
  [0x1B23C],
29047
29056
  [0x22F7DBC],
@@ -29977,6 +29986,15 @@ class EuOverlay29Data:
29977
29986
  "struct data_processing_instruction",
29978
29987
  )
29979
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
+
29980
29998
 
29981
29999
  class EuOverlay29Section:
29982
30000
  name = "overlay29"
@@ -28462,6 +28462,15 @@ class EuItcmOverlay29Data:
28462
28462
  "uint32_t",
28463
28463
  )
28464
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
+
28465
28474
  KECLEON_FEMALE_ID = Symbol(
28466
28475
  None,
28467
28476
  None,
@@ -29299,6 +29308,15 @@ class EuItcmOverlay29Data:
29299
29308
  "struct data_processing_instruction",
29300
29309
  )
29301
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
+
29302
29320
 
29303
29321
  class EuItcmOverlay29Section:
29304
29322
  name = "overlay29"
pmdsky_debug_py/jp.py CHANGED
@@ -29033,6 +29033,15 @@ class JpOverlay29Data:
29033
29033
  "uint32_t",
29034
29034
  )
29035
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
+
29036
29045
  KECLEON_FEMALE_ID = Symbol(
29037
29046
  [0x1B0EC],
29038
29047
  [0x22F89CC],
@@ -29870,6 +29879,15 @@ class JpOverlay29Data:
29870
29879
  "struct data_processing_instruction",
29871
29880
  )
29872
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
+
29873
29891
 
29874
29892
  class JpOverlay29Section:
29875
29893
  name = "overlay29"
@@ -28462,6 +28462,15 @@ class JpItcmOverlay29Data:
28462
28462
  "uint32_t",
28463
28463
  )
28464
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
+
28465
28474
  KECLEON_FEMALE_ID = Symbol(
28466
28475
  None,
28467
28476
  None,
@@ -29299,6 +29308,15 @@ class JpItcmOverlay29Data:
29299
29308
  "struct data_processing_instruction",
29300
29309
  )
29301
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
+
29302
29320
 
29303
29321
  class JpItcmOverlay29Section:
29304
29322
  name = "overlay29"
pmdsky_debug_py/na.py CHANGED
@@ -29040,6 +29040,15 @@ class NaOverlay29Data:
29040
29040
  "uint32_t",
29041
29041
  )
29042
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
+
29043
29052
  KECLEON_FEMALE_ID = Symbol(
29044
29053
  [0x1B1C4],
29045
29054
  [0x22F7404],
@@ -29975,6 +29984,15 @@ class NaOverlay29Data:
29975
29984
  "struct data_processing_instruction",
29976
29985
  )
29977
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
+
29978
29996
 
29979
29997
  class NaOverlay29Section:
29980
29998
  name = "overlay29"
@@ -28462,6 +28462,15 @@ class NaItcmOverlay29Data:
28462
28462
  "uint32_t",
28463
28463
  )
28464
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
+
28465
28474
  KECLEON_FEMALE_ID = Symbol(
28466
28475
  None,
28467
28476
  None,
@@ -29299,6 +29308,15 @@ class NaItcmOverlay29Data:
29299
29308
  "struct data_processing_instruction",
29300
29309
  )
29301
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
+
29302
29320
 
29303
29321
  class NaItcmOverlay29Section:
29304
29322
  name = "overlay29"
@@ -17253,6 +17253,11 @@ class Overlay29DataProtocol(Protocol):
17253
17253
  Optional[int],
17254
17254
  ]
17255
17255
 
17256
+ ATTACK_SPRITE_BUFFER_SIZE: Symbol[
17257
+ Optional[list[int]],
17258
+ Optional[int],
17259
+ ]
17260
+
17256
17261
  KECLEON_FEMALE_ID: Symbol[
17257
17262
  Optional[list[int]],
17258
17263
  Optional[int],
@@ -17718,6 +17723,11 @@ class Overlay29DataProtocol(Protocol):
17718
17723
  None,
17719
17724
  ]
17720
17725
 
17726
+ COMPRESSED_SPRITE_BUFFER_SIZE: Symbol[
17727
+ Optional[list[int]],
17728
+ None,
17729
+ ]
17730
+
17721
17731
 
17722
17732
  Overlay29Protocol = SectionProtocol[
17723
17733
  Overlay29FunctionsProtocol,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pmdsky-debug-py
3
- Version: 10.0.22
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 (72.2.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=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,,