pmdsky-debug-py 10.0.51__py3-none-any.whl → 10.0.52__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+1f265cc6fb"
1
+ RELEASE = "v0.10.0+33b7183b81"
pmdsky_debug_py/eu.py CHANGED
@@ -2482,6 +2482,15 @@ class EuArm9Functions:
2482
2482
  None,
2483
2483
  )
2484
2484
 
2485
+ RemoveItemFromKecleonShop1 = Symbol(
2486
+ [0x10914],
2487
+ [0x2010914],
2488
+ None,
2489
+ "RemoveItemFromKecleonShop1",
2490
+ "Removes an item from the first Kecleon Shop at a specific slot in the shop list.\n\nr0: item slot (0-7)",
2491
+ None,
2492
+ )
2493
+
2485
2494
  SortKecleonItems1 = Symbol(
2486
2495
  [0x109FC],
2487
2496
  [0x20109FC],
@@ -2500,6 +2509,24 @@ class EuArm9Functions:
2500
2509
  None,
2501
2510
  )
2502
2511
 
2512
+ AddItemToKecleonShop1 = Symbol(
2513
+ [0x10B70],
2514
+ [0x2010B70],
2515
+ None,
2516
+ "AddItemToKecleonShop1",
2517
+ "Tries to add the item to the first Kecleon shop. If there is no space, no item is added.\n\nr0: item ID\nreturn: whether the item was added succesfully",
2518
+ None,
2519
+ )
2520
+
2521
+ RemoveItemFromKecleonShop2 = Symbol(
2522
+ [0x10C20],
2523
+ [0x2010C20],
2524
+ None,
2525
+ "RemoveItemFromKecleonShop2",
2526
+ "Removes an item from the second Kecleon Shop at a specific slot in the shop list.\n\nr0: item slot (0-4)",
2527
+ None,
2528
+ )
2529
+
2503
2530
  SortKecleonItems2 = Symbol(
2504
2531
  [0x10D08],
2505
2532
  [0x2010D08],
@@ -2518,6 +2545,15 @@ class EuArm9Functions:
2518
2545
  None,
2519
2546
  )
2520
2547
 
2548
+ AddItemToKecleonShop2 = Symbol(
2549
+ [0x10E74],
2550
+ [0x2010E74],
2551
+ None,
2552
+ "AddItemToKecleonShop2",
2553
+ "Tries to add the item to the second Kecleon shop. If there is no space, no item is added.\n\nr0: item ID\nreturn: whether the item was added succesfully",
2554
+ None,
2555
+ )
2556
+
2521
2557
  GetExclusiveItemOffset = Symbol(
2522
2558
  [0x10EE8],
2523
2559
  [0x2010EE8],
@@ -30254,6 +30290,15 @@ class EuOverlay29Functions:
30254
30290
  None,
30255
30291
  )
30256
30292
 
30293
+ DungeonModeSetupAndShowNameKeyboard = Symbol(
30294
+ [0x73094],
30295
+ [0x234FC14],
30296
+ None,
30297
+ "DungeonModeSetupAndShowNameKeyboard",
30298
+ "Sets up and opens the naming keyboard in dungeon mode.\n\nr0: [output] keyboard result, also the inital string\nr1: buffer?\nr2: ?\nreturn: ?",
30299
+ None,
30300
+ )
30301
+
30257
30302
  OthersMenuLoop = Symbol(
30258
30303
  [0x7384C],
30259
30304
  [0x23503CC],
@@ -2436,6 +2436,15 @@ class EuItcmArm9Functions:
2436
2436
  None,
2437
2437
  )
2438
2438
 
2439
+ RemoveItemFromKecleonShop1 = Symbol(
2440
+ None,
2441
+ None,
2442
+ None,
2443
+ "RemoveItemFromKecleonShop1",
2444
+ "Removes an item from the first Kecleon Shop at a specific slot in the shop list.\n\nr0: item slot (0-7)",
2445
+ None,
2446
+ )
2447
+
2439
2448
  SortKecleonItems1 = Symbol(
2440
2449
  None,
2441
2450
  None,
@@ -2454,6 +2463,24 @@ class EuItcmArm9Functions:
2454
2463
  None,
2455
2464
  )
2456
2465
 
2466
+ AddItemToKecleonShop1 = Symbol(
2467
+ None,
2468
+ None,
2469
+ None,
2470
+ "AddItemToKecleonShop1",
2471
+ "Tries to add the item to the first Kecleon shop. If there is no space, no item is added.\n\nr0: item ID\nreturn: whether the item was added succesfully",
2472
+ None,
2473
+ )
2474
+
2475
+ RemoveItemFromKecleonShop2 = Symbol(
2476
+ None,
2477
+ None,
2478
+ None,
2479
+ "RemoveItemFromKecleonShop2",
2480
+ "Removes an item from the second Kecleon Shop at a specific slot in the shop list.\n\nr0: item slot (0-4)",
2481
+ None,
2482
+ )
2483
+
2457
2484
  SortKecleonItems2 = Symbol(
2458
2485
  None,
2459
2486
  None,
@@ -2472,6 +2499,15 @@ class EuItcmArm9Functions:
2472
2499
  None,
2473
2500
  )
2474
2501
 
2502
+ AddItemToKecleonShop2 = Symbol(
2503
+ None,
2504
+ None,
2505
+ None,
2506
+ "AddItemToKecleonShop2",
2507
+ "Tries to add the item to the second Kecleon shop. If there is no space, no item is added.\n\nr0: item ID\nreturn: whether the item was added succesfully",
2508
+ None,
2509
+ )
2510
+
2475
2511
  GetExclusiveItemOffset = Symbol(
2476
2512
  None,
2477
2513
  None,
@@ -29674,6 +29710,15 @@ class EuItcmOverlay29Functions:
29674
29710
  None,
29675
29711
  )
29676
29712
 
29713
+ DungeonModeSetupAndShowNameKeyboard = Symbol(
29714
+ None,
29715
+ None,
29716
+ None,
29717
+ "DungeonModeSetupAndShowNameKeyboard",
29718
+ "Sets up and opens the naming keyboard in dungeon mode.\n\nr0: [output] keyboard result, also the inital string\nr1: buffer?\nr2: ?\nreturn: ?",
29719
+ None,
29720
+ )
29721
+
29677
29722
  OthersMenuLoop = Symbol(
29678
29723
  None,
29679
29724
  None,
pmdsky_debug_py/jp.py CHANGED
@@ -2482,6 +2482,15 @@ class JpArm9Functions:
2482
2482
  None,
2483
2483
  )
2484
2484
 
2485
+ RemoveItemFromKecleonShop1 = Symbol(
2486
+ None,
2487
+ None,
2488
+ None,
2489
+ "RemoveItemFromKecleonShop1",
2490
+ "Removes an item from the first Kecleon Shop at a specific slot in the shop list.\n\nr0: item slot (0-7)",
2491
+ None,
2492
+ )
2493
+
2485
2494
  SortKecleonItems1 = Symbol(
2486
2495
  [0x10924],
2487
2496
  [0x2010924],
@@ -2500,6 +2509,24 @@ class JpArm9Functions:
2500
2509
  None,
2501
2510
  )
2502
2511
 
2512
+ AddItemToKecleonShop1 = Symbol(
2513
+ None,
2514
+ None,
2515
+ None,
2516
+ "AddItemToKecleonShop1",
2517
+ "Tries to add the item to the first Kecleon shop. If there is no space, no item is added.\n\nr0: item ID\nreturn: whether the item was added succesfully",
2518
+ None,
2519
+ )
2520
+
2521
+ RemoveItemFromKecleonShop2 = Symbol(
2522
+ None,
2523
+ None,
2524
+ None,
2525
+ "RemoveItemFromKecleonShop2",
2526
+ "Removes an item from the second Kecleon Shop at a specific slot in the shop list.\n\nr0: item slot (0-4)",
2527
+ None,
2528
+ )
2529
+
2503
2530
  SortKecleonItems2 = Symbol(
2504
2531
  [0x10C30],
2505
2532
  [0x2010C30],
@@ -2518,6 +2545,15 @@ class JpArm9Functions:
2518
2545
  None,
2519
2546
  )
2520
2547
 
2548
+ AddItemToKecleonShop2 = Symbol(
2549
+ None,
2550
+ None,
2551
+ None,
2552
+ "AddItemToKecleonShop2",
2553
+ "Tries to add the item to the second Kecleon shop. If there is no space, no item is added.\n\nr0: item ID\nreturn: whether the item was added succesfully",
2554
+ None,
2555
+ )
2556
+
2521
2557
  GetExclusiveItemOffset = Symbol(
2522
2558
  [0x10E10],
2523
2559
  [0x2010E10],
@@ -30245,6 +30281,15 @@ class JpOverlay29Functions:
30245
30281
  None,
30246
30282
  )
30247
30283
 
30284
+ DungeonModeSetupAndShowNameKeyboard = Symbol(
30285
+ None,
30286
+ None,
30287
+ None,
30288
+ "DungeonModeSetupAndShowNameKeyboard",
30289
+ "Sets up and opens the naming keyboard in dungeon mode.\n\nr0: [output] keyboard result, also the inital string\nr1: buffer?\nr2: ?\nreturn: ?",
30290
+ None,
30291
+ )
30292
+
30248
30293
  OthersMenuLoop = Symbol(
30249
30294
  [0x73160],
30250
30295
  [0x2350A40],
@@ -2436,6 +2436,15 @@ class JpItcmArm9Functions:
2436
2436
  None,
2437
2437
  )
2438
2438
 
2439
+ RemoveItemFromKecleonShop1 = Symbol(
2440
+ None,
2441
+ None,
2442
+ None,
2443
+ "RemoveItemFromKecleonShop1",
2444
+ "Removes an item from the first Kecleon Shop at a specific slot in the shop list.\n\nr0: item slot (0-7)",
2445
+ None,
2446
+ )
2447
+
2439
2448
  SortKecleonItems1 = Symbol(
2440
2449
  None,
2441
2450
  None,
@@ -2454,6 +2463,24 @@ class JpItcmArm9Functions:
2454
2463
  None,
2455
2464
  )
2456
2465
 
2466
+ AddItemToKecleonShop1 = Symbol(
2467
+ None,
2468
+ None,
2469
+ None,
2470
+ "AddItemToKecleonShop1",
2471
+ "Tries to add the item to the first Kecleon shop. If there is no space, no item is added.\n\nr0: item ID\nreturn: whether the item was added succesfully",
2472
+ None,
2473
+ )
2474
+
2475
+ RemoveItemFromKecleonShop2 = Symbol(
2476
+ None,
2477
+ None,
2478
+ None,
2479
+ "RemoveItemFromKecleonShop2",
2480
+ "Removes an item from the second Kecleon Shop at a specific slot in the shop list.\n\nr0: item slot (0-4)",
2481
+ None,
2482
+ )
2483
+
2457
2484
  SortKecleonItems2 = Symbol(
2458
2485
  None,
2459
2486
  None,
@@ -2472,6 +2499,15 @@ class JpItcmArm9Functions:
2472
2499
  None,
2473
2500
  )
2474
2501
 
2502
+ AddItemToKecleonShop2 = Symbol(
2503
+ None,
2504
+ None,
2505
+ None,
2506
+ "AddItemToKecleonShop2",
2507
+ "Tries to add the item to the second Kecleon shop. If there is no space, no item is added.\n\nr0: item ID\nreturn: whether the item was added succesfully",
2508
+ None,
2509
+ )
2510
+
2475
2511
  GetExclusiveItemOffset = Symbol(
2476
2512
  None,
2477
2513
  None,
@@ -29674,6 +29710,15 @@ class JpItcmOverlay29Functions:
29674
29710
  None,
29675
29711
  )
29676
29712
 
29713
+ DungeonModeSetupAndShowNameKeyboard = Symbol(
29714
+ None,
29715
+ None,
29716
+ None,
29717
+ "DungeonModeSetupAndShowNameKeyboard",
29718
+ "Sets up and opens the naming keyboard in dungeon mode.\n\nr0: [output] keyboard result, also the inital string\nr1: buffer?\nr2: ?\nreturn: ?",
29719
+ None,
29720
+ )
29721
+
29677
29722
  OthersMenuLoop = Symbol(
29678
29723
  None,
29679
29724
  None,
pmdsky_debug_py/na.py CHANGED
@@ -2482,6 +2482,15 @@ class NaArm9Functions:
2482
2482
  None,
2483
2483
  )
2484
2484
 
2485
+ RemoveItemFromKecleonShop1 = Symbol(
2486
+ None,
2487
+ None,
2488
+ None,
2489
+ "RemoveItemFromKecleonShop1",
2490
+ "Removes an item from the first Kecleon Shop at a specific slot in the shop list.\n\nr0: item slot (0-7)",
2491
+ None,
2492
+ )
2493
+
2485
2494
  SortKecleonItems1 = Symbol(
2486
2495
  [0x10954],
2487
2496
  [0x2010954],
@@ -2500,6 +2509,24 @@ class NaArm9Functions:
2500
2509
  None,
2501
2510
  )
2502
2511
 
2512
+ AddItemToKecleonShop1 = Symbol(
2513
+ None,
2514
+ None,
2515
+ None,
2516
+ "AddItemToKecleonShop1",
2517
+ "Tries to add the item to the first Kecleon shop. If there is no space, no item is added.\n\nr0: item ID\nreturn: whether the item was added succesfully",
2518
+ None,
2519
+ )
2520
+
2521
+ RemoveItemFromKecleonShop2 = Symbol(
2522
+ None,
2523
+ None,
2524
+ None,
2525
+ "RemoveItemFromKecleonShop2",
2526
+ "Removes an item from the second Kecleon Shop at a specific slot in the shop list.\n\nr0: item slot (0-4)",
2527
+ None,
2528
+ )
2529
+
2503
2530
  SortKecleonItems2 = Symbol(
2504
2531
  [0x10C60],
2505
2532
  [0x2010C60],
@@ -2518,6 +2545,15 @@ class NaArm9Functions:
2518
2545
  None,
2519
2546
  )
2520
2547
 
2548
+ AddItemToKecleonShop2 = Symbol(
2549
+ None,
2550
+ None,
2551
+ None,
2552
+ "AddItemToKecleonShop2",
2553
+ "Tries to add the item to the second Kecleon shop. If there is no space, no item is added.\n\nr0: item ID\nreturn: whether the item was added succesfully",
2554
+ None,
2555
+ )
2556
+
2521
2557
  GetExclusiveItemOffset = Symbol(
2522
2558
  [0x10E40],
2523
2559
  [0x2010E40],
@@ -30252,6 +30288,15 @@ class NaOverlay29Functions:
30252
30288
  None,
30253
30289
  )
30254
30290
 
30291
+ DungeonModeSetupAndShowNameKeyboard = Symbol(
30292
+ None,
30293
+ None,
30294
+ None,
30295
+ "DungeonModeSetupAndShowNameKeyboard",
30296
+ "Sets up and opens the naming keyboard in dungeon mode.\n\nr0: [output] keyboard result, also the inital string\nr1: buffer?\nr2: ?\nreturn: ?",
30297
+ None,
30298
+ )
30299
+
30255
30300
  OthersMenuLoop = Symbol(
30256
30301
  [0x73580],
30257
30302
  [0x234F7C0],
@@ -2436,6 +2436,15 @@ class NaItcmArm9Functions:
2436
2436
  None,
2437
2437
  )
2438
2438
 
2439
+ RemoveItemFromKecleonShop1 = Symbol(
2440
+ None,
2441
+ None,
2442
+ None,
2443
+ "RemoveItemFromKecleonShop1",
2444
+ "Removes an item from the first Kecleon Shop at a specific slot in the shop list.\n\nr0: item slot (0-7)",
2445
+ None,
2446
+ )
2447
+
2439
2448
  SortKecleonItems1 = Symbol(
2440
2449
  None,
2441
2450
  None,
@@ -2454,6 +2463,24 @@ class NaItcmArm9Functions:
2454
2463
  None,
2455
2464
  )
2456
2465
 
2466
+ AddItemToKecleonShop1 = Symbol(
2467
+ None,
2468
+ None,
2469
+ None,
2470
+ "AddItemToKecleonShop1",
2471
+ "Tries to add the item to the first Kecleon shop. If there is no space, no item is added.\n\nr0: item ID\nreturn: whether the item was added succesfully",
2472
+ None,
2473
+ )
2474
+
2475
+ RemoveItemFromKecleonShop2 = Symbol(
2476
+ None,
2477
+ None,
2478
+ None,
2479
+ "RemoveItemFromKecleonShop2",
2480
+ "Removes an item from the second Kecleon Shop at a specific slot in the shop list.\n\nr0: item slot (0-4)",
2481
+ None,
2482
+ )
2483
+
2457
2484
  SortKecleonItems2 = Symbol(
2458
2485
  None,
2459
2486
  None,
@@ -2472,6 +2499,15 @@ class NaItcmArm9Functions:
2472
2499
  None,
2473
2500
  )
2474
2501
 
2502
+ AddItemToKecleonShop2 = Symbol(
2503
+ None,
2504
+ None,
2505
+ None,
2506
+ "AddItemToKecleonShop2",
2507
+ "Tries to add the item to the second Kecleon shop. If there is no space, no item is added.\n\nr0: item ID\nreturn: whether the item was added succesfully",
2508
+ None,
2509
+ )
2510
+
2475
2511
  GetExclusiveItemOffset = Symbol(
2476
2512
  None,
2477
2513
  None,
@@ -29674,6 +29710,15 @@ class NaItcmOverlay29Functions:
29674
29710
  None,
29675
29711
  )
29676
29712
 
29713
+ DungeonModeSetupAndShowNameKeyboard = Symbol(
29714
+ None,
29715
+ None,
29716
+ None,
29717
+ "DungeonModeSetupAndShowNameKeyboard",
29718
+ "Sets up and opens the naming keyboard in dungeon mode.\n\nr0: [output] keyboard result, also the inital string\nr1: buffer?\nr2: ?\nreturn: ?",
29719
+ None,
29720
+ )
29721
+
29677
29722
  OthersMenuLoop = Symbol(
29678
29723
  None,
29679
29724
  None,
@@ -1422,6 +1422,11 @@ class Arm9FunctionsProtocol(Protocol):
1422
1422
  None,
1423
1423
  ]
1424
1424
 
1425
+ RemoveItemFromKecleonShop1: Symbol[
1426
+ Optional[list[int]],
1427
+ None,
1428
+ ]
1429
+
1425
1430
  SortKecleonItems1: Symbol[
1426
1431
  Optional[list[int]],
1427
1432
  None,
@@ -1432,6 +1437,16 @@ class Arm9FunctionsProtocol(Protocol):
1432
1437
  None,
1433
1438
  ]
1434
1439
 
1440
+ AddItemToKecleonShop1: Symbol[
1441
+ Optional[list[int]],
1442
+ None,
1443
+ ]
1444
+
1445
+ RemoveItemFromKecleonShop2: Symbol[
1446
+ Optional[list[int]],
1447
+ None,
1448
+ ]
1449
+
1435
1450
  SortKecleonItems2: Symbol[
1436
1451
  Optional[list[int]],
1437
1452
  None,
@@ -1442,6 +1457,11 @@ class Arm9FunctionsProtocol(Protocol):
1442
1457
  None,
1443
1458
  ]
1444
1459
 
1460
+ AddItemToKecleonShop2: Symbol[
1461
+ Optional[list[int]],
1462
+ None,
1463
+ ]
1464
+
1445
1465
  GetExclusiveItemOffset: Symbol[
1446
1466
  Optional[list[int]],
1447
1467
  None,
@@ -17925,6 +17945,11 @@ class Overlay29FunctionsProtocol(Protocol):
17925
17945
  None,
17926
17946
  ]
17927
17947
 
17948
+ DungeonModeSetupAndShowNameKeyboard: Symbol[
17949
+ Optional[list[int]],
17950
+ None,
17951
+ ]
17952
+
17928
17953
  OthersMenuLoop: Symbol[
17929
17954
  Optional[list[int]],
17930
17955
  None,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: pmdsky-debug-py
3
- Version: 10.0.51
3
+ Version: 10.0.52
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=jJayg8VYyTJ0ysKoO4LzIzA2QH5pmzoKzFk3NYniI-0,31
3
+ pmdsky_debug_py/eu.py,sha256=3oDeUQYX1-vdBCjoe-f4cCkHuJLDHeZsSd1chsvV2II,1154191
4
+ pmdsky_debug_py/eu_itcm.py,sha256=7_yer01Qn_cfZwyIpzdVfF15LEukQkiQmzIWz7ihb88,1102481
5
+ pmdsky_debug_py/jp.py,sha256=SVcgoyyCwyxoxEh2mKFMr4waoAz3ekBgWs2sSEXa0Cc,1150862
6
+ pmdsky_debug_py/jp_itcm.py,sha256=fdBrkslEyJ_MDS6mAS_G78KCeJUiLUbROMXnaZkfCb4,1102471
7
+ pmdsky_debug_py/na.py,sha256=iIobiZRLekEOh2Nu566jUUP26jrsazz_H3cKwjGOxD4,1155089
8
+ pmdsky_debug_py/na_itcm.py,sha256=DKEPxIM00RSjVvYhQEBA_Txx2n7nsJtIHzE3nkq4-Nc,1102481
9
+ pmdsky_debug_py/protocol.py,sha256=aNKxfT_FNbx_yhBOW9mxXigq7R4y4Rex4-TlXGpKJ54,338942
10
+ pmdsky_debug_py/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
+ pmdsky_debug_py-10.0.52.dist-info/METADATA,sha256=HuGN2u5zdIeSrIdXoikboE5MofxTS-Dnpi5637QAWYY,1376
12
+ pmdsky_debug_py-10.0.52.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
13
+ pmdsky_debug_py-10.0.52.dist-info/top_level.txt,sha256=cqvpcJbud2s8IyBAc1MfCySwniko_6qO5LWSSxNIoXI,16
14
+ pmdsky_debug_py-10.0.52.dist-info/RECORD,,
@@ -1,14 +0,0 @@
1
- pmdsky_debug_py/__init__.py,sha256=xvXjdxEqeoQaaS6ssZYVI9jARzv5M4q6FNwA3Z6fOw4,1831
2
- pmdsky_debug_py/_release.py,sha256=M8fACY9boEuWX8tCb-bfxVOPERtGC7npvEzoqVCVcQo,31
3
- pmdsky_debug_py/eu.py,sha256=3bwzvPgTjLhizUUtjKlJILwD6nEtaYY5DWXWFXvyXb0,1152712
4
- pmdsky_debug_py/eu_itcm.py,sha256=Nv23iAKootEkzm3Yen5WxrPHLlDd0PMFD6zTo19Noiw,1101062
5
- pmdsky_debug_py/jp.py,sha256=VZPyV7cY6bDb01qKSxVvOa-3mvFRMaEGQLaDagvK73Y,1149443
6
- pmdsky_debug_py/jp_itcm.py,sha256=4_o5kEO6keSSBRI1NaNP_G6FtW1YgKu4YBUVmp0tjP8,1101052
7
- pmdsky_debug_py/na.py,sha256=sboipC-7FBjbixV-GGTajpH4WOe50eaW_TfJ44vHk50,1153670
8
- pmdsky_debug_py/na_itcm.py,sha256=nlXuiY0Bsb3-X9iSdvB--Y8tn2cuDS3xVUX3o6KREMk,1101062
9
- pmdsky_debug_py/protocol.py,sha256=mbWe7084E0eDifzaCTGaxa88LWvgJSansKG8osLlz1U,338493
10
- pmdsky_debug_py/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
- pmdsky_debug_py-10.0.51.dist-info/METADATA,sha256=mvdusCU05W7iT88j_5tH5BqYwllhHRG7e-T1ozuhXjs,1376
12
- pmdsky_debug_py-10.0.51.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
13
- pmdsky_debug_py-10.0.51.dist-info/top_level.txt,sha256=cqvpcJbud2s8IyBAc1MfCySwniko_6qO5LWSSxNIoXI,16
14
- pmdsky_debug_py-10.0.51.dist-info/RECORD,,