pmdsky-debug-py 10.1.8__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.
- pmdsky_debug_py/_release.py +1 -1
- pmdsky_debug_py/eu.py +53 -1
- pmdsky_debug_py/eu_itcm.py +53 -1
- pmdsky_debug_py/jp.py +53 -1
- pmdsky_debug_py/jp_itcm.py +53 -1
- pmdsky_debug_py/na.py +53 -1
- pmdsky_debug_py/na_itcm.py +53 -1
- pmdsky_debug_py/protocol.py +29 -1
- {pmdsky_debug_py-10.1.8.dist-info → pmdsky_debug_py-10.1.9.dist-info}/METADATA +1 -1
- pmdsky_debug_py-10.1.9.dist-info/RECORD +14 -0
- {pmdsky_debug_py-10.1.8.dist-info → pmdsky_debug_py-10.1.9.dist-info}/WHEEL +1 -1
- pmdsky_debug_py-10.1.8.dist-info/RECORD +0 -14
- {pmdsky_debug_py-10.1.8.dist-info → pmdsky_debug_py-10.1.9.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+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],
|
|
@@ -16634,7 +16652,14 @@ class EuMove_effectsSection:
|
|
|
16634
16652
|
|
|
16635
16653
|
class EuOverlay0Functions:
|
|
16636
16654
|
|
|
16637
|
-
|
|
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
|
+
)
|
|
16638
16663
|
|
|
16639
16664
|
|
|
16640
16665
|
class EuOverlay0Data:
|
|
@@ -23980,6 +24005,24 @@ class EuOverlay29Functions:
|
|
|
23980
24005
|
None,
|
|
23981
24006
|
)
|
|
23982
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
|
+
|
|
23983
24026
|
PlayEffectAnimation0x171Full = Symbol(
|
|
23984
24027
|
[0x7E48],
|
|
23985
24028
|
[0x22E49C8],
|
|
@@ -23998,6 +24041,15 @@ class EuOverlay29Functions:
|
|
|
23998
24041
|
None,
|
|
23999
24042
|
)
|
|
24000
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
|
+
|
|
24001
24053
|
ShowPpRestoreEffect = Symbol(
|
|
24002
24054
|
[0x8794],
|
|
24003
24055
|
[0x22E5314],
|
pmdsky_debug_py/eu_itcm.py
CHANGED
|
@@ -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,
|
|
@@ -16393,7 +16411,14 @@ class EuItcmMove_effectsSection:
|
|
|
16393
16411
|
|
|
16394
16412
|
class EuItcmOverlay0Functions:
|
|
16395
16413
|
|
|
16396
|
-
|
|
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
|
+
)
|
|
16397
16422
|
|
|
16398
16423
|
|
|
16399
16424
|
class EuItcmOverlay0Data:
|
|
@@ -23451,6 +23476,24 @@ class EuItcmOverlay29Functions:
|
|
|
23451
23476
|
None,
|
|
23452
23477
|
)
|
|
23453
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
|
+
|
|
23454
23497
|
PlayEffectAnimation0x171Full = Symbol(
|
|
23455
23498
|
None,
|
|
23456
23499
|
None,
|
|
@@ -23469,6 +23512,15 @@ class EuItcmOverlay29Functions:
|
|
|
23469
23512
|
None,
|
|
23470
23513
|
)
|
|
23471
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
|
+
|
|
23472
23524
|
ShowPpRestoreEffect = Symbol(
|
|
23473
23525
|
None,
|
|
23474
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],
|
|
@@ -16629,7 +16647,14 @@ class JpMove_effectsSection:
|
|
|
16629
16647
|
|
|
16630
16648
|
class JpOverlay0Functions:
|
|
16631
16649
|
|
|
16632
|
-
|
|
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
|
+
)
|
|
16633
16658
|
|
|
16634
16659
|
|
|
16635
16660
|
class JpOverlay0Data:
|
|
@@ -23971,6 +23996,24 @@ class JpOverlay29Functions:
|
|
|
23971
23996
|
None,
|
|
23972
23997
|
)
|
|
23973
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
|
+
|
|
23974
24017
|
PlayEffectAnimation0x171Full = Symbol(
|
|
23975
24018
|
[0x7DA8],
|
|
23976
24019
|
[0x22E5688],
|
|
@@ -23989,6 +24032,15 @@ class JpOverlay29Functions:
|
|
|
23989
24032
|
None,
|
|
23990
24033
|
)
|
|
23991
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
|
+
|
|
23992
24044
|
ShowPpRestoreEffect = Symbol(
|
|
23993
24045
|
[0x86F4],
|
|
23994
24046
|
[0x22E5FD4],
|
pmdsky_debug_py/jp_itcm.py
CHANGED
|
@@ -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,
|
|
@@ -16393,7 +16411,14 @@ class JpItcmMove_effectsSection:
|
|
|
16393
16411
|
|
|
16394
16412
|
class JpItcmOverlay0Functions:
|
|
16395
16413
|
|
|
16396
|
-
|
|
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
|
+
)
|
|
16397
16422
|
|
|
16398
16423
|
|
|
16399
16424
|
class JpItcmOverlay0Data:
|
|
@@ -23451,6 +23476,24 @@ class JpItcmOverlay29Functions:
|
|
|
23451
23476
|
None,
|
|
23452
23477
|
)
|
|
23453
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
|
+
|
|
23454
23497
|
PlayEffectAnimation0x171Full = Symbol(
|
|
23455
23498
|
None,
|
|
23456
23499
|
None,
|
|
@@ -23469,6 +23512,15 @@ class JpItcmOverlay29Functions:
|
|
|
23469
23512
|
None,
|
|
23470
23513
|
)
|
|
23471
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
|
+
|
|
23472
23524
|
ShowPpRestoreEffect = Symbol(
|
|
23473
23525
|
None,
|
|
23474
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],
|
|
@@ -16634,7 +16652,14 @@ class NaMove_effectsSection:
|
|
|
16634
16652
|
|
|
16635
16653
|
class NaOverlay0Functions:
|
|
16636
16654
|
|
|
16637
|
-
|
|
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
|
+
)
|
|
16638
16663
|
|
|
16639
16664
|
|
|
16640
16665
|
class NaOverlay0Data:
|
|
@@ -23978,6 +24003,24 @@ class NaOverlay29Functions:
|
|
|
23978
24003
|
None,
|
|
23979
24004
|
)
|
|
23980
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
|
+
|
|
23981
24024
|
PlayEffectAnimation0x171Full = Symbol(
|
|
23982
24025
|
[0x7DD8],
|
|
23983
24026
|
[0x22E4018],
|
|
@@ -23996,6 +24039,15 @@ class NaOverlay29Functions:
|
|
|
23996
24039
|
None,
|
|
23997
24040
|
)
|
|
23998
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
|
+
|
|
23999
24051
|
ShowPpRestoreEffect = Symbol(
|
|
24000
24052
|
[0x8724],
|
|
24001
24053
|
[0x22E4964],
|
pmdsky_debug_py/na_itcm.py
CHANGED
|
@@ -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,
|
|
@@ -16393,7 +16411,14 @@ class NaItcmMove_effectsSection:
|
|
|
16393
16411
|
|
|
16394
16412
|
class NaItcmOverlay0Functions:
|
|
16395
16413
|
|
|
16396
|
-
|
|
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
|
+
)
|
|
16397
16422
|
|
|
16398
16423
|
|
|
16399
16424
|
class NaItcmOverlay0Data:
|
|
@@ -23451,6 +23476,24 @@ class NaItcmOverlay29Functions:
|
|
|
23451
23476
|
None,
|
|
23452
23477
|
)
|
|
23453
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
|
+
|
|
23454
23497
|
PlayEffectAnimation0x171Full = Symbol(
|
|
23455
23498
|
None,
|
|
23456
23499
|
None,
|
|
@@ -23469,6 +23512,15 @@ class NaItcmOverlay29Functions:
|
|
|
23469
23512
|
None,
|
|
23470
23513
|
)
|
|
23471
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
|
+
|
|
23472
23524
|
ShowPpRestoreEffect = Symbol(
|
|
23473
23525
|
None,
|
|
23474
23526
|
None,
|
pmdsky_debug_py/protocol.py
CHANGED
|
@@ -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,
|
|
@@ -10251,7 +10261,10 @@ Move_effectsProtocol = SectionProtocol[
|
|
|
10251
10261
|
|
|
10252
10262
|
class Overlay0FunctionsProtocol(Protocol):
|
|
10253
10263
|
|
|
10254
|
-
|
|
10264
|
+
SelectRandomBackground: Symbol[
|
|
10265
|
+
Optional[list[int]],
|
|
10266
|
+
None,
|
|
10267
|
+
]
|
|
10255
10268
|
|
|
10256
10269
|
|
|
10257
10270
|
class Overlay0DataProtocol(Protocol):
|
|
@@ -14465,6 +14478,16 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
14465
14478
|
None,
|
|
14466
14479
|
]
|
|
14467
14480
|
|
|
14481
|
+
PlayQuestionMarkEffect: Symbol[
|
|
14482
|
+
Optional[list[int]],
|
|
14483
|
+
None,
|
|
14484
|
+
]
|
|
14485
|
+
|
|
14486
|
+
PlayExclamationPointEffect: Symbol[
|
|
14487
|
+
Optional[list[int]],
|
|
14488
|
+
None,
|
|
14489
|
+
]
|
|
14490
|
+
|
|
14468
14491
|
PlayEffectAnimation0x171Full: Symbol[
|
|
14469
14492
|
Optional[list[int]],
|
|
14470
14493
|
None,
|
|
@@ -14475,6 +14498,11 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
14475
14498
|
None,
|
|
14476
14499
|
]
|
|
14477
14500
|
|
|
14501
|
+
PlayEffectAnimationEntityStandard: Symbol[
|
|
14502
|
+
Optional[list[int]],
|
|
14503
|
+
None,
|
|
14504
|
+
]
|
|
14505
|
+
|
|
14478
14506
|
ShowPpRestoreEffect: Symbol[
|
|
14479
14507
|
Optional[list[int]],
|
|
14480
14508
|
None,
|
|
@@ -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,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,,
|
|
File without changes
|