pmdsky-debug-py 10.0.38__py3-none-any.whl → 10.0.39__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.0+f57e676a60"
1
+ RELEASE = "v0.10.0+d18e9bc451"
pmdsky_debug_py/eu.py CHANGED
@@ -7972,6 +7972,15 @@ class EuArm9Functions:
7972
7972
  None,
7973
7973
  )
7974
7974
 
7975
+ GendersNotEqualNotGenderless = Symbol(
7976
+ None,
7977
+ None,
7978
+ None,
7979
+ "GendersNotEqualNotGenderless",
7980
+ "Checks if the genders for two monster IDs are not equal. Always returns false\nif either gender is GENDER_GENDERLESS.\n\nr0: id1\nr1: id2\nreturn: bool",
7981
+ None,
7982
+ )
7983
+
7975
7984
  IsMonsterOnTeam = Symbol(
7976
7985
  [0x554C4],
7977
7986
  [0x20554C4],
@@ -23575,6 +23584,15 @@ class EuOverlay29Functions:
23575
23584
  None,
23576
23585
  )
23577
23586
 
23587
+ TryRemoveTrap = Symbol(
23588
+ [0x11CAC],
23589
+ [0x22EE82C],
23590
+ None,
23591
+ "TryRemoveTrap",
23592
+ "Tries to remove a trap from the tile at the passed position. It does nothing\nif there is no trap on the tile at that position.\n\nr0: position\nr1: bool update trap visibility\nreturn: whether a trap was succesfully removed or not",
23593
+ None,
23594
+ )
23595
+
23578
23596
  TryTriggerTrap = Symbol(
23579
23597
  [0x11DD0],
23580
23598
  [0x22EE950],
@@ -27037,7 +27055,7 @@ class EuOverlay29Functions:
27037
27055
  [0x2321B6C],
27038
27056
  None,
27039
27057
  "EnsureCanStandCurrentTile",
27040
- "Checks that the given monster is standing on a tile it can stand on given its movement type, and warps it to a random location if it's not.\n\nr0: Entity pointer",
27058
+ "Checks that the given monster is standing on a tile it can stand on given its\nmovement type and warps it if not. If the monster is a non-leader ally, they\nwill be warped to the leader. Otherwise, the monster is warped randomly.\n\nr0: Entity pointer",
27041
27059
  None,
27042
27060
  )
27043
27061
 
@@ -32015,8 +32033,8 @@ class EuRamData:
32015
32033
  )
32016
32034
 
32017
32035
  TWINEEDLE_HIT_TRACKER = Symbol(
32018
- None,
32019
- None,
32036
+ [0x37D66B],
32037
+ [0x237D66B],
32020
32038
  None,
32021
32039
  "TWINEEDLE_HIT_TRACKER",
32022
32040
  "[Runtime] Appears to be set to true whenever Twineedle hits and deals damage. So that even if the second attack misses, it will still try to poison the target.",
@@ -32024,8 +32042,8 @@ class EuRamData:
32024
32042
  )
32025
32043
 
32026
32044
  RAPID_SPIN_BINDING_REMOVAL = Symbol(
32027
- None,
32028
- None,
32045
+ [0x37D66D],
32046
+ [0x237D66D],
32029
32047
  None,
32030
32048
  "RAPID_SPIN_BINDING_REMOVAL",
32031
32049
  "[Runtime] Appears to be set to true when using Rapid Spin to later remove any binding effects and Leech Seed.",
@@ -32042,8 +32060,8 @@ class EuRamData:
32042
32060
  )
32043
32061
 
32044
32062
  MULTIHIT_MOVE_SUCCESSIVE_HITS = Symbol(
32045
- None,
32046
- None,
32063
+ [0x37D678],
32064
+ [0x237D678],
32047
32065
  None,
32048
32066
  "MULTIHIT_MOVE_SUCCESSIVE_HITS",
32049
32067
  "[Runtime] Seems to count the number of successive hits for multihit moves. This is used by Twineedle to check to attempt to apply Poison after the second attack.",
@@ -32051,8 +32069,8 @@ class EuRamData:
32051
32069
  )
32052
32070
 
32053
32071
  TRIPLE_KICK_SUCCESSIVE_HITS = Symbol(
32054
- None,
32055
- None,
32072
+ [0x37D67C],
32073
+ [0x237D67C],
32056
32074
  None,
32057
32075
  "TRIPLE_KICK_SUCCESSIVE_HITS",
32058
32076
  "[Runtime] Seems to count the number of successive hits by Triple Kick.",
@@ -7926,6 +7926,15 @@ class EuItcmArm9Functions:
7926
7926
  None,
7927
7927
  )
7928
7928
 
7929
+ GendersNotEqualNotGenderless = Symbol(
7930
+ None,
7931
+ None,
7932
+ None,
7933
+ "GendersNotEqualNotGenderless",
7934
+ "Checks if the genders for two monster IDs are not equal. Always returns false\nif either gender is GENDER_GENDERLESS.\n\nr0: id1\nr1: id2\nreturn: bool",
7935
+ None,
7936
+ )
7937
+
7929
7938
  IsMonsterOnTeam = Symbol(
7930
7939
  None,
7931
7940
  None,
@@ -23046,6 +23055,15 @@ class EuItcmOverlay29Functions:
23046
23055
  None,
23047
23056
  )
23048
23057
 
23058
+ TryRemoveTrap = Symbol(
23059
+ None,
23060
+ None,
23061
+ None,
23062
+ "TryRemoveTrap",
23063
+ "Tries to remove a trap from the tile at the passed position. It does nothing\nif there is no trap on the tile at that position.\n\nr0: position\nr1: bool update trap visibility\nreturn: whether a trap was succesfully removed or not",
23064
+ None,
23065
+ )
23066
+
23049
23067
  TryTriggerTrap = Symbol(
23050
23068
  None,
23051
23069
  None,
@@ -26462,7 +26480,7 @@ class EuItcmOverlay29Functions:
26462
26480
  None,
26463
26481
  None,
26464
26482
  "EnsureCanStandCurrentTile",
26465
- "Checks that the given monster is standing on a tile it can stand on given its movement type, and warps it to a random location if it's not.\n\nr0: Entity pointer",
26483
+ "Checks that the given monster is standing on a tile it can stand on given its\nmovement type and warps it if not. If the monster is a non-leader ally, they\nwill be warped to the leader. Otherwise, the monster is warped randomly.\n\nr0: Entity pointer",
26466
26484
  None,
26467
26485
  )
26468
26486
 
pmdsky_debug_py/jp.py CHANGED
@@ -7972,6 +7972,15 @@ class JpArm9Functions:
7972
7972
  None,
7973
7973
  )
7974
7974
 
7975
+ GendersNotEqualNotGenderless = Symbol(
7976
+ None,
7977
+ None,
7978
+ None,
7979
+ "GendersNotEqualNotGenderless",
7980
+ "Checks if the genders for two monster IDs are not equal. Always returns false\nif either gender is GENDER_GENDERLESS.\n\nr0: id1\nr1: id2\nreturn: bool",
7981
+ None,
7982
+ )
7983
+
7975
7984
  IsMonsterOnTeam = Symbol(
7976
7985
  [0x55480],
7977
7986
  [0x2055480],
@@ -23566,6 +23575,15 @@ class JpOverlay29Functions:
23566
23575
  None,
23567
23576
  )
23568
23577
 
23578
+ TryRemoveTrap = Symbol(
23579
+ None,
23580
+ None,
23581
+ None,
23582
+ "TryRemoveTrap",
23583
+ "Tries to remove a trap from the tile at the passed position. It does nothing\nif there is no trap on the tile at that position.\n\nr0: position\nr1: bool update trap visibility\nreturn: whether a trap was succesfully removed or not",
23584
+ None,
23585
+ )
23586
+
23569
23587
  TryTriggerTrap = Symbol(
23570
23588
  [0x11D24],
23571
23589
  [0x22EF604],
@@ -27028,7 +27046,7 @@ class JpOverlay29Functions:
27028
27046
  [0x23225B0],
27029
27047
  None,
27030
27048
  "EnsureCanStandCurrentTile",
27031
- "Checks that the given monster is standing on a tile it can stand on given its movement type, and warps it to a random location if it's not.\n\nr0: Entity pointer",
27049
+ "Checks that the given monster is standing on a tile it can stand on given its\nmovement type and warps it if not. If the monster is a non-leader ally, they\nwill be warped to the leader. Otherwise, the monster is warped randomly.\n\nr0: Entity pointer",
27032
27050
  None,
27033
27051
  )
27034
27052
 
@@ -7926,6 +7926,15 @@ class JpItcmArm9Functions:
7926
7926
  None,
7927
7927
  )
7928
7928
 
7929
+ GendersNotEqualNotGenderless = Symbol(
7930
+ None,
7931
+ None,
7932
+ None,
7933
+ "GendersNotEqualNotGenderless",
7934
+ "Checks if the genders for two monster IDs are not equal. Always returns false\nif either gender is GENDER_GENDERLESS.\n\nr0: id1\nr1: id2\nreturn: bool",
7935
+ None,
7936
+ )
7937
+
7929
7938
  IsMonsterOnTeam = Symbol(
7930
7939
  None,
7931
7940
  None,
@@ -23046,6 +23055,15 @@ class JpItcmOverlay29Functions:
23046
23055
  None,
23047
23056
  )
23048
23057
 
23058
+ TryRemoveTrap = Symbol(
23059
+ None,
23060
+ None,
23061
+ None,
23062
+ "TryRemoveTrap",
23063
+ "Tries to remove a trap from the tile at the passed position. It does nothing\nif there is no trap on the tile at that position.\n\nr0: position\nr1: bool update trap visibility\nreturn: whether a trap was succesfully removed or not",
23064
+ None,
23065
+ )
23066
+
23049
23067
  TryTriggerTrap = Symbol(
23050
23068
  None,
23051
23069
  None,
@@ -26462,7 +26480,7 @@ class JpItcmOverlay29Functions:
26462
26480
  None,
26463
26481
  None,
26464
26482
  "EnsureCanStandCurrentTile",
26465
- "Checks that the given monster is standing on a tile it can stand on given its movement type, and warps it to a random location if it's not.\n\nr0: Entity pointer",
26483
+ "Checks that the given monster is standing on a tile it can stand on given its\nmovement type and warps it if not. If the monster is a non-leader ally, they\nwill be warped to the leader. Otherwise, the monster is warped randomly.\n\nr0: Entity pointer",
26466
26484
  None,
26467
26485
  )
26468
26486
 
pmdsky_debug_py/na.py CHANGED
@@ -7972,6 +7972,15 @@ class NaArm9Functions:
7972
7972
  None,
7973
7973
  )
7974
7974
 
7975
+ GendersNotEqualNotGenderless = Symbol(
7976
+ [0x54EC8],
7977
+ [0x2054EC8],
7978
+ None,
7979
+ "GendersNotEqualNotGenderless",
7980
+ "Checks if the genders for two monster IDs are not equal. Always returns false\nif either gender is GENDER_GENDERLESS.\n\nr0: id1\nr1: id2\nreturn: bool",
7981
+ None,
7982
+ )
7983
+
7975
7984
  IsMonsterOnTeam = Symbol(
7976
7985
  [0x55148],
7977
7986
  [0x2055148],
@@ -23573,6 +23582,15 @@ class NaOverlay29Functions:
23573
23582
  None,
23574
23583
  )
23575
23584
 
23585
+ TryRemoveTrap = Symbol(
23586
+ [0x11C3C],
23587
+ [0x22EDE7C],
23588
+ None,
23589
+ "TryRemoveTrap",
23590
+ "Tries to remove a trap from the tile at the passed position. It does nothing\nif there is no trap on the tile at that position.\n\nr0: position\nr1: bool update trap visibility\nreturn: whether a trap was succesfully removed or not",
23591
+ None,
23592
+ )
23593
+
23576
23594
  TryTriggerTrap = Symbol(
23577
23595
  [0x11D60],
23578
23596
  [0x22EDFA0],
@@ -27035,7 +27053,7 @@ class NaOverlay29Functions:
27035
27053
  [0x2321104],
27036
27054
  None,
27037
27055
  "EnsureCanStandCurrentTile",
27038
- "Checks that the given monster is standing on a tile it can stand on given its movement type, and warps it to a random location if it's not.\n\nr0: Entity pointer",
27056
+ "Checks that the given monster is standing on a tile it can stand on given its\nmovement type and warps it if not. If the monster is a non-leader ally, they\nwill be warped to the leader. Otherwise, the monster is warped randomly.\n\nr0: Entity pointer",
27039
27057
  None,
27040
27058
  )
27041
27059
 
@@ -7926,6 +7926,15 @@ class NaItcmArm9Functions:
7926
7926
  None,
7927
7927
  )
7928
7928
 
7929
+ GendersNotEqualNotGenderless = Symbol(
7930
+ None,
7931
+ None,
7932
+ None,
7933
+ "GendersNotEqualNotGenderless",
7934
+ "Checks if the genders for two monster IDs are not equal. Always returns false\nif either gender is GENDER_GENDERLESS.\n\nr0: id1\nr1: id2\nreturn: bool",
7935
+ None,
7936
+ )
7937
+
7929
7938
  IsMonsterOnTeam = Symbol(
7930
7939
  None,
7931
7940
  None,
@@ -23046,6 +23055,15 @@ class NaItcmOverlay29Functions:
23046
23055
  None,
23047
23056
  )
23048
23057
 
23058
+ TryRemoveTrap = Symbol(
23059
+ None,
23060
+ None,
23061
+ None,
23062
+ "TryRemoveTrap",
23063
+ "Tries to remove a trap from the tile at the passed position. It does nothing\nif there is no trap on the tile at that position.\n\nr0: position\nr1: bool update trap visibility\nreturn: whether a trap was succesfully removed or not",
23064
+ None,
23065
+ )
23066
+
23049
23067
  TryTriggerTrap = Symbol(
23050
23068
  None,
23051
23069
  None,
@@ -26462,7 +26480,7 @@ class NaItcmOverlay29Functions:
26462
26480
  None,
26463
26481
  None,
26464
26482
  "EnsureCanStandCurrentTile",
26465
- "Checks that the given monster is standing on a tile it can stand on given its movement type, and warps it to a random location if it's not.\n\nr0: Entity pointer",
26483
+ "Checks that the given monster is standing on a tile it can stand on given its\nmovement type and warps it if not. If the monster is a non-leader ally, they\nwill be warped to the leader. Otherwise, the monster is warped randomly.\n\nr0: Entity pointer",
26466
26484
  None,
26467
26485
  )
26468
26486
 
@@ -4472,6 +4472,11 @@ class Arm9FunctionsProtocol(Protocol):
4472
4472
  None,
4473
4473
  ]
4474
4474
 
4475
+ GendersNotEqualNotGenderless: Symbol[
4476
+ Optional[list[int]],
4477
+ None,
4478
+ ]
4479
+
4475
4480
  IsMonsterOnTeam: Symbol[
4476
4481
  Optional[list[int]],
4477
4482
  None,
@@ -14240,6 +14245,11 @@ class Overlay29FunctionsProtocol(Protocol):
14240
14245
  None,
14241
14246
  ]
14242
14247
 
14248
+ TryRemoveTrap: Symbol[
14249
+ Optional[list[int]],
14250
+ None,
14251
+ ]
14252
+
14243
14253
  TryTriggerTrap: Symbol[
14244
14254
  Optional[list[int]],
14245
14255
  None,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pmdsky-debug-py
3
- Version: 10.0.38
3
+ Version: 10.0.39
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=NWwZBaSpmnhEXQ2LHCmrVIgXOc0oUhv-5eqogFWU6j0,31
3
+ pmdsky_debug_py/eu.py,sha256=yAwD6ujpAAQb76cQZrYyPQ1h0CetjLoMNDH6I2LOBrQ,1115395
4
+ pmdsky_debug_py/eu_itcm.py,sha256=mVxm2TnojhdeDOyvqxLo5G_xz46FFWc8mavBD9t2QnE,1065172
5
+ pmdsky_debug_py/jp.py,sha256=okaIAg7rq5Gi2_DqAWVwjJ_WRMmgycQlReNEP6x-jMg,1111794
6
+ pmdsky_debug_py/jp_itcm.py,sha256=sX9BrBHo7438pGnELNJGo6rhBXrcpU2HnsdeZY3-ZPE,1065162
7
+ pmdsky_debug_py/na.py,sha256=JoeavGSothuI0-VstTzxJtMHSukP-sCjYplyRLmUO0c,1116351
8
+ pmdsky_debug_py/na_itcm.py,sha256=qu1Tn6j7fNg85MtzeiBXQ6RBy_3bkiM70DX7bwxBHbI,1065192
9
+ pmdsky_debug_py/protocol.py,sha256=ZRA1gPBalCCNUdDPeb4NLYkhhO7uyI1K_dixwAeq33c,328568
10
+ pmdsky_debug_py/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
+ pmdsky_debug_py-10.0.39.dist-info/METADATA,sha256=mbVa_mXxu98LJwc_FmjgxdlItIG-wUrXRpaSe3-KBn8,1374
12
+ pmdsky_debug_py-10.0.39.dist-info/WHEEL,sha256=P9jw-gEje8ByB7_hXoICnHtVCrEwMQh-630tKvQWehc,91
13
+ pmdsky_debug_py-10.0.39.dist-info/top_level.txt,sha256=cqvpcJbud2s8IyBAc1MfCySwniko_6qO5LWSSxNIoXI,16
14
+ pmdsky_debug_py-10.0.39.dist-info/RECORD,,
@@ -1,14 +0,0 @@
1
- pmdsky_debug_py/__init__.py,sha256=xvXjdxEqeoQaaS6ssZYVI9jARzv5M4q6FNwA3Z6fOw4,1831
2
- pmdsky_debug_py/_release.py,sha256=eUIpe2za0cHz7n3u172v9R0szRq3zmvSIMyB8hUfuSM,31
3
- pmdsky_debug_py/eu.py,sha256=d_ZLGX1tKuRUa41Wz3_kFeOvdFlS-dTh4EB3MPRAs1Y,1114573
4
- pmdsky_debug_py/eu_itcm.py,sha256=ixQ5G15ITpIxum4juyS5f0hUbxsOS31m9BKJZkcI-0c,1064414
5
- pmdsky_debug_py/jp.py,sha256=oc55O0QnZ9HfHVia56HlSbAgMVunz5BYWZyBlU1eDRk,1111036
6
- pmdsky_debug_py/jp_itcm.py,sha256=vLrz-SN2AtnZVjgGwtSytjRGB4xg6fz5eNOijuuVmes,1064404
7
- pmdsky_debug_py/na.py,sha256=clMf_IqauCQiD0_aa7SzZDgJ3F9Pld8pMEfI7QbL6gw,1115569
8
- pmdsky_debug_py/na_itcm.py,sha256=DwR1Izvj2GMzk7wcwlHofShjd9dVKfe66eefeopklME,1064434
9
- pmdsky_debug_py/protocol.py,sha256=MFJ8ddpqo8M-UOq92ig2V-14XJcIKK4H_oRM02Gc5pg,328399
10
- pmdsky_debug_py/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
- pmdsky_debug_py-10.0.38.dist-info/METADATA,sha256=JIp5Y8m5HnAF7dbScjGy-GsiwP-KeHCgc1GIbAzKMgg,1374
12
- pmdsky_debug_py-10.0.38.dist-info/WHEEL,sha256=P9jw-gEje8ByB7_hXoICnHtVCrEwMQh-630tKvQWehc,91
13
- pmdsky_debug_py-10.0.38.dist-info/top_level.txt,sha256=cqvpcJbud2s8IyBAc1MfCySwniko_6qO5LWSSxNIoXI,16
14
- pmdsky_debug_py-10.0.38.dist-info/RECORD,,