pmdsky-debug-py 10.1.2__py3-none-any.whl → 10.1.3__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.
- pmdsky_debug_py/_release.py +1 -1
- pmdsky_debug_py/eu.py +9 -0
- pmdsky_debug_py/eu_itcm.py +9 -0
- pmdsky_debug_py/jp.py +25 -16
- pmdsky_debug_py/jp_itcm.py +9 -0
- pmdsky_debug_py/na.py +21 -12
- pmdsky_debug_py/na_itcm.py +9 -0
- pmdsky_debug_py/protocol.py +5 -0
- {pmdsky_debug_py-10.1.2.dist-info → pmdsky_debug_py-10.1.3.dist-info}/METADATA +1 -1
- pmdsky_debug_py-10.1.3.dist-info/RECORD +14 -0
- pmdsky_debug_py-10.1.2.dist-info/RECORD +0 -14
- {pmdsky_debug_py-10.1.2.dist-info → pmdsky_debug_py-10.1.3.dist-info}/WHEEL +0 -0
- {pmdsky_debug_py-10.1.2.dist-info → pmdsky_debug_py-10.1.3.dist-info}/top_level.txt +0 -0
pmdsky_debug_py/_release.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
RELEASE = "v0.10.1+
|
|
1
|
+
RELEASE = "v0.10.1+4dd4d1d470"
|
pmdsky_debug_py/eu.py
CHANGED
|
@@ -31066,6 +31066,15 @@ class EuOverlay29Data:
|
|
|
31066
31066
|
"uint16_t",
|
|
31067
31067
|
)
|
|
31068
31068
|
|
|
31069
|
+
MONSTER_TREATMENT_DATA = Symbol(
|
|
31070
|
+
[0x7682C],
|
|
31071
|
+
[0x23533AC],
|
|
31072
|
+
0x20,
|
|
31073
|
+
"MONSTER_TREATMENT_DATA",
|
|
31074
|
+
"A 4D array of monster_treatment enum values. Used by GetTreatmentBetweenMonsters to determine treatment based on several parameters.\nThe parameters are (in order of how the array is indexed):\n1. Value from 0-3 based on entity1's decoy_ai_tracker value.\n If decoy_ai_tracker is 0 and the entity is the leader, this value is 0. Otherwise it is decoy_ai_tracker + 1\n2. Boolean value for whether entity1 is a wild Pokémon.\n3. Boolean value for whether entity2 is a wild Pokémon.\n4. Boolean value for whether entity2 is a decoy.",
|
|
31075
|
+
"enum monster_treatment[4][2][2][2]",
|
|
31076
|
+
)
|
|
31077
|
+
|
|
31069
31078
|
DAMAGE_MULTIPLIER_0_5 = Symbol(
|
|
31070
31079
|
[0x768C8],
|
|
31071
31080
|
[0x2353448],
|
pmdsky_debug_py/eu_itcm.py
CHANGED
|
@@ -30388,6 +30388,15 @@ class EuItcmOverlay29Data:
|
|
|
30388
30388
|
"uint16_t",
|
|
30389
30389
|
)
|
|
30390
30390
|
|
|
30391
|
+
MONSTER_TREATMENT_DATA = Symbol(
|
|
30392
|
+
None,
|
|
30393
|
+
None,
|
|
30394
|
+
None,
|
|
30395
|
+
"MONSTER_TREATMENT_DATA",
|
|
30396
|
+
"A 4D array of monster_treatment enum values. Used by GetTreatmentBetweenMonsters to determine treatment based on several parameters.\nThe parameters are (in order of how the array is indexed):\n1. Value from 0-3 based on entity1's decoy_ai_tracker value.\n If decoy_ai_tracker is 0 and the entity is the leader, this value is 0. Otherwise it is decoy_ai_tracker + 1\n2. Boolean value for whether entity1 is a wild Pokémon.\n3. Boolean value for whether entity2 is a wild Pokémon.\n4. Boolean value for whether entity2 is a decoy.",
|
|
30397
|
+
"enum monster_treatment[4][2][2][2]",
|
|
30398
|
+
)
|
|
30399
|
+
|
|
30391
30400
|
DAMAGE_MULTIPLIER_0_5 = Symbol(
|
|
30392
30401
|
None,
|
|
30393
30402
|
None,
|
pmdsky_debug_py/jp.py
CHANGED
|
@@ -6515,8 +6515,8 @@ class JpArm9Functions:
|
|
|
6515
6515
|
)
|
|
6516
6516
|
|
|
6517
6517
|
MissionToWonderMailPassword = Symbol(
|
|
6518
|
-
|
|
6519
|
-
|
|
6518
|
+
[0x4E1DC],
|
|
6519
|
+
[0x204E1DC],
|
|
6520
6520
|
None,
|
|
6521
6521
|
"MissionToWonderMailPassword",
|
|
6522
6522
|
"Converts a mission struct to a Wonder Mail S password.\n\nr0: [output] Pointer to the buffer where the string will be written\nr1: mission struct pointer",
|
|
@@ -8891,8 +8891,8 @@ class JpArm9Functions:
|
|
|
8891
8891
|
)
|
|
8892
8892
|
|
|
8893
8893
|
ValidateNormalChallengeMission = Symbol(
|
|
8894
|
-
|
|
8895
|
-
|
|
8894
|
+
[0x60AF4],
|
|
8895
|
+
[0x2060AF4],
|
|
8896
8896
|
None,
|
|
8897
8897
|
"ValidateNormalChallengeMission",
|
|
8898
8898
|
"Validates a normal (non-legendary) challenge letter mission by checking whether its client (leader), target (second member), and outlaw_backup_species (third member) match those of some mission_rescue_bin struct (alongside some other conditions).\n\nr0: mission_rescue_bin struct pointer\nr1: mission struct pointer\nreturn: bool",
|
|
@@ -8900,8 +8900,8 @@ class JpArm9Functions:
|
|
|
8900
8900
|
)
|
|
8901
8901
|
|
|
8902
8902
|
ValidateLegendaryChallengeMission = Symbol(
|
|
8903
|
-
|
|
8904
|
-
|
|
8903
|
+
[0x60BF4],
|
|
8904
|
+
[0x2060BF4],
|
|
8905
8905
|
None,
|
|
8906
8906
|
"ValidateLegendaryChallengeMission",
|
|
8907
8907
|
"Validates a legendary challenge letter mission by checking whether its dungeon matches the restricted dungeon of some mission_rescue_bin struct (alongside some other conditions).\n\nr0: mission_rescue_bin struct pointer\nr1: mission struct pointer\nreturn: bool",
|
|
@@ -17130,8 +17130,8 @@ class JpOverlay10Data:
|
|
|
17130
17130
|
)
|
|
17131
17131
|
|
|
17132
17132
|
TRAP_BUSTER_ACTIVATION_CHANCE = Symbol(
|
|
17133
|
-
|
|
17134
|
-
|
|
17133
|
+
[0x7924],
|
|
17134
|
+
[0x22C5B44],
|
|
17135
17135
|
0x2,
|
|
17136
17136
|
"TRAP_BUSTER_ACTIVATION_CHANCE",
|
|
17137
17137
|
"The chance of Trap Buster activating (30%).",
|
|
@@ -24818,8 +24818,8 @@ class JpOverlay29Functions:
|
|
|
24818
24818
|
)
|
|
24819
24819
|
|
|
24820
24820
|
GetPlayerGender = Symbol(
|
|
24821
|
-
|
|
24822
|
-
|
|
24821
|
+
[0x17FF0],
|
|
24822
|
+
[0x22F58D0],
|
|
24823
24823
|
None,
|
|
24824
24824
|
"GetPlayerGender",
|
|
24825
24825
|
"Gets the gender of the player.\n\nreturn: monster_gender",
|
|
@@ -29814,8 +29814,8 @@ class JpOverlay29Functions:
|
|
|
29814
29814
|
)
|
|
29815
29815
|
|
|
29816
29816
|
FillMissionDestinationInfo = Symbol(
|
|
29817
|
-
|
|
29818
|
-
|
|
29817
|
+
[0x6BF48],
|
|
29818
|
+
[0x2349828],
|
|
29819
29819
|
None,
|
|
29820
29820
|
"FillMissionDestinationInfo",
|
|
29821
29821
|
"Fills the dungeon::mission_destination_info field with information from the currently active mission on the floor, if one is present.\n\nNo params.",
|
|
@@ -30959,6 +30959,15 @@ class JpOverlay29Data:
|
|
|
30959
30959
|
"uint16_t",
|
|
30960
30960
|
)
|
|
30961
30961
|
|
|
30962
|
+
MONSTER_TREATMENT_DATA = Symbol(
|
|
30963
|
+
[0x76140],
|
|
30964
|
+
[0x2353A20],
|
|
30965
|
+
0x20,
|
|
30966
|
+
"MONSTER_TREATMENT_DATA",
|
|
30967
|
+
"A 4D array of monster_treatment enum values. Used by GetTreatmentBetweenMonsters to determine treatment based on several parameters.\nThe parameters are (in order of how the array is indexed):\n1. Value from 0-3 based on entity1's decoy_ai_tracker value.\n If decoy_ai_tracker is 0 and the entity is the leader, this value is 0. Otherwise it is decoy_ai_tracker + 1\n2. Boolean value for whether entity1 is a wild Pokémon.\n3. Boolean value for whether entity2 is a wild Pokémon.\n4. Boolean value for whether entity2 is a decoy.",
|
|
30968
|
+
"enum monster_treatment[4][2][2][2]",
|
|
30969
|
+
)
|
|
30970
|
+
|
|
30962
30971
|
DAMAGE_MULTIPLIER_0_5 = Symbol(
|
|
30963
30972
|
[0x761DC],
|
|
30964
30973
|
[0x2353ABC],
|
|
@@ -31284,8 +31293,8 @@ class JpOverlay29Data:
|
|
|
31284
31293
|
)
|
|
31285
31294
|
|
|
31286
31295
|
VISIBLE_TRAP_FAIL_CHANCE = Symbol(
|
|
31287
|
-
|
|
31288
|
-
|
|
31296
|
+
[0x11E70],
|
|
31297
|
+
[0x22EF750],
|
|
31289
31298
|
None,
|
|
31290
31299
|
"VISIBLE_TRAP_FAIL_CHANCE",
|
|
31291
31300
|
"Chance of visible traps failing to work (0%)",
|
|
@@ -31293,8 +31302,8 @@ class JpOverlay29Data:
|
|
|
31293
31302
|
)
|
|
31294
31303
|
|
|
31295
31304
|
HIDDEN_TRAP_FAIL_CHANCE = Symbol(
|
|
31296
|
-
|
|
31297
|
-
|
|
31305
|
+
[0x11E84],
|
|
31306
|
+
[0x22EF764],
|
|
31298
31307
|
None,
|
|
31299
31308
|
"HIDDEN_TRAP_FAIL_CHANCE",
|
|
31300
31309
|
"Chance of hidden traps failing to work (15%)",
|
pmdsky_debug_py/jp_itcm.py
CHANGED
|
@@ -30388,6 +30388,15 @@ class JpItcmOverlay29Data:
|
|
|
30388
30388
|
"uint16_t",
|
|
30389
30389
|
)
|
|
30390
30390
|
|
|
30391
|
+
MONSTER_TREATMENT_DATA = Symbol(
|
|
30392
|
+
None,
|
|
30393
|
+
None,
|
|
30394
|
+
None,
|
|
30395
|
+
"MONSTER_TREATMENT_DATA",
|
|
30396
|
+
"A 4D array of monster_treatment enum values. Used by GetTreatmentBetweenMonsters to determine treatment based on several parameters.\nThe parameters are (in order of how the array is indexed):\n1. Value from 0-3 based on entity1's decoy_ai_tracker value.\n If decoy_ai_tracker is 0 and the entity is the leader, this value is 0. Otherwise it is decoy_ai_tracker + 1\n2. Boolean value for whether entity1 is a wild Pokémon.\n3. Boolean value for whether entity2 is a wild Pokémon.\n4. Boolean value for whether entity2 is a decoy.",
|
|
30397
|
+
"enum monster_treatment[4][2][2][2]",
|
|
30398
|
+
)
|
|
30399
|
+
|
|
30391
30400
|
DAMAGE_MULTIPLIER_0_5 = Symbol(
|
|
30392
30401
|
None,
|
|
30393
30402
|
None,
|
pmdsky_debug_py/na.py
CHANGED
|
@@ -6515,8 +6515,8 @@ class NaArm9Functions:
|
|
|
6515
6515
|
)
|
|
6516
6516
|
|
|
6517
6517
|
MissionToWonderMailPassword = Symbol(
|
|
6518
|
-
|
|
6519
|
-
|
|
6518
|
+
[0x4DE7C],
|
|
6519
|
+
[0x204DE7C],
|
|
6520
6520
|
None,
|
|
6521
6521
|
"MissionToWonderMailPassword",
|
|
6522
6522
|
"Converts a mission struct to a Wonder Mail S password.\n\nr0: [output] Pointer to the buffer where the string will be written\nr1: mission struct pointer",
|
|
@@ -8891,8 +8891,8 @@ class NaArm9Functions:
|
|
|
8891
8891
|
)
|
|
8892
8892
|
|
|
8893
8893
|
ValidateNormalChallengeMission = Symbol(
|
|
8894
|
-
|
|
8895
|
-
|
|
8894
|
+
[0x60804],
|
|
8895
|
+
[0x2060804],
|
|
8896
8896
|
None,
|
|
8897
8897
|
"ValidateNormalChallengeMission",
|
|
8898
8898
|
"Validates a normal (non-legendary) challenge letter mission by checking whether its client (leader), target (second member), and outlaw_backup_species (third member) match those of some mission_rescue_bin struct (alongside some other conditions).\n\nr0: mission_rescue_bin struct pointer\nr1: mission struct pointer\nreturn: bool",
|
|
@@ -8900,8 +8900,8 @@ class NaArm9Functions:
|
|
|
8900
8900
|
)
|
|
8901
8901
|
|
|
8902
8902
|
ValidateLegendaryChallengeMission = Symbol(
|
|
8903
|
-
|
|
8904
|
-
|
|
8903
|
+
[0x60904],
|
|
8904
|
+
[0x2060904],
|
|
8905
8905
|
None,
|
|
8906
8906
|
"ValidateLegendaryChallengeMission",
|
|
8907
8907
|
"Validates a legendary challenge letter mission by checking whether its dungeon matches the restricted dungeon of some mission_rescue_bin struct (alongside some other conditions).\n\nr0: mission_rescue_bin struct pointer\nr1: mission struct pointer\nreturn: bool",
|
|
@@ -24825,8 +24825,8 @@ class NaOverlay29Functions:
|
|
|
24825
24825
|
)
|
|
24826
24826
|
|
|
24827
24827
|
GetPlayerGender = Symbol(
|
|
24828
|
-
|
|
24829
|
-
|
|
24828
|
+
[0x18098],
|
|
24829
|
+
[0x22F42D8],
|
|
24830
24830
|
None,
|
|
24831
24831
|
"GetPlayerGender",
|
|
24832
24832
|
"Gets the gender of the player.\n\nreturn: monster_gender",
|
|
@@ -29821,8 +29821,8 @@ class NaOverlay29Functions:
|
|
|
29821
29821
|
)
|
|
29822
29822
|
|
|
29823
29823
|
FillMissionDestinationInfo = Symbol(
|
|
29824
|
-
|
|
29825
|
-
|
|
29824
|
+
[0x6C260],
|
|
29825
|
+
[0x23484A0],
|
|
29826
29826
|
None,
|
|
29827
29827
|
"FillMissionDestinationInfo",
|
|
29828
29828
|
"Fills the dungeon::mission_destination_info field with information from the currently active mission on the floor, if one is present.\n\nNo params.",
|
|
@@ -30064,8 +30064,8 @@ class NaOverlay29Functions:
|
|
|
30064
30064
|
)
|
|
30065
30065
|
|
|
30066
30066
|
GetMissionIfActiveOnFloor = Symbol(
|
|
30067
|
-
|
|
30068
|
-
|
|
30067
|
+
[0x6D550],
|
|
30068
|
+
[0x2349790],
|
|
30069
30069
|
None,
|
|
30070
30070
|
"GetMissionIfActiveOnFloor",
|
|
30071
30071
|
"If the current dungeon floor has the mission corresponding to the mission number active on it, returns its mission struct.\n\nr0: dungeon_floor_pair struct pointer\nr1: mission id in player's job list\nreturn: mission struct pointer",
|
|
@@ -31064,6 +31064,15 @@ class NaOverlay29Data:
|
|
|
31064
31064
|
"uint16_t",
|
|
31065
31065
|
)
|
|
31066
31066
|
|
|
31067
|
+
MONSTER_TREATMENT_DATA = Symbol(
|
|
31068
|
+
[0x76560],
|
|
31069
|
+
[0x23527A0],
|
|
31070
|
+
0x20,
|
|
31071
|
+
"MONSTER_TREATMENT_DATA",
|
|
31072
|
+
"A 4D array of monster_treatment enum values. Used by GetTreatmentBetweenMonsters to determine treatment based on several parameters.\nThe parameters are (in order of how the array is indexed):\n1. Value from 0-3 based on entity1's decoy_ai_tracker value.\n If decoy_ai_tracker is 0 and the entity is the leader, this value is 0. Otherwise it is decoy_ai_tracker + 1\n2. Boolean value for whether entity1 is a wild Pokémon.\n3. Boolean value for whether entity2 is a wild Pokémon.\n4. Boolean value for whether entity2 is a decoy.",
|
|
31073
|
+
"enum monster_treatment[4][2][2][2]",
|
|
31074
|
+
)
|
|
31075
|
+
|
|
31067
31076
|
DAMAGE_MULTIPLIER_0_5 = Symbol(
|
|
31068
31077
|
[0x765FC],
|
|
31069
31078
|
[0x235283C],
|
pmdsky_debug_py/na_itcm.py
CHANGED
|
@@ -30388,6 +30388,15 @@ class NaItcmOverlay29Data:
|
|
|
30388
30388
|
"uint16_t",
|
|
30389
30389
|
)
|
|
30390
30390
|
|
|
30391
|
+
MONSTER_TREATMENT_DATA = Symbol(
|
|
30392
|
+
None,
|
|
30393
|
+
None,
|
|
30394
|
+
None,
|
|
30395
|
+
"MONSTER_TREATMENT_DATA",
|
|
30396
|
+
"A 4D array of monster_treatment enum values. Used by GetTreatmentBetweenMonsters to determine treatment based on several parameters.\nThe parameters are (in order of how the array is indexed):\n1. Value from 0-3 based on entity1's decoy_ai_tracker value.\n If decoy_ai_tracker is 0 and the entity is the leader, this value is 0. Otherwise it is decoy_ai_tracker + 1\n2. Boolean value for whether entity1 is a wild Pokémon.\n3. Boolean value for whether entity2 is a wild Pokémon.\n4. Boolean value for whether entity2 is a decoy.",
|
|
30397
|
+
"enum monster_treatment[4][2][2][2]",
|
|
30398
|
+
)
|
|
30399
|
+
|
|
30391
30400
|
DAMAGE_MULTIPLIER_0_5 = Symbol(
|
|
30392
30401
|
None,
|
|
30393
30402
|
None,
|
pmdsky_debug_py/protocol.py
CHANGED
|
@@ -18323,6 +18323,11 @@ class Overlay29DataProtocol(Protocol):
|
|
|
18323
18323
|
Optional[int],
|
|
18324
18324
|
]
|
|
18325
18325
|
|
|
18326
|
+
MONSTER_TREATMENT_DATA: Symbol[
|
|
18327
|
+
Optional[list[int]],
|
|
18328
|
+
Optional[int],
|
|
18329
|
+
]
|
|
18330
|
+
|
|
18326
18331
|
DAMAGE_MULTIPLIER_0_5: Symbol[
|
|
18327
18332
|
Optional[list[int]],
|
|
18328
18333
|
Optional[int],
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
pmdsky_debug_py/__init__.py,sha256=xvXjdxEqeoQaaS6ssZYVI9jARzv5M4q6FNwA3Z6fOw4,1831
|
|
2
|
+
pmdsky_debug_py/_release.py,sha256=G03VHYY4F5L5PbcQk2ePyqAZf9flIUGX08byNU9GZMg,31
|
|
3
|
+
pmdsky_debug_py/eu.py,sha256=1AaBIVyZAK01U_mv9W4h4VojJf-WLlV05BOUTcRpCPY,1158069
|
|
4
|
+
pmdsky_debug_py/eu_itcm.py,sha256=f2zloY1eLDwIAMivQPh_JQ3yzk7NsulsyGkagwCwyvw,1106240
|
|
5
|
+
pmdsky_debug_py/jp.py,sha256=i30i-j2epjOZpPNyEj7tZUzzFR1ObwFGlKC66K0D3bg,1154787
|
|
6
|
+
pmdsky_debug_py/jp_itcm.py,sha256=TrUvu0pGdx8OhVEzCHkNRLiWt3NXY1_cqfKmzvnlevY,1106230
|
|
7
|
+
pmdsky_debug_py/na.py,sha256=GeqnC2A_QRGQWnX7qEWKU6F0NwAoPcK6997ukcB-44Y,1159026
|
|
8
|
+
pmdsky_debug_py/na_itcm.py,sha256=deHgpgNFg7hDweGl1TyIN0jVDoF_OWDW0UwLg4ZEHQk,1106240
|
|
9
|
+
pmdsky_debug_py/protocol.py,sha256=BPehfaS9gfefIHvKCfqBpRn6Epvj-srg-igmVIFAAm8,339846
|
|
10
|
+
pmdsky_debug_py/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
+
pmdsky_debug_py-10.1.3.dist-info/METADATA,sha256=ALNi0nmmLDVE5kNfEYwc-Uc6z3hXaYTNYZgw8ZC8bfk,1375
|
|
12
|
+
pmdsky_debug_py-10.1.3.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
|
|
13
|
+
pmdsky_debug_py-10.1.3.dist-info/top_level.txt,sha256=cqvpcJbud2s8IyBAc1MfCySwniko_6qO5LWSSxNIoXI,16
|
|
14
|
+
pmdsky_debug_py-10.1.3.dist-info/RECORD,,
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
pmdsky_debug_py/__init__.py,sha256=xvXjdxEqeoQaaS6ssZYVI9jARzv5M4q6FNwA3Z6fOw4,1831
|
|
2
|
-
pmdsky_debug_py/_release.py,sha256=ZgFTDhO_OtdTJ9exuVDQ-LjOYExgNbBWbZnHMMU7IlA,31
|
|
3
|
-
pmdsky_debug_py/eu.py,sha256=JOdDykAF-9JJFfl7r52L2euYU8jaSyTBJo0mZH5nSgM,1157347
|
|
4
|
-
pmdsky_debug_py/eu_itcm.py,sha256=yHUqNzIGWrVcuFc4eAiOpnOapP2kw0usJcCapFlQIVU,1105530
|
|
5
|
-
pmdsky_debug_py/jp.py,sha256=HggXG_Uc5LZZQRmHltaL39KfhDPCpTqXDHGP-EcXk2E,1153970
|
|
6
|
-
pmdsky_debug_py/jp_itcm.py,sha256=xNvWxE9jn4X4D5fm9P3FEniHTQjI-99WgnFYhTjaUNs,1105520
|
|
7
|
-
pmdsky_debug_py/na.py,sha256=mHhlpH5uIvu9224zApZ1hCBwuwKzLe9EkDKk6PDrGtI,1158232
|
|
8
|
-
pmdsky_debug_py/na_itcm.py,sha256=REP_vubqFWwu03xrmn300vcHLzhyaeWgZxndBEMFDrE,1105530
|
|
9
|
-
pmdsky_debug_py/protocol.py,sha256=chog_RkE2AU7_yGqGJwwLyafy1-TtD28FSEZexliNZ0,339751
|
|
10
|
-
pmdsky_debug_py/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
-
pmdsky_debug_py-10.1.2.dist-info/METADATA,sha256=xLPopytTYv4W3y4gLsx77oPRScFB1cqjMOxSjKgwbJE,1375
|
|
12
|
-
pmdsky_debug_py-10.1.2.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
|
|
13
|
-
pmdsky_debug_py-10.1.2.dist-info/top_level.txt,sha256=cqvpcJbud2s8IyBAc1MfCySwniko_6qO5LWSSxNIoXI,16
|
|
14
|
-
pmdsky_debug_py-10.1.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|