pmdsky-debug-py 5.1.6__py3-none-any.whl → 5.1.8__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.5.1+e778c90d7d"
1
+ RELEASE = "v0.5.1+36b947cb66"
pmdsky_debug_py/eu.py CHANGED
@@ -17843,6 +17843,28 @@ class EuOverlay29Functions:
17843
17843
  ),
17844
17844
  )
17845
17845
 
17846
+ EndSleepClassStatus = Symbol(
17847
+ None,
17848
+ None,
17849
+ None,
17850
+ (
17851
+ "Cures the target's sleep, sleepless, nightmare, yawn or napping status due"
17852
+ " to the action of the user, and prints the event to the log.\n\nr0:"
17853
+ " pointer to user\nr1: pointer to target"
17854
+ ),
17855
+ )
17856
+
17857
+ EndBurnClassStatus = Symbol(
17858
+ None,
17859
+ None,
17860
+ None,
17861
+ (
17862
+ "Cures the target's burned, poisoned, badly poisoned or paralysis status"
17863
+ " due to the action of the user, and prints the event to the log.\n\nr0:"
17864
+ " pointer to user\nr1: pointer to target"
17865
+ ),
17866
+ )
17867
+
17846
17868
  EndFrozenClassStatus = Symbol(
17847
17869
  [0x2A104],
17848
17870
  [0x2306C84],
@@ -17866,6 +17888,74 @@ class EuOverlay29Functions:
17866
17888
  ),
17867
17889
  )
17868
17890
 
17891
+ EndReflectClassStatus = Symbol(
17892
+ None,
17893
+ None,
17894
+ None,
17895
+ (
17896
+ "Removes the target's reflect, safeguard, light screen, counter, magic"
17897
+ " coat, wish, protect, mirror coat, endure, mini counter?, mirror move,"
17898
+ " conversion 2, vital throw, mist, metal burst, aqua ring or lucky chant"
17899
+ " status due to the action of the user, and prints the event to the"
17900
+ " log.\n\nr0: pointer to user\nr1: pointer to target"
17901
+ ),
17902
+ )
17903
+
17904
+ EndLeechSeedClassStatus = Symbol(
17905
+ None,
17906
+ None,
17907
+ None,
17908
+ (
17909
+ "Cures the target's leech seed or destiny bond status due to the action of"
17910
+ " the user, and prints the event to the log.\n\nr0: pointer to user\nr1:"
17911
+ " pointer to target"
17912
+ ),
17913
+ )
17914
+
17915
+ EndSureShotClassStatus = Symbol(
17916
+ None,
17917
+ None,
17918
+ None,
17919
+ (
17920
+ "Removes the target's sure shot, whiffer, set damage or focus energy status"
17921
+ " due to the action of the user, and prints the event to the log.\n\nr0:"
17922
+ " pointer to user\nr1: pointer to target"
17923
+ ),
17924
+ )
17925
+
17926
+ EndMuzzledStatus = Symbol(
17927
+ None,
17928
+ None,
17929
+ None,
17930
+ (
17931
+ "Removes the target's muzzled status due to the action of the user, and"
17932
+ " prints the event to the log.\n\nr0: pointer to user\nr1: pointer to"
17933
+ " target"
17934
+ ),
17935
+ )
17936
+
17937
+ EndMiracleEyeStatus = Symbol(
17938
+ None,
17939
+ None,
17940
+ None,
17941
+ (
17942
+ "Removes the target's miracle eye status due to the action of the user, and"
17943
+ " prints the event to the log.\n\nr0: pointer to user\nr1: pointer to"
17944
+ " target"
17945
+ ),
17946
+ )
17947
+
17948
+ EndMagnetRiseStatus = Symbol(
17949
+ None,
17950
+ None,
17951
+ None,
17952
+ (
17953
+ "Removes the target's magnet rise status due to the action of the user, and"
17954
+ " prints the event to the log.\n\nr0: pointer to user\nr1: pointer to"
17955
+ " target"
17956
+ ),
17957
+ )
17958
+
17869
17959
  TryTriggerMonsterHouse = Symbol(
17870
17960
  [0x2BDF8],
17871
17961
  [0x2308978],
@@ -22526,7 +22616,9 @@ class EuOverlay31Data:
22526
22616
  None, None, None, "Note: unverified, ported from Irdkwia's notes"
22527
22617
  )
22528
22618
 
22529
- OVERLAY31_JP_STRING = Symbol(None, None, None, "\n\n----  初期ポジション=%d ----- \n")
22619
+ OVERLAY31_JP_STRING = Symbol(
22620
+ None, None, None, "\n\n----  初期ポジション=%d ----- \n"
22621
+ )
22530
22622
 
22531
22623
  DUNGEON_D_BOX_LAYOUT_14 = Symbol(
22532
22624
  None, None, None, "Note: unverified, ported from Irdkwia's notes"
@@ -17353,6 +17353,28 @@ class EuItcmOverlay29Functions:
17353
17353
  ),
17354
17354
  )
17355
17355
 
17356
+ EndSleepClassStatus = Symbol(
17357
+ None,
17358
+ None,
17359
+ None,
17360
+ (
17361
+ "Cures the target's sleep, sleepless, nightmare, yawn or napping status due"
17362
+ " to the action of the user, and prints the event to the log.\n\nr0:"
17363
+ " pointer to user\nr1: pointer to target"
17364
+ ),
17365
+ )
17366
+
17367
+ EndBurnClassStatus = Symbol(
17368
+ None,
17369
+ None,
17370
+ None,
17371
+ (
17372
+ "Cures the target's burned, poisoned, badly poisoned or paralysis status"
17373
+ " due to the action of the user, and prints the event to the log.\n\nr0:"
17374
+ " pointer to user\nr1: pointer to target"
17375
+ ),
17376
+ )
17377
+
17356
17378
  EndFrozenClassStatus = Symbol(
17357
17379
  None,
17358
17380
  None,
@@ -17376,6 +17398,74 @@ class EuItcmOverlay29Functions:
17376
17398
  ),
17377
17399
  )
17378
17400
 
17401
+ EndReflectClassStatus = Symbol(
17402
+ None,
17403
+ None,
17404
+ None,
17405
+ (
17406
+ "Removes the target's reflect, safeguard, light screen, counter, magic"
17407
+ " coat, wish, protect, mirror coat, endure, mini counter?, mirror move,"
17408
+ " conversion 2, vital throw, mist, metal burst, aqua ring or lucky chant"
17409
+ " status due to the action of the user, and prints the event to the"
17410
+ " log.\n\nr0: pointer to user\nr1: pointer to target"
17411
+ ),
17412
+ )
17413
+
17414
+ EndLeechSeedClassStatus = Symbol(
17415
+ None,
17416
+ None,
17417
+ None,
17418
+ (
17419
+ "Cures the target's leech seed or destiny bond status due to the action of"
17420
+ " the user, and prints the event to the log.\n\nr0: pointer to user\nr1:"
17421
+ " pointer to target"
17422
+ ),
17423
+ )
17424
+
17425
+ EndSureShotClassStatus = Symbol(
17426
+ None,
17427
+ None,
17428
+ None,
17429
+ (
17430
+ "Removes the target's sure shot, whiffer, set damage or focus energy status"
17431
+ " due to the action of the user, and prints the event to the log.\n\nr0:"
17432
+ " pointer to user\nr1: pointer to target"
17433
+ ),
17434
+ )
17435
+
17436
+ EndMuzzledStatus = Symbol(
17437
+ None,
17438
+ None,
17439
+ None,
17440
+ (
17441
+ "Removes the target's muzzled status due to the action of the user, and"
17442
+ " prints the event to the log.\n\nr0: pointer to user\nr1: pointer to"
17443
+ " target"
17444
+ ),
17445
+ )
17446
+
17447
+ EndMiracleEyeStatus = Symbol(
17448
+ None,
17449
+ None,
17450
+ None,
17451
+ (
17452
+ "Removes the target's miracle eye status due to the action of the user, and"
17453
+ " prints the event to the log.\n\nr0: pointer to user\nr1: pointer to"
17454
+ " target"
17455
+ ),
17456
+ )
17457
+
17458
+ EndMagnetRiseStatus = Symbol(
17459
+ None,
17460
+ None,
17461
+ None,
17462
+ (
17463
+ "Removes the target's magnet rise status due to the action of the user, and"
17464
+ " prints the event to the log.\n\nr0: pointer to user\nr1: pointer to"
17465
+ " target"
17466
+ ),
17467
+ )
17468
+
17379
17469
  TryTriggerMonsterHouse = Symbol(
17380
17470
  None,
17381
17471
  None,
@@ -21899,7 +21989,9 @@ class EuItcmOverlay31Data:
21899
21989
  None, None, None, "Note: unverified, ported from Irdkwia's notes"
21900
21990
  )
21901
21991
 
21902
- OVERLAY31_JP_STRING = Symbol(None, None, None, "\n\n----  初期ポジション=%d ----- \n")
21992
+ OVERLAY31_JP_STRING = Symbol(
21993
+ None, None, None, "\n\n----  初期ポジション=%d ----- \n"
21994
+ )
21903
21995
 
21904
21996
  DUNGEON_D_BOX_LAYOUT_14 = Symbol(
21905
21997
  None, None, None, "Note: unverified, ported from Irdkwia's notes"
pmdsky_debug_py/jp.py CHANGED
@@ -17603,6 +17603,28 @@ class JpOverlay29Functions:
17603
17603
  ),
17604
17604
  )
17605
17605
 
17606
+ EndSleepClassStatus = Symbol(
17607
+ None,
17608
+ None,
17609
+ None,
17610
+ (
17611
+ "Cures the target's sleep, sleepless, nightmare, yawn or napping status due"
17612
+ " to the action of the user, and prints the event to the log.\n\nr0:"
17613
+ " pointer to user\nr1: pointer to target"
17614
+ ),
17615
+ )
17616
+
17617
+ EndBurnClassStatus = Symbol(
17618
+ None,
17619
+ None,
17620
+ None,
17621
+ (
17622
+ "Cures the target's burned, poisoned, badly poisoned or paralysis status"
17623
+ " due to the action of the user, and prints the event to the log.\n\nr0:"
17624
+ " pointer to user\nr1: pointer to target"
17625
+ ),
17626
+ )
17627
+
17606
17628
  EndFrozenClassStatus = Symbol(
17607
17629
  [0x29EC8],
17608
17630
  [0x23077A8],
@@ -17626,6 +17648,74 @@ class JpOverlay29Functions:
17626
17648
  ),
17627
17649
  )
17628
17650
 
17651
+ EndReflectClassStatus = Symbol(
17652
+ None,
17653
+ None,
17654
+ None,
17655
+ (
17656
+ "Removes the target's reflect, safeguard, light screen, counter, magic"
17657
+ " coat, wish, protect, mirror coat, endure, mini counter?, mirror move,"
17658
+ " conversion 2, vital throw, mist, metal burst, aqua ring or lucky chant"
17659
+ " status due to the action of the user, and prints the event to the"
17660
+ " log.\n\nr0: pointer to user\nr1: pointer to target"
17661
+ ),
17662
+ )
17663
+
17664
+ EndLeechSeedClassStatus = Symbol(
17665
+ None,
17666
+ None,
17667
+ None,
17668
+ (
17669
+ "Cures the target's leech seed or destiny bond status due to the action of"
17670
+ " the user, and prints the event to the log.\n\nr0: pointer to user\nr1:"
17671
+ " pointer to target"
17672
+ ),
17673
+ )
17674
+
17675
+ EndSureShotClassStatus = Symbol(
17676
+ None,
17677
+ None,
17678
+ None,
17679
+ (
17680
+ "Removes the target's sure shot, whiffer, set damage or focus energy status"
17681
+ " due to the action of the user, and prints the event to the log.\n\nr0:"
17682
+ " pointer to user\nr1: pointer to target"
17683
+ ),
17684
+ )
17685
+
17686
+ EndMuzzledStatus = Symbol(
17687
+ None,
17688
+ None,
17689
+ None,
17690
+ (
17691
+ "Removes the target's muzzled status due to the action of the user, and"
17692
+ " prints the event to the log.\n\nr0: pointer to user\nr1: pointer to"
17693
+ " target"
17694
+ ),
17695
+ )
17696
+
17697
+ EndMiracleEyeStatus = Symbol(
17698
+ None,
17699
+ None,
17700
+ None,
17701
+ (
17702
+ "Removes the target's miracle eye status due to the action of the user, and"
17703
+ " prints the event to the log.\n\nr0: pointer to user\nr1: pointer to"
17704
+ " target"
17705
+ ),
17706
+ )
17707
+
17708
+ EndMagnetRiseStatus = Symbol(
17709
+ None,
17710
+ None,
17711
+ None,
17712
+ (
17713
+ "Removes the target's magnet rise status due to the action of the user, and"
17714
+ " prints the event to the log.\n\nr0: pointer to user\nr1: pointer to"
17715
+ " target"
17716
+ ),
17717
+ )
17718
+
17629
17719
  TryTriggerMonsterHouse = Symbol(
17630
17720
  [0x2BBA0],
17631
17721
  [0x2309480],
@@ -22168,7 +22258,9 @@ class JpOverlay31Data:
22168
22258
  None, None, None, "Note: unverified, ported from Irdkwia's notes"
22169
22259
  )
22170
22260
 
22171
- OVERLAY31_JP_STRING = Symbol(None, None, None, "\n\n----  初期ポジション=%d ----- \n")
22261
+ OVERLAY31_JP_STRING = Symbol(
22262
+ None, None, None, "\n\n----  初期ポジション=%d ----- \n"
22263
+ )
22172
22264
 
22173
22265
  DUNGEON_D_BOX_LAYOUT_14 = Symbol(
22174
22266
  None, None, None, "Note: unverified, ported from Irdkwia's notes"
@@ -17353,6 +17353,28 @@ class JpItcmOverlay29Functions:
17353
17353
  ),
17354
17354
  )
17355
17355
 
17356
+ EndSleepClassStatus = Symbol(
17357
+ None,
17358
+ None,
17359
+ None,
17360
+ (
17361
+ "Cures the target's sleep, sleepless, nightmare, yawn or napping status due"
17362
+ " to the action of the user, and prints the event to the log.\n\nr0:"
17363
+ " pointer to user\nr1: pointer to target"
17364
+ ),
17365
+ )
17366
+
17367
+ EndBurnClassStatus = Symbol(
17368
+ None,
17369
+ None,
17370
+ None,
17371
+ (
17372
+ "Cures the target's burned, poisoned, badly poisoned or paralysis status"
17373
+ " due to the action of the user, and prints the event to the log.\n\nr0:"
17374
+ " pointer to user\nr1: pointer to target"
17375
+ ),
17376
+ )
17377
+
17356
17378
  EndFrozenClassStatus = Symbol(
17357
17379
  None,
17358
17380
  None,
@@ -17376,6 +17398,74 @@ class JpItcmOverlay29Functions:
17376
17398
  ),
17377
17399
  )
17378
17400
 
17401
+ EndReflectClassStatus = Symbol(
17402
+ None,
17403
+ None,
17404
+ None,
17405
+ (
17406
+ "Removes the target's reflect, safeguard, light screen, counter, magic"
17407
+ " coat, wish, protect, mirror coat, endure, mini counter?, mirror move,"
17408
+ " conversion 2, vital throw, mist, metal burst, aqua ring or lucky chant"
17409
+ " status due to the action of the user, and prints the event to the"
17410
+ " log.\n\nr0: pointer to user\nr1: pointer to target"
17411
+ ),
17412
+ )
17413
+
17414
+ EndLeechSeedClassStatus = Symbol(
17415
+ None,
17416
+ None,
17417
+ None,
17418
+ (
17419
+ "Cures the target's leech seed or destiny bond status due to the action of"
17420
+ " the user, and prints the event to the log.\n\nr0: pointer to user\nr1:"
17421
+ " pointer to target"
17422
+ ),
17423
+ )
17424
+
17425
+ EndSureShotClassStatus = Symbol(
17426
+ None,
17427
+ None,
17428
+ None,
17429
+ (
17430
+ "Removes the target's sure shot, whiffer, set damage or focus energy status"
17431
+ " due to the action of the user, and prints the event to the log.\n\nr0:"
17432
+ " pointer to user\nr1: pointer to target"
17433
+ ),
17434
+ )
17435
+
17436
+ EndMuzzledStatus = Symbol(
17437
+ None,
17438
+ None,
17439
+ None,
17440
+ (
17441
+ "Removes the target's muzzled status due to the action of the user, and"
17442
+ " prints the event to the log.\n\nr0: pointer to user\nr1: pointer to"
17443
+ " target"
17444
+ ),
17445
+ )
17446
+
17447
+ EndMiracleEyeStatus = Symbol(
17448
+ None,
17449
+ None,
17450
+ None,
17451
+ (
17452
+ "Removes the target's miracle eye status due to the action of the user, and"
17453
+ " prints the event to the log.\n\nr0: pointer to user\nr1: pointer to"
17454
+ " target"
17455
+ ),
17456
+ )
17457
+
17458
+ EndMagnetRiseStatus = Symbol(
17459
+ None,
17460
+ None,
17461
+ None,
17462
+ (
17463
+ "Removes the target's magnet rise status due to the action of the user, and"
17464
+ " prints the event to the log.\n\nr0: pointer to user\nr1: pointer to"
17465
+ " target"
17466
+ ),
17467
+ )
17468
+
17379
17469
  TryTriggerMonsterHouse = Symbol(
17380
17470
  None,
17381
17471
  None,
@@ -21899,7 +21989,9 @@ class JpItcmOverlay31Data:
21899
21989
  None, None, None, "Note: unverified, ported from Irdkwia's notes"
21900
21990
  )
21901
21991
 
21902
- OVERLAY31_JP_STRING = Symbol(None, None, None, "\n\n----  初期ポジション=%d ----- \n")
21992
+ OVERLAY31_JP_STRING = Symbol(
21993
+ None, None, None, "\n\n----  初期ポジション=%d ----- \n"
21994
+ )
21903
21995
 
21904
21996
  DUNGEON_D_BOX_LAYOUT_14 = Symbol(
21905
21997
  None, None, None, "Note: unverified, ported from Irdkwia's notes"
pmdsky_debug_py/na.py CHANGED
@@ -17922,6 +17922,28 @@ class NaOverlay29Functions:
17922
17922
  ),
17923
17923
  )
17924
17924
 
17925
+ EndSleepClassStatus = Symbol(
17926
+ [0x29D9C],
17927
+ [0x2305FDC],
17928
+ None,
17929
+ (
17930
+ "Cures the target's sleep, sleepless, nightmare, yawn or napping status due"
17931
+ " to the action of the user, and prints the event to the log.\n\nr0:"
17932
+ " pointer to user\nr1: pointer to target"
17933
+ ),
17934
+ )
17935
+
17936
+ EndBurnClassStatus = Symbol(
17937
+ [0x29F68],
17938
+ [0x23061A8],
17939
+ None,
17940
+ (
17941
+ "Cures the target's burned, poisoned, badly poisoned or paralysis status"
17942
+ " due to the action of the user, and prints the event to the log.\n\nr0:"
17943
+ " pointer to user\nr1: pointer to target"
17944
+ ),
17945
+ )
17946
+
17925
17947
  EndFrozenClassStatus = Symbol(
17926
17948
  [0x2A018],
17927
17949
  [0x2306258],
@@ -17945,6 +17967,74 @@ class NaOverlay29Functions:
17945
17967
  ),
17946
17968
  )
17947
17969
 
17970
+ EndReflectClassStatus = Symbol(
17971
+ [0x2A2B4],
17972
+ [0x23064F4],
17973
+ None,
17974
+ (
17975
+ "Removes the target's reflect, safeguard, light screen, counter, magic"
17976
+ " coat, wish, protect, mirror coat, endure, mini counter?, mirror move,"
17977
+ " conversion 2, vital throw, mist, metal burst, aqua ring or lucky chant"
17978
+ " status due to the action of the user, and prints the event to the"
17979
+ " log.\n\nr0: pointer to user\nr1: pointer to target"
17980
+ ),
17981
+ )
17982
+
17983
+ EndLeechSeedClassStatus = Symbol(
17984
+ [0x2A684],
17985
+ [0x23068C4],
17986
+ None,
17987
+ (
17988
+ "Cures the target's leech seed or destiny bond status due to the action of"
17989
+ " the user, and prints the event to the log.\n\nr0: pointer to user\nr1:"
17990
+ " pointer to target"
17991
+ ),
17992
+ )
17993
+
17994
+ EndSureShotClassStatus = Symbol(
17995
+ [0x2A710],
17996
+ [0x2306950],
17997
+ None,
17998
+ (
17999
+ "Removes the target's sure shot, whiffer, set damage or focus energy status"
18000
+ " due to the action of the user, and prints the event to the log.\n\nr0:"
18001
+ " pointer to user\nr1: pointer to target"
18002
+ ),
18003
+ )
18004
+
18005
+ EndMuzzledStatus = Symbol(
18006
+ [0x2A9B8],
18007
+ [0x2306BF8],
18008
+ None,
18009
+ (
18010
+ "Removes the target's muzzled status due to the action of the user, and"
18011
+ " prints the event to the log.\n\nr0: pointer to user\nr1: pointer to"
18012
+ " target"
18013
+ ),
18014
+ )
18015
+
18016
+ EndMiracleEyeStatus = Symbol(
18017
+ [0x2AA24],
18018
+ [0x2306C64],
18019
+ None,
18020
+ (
18021
+ "Removes the target's miracle eye status due to the action of the user, and"
18022
+ " prints the event to the log.\n\nr0: pointer to user\nr1: pointer to"
18023
+ " target"
18024
+ ),
18025
+ )
18026
+
18027
+ EndMagnetRiseStatus = Symbol(
18028
+ [0x2AA90],
18029
+ [0x2306CD0],
18030
+ None,
18031
+ (
18032
+ "Removes the target's magnet rise status due to the action of the user, and"
18033
+ " prints the event to the log.\n\nr0: pointer to user\nr1: pointer to"
18034
+ " target"
18035
+ ),
18036
+ )
18037
+
17948
18038
  TryTriggerMonsterHouse = Symbol(
17949
18039
  [0x2BD0C],
17950
18040
  [0x2307F4C],
@@ -17353,6 +17353,28 @@ class NaItcmOverlay29Functions:
17353
17353
  ),
17354
17354
  )
17355
17355
 
17356
+ EndSleepClassStatus = Symbol(
17357
+ None,
17358
+ None,
17359
+ None,
17360
+ (
17361
+ "Cures the target's sleep, sleepless, nightmare, yawn or napping status due"
17362
+ " to the action of the user, and prints the event to the log.\n\nr0:"
17363
+ " pointer to user\nr1: pointer to target"
17364
+ ),
17365
+ )
17366
+
17367
+ EndBurnClassStatus = Symbol(
17368
+ None,
17369
+ None,
17370
+ None,
17371
+ (
17372
+ "Cures the target's burned, poisoned, badly poisoned or paralysis status"
17373
+ " due to the action of the user, and prints the event to the log.\n\nr0:"
17374
+ " pointer to user\nr1: pointer to target"
17375
+ ),
17376
+ )
17377
+
17356
17378
  EndFrozenClassStatus = Symbol(
17357
17379
  None,
17358
17380
  None,
@@ -17376,6 +17398,74 @@ class NaItcmOverlay29Functions:
17376
17398
  ),
17377
17399
  )
17378
17400
 
17401
+ EndReflectClassStatus = Symbol(
17402
+ None,
17403
+ None,
17404
+ None,
17405
+ (
17406
+ "Removes the target's reflect, safeguard, light screen, counter, magic"
17407
+ " coat, wish, protect, mirror coat, endure, mini counter?, mirror move,"
17408
+ " conversion 2, vital throw, mist, metal burst, aqua ring or lucky chant"
17409
+ " status due to the action of the user, and prints the event to the"
17410
+ " log.\n\nr0: pointer to user\nr1: pointer to target"
17411
+ ),
17412
+ )
17413
+
17414
+ EndLeechSeedClassStatus = Symbol(
17415
+ None,
17416
+ None,
17417
+ None,
17418
+ (
17419
+ "Cures the target's leech seed or destiny bond status due to the action of"
17420
+ " the user, and prints the event to the log.\n\nr0: pointer to user\nr1:"
17421
+ " pointer to target"
17422
+ ),
17423
+ )
17424
+
17425
+ EndSureShotClassStatus = Symbol(
17426
+ None,
17427
+ None,
17428
+ None,
17429
+ (
17430
+ "Removes the target's sure shot, whiffer, set damage or focus energy status"
17431
+ " due to the action of the user, and prints the event to the log.\n\nr0:"
17432
+ " pointer to user\nr1: pointer to target"
17433
+ ),
17434
+ )
17435
+
17436
+ EndMuzzledStatus = Symbol(
17437
+ None,
17438
+ None,
17439
+ None,
17440
+ (
17441
+ "Removes the target's muzzled status due to the action of the user, and"
17442
+ " prints the event to the log.\n\nr0: pointer to user\nr1: pointer to"
17443
+ " target"
17444
+ ),
17445
+ )
17446
+
17447
+ EndMiracleEyeStatus = Symbol(
17448
+ None,
17449
+ None,
17450
+ None,
17451
+ (
17452
+ "Removes the target's miracle eye status due to the action of the user, and"
17453
+ " prints the event to the log.\n\nr0: pointer to user\nr1: pointer to"
17454
+ " target"
17455
+ ),
17456
+ )
17457
+
17458
+ EndMagnetRiseStatus = Symbol(
17459
+ None,
17460
+ None,
17461
+ None,
17462
+ (
17463
+ "Removes the target's magnet rise status due to the action of the user, and"
17464
+ " prints the event to the log.\n\nr0: pointer to user\nr1: pointer to"
17465
+ " target"
17466
+ ),
17467
+ )
17468
+
17379
17469
  TryTriggerMonsterHouse = Symbol(
17380
17470
  None,
17381
17471
  None,
@@ -21899,7 +21989,9 @@ class NaItcmOverlay31Data:
21899
21989
  None, None, None, "Note: unverified, ported from Irdkwia's notes"
21900
21990
  )
21901
21991
 
21902
- OVERLAY31_JP_STRING = Symbol(None, None, None, "\n\n----  初期ポジション=%d ----- \n")
21992
+ OVERLAY31_JP_STRING = Symbol(
21993
+ None, None, None, "\n\n----  初期ポジション=%d ----- \n"
21994
+ )
21903
21995
 
21904
21996
  DUNGEON_D_BOX_LAYOUT_14 = Symbol(
21905
21997
  None, None, None, "Note: unverified, ported from Irdkwia's notes"
@@ -10284,6 +10284,16 @@ class Overlay29FunctionsProtocol(Protocol):
10284
10284
  None,
10285
10285
  ]
10286
10286
 
10287
+ EndSleepClassStatus: Symbol[
10288
+ Optional[List[int]],
10289
+ None,
10290
+ ]
10291
+
10292
+ EndBurnClassStatus: Symbol[
10293
+ Optional[List[int]],
10294
+ None,
10295
+ ]
10296
+
10287
10297
  EndFrozenClassStatus: Symbol[
10288
10298
  Optional[List[int]],
10289
10299
  None,
@@ -10294,6 +10304,36 @@ class Overlay29FunctionsProtocol(Protocol):
10294
10304
  None,
10295
10305
  ]
10296
10306
 
10307
+ EndReflectClassStatus: Symbol[
10308
+ Optional[List[int]],
10309
+ None,
10310
+ ]
10311
+
10312
+ EndLeechSeedClassStatus: Symbol[
10313
+ Optional[List[int]],
10314
+ None,
10315
+ ]
10316
+
10317
+ EndSureShotClassStatus: Symbol[
10318
+ Optional[List[int]],
10319
+ None,
10320
+ ]
10321
+
10322
+ EndMuzzledStatus: Symbol[
10323
+ Optional[List[int]],
10324
+ None,
10325
+ ]
10326
+
10327
+ EndMiracleEyeStatus: Symbol[
10328
+ Optional[List[int]],
10329
+ None,
10330
+ ]
10331
+
10332
+ EndMagnetRiseStatus: Symbol[
10333
+ Optional[List[int]],
10334
+ None,
10335
+ ]
10336
+
10297
10337
  TryTriggerMonsterHouse: Symbol[
10298
10338
  Optional[List[int]],
10299
10339
  None,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pmdsky-debug-py
3
- Version: 5.1.6
3
+ Version: 5.1.8
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=pgqHIl7_d-eyAN83PFsd2fsum5yGnA8KA_c0vclxj_I,30
3
+ pmdsky_debug_py/eu.py,sha256=BvqMoeBwfCdIv4E2XxaAeWb_ZkNaR87_FUqByV4nstU,712779
4
+ pmdsky_debug_py/eu_itcm.py,sha256=m-wDusWIwldVjPsIa7rP1k7rPn8u-bRDzvsQSfFf3U8,680684
5
+ pmdsky_debug_py/jp.py,sha256=_Daiyf-xOTTFl3ETCwY50AV4vrZ2ljpZwPN2MBBkHBs,701749
6
+ pmdsky_debug_py/jp_itcm.py,sha256=lgJgdOeLv5o2CeXC_mZiSouZOXNb07KvR8fVDmjeQ9o,680684
7
+ pmdsky_debug_py/na.py,sha256=iqBP3871Ibzk3KjOAtgTzsY59SsO94vKOgp5O7AG-MI,718907
8
+ pmdsky_debug_py/na_itcm.py,sha256=KqitEPvDBjarv9Dj-Hm-xrBxWjad13sRkAFkSJNlGB4,680695
9
+ pmdsky_debug_py/protocol.py,sha256=YeFJPK2tMYyLqAZDAOcQJChU3Z6gCAN9Z9ACnDBOz1g,227398
10
+ pmdsky_debug_py/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
+ pmdsky_debug_py-5.1.8.dist-info/METADATA,sha256=Nj-b7C9XLNqXMerNxFeLZAj5A7lb2H8RBtJPZu-Wyvc,1320
12
+ pmdsky_debug_py-5.1.8.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
13
+ pmdsky_debug_py-5.1.8.dist-info/top_level.txt,sha256=cqvpcJbud2s8IyBAc1MfCySwniko_6qO5LWSSxNIoXI,16
14
+ pmdsky_debug_py-5.1.8.dist-info/RECORD,,
@@ -1,14 +0,0 @@
1
- pmdsky_debug_py/__init__.py,sha256=xvXjdxEqeoQaaS6ssZYVI9jARzv5M4q6FNwA3Z6fOw4,1831
2
- pmdsky_debug_py/_release.py,sha256=m2J3Rt2AG5Vz_R2lDqxR6wwl3DfSrqlci-gZLiKhEdU,30
3
- pmdsky_debug_py/eu.py,sha256=fYBg1X0eKdGMvVPDTAtBMhj3tAo39mgkYT86TFD7YAo,710061
4
- pmdsky_debug_py/eu_itcm.py,sha256=tD-MRXWrfEPl6xxUmU6EoBUgtlXcZPkVRH4zR3PXV-Q,677966
5
- pmdsky_debug_py/jp.py,sha256=4q49NNZWYmGQY8Gue91qRpFSRjnjbWjUJ9nYEtkqvpo,699031
6
- pmdsky_debug_py/jp_itcm.py,sha256=8YolvJ0QeDh7LHgb8-1MSwP-oGE7C40yeo7SXH97xrQ,677966
7
- pmdsky_debug_py/na.py,sha256=LBWPhQPzIWbiYtF1t1YEsL-1fG47PDHrj3wH7LwhT-c,716107
8
- pmdsky_debug_py/na_itcm.py,sha256=JjxwHfTBN4zA9SvcMUE_a5efmVOE7db9pTSLBsuEV5M,677977
9
- pmdsky_debug_py/protocol.py,sha256=ta1rRL_EsVGL6F7kPoa1JjIJkfQLmizfpnce5uAGHyE,226729
10
- pmdsky_debug_py/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
- pmdsky_debug_py-5.1.6.dist-info/METADATA,sha256=XdDgXgaKz96tRobWR2uwM6Nh253IzmAQR_39PU4gZW8,1320
12
- pmdsky_debug_py-5.1.6.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
13
- pmdsky_debug_py-5.1.6.dist-info/top_level.txt,sha256=cqvpcJbud2s8IyBAc1MfCySwniko_6qO5LWSSxNIoXI,16
14
- pmdsky_debug_py-5.1.6.dist-info/RECORD,,