pmdsky-debug-py 10.1.7__py3-none-any.whl → 10.1.9__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+308c5e5d5d"
1
+ RELEASE = "v0.10.1+7e923cb0d9"
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],
@@ -9924,6 +9942,15 @@ class EuArm9Data:
9924
9942
  "int16_t",
9925
9943
  )
9926
9944
 
9945
+ UNKNOWN_PP_BOOST_AMOUNT = Symbol(
9946
+ [0xA1DF8],
9947
+ [0x20A1DF8],
9948
+ 0x2,
9949
+ "UNKNOWN_PP_BOOST_AMOUNT",
9950
+ "PP boost value for an unknown effect. Corresponds to the flag f_unknown_pp_boost in struct move.",
9951
+ "int16_t",
9952
+ )
9953
+
9927
9954
  MUNCH_BELT_STAT_BOOST = Symbol(
9928
9955
  [0xA1E00],
9929
9956
  [0x20A1E00],
@@ -9969,6 +9996,15 @@ class EuArm9Data:
9969
9996
  "int16_t",
9970
9997
  )
9971
9998
 
9999
+ MULTITALENT_PP_BOOST_AMOUNT = Symbol(
10000
+ [0xA1E24],
10001
+ [0x20A1E24],
10002
+ 0x2,
10003
+ "MULTITALENT_PP_BOOST_AMOUNT",
10004
+ "PP boost value for the Multitalent IQ skill.",
10005
+ "int16_t",
10006
+ )
10007
+
9972
10008
  MIN_IQ_ITEM_MASTER = Symbol(
9973
10009
  [0xA1E28],
9974
10010
  [0x20A1E28],
@@ -10032,6 +10068,15 @@ class EuArm9Data:
10032
10068
  "int16_t",
10033
10069
  )
10034
10070
 
10071
+ EXCLUSIVE_ITEM_PP_BOOST_AMOUNT = Symbol(
10072
+ [0xA1E4C],
10073
+ [0x20A1E4C],
10074
+ 0x2,
10075
+ "EXCLUSIVE_ITEM_PP_BOOST_AMOUNT",
10076
+ "PP boost value for exclusive items that boost move PP.",
10077
+ "int16_t",
10078
+ )
10079
+
10035
10080
  DAMAGE_FORMULA_FLV_SHIFT = Symbol(
10036
10081
  [0xA1E50],
10037
10082
  [0x20A1E50],
@@ -16607,7 +16652,14 @@ class EuMove_effectsSection:
16607
16652
 
16608
16653
  class EuOverlay0Functions:
16609
16654
 
16610
- pass
16655
+ SelectRandomBackground = Symbol(
16656
+ [0x1D6C],
16657
+ [0x22BF12C],
16658
+ None,
16659
+ "SelectRandomBackground",
16660
+ "Selects a random background from the BACK/s09p04-10a.bgp files to be used as the background for the top menu.\n \nNo params.",
16661
+ None,
16662
+ )
16611
16663
 
16612
16664
 
16613
16665
  class EuOverlay0Data:
@@ -23953,6 +24005,24 @@ class EuOverlay29Functions:
23953
24005
  None,
23954
24006
  )
23955
24007
 
24008
+ PlayQuestionMarkEffect = Symbol(
24009
+ [0x7C08],
24010
+ [0x22E4788],
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
+ [0x7C54, 0x7D00, 0x91CC],
24019
+ [0x22E47D4, 0x22E4880, 0x22E5D4C],
24020
+ None,
24021
+ "PlayExclamationPointEffect",
24022
+ "Plays the exclamation point effect (id = 0x143) on an entity.\n\nr0: entity pointer",
24023
+ None,
24024
+ )
24025
+
23956
24026
  PlayEffectAnimation0x171Full = Symbol(
23957
24027
  [0x7E48],
23958
24028
  [0x22E49C8],
@@ -23971,6 +24041,15 @@ class EuOverlay29Functions:
23971
24041
  None,
23972
24042
  )
23973
24043
 
24044
+ PlayEffectAnimationEntityStandard = Symbol(
24045
+ [0x8118],
24046
+ [0x22E4C98],
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
+
23974
24053
  ShowPpRestoreEffect = Symbol(
23975
24054
  [0x8794],
23976
24055
  [0x22E5314],
@@ -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,
@@ -9869,6 +9887,15 @@ class EuItcmArm9Data:
9869
9887
  "int16_t",
9870
9888
  )
9871
9889
 
9890
+ UNKNOWN_PP_BOOST_AMOUNT = Symbol(
9891
+ None,
9892
+ None,
9893
+ None,
9894
+ "UNKNOWN_PP_BOOST_AMOUNT",
9895
+ "PP boost value for an unknown effect. Corresponds to the flag f_unknown_pp_boost in struct move.",
9896
+ "int16_t",
9897
+ )
9898
+
9872
9899
  MUNCH_BELT_STAT_BOOST = Symbol(
9873
9900
  None,
9874
9901
  None,
@@ -9914,6 +9941,15 @@ class EuItcmArm9Data:
9914
9941
  "int16_t",
9915
9942
  )
9916
9943
 
9944
+ MULTITALENT_PP_BOOST_AMOUNT = Symbol(
9945
+ None,
9946
+ None,
9947
+ None,
9948
+ "MULTITALENT_PP_BOOST_AMOUNT",
9949
+ "PP boost value for the Multitalent IQ skill.",
9950
+ "int16_t",
9951
+ )
9952
+
9917
9953
  MIN_IQ_ITEM_MASTER = Symbol(
9918
9954
  None,
9919
9955
  None,
@@ -9977,6 +10013,15 @@ class EuItcmArm9Data:
9977
10013
  "int16_t",
9978
10014
  )
9979
10015
 
10016
+ EXCLUSIVE_ITEM_PP_BOOST_AMOUNT = Symbol(
10017
+ None,
10018
+ None,
10019
+ None,
10020
+ "EXCLUSIVE_ITEM_PP_BOOST_AMOUNT",
10021
+ "PP boost value for exclusive items that boost move PP.",
10022
+ "int16_t",
10023
+ )
10024
+
9980
10025
  DAMAGE_FORMULA_FLV_SHIFT = Symbol(
9981
10026
  None,
9982
10027
  None,
@@ -16366,7 +16411,14 @@ class EuItcmMove_effectsSection:
16366
16411
 
16367
16412
  class EuItcmOverlay0Functions:
16368
16413
 
16369
- pass
16414
+ SelectRandomBackground = Symbol(
16415
+ None,
16416
+ None,
16417
+ None,
16418
+ "SelectRandomBackground",
16419
+ "Selects a random background from the BACK/s09p04-10a.bgp files to be used as the background for the top menu.\n \nNo params.",
16420
+ None,
16421
+ )
16370
16422
 
16371
16423
 
16372
16424
  class EuItcmOverlay0Data:
@@ -23424,6 +23476,24 @@ class EuItcmOverlay29Functions:
23424
23476
  None,
23425
23477
  )
23426
23478
 
23479
+ PlayQuestionMarkEffect = Symbol(
23480
+ None,
23481
+ None,
23482
+ None,
23483
+ "PlayQuestionMarkEffect",
23484
+ "Plays the question mark effect (id = 0x144) on an entity.\n\nr0: entity pointer",
23485
+ None,
23486
+ )
23487
+
23488
+ PlayExclamationPointEffect = Symbol(
23489
+ None,
23490
+ None,
23491
+ None,
23492
+ "PlayExclamationPointEffect",
23493
+ "Plays the exclamation point effect (id = 0x143) on an entity.\n\nr0: entity pointer",
23494
+ None,
23495
+ )
23496
+
23427
23497
  PlayEffectAnimation0x171Full = Symbol(
23428
23498
  None,
23429
23499
  None,
@@ -23442,6 +23512,15 @@ class EuItcmOverlay29Functions:
23442
23512
  None,
23443
23513
  )
23444
23514
 
23515
+ PlayEffectAnimationEntityStandard = Symbol(
23516
+ None,
23517
+ None,
23518
+ None,
23519
+ "PlayEffectAnimationEntityStandard",
23520
+ "Calls PlayEffectAnimationEntity with standard parameters used in various functions throughout the game.\n\nr0: entity pointer\nr1: effect id",
23521
+ None,
23522
+ )
23523
+
23445
23524
  ShowPpRestoreEffect = Symbol(
23446
23525
  None,
23447
23526
  None,
pmdsky_debug_py/jp.py CHANGED
@@ -8512,6 +8512,15 @@ class JpArm9Functions:
8512
8512
  None,
8513
8513
  )
8514
8514
 
8515
+ RevertGiratinaAndShaymin = Symbol(
8516
+ None,
8517
+ None,
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
+ None,
9012
+ None,
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],
@@ -9919,6 +9937,15 @@ class JpArm9Data:
9919
9937
  "int16_t",
9920
9938
  )
9921
9939
 
9940
+ UNKNOWN_PP_BOOST_AMOUNT = Symbol(
9941
+ [0xA2C48],
9942
+ [0x20A2C48],
9943
+ 0x2,
9944
+ "UNKNOWN_PP_BOOST_AMOUNT",
9945
+ "PP boost value for an unknown effect. Corresponds to the flag f_unknown_pp_boost in struct move.",
9946
+ "int16_t",
9947
+ )
9948
+
9922
9949
  MUNCH_BELT_STAT_BOOST = Symbol(
9923
9950
  [0xA2C50],
9924
9951
  [0x20A2C50],
@@ -9964,6 +9991,15 @@ class JpArm9Data:
9964
9991
  "int16_t",
9965
9992
  )
9966
9993
 
9994
+ MULTITALENT_PP_BOOST_AMOUNT = Symbol(
9995
+ [0xA2C74],
9996
+ [0x20A2C74],
9997
+ 0x2,
9998
+ "MULTITALENT_PP_BOOST_AMOUNT",
9999
+ "PP boost value for the Multitalent IQ skill.",
10000
+ "int16_t",
10001
+ )
10002
+
9967
10003
  MIN_IQ_ITEM_MASTER = Symbol(
9968
10004
  [0xA2C78],
9969
10005
  [0x20A2C78],
@@ -10027,6 +10063,15 @@ class JpArm9Data:
10027
10063
  "int16_t",
10028
10064
  )
10029
10065
 
10066
+ EXCLUSIVE_ITEM_PP_BOOST_AMOUNT = Symbol(
10067
+ [0xA2C9C],
10068
+ [0x20A2C9C],
10069
+ 0x2,
10070
+ "EXCLUSIVE_ITEM_PP_BOOST_AMOUNT",
10071
+ "PP boost value for exclusive items that boost move PP.",
10072
+ "int16_t",
10073
+ )
10074
+
10030
10075
  DAMAGE_FORMULA_FLV_SHIFT = Symbol(
10031
10076
  [0xA2CA0],
10032
10077
  [0x20A2CA0],
@@ -16602,7 +16647,14 @@ class JpMove_effectsSection:
16602
16647
 
16603
16648
  class JpOverlay0Functions:
16604
16649
 
16605
- pass
16650
+ SelectRandomBackground = Symbol(
16651
+ None,
16652
+ None,
16653
+ None,
16654
+ "SelectRandomBackground",
16655
+ "Selects a random background from the BACK/s09p04-10a.bgp files to be used as the background for the top menu.\n \nNo params.",
16656
+ None,
16657
+ )
16606
16658
 
16607
16659
 
16608
16660
  class JpOverlay0Data:
@@ -23944,6 +23996,24 @@ class JpOverlay29Functions:
23944
23996
  None,
23945
23997
  )
23946
23998
 
23999
+ PlayQuestionMarkEffect = Symbol(
24000
+ None,
24001
+ None,
24002
+ None,
24003
+ "PlayQuestionMarkEffect",
24004
+ "Plays the question mark effect (id = 0x144) on an entity.\n\nr0: entity pointer",
24005
+ None,
24006
+ )
24007
+
24008
+ PlayExclamationPointEffect = Symbol(
24009
+ None,
24010
+ None,
24011
+ None,
24012
+ "PlayExclamationPointEffect",
24013
+ "Plays the exclamation point effect (id = 0x143) on an entity.\n\nr0: entity pointer",
24014
+ None,
24015
+ )
24016
+
23947
24017
  PlayEffectAnimation0x171Full = Symbol(
23948
24018
  [0x7DA8],
23949
24019
  [0x22E5688],
@@ -23962,6 +24032,15 @@ class JpOverlay29Functions:
23962
24032
  None,
23963
24033
  )
23964
24034
 
24035
+ PlayEffectAnimationEntityStandard = Symbol(
24036
+ None,
24037
+ None,
24038
+ None,
24039
+ "PlayEffectAnimationEntityStandard",
24040
+ "Calls PlayEffectAnimationEntity with standard parameters used in various functions throughout the game.\n\nr0: entity pointer\nr1: effect id",
24041
+ None,
24042
+ )
24043
+
23965
24044
  ShowPpRestoreEffect = Symbol(
23966
24045
  [0x86F4],
23967
24046
  [0x22E5FD4],
@@ -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,
@@ -9869,6 +9887,15 @@ class JpItcmArm9Data:
9869
9887
  "int16_t",
9870
9888
  )
9871
9889
 
9890
+ UNKNOWN_PP_BOOST_AMOUNT = Symbol(
9891
+ None,
9892
+ None,
9893
+ None,
9894
+ "UNKNOWN_PP_BOOST_AMOUNT",
9895
+ "PP boost value for an unknown effect. Corresponds to the flag f_unknown_pp_boost in struct move.",
9896
+ "int16_t",
9897
+ )
9898
+
9872
9899
  MUNCH_BELT_STAT_BOOST = Symbol(
9873
9900
  None,
9874
9901
  None,
@@ -9914,6 +9941,15 @@ class JpItcmArm9Data:
9914
9941
  "int16_t",
9915
9942
  )
9916
9943
 
9944
+ MULTITALENT_PP_BOOST_AMOUNT = Symbol(
9945
+ None,
9946
+ None,
9947
+ None,
9948
+ "MULTITALENT_PP_BOOST_AMOUNT",
9949
+ "PP boost value for the Multitalent IQ skill.",
9950
+ "int16_t",
9951
+ )
9952
+
9917
9953
  MIN_IQ_ITEM_MASTER = Symbol(
9918
9954
  None,
9919
9955
  None,
@@ -9977,6 +10013,15 @@ class JpItcmArm9Data:
9977
10013
  "int16_t",
9978
10014
  )
9979
10015
 
10016
+ EXCLUSIVE_ITEM_PP_BOOST_AMOUNT = Symbol(
10017
+ None,
10018
+ None,
10019
+ None,
10020
+ "EXCLUSIVE_ITEM_PP_BOOST_AMOUNT",
10021
+ "PP boost value for exclusive items that boost move PP.",
10022
+ "int16_t",
10023
+ )
10024
+
9980
10025
  DAMAGE_FORMULA_FLV_SHIFT = Symbol(
9981
10026
  None,
9982
10027
  None,
@@ -16366,7 +16411,14 @@ class JpItcmMove_effectsSection:
16366
16411
 
16367
16412
  class JpItcmOverlay0Functions:
16368
16413
 
16369
- pass
16414
+ SelectRandomBackground = Symbol(
16415
+ None,
16416
+ None,
16417
+ None,
16418
+ "SelectRandomBackground",
16419
+ "Selects a random background from the BACK/s09p04-10a.bgp files to be used as the background for the top menu.\n \nNo params.",
16420
+ None,
16421
+ )
16370
16422
 
16371
16423
 
16372
16424
  class JpItcmOverlay0Data:
@@ -23424,6 +23476,24 @@ class JpItcmOverlay29Functions:
23424
23476
  None,
23425
23477
  )
23426
23478
 
23479
+ PlayQuestionMarkEffect = Symbol(
23480
+ None,
23481
+ None,
23482
+ None,
23483
+ "PlayQuestionMarkEffect",
23484
+ "Plays the question mark effect (id = 0x144) on an entity.\n\nr0: entity pointer",
23485
+ None,
23486
+ )
23487
+
23488
+ PlayExclamationPointEffect = Symbol(
23489
+ None,
23490
+ None,
23491
+ None,
23492
+ "PlayExclamationPointEffect",
23493
+ "Plays the exclamation point effect (id = 0x143) on an entity.\n\nr0: entity pointer",
23494
+ None,
23495
+ )
23496
+
23427
23497
  PlayEffectAnimation0x171Full = Symbol(
23428
23498
  None,
23429
23499
  None,
@@ -23442,6 +23512,15 @@ class JpItcmOverlay29Functions:
23442
23512
  None,
23443
23513
  )
23444
23514
 
23515
+ PlayEffectAnimationEntityStandard = Symbol(
23516
+ None,
23517
+ None,
23518
+ None,
23519
+ "PlayEffectAnimationEntityStandard",
23520
+ "Calls PlayEffectAnimationEntity with standard parameters used in various functions throughout the game.\n\nr0: entity pointer\nr1: effect id",
23521
+ None,
23522
+ )
23523
+
23445
23524
  ShowPpRestoreEffect = Symbol(
23446
23525
  None,
23447
23526
  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
+ None,
9012
+ None,
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],
@@ -9924,6 +9942,15 @@ class NaArm9Data:
9924
9942
  "int16_t",
9925
9943
  )
9926
9944
 
9945
+ UNKNOWN_PP_BOOST_AMOUNT = Symbol(
9946
+ [0xA1874],
9947
+ [0x20A1874],
9948
+ 0x2,
9949
+ "UNKNOWN_PP_BOOST_AMOUNT",
9950
+ "PP boost value for an unknown effect. Corresponds to the flag f_unknown_pp_boost in struct move.",
9951
+ "int16_t",
9952
+ )
9953
+
9927
9954
  MUNCH_BELT_STAT_BOOST = Symbol(
9928
9955
  [0xA187C],
9929
9956
  [0x20A187C],
@@ -9969,6 +9996,15 @@ class NaArm9Data:
9969
9996
  "int16_t",
9970
9997
  )
9971
9998
 
9999
+ MULTITALENT_PP_BOOST_AMOUNT = Symbol(
10000
+ [0xA18A0],
10001
+ [0x20A18A0],
10002
+ 0x2,
10003
+ "MULTITALENT_PP_BOOST_AMOUNT",
10004
+ "PP boost value for the Multitalent IQ skill.",
10005
+ "int16_t",
10006
+ )
10007
+
9972
10008
  MIN_IQ_ITEM_MASTER = Symbol(
9973
10009
  [0xA18A4],
9974
10010
  [0x20A18A4],
@@ -10032,6 +10068,15 @@ class NaArm9Data:
10032
10068
  "int16_t",
10033
10069
  )
10034
10070
 
10071
+ EXCLUSIVE_ITEM_PP_BOOST_AMOUNT = Symbol(
10072
+ [0xA18C8],
10073
+ [0x20A18C8],
10074
+ 0x2,
10075
+ "EXCLUSIVE_ITEM_PP_BOOST_AMOUNT",
10076
+ "PP boost value for exclusive items that boost move PP.",
10077
+ "int16_t",
10078
+ )
10079
+
10035
10080
  DAMAGE_FORMULA_FLV_SHIFT = Symbol(
10036
10081
  [0xA18CC],
10037
10082
  [0x20A18CC],
@@ -16607,7 +16652,14 @@ class NaMove_effectsSection:
16607
16652
 
16608
16653
  class NaOverlay0Functions:
16609
16654
 
16610
- pass
16655
+ SelectRandomBackground = Symbol(
16656
+ None,
16657
+ None,
16658
+ None,
16659
+ "SelectRandomBackground",
16660
+ "Selects a random background from the BACK/s09p04-10a.bgp files to be used as the background for the top menu.\n \nNo params.",
16661
+ None,
16662
+ )
16611
16663
 
16612
16664
 
16613
16665
  class NaOverlay0Data:
@@ -23951,6 +24003,24 @@ class NaOverlay29Functions:
23951
24003
  None,
23952
24004
  )
23953
24005
 
24006
+ PlayQuestionMarkEffect = Symbol(
24007
+ None,
24008
+ None,
24009
+ None,
24010
+ "PlayQuestionMarkEffect",
24011
+ "Plays the question mark effect (id = 0x144) on an entity.\n\nr0: entity pointer",
24012
+ None,
24013
+ )
24014
+
24015
+ PlayExclamationPointEffect = Symbol(
24016
+ None,
24017
+ None,
24018
+ None,
24019
+ "PlayExclamationPointEffect",
24020
+ "Plays the exclamation point effect (id = 0x143) on an entity.\n\nr0: entity pointer",
24021
+ None,
24022
+ )
24023
+
23954
24024
  PlayEffectAnimation0x171Full = Symbol(
23955
24025
  [0x7DD8],
23956
24026
  [0x22E4018],
@@ -23969,6 +24039,15 @@ class NaOverlay29Functions:
23969
24039
  None,
23970
24040
  )
23971
24041
 
24042
+ PlayEffectAnimationEntityStandard = Symbol(
24043
+ None,
24044
+ None,
24045
+ None,
24046
+ "PlayEffectAnimationEntityStandard",
24047
+ "Calls PlayEffectAnimationEntity with standard parameters used in various functions throughout the game.\n\nr0: entity pointer\nr1: effect id",
24048
+ None,
24049
+ )
24050
+
23972
24051
  ShowPpRestoreEffect = Symbol(
23973
24052
  [0x8724],
23974
24053
  [0x22E4964],
@@ -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,
@@ -9869,6 +9887,15 @@ class NaItcmArm9Data:
9869
9887
  "int16_t",
9870
9888
  )
9871
9889
 
9890
+ UNKNOWN_PP_BOOST_AMOUNT = Symbol(
9891
+ None,
9892
+ None,
9893
+ None,
9894
+ "UNKNOWN_PP_BOOST_AMOUNT",
9895
+ "PP boost value for an unknown effect. Corresponds to the flag f_unknown_pp_boost in struct move.",
9896
+ "int16_t",
9897
+ )
9898
+
9872
9899
  MUNCH_BELT_STAT_BOOST = Symbol(
9873
9900
  None,
9874
9901
  None,
@@ -9914,6 +9941,15 @@ class NaItcmArm9Data:
9914
9941
  "int16_t",
9915
9942
  )
9916
9943
 
9944
+ MULTITALENT_PP_BOOST_AMOUNT = Symbol(
9945
+ None,
9946
+ None,
9947
+ None,
9948
+ "MULTITALENT_PP_BOOST_AMOUNT",
9949
+ "PP boost value for the Multitalent IQ skill.",
9950
+ "int16_t",
9951
+ )
9952
+
9917
9953
  MIN_IQ_ITEM_MASTER = Symbol(
9918
9954
  None,
9919
9955
  None,
@@ -9977,6 +10013,15 @@ class NaItcmArm9Data:
9977
10013
  "int16_t",
9978
10014
  )
9979
10015
 
10016
+ EXCLUSIVE_ITEM_PP_BOOST_AMOUNT = Symbol(
10017
+ None,
10018
+ None,
10019
+ None,
10020
+ "EXCLUSIVE_ITEM_PP_BOOST_AMOUNT",
10021
+ "PP boost value for exclusive items that boost move PP.",
10022
+ "int16_t",
10023
+ )
10024
+
9980
10025
  DAMAGE_FORMULA_FLV_SHIFT = Symbol(
9981
10026
  None,
9982
10027
  None,
@@ -16366,7 +16411,14 @@ class NaItcmMove_effectsSection:
16366
16411
 
16367
16412
  class NaItcmOverlay0Functions:
16368
16413
 
16369
- pass
16414
+ SelectRandomBackground = Symbol(
16415
+ None,
16416
+ None,
16417
+ None,
16418
+ "SelectRandomBackground",
16419
+ "Selects a random background from the BACK/s09p04-10a.bgp files to be used as the background for the top menu.\n \nNo params.",
16420
+ None,
16421
+ )
16370
16422
 
16371
16423
 
16372
16424
  class NaItcmOverlay0Data:
@@ -23424,6 +23476,24 @@ class NaItcmOverlay29Functions:
23424
23476
  None,
23425
23477
  )
23426
23478
 
23479
+ PlayQuestionMarkEffect = Symbol(
23480
+ None,
23481
+ None,
23482
+ None,
23483
+ "PlayQuestionMarkEffect",
23484
+ "Plays the question mark effect (id = 0x144) on an entity.\n\nr0: entity pointer",
23485
+ None,
23486
+ )
23487
+
23488
+ PlayExclamationPointEffect = Symbol(
23489
+ None,
23490
+ None,
23491
+ None,
23492
+ "PlayExclamationPointEffect",
23493
+ "Plays the exclamation point effect (id = 0x143) on an entity.\n\nr0: entity pointer",
23494
+ None,
23495
+ )
23496
+
23427
23497
  PlayEffectAnimation0x171Full = Symbol(
23428
23498
  None,
23429
23499
  None,
@@ -23442,6 +23512,15 @@ class NaItcmOverlay29Functions:
23442
23512
  None,
23443
23513
  )
23444
23514
 
23515
+ PlayEffectAnimationEntityStandard = Symbol(
23516
+ None,
23517
+ None,
23518
+ None,
23519
+ "PlayEffectAnimationEntityStandard",
23520
+ "Calls PlayEffectAnimationEntity with standard parameters used in various functions throughout the game.\n\nr0: entity pointer\nr1: effect id",
23521
+ None,
23522
+ )
23523
+
23445
23524
  ShowPpRestoreEffect = Symbol(
23446
23525
  None,
23447
23526
  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,
@@ -5560,6 +5570,11 @@ class Arm9DataProtocol(Protocol):
5560
5570
  Optional[int],
5561
5571
  ]
5562
5572
 
5573
+ UNKNOWN_PP_BOOST_AMOUNT: Symbol[
5574
+ Optional[list[int]],
5575
+ Optional[int],
5576
+ ]
5577
+
5563
5578
  MUNCH_BELT_STAT_BOOST: Symbol[
5564
5579
  Optional[list[int]],
5565
5580
  Optional[int],
@@ -5585,6 +5600,11 @@ class Arm9DataProtocol(Protocol):
5585
5600
  Optional[int],
5586
5601
  ]
5587
5602
 
5603
+ MULTITALENT_PP_BOOST_AMOUNT: Symbol[
5604
+ Optional[list[int]],
5605
+ Optional[int],
5606
+ ]
5607
+
5588
5608
  MIN_IQ_ITEM_MASTER: Symbol[
5589
5609
  Optional[list[int]],
5590
5610
  Optional[int],
@@ -5620,6 +5640,11 @@ class Arm9DataProtocol(Protocol):
5620
5640
  Optional[int],
5621
5641
  ]
5622
5642
 
5643
+ EXCLUSIVE_ITEM_PP_BOOST_AMOUNT: Symbol[
5644
+ Optional[list[int]],
5645
+ Optional[int],
5646
+ ]
5647
+
5623
5648
  DAMAGE_FORMULA_FLV_SHIFT: Symbol[
5624
5649
  Optional[list[int]],
5625
5650
  Optional[int],
@@ -10236,7 +10261,10 @@ Move_effectsProtocol = SectionProtocol[
10236
10261
 
10237
10262
  class Overlay0FunctionsProtocol(Protocol):
10238
10263
 
10239
- pass
10264
+ SelectRandomBackground: Symbol[
10265
+ Optional[list[int]],
10266
+ None,
10267
+ ]
10240
10268
 
10241
10269
 
10242
10270
  class Overlay0DataProtocol(Protocol):
@@ -14450,6 +14478,16 @@ class Overlay29FunctionsProtocol(Protocol):
14450
14478
  None,
14451
14479
  ]
14452
14480
 
14481
+ PlayQuestionMarkEffect: Symbol[
14482
+ Optional[list[int]],
14483
+ None,
14484
+ ]
14485
+
14486
+ PlayExclamationPointEffect: Symbol[
14487
+ Optional[list[int]],
14488
+ None,
14489
+ ]
14490
+
14453
14491
  PlayEffectAnimation0x171Full: Symbol[
14454
14492
  Optional[list[int]],
14455
14493
  None,
@@ -14460,6 +14498,11 @@ class Overlay29FunctionsProtocol(Protocol):
14460
14498
  None,
14461
14499
  ]
14462
14500
 
14501
+ PlayEffectAnimationEntityStandard: Symbol[
14502
+ Optional[list[int]],
14503
+ None,
14504
+ ]
14505
+
14463
14506
  ShowPpRestoreEffect: Symbol[
14464
14507
  Optional[list[int]],
14465
14508
  None,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pmdsky-debug-py
3
- Version: 10.1.7
3
+ Version: 10.1.9
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=OWdUORvl4FpPaJ9Lqv-CM2RIsfhxMtSxz71VdeUcH2o,31
3
+ pmdsky_debug_py/eu.py,sha256=S25ffxcCy3fuILPD544_7vthxPeg-w8RTdjopCpT_VQ,1165201
4
+ pmdsky_debug_py/eu_itcm.py,sha256=GlU9CfL368rJdujcaKofIb7Ir_mA9odlHlxbwJp8_co,1113149
5
+ pmdsky_debug_py/jp.py,sha256=43vMrCdQYYOOEaCJu5IXJpx7VZudm4jSjNDJfuLvUiA,1161813
6
+ pmdsky_debug_py/jp_itcm.py,sha256=7I_HzAFVHFbz-jpKUISs495YMkpTPTTaM2S7p3-lqMg,1113139
7
+ pmdsky_debug_py/na.py,sha256=KFiD2HRQBGJAmax1aZ5ci7d54izBvEMSun1GTCmL2u8,1166064
8
+ pmdsky_debug_py/na_itcm.py,sha256=yBeM6PkuQaOqyKjv44z2jv7NUp8YW97fwEvwuptWDUI,1113149
9
+ pmdsky_debug_py/protocol.py,sha256=GF2pydxF0NiSoCeHKjCAzJNyGZIRSwRlCThhbulfmZI,341368
10
+ pmdsky_debug_py/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
+ pmdsky_debug_py-10.1.9.dist-info/METADATA,sha256=Cr032wreriDkZHTP_C6L_YgFXW9ew-ygjcPBXHoIlA8,1375
12
+ pmdsky_debug_py-10.1.9.dist-info/WHEEL,sha256=Nw36Djuh_5VDukK0H78QzOX-_FQEo6V37m3nkm96gtU,91
13
+ pmdsky_debug_py-10.1.9.dist-info/top_level.txt,sha256=cqvpcJbud2s8IyBAc1MfCySwniko_6qO5LWSSxNIoXI,16
14
+ pmdsky_debug_py-10.1.9.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.3.1)
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=eTlQMGEtEyAUE-qDcC6RVbXXHgRX6_VLLxz4phbfvFQ,31
3
- pmdsky_debug_py/eu.py,sha256=4qD0EOmoHNnRxhp-vsVxq4qDXstvNP46bbsHrYq_p8U,1162660
4
- pmdsky_debug_py/eu_itcm.py,sha256=tPIHsz2V1JtjcpM2jrNT2d7ochcZxbOI6NBQXaSxslw,1110747
5
- pmdsky_debug_py/jp.py,sha256=76b8Uuy3FT0sEmMRh2-8y8tOZ4EPqEpE_KtMUM1c1Ao,1159378
6
- pmdsky_debug_py/jp_itcm.py,sha256=o8HHByDX9pCy62CyJfMbl6uQArBJ4LFSuzWqI9WQ3Uc,1110737
7
- pmdsky_debug_py/na.py,sha256=0Fftp-06D2GwHbRYB35RoUAwCrDRmw5LnnZ7EsWgypo,1163617
8
- pmdsky_debug_py/na_itcm.py,sha256=kzDPiFSSZR937xspLLgLk1Jhbl6TNonXp1LoJFI6J3A,1110747
9
- pmdsky_debug_py/protocol.py,sha256=-pN0Vxv1ab5sSGW5nL7r0HbVIIM-NuQet3MoRs8Vgjc,340541
10
- pmdsky_debug_py/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
- pmdsky_debug_py-10.1.7.dist-info/METADATA,sha256=9Px6UPI0nFvZTlprH4E8RQX6DDjkdMkkiGm9FLCRIUw,1375
12
- pmdsky_debug_py-10.1.7.dist-info/WHEEL,sha256=0CuiUZ_p9E4cD6NyLD6UG80LBXYyiSYZOKDm5lp32xk,91
13
- pmdsky_debug_py-10.1.7.dist-info/top_level.txt,sha256=cqvpcJbud2s8IyBAc1MfCySwniko_6qO5LWSSxNIoXI,16
14
- pmdsky_debug_py-10.1.7.dist-info/RECORD,,