pmdsky-debug-py 10.1.8__py3-none-any.whl → 10.1.10__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.1+d1491d8e4f"
1
+ RELEASE = "v0.10.1+cf4a11112c"
pmdsky_debug_py/eu.py CHANGED
@@ -8512,6 +8512,15 @@ class EuArm9Functions:
8512
8512
  None,
8513
8513
  )
8514
8514
 
8515
+ RevertGiratinaAndShaymin = Symbol(
8516
+ [0x589F0],
8517
+ [0x20589F0],
8518
+ None,
8519
+ "RevertGiratinaAndShaymin",
8520
+ "Reverts Giratina and Shaymin party members to their standard forms.\n\nr0: team member index in party\nr1: ?",
8521
+ None,
8522
+ )
8523
+
8515
8524
  GetIqSkillStringId = Symbol(
8516
8525
  [0x58F98],
8517
8526
  [0x2058F98],
@@ -8998,6 +9007,15 @@ class EuArm9Functions:
8998
9007
  None,
8999
9008
  )
9000
9009
 
9010
+ IsMonsterIllegalForMissions = Symbol(
9011
+ [0x62EE0],
9012
+ [0x2062EE0],
9013
+ None,
9014
+ "IsMonsterIllegalForMissions",
9015
+ "Checks if the monster index is illegal to be used for any mission.\n\nIllegal indexes include Shaymin-Sky, Giratina-Origin, Purple Kecleon, Shiny Celebi, Primal Dialga, and all the unused Arceus forms.\n\nr0: Monster ID\nreturn: True if the specified monster is illegal for missions",
9016
+ None,
9017
+ )
9018
+
9001
9019
  CanDungeonBeUsedForMission = Symbol(
9002
9020
  [0x62F34],
9003
9021
  [0x2062F34],
@@ -10997,6 +11015,15 @@ class EuArm9Data:
10997
11015
  "void*[26]",
10998
11016
  )
10999
11017
 
11018
+ MONSTER_DATA_TABLE_PTR = Symbol(
11019
+ [0xB12D0],
11020
+ [0x20B12D0],
11021
+ None,
11022
+ "MONSTER_DATA_TABLE_PTR",
11023
+ "[Runtime] Points to data about monster species.",
11024
+ "undefined*",
11025
+ )
11026
+
11000
11027
  UNOWN_SPECIES_ADDITIONAL_CHAR_PTR_TABLE = Symbol(
11001
11028
  [0xB131C],
11002
11029
  [0x20B131C],
@@ -16634,7 +16661,14 @@ class EuMove_effectsSection:
16634
16661
 
16635
16662
  class EuOverlay0Functions:
16636
16663
 
16637
- pass
16664
+ SelectRandomBackground = Symbol(
16665
+ [0x1D6C],
16666
+ [0x22BF12C],
16667
+ None,
16668
+ "SelectRandomBackground",
16669
+ "Selects a random background from the BACK/s09p04-10a.bgp files to be used as the background for the top menu.\n \nNo params.",
16670
+ None,
16671
+ )
16638
16672
 
16639
16673
 
16640
16674
  class EuOverlay0Data:
@@ -23980,6 +24014,24 @@ class EuOverlay29Functions:
23980
24014
  None,
23981
24015
  )
23982
24016
 
24017
+ PlayQuestionMarkEffect = Symbol(
24018
+ [0x7C08],
24019
+ [0x22E4788],
24020
+ None,
24021
+ "PlayQuestionMarkEffect",
24022
+ "Plays the question mark effect (id = 0x144) on an entity.\n\nr0: entity pointer",
24023
+ None,
24024
+ )
24025
+
24026
+ PlayExclamationPointEffect = Symbol(
24027
+ [0x7C54, 0x7D00, 0x91CC],
24028
+ [0x22E47D4, 0x22E4880, 0x22E5D4C],
24029
+ None,
24030
+ "PlayExclamationPointEffect",
24031
+ "Plays the exclamation point effect (id = 0x143) on an entity.\n\nr0: entity pointer",
24032
+ None,
24033
+ )
24034
+
23983
24035
  PlayEffectAnimation0x171Full = Symbol(
23984
24036
  [0x7E48],
23985
24037
  [0x22E49C8],
@@ -23998,6 +24050,15 @@ class EuOverlay29Functions:
23998
24050
  None,
23999
24051
  )
24000
24052
 
24053
+ PlayEffectAnimationEntityStandard = Symbol(
24054
+ [0x8118],
24055
+ [0x22E4C98],
24056
+ None,
24057
+ "PlayEffectAnimationEntityStandard",
24058
+ "Calls PlayEffectAnimationEntity with standard parameters used in various functions throughout the game.\n\nr0: entity pointer\nr1: effect id",
24059
+ None,
24060
+ )
24061
+
24001
24062
  ShowPpRestoreEffect = Symbol(
24002
24063
  [0x8794],
24003
24064
  [0x22E5314],
@@ -31093,6 +31154,15 @@ class EuOverlay29Data:
31093
31154
  "struct status_icon_flags[18]",
31094
31155
  )
31095
31156
 
31157
+ POSITION_DISPLACEMENT_TO_DIRECTION = Symbol(
31158
+ [0x75690],
31159
+ [0x2352210],
31160
+ 0x24,
31161
+ "POSITION_DISPLACEMENT_TO_DIRECTION",
31162
+ "An array mapping position displacements (y, then x) to directions. Used by GetDirectionTowardsPosition.\n\nGiven two positions, displacements are either 0, 1, or 2 depending on whether the second position's x/y coordinate is less than, equal, or greater\nthan the first position's corresponding coordinates. For example, POSITION_DISPLACEMENT_TO_DIRECTION[0][2] (DIR_UP_RIGHT)\nindicates that the second y coordinate is less than the first, and the second x coordinate is greater than the first.",
31163
+ "enum direction_id[3][3]",
31164
+ )
31165
+
31096
31166
  DIRECTIONS_XY = Symbol(
31097
31167
  [0x757A8],
31098
31168
  [0x2352328],
@@ -8466,6 +8466,15 @@ class EuItcmArm9Functions:
8466
8466
  None,
8467
8467
  )
8468
8468
 
8469
+ RevertGiratinaAndShaymin = Symbol(
8470
+ None,
8471
+ None,
8472
+ None,
8473
+ "RevertGiratinaAndShaymin",
8474
+ "Reverts Giratina and Shaymin party members to their standard forms.\n\nr0: team member index in party\nr1: ?",
8475
+ None,
8476
+ )
8477
+
8469
8478
  GetIqSkillStringId = Symbol(
8470
8479
  None,
8471
8480
  None,
@@ -8952,6 +8961,15 @@ class EuItcmArm9Functions:
8952
8961
  None,
8953
8962
  )
8954
8963
 
8964
+ IsMonsterIllegalForMissions = Symbol(
8965
+ None,
8966
+ None,
8967
+ None,
8968
+ "IsMonsterIllegalForMissions",
8969
+ "Checks if the monster index is illegal to be used for any mission.\n\nIllegal indexes include Shaymin-Sky, Giratina-Origin, Purple Kecleon, Shiny Celebi, Primal Dialga, and all the unused Arceus forms.\n\nr0: Monster ID\nreturn: True if the specified monster is illegal for missions",
8970
+ None,
8971
+ )
8972
+
8955
8973
  CanDungeonBeUsedForMission = Symbol(
8956
8974
  None,
8957
8975
  None,
@@ -10931,6 +10949,15 @@ class EuItcmArm9Data:
10931
10949
  "void*[26]",
10932
10950
  )
10933
10951
 
10952
+ MONSTER_DATA_TABLE_PTR = Symbol(
10953
+ None,
10954
+ None,
10955
+ None,
10956
+ "MONSTER_DATA_TABLE_PTR",
10957
+ "[Runtime] Points to data about monster species.",
10958
+ "undefined*",
10959
+ )
10960
+
10934
10961
  UNOWN_SPECIES_ADDITIONAL_CHAR_PTR_TABLE = Symbol(
10935
10962
  None,
10936
10963
  None,
@@ -16393,7 +16420,14 @@ class EuItcmMove_effectsSection:
16393
16420
 
16394
16421
  class EuItcmOverlay0Functions:
16395
16422
 
16396
- pass
16423
+ SelectRandomBackground = Symbol(
16424
+ None,
16425
+ None,
16426
+ None,
16427
+ "SelectRandomBackground",
16428
+ "Selects a random background from the BACK/s09p04-10a.bgp files to be used as the background for the top menu.\n \nNo params.",
16429
+ None,
16430
+ )
16397
16431
 
16398
16432
 
16399
16433
  class EuItcmOverlay0Data:
@@ -23451,6 +23485,24 @@ class EuItcmOverlay29Functions:
23451
23485
  None,
23452
23486
  )
23453
23487
 
23488
+ PlayQuestionMarkEffect = Symbol(
23489
+ None,
23490
+ None,
23491
+ None,
23492
+ "PlayQuestionMarkEffect",
23493
+ "Plays the question mark effect (id = 0x144) on an entity.\n\nr0: entity pointer",
23494
+ None,
23495
+ )
23496
+
23497
+ PlayExclamationPointEffect = Symbol(
23498
+ None,
23499
+ None,
23500
+ None,
23501
+ "PlayExclamationPointEffect",
23502
+ "Plays the exclamation point effect (id = 0x143) on an entity.\n\nr0: entity pointer",
23503
+ None,
23504
+ )
23505
+
23454
23506
  PlayEffectAnimation0x171Full = Symbol(
23455
23507
  None,
23456
23508
  None,
@@ -23469,6 +23521,15 @@ class EuItcmOverlay29Functions:
23469
23521
  None,
23470
23522
  )
23471
23523
 
23524
+ PlayEffectAnimationEntityStandard = Symbol(
23525
+ None,
23526
+ None,
23527
+ None,
23528
+ "PlayEffectAnimationEntityStandard",
23529
+ "Calls PlayEffectAnimationEntity with standard parameters used in various functions throughout the game.\n\nr0: entity pointer\nr1: effect id",
23530
+ None,
23531
+ )
23532
+
23472
23533
  ShowPpRestoreEffect = Symbol(
23473
23534
  None,
23474
23535
  None,
@@ -30415,6 +30476,15 @@ class EuItcmOverlay29Data:
30415
30476
  "struct status_icon_flags[18]",
30416
30477
  )
30417
30478
 
30479
+ POSITION_DISPLACEMENT_TO_DIRECTION = Symbol(
30480
+ None,
30481
+ None,
30482
+ None,
30483
+ "POSITION_DISPLACEMENT_TO_DIRECTION",
30484
+ "An array mapping position displacements (y, then x) to directions. Used by GetDirectionTowardsPosition.\n\nGiven two positions, displacements are either 0, 1, or 2 depending on whether the second position's x/y coordinate is less than, equal, or greater\nthan the first position's corresponding coordinates. For example, POSITION_DISPLACEMENT_TO_DIRECTION[0][2] (DIR_UP_RIGHT)\nindicates that the second y coordinate is less than the first, and the second x coordinate is greater than the first.",
30485
+ "enum direction_id[3][3]",
30486
+ )
30487
+
30418
30488
  DIRECTIONS_XY = Symbol(
30419
30489
  None,
30420
30490
  None,
pmdsky_debug_py/jp.py CHANGED
@@ -8512,6 +8512,15 @@ class JpArm9Functions:
8512
8512
  None,
8513
8513
  )
8514
8514
 
8515
+ RevertGiratinaAndShaymin = Symbol(
8516
+ [0x58974],
8517
+ [0x2058974],
8518
+ None,
8519
+ "RevertGiratinaAndShaymin",
8520
+ "Reverts Giratina and Shaymin party members to their standard forms.\n\nr0: team member index in party\nr1: ?",
8521
+ None,
8522
+ )
8523
+
8515
8524
  GetIqSkillStringId = Symbol(
8516
8525
  [0x58F18],
8517
8526
  [0x2058F18],
@@ -8998,6 +9007,15 @@ class JpArm9Functions:
8998
9007
  None,
8999
9008
  )
9000
9009
 
9010
+ IsMonsterIllegalForMissions = Symbol(
9011
+ [0x62E4C],
9012
+ [0x2062E4C],
9013
+ None,
9014
+ "IsMonsterIllegalForMissions",
9015
+ "Checks if the monster index is illegal to be used for any mission.\n\nIllegal indexes include Shaymin-Sky, Giratina-Origin, Purple Kecleon, Shiny Celebi, Primal Dialga, and all the unused Arceus forms.\n\nr0: Monster ID\nreturn: True if the specified monster is illegal for missions",
9016
+ None,
9017
+ )
9018
+
9001
9019
  CanDungeonBeUsedForMission = Symbol(
9002
9020
  [0x62EA0],
9003
9021
  [0x2062EA0],
@@ -10992,6 +11010,15 @@ class JpArm9Data:
10992
11010
  "void*[26]",
10993
11011
  )
10994
11012
 
11013
+ MONSTER_DATA_TABLE_PTR = Symbol(
11014
+ [0xB2228],
11015
+ [0x20B2228],
11016
+ None,
11017
+ "MONSTER_DATA_TABLE_PTR",
11018
+ "[Runtime] Points to data about monster species.",
11019
+ "undefined*",
11020
+ )
11021
+
10995
11022
  UNOWN_SPECIES_ADDITIONAL_CHAR_PTR_TABLE = Symbol(
10996
11023
  [0xB224C],
10997
11024
  [0x20B224C],
@@ -16629,7 +16656,14 @@ class JpMove_effectsSection:
16629
16656
 
16630
16657
  class JpOverlay0Functions:
16631
16658
 
16632
- pass
16659
+ SelectRandomBackground = Symbol(
16660
+ [0x1EA4],
16661
+ [0x22C00C4],
16662
+ None,
16663
+ "SelectRandomBackground",
16664
+ "Selects a random background from the BACK/s09p04-10a.bgp files to be used as the background for the top menu.\n \nNo params.",
16665
+ None,
16666
+ )
16633
16667
 
16634
16668
 
16635
16669
  class JpOverlay0Data:
@@ -23971,6 +24005,24 @@ class JpOverlay29Functions:
23971
24005
  None,
23972
24006
  )
23973
24007
 
24008
+ PlayQuestionMarkEffect = Symbol(
24009
+ [0x7B68],
24010
+ [0x22E5448],
24011
+ None,
24012
+ "PlayQuestionMarkEffect",
24013
+ "Plays the question mark effect (id = 0x144) on an entity.\n\nr0: entity pointer",
24014
+ None,
24015
+ )
24016
+
24017
+ PlayExclamationPointEffect = Symbol(
24018
+ [0x7BB4, 0x7C60, 0x912C],
24019
+ [0x22E5494, 0x22E5540, 0x22E6A0C],
24020
+ None,
24021
+ "PlayExclamationPointEffect",
24022
+ "Plays the exclamation point effect (id = 0x143) on an entity.\n\nr0: entity pointer",
24023
+ None,
24024
+ )
24025
+
23974
24026
  PlayEffectAnimation0x171Full = Symbol(
23975
24027
  [0x7DA8],
23976
24028
  [0x22E5688],
@@ -23989,6 +24041,15 @@ class JpOverlay29Functions:
23989
24041
  None,
23990
24042
  )
23991
24043
 
24044
+ PlayEffectAnimationEntityStandard = Symbol(
24045
+ [0x8078],
24046
+ [0x22E5958],
24047
+ None,
24048
+ "PlayEffectAnimationEntityStandard",
24049
+ "Calls PlayEffectAnimationEntity with standard parameters used in various functions throughout the game.\n\nr0: entity pointer\nr1: effect id",
24050
+ None,
24051
+ )
24052
+
23992
24053
  ShowPpRestoreEffect = Symbol(
23993
24054
  [0x86F4],
23994
24055
  [0x22E5FD4],
@@ -30986,6 +31047,15 @@ class JpOverlay29Data:
30986
31047
  "struct status_icon_flags[18]",
30987
31048
  )
30988
31049
 
31050
+ POSITION_DISPLACEMENT_TO_DIRECTION = Symbol(
31051
+ [0x74FA4],
31052
+ [0x2352884],
31053
+ 0x24,
31054
+ "POSITION_DISPLACEMENT_TO_DIRECTION",
31055
+ "An array mapping position displacements (y, then x) to directions. Used by GetDirectionTowardsPosition.\n\nGiven two positions, displacements are either 0, 1, or 2 depending on whether the second position's x/y coordinate is less than, equal, or greater\nthan the first position's corresponding coordinates. For example, POSITION_DISPLACEMENT_TO_DIRECTION[0][2] (DIR_UP_RIGHT)\nindicates that the second y coordinate is less than the first, and the second x coordinate is greater than the first.",
31056
+ "enum direction_id[3][3]",
31057
+ )
31058
+
30989
31059
  DIRECTIONS_XY = Symbol(
30990
31060
  [0x750BC],
30991
31061
  [0x235299C],
@@ -8466,6 +8466,15 @@ class JpItcmArm9Functions:
8466
8466
  None,
8467
8467
  )
8468
8468
 
8469
+ RevertGiratinaAndShaymin = Symbol(
8470
+ None,
8471
+ None,
8472
+ None,
8473
+ "RevertGiratinaAndShaymin",
8474
+ "Reverts Giratina and Shaymin party members to their standard forms.\n\nr0: team member index in party\nr1: ?",
8475
+ None,
8476
+ )
8477
+
8469
8478
  GetIqSkillStringId = Symbol(
8470
8479
  None,
8471
8480
  None,
@@ -8952,6 +8961,15 @@ class JpItcmArm9Functions:
8952
8961
  None,
8953
8962
  )
8954
8963
 
8964
+ IsMonsterIllegalForMissions = Symbol(
8965
+ None,
8966
+ None,
8967
+ None,
8968
+ "IsMonsterIllegalForMissions",
8969
+ "Checks if the monster index is illegal to be used for any mission.\n\nIllegal indexes include Shaymin-Sky, Giratina-Origin, Purple Kecleon, Shiny Celebi, Primal Dialga, and all the unused Arceus forms.\n\nr0: Monster ID\nreturn: True if the specified monster is illegal for missions",
8970
+ None,
8971
+ )
8972
+
8955
8973
  CanDungeonBeUsedForMission = Symbol(
8956
8974
  None,
8957
8975
  None,
@@ -10931,6 +10949,15 @@ class JpItcmArm9Data:
10931
10949
  "void*[26]",
10932
10950
  )
10933
10951
 
10952
+ MONSTER_DATA_TABLE_PTR = Symbol(
10953
+ None,
10954
+ None,
10955
+ None,
10956
+ "MONSTER_DATA_TABLE_PTR",
10957
+ "[Runtime] Points to data about monster species.",
10958
+ "undefined*",
10959
+ )
10960
+
10934
10961
  UNOWN_SPECIES_ADDITIONAL_CHAR_PTR_TABLE = Symbol(
10935
10962
  None,
10936
10963
  None,
@@ -16393,7 +16420,14 @@ class JpItcmMove_effectsSection:
16393
16420
 
16394
16421
  class JpItcmOverlay0Functions:
16395
16422
 
16396
- pass
16423
+ SelectRandomBackground = Symbol(
16424
+ None,
16425
+ None,
16426
+ None,
16427
+ "SelectRandomBackground",
16428
+ "Selects a random background from the BACK/s09p04-10a.bgp files to be used as the background for the top menu.\n \nNo params.",
16429
+ None,
16430
+ )
16397
16431
 
16398
16432
 
16399
16433
  class JpItcmOverlay0Data:
@@ -23451,6 +23485,24 @@ class JpItcmOverlay29Functions:
23451
23485
  None,
23452
23486
  )
23453
23487
 
23488
+ PlayQuestionMarkEffect = Symbol(
23489
+ None,
23490
+ None,
23491
+ None,
23492
+ "PlayQuestionMarkEffect",
23493
+ "Plays the question mark effect (id = 0x144) on an entity.\n\nr0: entity pointer",
23494
+ None,
23495
+ )
23496
+
23497
+ PlayExclamationPointEffect = Symbol(
23498
+ None,
23499
+ None,
23500
+ None,
23501
+ "PlayExclamationPointEffect",
23502
+ "Plays the exclamation point effect (id = 0x143) on an entity.\n\nr0: entity pointer",
23503
+ None,
23504
+ )
23505
+
23454
23506
  PlayEffectAnimation0x171Full = Symbol(
23455
23507
  None,
23456
23508
  None,
@@ -23469,6 +23521,15 @@ class JpItcmOverlay29Functions:
23469
23521
  None,
23470
23522
  )
23471
23523
 
23524
+ PlayEffectAnimationEntityStandard = Symbol(
23525
+ None,
23526
+ None,
23527
+ None,
23528
+ "PlayEffectAnimationEntityStandard",
23529
+ "Calls PlayEffectAnimationEntity with standard parameters used in various functions throughout the game.\n\nr0: entity pointer\nr1: effect id",
23530
+ None,
23531
+ )
23532
+
23472
23533
  ShowPpRestoreEffect = Symbol(
23473
23534
  None,
23474
23535
  None,
@@ -30415,6 +30476,15 @@ class JpItcmOverlay29Data:
30415
30476
  "struct status_icon_flags[18]",
30416
30477
  )
30417
30478
 
30479
+ POSITION_DISPLACEMENT_TO_DIRECTION = Symbol(
30480
+ None,
30481
+ None,
30482
+ None,
30483
+ "POSITION_DISPLACEMENT_TO_DIRECTION",
30484
+ "An array mapping position displacements (y, then x) to directions. Used by GetDirectionTowardsPosition.\n\nGiven two positions, displacements are either 0, 1, or 2 depending on whether the second position's x/y coordinate is less than, equal, or greater\nthan the first position's corresponding coordinates. For example, POSITION_DISPLACEMENT_TO_DIRECTION[0][2] (DIR_UP_RIGHT)\nindicates that the second y coordinate is less than the first, and the second x coordinate is greater than the first.",
30485
+ "enum direction_id[3][3]",
30486
+ )
30487
+
30418
30488
  DIRECTIONS_XY = Symbol(
30419
30489
  None,
30420
30490
  None,
pmdsky_debug_py/na.py CHANGED
@@ -8512,6 +8512,15 @@ class NaArm9Functions:
8512
8512
  None,
8513
8513
  )
8514
8514
 
8515
+ RevertGiratinaAndShaymin = Symbol(
8516
+ [0x58674],
8517
+ [0x2058674],
8518
+ None,
8519
+ "RevertGiratinaAndShaymin",
8520
+ "Reverts Giratina and Shaymin party members to their standard forms.\n\nr0: team member index in party\nr1: ?",
8521
+ None,
8522
+ )
8523
+
8515
8524
  GetIqSkillStringId = Symbol(
8516
8525
  [0x58C1C],
8517
8526
  [0x2058C1C],
@@ -8998,6 +9007,15 @@ class NaArm9Functions:
8998
9007
  None,
8999
9008
  )
9000
9009
 
9010
+ IsMonsterIllegalForMissions = Symbol(
9011
+ [0x62B64],
9012
+ [0x2062B64],
9013
+ None,
9014
+ "IsMonsterIllegalForMissions",
9015
+ "Checks if the monster index is illegal to be used for any mission.\n\nIllegal indexes include Shaymin-Sky, Giratina-Origin, Purple Kecleon, Shiny Celebi, Primal Dialga, and all the unused Arceus forms.\n\nr0: Monster ID\nreturn: True if the specified monster is illegal for missions",
9016
+ None,
9017
+ )
9018
+
9001
9019
  CanDungeonBeUsedForMission = Symbol(
9002
9020
  [0x62BB8],
9003
9021
  [0x2062BB8],
@@ -10997,6 +11015,15 @@ class NaArm9Data:
10997
11015
  "void*[26]",
10998
11016
  )
10999
11017
 
11018
+ MONSTER_DATA_TABLE_PTR = Symbol(
11019
+ [0xB09B4],
11020
+ [0x20B09B4],
11021
+ None,
11022
+ "MONSTER_DATA_TABLE_PTR",
11023
+ "[Runtime] Points to data about monster species.",
11024
+ "undefined*",
11025
+ )
11026
+
11000
11027
  UNOWN_SPECIES_ADDITIONAL_CHAR_PTR_TABLE = Symbol(
11001
11028
  [0xB09D8],
11002
11029
  [0x20B09D8],
@@ -16634,7 +16661,14 @@ class NaMove_effectsSection:
16634
16661
 
16635
16662
  class NaOverlay0Functions:
16636
16663
 
16637
- pass
16664
+ SelectRandomBackground = Symbol(
16665
+ [0x1E98],
16666
+ [0x22BE918],
16667
+ None,
16668
+ "SelectRandomBackground",
16669
+ "Selects a random background from the BACK/s09p04-10a.bgp files to be used as the background for the top menu.\n \nNo params.",
16670
+ None,
16671
+ )
16638
16672
 
16639
16673
 
16640
16674
  class NaOverlay0Data:
@@ -23978,6 +24012,24 @@ class NaOverlay29Functions:
23978
24012
  None,
23979
24013
  )
23980
24014
 
24015
+ PlayQuestionMarkEffect = Symbol(
24016
+ [0x7B98],
24017
+ [0x22E3DD8],
24018
+ None,
24019
+ "PlayQuestionMarkEffect",
24020
+ "Plays the question mark effect (id = 0x144) on an entity.\n\nr0: entity pointer",
24021
+ None,
24022
+ )
24023
+
24024
+ PlayExclamationPointEffect = Symbol(
24025
+ [0x7BE4, 0x7C90, 0x915C],
24026
+ [0x22E3E24, 0x22E3ED0, 0x22E539C],
24027
+ None,
24028
+ "PlayExclamationPointEffect",
24029
+ "Plays the exclamation point effect (id = 0x143) on an entity.\n\nr0: entity pointer",
24030
+ None,
24031
+ )
24032
+
23981
24033
  PlayEffectAnimation0x171Full = Symbol(
23982
24034
  [0x7DD8],
23983
24035
  [0x22E4018],
@@ -23996,6 +24048,15 @@ class NaOverlay29Functions:
23996
24048
  None,
23997
24049
  )
23998
24050
 
24051
+ PlayEffectAnimationEntityStandard = Symbol(
24052
+ [0x80A8],
24053
+ [0x22E42E8],
24054
+ None,
24055
+ "PlayEffectAnimationEntityStandard",
24056
+ "Calls PlayEffectAnimationEntity with standard parameters used in various functions throughout the game.\n\nr0: entity pointer\nr1: effect id",
24057
+ None,
24058
+ )
24059
+
23999
24060
  ShowPpRestoreEffect = Symbol(
24000
24061
  [0x8724],
24001
24062
  [0x22E4964],
@@ -31091,6 +31152,15 @@ class NaOverlay29Data:
31091
31152
  "struct status_icon_flags[18]",
31092
31153
  )
31093
31154
 
31155
+ POSITION_DISPLACEMENT_TO_DIRECTION = Symbol(
31156
+ [0x753C4],
31157
+ [0x2351604],
31158
+ 0x24,
31159
+ "POSITION_DISPLACEMENT_TO_DIRECTION",
31160
+ "An array mapping position displacements (y, then x) to directions. Used by GetDirectionTowardsPosition.\n\nGiven two positions, displacements are either 0, 1, or 2 depending on whether the second position's x/y coordinate is less than, equal, or greater\nthan the first position's corresponding coordinates. For example, POSITION_DISPLACEMENT_TO_DIRECTION[0][2] (DIR_UP_RIGHT)\nindicates that the second y coordinate is less than the first, and the second x coordinate is greater than the first.",
31161
+ "enum direction_id[3][3]",
31162
+ )
31163
+
31094
31164
  DIRECTIONS_XY = Symbol(
31095
31165
  [0x754DC],
31096
31166
  [0x235171C],
@@ -8466,6 +8466,15 @@ class NaItcmArm9Functions:
8466
8466
  None,
8467
8467
  )
8468
8468
 
8469
+ RevertGiratinaAndShaymin = Symbol(
8470
+ None,
8471
+ None,
8472
+ None,
8473
+ "RevertGiratinaAndShaymin",
8474
+ "Reverts Giratina and Shaymin party members to their standard forms.\n\nr0: team member index in party\nr1: ?",
8475
+ None,
8476
+ )
8477
+
8469
8478
  GetIqSkillStringId = Symbol(
8470
8479
  None,
8471
8480
  None,
@@ -8952,6 +8961,15 @@ class NaItcmArm9Functions:
8952
8961
  None,
8953
8962
  )
8954
8963
 
8964
+ IsMonsterIllegalForMissions = Symbol(
8965
+ None,
8966
+ None,
8967
+ None,
8968
+ "IsMonsterIllegalForMissions",
8969
+ "Checks if the monster index is illegal to be used for any mission.\n\nIllegal indexes include Shaymin-Sky, Giratina-Origin, Purple Kecleon, Shiny Celebi, Primal Dialga, and all the unused Arceus forms.\n\nr0: Monster ID\nreturn: True if the specified monster is illegal for missions",
8970
+ None,
8971
+ )
8972
+
8955
8973
  CanDungeonBeUsedForMission = Symbol(
8956
8974
  None,
8957
8975
  None,
@@ -10931,6 +10949,15 @@ class NaItcmArm9Data:
10931
10949
  "void*[26]",
10932
10950
  )
10933
10951
 
10952
+ MONSTER_DATA_TABLE_PTR = Symbol(
10953
+ None,
10954
+ None,
10955
+ None,
10956
+ "MONSTER_DATA_TABLE_PTR",
10957
+ "[Runtime] Points to data about monster species.",
10958
+ "undefined*",
10959
+ )
10960
+
10934
10961
  UNOWN_SPECIES_ADDITIONAL_CHAR_PTR_TABLE = Symbol(
10935
10962
  None,
10936
10963
  None,
@@ -16393,7 +16420,14 @@ class NaItcmMove_effectsSection:
16393
16420
 
16394
16421
  class NaItcmOverlay0Functions:
16395
16422
 
16396
- pass
16423
+ SelectRandomBackground = Symbol(
16424
+ None,
16425
+ None,
16426
+ None,
16427
+ "SelectRandomBackground",
16428
+ "Selects a random background from the BACK/s09p04-10a.bgp files to be used as the background for the top menu.\n \nNo params.",
16429
+ None,
16430
+ )
16397
16431
 
16398
16432
 
16399
16433
  class NaItcmOverlay0Data:
@@ -23451,6 +23485,24 @@ class NaItcmOverlay29Functions:
23451
23485
  None,
23452
23486
  )
23453
23487
 
23488
+ PlayQuestionMarkEffect = Symbol(
23489
+ None,
23490
+ None,
23491
+ None,
23492
+ "PlayQuestionMarkEffect",
23493
+ "Plays the question mark effect (id = 0x144) on an entity.\n\nr0: entity pointer",
23494
+ None,
23495
+ )
23496
+
23497
+ PlayExclamationPointEffect = Symbol(
23498
+ None,
23499
+ None,
23500
+ None,
23501
+ "PlayExclamationPointEffect",
23502
+ "Plays the exclamation point effect (id = 0x143) on an entity.\n\nr0: entity pointer",
23503
+ None,
23504
+ )
23505
+
23454
23506
  PlayEffectAnimation0x171Full = Symbol(
23455
23507
  None,
23456
23508
  None,
@@ -23469,6 +23521,15 @@ class NaItcmOverlay29Functions:
23469
23521
  None,
23470
23522
  )
23471
23523
 
23524
+ PlayEffectAnimationEntityStandard = Symbol(
23525
+ None,
23526
+ None,
23527
+ None,
23528
+ "PlayEffectAnimationEntityStandard",
23529
+ "Calls PlayEffectAnimationEntity with standard parameters used in various functions throughout the game.\n\nr0: entity pointer\nr1: effect id",
23530
+ None,
23531
+ )
23532
+
23472
23533
  ShowPpRestoreEffect = Symbol(
23473
23534
  None,
23474
23535
  None,
@@ -30415,6 +30476,15 @@ class NaItcmOverlay29Data:
30415
30476
  "struct status_icon_flags[18]",
30416
30477
  )
30417
30478
 
30479
+ POSITION_DISPLACEMENT_TO_DIRECTION = Symbol(
30480
+ None,
30481
+ None,
30482
+ None,
30483
+ "POSITION_DISPLACEMENT_TO_DIRECTION",
30484
+ "An array mapping position displacements (y, then x) to directions. Used by GetDirectionTowardsPosition.\n\nGiven two positions, displacements are either 0, 1, or 2 depending on whether the second position's x/y coordinate is less than, equal, or greater\nthan the first position's corresponding coordinates. For example, POSITION_DISPLACEMENT_TO_DIRECTION[0][2] (DIR_UP_RIGHT)\nindicates that the second y coordinate is less than the first, and the second x coordinate is greater than the first.",
30485
+ "enum direction_id[3][3]",
30486
+ )
30487
+
30418
30488
  DIRECTIONS_XY = Symbol(
30419
30489
  None,
30420
30490
  None,
@@ -4772,6 +4772,11 @@ class Arm9FunctionsProtocol(Protocol):
4772
4772
  None,
4773
4773
  ]
4774
4774
 
4775
+ RevertGiratinaAndShaymin: Symbol[
4776
+ Optional[list[int]],
4777
+ None,
4778
+ ]
4779
+
4775
4780
  GetIqSkillStringId: Symbol[
4776
4781
  Optional[list[int]],
4777
4782
  None,
@@ -5042,6 +5047,11 @@ class Arm9FunctionsProtocol(Protocol):
5042
5047
  None,
5043
5048
  ]
5044
5049
 
5050
+ IsMonsterIllegalForMissions: Symbol[
5051
+ Optional[list[int]],
5052
+ None,
5053
+ ]
5054
+
5045
5055
  CanDungeonBeUsedForMission: Symbol[
5046
5056
  Optional[list[int]],
5047
5057
  None,
@@ -6170,6 +6180,11 @@ class Arm9DataProtocol(Protocol):
6170
6180
  Optional[int],
6171
6181
  ]
6172
6182
 
6183
+ MONSTER_DATA_TABLE_PTR: Symbol[
6184
+ Optional[list[int]],
6185
+ None,
6186
+ ]
6187
+
6173
6188
  UNOWN_SPECIES_ADDITIONAL_CHAR_PTR_TABLE: Symbol[
6174
6189
  Optional[list[int]],
6175
6190
  Optional[int],
@@ -10251,7 +10266,10 @@ Move_effectsProtocol = SectionProtocol[
10251
10266
 
10252
10267
  class Overlay0FunctionsProtocol(Protocol):
10253
10268
 
10254
- pass
10269
+ SelectRandomBackground: Symbol[
10270
+ Optional[list[int]],
10271
+ None,
10272
+ ]
10255
10273
 
10256
10274
 
10257
10275
  class Overlay0DataProtocol(Protocol):
@@ -14465,6 +14483,16 @@ class Overlay29FunctionsProtocol(Protocol):
14465
14483
  None,
14466
14484
  ]
14467
14485
 
14486
+ PlayQuestionMarkEffect: Symbol[
14487
+ Optional[list[int]],
14488
+ None,
14489
+ ]
14490
+
14491
+ PlayExclamationPointEffect: Symbol[
14492
+ Optional[list[int]],
14493
+ None,
14494
+ ]
14495
+
14468
14496
  PlayEffectAnimation0x171Full: Symbol[
14469
14497
  Optional[list[int]],
14470
14498
  None,
@@ -14475,6 +14503,11 @@ class Overlay29FunctionsProtocol(Protocol):
14475
14503
  None,
14476
14504
  ]
14477
14505
 
14506
+ PlayEffectAnimationEntityStandard: Symbol[
14507
+ Optional[list[int]],
14508
+ None,
14509
+ ]
14510
+
14478
14511
  ShowPpRestoreEffect: Symbol[
14479
14512
  Optional[list[int]],
14480
14513
  None,
@@ -18338,6 +18371,11 @@ class Overlay29DataProtocol(Protocol):
18338
18371
  Optional[int],
18339
18372
  ]
18340
18373
 
18374
+ POSITION_DISPLACEMENT_TO_DIRECTION: Symbol[
18375
+ Optional[list[int]],
18376
+ Optional[int],
18377
+ ]
18378
+
18341
18379
  DIRECTIONS_XY: Symbol[
18342
18380
  Optional[list[int]],
18343
18381
  Optional[int],
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pmdsky-debug-py
3
- Version: 10.1.8
3
+ Version: 10.1.10
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=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,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.4.0)
2
+ Generator: setuptools (80.7.1)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,14 +0,0 @@
1
- pmdsky_debug_py/__init__.py,sha256=xvXjdxEqeoQaaS6ssZYVI9jARzv5M4q6FNwA3Z6fOw4,1831
2
- pmdsky_debug_py/_release.py,sha256=W5Wf4Qi42ZY1VcfFNF-CfjajSGFPV1knmPquIBfPclk,31
3
- pmdsky_debug_py/eu.py,sha256=LlgEVIRipSE4ZJL5Q8mM_iBNMxZ-rRPx1JMrsGmSY9g,1163368
4
- pmdsky_debug_py/eu_itcm.py,sha256=azPy0OJaZhmuRkFf2osiWsdAa4jGjlNwFWGo8ZxX7qU,1111422
5
- pmdsky_debug_py/jp.py,sha256=wHVi0ggbZSsTK5jAfWoILzwiV2SPcBWGN-FaqRYlxhE,1160086
6
- pmdsky_debug_py/jp_itcm.py,sha256=cI8WueECvUJmSrmx0zOOZepqCYvZHoQd9JAlXiJeevY,1111412
7
- pmdsky_debug_py/na.py,sha256=JB1s-fKYn2t2alttg3Zv1EmjM65Ul-C7ZxelCQMCxYU,1164325
8
- pmdsky_debug_py/na_itcm.py,sha256=pcnwKzypCd0ETPunu3ZelYdz9sfvlIXUo4AFcqkTyvc,1111422
9
- pmdsky_debug_py/protocol.py,sha256=vjCK3ntoehycxCcOjRsyFuOL5jtOikiI0WwNrL0GZe8,340840
10
- pmdsky_debug_py/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
- pmdsky_debug_py-10.1.8.dist-info/METADATA,sha256=sRurmZjKs5tKQOHXiqAw-HPSG8PkNk55l1C9Q1BpYm0,1375
12
- pmdsky_debug_py-10.1.8.dist-info/WHEEL,sha256=DnLRTWE75wApRYVsjgc6wsVswC54sMSJhAEd4xhDpBk,91
13
- pmdsky_debug_py-10.1.8.dist-info/top_level.txt,sha256=cqvpcJbud2s8IyBAc1MfCySwniko_6qO5LWSSxNIoXI,16
14
- pmdsky_debug_py-10.1.8.dist-info/RECORD,,