pmdsky-debug-py 10.0.24__py3-none-any.whl → 10.0.25__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/jp.py +6 -6
- pmdsky_debug_py/na.py +6 -6
- {pmdsky_debug_py-10.0.24.dist-info → pmdsky_debug_py-10.0.25.dist-info}/METADATA +1 -1
- {pmdsky_debug_py-10.0.24.dist-info → pmdsky_debug_py-10.0.25.dist-info}/RECORD +7 -7
- {pmdsky_debug_py-10.0.24.dist-info → pmdsky_debug_py-10.0.25.dist-info}/WHEEL +0 -0
- {pmdsky_debug_py-10.0.24.dist-info → pmdsky_debug_py-10.0.25.dist-info}/top_level.txt +0 -0
pmdsky_debug_py/_release.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
RELEASE = "v0.10.0+
|
|
1
|
+
RELEASE = "v0.10.0+4bd030757a"
|
pmdsky_debug_py/jp.py
CHANGED
|
@@ -24657,8 +24657,8 @@ class JpOverlay29Functions:
|
|
|
24657
24657
|
)
|
|
24658
24658
|
|
|
24659
24659
|
GetTreatmentBetweenMonsters = Symbol(
|
|
24660
|
-
[
|
|
24661
|
-
[
|
|
24660
|
+
[0x253EC],
|
|
24661
|
+
[0x2302CCC],
|
|
24662
24662
|
None,
|
|
24663
24663
|
"GetTreatmentBetweenMonsters",
|
|
24664
24664
|
"Called to check if a monster should treat another as an ally, enemy, or ignore it.\n(Examples of the 'ignore' case: target is a shopkeeper, there is a decoy on the floor, etc.)\n\nr0: Pointer to entity 1\nr1: Pointer to entity 2\nr2: If false, return TREATMENT_IGNORE if entity 2 is invisible and entity 1 cannot see invisible monsters\nr3: If true, return TREATMENT_IGNORE if entity 1 is a team member and entity 2 has the STATUS_PETRIFIED status\nreturn: Treatment that monster 1 should apply to monster 2",
|
|
@@ -26745,8 +26745,8 @@ class JpOverlay29Functions:
|
|
|
26745
26745
|
)
|
|
26746
26746
|
|
|
26747
26747
|
GetAiUseItemProbability = Symbol(
|
|
26748
|
-
[
|
|
26749
|
-
[
|
|
26748
|
+
[0x41C28],
|
|
26749
|
+
[0x231F508],
|
|
26750
26750
|
None,
|
|
26751
26751
|
"GetAiUseItemProbability",
|
|
26752
26752
|
"Called to get the probability of an item being used or thrown by an AI on the current turn.\n\nr0: Pointer to either the user if it is an item used by the AI or the target if it is an item thrown by the AI\nr1: Pointer to item\nr2: Size-2 bitvector: if bit 0 is set, the AI is throwing the item. If bit 1 is set, it is targeting an ally with the item.\nreturn: Integer in range [0, 100]",
|
|
@@ -26754,8 +26754,8 @@ class JpOverlay29Functions:
|
|
|
26754
26754
|
)
|
|
26755
26755
|
|
|
26756
26756
|
IsAdjacentToEnemy = Symbol(
|
|
26757
|
-
[
|
|
26758
|
-
[
|
|
26757
|
+
[0x424BC],
|
|
26758
|
+
[0x231FD9C],
|
|
26759
26759
|
None,
|
|
26760
26760
|
"IsAdjacentToEnemy",
|
|
26761
26761
|
"Called to check if a hostile entity is present in any of the tiles adjacent to an entity.\n\nr0: Pointer to entity\nreturn: True if yes, false if no",
|
pmdsky_debug_py/na.py
CHANGED
|
@@ -24664,8 +24664,8 @@ class NaOverlay29Functions:
|
|
|
24664
24664
|
)
|
|
24665
24665
|
|
|
24666
24666
|
GetTreatmentBetweenMonsters = Symbol(
|
|
24667
|
-
[
|
|
24668
|
-
[
|
|
24667
|
+
[0x2551C],
|
|
24668
|
+
[0x230175C],
|
|
24669
24669
|
None,
|
|
24670
24670
|
"GetTreatmentBetweenMonsters",
|
|
24671
24671
|
"Called to check if a monster should treat another as an ally, enemy, or ignore it.\n(Examples of the 'ignore' case: target is a shopkeeper, there is a decoy on the floor, etc.)\n\nr0: Pointer to entity 1\nr1: Pointer to entity 2\nr2: If false, return TREATMENT_IGNORE if entity 2 is invisible and entity 1 cannot see invisible monsters\nr3: If true, return TREATMENT_IGNORE if entity 1 is a team member and entity 2 has the STATUS_PETRIFIED status\nreturn: Treatment that monster 1 should apply to monster 2",
|
|
@@ -26752,8 +26752,8 @@ class NaOverlay29Functions:
|
|
|
26752
26752
|
)
|
|
26753
26753
|
|
|
26754
26754
|
GetAiUseItemProbability = Symbol(
|
|
26755
|
-
[
|
|
26756
|
-
[
|
|
26755
|
+
[0x41E1C],
|
|
26756
|
+
[0x231E05C],
|
|
26757
26757
|
None,
|
|
26758
26758
|
"GetAiUseItemProbability",
|
|
26759
26759
|
"Called to get the probability of an item being used or thrown by an AI on the current turn.\n\nr0: Pointer to either the user if it is an item used by the AI or the target if it is an item thrown by the AI\nr1: Pointer to item\nr2: Size-2 bitvector: if bit 0 is set, the AI is throwing the item. If bit 1 is set, it is targeting an ally with the item.\nreturn: Integer in range [0, 100]",
|
|
@@ -26761,8 +26761,8 @@ class NaOverlay29Functions:
|
|
|
26761
26761
|
)
|
|
26762
26762
|
|
|
26763
26763
|
IsAdjacentToEnemy = Symbol(
|
|
26764
|
-
[
|
|
26765
|
-
[
|
|
26764
|
+
[0x426B0],
|
|
26765
|
+
[0x231E8F0],
|
|
26766
26766
|
None,
|
|
26767
26767
|
"IsAdjacentToEnemy",
|
|
26768
26768
|
"Called to check if a hostile entity is present in any of the tiles adjacent to an entity.\n\nr0: Pointer to entity\nreturn: True if yes, false if no",
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
pmdsky_debug_py/__init__.py,sha256=xvXjdxEqeoQaaS6ssZYVI9jARzv5M4q6FNwA3Z6fOw4,1831
|
|
2
|
-
pmdsky_debug_py/_release.py,sha256=
|
|
2
|
+
pmdsky_debug_py/_release.py,sha256=BS9D5FwqnX_NiwdJEYSZAjBgJmPHwEZbMEEuNIQzieg,31
|
|
3
3
|
pmdsky_debug_py/eu.py,sha256=K6UXvAxST5LHTpwvvn1r8cZNU5B1kX50Pkp8jvj5P_0,1101892
|
|
4
4
|
pmdsky_debug_py/eu_itcm.py,sha256=K7kzXjZEJxR6KzOF6XEEPDUoVRITgomdhMgU3TlQwNc,1052140
|
|
5
|
-
pmdsky_debug_py/jp.py,sha256=
|
|
5
|
+
pmdsky_debug_py/jp.py,sha256=WkE-JQAEe79oWkAaqhkhbHK0WVrIwf9AuZINcfhjEr4,1098403
|
|
6
6
|
pmdsky_debug_py/jp_itcm.py,sha256=sLfkbfD-s8Wur8J2F7rVIsYUOkzEm-PVA3AVv6SIsaI,1052130
|
|
7
|
-
pmdsky_debug_py/na.py,sha256=
|
|
7
|
+
pmdsky_debug_py/na.py,sha256=IrUlHCZv0GgIPsOVWC8WnuB4HxCl2AWXP85MZrD01rk,1102937
|
|
8
8
|
pmdsky_debug_py/na_itcm.py,sha256=_ETqTwiDhEXf--oYREnlgrbCRYxTsG6GLZKU_JFKsLM,1052160
|
|
9
9
|
pmdsky_debug_py/protocol.py,sha256=1sfuOEO4hj3qoao_pKshyM2AYbAxQW1P10u_34HCLy8,325324
|
|
10
10
|
pmdsky_debug_py/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
-
pmdsky_debug_py-10.0.
|
|
12
|
-
pmdsky_debug_py-10.0.
|
|
13
|
-
pmdsky_debug_py-10.0.
|
|
14
|
-
pmdsky_debug_py-10.0.
|
|
11
|
+
pmdsky_debug_py-10.0.25.dist-info/METADATA,sha256=jLq6HmJto84mmqR6bB7imtNbYyOD3ozP3ObGI0tscrM,1374
|
|
12
|
+
pmdsky_debug_py-10.0.25.dist-info/WHEEL,sha256=Mdi9PDNwEZptOjTlUcAth7XJDFtKrHYaQMPulZeBCiQ,91
|
|
13
|
+
pmdsky_debug_py-10.0.25.dist-info/top_level.txt,sha256=cqvpcJbud2s8IyBAc1MfCySwniko_6qO5LWSSxNIoXI,16
|
|
14
|
+
pmdsky_debug_py-10.0.25.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|