pmdsky-debug-py 10.1.1__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 +37 -1
- pmdsky_debug_py/eu_itcm.py +37 -1
- pmdsky_debug_py/jp.py +47 -11
- pmdsky_debug_py/jp_itcm.py +37 -1
- pmdsky_debug_py/na.py +49 -13
- pmdsky_debug_py/na_itcm.py +37 -1
- pmdsky_debug_py/protocol.py +20 -0
- {pmdsky_debug_py-10.1.1.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.1.dist-info → pmdsky_debug_py-10.1.3.dist-info}/WHEEL +1 -1
- pmdsky_debug_py-10.1.1.dist-info/RECORD +0 -14
- {pmdsky_debug_py-10.1.1.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
|
@@ -17121,7 +17121,7 @@ class EuOverlay10Data:
|
|
|
17121
17121
|
[0x22C4DA4],
|
|
17122
17122
|
None,
|
|
17123
17123
|
"ROCK_SLIDE_CRINGE_CHANCE",
|
|
17124
|
-
"The chance of Rock Slide (and others, see DoMoveDamageCringe30) inflicting the cringe status, as a percentage (30%)",
|
|
17124
|
+
"The chance of Rock Slide (and others, see DoMoveDamageCringe30) inflicting the cringe status, as a percentage (30%).",
|
|
17125
17125
|
"int16_t",
|
|
17126
17126
|
)
|
|
17127
17127
|
|
|
@@ -17134,6 +17134,15 @@ class EuOverlay10Data:
|
|
|
17134
17134
|
"int16_t",
|
|
17135
17135
|
)
|
|
17136
17136
|
|
|
17137
|
+
TRAP_BUSTER_ACTIVATION_CHANCE = Symbol(
|
|
17138
|
+
[0x79F4],
|
|
17139
|
+
[0x22C4DB4],
|
|
17140
|
+
None,
|
|
17141
|
+
"TRAP_BUSTER_ACTIVATION_CHANCE",
|
|
17142
|
+
"The chance of Trap Buster activating (30%).",
|
|
17143
|
+
"int16_t",
|
|
17144
|
+
)
|
|
17145
|
+
|
|
17137
17146
|
FOREWARN_FORCED_MISS_CHANCE = Symbol(
|
|
17138
17147
|
[0x7A00],
|
|
17139
17148
|
[0x22C4DC0],
|
|
@@ -31057,6 +31066,15 @@ class EuOverlay29Data:
|
|
|
31057
31066
|
"uint16_t",
|
|
31058
31067
|
)
|
|
31059
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
|
+
|
|
31060
31078
|
DAMAGE_MULTIPLIER_0_5 = Symbol(
|
|
31061
31079
|
[0x768C8],
|
|
31062
31080
|
[0x2353448],
|
|
@@ -31381,6 +31399,24 @@ class EuOverlay29Data:
|
|
|
31381
31399
|
"struct dungeon_fades*",
|
|
31382
31400
|
)
|
|
31383
31401
|
|
|
31402
|
+
VISIBLE_TRAP_FAIL_CHANCE = Symbol(
|
|
31403
|
+
[0x11F1C],
|
|
31404
|
+
[0x22EEA9C],
|
|
31405
|
+
None,
|
|
31406
|
+
"VISIBLE_TRAP_FAIL_CHANCE",
|
|
31407
|
+
"Chance of visible traps failing to work (0%)",
|
|
31408
|
+
"struct data_processing_instruction",
|
|
31409
|
+
)
|
|
31410
|
+
|
|
31411
|
+
HIDDEN_TRAP_FAIL_CHANCE = Symbol(
|
|
31412
|
+
[0x11F30],
|
|
31413
|
+
[0x22EEAB0],
|
|
31414
|
+
None,
|
|
31415
|
+
"HIDDEN_TRAP_FAIL_CHANCE",
|
|
31416
|
+
"Chance of hidden traps failing to work (15%)",
|
|
31417
|
+
"struct data_processing_instruction",
|
|
31418
|
+
)
|
|
31419
|
+
|
|
31384
31420
|
NECTAR_IQ_BOOST = Symbol(
|
|
31385
31421
|
[0x40264],
|
|
31386
31422
|
[0x231CDE4],
|
pmdsky_debug_py/eu_itcm.py
CHANGED
|
@@ -16870,7 +16870,7 @@ class EuItcmOverlay10Data:
|
|
|
16870
16870
|
None,
|
|
16871
16871
|
None,
|
|
16872
16872
|
"ROCK_SLIDE_CRINGE_CHANCE",
|
|
16873
|
-
"The chance of Rock Slide (and others, see DoMoveDamageCringe30) inflicting the cringe status, as a percentage (30%)",
|
|
16873
|
+
"The chance of Rock Slide (and others, see DoMoveDamageCringe30) inflicting the cringe status, as a percentage (30%).",
|
|
16874
16874
|
"int16_t",
|
|
16875
16875
|
)
|
|
16876
16876
|
|
|
@@ -16883,6 +16883,15 @@ class EuItcmOverlay10Data:
|
|
|
16883
16883
|
"int16_t",
|
|
16884
16884
|
)
|
|
16885
16885
|
|
|
16886
|
+
TRAP_BUSTER_ACTIVATION_CHANCE = Symbol(
|
|
16887
|
+
None,
|
|
16888
|
+
None,
|
|
16889
|
+
None,
|
|
16890
|
+
"TRAP_BUSTER_ACTIVATION_CHANCE",
|
|
16891
|
+
"The chance of Trap Buster activating (30%).",
|
|
16892
|
+
"int16_t",
|
|
16893
|
+
)
|
|
16894
|
+
|
|
16886
16895
|
FOREWARN_FORCED_MISS_CHANCE = Symbol(
|
|
16887
16896
|
None,
|
|
16888
16897
|
None,
|
|
@@ -30379,6 +30388,15 @@ class EuItcmOverlay29Data:
|
|
|
30379
30388
|
"uint16_t",
|
|
30380
30389
|
)
|
|
30381
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
|
+
|
|
30382
30400
|
DAMAGE_MULTIPLIER_0_5 = Symbol(
|
|
30383
30401
|
None,
|
|
30384
30402
|
None,
|
|
@@ -30703,6 +30721,24 @@ class EuItcmOverlay29Data:
|
|
|
30703
30721
|
"struct dungeon_fades*",
|
|
30704
30722
|
)
|
|
30705
30723
|
|
|
30724
|
+
VISIBLE_TRAP_FAIL_CHANCE = Symbol(
|
|
30725
|
+
None,
|
|
30726
|
+
None,
|
|
30727
|
+
None,
|
|
30728
|
+
"VISIBLE_TRAP_FAIL_CHANCE",
|
|
30729
|
+
"Chance of visible traps failing to work (0%)",
|
|
30730
|
+
"struct data_processing_instruction",
|
|
30731
|
+
)
|
|
30732
|
+
|
|
30733
|
+
HIDDEN_TRAP_FAIL_CHANCE = Symbol(
|
|
30734
|
+
None,
|
|
30735
|
+
None,
|
|
30736
|
+
None,
|
|
30737
|
+
"HIDDEN_TRAP_FAIL_CHANCE",
|
|
30738
|
+
"Chance of hidden traps failing to work (15%)",
|
|
30739
|
+
"struct data_processing_instruction",
|
|
30740
|
+
)
|
|
30741
|
+
|
|
30706
30742
|
NECTAR_IQ_BOOST = Symbol(
|
|
30707
30743
|
None,
|
|
30708
30744
|
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",
|
|
@@ -17116,7 +17116,7 @@ class JpOverlay10Data:
|
|
|
17116
17116
|
[0x22C5B34],
|
|
17117
17117
|
0x2,
|
|
17118
17118
|
"ROCK_SLIDE_CRINGE_CHANCE",
|
|
17119
|
-
"The chance of Rock Slide (and others, see DoMoveDamageCringe30) inflicting the cringe status, as a percentage (30%)",
|
|
17119
|
+
"The chance of Rock Slide (and others, see DoMoveDamageCringe30) inflicting the cringe status, as a percentage (30%).",
|
|
17120
17120
|
"int16_t",
|
|
17121
17121
|
)
|
|
17122
17122
|
|
|
@@ -17129,6 +17129,15 @@ class JpOverlay10Data:
|
|
|
17129
17129
|
"int16_t",
|
|
17130
17130
|
)
|
|
17131
17131
|
|
|
17132
|
+
TRAP_BUSTER_ACTIVATION_CHANCE = Symbol(
|
|
17133
|
+
[0x7924],
|
|
17134
|
+
[0x22C5B44],
|
|
17135
|
+
0x2,
|
|
17136
|
+
"TRAP_BUSTER_ACTIVATION_CHANCE",
|
|
17137
|
+
"The chance of Trap Buster activating (30%).",
|
|
17138
|
+
"int16_t",
|
|
17139
|
+
)
|
|
17140
|
+
|
|
17132
17141
|
FOREWARN_FORCED_MISS_CHANCE = Symbol(
|
|
17133
17142
|
[0x7930],
|
|
17134
17143
|
[0x22C5B50],
|
|
@@ -24809,8 +24818,8 @@ class JpOverlay29Functions:
|
|
|
24809
24818
|
)
|
|
24810
24819
|
|
|
24811
24820
|
GetPlayerGender = Symbol(
|
|
24812
|
-
|
|
24813
|
-
|
|
24821
|
+
[0x17FF0],
|
|
24822
|
+
[0x22F58D0],
|
|
24814
24823
|
None,
|
|
24815
24824
|
"GetPlayerGender",
|
|
24816
24825
|
"Gets the gender of the player.\n\nreturn: monster_gender",
|
|
@@ -29805,8 +29814,8 @@ class JpOverlay29Functions:
|
|
|
29805
29814
|
)
|
|
29806
29815
|
|
|
29807
29816
|
FillMissionDestinationInfo = Symbol(
|
|
29808
|
-
|
|
29809
|
-
|
|
29817
|
+
[0x6BF48],
|
|
29818
|
+
[0x2349828],
|
|
29810
29819
|
None,
|
|
29811
29820
|
"FillMissionDestinationInfo",
|
|
29812
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.",
|
|
@@ -30950,6 +30959,15 @@ class JpOverlay29Data:
|
|
|
30950
30959
|
"uint16_t",
|
|
30951
30960
|
)
|
|
30952
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
|
+
|
|
30953
30971
|
DAMAGE_MULTIPLIER_0_5 = Symbol(
|
|
30954
30972
|
[0x761DC],
|
|
30955
30973
|
[0x2353ABC],
|
|
@@ -31274,6 +31292,24 @@ class JpOverlay29Data:
|
|
|
31274
31292
|
"struct dungeon_fades*",
|
|
31275
31293
|
)
|
|
31276
31294
|
|
|
31295
|
+
VISIBLE_TRAP_FAIL_CHANCE = Symbol(
|
|
31296
|
+
[0x11E70],
|
|
31297
|
+
[0x22EF750],
|
|
31298
|
+
None,
|
|
31299
|
+
"VISIBLE_TRAP_FAIL_CHANCE",
|
|
31300
|
+
"Chance of visible traps failing to work (0%)",
|
|
31301
|
+
"struct data_processing_instruction",
|
|
31302
|
+
)
|
|
31303
|
+
|
|
31304
|
+
HIDDEN_TRAP_FAIL_CHANCE = Symbol(
|
|
31305
|
+
[0x11E84],
|
|
31306
|
+
[0x22EF764],
|
|
31307
|
+
None,
|
|
31308
|
+
"HIDDEN_TRAP_FAIL_CHANCE",
|
|
31309
|
+
"Chance of hidden traps failing to work (15%)",
|
|
31310
|
+
"struct data_processing_instruction",
|
|
31311
|
+
)
|
|
31312
|
+
|
|
31277
31313
|
NECTAR_IQ_BOOST = Symbol(
|
|
31278
31314
|
[0x3FF70],
|
|
31279
31315
|
[0x231D850],
|
pmdsky_debug_py/jp_itcm.py
CHANGED
|
@@ -16870,7 +16870,7 @@ class JpItcmOverlay10Data:
|
|
|
16870
16870
|
None,
|
|
16871
16871
|
None,
|
|
16872
16872
|
"ROCK_SLIDE_CRINGE_CHANCE",
|
|
16873
|
-
"The chance of Rock Slide (and others, see DoMoveDamageCringe30) inflicting the cringe status, as a percentage (30%)",
|
|
16873
|
+
"The chance of Rock Slide (and others, see DoMoveDamageCringe30) inflicting the cringe status, as a percentage (30%).",
|
|
16874
16874
|
"int16_t",
|
|
16875
16875
|
)
|
|
16876
16876
|
|
|
@@ -16883,6 +16883,15 @@ class JpItcmOverlay10Data:
|
|
|
16883
16883
|
"int16_t",
|
|
16884
16884
|
)
|
|
16885
16885
|
|
|
16886
|
+
TRAP_BUSTER_ACTIVATION_CHANCE = Symbol(
|
|
16887
|
+
None,
|
|
16888
|
+
None,
|
|
16889
|
+
None,
|
|
16890
|
+
"TRAP_BUSTER_ACTIVATION_CHANCE",
|
|
16891
|
+
"The chance of Trap Buster activating (30%).",
|
|
16892
|
+
"int16_t",
|
|
16893
|
+
)
|
|
16894
|
+
|
|
16886
16895
|
FOREWARN_FORCED_MISS_CHANCE = Symbol(
|
|
16887
16896
|
None,
|
|
16888
16897
|
None,
|
|
@@ -30379,6 +30388,15 @@ class JpItcmOverlay29Data:
|
|
|
30379
30388
|
"uint16_t",
|
|
30380
30389
|
)
|
|
30381
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
|
+
|
|
30382
30400
|
DAMAGE_MULTIPLIER_0_5 = Symbol(
|
|
30383
30401
|
None,
|
|
30384
30402
|
None,
|
|
@@ -30703,6 +30721,24 @@ class JpItcmOverlay29Data:
|
|
|
30703
30721
|
"struct dungeon_fades*",
|
|
30704
30722
|
)
|
|
30705
30723
|
|
|
30724
|
+
VISIBLE_TRAP_FAIL_CHANCE = Symbol(
|
|
30725
|
+
None,
|
|
30726
|
+
None,
|
|
30727
|
+
None,
|
|
30728
|
+
"VISIBLE_TRAP_FAIL_CHANCE",
|
|
30729
|
+
"Chance of visible traps failing to work (0%)",
|
|
30730
|
+
"struct data_processing_instruction",
|
|
30731
|
+
)
|
|
30732
|
+
|
|
30733
|
+
HIDDEN_TRAP_FAIL_CHANCE = Symbol(
|
|
30734
|
+
None,
|
|
30735
|
+
None,
|
|
30736
|
+
None,
|
|
30737
|
+
"HIDDEN_TRAP_FAIL_CHANCE",
|
|
30738
|
+
"Chance of hidden traps failing to work (15%)",
|
|
30739
|
+
"struct data_processing_instruction",
|
|
30740
|
+
)
|
|
30741
|
+
|
|
30706
30742
|
NECTAR_IQ_BOOST = Symbol(
|
|
30707
30743
|
None,
|
|
30708
30744
|
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",
|
|
@@ -17121,7 +17121,7 @@ class NaOverlay10Data:
|
|
|
17121
17121
|
[0x22C444C],
|
|
17122
17122
|
0x2,
|
|
17123
17123
|
"ROCK_SLIDE_CRINGE_CHANCE",
|
|
17124
|
-
"The chance of Rock Slide (and others, see DoMoveDamageCringe30) inflicting the cringe status, as a percentage (30%)",
|
|
17124
|
+
"The chance of Rock Slide (and others, see DoMoveDamageCringe30) inflicting the cringe status, as a percentage (30%).",
|
|
17125
17125
|
"int16_t",
|
|
17126
17126
|
)
|
|
17127
17127
|
|
|
@@ -17134,6 +17134,15 @@ class NaOverlay10Data:
|
|
|
17134
17134
|
"int16_t",
|
|
17135
17135
|
)
|
|
17136
17136
|
|
|
17137
|
+
TRAP_BUSTER_ACTIVATION_CHANCE = Symbol(
|
|
17138
|
+
[0x79DC],
|
|
17139
|
+
[0x22C445C],
|
|
17140
|
+
0x2,
|
|
17141
|
+
"TRAP_BUSTER_ACTIVATION_CHANCE",
|
|
17142
|
+
"The chance of Trap Buster activating (30%).",
|
|
17143
|
+
"int16_t",
|
|
17144
|
+
)
|
|
17145
|
+
|
|
17137
17146
|
FOREWARN_FORCED_MISS_CHANCE = Symbol(
|
|
17138
17147
|
[0x79E8],
|
|
17139
17148
|
[0x22C4468],
|
|
@@ -24816,8 +24825,8 @@ class NaOverlay29Functions:
|
|
|
24816
24825
|
)
|
|
24817
24826
|
|
|
24818
24827
|
GetPlayerGender = Symbol(
|
|
24819
|
-
|
|
24820
|
-
|
|
24828
|
+
[0x18098],
|
|
24829
|
+
[0x22F42D8],
|
|
24821
24830
|
None,
|
|
24822
24831
|
"GetPlayerGender",
|
|
24823
24832
|
"Gets the gender of the player.\n\nreturn: monster_gender",
|
|
@@ -29812,8 +29821,8 @@ class NaOverlay29Functions:
|
|
|
29812
29821
|
)
|
|
29813
29822
|
|
|
29814
29823
|
FillMissionDestinationInfo = Symbol(
|
|
29815
|
-
|
|
29816
|
-
|
|
29824
|
+
[0x6C260],
|
|
29825
|
+
[0x23484A0],
|
|
29817
29826
|
None,
|
|
29818
29827
|
"FillMissionDestinationInfo",
|
|
29819
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.",
|
|
@@ -30055,8 +30064,8 @@ class NaOverlay29Functions:
|
|
|
30055
30064
|
)
|
|
30056
30065
|
|
|
30057
30066
|
GetMissionIfActiveOnFloor = Symbol(
|
|
30058
|
-
|
|
30059
|
-
|
|
30067
|
+
[0x6D550],
|
|
30068
|
+
[0x2349790],
|
|
30060
30069
|
None,
|
|
30061
30070
|
"GetMissionIfActiveOnFloor",
|
|
30062
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",
|
|
@@ -31055,6 +31064,15 @@ class NaOverlay29Data:
|
|
|
31055
31064
|
"uint16_t",
|
|
31056
31065
|
)
|
|
31057
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
|
+
|
|
31058
31076
|
DAMAGE_MULTIPLIER_0_5 = Symbol(
|
|
31059
31077
|
[0x765FC],
|
|
31060
31078
|
[0x235283C],
|
|
@@ -31379,6 +31397,24 @@ class NaOverlay29Data:
|
|
|
31379
31397
|
"struct dungeon_fades*",
|
|
31380
31398
|
)
|
|
31381
31399
|
|
|
31400
|
+
VISIBLE_TRAP_FAIL_CHANCE = Symbol(
|
|
31401
|
+
[0x11EAC],
|
|
31402
|
+
[0x22EE0EC],
|
|
31403
|
+
None,
|
|
31404
|
+
"VISIBLE_TRAP_FAIL_CHANCE",
|
|
31405
|
+
"Chance of visible traps failing to work (0%)",
|
|
31406
|
+
"struct data_processing_instruction",
|
|
31407
|
+
)
|
|
31408
|
+
|
|
31409
|
+
HIDDEN_TRAP_FAIL_CHANCE = Symbol(
|
|
31410
|
+
[0x11EC0],
|
|
31411
|
+
[0x22EE100],
|
|
31412
|
+
None,
|
|
31413
|
+
"HIDDEN_TRAP_FAIL_CHANCE",
|
|
31414
|
+
"Chance of hidden traps failing to work (15%)",
|
|
31415
|
+
"struct data_processing_instruction",
|
|
31416
|
+
)
|
|
31417
|
+
|
|
31382
31418
|
NECTAR_IQ_BOOST = Symbol(
|
|
31383
31419
|
[0x40144],
|
|
31384
31420
|
[0x231C384],
|
pmdsky_debug_py/na_itcm.py
CHANGED
|
@@ -16870,7 +16870,7 @@ class NaItcmOverlay10Data:
|
|
|
16870
16870
|
None,
|
|
16871
16871
|
None,
|
|
16872
16872
|
"ROCK_SLIDE_CRINGE_CHANCE",
|
|
16873
|
-
"The chance of Rock Slide (and others, see DoMoveDamageCringe30) inflicting the cringe status, as a percentage (30%)",
|
|
16873
|
+
"The chance of Rock Slide (and others, see DoMoveDamageCringe30) inflicting the cringe status, as a percentage (30%).",
|
|
16874
16874
|
"int16_t",
|
|
16875
16875
|
)
|
|
16876
16876
|
|
|
@@ -16883,6 +16883,15 @@ class NaItcmOverlay10Data:
|
|
|
16883
16883
|
"int16_t",
|
|
16884
16884
|
)
|
|
16885
16885
|
|
|
16886
|
+
TRAP_BUSTER_ACTIVATION_CHANCE = Symbol(
|
|
16887
|
+
None,
|
|
16888
|
+
None,
|
|
16889
|
+
None,
|
|
16890
|
+
"TRAP_BUSTER_ACTIVATION_CHANCE",
|
|
16891
|
+
"The chance of Trap Buster activating (30%).",
|
|
16892
|
+
"int16_t",
|
|
16893
|
+
)
|
|
16894
|
+
|
|
16886
16895
|
FOREWARN_FORCED_MISS_CHANCE = Symbol(
|
|
16887
16896
|
None,
|
|
16888
16897
|
None,
|
|
@@ -30379,6 +30388,15 @@ class NaItcmOverlay29Data:
|
|
|
30379
30388
|
"uint16_t",
|
|
30380
30389
|
)
|
|
30381
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
|
+
|
|
30382
30400
|
DAMAGE_MULTIPLIER_0_5 = Symbol(
|
|
30383
30401
|
None,
|
|
30384
30402
|
None,
|
|
@@ -30703,6 +30721,24 @@ class NaItcmOverlay29Data:
|
|
|
30703
30721
|
"struct dungeon_fades*",
|
|
30704
30722
|
)
|
|
30705
30723
|
|
|
30724
|
+
VISIBLE_TRAP_FAIL_CHANCE = Symbol(
|
|
30725
|
+
None,
|
|
30726
|
+
None,
|
|
30727
|
+
None,
|
|
30728
|
+
"VISIBLE_TRAP_FAIL_CHANCE",
|
|
30729
|
+
"Chance of visible traps failing to work (0%)",
|
|
30730
|
+
"struct data_processing_instruction",
|
|
30731
|
+
)
|
|
30732
|
+
|
|
30733
|
+
HIDDEN_TRAP_FAIL_CHANCE = Symbol(
|
|
30734
|
+
None,
|
|
30735
|
+
None,
|
|
30736
|
+
None,
|
|
30737
|
+
"HIDDEN_TRAP_FAIL_CHANCE",
|
|
30738
|
+
"Chance of hidden traps failing to work (15%)",
|
|
30739
|
+
"struct data_processing_instruction",
|
|
30740
|
+
)
|
|
30741
|
+
|
|
30706
30742
|
NECTAR_IQ_BOOST = Symbol(
|
|
30707
30743
|
None,
|
|
30708
30744
|
None,
|
pmdsky_debug_py/protocol.py
CHANGED
|
@@ -10552,6 +10552,11 @@ class Overlay10DataProtocol(Protocol):
|
|
|
10552
10552
|
Optional[int],
|
|
10553
10553
|
]
|
|
10554
10554
|
|
|
10555
|
+
TRAP_BUSTER_ACTIVATION_CHANCE: Symbol[
|
|
10556
|
+
Optional[list[int]],
|
|
10557
|
+
Optional[int],
|
|
10558
|
+
]
|
|
10559
|
+
|
|
10555
10560
|
FOREWARN_FORCED_MISS_CHANCE: Symbol[
|
|
10556
10561
|
Optional[list[int]],
|
|
10557
10562
|
Optional[int],
|
|
@@ -18318,6 +18323,11 @@ class Overlay29DataProtocol(Protocol):
|
|
|
18318
18323
|
Optional[int],
|
|
18319
18324
|
]
|
|
18320
18325
|
|
|
18326
|
+
MONSTER_TREATMENT_DATA: Symbol[
|
|
18327
|
+
Optional[list[int]],
|
|
18328
|
+
Optional[int],
|
|
18329
|
+
]
|
|
18330
|
+
|
|
18321
18331
|
DAMAGE_MULTIPLIER_0_5: Symbol[
|
|
18322
18332
|
Optional[list[int]],
|
|
18323
18333
|
Optional[int],
|
|
@@ -18498,6 +18508,16 @@ class Overlay29DataProtocol(Protocol):
|
|
|
18498
18508
|
Optional[int],
|
|
18499
18509
|
]
|
|
18500
18510
|
|
|
18511
|
+
VISIBLE_TRAP_FAIL_CHANCE: Symbol[
|
|
18512
|
+
Optional[list[int]],
|
|
18513
|
+
None,
|
|
18514
|
+
]
|
|
18515
|
+
|
|
18516
|
+
HIDDEN_TRAP_FAIL_CHANCE: Symbol[
|
|
18517
|
+
Optional[list[int]],
|
|
18518
|
+
None,
|
|
18519
|
+
]
|
|
18520
|
+
|
|
18501
18521
|
NECTAR_IQ_BOOST: Symbol[
|
|
18502
18522
|
Optional[list[int]],
|
|
18503
18523
|
None,
|
|
@@ -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=ENWcKuMfBzOmBPR1LOBGcE6UnOYtWIBEUqUFTWj_qlA,31
|
|
3
|
-
pmdsky_debug_py/eu.py,sha256=Xj5XwmLYG0WkZp0CeFGVBDOlUmxVo1ZokcoOBb8PemM,1156653
|
|
4
|
-
pmdsky_debug_py/eu_itcm.py,sha256=O_SUcJbdD4_KHWfrofljz64zSlRF96TJ6NQTBsDYiSQ,1104871
|
|
5
|
-
pmdsky_debug_py/jp.py,sha256=qPRt_2AtRMFmtFBc_60UM77V99Ke8YFYOMGkOJn2O-Q,1153312
|
|
6
|
-
pmdsky_debug_py/jp_itcm.py,sha256=rNtjJ9NgCUNB5MVn-FYR0arSDDy23zVRhMHE7ThJu9Q,1104861
|
|
7
|
-
pmdsky_debug_py/na.py,sha256=YdP9WMySWm2HywdS2VLMu4B4OkXo5906luH8-Qb_Q9I,1157539
|
|
8
|
-
pmdsky_debug_py/na_itcm.py,sha256=7jUpXKWSkhBB_pvbWnAjh8TxZ5Qq2Xxxixqkaa7Shdw,1104871
|
|
9
|
-
pmdsky_debug_py/protocol.py,sha256=TzGD23orfxOUZFQtlXijVzm6Kgttud88TpbF7mNtjao,339474
|
|
10
|
-
pmdsky_debug_py/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
-
pmdsky_debug_py-10.1.1.dist-info/METADATA,sha256=kQMFKaM7Hcw7kXoYsBeTsSPQ8ZRCmShSzS6DjHVt5-M,1375
|
|
12
|
-
pmdsky_debug_py-10.1.1.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
13
|
-
pmdsky_debug_py-10.1.1.dist-info/top_level.txt,sha256=cqvpcJbud2s8IyBAc1MfCySwniko_6qO5LWSSxNIoXI,16
|
|
14
|
-
pmdsky_debug_py-10.1.1.dist-info/RECORD,,
|
|
File without changes
|