pmdsky-debug-py 10.0.27__py3-none-any.whl → 10.0.29__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+922724f961"
1
+ RELEASE = "v0.10.0+c74feaccbb"
pmdsky_debug_py/eu.py CHANGED
@@ -27626,6 +27626,15 @@ class EuOverlay29Functions:
27626
27626
  None,
27627
27627
  )
27628
27628
 
27629
+ PositionIsOnHiddenStairs = Symbol(
27630
+ [0x5C758],
27631
+ [0x23392D8],
27632
+ None,
27633
+ "PositionIsOnHiddenStairs",
27634
+ "Checks if this location is on top of the hidden stairs.\n\nr0: position pointer\nreturn: bool",
27635
+ None,
27636
+ )
27637
+
27629
27638
  HiddenStairsTrigger = Symbol(
27630
27639
  [0x5C7E4],
27631
27640
  [0x2339364],
@@ -27635,12 +27644,39 @@ class EuOverlay29Functions:
27635
27644
  None,
27636
27645
  )
27637
27646
 
27638
- GetDungeonGenInfoUnk0C = Symbol(
27647
+ GetHiddenStairsField = Symbol(
27648
+ [0x5C8A0],
27649
+ [0x2339420],
27650
+ None,
27651
+ "GetHiddenStairsField",
27652
+ "Gets the hidden_stairs_type variable from dungeon::dungeon_generation_info.\n\nreturn: enum hidden_stairs_type",
27653
+ None,
27654
+ )
27655
+
27656
+ SetHiddenStairsField = Symbol(
27657
+ [0x5C8B8],
27658
+ [0x2339438],
27659
+ None,
27660
+ "SetHiddenStairsField",
27661
+ "Sets the hidden_stairs_type variable from dungeon::dungeon_generation_info to a certain value.\n\nr0: New value",
27662
+ None,
27663
+ )
27664
+
27665
+ GetHiddenFloorField = Symbol(
27639
27666
  [0x5C8D0],
27640
27667
  [0x2339450],
27641
27668
  None,
27642
- "GetDungeonGenInfoUnk0C",
27643
- "return: dungeon_generation_info::field_0xc",
27669
+ "GetHiddenFloorField",
27670
+ "Gets the hidden_floor_type variable from dungeon::dungeon_generation_info.\n\nreturn: enum hidden_stairs_type",
27671
+ None,
27672
+ )
27673
+
27674
+ SetHiddenFloorField = Symbol(
27675
+ [0x5C8E8],
27676
+ [0x2339468],
27677
+ None,
27678
+ "SetHiddenFloorField",
27679
+ "Sets the hidden_floor_type variable from dungeon::dungeon_generation_info to a certain value.\n\nr0: New value",
27644
27680
  None,
27645
27681
  )
27646
27682
 
@@ -27051,6 +27051,15 @@ class EuItcmOverlay29Functions:
27051
27051
  None,
27052
27052
  )
27053
27053
 
27054
+ PositionIsOnHiddenStairs = Symbol(
27055
+ None,
27056
+ None,
27057
+ None,
27058
+ "PositionIsOnHiddenStairs",
27059
+ "Checks if this location is on top of the hidden stairs.\n\nr0: position pointer\nreturn: bool",
27060
+ None,
27061
+ )
27062
+
27054
27063
  HiddenStairsTrigger = Symbol(
27055
27064
  None,
27056
27065
  None,
@@ -27060,12 +27069,39 @@ class EuItcmOverlay29Functions:
27060
27069
  None,
27061
27070
  )
27062
27071
 
27063
- GetDungeonGenInfoUnk0C = Symbol(
27072
+ GetHiddenStairsField = Symbol(
27073
+ None,
27074
+ None,
27075
+ None,
27076
+ "GetHiddenStairsField",
27077
+ "Gets the hidden_stairs_type variable from dungeon::dungeon_generation_info.\n\nreturn: enum hidden_stairs_type",
27078
+ None,
27079
+ )
27080
+
27081
+ SetHiddenStairsField = Symbol(
27082
+ None,
27083
+ None,
27084
+ None,
27085
+ "SetHiddenStairsField",
27086
+ "Sets the hidden_stairs_type variable from dungeon::dungeon_generation_info to a certain value.\n\nr0: New value",
27087
+ None,
27088
+ )
27089
+
27090
+ GetHiddenFloorField = Symbol(
27091
+ None,
27092
+ None,
27093
+ None,
27094
+ "GetHiddenFloorField",
27095
+ "Gets the hidden_floor_type variable from dungeon::dungeon_generation_info.\n\nreturn: enum hidden_stairs_type",
27096
+ None,
27097
+ )
27098
+
27099
+ SetHiddenFloorField = Symbol(
27064
27100
  None,
27065
27101
  None,
27066
27102
  None,
27067
- "GetDungeonGenInfoUnk0C",
27068
- "return: dungeon_generation_info::field_0xc",
27103
+ "SetHiddenFloorField",
27104
+ "Sets the hidden_floor_type variable from dungeon::dungeon_generation_info to a certain value.\n\nr0: New value",
27069
27105
  None,
27070
27106
  )
27071
27107
 
pmdsky_debug_py/jp.py CHANGED
@@ -27617,6 +27617,15 @@ class JpOverlay29Functions:
27617
27617
  None,
27618
27618
  )
27619
27619
 
27620
+ PositionIsOnHiddenStairs = Symbol(
27621
+ [0x5C1EC],
27622
+ [0x2339ACC],
27623
+ None,
27624
+ "PositionIsOnHiddenStairs",
27625
+ "Checks if this location is on top of the hidden stairs.\n\nr0: position pointer\nreturn: bool",
27626
+ None,
27627
+ )
27628
+
27620
27629
  HiddenStairsTrigger = Symbol(
27621
27630
  [0x5C278],
27622
27631
  [0x2339B58],
@@ -27626,12 +27635,39 @@ class JpOverlay29Functions:
27626
27635
  None,
27627
27636
  )
27628
27637
 
27629
- GetDungeonGenInfoUnk0C = Symbol(
27638
+ GetHiddenStairsField = Symbol(
27639
+ [0x5C334],
27640
+ [0x2339C14],
27641
+ None,
27642
+ "GetHiddenStairsField",
27643
+ "Gets the hidden_stairs_type variable from dungeon::dungeon_generation_info.\n\nreturn: enum hidden_stairs_type",
27644
+ None,
27645
+ )
27646
+
27647
+ SetHiddenStairsField = Symbol(
27648
+ [0x5C34C],
27649
+ [0x2339C2C],
27650
+ None,
27651
+ "SetHiddenStairsField",
27652
+ "Sets the hidden_stairs_type variable from dungeon::dungeon_generation_info to a certain value.\n\nr0: New value",
27653
+ None,
27654
+ )
27655
+
27656
+ GetHiddenFloorField = Symbol(
27630
27657
  [0x5C364],
27631
27658
  [0x2339C44],
27632
27659
  None,
27633
- "GetDungeonGenInfoUnk0C",
27634
- "return: dungeon_generation_info::field_0xc",
27660
+ "GetHiddenFloorField",
27661
+ "Gets the hidden_floor_type variable from dungeon::dungeon_generation_info.\n\nreturn: enum hidden_stairs_type",
27662
+ None,
27663
+ )
27664
+
27665
+ SetHiddenFloorField = Symbol(
27666
+ [0x5C37C],
27667
+ [0x2339C5C],
27668
+ None,
27669
+ "SetHiddenFloorField",
27670
+ "Sets the hidden_floor_type variable from dungeon::dungeon_generation_info to a certain value.\n\nr0: New value",
27635
27671
  None,
27636
27672
  )
27637
27673
 
@@ -27051,6 +27051,15 @@ class JpItcmOverlay29Functions:
27051
27051
  None,
27052
27052
  )
27053
27053
 
27054
+ PositionIsOnHiddenStairs = Symbol(
27055
+ None,
27056
+ None,
27057
+ None,
27058
+ "PositionIsOnHiddenStairs",
27059
+ "Checks if this location is on top of the hidden stairs.\n\nr0: position pointer\nreturn: bool",
27060
+ None,
27061
+ )
27062
+
27054
27063
  HiddenStairsTrigger = Symbol(
27055
27064
  None,
27056
27065
  None,
@@ -27060,12 +27069,39 @@ class JpItcmOverlay29Functions:
27060
27069
  None,
27061
27070
  )
27062
27071
 
27063
- GetDungeonGenInfoUnk0C = Symbol(
27072
+ GetHiddenStairsField = Symbol(
27073
+ None,
27074
+ None,
27075
+ None,
27076
+ "GetHiddenStairsField",
27077
+ "Gets the hidden_stairs_type variable from dungeon::dungeon_generation_info.\n\nreturn: enum hidden_stairs_type",
27078
+ None,
27079
+ )
27080
+
27081
+ SetHiddenStairsField = Symbol(
27082
+ None,
27083
+ None,
27084
+ None,
27085
+ "SetHiddenStairsField",
27086
+ "Sets the hidden_stairs_type variable from dungeon::dungeon_generation_info to a certain value.\n\nr0: New value",
27087
+ None,
27088
+ )
27089
+
27090
+ GetHiddenFloorField = Symbol(
27091
+ None,
27092
+ None,
27093
+ None,
27094
+ "GetHiddenFloorField",
27095
+ "Gets the hidden_floor_type variable from dungeon::dungeon_generation_info.\n\nreturn: enum hidden_stairs_type",
27096
+ None,
27097
+ )
27098
+
27099
+ SetHiddenFloorField = Symbol(
27064
27100
  None,
27065
27101
  None,
27066
27102
  None,
27067
- "GetDungeonGenInfoUnk0C",
27068
- "return: dungeon_generation_info::field_0xc",
27103
+ "SetHiddenFloorField",
27104
+ "Sets the hidden_floor_type variable from dungeon::dungeon_generation_info to a certain value.\n\nr0: New value",
27069
27105
  None,
27070
27106
  )
27071
27107
 
pmdsky_debug_py/na.py CHANGED
@@ -27624,6 +27624,15 @@ class NaOverlay29Functions:
27624
27624
  None,
27625
27625
  )
27626
27626
 
27627
+ PositionIsOnHiddenStairs = Symbol(
27628
+ [0x5C4C8],
27629
+ [0x2338708],
27630
+ None,
27631
+ "PositionIsOnHiddenStairs",
27632
+ "Checks if this location is on top of the hidden stairs.\n\nr0: position pointer\nreturn: bool",
27633
+ None,
27634
+ )
27635
+
27627
27636
  HiddenStairsTrigger = Symbol(
27628
27637
  [0x5C554],
27629
27638
  [0x2338794],
@@ -27633,12 +27642,39 @@ class NaOverlay29Functions:
27633
27642
  None,
27634
27643
  )
27635
27644
 
27636
- GetDungeonGenInfoUnk0C = Symbol(
27645
+ GetHiddenStairsField = Symbol(
27646
+ [0x5C610],
27647
+ [0x2338850],
27648
+ None,
27649
+ "GetHiddenStairsField",
27650
+ "Gets the hidden_stairs_type variable from dungeon::dungeon_generation_info.\n\nreturn: enum hidden_stairs_type",
27651
+ None,
27652
+ )
27653
+
27654
+ SetHiddenStairsField = Symbol(
27655
+ [0x5C628],
27656
+ [0x2338868],
27657
+ None,
27658
+ "SetHiddenStairsField",
27659
+ "Sets the hidden_stairs_type variable from dungeon::dungeon_generation_info to a certain value.\n\nr0: New value",
27660
+ None,
27661
+ )
27662
+
27663
+ GetHiddenFloorField = Symbol(
27637
27664
  [0x5C640],
27638
27665
  [0x2338880],
27639
27666
  None,
27640
- "GetDungeonGenInfoUnk0C",
27641
- "return: dungeon_generation_info::field_0xc",
27667
+ "GetHiddenFloorField",
27668
+ "Gets the hidden_floor_type variable from dungeon::dungeon_generation_info.\n\nreturn: enum hidden_stairs_type",
27669
+ None,
27670
+ )
27671
+
27672
+ SetHiddenFloorField = Symbol(
27673
+ [0x5C658],
27674
+ [0x2338898],
27675
+ None,
27676
+ "SetHiddenFloorField",
27677
+ "Sets the hidden_floor_type variable from dungeon::dungeon_generation_info to a certain value.\n\nr0: New value",
27642
27678
  None,
27643
27679
  )
27644
27680
 
@@ -27051,6 +27051,15 @@ class NaItcmOverlay29Functions:
27051
27051
  None,
27052
27052
  )
27053
27053
 
27054
+ PositionIsOnHiddenStairs = Symbol(
27055
+ None,
27056
+ None,
27057
+ None,
27058
+ "PositionIsOnHiddenStairs",
27059
+ "Checks if this location is on top of the hidden stairs.\n\nr0: position pointer\nreturn: bool",
27060
+ None,
27061
+ )
27062
+
27054
27063
  HiddenStairsTrigger = Symbol(
27055
27064
  None,
27056
27065
  None,
@@ -27060,12 +27069,39 @@ class NaItcmOverlay29Functions:
27060
27069
  None,
27061
27070
  )
27062
27071
 
27063
- GetDungeonGenInfoUnk0C = Symbol(
27072
+ GetHiddenStairsField = Symbol(
27073
+ None,
27074
+ None,
27075
+ None,
27076
+ "GetHiddenStairsField",
27077
+ "Gets the hidden_stairs_type variable from dungeon::dungeon_generation_info.\n\nreturn: enum hidden_stairs_type",
27078
+ None,
27079
+ )
27080
+
27081
+ SetHiddenStairsField = Symbol(
27082
+ None,
27083
+ None,
27084
+ None,
27085
+ "SetHiddenStairsField",
27086
+ "Sets the hidden_stairs_type variable from dungeon::dungeon_generation_info to a certain value.\n\nr0: New value",
27087
+ None,
27088
+ )
27089
+
27090
+ GetHiddenFloorField = Symbol(
27091
+ None,
27092
+ None,
27093
+ None,
27094
+ "GetHiddenFloorField",
27095
+ "Gets the hidden_floor_type variable from dungeon::dungeon_generation_info.\n\nreturn: enum hidden_stairs_type",
27096
+ None,
27097
+ )
27098
+
27099
+ SetHiddenFloorField = Symbol(
27064
27100
  None,
27065
27101
  None,
27066
27102
  None,
27067
- "GetDungeonGenInfoUnk0C",
27068
- "return: dungeon_generation_info::field_0xc",
27103
+ "SetHiddenFloorField",
27104
+ "Sets the hidden_floor_type variable from dungeon::dungeon_generation_info to a certain value.\n\nr0: New value",
27069
27105
  None,
27070
27106
  )
27071
27107
 
@@ -16465,12 +16465,32 @@ class Overlay29FunctionsProtocol(Protocol):
16465
16465
  None,
16466
16466
  ]
16467
16467
 
16468
+ PositionIsOnHiddenStairs: Symbol[
16469
+ Optional[list[int]],
16470
+ None,
16471
+ ]
16472
+
16468
16473
  HiddenStairsTrigger: Symbol[
16469
16474
  Optional[list[int]],
16470
16475
  None,
16471
16476
  ]
16472
16477
 
16473
- GetDungeonGenInfoUnk0C: Symbol[
16478
+ GetHiddenStairsField: Symbol[
16479
+ Optional[list[int]],
16480
+ None,
16481
+ ]
16482
+
16483
+ SetHiddenStairsField: Symbol[
16484
+ Optional[list[int]],
16485
+ None,
16486
+ ]
16487
+
16488
+ GetHiddenFloorField: Symbol[
16489
+ Optional[list[int]],
16490
+ None,
16491
+ ]
16492
+
16493
+ SetHiddenFloorField: Symbol[
16474
16494
  Optional[list[int]],
16475
16495
  None,
16476
16496
  ]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pmdsky-debug-py
3
- Version: 10.0.27
3
+ Version: 10.0.29
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=jCzD5ewwWKVZ9P0FmFlbjdVIzKiK_v72_Iy3E3Pv4JE,31
3
+ pmdsky_debug_py/eu.py,sha256=sekX9kAIDqECLFe6hTQqmvyXV3FQ7GPy5pQ-Y-WY1V0,1109747
4
+ pmdsky_debug_py/eu_itcm.py,sha256=bm9_2sFkwWvKAip3pBcoYcGU9o_0rIYnIkiMHiZzwTU,1059766
5
+ pmdsky_debug_py/jp.py,sha256=Z5zvJM6_GqHcPUX2cyawd8f8u_FHysVDjJ3jBvlUBAI,1106209
6
+ pmdsky_debug_py/jp_itcm.py,sha256=3IxVigKuXjaoDj9Geail1UMFwUhWyxZEOFvp9OmSmAg,1059756
7
+ pmdsky_debug_py/na.py,sha256=Q24Jg3oNsbaOnJL2gxFZbWN1WvJt9oqREjN9gnNnb9M,1110755
8
+ pmdsky_debug_py/na_itcm.py,sha256=wiYULTKfDOID7pKiO_0rb0O1wv7OEtFVtTtRCxh6yIA,1059786
9
+ pmdsky_debug_py/protocol.py,sha256=iaIgSWIh0h-hRCYMW3lbfkq1uwtaPY2tcVlJkBDs8-E,327030
10
+ pmdsky_debug_py/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
+ pmdsky_debug_py-10.0.29.dist-info/METADATA,sha256=0j02Jqc_4IIVmpdtH2g001rgL1MwZoxnlDQL3mrOP2s,1374
12
+ pmdsky_debug_py-10.0.29.dist-info/WHEEL,sha256=uCRv0ZEik_232NlR4YDw4Pv3Ajt5bKvMH13NUU7hFuI,91
13
+ pmdsky_debug_py-10.0.29.dist-info/top_level.txt,sha256=cqvpcJbud2s8IyBAc1MfCySwniko_6qO5LWSSxNIoXI,16
14
+ pmdsky_debug_py-10.0.29.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (74.0.0)
2
+ Generator: setuptools (74.1.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=_ipd5pE6cGDfJI9OipSviV-XwOpOQ4grdVOdrRyat8k,31
3
- pmdsky_debug_py/eu.py,sha256=ZdB815CjQGkFuuopAyggwuuv93NWsApYkB04CWkH0as,1108640
4
- pmdsky_debug_py/eu_itcm.py,sha256=dbu3bUBOZcYW_gqoqGmr73tCXrk3ISWb51jpKG_gsY8,1058707
5
- pmdsky_debug_py/jp.py,sha256=INK_uw0QNv7DxwgA1JCilLsK4FjSag6xr82kNoZOaSc,1105102
6
- pmdsky_debug_py/jp_itcm.py,sha256=PUpmVk71ThVAHDnMTdZQZ31ytKeMKOV0WTmrr9rcFBw,1058697
7
- pmdsky_debug_py/na.py,sha256=Tf755puRttZ08c2z50C39jiEtoS3Jkdsgas6-4HYchg,1109648
8
- pmdsky_debug_py/na_itcm.py,sha256=2SOI3dxaAcVT00h3AMuFV3pR15DA7MqFw_XHTnLH_Ig,1058727
9
- pmdsky_debug_py/protocol.py,sha256=BYjewhktU0bxQBRmGseEjOKg5ONPWt0oy0hW7k_pcus,326694
10
- pmdsky_debug_py/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
- pmdsky_debug_py-10.0.27.dist-info/METADATA,sha256=V4Yf823nj7x-GUAlltMpcIZjhoU8avCuF9TnXom8tl4,1374
12
- pmdsky_debug_py-10.0.27.dist-info/WHEEL,sha256=UvcQYKBHoFqaQd6LKyqHw9fxEolWLQnlzP0h_LgJAfI,91
13
- pmdsky_debug_py-10.0.27.dist-info/top_level.txt,sha256=cqvpcJbud2s8IyBAc1MfCySwniko_6qO5LWSSxNIoXI,16
14
- pmdsky_debug_py-10.0.27.dist-info/RECORD,,