pmdsky-debug-py 5.1.5__py3-none-any.whl → 5.1.7__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.
@@ -2161,7 +2161,12 @@ class Arm9FunctionsProtocol(Protocol):
2161
2161
  None,
2162
2162
  ]
2163
2163
 
2164
- SetPortraitMonsterId: Symbol[
2164
+ InitPortraitBox: Symbol[
2165
+ Optional[List[int]],
2166
+ None,
2167
+ ]
2168
+
2169
+ InitPortraitBoxWithMonsterId: Symbol[
2165
2170
  Optional[List[int]],
2166
2171
  None,
2167
2172
  ]
@@ -2846,7 +2851,7 @@ class Arm9FunctionsProtocol(Protocol):
2846
2851
  None,
2847
2852
  ]
2848
2853
 
2849
- IsNotNickname: Symbol[
2854
+ StrcmpMonsterName: Symbol[
2850
2855
  Optional[List[int]],
2851
2856
  None,
2852
2857
  ]
@@ -2996,67 +3001,82 @@ class Arm9FunctionsProtocol(Protocol):
2996
3001
  None,
2997
3002
  ]
2998
3003
 
2999
- GetMember: Symbol[
3004
+ IsValidTeamMember: Symbol[
3000
3005
  Optional[List[int]],
3001
3006
  None,
3002
3007
  ]
3003
3008
 
3004
- GetHeroStrIdIfExists: Symbol[
3009
+ IsMainCharacter: Symbol[
3005
3010
  Optional[List[int]],
3006
3011
  None,
3007
3012
  ]
3008
3013
 
3009
- GetPartnerStrIdIfExists: Symbol[
3014
+ GetTeamMember: Symbol[
3010
3015
  Optional[List[int]],
3011
3016
  None,
3012
3017
  ]
3013
3018
 
3014
- GetFirstTeamMemberStrIdIfExists: Symbol[
3019
+ GetHeroMemberIdx: Symbol[
3015
3020
  Optional[List[int]],
3016
3021
  None,
3017
3022
  ]
3018
3023
 
3019
- GetSecondTeamMemberStrIdIfExists: Symbol[
3024
+ GetPartnerMemberIdx: Symbol[
3020
3025
  Optional[List[int]],
3021
3026
  None,
3022
3027
  ]
3023
3028
 
3024
- GetThirdTeamMemberStrIdIfExists: Symbol[
3029
+ GetMainCharacter1MemberIdx: Symbol[
3025
3030
  Optional[List[int]],
3026
3031
  None,
3027
3032
  ]
3028
3033
 
3029
- GetHeroData: Symbol[
3034
+ GetMainCharacter2MemberIdx: Symbol[
3030
3035
  Optional[List[int]],
3031
3036
  None,
3032
3037
  ]
3033
3038
 
3034
- GetPartnerData: Symbol[
3039
+ GetMainCharacter3MemberIdx: Symbol[
3035
3040
  Optional[List[int]],
3036
3041
  None,
3037
3042
  ]
3038
3043
 
3039
- GetFirstTeamMemberData: Symbol[
3044
+ GetHero: Symbol[
3040
3045
  Optional[List[int]],
3041
3046
  None,
3042
3047
  ]
3043
3048
 
3044
- GetSecondTeamMemberData: Symbol[
3049
+ GetPartner: Symbol[
3045
3050
  Optional[List[int]],
3046
3051
  None,
3047
3052
  ]
3048
3053
 
3049
- GetThirdTeamMemberData: Symbol[
3054
+ GetMainCharacter1: Symbol[
3050
3055
  Optional[List[int]],
3051
3056
  None,
3052
3057
  ]
3053
3058
 
3054
- GetFirstEmptyRecruitSlot: Symbol[
3059
+ GetMainCharacter2: Symbol[
3055
3060
  Optional[List[int]],
3056
3061
  None,
3057
3062
  ]
3058
3063
 
3059
- CheckTeamMemberField8: Symbol[
3064
+ GetMainCharacter3: Symbol[
3065
+ Optional[List[int]],
3066
+ None,
3067
+ ]
3068
+
3069
+ GetFirstEmptyMemberIdx: Symbol[
3070
+ Optional[List[int]],
3071
+ None,
3072
+ ]
3073
+
3074
+ IsMonsterNotNicknamed: Symbol[
3075
+ Optional[List[int]],
3076
+ None,
3077
+ ]
3078
+
3079
+ CheckTeamMemberIdx: Symbol[
3060
3080
  Optional[List[int]],
3061
3081
  None,
3062
3082
  ]
@@ -3066,12 +3086,17 @@ class Arm9FunctionsProtocol(Protocol):
3066
3086
  None,
3067
3087
  ]
3068
3088
 
3069
- GetTeamMemberData: Symbol[
3089
+ SetActiveTeam: Symbol[
3070
3090
  Optional[List[int]],
3071
3091
  None,
3072
3092
  ]
3073
3093
 
3074
- GetTeamMember: Symbol[
3094
+ GetActiveTeamMember: Symbol[
3095
+ Optional[List[int]],
3096
+ None,
3097
+ ]
3098
+
3099
+ GetActiveRosterIndex: Symbol[
3075
3100
  Optional[List[int]],
3076
3101
  None,
3077
3102
  ]
@@ -4408,7 +4433,7 @@ class Arm9DataProtocol(Protocol):
4408
4433
  Optional[int],
4409
4434
  ]
4410
4435
 
4411
- PARTY_MONSTERS_PTR: Symbol[
4436
+ TEAM_MEMBER_TABLE_PTR: Symbol[
4412
4437
  Optional[List[int]],
4413
4438
  Optional[int],
4414
4439
  ]
@@ -10259,6 +10284,16 @@ class Overlay29FunctionsProtocol(Protocol):
10259
10284
  None,
10260
10285
  ]
10261
10286
 
10287
+ EndSleepClassStatus: Symbol[
10288
+ Optional[List[int]],
10289
+ None,
10290
+ ]
10291
+
10292
+ EndBurnClassStatus: Symbol[
10293
+ Optional[List[int]],
10294
+ None,
10295
+ ]
10296
+
10262
10297
  EndFrozenClassStatus: Symbol[
10263
10298
  Optional[List[int]],
10264
10299
  None,
@@ -10269,6 +10304,36 @@ class Overlay29FunctionsProtocol(Protocol):
10269
10304
  None,
10270
10305
  ]
10271
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
+
10272
10337
  TryTriggerMonsterHouse: Symbol[
10273
10338
  Optional[List[int]],
10274
10339
  None,
@@ -12932,12 +12997,7 @@ class RamDataProtocol(Protocol):
12932
12997
  Optional[int],
12933
12998
  ]
12934
12999
 
12935
- TEAM_MEMBER_LIST: Symbol[
12936
- Optional[List[int]],
12937
- Optional[int],
12938
- ]
12939
-
12940
- TEAM_ACTIVE_ROSTER: Symbol[
13000
+ TEAM_MEMBER_TABLE: Symbol[
12941
13001
  Optional[List[int]],
12942
13002
  Optional[int],
12943
13003
  ]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pmdsky-debug-py
3
- Version: 5.1.5
3
+ Version: 5.1.7
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=G-xxluP5D_uZqb8-NJvng80NL2HtLCaM9nvcJXKAIwY,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.7.dist-info/METADATA,sha256=XOctJRsSmrTaldtmug6kx-4tUksvns25XEqGp3Xxgyc,1320
12
+ pmdsky_debug_py-5.1.7.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
13
+ pmdsky_debug_py-5.1.7.dist-info/top_level.txt,sha256=cqvpcJbud2s8IyBAc1MfCySwniko_6qO5LWSSxNIoXI,16
14
+ pmdsky_debug_py-5.1.7.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.38.4)
2
+ Generator: bdist_wheel (0.40.0)
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=ivbZacXfuQHcs9C5pP_X97sS9_RZImMeQKoIddFb3lw,30
3
- pmdsky_debug_py/eu.py,sha256=X6RRYjm17p6uzs5-FSoVYwdx1Gnu5XWs_cTo2fBmecU,707332
4
- pmdsky_debug_py/eu_itcm.py,sha256=Uns109d74ULmzy-FpSM1CT3nHdgpvz3URZuZiHwayTI,675112
5
- pmdsky_debug_py/jp.py,sha256=3m80_l6hKB0n3CEXxKVWWOpiFPrKei6XJtGNhFYuWSE,696288
6
- pmdsky_debug_py/jp_itcm.py,sha256=P5JUSnoqFsuwP1WrBJkkA3vIK9YEWh5fv4NMHfLYHfI,675112
7
- pmdsky_debug_py/na.py,sha256=DaOtluznXUw6HySl7IVobb9sQUxN3wlei5pMM7TW6Ns,713318
8
- pmdsky_debug_py/na_itcm.py,sha256=mMqbrFvFevrVVfVoa3JTgudqld2K2PY9XILZxykaDWE,675123
9
- pmdsky_debug_py/protocol.py,sha256=ffczq2o-k4DZha9p54rXcNdavoVZEJWZgoHhfy2CgVo,226443
10
- pmdsky_debug_py/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
- pmdsky_debug_py-5.1.5.dist-info/METADATA,sha256=B90nwtJFQRzUUy2hCAcH7VfPeCLoZizQGZgQLDqkgRA,1320
12
- pmdsky_debug_py-5.1.5.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
13
- pmdsky_debug_py-5.1.5.dist-info/top_level.txt,sha256=cqvpcJbud2s8IyBAc1MfCySwniko_6qO5LWSSxNIoXI,16
14
- pmdsky_debug_py-5.1.5.dist-info/RECORD,,