pmdsky-debug-py 10.1.10__py3-none-any.whl → 10.1.12__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 +53 -17
- pmdsky_debug_py/eu_itcm.py +51 -15
- pmdsky_debug_py/jp.py +53 -17
- pmdsky_debug_py/jp_itcm.py +51 -15
- pmdsky_debug_py/na.py +53 -17
- pmdsky_debug_py/na_itcm.py +51 -15
- pmdsky_debug_py/protocol.py +23 -3
- {pmdsky_debug_py-10.1.10.dist-info → pmdsky_debug_py-10.1.12.dist-info}/METADATA +1 -1
- pmdsky_debug_py-10.1.12.dist-info/RECORD +14 -0
- {pmdsky_debug_py-10.1.10.dist-info → pmdsky_debug_py-10.1.12.dist-info}/WHEEL +1 -1
- pmdsky_debug_py-10.1.10.dist-info/RECORD +0 -14
- {pmdsky_debug_py-10.1.10.dist-info → pmdsky_debug_py-10.1.12.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+0b82db54c9"
|
pmdsky_debug_py/eu.py
CHANGED
|
@@ -8953,12 +8953,21 @@ class EuArm9Functions:
|
|
|
8953
8953
|
None,
|
|
8954
8954
|
)
|
|
8955
8955
|
|
|
8956
|
+
GenerateMissionDetailsStruct = Symbol(
|
|
8957
|
+
[0x604CC],
|
|
8958
|
+
[0x20604CC],
|
|
8959
|
+
None,
|
|
8960
|
+
"GenerateMissionDetailsStruct",
|
|
8961
|
+
"Generates a mission_details struct, to be used for printing mission details such as the title, summary, and objective.\n\nr0: mission struct pointer\nr1: [output] mission_details struct pointer\nr2: ?\nr3: ?",
|
|
8962
|
+
None,
|
|
8963
|
+
)
|
|
8964
|
+
|
|
8956
8965
|
ValidateNormalChallengeMission = Symbol(
|
|
8957
8966
|
[0x60B80],
|
|
8958
8967
|
[0x2060B80],
|
|
8959
8968
|
None,
|
|
8960
8969
|
"ValidateNormalChallengeMission",
|
|
8961
|
-
"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:
|
|
8970
|
+
"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_template struct pointer\nr1: mission struct pointer\nreturn: bool",
|
|
8962
8971
|
None,
|
|
8963
8972
|
)
|
|
8964
8973
|
|
|
@@ -8967,7 +8976,25 @@ class EuArm9Functions:
|
|
|
8967
8976
|
[0x2060C80],
|
|
8968
8977
|
None,
|
|
8969
8978
|
"ValidateLegendaryChallengeMission",
|
|
8970
|
-
"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:
|
|
8979
|
+
"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_template struct pointer\nr1: mission struct pointer\nreturn: bool",
|
|
8980
|
+
None,
|
|
8981
|
+
)
|
|
8982
|
+
|
|
8983
|
+
AppendMissionTitle = Symbol(
|
|
8984
|
+
[0x60D8C],
|
|
8985
|
+
[0x2060D8C],
|
|
8986
|
+
None,
|
|
8987
|
+
"AppendMissionTitle",
|
|
8988
|
+
"Generates the mission title of a mission, and appends it to the string location.\n\nr0: [output] output buffer\nr1: intermediate buffer, filled then concatenated to output buffer\nr2: pointer to preprocessor args\nr3: pointer to mission_details struct",
|
|
8989
|
+
None,
|
|
8990
|
+
)
|
|
8991
|
+
|
|
8992
|
+
AppendMissionSummary = Symbol(
|
|
8993
|
+
[0x61230],
|
|
8994
|
+
[0x2061230],
|
|
8995
|
+
None,
|
|
8996
|
+
"AppendMissionSummary",
|
|
8997
|
+
"Generates the mission title of a mission, and appends it to the string location.\n\nr0: [output] main string location\nr1: temporary string buffer, concatenated to main string\nr2: window_id for DrawTextInWindow\nr3: y offset for DrawTextInWindow\nstack[0]: pointer to preprocessor args\nstack[1]: pointer to mission_details struct",
|
|
8971
8998
|
None,
|
|
8972
8999
|
)
|
|
8973
9000
|
|
|
@@ -10473,31 +10500,40 @@ class EuArm9Data:
|
|
|
10473
10500
|
"struct item_id_16[3]",
|
|
10474
10501
|
)
|
|
10475
10502
|
|
|
10476
|
-
|
|
10503
|
+
CAFE_MISSION_REWARD_TYPE_WEIGHTS = Symbol(
|
|
10477
10504
|
[0xA42C8],
|
|
10478
10505
|
[0x20A42C8],
|
|
10479
|
-
|
|
10480
|
-
"
|
|
10481
|
-
"
|
|
10482
|
-
"",
|
|
10506
|
+
0xE,
|
|
10507
|
+
"CAFE_MISSION_REWARD_TYPE_WEIGHTS",
|
|
10508
|
+
"Weights for each possible mission_reward_type, used only by cafe mission generation.\nSeems identical to DEFAULT_MISSION_REWARD_TYPE_WEIGHTS.",
|
|
10509
|
+
"uint16_t[7]",
|
|
10483
10510
|
)
|
|
10484
10511
|
|
|
10485
|
-
|
|
10512
|
+
OUTLAW_MISSION_REWARD_TYPE_WEIGHTS = Symbol(
|
|
10513
|
+
[0xA42D6],
|
|
10514
|
+
[0x20A42D6],
|
|
10515
|
+
0xE,
|
|
10516
|
+
"OUTLAW_MISSION_REWARD_TYPE_WEIGHTS",
|
|
10517
|
+
"Weights for each possible mission_reward_type, exclusively for the ARREST_OUTLAW mission type.\nTakes priority over CAFE_MISSION_REWARD_TYPE_WEIGHTS and CAFE_MISSION_REWARD_TYPE_WEIGHTS.",
|
|
10518
|
+
"uint16_t[7]",
|
|
10519
|
+
)
|
|
10520
|
+
|
|
10521
|
+
DEFAULT_MISSION_REWARD_TYPE_WEIGHTS = Symbol(
|
|
10486
10522
|
[0xA42E4],
|
|
10487
10523
|
[0x20A42E4],
|
|
10488
|
-
|
|
10489
|
-
"
|
|
10490
|
-
"
|
|
10491
|
-
"",
|
|
10524
|
+
0xE,
|
|
10525
|
+
"DEFAULT_MISSION_REWARD_TYPE_WEIGHTS",
|
|
10526
|
+
"Weights for each possible mission_reward_type, used for non-cafe missions.\nSeems identical to CAFE_MISSION_REWARD_TYPE_WEIGHTS.",
|
|
10527
|
+
"uint16_t[7]",
|
|
10492
10528
|
)
|
|
10493
10529
|
|
|
10494
|
-
|
|
10530
|
+
MISSION_VALIDATION_FUNCTION_LIST = Symbol(
|
|
10495
10531
|
[0xA42F4],
|
|
10496
10532
|
[0x20A42F4],
|
|
10497
10533
|
0x20,
|
|
10498
|
-
"
|
|
10499
|
-
"
|
|
10500
|
-
"",
|
|
10534
|
+
"MISSION_VALIDATION_FUNCTION_LIST",
|
|
10535
|
+
"A list of functions used to validate missions of different types at 02060CEC [EU].",
|
|
10536
|
+
"undefined*[8]",
|
|
10501
10537
|
)
|
|
10502
10538
|
|
|
10503
10539
|
MISSION_BANNED_STORY_MONSTERS = Symbol(
|
|
@@ -10541,7 +10577,7 @@ class EuArm9Data:
|
|
|
10541
10577
|
[0x20A44A4],
|
|
10542
10578
|
0x788,
|
|
10543
10579
|
"MISSION_STRING_IDS",
|
|
10544
|
-
"
|
|
10580
|
+
"String IDs for mission title and summary flavor-text.\nUsed by GenerateMissionTitle and GenerateMissionSummary.\n\ntype: int16_t[964]",
|
|
10545
10581
|
"int16_t[964]",
|
|
10546
10582
|
)
|
|
10547
10583
|
|
pmdsky_debug_py/eu_itcm.py
CHANGED
|
@@ -8907,12 +8907,21 @@ class EuItcmArm9Functions:
|
|
|
8907
8907
|
None,
|
|
8908
8908
|
)
|
|
8909
8909
|
|
|
8910
|
+
GenerateMissionDetailsStruct = Symbol(
|
|
8911
|
+
None,
|
|
8912
|
+
None,
|
|
8913
|
+
None,
|
|
8914
|
+
"GenerateMissionDetailsStruct",
|
|
8915
|
+
"Generates a mission_details struct, to be used for printing mission details such as the title, summary, and objective.\n\nr0: mission struct pointer\nr1: [output] mission_details struct pointer\nr2: ?\nr3: ?",
|
|
8916
|
+
None,
|
|
8917
|
+
)
|
|
8918
|
+
|
|
8910
8919
|
ValidateNormalChallengeMission = Symbol(
|
|
8911
8920
|
None,
|
|
8912
8921
|
None,
|
|
8913
8922
|
None,
|
|
8914
8923
|
"ValidateNormalChallengeMission",
|
|
8915
|
-
"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:
|
|
8924
|
+
"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_template struct pointer\nr1: mission struct pointer\nreturn: bool",
|
|
8916
8925
|
None,
|
|
8917
8926
|
)
|
|
8918
8927
|
|
|
@@ -8921,7 +8930,25 @@ class EuItcmArm9Functions:
|
|
|
8921
8930
|
None,
|
|
8922
8931
|
None,
|
|
8923
8932
|
"ValidateLegendaryChallengeMission",
|
|
8924
|
-
"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:
|
|
8933
|
+
"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_template struct pointer\nr1: mission struct pointer\nreturn: bool",
|
|
8934
|
+
None,
|
|
8935
|
+
)
|
|
8936
|
+
|
|
8937
|
+
AppendMissionTitle = Symbol(
|
|
8938
|
+
None,
|
|
8939
|
+
None,
|
|
8940
|
+
None,
|
|
8941
|
+
"AppendMissionTitle",
|
|
8942
|
+
"Generates the mission title of a mission, and appends it to the string location.\n\nr0: [output] output buffer\nr1: intermediate buffer, filled then concatenated to output buffer\nr2: pointer to preprocessor args\nr3: pointer to mission_details struct",
|
|
8943
|
+
None,
|
|
8944
|
+
)
|
|
8945
|
+
|
|
8946
|
+
AppendMissionSummary = Symbol(
|
|
8947
|
+
None,
|
|
8948
|
+
None,
|
|
8949
|
+
None,
|
|
8950
|
+
"AppendMissionSummary",
|
|
8951
|
+
"Generates the mission title of a mission, and appends it to the string location.\n\nr0: [output] main string location\nr1: temporary string buffer, concatenated to main string\nr2: window_id for DrawTextInWindow\nr3: y offset for DrawTextInWindow\nstack[0]: pointer to preprocessor args\nstack[1]: pointer to mission_details struct",
|
|
8925
8952
|
None,
|
|
8926
8953
|
)
|
|
8927
8954
|
|
|
@@ -10413,31 +10440,40 @@ class EuItcmArm9Data:
|
|
|
10413
10440
|
"struct item_id_16[3]",
|
|
10414
10441
|
)
|
|
10415
10442
|
|
|
10416
|
-
|
|
10443
|
+
CAFE_MISSION_REWARD_TYPE_WEIGHTS = Symbol(
|
|
10417
10444
|
None,
|
|
10418
10445
|
None,
|
|
10419
10446
|
None,
|
|
10420
|
-
"
|
|
10421
|
-
"
|
|
10422
|
-
"",
|
|
10447
|
+
"CAFE_MISSION_REWARD_TYPE_WEIGHTS",
|
|
10448
|
+
"Weights for each possible mission_reward_type, used only by cafe mission generation.\nSeems identical to DEFAULT_MISSION_REWARD_TYPE_WEIGHTS.",
|
|
10449
|
+
"uint16_t[7]",
|
|
10423
10450
|
)
|
|
10424
10451
|
|
|
10425
|
-
|
|
10452
|
+
OUTLAW_MISSION_REWARD_TYPE_WEIGHTS = Symbol(
|
|
10426
10453
|
None,
|
|
10427
10454
|
None,
|
|
10428
10455
|
None,
|
|
10429
|
-
"
|
|
10430
|
-
"
|
|
10431
|
-
"",
|
|
10456
|
+
"OUTLAW_MISSION_REWARD_TYPE_WEIGHTS",
|
|
10457
|
+
"Weights for each possible mission_reward_type, exclusively for the ARREST_OUTLAW mission type.\nTakes priority over CAFE_MISSION_REWARD_TYPE_WEIGHTS and CAFE_MISSION_REWARD_TYPE_WEIGHTS.",
|
|
10458
|
+
"uint16_t[7]",
|
|
10432
10459
|
)
|
|
10433
10460
|
|
|
10434
|
-
|
|
10461
|
+
DEFAULT_MISSION_REWARD_TYPE_WEIGHTS = Symbol(
|
|
10435
10462
|
None,
|
|
10436
10463
|
None,
|
|
10437
10464
|
None,
|
|
10438
|
-
"
|
|
10439
|
-
"
|
|
10440
|
-
"",
|
|
10465
|
+
"DEFAULT_MISSION_REWARD_TYPE_WEIGHTS",
|
|
10466
|
+
"Weights for each possible mission_reward_type, used for non-cafe missions.\nSeems identical to CAFE_MISSION_REWARD_TYPE_WEIGHTS.",
|
|
10467
|
+
"uint16_t[7]",
|
|
10468
|
+
)
|
|
10469
|
+
|
|
10470
|
+
MISSION_VALIDATION_FUNCTION_LIST = Symbol(
|
|
10471
|
+
None,
|
|
10472
|
+
None,
|
|
10473
|
+
None,
|
|
10474
|
+
"MISSION_VALIDATION_FUNCTION_LIST",
|
|
10475
|
+
"A list of functions used to validate missions of different types at 02060CEC [EU].",
|
|
10476
|
+
"undefined*[8]",
|
|
10441
10477
|
)
|
|
10442
10478
|
|
|
10443
10479
|
MISSION_BANNED_STORY_MONSTERS = Symbol(
|
|
@@ -10481,7 +10517,7 @@ class EuItcmArm9Data:
|
|
|
10481
10517
|
None,
|
|
10482
10518
|
None,
|
|
10483
10519
|
"MISSION_STRING_IDS",
|
|
10484
|
-
"
|
|
10520
|
+
"String IDs for mission title and summary flavor-text.\nUsed by GenerateMissionTitle and GenerateMissionSummary.\n\ntype: int16_t[964]",
|
|
10485
10521
|
"int16_t[964]",
|
|
10486
10522
|
)
|
|
10487
10523
|
|
pmdsky_debug_py/jp.py
CHANGED
|
@@ -8953,12 +8953,21 @@ class JpArm9Functions:
|
|
|
8953
8953
|
None,
|
|
8954
8954
|
)
|
|
8955
8955
|
|
|
8956
|
+
GenerateMissionDetailsStruct = Symbol(
|
|
8957
|
+
None,
|
|
8958
|
+
None,
|
|
8959
|
+
None,
|
|
8960
|
+
"GenerateMissionDetailsStruct",
|
|
8961
|
+
"Generates a mission_details struct, to be used for printing mission details such as the title, summary, and objective.\n\nr0: mission struct pointer\nr1: [output] mission_details struct pointer\nr2: ?\nr3: ?",
|
|
8962
|
+
None,
|
|
8963
|
+
)
|
|
8964
|
+
|
|
8956
8965
|
ValidateNormalChallengeMission = Symbol(
|
|
8957
8966
|
[0x60AF4],
|
|
8958
8967
|
[0x2060AF4],
|
|
8959
8968
|
None,
|
|
8960
8969
|
"ValidateNormalChallengeMission",
|
|
8961
|
-
"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:
|
|
8970
|
+
"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_template struct pointer\nr1: mission struct pointer\nreturn: bool",
|
|
8962
8971
|
None,
|
|
8963
8972
|
)
|
|
8964
8973
|
|
|
@@ -8967,7 +8976,25 @@ class JpArm9Functions:
|
|
|
8967
8976
|
[0x2060BF4],
|
|
8968
8977
|
None,
|
|
8969
8978
|
"ValidateLegendaryChallengeMission",
|
|
8970
|
-
"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:
|
|
8979
|
+
"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_template struct pointer\nr1: mission struct pointer\nreturn: bool",
|
|
8980
|
+
None,
|
|
8981
|
+
)
|
|
8982
|
+
|
|
8983
|
+
AppendMissionTitle = Symbol(
|
|
8984
|
+
None,
|
|
8985
|
+
None,
|
|
8986
|
+
None,
|
|
8987
|
+
"AppendMissionTitle",
|
|
8988
|
+
"Generates the mission title of a mission, and appends it to the string location.\n\nr0: [output] output buffer\nr1: intermediate buffer, filled then concatenated to output buffer\nr2: pointer to preprocessor args\nr3: pointer to mission_details struct",
|
|
8989
|
+
None,
|
|
8990
|
+
)
|
|
8991
|
+
|
|
8992
|
+
AppendMissionSummary = Symbol(
|
|
8993
|
+
None,
|
|
8994
|
+
None,
|
|
8995
|
+
None,
|
|
8996
|
+
"AppendMissionSummary",
|
|
8997
|
+
"Generates the mission title of a mission, and appends it to the string location.\n\nr0: [output] main string location\nr1: temporary string buffer, concatenated to main string\nr2: window_id for DrawTextInWindow\nr3: y offset for DrawTextInWindow\nstack[0]: pointer to preprocessor args\nstack[1]: pointer to mission_details struct",
|
|
8971
8998
|
None,
|
|
8972
8999
|
)
|
|
8973
9000
|
|
|
@@ -10468,31 +10495,40 @@ class JpArm9Data:
|
|
|
10468
10495
|
"struct item_id_16[3]",
|
|
10469
10496
|
)
|
|
10470
10497
|
|
|
10471
|
-
|
|
10498
|
+
CAFE_MISSION_REWARD_TYPE_WEIGHTS = Symbol(
|
|
10472
10499
|
[0xA50AC],
|
|
10473
10500
|
[0x20A50AC],
|
|
10474
|
-
|
|
10475
|
-
"
|
|
10476
|
-
"
|
|
10477
|
-
"",
|
|
10501
|
+
0xE,
|
|
10502
|
+
"CAFE_MISSION_REWARD_TYPE_WEIGHTS",
|
|
10503
|
+
"Weights for each possible mission_reward_type, used only by cafe mission generation.\nSeems identical to DEFAULT_MISSION_REWARD_TYPE_WEIGHTS.",
|
|
10504
|
+
"uint16_t[7]",
|
|
10505
|
+
)
|
|
10506
|
+
|
|
10507
|
+
OUTLAW_MISSION_REWARD_TYPE_WEIGHTS = Symbol(
|
|
10508
|
+
[0xA50BA],
|
|
10509
|
+
[0x20A50BA],
|
|
10510
|
+
0xE,
|
|
10511
|
+
"OUTLAW_MISSION_REWARD_TYPE_WEIGHTS",
|
|
10512
|
+
"Weights for each possible mission_reward_type, exclusively for the ARREST_OUTLAW mission type.\nTakes priority over CAFE_MISSION_REWARD_TYPE_WEIGHTS and CAFE_MISSION_REWARD_TYPE_WEIGHTS.",
|
|
10513
|
+
"uint16_t[7]",
|
|
10478
10514
|
)
|
|
10479
10515
|
|
|
10480
|
-
|
|
10516
|
+
DEFAULT_MISSION_REWARD_TYPE_WEIGHTS = Symbol(
|
|
10481
10517
|
[0xA50C8],
|
|
10482
10518
|
[0x20A50C8],
|
|
10483
|
-
|
|
10484
|
-
"
|
|
10485
|
-
"
|
|
10486
|
-
"",
|
|
10519
|
+
0xE,
|
|
10520
|
+
"DEFAULT_MISSION_REWARD_TYPE_WEIGHTS",
|
|
10521
|
+
"Weights for each possible mission_reward_type, used for non-cafe missions.\nSeems identical to CAFE_MISSION_REWARD_TYPE_WEIGHTS.",
|
|
10522
|
+
"uint16_t[7]",
|
|
10487
10523
|
)
|
|
10488
10524
|
|
|
10489
|
-
|
|
10525
|
+
MISSION_VALIDATION_FUNCTION_LIST = Symbol(
|
|
10490
10526
|
[0xA50D8],
|
|
10491
10527
|
[0x20A50D8],
|
|
10492
10528
|
0x20,
|
|
10493
|
-
"
|
|
10494
|
-
"
|
|
10495
|
-
"",
|
|
10529
|
+
"MISSION_VALIDATION_FUNCTION_LIST",
|
|
10530
|
+
"A list of functions used to validate missions of different types at 02060CEC [EU].",
|
|
10531
|
+
"undefined*[8]",
|
|
10496
10532
|
)
|
|
10497
10533
|
|
|
10498
10534
|
MISSION_BANNED_STORY_MONSTERS = Symbol(
|
|
@@ -10536,7 +10572,7 @@ class JpArm9Data:
|
|
|
10536
10572
|
[0x20A5288],
|
|
10537
10573
|
0x788,
|
|
10538
10574
|
"MISSION_STRING_IDS",
|
|
10539
|
-
"
|
|
10575
|
+
"String IDs for mission title and summary flavor-text.\nUsed by GenerateMissionTitle and GenerateMissionSummary.\n\ntype: int16_t[964]",
|
|
10540
10576
|
"int16_t[964]",
|
|
10541
10577
|
)
|
|
10542
10578
|
|
pmdsky_debug_py/jp_itcm.py
CHANGED
|
@@ -8907,12 +8907,21 @@ class JpItcmArm9Functions:
|
|
|
8907
8907
|
None,
|
|
8908
8908
|
)
|
|
8909
8909
|
|
|
8910
|
+
GenerateMissionDetailsStruct = Symbol(
|
|
8911
|
+
None,
|
|
8912
|
+
None,
|
|
8913
|
+
None,
|
|
8914
|
+
"GenerateMissionDetailsStruct",
|
|
8915
|
+
"Generates a mission_details struct, to be used for printing mission details such as the title, summary, and objective.\n\nr0: mission struct pointer\nr1: [output] mission_details struct pointer\nr2: ?\nr3: ?",
|
|
8916
|
+
None,
|
|
8917
|
+
)
|
|
8918
|
+
|
|
8910
8919
|
ValidateNormalChallengeMission = Symbol(
|
|
8911
8920
|
None,
|
|
8912
8921
|
None,
|
|
8913
8922
|
None,
|
|
8914
8923
|
"ValidateNormalChallengeMission",
|
|
8915
|
-
"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:
|
|
8924
|
+
"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_template struct pointer\nr1: mission struct pointer\nreturn: bool",
|
|
8916
8925
|
None,
|
|
8917
8926
|
)
|
|
8918
8927
|
|
|
@@ -8921,7 +8930,25 @@ class JpItcmArm9Functions:
|
|
|
8921
8930
|
None,
|
|
8922
8931
|
None,
|
|
8923
8932
|
"ValidateLegendaryChallengeMission",
|
|
8924
|
-
"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:
|
|
8933
|
+
"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_template struct pointer\nr1: mission struct pointer\nreturn: bool",
|
|
8934
|
+
None,
|
|
8935
|
+
)
|
|
8936
|
+
|
|
8937
|
+
AppendMissionTitle = Symbol(
|
|
8938
|
+
None,
|
|
8939
|
+
None,
|
|
8940
|
+
None,
|
|
8941
|
+
"AppendMissionTitle",
|
|
8942
|
+
"Generates the mission title of a mission, and appends it to the string location.\n\nr0: [output] output buffer\nr1: intermediate buffer, filled then concatenated to output buffer\nr2: pointer to preprocessor args\nr3: pointer to mission_details struct",
|
|
8943
|
+
None,
|
|
8944
|
+
)
|
|
8945
|
+
|
|
8946
|
+
AppendMissionSummary = Symbol(
|
|
8947
|
+
None,
|
|
8948
|
+
None,
|
|
8949
|
+
None,
|
|
8950
|
+
"AppendMissionSummary",
|
|
8951
|
+
"Generates the mission title of a mission, and appends it to the string location.\n\nr0: [output] main string location\nr1: temporary string buffer, concatenated to main string\nr2: window_id for DrawTextInWindow\nr3: y offset for DrawTextInWindow\nstack[0]: pointer to preprocessor args\nstack[1]: pointer to mission_details struct",
|
|
8925
8952
|
None,
|
|
8926
8953
|
)
|
|
8927
8954
|
|
|
@@ -10413,31 +10440,40 @@ class JpItcmArm9Data:
|
|
|
10413
10440
|
"struct item_id_16[3]",
|
|
10414
10441
|
)
|
|
10415
10442
|
|
|
10416
|
-
|
|
10443
|
+
CAFE_MISSION_REWARD_TYPE_WEIGHTS = Symbol(
|
|
10417
10444
|
None,
|
|
10418
10445
|
None,
|
|
10419
10446
|
None,
|
|
10420
|
-
"
|
|
10421
|
-
"
|
|
10422
|
-
"",
|
|
10447
|
+
"CAFE_MISSION_REWARD_TYPE_WEIGHTS",
|
|
10448
|
+
"Weights for each possible mission_reward_type, used only by cafe mission generation.\nSeems identical to DEFAULT_MISSION_REWARD_TYPE_WEIGHTS.",
|
|
10449
|
+
"uint16_t[7]",
|
|
10423
10450
|
)
|
|
10424
10451
|
|
|
10425
|
-
|
|
10452
|
+
OUTLAW_MISSION_REWARD_TYPE_WEIGHTS = Symbol(
|
|
10426
10453
|
None,
|
|
10427
10454
|
None,
|
|
10428
10455
|
None,
|
|
10429
|
-
"
|
|
10430
|
-
"
|
|
10431
|
-
"",
|
|
10456
|
+
"OUTLAW_MISSION_REWARD_TYPE_WEIGHTS",
|
|
10457
|
+
"Weights for each possible mission_reward_type, exclusively for the ARREST_OUTLAW mission type.\nTakes priority over CAFE_MISSION_REWARD_TYPE_WEIGHTS and CAFE_MISSION_REWARD_TYPE_WEIGHTS.",
|
|
10458
|
+
"uint16_t[7]",
|
|
10432
10459
|
)
|
|
10433
10460
|
|
|
10434
|
-
|
|
10461
|
+
DEFAULT_MISSION_REWARD_TYPE_WEIGHTS = Symbol(
|
|
10435
10462
|
None,
|
|
10436
10463
|
None,
|
|
10437
10464
|
None,
|
|
10438
|
-
"
|
|
10439
|
-
"
|
|
10440
|
-
"",
|
|
10465
|
+
"DEFAULT_MISSION_REWARD_TYPE_WEIGHTS",
|
|
10466
|
+
"Weights for each possible mission_reward_type, used for non-cafe missions.\nSeems identical to CAFE_MISSION_REWARD_TYPE_WEIGHTS.",
|
|
10467
|
+
"uint16_t[7]",
|
|
10468
|
+
)
|
|
10469
|
+
|
|
10470
|
+
MISSION_VALIDATION_FUNCTION_LIST = Symbol(
|
|
10471
|
+
None,
|
|
10472
|
+
None,
|
|
10473
|
+
None,
|
|
10474
|
+
"MISSION_VALIDATION_FUNCTION_LIST",
|
|
10475
|
+
"A list of functions used to validate missions of different types at 02060CEC [EU].",
|
|
10476
|
+
"undefined*[8]",
|
|
10441
10477
|
)
|
|
10442
10478
|
|
|
10443
10479
|
MISSION_BANNED_STORY_MONSTERS = Symbol(
|
|
@@ -10481,7 +10517,7 @@ class JpItcmArm9Data:
|
|
|
10481
10517
|
None,
|
|
10482
10518
|
None,
|
|
10483
10519
|
"MISSION_STRING_IDS",
|
|
10484
|
-
"
|
|
10520
|
+
"String IDs for mission title and summary flavor-text.\nUsed by GenerateMissionTitle and GenerateMissionSummary.\n\ntype: int16_t[964]",
|
|
10485
10521
|
"int16_t[964]",
|
|
10486
10522
|
)
|
|
10487
10523
|
|
pmdsky_debug_py/na.py
CHANGED
|
@@ -8953,12 +8953,21 @@ class NaArm9Functions:
|
|
|
8953
8953
|
None,
|
|
8954
8954
|
)
|
|
8955
8955
|
|
|
8956
|
+
GenerateMissionDetailsStruct = Symbol(
|
|
8957
|
+
None,
|
|
8958
|
+
None,
|
|
8959
|
+
None,
|
|
8960
|
+
"GenerateMissionDetailsStruct",
|
|
8961
|
+
"Generates a mission_details struct, to be used for printing mission details such as the title, summary, and objective.\n\nr0: mission struct pointer\nr1: [output] mission_details struct pointer\nr2: ?\nr3: ?",
|
|
8962
|
+
None,
|
|
8963
|
+
)
|
|
8964
|
+
|
|
8956
8965
|
ValidateNormalChallengeMission = Symbol(
|
|
8957
8966
|
[0x60804],
|
|
8958
8967
|
[0x2060804],
|
|
8959
8968
|
None,
|
|
8960
8969
|
"ValidateNormalChallengeMission",
|
|
8961
|
-
"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:
|
|
8970
|
+
"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_template struct pointer\nr1: mission struct pointer\nreturn: bool",
|
|
8962
8971
|
None,
|
|
8963
8972
|
)
|
|
8964
8973
|
|
|
@@ -8967,7 +8976,25 @@ class NaArm9Functions:
|
|
|
8967
8976
|
[0x2060904],
|
|
8968
8977
|
None,
|
|
8969
8978
|
"ValidateLegendaryChallengeMission",
|
|
8970
|
-
"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:
|
|
8979
|
+
"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_template struct pointer\nr1: mission struct pointer\nreturn: bool",
|
|
8980
|
+
None,
|
|
8981
|
+
)
|
|
8982
|
+
|
|
8983
|
+
AppendMissionTitle = Symbol(
|
|
8984
|
+
None,
|
|
8985
|
+
None,
|
|
8986
|
+
None,
|
|
8987
|
+
"AppendMissionTitle",
|
|
8988
|
+
"Generates the mission title of a mission, and appends it to the string location.\n\nr0: [output] output buffer\nr1: intermediate buffer, filled then concatenated to output buffer\nr2: pointer to preprocessor args\nr3: pointer to mission_details struct",
|
|
8989
|
+
None,
|
|
8990
|
+
)
|
|
8991
|
+
|
|
8992
|
+
AppendMissionSummary = Symbol(
|
|
8993
|
+
None,
|
|
8994
|
+
None,
|
|
8995
|
+
None,
|
|
8996
|
+
"AppendMissionSummary",
|
|
8997
|
+
"Generates the mission title of a mission, and appends it to the string location.\n\nr0: [output] main string location\nr1: temporary string buffer, concatenated to main string\nr2: window_id for DrawTextInWindow\nr3: y offset for DrawTextInWindow\nstack[0]: pointer to preprocessor args\nstack[1]: pointer to mission_details struct",
|
|
8971
8998
|
None,
|
|
8972
8999
|
)
|
|
8973
9000
|
|
|
@@ -10473,31 +10500,40 @@ class NaArm9Data:
|
|
|
10473
10500
|
"struct item_id_16[3]",
|
|
10474
10501
|
)
|
|
10475
10502
|
|
|
10476
|
-
|
|
10503
|
+
CAFE_MISSION_REWARD_TYPE_WEIGHTS = Symbol(
|
|
10477
10504
|
[0xA3CC8],
|
|
10478
10505
|
[0x20A3CC8],
|
|
10479
|
-
|
|
10480
|
-
"
|
|
10481
|
-
"
|
|
10482
|
-
"",
|
|
10506
|
+
0xE,
|
|
10507
|
+
"CAFE_MISSION_REWARD_TYPE_WEIGHTS",
|
|
10508
|
+
"Weights for each possible mission_reward_type, used only by cafe mission generation.\nSeems identical to DEFAULT_MISSION_REWARD_TYPE_WEIGHTS.",
|
|
10509
|
+
"uint16_t[7]",
|
|
10510
|
+
)
|
|
10511
|
+
|
|
10512
|
+
OUTLAW_MISSION_REWARD_TYPE_WEIGHTS = Symbol(
|
|
10513
|
+
[0xA3CD6],
|
|
10514
|
+
[0x20A3CD6],
|
|
10515
|
+
0xE,
|
|
10516
|
+
"OUTLAW_MISSION_REWARD_TYPE_WEIGHTS",
|
|
10517
|
+
"Weights for each possible mission_reward_type, exclusively for the ARREST_OUTLAW mission type.\nTakes priority over CAFE_MISSION_REWARD_TYPE_WEIGHTS and CAFE_MISSION_REWARD_TYPE_WEIGHTS.",
|
|
10518
|
+
"uint16_t[7]",
|
|
10483
10519
|
)
|
|
10484
10520
|
|
|
10485
|
-
|
|
10521
|
+
DEFAULT_MISSION_REWARD_TYPE_WEIGHTS = Symbol(
|
|
10486
10522
|
[0xA3CE4],
|
|
10487
10523
|
[0x20A3CE4],
|
|
10488
|
-
|
|
10489
|
-
"
|
|
10490
|
-
"
|
|
10491
|
-
"",
|
|
10524
|
+
0xE,
|
|
10525
|
+
"DEFAULT_MISSION_REWARD_TYPE_WEIGHTS",
|
|
10526
|
+
"Weights for each possible mission_reward_type, used for non-cafe missions.\nSeems identical to CAFE_MISSION_REWARD_TYPE_WEIGHTS.",
|
|
10527
|
+
"uint16_t[7]",
|
|
10492
10528
|
)
|
|
10493
10529
|
|
|
10494
|
-
|
|
10530
|
+
MISSION_VALIDATION_FUNCTION_LIST = Symbol(
|
|
10495
10531
|
[0xA3CF4],
|
|
10496
10532
|
[0x20A3CF4],
|
|
10497
10533
|
0x20,
|
|
10498
|
-
"
|
|
10499
|
-
"
|
|
10500
|
-
"",
|
|
10534
|
+
"MISSION_VALIDATION_FUNCTION_LIST",
|
|
10535
|
+
"A list of functions used to validate missions of different types at 02060CEC [EU].",
|
|
10536
|
+
"undefined*[8]",
|
|
10501
10537
|
)
|
|
10502
10538
|
|
|
10503
10539
|
MISSION_BANNED_STORY_MONSTERS = Symbol(
|
|
@@ -10541,7 +10577,7 @@ class NaArm9Data:
|
|
|
10541
10577
|
[0x20A3EA4],
|
|
10542
10578
|
0x788,
|
|
10543
10579
|
"MISSION_STRING_IDS",
|
|
10544
|
-
"
|
|
10580
|
+
"String IDs for mission title and summary flavor-text.\nUsed by GenerateMissionTitle and GenerateMissionSummary.\n\ntype: int16_t[964]",
|
|
10545
10581
|
"int16_t[964]",
|
|
10546
10582
|
)
|
|
10547
10583
|
|
pmdsky_debug_py/na_itcm.py
CHANGED
|
@@ -8907,12 +8907,21 @@ class NaItcmArm9Functions:
|
|
|
8907
8907
|
None,
|
|
8908
8908
|
)
|
|
8909
8909
|
|
|
8910
|
+
GenerateMissionDetailsStruct = Symbol(
|
|
8911
|
+
None,
|
|
8912
|
+
None,
|
|
8913
|
+
None,
|
|
8914
|
+
"GenerateMissionDetailsStruct",
|
|
8915
|
+
"Generates a mission_details struct, to be used for printing mission details such as the title, summary, and objective.\n\nr0: mission struct pointer\nr1: [output] mission_details struct pointer\nr2: ?\nr3: ?",
|
|
8916
|
+
None,
|
|
8917
|
+
)
|
|
8918
|
+
|
|
8910
8919
|
ValidateNormalChallengeMission = Symbol(
|
|
8911
8920
|
None,
|
|
8912
8921
|
None,
|
|
8913
8922
|
None,
|
|
8914
8923
|
"ValidateNormalChallengeMission",
|
|
8915
|
-
"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:
|
|
8924
|
+
"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_template struct pointer\nr1: mission struct pointer\nreturn: bool",
|
|
8916
8925
|
None,
|
|
8917
8926
|
)
|
|
8918
8927
|
|
|
@@ -8921,7 +8930,25 @@ class NaItcmArm9Functions:
|
|
|
8921
8930
|
None,
|
|
8922
8931
|
None,
|
|
8923
8932
|
"ValidateLegendaryChallengeMission",
|
|
8924
|
-
"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:
|
|
8933
|
+
"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_template struct pointer\nr1: mission struct pointer\nreturn: bool",
|
|
8934
|
+
None,
|
|
8935
|
+
)
|
|
8936
|
+
|
|
8937
|
+
AppendMissionTitle = Symbol(
|
|
8938
|
+
None,
|
|
8939
|
+
None,
|
|
8940
|
+
None,
|
|
8941
|
+
"AppendMissionTitle",
|
|
8942
|
+
"Generates the mission title of a mission, and appends it to the string location.\n\nr0: [output] output buffer\nr1: intermediate buffer, filled then concatenated to output buffer\nr2: pointer to preprocessor args\nr3: pointer to mission_details struct",
|
|
8943
|
+
None,
|
|
8944
|
+
)
|
|
8945
|
+
|
|
8946
|
+
AppendMissionSummary = Symbol(
|
|
8947
|
+
None,
|
|
8948
|
+
None,
|
|
8949
|
+
None,
|
|
8950
|
+
"AppendMissionSummary",
|
|
8951
|
+
"Generates the mission title of a mission, and appends it to the string location.\n\nr0: [output] main string location\nr1: temporary string buffer, concatenated to main string\nr2: window_id for DrawTextInWindow\nr3: y offset for DrawTextInWindow\nstack[0]: pointer to preprocessor args\nstack[1]: pointer to mission_details struct",
|
|
8925
8952
|
None,
|
|
8926
8953
|
)
|
|
8927
8954
|
|
|
@@ -10413,31 +10440,40 @@ class NaItcmArm9Data:
|
|
|
10413
10440
|
"struct item_id_16[3]",
|
|
10414
10441
|
)
|
|
10415
10442
|
|
|
10416
|
-
|
|
10443
|
+
CAFE_MISSION_REWARD_TYPE_WEIGHTS = Symbol(
|
|
10417
10444
|
None,
|
|
10418
10445
|
None,
|
|
10419
10446
|
None,
|
|
10420
|
-
"
|
|
10421
|
-
"
|
|
10422
|
-
"",
|
|
10447
|
+
"CAFE_MISSION_REWARD_TYPE_WEIGHTS",
|
|
10448
|
+
"Weights for each possible mission_reward_type, used only by cafe mission generation.\nSeems identical to DEFAULT_MISSION_REWARD_TYPE_WEIGHTS.",
|
|
10449
|
+
"uint16_t[7]",
|
|
10423
10450
|
)
|
|
10424
10451
|
|
|
10425
|
-
|
|
10452
|
+
OUTLAW_MISSION_REWARD_TYPE_WEIGHTS = Symbol(
|
|
10426
10453
|
None,
|
|
10427
10454
|
None,
|
|
10428
10455
|
None,
|
|
10429
|
-
"
|
|
10430
|
-
"
|
|
10431
|
-
"",
|
|
10456
|
+
"OUTLAW_MISSION_REWARD_TYPE_WEIGHTS",
|
|
10457
|
+
"Weights for each possible mission_reward_type, exclusively for the ARREST_OUTLAW mission type.\nTakes priority over CAFE_MISSION_REWARD_TYPE_WEIGHTS and CAFE_MISSION_REWARD_TYPE_WEIGHTS.",
|
|
10458
|
+
"uint16_t[7]",
|
|
10432
10459
|
)
|
|
10433
10460
|
|
|
10434
|
-
|
|
10461
|
+
DEFAULT_MISSION_REWARD_TYPE_WEIGHTS = Symbol(
|
|
10435
10462
|
None,
|
|
10436
10463
|
None,
|
|
10437
10464
|
None,
|
|
10438
|
-
"
|
|
10439
|
-
"
|
|
10440
|
-
"",
|
|
10465
|
+
"DEFAULT_MISSION_REWARD_TYPE_WEIGHTS",
|
|
10466
|
+
"Weights for each possible mission_reward_type, used for non-cafe missions.\nSeems identical to CAFE_MISSION_REWARD_TYPE_WEIGHTS.",
|
|
10467
|
+
"uint16_t[7]",
|
|
10468
|
+
)
|
|
10469
|
+
|
|
10470
|
+
MISSION_VALIDATION_FUNCTION_LIST = Symbol(
|
|
10471
|
+
None,
|
|
10472
|
+
None,
|
|
10473
|
+
None,
|
|
10474
|
+
"MISSION_VALIDATION_FUNCTION_LIST",
|
|
10475
|
+
"A list of functions used to validate missions of different types at 02060CEC [EU].",
|
|
10476
|
+
"undefined*[8]",
|
|
10441
10477
|
)
|
|
10442
10478
|
|
|
10443
10479
|
MISSION_BANNED_STORY_MONSTERS = Symbol(
|
|
@@ -10481,7 +10517,7 @@ class NaItcmArm9Data:
|
|
|
10481
10517
|
None,
|
|
10482
10518
|
None,
|
|
10483
10519
|
"MISSION_STRING_IDS",
|
|
10484
|
-
"
|
|
10520
|
+
"String IDs for mission title and summary flavor-text.\nUsed by GenerateMissionTitle and GenerateMissionSummary.\n\ntype: int16_t[964]",
|
|
10485
10521
|
"int16_t[964]",
|
|
10486
10522
|
)
|
|
10487
10523
|
|
pmdsky_debug_py/protocol.py
CHANGED
|
@@ -5017,6 +5017,11 @@ class Arm9FunctionsProtocol(Protocol):
|
|
|
5017
5017
|
None,
|
|
5018
5018
|
]
|
|
5019
5019
|
|
|
5020
|
+
GenerateMissionDetailsStruct: Symbol[
|
|
5021
|
+
Optional[list[int]],
|
|
5022
|
+
None,
|
|
5023
|
+
]
|
|
5024
|
+
|
|
5020
5025
|
ValidateNormalChallengeMission: Symbol[
|
|
5021
5026
|
Optional[list[int]],
|
|
5022
5027
|
None,
|
|
@@ -5027,6 +5032,16 @@ class Arm9FunctionsProtocol(Protocol):
|
|
|
5027
5032
|
None,
|
|
5028
5033
|
]
|
|
5029
5034
|
|
|
5035
|
+
AppendMissionTitle: Symbol[
|
|
5036
|
+
Optional[list[int]],
|
|
5037
|
+
None,
|
|
5038
|
+
]
|
|
5039
|
+
|
|
5040
|
+
AppendMissionSummary: Symbol[
|
|
5041
|
+
Optional[list[int]],
|
|
5042
|
+
None,
|
|
5043
|
+
]
|
|
5044
|
+
|
|
5030
5045
|
IsMonsterMissionAllowed: Symbol[
|
|
5031
5046
|
Optional[list[int]],
|
|
5032
5047
|
None,
|
|
@@ -5865,17 +5880,22 @@ class Arm9DataProtocol(Protocol):
|
|
|
5865
5880
|
Optional[int],
|
|
5866
5881
|
]
|
|
5867
5882
|
|
|
5868
|
-
|
|
5883
|
+
CAFE_MISSION_REWARD_TYPE_WEIGHTS: Symbol[
|
|
5884
|
+
Optional[list[int]],
|
|
5885
|
+
Optional[int],
|
|
5886
|
+
]
|
|
5887
|
+
|
|
5888
|
+
OUTLAW_MISSION_REWARD_TYPE_WEIGHTS: Symbol[
|
|
5869
5889
|
Optional[list[int]],
|
|
5870
5890
|
Optional[int],
|
|
5871
5891
|
]
|
|
5872
5892
|
|
|
5873
|
-
|
|
5893
|
+
DEFAULT_MISSION_REWARD_TYPE_WEIGHTS: Symbol[
|
|
5874
5894
|
Optional[list[int]],
|
|
5875
5895
|
Optional[int],
|
|
5876
5896
|
]
|
|
5877
5897
|
|
|
5878
|
-
|
|
5898
|
+
MISSION_VALIDATION_FUNCTION_LIST: Symbol[
|
|
5879
5899
|
Optional[list[int]],
|
|
5880
5900
|
Optional[int],
|
|
5881
5901
|
]
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
pmdsky_debug_py/__init__.py,sha256=xvXjdxEqeoQaaS6ssZYVI9jARzv5M4q6FNwA3Z6fOw4,1831
|
|
2
|
+
pmdsky_debug_py/_release.py,sha256=tLoQQoXne53D0untoOGYLus2VfWneGm46K22HMm73pc,31
|
|
3
|
+
pmdsky_debug_py/eu.py,sha256=T8EtqwACVwjC4ypr0F3COXjeFanRLFCjp5KVqHmW7jw,1167969
|
|
4
|
+
pmdsky_debug_py/eu_itcm.py,sha256=EtTkmYfEqfNkmKmfmJPuvjDXe4xctGCoWe39EOlQUaQ,1115848
|
|
5
|
+
pmdsky_debug_py/jp.py,sha256=NTxbh53kAWjNRomXoYPyk63uiAlZ62Q78-wBJayJ0qw,1164651
|
|
6
|
+
pmdsky_debug_py/jp_itcm.py,sha256=0DmFnqMeCtPi-52M_-0hrm41rMnzf4MFsU80SR4N1wo,1115838
|
|
7
|
+
pmdsky_debug_py/na.py,sha256=ZfcxI28-kC643sEM9OdUmmprocsYGONBdTQcfBsqshw,1168890
|
|
8
|
+
pmdsky_debug_py/na_itcm.py,sha256=wzvFZ2jpS5ge6LRjcqC8QwVb4KvlywciW4zANr31GSw,1115848
|
|
9
|
+
pmdsky_debug_py/protocol.py,sha256=6l2QeuFcnxV-j9d_8fO3k3_xP_cCaySE6uqM5_5HGTI,341926
|
|
10
|
+
pmdsky_debug_py/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
+
pmdsky_debug_py-10.1.12.dist-info/METADATA,sha256=IgcTgO9rnwMBc7aRzeuyzKyfjuK-jSB2rqdNWIpYC2U,1376
|
|
12
|
+
pmdsky_debug_py-10.1.12.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
13
|
+
pmdsky_debug_py-10.1.12.dist-info/top_level.txt,sha256=cqvpcJbud2s8IyBAc1MfCySwniko_6qO5LWSSxNIoXI,16
|
|
14
|
+
pmdsky_debug_py-10.1.12.dist-info/RECORD,,
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
pmdsky_debug_py/__init__.py,sha256=xvXjdxEqeoQaaS6ssZYVI9jARzv5M4q6FNwA3Z6fOw4,1831
|
|
2
|
-
pmdsky_debug_py/_release.py,sha256=N9NRHvxChON2RuxMSulDq1wruWN9vPmR6SoIYFt1NJ0,31
|
|
3
|
-
pmdsky_debug_py/eu.py,sha256=85TDNwMjnGTFBi0tnaq8Magf-IfG2WehPRSwka-RdO4,1166112
|
|
4
|
-
pmdsky_debug_py/eu_itcm.py,sha256=axsoM4FrfOV2a97WCmfcB2JteZSjuo2rK6Yc3P8eUTU,1114036
|
|
5
|
-
pmdsky_debug_py/jp.py,sha256=rNv5OLqM32nMZaBgL7FIcl1vTvhgOeZheOhrYOXvBO4,1162830
|
|
6
|
-
pmdsky_debug_py/jp_itcm.py,sha256=Mj_nbq43BJAAAKWyV5D1Qtn6Krbun8mjnC2zYppbDRo,1114026
|
|
7
|
-
pmdsky_debug_py/na.py,sha256=zkMESwzcV0mxZoU92KpqIhl_1o4s6Qy9q7WBGEU1A-g,1167069
|
|
8
|
-
pmdsky_debug_py/na_itcm.py,sha256=gK9q7fmBqbnvjgQ26nvTTZWrmUbhEODlYCa0uKDh2_o,1114036
|
|
9
|
-
pmdsky_debug_py/protocol.py,sha256=axxt3-HYhkX5a0FaEayNEXQb4gJ3bzXsaz9zxnQICnw,341561
|
|
10
|
-
pmdsky_debug_py/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
-
pmdsky_debug_py-10.1.10.dist-info/METADATA,sha256=1UMHMngyTf8mQgaZAadikC1SIA8Vd4JQw_xMAcFOqT8,1376
|
|
12
|
-
pmdsky_debug_py-10.1.10.dist-info/WHEEL,sha256=Nw36Djuh_5VDukK0H78QzOX-_FQEo6V37m3nkm96gtU,91
|
|
13
|
-
pmdsky_debug_py-10.1.10.dist-info/top_level.txt,sha256=cqvpcJbud2s8IyBAc1MfCySwniko_6qO5LWSSxNIoXI,16
|
|
14
|
-
pmdsky_debug_py-10.1.10.dist-info/RECORD,,
|
|
File without changes
|