pmdsky-debug-py 10.0.47__py3-none-any.whl → 10.0.49__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 +120 -3
- pmdsky_debug_py/eu_itcm.py +120 -3
- pmdsky_debug_py/jp.py +120 -3
- pmdsky_debug_py/jp_itcm.py +120 -3
- pmdsky_debug_py/na.py +120 -3
- pmdsky_debug_py/na_itcm.py +120 -3
- pmdsky_debug_py/protocol.py +65 -0
- {pmdsky_debug_py-10.0.47.dist-info → pmdsky_debug_py-10.0.49.dist-info}/METADATA +3 -3
- pmdsky_debug_py-10.0.49.dist-info/RECORD +14 -0
- pmdsky_debug_py-10.0.47.dist-info/RECORD +0 -14
- {pmdsky_debug_py-10.0.47.dist-info → pmdsky_debug_py-10.0.49.dist-info}/WHEEL +0 -0
- {pmdsky_debug_py-10.0.47.dist-info → pmdsky_debug_py-10.0.49.dist-info}/top_level.txt +0 -0
pmdsky_debug_py/protocol.py
CHANGED
|
@@ -537,6 +537,11 @@ class Arm9FunctionsProtocol(Protocol):
|
|
|
537
537
|
None,
|
|
538
538
|
]
|
|
539
539
|
|
|
540
|
+
GetDsFirmwareUserSettingsVeneer: Symbol[
|
|
541
|
+
Optional[list[int]],
|
|
542
|
+
None,
|
|
543
|
+
]
|
|
544
|
+
|
|
540
545
|
Rgb8ToRgb5: Symbol[
|
|
541
546
|
Optional[list[int]],
|
|
542
547
|
None,
|
|
@@ -572,6 +577,21 @@ class Arm9FunctionsProtocol(Protocol):
|
|
|
572
577
|
None,
|
|
573
578
|
]
|
|
574
579
|
|
|
580
|
+
DebugPrintSystemClock: Symbol[
|
|
581
|
+
Optional[list[int]],
|
|
582
|
+
None,
|
|
583
|
+
]
|
|
584
|
+
|
|
585
|
+
GetSystemClock: Symbol[
|
|
586
|
+
Optional[list[int]],
|
|
587
|
+
None,
|
|
588
|
+
]
|
|
589
|
+
|
|
590
|
+
SprintfSystemClock: Symbol[
|
|
591
|
+
Optional[list[int]],
|
|
592
|
+
None,
|
|
593
|
+
]
|
|
594
|
+
|
|
575
595
|
DataTransferInit: Symbol[
|
|
576
596
|
Optional[list[int]],
|
|
577
597
|
None,
|
|
@@ -2057,6 +2077,11 @@ class Arm9FunctionsProtocol(Protocol):
|
|
|
2057
2077
|
None,
|
|
2058
2078
|
]
|
|
2059
2079
|
|
|
2080
|
+
CopyAndInterleaveWrapper: Symbol[
|
|
2081
|
+
Optional[list[int]],
|
|
2082
|
+
None,
|
|
2083
|
+
]
|
|
2084
|
+
|
|
2060
2085
|
InitAnimationControl: Symbol[
|
|
2061
2086
|
Optional[list[int]],
|
|
2062
2087
|
None,
|
|
@@ -2497,11 +2522,21 @@ class Arm9FunctionsProtocol(Protocol):
|
|
|
2497
2522
|
None,
|
|
2498
2523
|
]
|
|
2499
2524
|
|
|
2525
|
+
GetCharWidth: Symbol[
|
|
2526
|
+
Optional[list[int]],
|
|
2527
|
+
None,
|
|
2528
|
+
]
|
|
2529
|
+
|
|
2500
2530
|
GetColorCodePaletteOffset: Symbol[
|
|
2501
2531
|
Optional[list[int]],
|
|
2502
2532
|
None,
|
|
2503
2533
|
]
|
|
2504
2534
|
|
|
2535
|
+
DrawChar: Symbol[
|
|
2536
|
+
Optional[list[int]],
|
|
2537
|
+
None,
|
|
2538
|
+
]
|
|
2539
|
+
|
|
2505
2540
|
GetWindow: Symbol[
|
|
2506
2541
|
Optional[list[int]],
|
|
2507
2542
|
None,
|
|
@@ -2822,6 +2857,16 @@ class Arm9FunctionsProtocol(Protocol):
|
|
|
2822
2857
|
None,
|
|
2823
2858
|
]
|
|
2824
2859
|
|
|
2860
|
+
GetOptionsMenuStates: Symbol[
|
|
2861
|
+
Optional[list[int]],
|
|
2862
|
+
None,
|
|
2863
|
+
]
|
|
2864
|
+
|
|
2865
|
+
GetOptionsMenuResult: Symbol[
|
|
2866
|
+
Optional[list[int]],
|
|
2867
|
+
None,
|
|
2868
|
+
]
|
|
2869
|
+
|
|
2825
2870
|
UpdateOptionsMenu: Symbol[
|
|
2826
2871
|
Optional[list[int]],
|
|
2827
2872
|
None,
|
|
@@ -8098,6 +8143,11 @@ class LibsFunctionsProtocol(Protocol):
|
|
|
8098
8143
|
None,
|
|
8099
8144
|
]
|
|
8100
8145
|
|
|
8146
|
+
GetDsFirmwareUserSettings: Symbol[
|
|
8147
|
+
Optional[list[int]],
|
|
8148
|
+
None,
|
|
8149
|
+
]
|
|
8150
|
+
|
|
8101
8151
|
CountLeadingZeros: Symbol[
|
|
8102
8152
|
Optional[list[int]],
|
|
8103
8153
|
None,
|
|
@@ -16620,6 +16670,16 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
16620
16670
|
None,
|
|
16621
16671
|
]
|
|
16622
16672
|
|
|
16673
|
+
LoadWeather3DFiles: Symbol[
|
|
16674
|
+
Optional[list[int]],
|
|
16675
|
+
None,
|
|
16676
|
+
]
|
|
16677
|
+
|
|
16678
|
+
RenderWeather3D: Symbol[
|
|
16679
|
+
Optional[list[int]],
|
|
16680
|
+
None,
|
|
16681
|
+
]
|
|
16682
|
+
|
|
16623
16683
|
GetMinimapData: Symbol[
|
|
16624
16684
|
Optional[list[int]],
|
|
16625
16685
|
None,
|
|
@@ -16630,6 +16690,11 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
16630
16690
|
None,
|
|
16631
16691
|
]
|
|
16632
16692
|
|
|
16693
|
+
FlashLeaderIcon: Symbol[
|
|
16694
|
+
Optional[list[int]],
|
|
16695
|
+
None,
|
|
16696
|
+
]
|
|
16697
|
+
|
|
16633
16698
|
UpdateMinimap: Symbol[
|
|
16634
16699
|
Optional[list[int]],
|
|
16635
16700
|
None,
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pmdsky-debug-py
|
|
3
|
-
Version: 10.0.
|
|
3
|
+
Version: 10.0.49
|
|
4
4
|
Summary: pmdsky-debug symbols for Python.
|
|
5
5
|
Author-email: Marco 'Capypara' Köpcke <hello@capypara.de>
|
|
6
6
|
License: MIT
|
|
7
7
|
Project-URL: repository, https://github.com/SkyTemple/pmdsky-debug-py
|
|
8
8
|
Classifier: Development Status :: 4 - Beta
|
|
9
9
|
Classifier: License :: OSI Approved :: MIT License
|
|
10
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
11
10
|
Classifier: Programming Language :: Python :: 3.10
|
|
12
11
|
Classifier: Programming Language :: Python :: 3.11
|
|
13
12
|
Classifier: Programming Language :: Python :: 3.12
|
|
13
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
14
14
|
Classifier: Programming Language :: Python
|
|
15
|
-
Requires-Python: >=3.
|
|
15
|
+
Requires-Python: >=3.10
|
|
16
16
|
Description-Content-Type: text/x-rst
|
|
17
17
|
|
|
18
18
|
pmdsky-debug-py
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
pmdsky_debug_py/__init__.py,sha256=xvXjdxEqeoQaaS6ssZYVI9jARzv5M4q6FNwA3Z6fOw4,1831
|
|
2
|
+
pmdsky_debug_py/_release.py,sha256=fVronUE1xPbhuK28aIZpA9gsgS07wC8TpZwfWp3VW04,31
|
|
3
|
+
pmdsky_debug_py/eu.py,sha256=oD7sU41HTn38O2wvCdOd6czwwwqGZQSRaMiQUtgY1Ak,1124414
|
|
4
|
+
pmdsky_debug_py/eu_itcm.py,sha256=rkz37osDbV3vfQ6dUq_CbWKFG6ITrvVIGvK7JNwGwSY,1073910
|
|
5
|
+
pmdsky_debug_py/jp.py,sha256=DPi3TfQGx6QS7qoQc_xwlc0U_vaCrUOTyPNREpjZDQ8,1120777
|
|
6
|
+
pmdsky_debug_py/jp_itcm.py,sha256=jDqrRNM4DkOPNyEjF1byNamQ0LxOU-ngwIUEj01NVC0,1073900
|
|
7
|
+
pmdsky_debug_py/na.py,sha256=pYzYwSmPes3hVAEM0cWe-NBUTysCtMM2ZzI281PKhMM,1125310
|
|
8
|
+
pmdsky_debug_py/na_itcm.py,sha256=WTzCa24dVzO4yldqy6j8i7AVKOOgODfnTpsw7ET6UVo,1073910
|
|
9
|
+
pmdsky_debug_py/protocol.py,sha256=-gBbldeNXckstVNiiF8eyC_yJ3md8KQtXyNI2kc6Wfo,330651
|
|
10
|
+
pmdsky_debug_py/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
+
pmdsky_debug_py-10.0.49.dist-info/METADATA,sha256=61eE14gOWkB0AMCn5O9u2J9tzDq2ZxENo8l6yioupxg,1376
|
|
12
|
+
pmdsky_debug_py-10.0.49.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
|
13
|
+
pmdsky_debug_py-10.0.49.dist-info/top_level.txt,sha256=cqvpcJbud2s8IyBAc1MfCySwniko_6qO5LWSSxNIoXI,16
|
|
14
|
+
pmdsky_debug_py-10.0.49.dist-info/RECORD,,
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
pmdsky_debug_py/__init__.py,sha256=xvXjdxEqeoQaaS6ssZYVI9jARzv5M4q6FNwA3Z6fOw4,1831
|
|
2
|
-
pmdsky_debug_py/_release.py,sha256=O22nQ0OJShq0SI6Vl1pzC7roH_igvXnihkXZAODWhdM,31
|
|
3
|
-
pmdsky_debug_py/eu.py,sha256=q8Rb55CweDOVVLFm28BCGW8VaYdVBxdA8FKU5LWVBw4,1120423
|
|
4
|
-
pmdsky_debug_py/eu_itcm.py,sha256=kUvGq_fMaOSA5PipJUiF8c-JjLrNwtGI99BVUv5XGoY,1070070
|
|
5
|
-
pmdsky_debug_py/jp.py,sha256=RUbr9Rbo5XU3FErtFMr0FfOcMS1ND2UTJLFSrg_LXIQ,1116834
|
|
6
|
-
pmdsky_debug_py/jp_itcm.py,sha256=84yDsGwXwR-HyiLvDVj4Vhd4HQ4Ie4Op2YlTtZSM_P8,1070060
|
|
7
|
-
pmdsky_debug_py/na.py,sha256=cZ9Q39m7TFYEhI2wSFGcNmkm25U0BPfAhJrdV8afLYY,1121367
|
|
8
|
-
pmdsky_debug_py/na_itcm.py,sha256=phF7ibVVNsb2NNJfBsrmICPyStQn4MhFjjvIbAGaz3U,1070070
|
|
9
|
-
pmdsky_debug_py/protocol.py,sha256=UGuZd9vsuEL8FKU8yxvhVDAlBDejHmek8oBTIRKQtCU,329578
|
|
10
|
-
pmdsky_debug_py/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
-
pmdsky_debug_py-10.0.47.dist-info/METADATA,sha256=LVIEtywhl9WQIaq0fA2K7kkRO2K6VE7trJqqi5FBdF8,1374
|
|
12
|
-
pmdsky_debug_py-10.0.47.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
|
13
|
-
pmdsky_debug_py-10.0.47.dist-info/top_level.txt,sha256=cqvpcJbud2s8IyBAc1MfCySwniko_6qO5LWSSxNIoXI,16
|
|
14
|
-
pmdsky_debug_py-10.0.47.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|