pmdsky-debug-py 10.0.50__py3-none-any.whl → 10.0.52__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 +840 -12
- pmdsky_debug_py/eu_itcm.py +979 -151
- pmdsky_debug_py/jp.py +840 -12
- pmdsky_debug_py/jp_itcm.py +979 -151
- pmdsky_debug_py/na.py +840 -12
- pmdsky_debug_py/na_itcm.py +979 -151
- pmdsky_debug_py/protocol.py +461 -1
- {pmdsky_debug_py-10.0.50.dist-info → pmdsky_debug_py-10.0.52.dist-info}/METADATA +2 -2
- pmdsky_debug_py-10.0.52.dist-info/RECORD +14 -0
- {pmdsky_debug_py-10.0.50.dist-info → pmdsky_debug_py-10.0.52.dist-info}/WHEEL +1 -1
- pmdsky_debug_py-10.0.50.dist-info/RECORD +0 -14
- {pmdsky_debug_py-10.0.50.dist-info → pmdsky_debug_py-10.0.52.dist-info}/top_level.txt +0 -0
pmdsky_debug_py/protocol.py
CHANGED
|
@@ -1422,6 +1422,11 @@ class Arm9FunctionsProtocol(Protocol):
|
|
|
1422
1422
|
None,
|
|
1423
1423
|
]
|
|
1424
1424
|
|
|
1425
|
+
RemoveItemFromKecleonShop1: Symbol[
|
|
1426
|
+
Optional[list[int]],
|
|
1427
|
+
None,
|
|
1428
|
+
]
|
|
1429
|
+
|
|
1425
1430
|
SortKecleonItems1: Symbol[
|
|
1426
1431
|
Optional[list[int]],
|
|
1427
1432
|
None,
|
|
@@ -1432,6 +1437,16 @@ class Arm9FunctionsProtocol(Protocol):
|
|
|
1432
1437
|
None,
|
|
1433
1438
|
]
|
|
1434
1439
|
|
|
1440
|
+
AddItemToKecleonShop1: Symbol[
|
|
1441
|
+
Optional[list[int]],
|
|
1442
|
+
None,
|
|
1443
|
+
]
|
|
1444
|
+
|
|
1445
|
+
RemoveItemFromKecleonShop2: Symbol[
|
|
1446
|
+
Optional[list[int]],
|
|
1447
|
+
None,
|
|
1448
|
+
]
|
|
1449
|
+
|
|
1435
1450
|
SortKecleonItems2: Symbol[
|
|
1436
1451
|
Optional[list[int]],
|
|
1437
1452
|
None,
|
|
@@ -1442,6 +1457,11 @@ class Arm9FunctionsProtocol(Protocol):
|
|
|
1442
1457
|
None,
|
|
1443
1458
|
]
|
|
1444
1459
|
|
|
1460
|
+
AddItemToKecleonShop2: Symbol[
|
|
1461
|
+
Optional[list[int]],
|
|
1462
|
+
None,
|
|
1463
|
+
]
|
|
1464
|
+
|
|
1445
1465
|
GetExclusiveItemOffset: Symbol[
|
|
1446
1466
|
Optional[list[int]],
|
|
1447
1467
|
None,
|
|
@@ -3222,6 +3242,11 @@ class Arm9FunctionsProtocol(Protocol):
|
|
|
3222
3242
|
None,
|
|
3223
3243
|
]
|
|
3224
3244
|
|
|
3245
|
+
SetupAndShowKeyboard: Symbol[
|
|
3246
|
+
Optional[list[int]],
|
|
3247
|
+
None,
|
|
3248
|
+
]
|
|
3249
|
+
|
|
3225
3250
|
ShowKeyboard: Symbol[
|
|
3226
3251
|
Optional[list[int]],
|
|
3227
3252
|
None,
|
|
@@ -4382,6 +4407,11 @@ class Arm9FunctionsProtocol(Protocol):
|
|
|
4382
4407
|
None,
|
|
4383
4408
|
]
|
|
4384
4409
|
|
|
4410
|
+
SetBaseStatsMovesGroundMonster: Symbol[
|
|
4411
|
+
Optional[list[int]],
|
|
4412
|
+
None,
|
|
4413
|
+
]
|
|
4414
|
+
|
|
4385
4415
|
StrcmpMonsterName: Symbol[
|
|
4386
4416
|
Optional[list[int]],
|
|
4387
4417
|
None,
|
|
@@ -4457,6 +4487,11 @@ class Arm9FunctionsProtocol(Protocol):
|
|
|
4457
4487
|
None,
|
|
4458
4488
|
]
|
|
4459
4489
|
|
|
4490
|
+
ApplyLevelUpBoostsToGroundMonster: Symbol[
|
|
4491
|
+
Optional[list[int]],
|
|
4492
|
+
None,
|
|
4493
|
+
]
|
|
4494
|
+
|
|
4460
4495
|
GetMonsterGenderVeneer: Symbol[
|
|
4461
4496
|
Optional[list[int]],
|
|
4462
4497
|
None,
|
|
@@ -11382,6 +11417,26 @@ Overlay10Protocol = SectionProtocol[
|
|
|
11382
11417
|
|
|
11383
11418
|
class Overlay11FunctionsProtocol(Protocol):
|
|
11384
11419
|
|
|
11420
|
+
InitScriptRoutineState: Symbol[
|
|
11421
|
+
Optional[list[int]],
|
|
11422
|
+
None,
|
|
11423
|
+
]
|
|
11424
|
+
|
|
11425
|
+
InitScriptRoutine: Symbol[
|
|
11426
|
+
Optional[list[int]],
|
|
11427
|
+
None,
|
|
11428
|
+
]
|
|
11429
|
+
|
|
11430
|
+
LockRoutine: Symbol[
|
|
11431
|
+
Optional[list[int]],
|
|
11432
|
+
None,
|
|
11433
|
+
]
|
|
11434
|
+
|
|
11435
|
+
UnlockRoutine: Symbol[
|
|
11436
|
+
Optional[list[int]],
|
|
11437
|
+
None,
|
|
11438
|
+
]
|
|
11439
|
+
|
|
11385
11440
|
UnlockScriptingLock: Symbol[
|
|
11386
11441
|
Optional[list[int]],
|
|
11387
11442
|
None,
|
|
@@ -11397,11 +11452,21 @@ class Overlay11FunctionsProtocol(Protocol):
|
|
|
11397
11452
|
None,
|
|
11398
11453
|
]
|
|
11399
11454
|
|
|
11455
|
+
GetSsbString: Symbol[
|
|
11456
|
+
Optional[list[int]],
|
|
11457
|
+
None,
|
|
11458
|
+
]
|
|
11459
|
+
|
|
11400
11460
|
HandleUnlocks: Symbol[
|
|
11401
11461
|
Optional[list[int]],
|
|
11402
11462
|
None,
|
|
11403
11463
|
]
|
|
11404
11464
|
|
|
11465
|
+
ScriptCaseProcess: Symbol[
|
|
11466
|
+
Optional[list[int]],
|
|
11467
|
+
None,
|
|
11468
|
+
]
|
|
11469
|
+
|
|
11405
11470
|
LoadFileFromRomVeneer: Symbol[
|
|
11406
11471
|
Optional[list[int]],
|
|
11407
11472
|
None,
|
|
@@ -11587,6 +11652,11 @@ class Overlay11FunctionsProtocol(Protocol):
|
|
|
11587
11652
|
None,
|
|
11588
11653
|
]
|
|
11589
11654
|
|
|
11655
|
+
UnlockMainRoutine: Symbol[
|
|
11656
|
+
Optional[list[int]],
|
|
11657
|
+
None,
|
|
11658
|
+
]
|
|
11659
|
+
|
|
11590
11660
|
AllocAndInitPartnerFollowDataAndLiveActorList: Symbol[
|
|
11591
11661
|
Optional[list[int]],
|
|
11592
11662
|
None,
|
|
@@ -11597,17 +11667,82 @@ class Overlay11FunctionsProtocol(Protocol):
|
|
|
11597
11667
|
None,
|
|
11598
11668
|
]
|
|
11599
11669
|
|
|
11670
|
+
GetLiveActorIdxFromScriptEntityId: Symbol[
|
|
11671
|
+
Optional[list[int]],
|
|
11672
|
+
None,
|
|
11673
|
+
]
|
|
11674
|
+
|
|
11600
11675
|
DeleteLiveActor: Symbol[
|
|
11601
11676
|
Optional[list[int]],
|
|
11602
11677
|
None,
|
|
11603
11678
|
]
|
|
11604
11679
|
|
|
11680
|
+
SetAttributeBitfieldLiveActor: Symbol[
|
|
11681
|
+
Optional[list[int]],
|
|
11682
|
+
None,
|
|
11683
|
+
]
|
|
11684
|
+
|
|
11685
|
+
ResetAttributeBitfieldLiveActor: Symbol[
|
|
11686
|
+
Optional[list[int]],
|
|
11687
|
+
None,
|
|
11688
|
+
]
|
|
11689
|
+
|
|
11690
|
+
UnlockActorRoutines: Symbol[
|
|
11691
|
+
Optional[list[int]],
|
|
11692
|
+
None,
|
|
11693
|
+
]
|
|
11694
|
+
|
|
11695
|
+
GetCollidingActorId: Symbol[
|
|
11696
|
+
Optional[list[int]],
|
|
11697
|
+
None,
|
|
11698
|
+
]
|
|
11699
|
+
|
|
11605
11700
|
ChangeActorAnimation: Symbol[
|
|
11606
11701
|
Optional[list[int]],
|
|
11607
11702
|
None,
|
|
11608
11703
|
]
|
|
11609
11704
|
|
|
11610
|
-
|
|
11705
|
+
SetPositionLiveActor: Symbol[
|
|
11706
|
+
Optional[list[int]],
|
|
11707
|
+
None,
|
|
11708
|
+
]
|
|
11709
|
+
|
|
11710
|
+
GetIdLiveActor: Symbol[
|
|
11711
|
+
Optional[list[int]],
|
|
11712
|
+
None,
|
|
11713
|
+
]
|
|
11714
|
+
|
|
11715
|
+
GetCollisionBoxLiveActor: Symbol[
|
|
11716
|
+
Optional[list[int]],
|
|
11717
|
+
None,
|
|
11718
|
+
]
|
|
11719
|
+
|
|
11720
|
+
SetPositionInitialLiveActor: Symbol[
|
|
11721
|
+
Optional[list[int]],
|
|
11722
|
+
None,
|
|
11723
|
+
]
|
|
11724
|
+
|
|
11725
|
+
SetMovementRangeLiveActor: Symbol[
|
|
11726
|
+
Optional[list[int]],
|
|
11727
|
+
None,
|
|
11728
|
+
]
|
|
11729
|
+
|
|
11730
|
+
GetCollisionBoxCenterLiveActor: Symbol[
|
|
11731
|
+
Optional[list[int]],
|
|
11732
|
+
None,
|
|
11733
|
+
]
|
|
11734
|
+
|
|
11735
|
+
SetPositionLiveActorVeneer: Symbol[
|
|
11736
|
+
Optional[list[int]],
|
|
11737
|
+
None,
|
|
11738
|
+
]
|
|
11739
|
+
|
|
11740
|
+
GetHeightLiveActor: Symbol[
|
|
11741
|
+
Optional[list[int]],
|
|
11742
|
+
None,
|
|
11743
|
+
]
|
|
11744
|
+
|
|
11745
|
+
SetHeightLiveActor: Symbol[
|
|
11611
11746
|
Optional[list[int]],
|
|
11612
11747
|
None,
|
|
11613
11748
|
]
|
|
@@ -11622,6 +11757,311 @@ class Overlay11FunctionsProtocol(Protocol):
|
|
|
11622
11757
|
None,
|
|
11623
11758
|
]
|
|
11624
11759
|
|
|
11760
|
+
SetAnimationLiveActor: Symbol[
|
|
11761
|
+
Optional[list[int]],
|
|
11762
|
+
None,
|
|
11763
|
+
]
|
|
11764
|
+
|
|
11765
|
+
SetEffectLiveActor: Symbol[
|
|
11766
|
+
Optional[list[int]],
|
|
11767
|
+
None,
|
|
11768
|
+
]
|
|
11769
|
+
|
|
11770
|
+
GetAnimationStatusLiveActor: Symbol[
|
|
11771
|
+
Optional[list[int]],
|
|
11772
|
+
None,
|
|
11773
|
+
]
|
|
11774
|
+
|
|
11775
|
+
GetEffectStatusLiveActor: Symbol[
|
|
11776
|
+
Optional[list[int]],
|
|
11777
|
+
None,
|
|
11778
|
+
]
|
|
11779
|
+
|
|
11780
|
+
GetAttributeBitfieldLiveActor: Symbol[
|
|
11781
|
+
Optional[list[int]],
|
|
11782
|
+
None,
|
|
11783
|
+
]
|
|
11784
|
+
|
|
11785
|
+
SetAttributeBitfieldLiveActorWrapper: Symbol[
|
|
11786
|
+
Optional[list[int]],
|
|
11787
|
+
None,
|
|
11788
|
+
]
|
|
11789
|
+
|
|
11790
|
+
ResetAttributeBitfieldLiveActorWrapper: Symbol[
|
|
11791
|
+
Optional[list[int]],
|
|
11792
|
+
None,
|
|
11793
|
+
]
|
|
11794
|
+
|
|
11795
|
+
SetBlinkLiveActor: Symbol[
|
|
11796
|
+
Optional[list[int]],
|
|
11797
|
+
None,
|
|
11798
|
+
]
|
|
11799
|
+
|
|
11800
|
+
SetPositionOffsetLiveActor: Symbol[
|
|
11801
|
+
Optional[list[int]],
|
|
11802
|
+
None,
|
|
11803
|
+
]
|
|
11804
|
+
|
|
11805
|
+
InitPartnerFollowData: Symbol[
|
|
11806
|
+
Optional[list[int]],
|
|
11807
|
+
None,
|
|
11808
|
+
]
|
|
11809
|
+
|
|
11810
|
+
DeleteLiveObject: Symbol[
|
|
11811
|
+
Optional[list[int]],
|
|
11812
|
+
None,
|
|
11813
|
+
]
|
|
11814
|
+
|
|
11815
|
+
SetAttributeBitfieldLiveObject: Symbol[
|
|
11816
|
+
Optional[list[int]],
|
|
11817
|
+
None,
|
|
11818
|
+
]
|
|
11819
|
+
|
|
11820
|
+
ResetAttributeBitfieldLiveObject: Symbol[
|
|
11821
|
+
Optional[list[int]],
|
|
11822
|
+
None,
|
|
11823
|
+
]
|
|
11824
|
+
|
|
11825
|
+
UnlockObjectRoutines: Symbol[
|
|
11826
|
+
Optional[list[int]],
|
|
11827
|
+
None,
|
|
11828
|
+
]
|
|
11829
|
+
|
|
11830
|
+
GetCollidingObjectId: Symbol[
|
|
11831
|
+
Optional[list[int]],
|
|
11832
|
+
None,
|
|
11833
|
+
]
|
|
11834
|
+
|
|
11835
|
+
SetPositionLiveObject: Symbol[
|
|
11836
|
+
Optional[list[int]],
|
|
11837
|
+
None,
|
|
11838
|
+
]
|
|
11839
|
+
|
|
11840
|
+
GetIdLiveObject: Symbol[
|
|
11841
|
+
Optional[list[int]],
|
|
11842
|
+
None,
|
|
11843
|
+
]
|
|
11844
|
+
|
|
11845
|
+
GetCollisionBoxLiveObject: Symbol[
|
|
11846
|
+
Optional[list[int]],
|
|
11847
|
+
None,
|
|
11848
|
+
]
|
|
11849
|
+
|
|
11850
|
+
SetPositionInitialLiveObject: Symbol[
|
|
11851
|
+
Optional[list[int]],
|
|
11852
|
+
None,
|
|
11853
|
+
]
|
|
11854
|
+
|
|
11855
|
+
SetMovementRangeLiveObject: Symbol[
|
|
11856
|
+
Optional[list[int]],
|
|
11857
|
+
None,
|
|
11858
|
+
]
|
|
11859
|
+
|
|
11860
|
+
GetCollisionBoxCenterLiveObject: Symbol[
|
|
11861
|
+
Optional[list[int]],
|
|
11862
|
+
None,
|
|
11863
|
+
]
|
|
11864
|
+
|
|
11865
|
+
SetPositionLiveObjectVeneer: Symbol[
|
|
11866
|
+
Optional[list[int]],
|
|
11867
|
+
None,
|
|
11868
|
+
]
|
|
11869
|
+
|
|
11870
|
+
GetHeightLiveObject: Symbol[
|
|
11871
|
+
Optional[list[int]],
|
|
11872
|
+
None,
|
|
11873
|
+
]
|
|
11874
|
+
|
|
11875
|
+
SetHeightLiveObject: Symbol[
|
|
11876
|
+
Optional[list[int]],
|
|
11877
|
+
None,
|
|
11878
|
+
]
|
|
11879
|
+
|
|
11880
|
+
GetDirectionLiveObject: Symbol[
|
|
11881
|
+
Optional[list[int]],
|
|
11882
|
+
None,
|
|
11883
|
+
]
|
|
11884
|
+
|
|
11885
|
+
SetDirectionLiveObject: Symbol[
|
|
11886
|
+
Optional[list[int]],
|
|
11887
|
+
None,
|
|
11888
|
+
]
|
|
11889
|
+
|
|
11890
|
+
SetAnimationLiveObject: Symbol[
|
|
11891
|
+
Optional[list[int]],
|
|
11892
|
+
None,
|
|
11893
|
+
]
|
|
11894
|
+
|
|
11895
|
+
SetEffectLiveObject: Symbol[
|
|
11896
|
+
Optional[list[int]],
|
|
11897
|
+
None,
|
|
11898
|
+
]
|
|
11899
|
+
|
|
11900
|
+
GetAnimationStatusLiveObject: Symbol[
|
|
11901
|
+
Optional[list[int]],
|
|
11902
|
+
None,
|
|
11903
|
+
]
|
|
11904
|
+
|
|
11905
|
+
GetEffectStatusLiveObject: Symbol[
|
|
11906
|
+
Optional[list[int]],
|
|
11907
|
+
None,
|
|
11908
|
+
]
|
|
11909
|
+
|
|
11910
|
+
GetAttributeBitfieldLiveObject: Symbol[
|
|
11911
|
+
Optional[list[int]],
|
|
11912
|
+
None,
|
|
11913
|
+
]
|
|
11914
|
+
|
|
11915
|
+
SetAttributeBitfieldLiveObjectWrapper: Symbol[
|
|
11916
|
+
Optional[list[int]],
|
|
11917
|
+
None,
|
|
11918
|
+
]
|
|
11919
|
+
|
|
11920
|
+
ResetAttributeBitfieldLiveObjectWrapper: Symbol[
|
|
11921
|
+
Optional[list[int]],
|
|
11922
|
+
None,
|
|
11923
|
+
]
|
|
11924
|
+
|
|
11925
|
+
SetBlinkLiveObject: Symbol[
|
|
11926
|
+
Optional[list[int]],
|
|
11927
|
+
None,
|
|
11928
|
+
]
|
|
11929
|
+
|
|
11930
|
+
SetPositionOffsetLiveObject: Symbol[
|
|
11931
|
+
Optional[list[int]],
|
|
11932
|
+
None,
|
|
11933
|
+
]
|
|
11934
|
+
|
|
11935
|
+
DeleteLivePerformer: Symbol[
|
|
11936
|
+
Optional[list[int]],
|
|
11937
|
+
None,
|
|
11938
|
+
]
|
|
11939
|
+
|
|
11940
|
+
SetAttributeBitfieldLivePerformer: Symbol[
|
|
11941
|
+
Optional[list[int]],
|
|
11942
|
+
None,
|
|
11943
|
+
]
|
|
11944
|
+
|
|
11945
|
+
ResetAttributeBitfieldLivePerformer: Symbol[
|
|
11946
|
+
Optional[list[int]],
|
|
11947
|
+
None,
|
|
11948
|
+
]
|
|
11949
|
+
|
|
11950
|
+
UnlockPerformerRoutines: Symbol[
|
|
11951
|
+
Optional[list[int]],
|
|
11952
|
+
None,
|
|
11953
|
+
]
|
|
11954
|
+
|
|
11955
|
+
SetPositionLivePerformer: Symbol[
|
|
11956
|
+
Optional[list[int]],
|
|
11957
|
+
None,
|
|
11958
|
+
]
|
|
11959
|
+
|
|
11960
|
+
GetIdLivePerformer: Symbol[
|
|
11961
|
+
Optional[list[int]],
|
|
11962
|
+
None,
|
|
11963
|
+
]
|
|
11964
|
+
|
|
11965
|
+
GetCollisionBoxLivePerformer: Symbol[
|
|
11966
|
+
Optional[list[int]],
|
|
11967
|
+
None,
|
|
11968
|
+
]
|
|
11969
|
+
|
|
11970
|
+
SetPositionInitialLivePerformer: Symbol[
|
|
11971
|
+
Optional[list[int]],
|
|
11972
|
+
None,
|
|
11973
|
+
]
|
|
11974
|
+
|
|
11975
|
+
SetMovementRangeLivePerformer: Symbol[
|
|
11976
|
+
Optional[list[int]],
|
|
11977
|
+
None,
|
|
11978
|
+
]
|
|
11979
|
+
|
|
11980
|
+
GetCollisionBoxCenterLivePerformer: Symbol[
|
|
11981
|
+
Optional[list[int]],
|
|
11982
|
+
None,
|
|
11983
|
+
]
|
|
11984
|
+
|
|
11985
|
+
SetPositionLivePerformerVeneer: Symbol[
|
|
11986
|
+
Optional[list[int]],
|
|
11987
|
+
None,
|
|
11988
|
+
]
|
|
11989
|
+
|
|
11990
|
+
GetHeightLivePerformer: Symbol[
|
|
11991
|
+
Optional[list[int]],
|
|
11992
|
+
None,
|
|
11993
|
+
]
|
|
11994
|
+
|
|
11995
|
+
SetHeightLivePerformer: Symbol[
|
|
11996
|
+
Optional[list[int]],
|
|
11997
|
+
None,
|
|
11998
|
+
]
|
|
11999
|
+
|
|
12000
|
+
GetDirectionLivePerformer: Symbol[
|
|
12001
|
+
Optional[list[int]],
|
|
12002
|
+
None,
|
|
12003
|
+
]
|
|
12004
|
+
|
|
12005
|
+
SetDirectionLivePerformer: Symbol[
|
|
12006
|
+
Optional[list[int]],
|
|
12007
|
+
None,
|
|
12008
|
+
]
|
|
12009
|
+
|
|
12010
|
+
SetAnimationLivePerformer: Symbol[
|
|
12011
|
+
Optional[list[int]],
|
|
12012
|
+
None,
|
|
12013
|
+
]
|
|
12014
|
+
|
|
12015
|
+
SetEffectLivePerformer: Symbol[
|
|
12016
|
+
Optional[list[int]],
|
|
12017
|
+
None,
|
|
12018
|
+
]
|
|
12019
|
+
|
|
12020
|
+
GetAnimationStatusLivePerformer: Symbol[
|
|
12021
|
+
Optional[list[int]],
|
|
12022
|
+
None,
|
|
12023
|
+
]
|
|
12024
|
+
|
|
12025
|
+
GetEffectStatusLivePerformer: Symbol[
|
|
12026
|
+
Optional[list[int]],
|
|
12027
|
+
None,
|
|
12028
|
+
]
|
|
12029
|
+
|
|
12030
|
+
GetAttributeBitfieldLivePerformer: Symbol[
|
|
12031
|
+
Optional[list[int]],
|
|
12032
|
+
None,
|
|
12033
|
+
]
|
|
12034
|
+
|
|
12035
|
+
SetAttributeBitfieldLivePerformerWrapper: Symbol[
|
|
12036
|
+
Optional[list[int]],
|
|
12037
|
+
None,
|
|
12038
|
+
]
|
|
12039
|
+
|
|
12040
|
+
ResetAttributeBitfieldLivePerformerWrapper: Symbol[
|
|
12041
|
+
Optional[list[int]],
|
|
12042
|
+
None,
|
|
12043
|
+
]
|
|
12044
|
+
|
|
12045
|
+
SetBlinkLivePerformer: Symbol[
|
|
12046
|
+
Optional[list[int]],
|
|
12047
|
+
None,
|
|
12048
|
+
]
|
|
12049
|
+
|
|
12050
|
+
SetPositionOffsetLivePerformer: Symbol[
|
|
12051
|
+
Optional[list[int]],
|
|
12052
|
+
None,
|
|
12053
|
+
]
|
|
12054
|
+
|
|
12055
|
+
DeleteLiveEvent: Symbol[
|
|
12056
|
+
Optional[list[int]],
|
|
12057
|
+
None,
|
|
12058
|
+
]
|
|
12059
|
+
|
|
12060
|
+
GetCollidingEventId: Symbol[
|
|
12061
|
+
Optional[list[int]],
|
|
12062
|
+
None,
|
|
12063
|
+
]
|
|
12064
|
+
|
|
11625
12065
|
CreateTeamInfoBox: Symbol[
|
|
11626
12066
|
Optional[list[int]],
|
|
11627
12067
|
None,
|
|
@@ -11775,11 +12215,26 @@ class Overlay11DataProtocol(Protocol):
|
|
|
11775
12215
|
Optional[int],
|
|
11776
12216
|
]
|
|
11777
12217
|
|
|
12218
|
+
ACTOR_FUNCTION_TABLE: Symbol[
|
|
12219
|
+
Optional[list[int]],
|
|
12220
|
+
Optional[int],
|
|
12221
|
+
]
|
|
12222
|
+
|
|
11778
12223
|
SETANIMATION_TABLE: Symbol[
|
|
11779
12224
|
Optional[list[int]],
|
|
11780
12225
|
Optional[int],
|
|
11781
12226
|
]
|
|
11782
12227
|
|
|
12228
|
+
OBJECT_FUNCTION_TABLE: Symbol[
|
|
12229
|
+
Optional[list[int]],
|
|
12230
|
+
Optional[int],
|
|
12231
|
+
]
|
|
12232
|
+
|
|
12233
|
+
PERFORMER_FUNCTION_TABLE: Symbol[
|
|
12234
|
+
Optional[list[int]],
|
|
12235
|
+
Optional[int],
|
|
12236
|
+
]
|
|
12237
|
+
|
|
11783
12238
|
TEAM_INFO_BOX_DEFAULT_WINDOW_PARAMS: Symbol[
|
|
11784
12239
|
Optional[list[int]],
|
|
11785
12240
|
Optional[int],
|
|
@@ -17490,6 +17945,11 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
17490
17945
|
None,
|
|
17491
17946
|
]
|
|
17492
17947
|
|
|
17948
|
+
DungeonModeSetupAndShowNameKeyboard: Symbol[
|
|
17949
|
+
Optional[list[int]],
|
|
17950
|
+
None,
|
|
17951
|
+
]
|
|
17952
|
+
|
|
17493
17953
|
OthersMenuLoop: Symbol[
|
|
17494
17954
|
Optional[list[int]],
|
|
17495
17955
|
None,
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
pmdsky_debug_py/__init__.py,sha256=xvXjdxEqeoQaaS6ssZYVI9jARzv5M4q6FNwA3Z6fOw4,1831
|
|
2
|
+
pmdsky_debug_py/_release.py,sha256=jJayg8VYyTJ0ysKoO4LzIzA2QH5pmzoKzFk3NYniI-0,31
|
|
3
|
+
pmdsky_debug_py/eu.py,sha256=3oDeUQYX1-vdBCjoe-f4cCkHuJLDHeZsSd1chsvV2II,1154191
|
|
4
|
+
pmdsky_debug_py/eu_itcm.py,sha256=7_yer01Qn_cfZwyIpzdVfF15LEukQkiQmzIWz7ihb88,1102481
|
|
5
|
+
pmdsky_debug_py/jp.py,sha256=SVcgoyyCwyxoxEh2mKFMr4waoAz3ekBgWs2sSEXa0Cc,1150862
|
|
6
|
+
pmdsky_debug_py/jp_itcm.py,sha256=fdBrkslEyJ_MDS6mAS_G78KCeJUiLUbROMXnaZkfCb4,1102471
|
|
7
|
+
pmdsky_debug_py/na.py,sha256=iIobiZRLekEOh2Nu566jUUP26jrsazz_H3cKwjGOxD4,1155089
|
|
8
|
+
pmdsky_debug_py/na_itcm.py,sha256=DKEPxIM00RSjVvYhQEBA_Txx2n7nsJtIHzE3nkq4-Nc,1102481
|
|
9
|
+
pmdsky_debug_py/protocol.py,sha256=aNKxfT_FNbx_yhBOW9mxXigq7R4y4Rex4-TlXGpKJ54,338942
|
|
10
|
+
pmdsky_debug_py/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
+
pmdsky_debug_py-10.0.52.dist-info/METADATA,sha256=HuGN2u5zdIeSrIdXoikboE5MofxTS-Dnpi5637QAWYY,1376
|
|
12
|
+
pmdsky_debug_py-10.0.52.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
13
|
+
pmdsky_debug_py-10.0.52.dist-info/top_level.txt,sha256=cqvpcJbud2s8IyBAc1MfCySwniko_6qO5LWSSxNIoXI,16
|
|
14
|
+
pmdsky_debug_py-10.0.52.dist-info/RECORD,,
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
pmdsky_debug_py/__init__.py,sha256=xvXjdxEqeoQaaS6ssZYVI9jARzv5M4q6FNwA3Z6fOw4,1831
|
|
2
|
-
pmdsky_debug_py/_release.py,sha256=njy5zV3enxCW6xYrrmYrSJGP63eowuYwtr6ctuxPeuk,31
|
|
3
|
-
pmdsky_debug_py/eu.py,sha256=TJWLqPi2yrYnF4-vHxO6sfuwE9qdUOar6MMer3lMdRc,1124709
|
|
4
|
-
pmdsky_debug_py/eu_itcm.py,sha256=izzfl1kFKxhtW1W2x-1HlN8znqoQLnv2hv9uLfIpgOg,1074093
|
|
5
|
-
pmdsky_debug_py/jp.py,sha256=NqpSQCy9VWdTX7yrGCJmMyzm5yduQcicOAPB5PhvRes,1121440
|
|
6
|
-
pmdsky_debug_py/jp_itcm.py,sha256=zLuRgoesqlGH4XuRBpsDIszed-DWQuHNyKMzoIcAKKY,1074083
|
|
7
|
-
pmdsky_debug_py/na.py,sha256=SBc4Fy8s35cHhJiHkEFVhNQL6A0N2_yjZcELsbYh1sA,1125667
|
|
8
|
-
pmdsky_debug_py/na_itcm.py,sha256=49Nyt1AEl4R2oOiSLFVMAwZGihwddJlbN5bIzjopJzk,1074093
|
|
9
|
-
pmdsky_debug_py/protocol.py,sha256=rbpPI9QZdSWobIDJdwEU8YxnljBaOgxmQOLRLJHZzZw,330750
|
|
10
|
-
pmdsky_debug_py/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
-
pmdsky_debug_py-10.0.50.dist-info/METADATA,sha256=b3yfRrd4zKDzOWfNekmLgHCq-9MpqULHxvo_yVx4n5w,1376
|
|
12
|
-
pmdsky_debug_py-10.0.50.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
|
13
|
-
pmdsky_debug_py-10.0.50.dist-info/top_level.txt,sha256=cqvpcJbud2s8IyBAc1MfCySwniko_6qO5LWSSxNIoXI,16
|
|
14
|
-
pmdsky_debug_py-10.0.50.dist-info/RECORD,,
|
|
File without changes
|