pmdsky-debug-py 10.0.34__py3-none-any.whl → 10.0.35__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+ab7b4ed209"
1
+ RELEASE = "v0.10.0+a36be9556e"
pmdsky_debug_py/eu.py CHANGED
@@ -4201,6 +4201,15 @@ class EuArm9Functions:
4201
4201
  None,
4202
4202
  )
4203
4203
 
4204
+ GetRankString = Symbol(
4205
+ [0x24D88],
4206
+ [0x2024D88],
4207
+ None,
4208
+ "GetRankString",
4209
+ "Gets the string corresponding to the player's current explorer rank.\n\nr0: [output] Pointer to the buffer where the string will be written\nr1: First 16 bits contain the rank, next 4 are some sort of bitflags\nreturn: r0 if flags are 0, pointer to some static address otherwise",
4210
+ None,
4211
+ )
4212
+
4204
4213
  GetCurrentTeamNameString = Symbol(
4205
4214
  [0x24F00],
4206
4215
  [0x2024F00],
@@ -4534,6 +4543,24 @@ class EuArm9Functions:
4534
4543
  None,
4535
4544
  )
4536
4545
 
4546
+ PrintBadgeMark = Symbol(
4547
+ [0x2A728],
4548
+ [0x202A728],
4549
+ None,
4550
+ "PrintBadgeMark",
4551
+ "Prints the specified badge mark on the screen.\n\nThe badge mark is shown when opening the menu in the overworld.\n\nr0: Badge ID\nr1: X pos (unknown units, always 3)\nr2: Y pos (unknown units, always 18)\nr3: ? (always 3)",
4552
+ None,
4553
+ )
4554
+
4555
+ PrintMark = Symbol(
4556
+ [0x2A750],
4557
+ [0x202A750],
4558
+ None,
4559
+ "PrintMark",
4560
+ "Prints a mark from one of the .w16 files in FONT.\n\nr0: 0 if file is clrmark1.w16, 1 if file is clrmark2.w16, 2 if file is rankmark.w16.\nr1: Mark ID in file\nr2: X pos (unknown units)\nr3: Y pos (unknown units)\nstack[0]: ?",
4561
+ None,
4562
+ )
4563
+
4537
4564
  CreateParentMenuFromStringIds = Symbol(
4538
4565
  [0x2A8C0],
4539
4566
  [0x202A8C0],
@@ -4155,6 +4155,15 @@ class EuItcmArm9Functions:
4155
4155
  None,
4156
4156
  )
4157
4157
 
4158
+ GetRankString = Symbol(
4159
+ None,
4160
+ None,
4161
+ None,
4162
+ "GetRankString",
4163
+ "Gets the string corresponding to the player's current explorer rank.\n\nr0: [output] Pointer to the buffer where the string will be written\nr1: First 16 bits contain the rank, next 4 are some sort of bitflags\nreturn: r0 if flags are 0, pointer to some static address otherwise",
4164
+ None,
4165
+ )
4166
+
4158
4167
  GetCurrentTeamNameString = Symbol(
4159
4168
  None,
4160
4169
  None,
@@ -4488,6 +4497,24 @@ class EuItcmArm9Functions:
4488
4497
  None,
4489
4498
  )
4490
4499
 
4500
+ PrintBadgeMark = Symbol(
4501
+ None,
4502
+ None,
4503
+ None,
4504
+ "PrintBadgeMark",
4505
+ "Prints the specified badge mark on the screen.\n\nThe badge mark is shown when opening the menu in the overworld.\n\nr0: Badge ID\nr1: X pos (unknown units, always 3)\nr2: Y pos (unknown units, always 18)\nr3: ? (always 3)",
4506
+ None,
4507
+ )
4508
+
4509
+ PrintMark = Symbol(
4510
+ None,
4511
+ None,
4512
+ None,
4513
+ "PrintMark",
4514
+ "Prints a mark from one of the .w16 files in FONT.\n\nr0: 0 if file is clrmark1.w16, 1 if file is clrmark2.w16, 2 if file is rankmark.w16.\nr1: Mark ID in file\nr2: X pos (unknown units)\nr3: Y pos (unknown units)\nstack[0]: ?",
4515
+ None,
4516
+ )
4517
+
4491
4518
  CreateParentMenuFromStringIds = Symbol(
4492
4519
  None,
4493
4520
  None,
pmdsky_debug_py/jp.py CHANGED
@@ -4201,6 +4201,15 @@ class JpArm9Functions:
4201
4201
  None,
4202
4202
  )
4203
4203
 
4204
+ GetRankString = Symbol(
4205
+ None,
4206
+ None,
4207
+ None,
4208
+ "GetRankString",
4209
+ "Gets the string corresponding to the player's current explorer rank.\n\nr0: [output] Pointer to the buffer where the string will be written\nr1: First 16 bits contain the rank, next 4 are some sort of bitflags\nreturn: r0 if flags are 0, pointer to some static address otherwise",
4210
+ None,
4211
+ )
4212
+
4204
4213
  GetCurrentTeamNameString = Symbol(
4205
4214
  [0x24CBC],
4206
4215
  [0x2024CBC],
@@ -4534,6 +4543,24 @@ class JpArm9Functions:
4534
4543
  None,
4535
4544
  )
4536
4545
 
4546
+ PrintBadgeMark = Symbol(
4547
+ None,
4548
+ None,
4549
+ None,
4550
+ "PrintBadgeMark",
4551
+ "Prints the specified badge mark on the screen.\n\nThe badge mark is shown when opening the menu in the overworld.\n\nr0: Badge ID\nr1: X pos (unknown units, always 3)\nr2: Y pos (unknown units, always 18)\nr3: ? (always 3)",
4552
+ None,
4553
+ )
4554
+
4555
+ PrintMark = Symbol(
4556
+ None,
4557
+ None,
4558
+ None,
4559
+ "PrintMark",
4560
+ "Prints a mark from one of the .w16 files in FONT.\n\nr0: 0 if file is clrmark1.w16, 1 if file is clrmark2.w16, 2 if file is rankmark.w16.\nr1: Mark ID in file\nr2: X pos (unknown units)\nr3: Y pos (unknown units)\nstack[0]: ?",
4561
+ None,
4562
+ )
4563
+
4537
4564
  CreateParentMenuFromStringIds = Symbol(
4538
4565
  [0x2A924],
4539
4566
  [0x202A924],
@@ -4155,6 +4155,15 @@ class JpItcmArm9Functions:
4155
4155
  None,
4156
4156
  )
4157
4157
 
4158
+ GetRankString = Symbol(
4159
+ None,
4160
+ None,
4161
+ None,
4162
+ "GetRankString",
4163
+ "Gets the string corresponding to the player's current explorer rank.\n\nr0: [output] Pointer to the buffer where the string will be written\nr1: First 16 bits contain the rank, next 4 are some sort of bitflags\nreturn: r0 if flags are 0, pointer to some static address otherwise",
4164
+ None,
4165
+ )
4166
+
4158
4167
  GetCurrentTeamNameString = Symbol(
4159
4168
  None,
4160
4169
  None,
@@ -4488,6 +4497,24 @@ class JpItcmArm9Functions:
4488
4497
  None,
4489
4498
  )
4490
4499
 
4500
+ PrintBadgeMark = Symbol(
4501
+ None,
4502
+ None,
4503
+ None,
4504
+ "PrintBadgeMark",
4505
+ "Prints the specified badge mark on the screen.\n\nThe badge mark is shown when opening the menu in the overworld.\n\nr0: Badge ID\nr1: X pos (unknown units, always 3)\nr2: Y pos (unknown units, always 18)\nr3: ? (always 3)",
4506
+ None,
4507
+ )
4508
+
4509
+ PrintMark = Symbol(
4510
+ None,
4511
+ None,
4512
+ None,
4513
+ "PrintMark",
4514
+ "Prints a mark from one of the .w16 files in FONT.\n\nr0: 0 if file is clrmark1.w16, 1 if file is clrmark2.w16, 2 if file is rankmark.w16.\nr1: Mark ID in file\nr2: X pos (unknown units)\nr3: Y pos (unknown units)\nstack[0]: ?",
4515
+ None,
4516
+ )
4517
+
4491
4518
  CreateParentMenuFromStringIds = Symbol(
4492
4519
  None,
4493
4520
  None,
pmdsky_debug_py/na.py CHANGED
@@ -4201,6 +4201,15 @@ class NaArm9Functions:
4201
4201
  None,
4202
4202
  )
4203
4203
 
4204
+ GetRankString = Symbol(
4205
+ None,
4206
+ None,
4207
+ None,
4208
+ "GetRankString",
4209
+ "Gets the string corresponding to the player's current explorer rank.\n\nr0: [output] Pointer to the buffer where the string will be written\nr1: First 16 bits contain the rank, next 4 are some sort of bitflags\nreturn: r0 if flags are 0, pointer to some static address otherwise",
4210
+ None,
4211
+ )
4212
+
4204
4213
  GetCurrentTeamNameString = Symbol(
4205
4214
  [0x24C6C],
4206
4215
  [0x2024C6C],
@@ -4534,6 +4543,24 @@ class NaArm9Functions:
4534
4543
  None,
4535
4544
  )
4536
4545
 
4546
+ PrintBadgeMark = Symbol(
4547
+ None,
4548
+ None,
4549
+ None,
4550
+ "PrintBadgeMark",
4551
+ "Prints the specified badge mark on the screen.\n\nThe badge mark is shown when opening the menu in the overworld.\n\nr0: Badge ID\nr1: X pos (unknown units, always 3)\nr2: Y pos (unknown units, always 18)\nr3: ? (always 3)",
4552
+ None,
4553
+ )
4554
+
4555
+ PrintMark = Symbol(
4556
+ None,
4557
+ None,
4558
+ None,
4559
+ "PrintMark",
4560
+ "Prints a mark from one of the .w16 files in FONT.\n\nr0: 0 if file is clrmark1.w16, 1 if file is clrmark2.w16, 2 if file is rankmark.w16.\nr1: Mark ID in file\nr2: X pos (unknown units)\nr3: Y pos (unknown units)\nstack[0]: ?",
4561
+ None,
4562
+ )
4563
+
4537
4564
  CreateParentMenuFromStringIds = Symbol(
4538
4565
  [0x2A5CC],
4539
4566
  [0x202A5CC],
@@ -4155,6 +4155,15 @@ class NaItcmArm9Functions:
4155
4155
  None,
4156
4156
  )
4157
4157
 
4158
+ GetRankString = Symbol(
4159
+ None,
4160
+ None,
4161
+ None,
4162
+ "GetRankString",
4163
+ "Gets the string corresponding to the player's current explorer rank.\n\nr0: [output] Pointer to the buffer where the string will be written\nr1: First 16 bits contain the rank, next 4 are some sort of bitflags\nreturn: r0 if flags are 0, pointer to some static address otherwise",
4164
+ None,
4165
+ )
4166
+
4158
4167
  GetCurrentTeamNameString = Symbol(
4159
4168
  None,
4160
4169
  None,
@@ -4488,6 +4497,24 @@ class NaItcmArm9Functions:
4488
4497
  None,
4489
4498
  )
4490
4499
 
4500
+ PrintBadgeMark = Symbol(
4501
+ None,
4502
+ None,
4503
+ None,
4504
+ "PrintBadgeMark",
4505
+ "Prints the specified badge mark on the screen.\n\nThe badge mark is shown when opening the menu in the overworld.\n\nr0: Badge ID\nr1: X pos (unknown units, always 3)\nr2: Y pos (unknown units, always 18)\nr3: ? (always 3)",
4506
+ None,
4507
+ )
4508
+
4509
+ PrintMark = Symbol(
4510
+ None,
4511
+ None,
4512
+ None,
4513
+ "PrintMark",
4514
+ "Prints a mark from one of the .w16 files in FONT.\n\nr0: 0 if file is clrmark1.w16, 1 if file is clrmark2.w16, 2 if file is rankmark.w16.\nr1: Mark ID in file\nr2: X pos (unknown units)\nr3: Y pos (unknown units)\nstack[0]: ?",
4515
+ None,
4516
+ )
4517
+
4491
4518
  CreateParentMenuFromStringIds = Symbol(
4492
4519
  None,
4493
4520
  None,
@@ -2377,6 +2377,11 @@ class Arm9FunctionsProtocol(Protocol):
2377
2377
  None,
2378
2378
  ]
2379
2379
 
2380
+ GetRankString: Symbol[
2381
+ Optional[list[int]],
2382
+ None,
2383
+ ]
2384
+
2380
2385
  GetCurrentTeamNameString: Symbol[
2381
2386
  Optional[list[int]],
2382
2387
  None,
@@ -2562,6 +2567,16 @@ class Arm9FunctionsProtocol(Protocol):
2562
2567
  None,
2563
2568
  ]
2564
2569
 
2570
+ PrintBadgeMark: Symbol[
2571
+ Optional[list[int]],
2572
+ None,
2573
+ ]
2574
+
2575
+ PrintMark: Symbol[
2576
+ Optional[list[int]],
2577
+ None,
2578
+ ]
2579
+
2565
2580
  CreateParentMenuFromStringIds: Symbol[
2566
2581
  Optional[list[int]],
2567
2582
  None,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pmdsky-debug-py
3
- Version: 10.0.34
3
+ Version: 10.0.35
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=AAVVnCMr6QdIo9BMSzTRYsgrJ2Cu_-p6vD3LS2HDGYk,31
3
+ pmdsky_debug_py/eu.py,sha256=Sj4HSQGJJgo4qOqheW2g5Rj0vuqd_4VK7nA1jvLExeU,1113631
4
+ pmdsky_debug_py/eu_itcm.py,sha256=e5hpfZFb8ET-3NTdrRMKg6kSuefsCCVfenrmYHUShjU,1063528
5
+ pmdsky_debug_py/jp.py,sha256=jkthhZwwI0ElePyLZGT1NTApc8rx1QkIS_LRamVd3BY,1110034
6
+ pmdsky_debug_py/jp_itcm.py,sha256=rJiY5k3ke9_XIf-65Uhm2MGH5-DpNMtEnyhuuqaTWMg,1063518
7
+ pmdsky_debug_py/na.py,sha256=HRK6aGkL6NzkYkoLNE6wMcMzvrYF8mk0UaEm5vz97OI,1114591
8
+ pmdsky_debug_py/na_itcm.py,sha256=GgsG3I_J2mRckCio91rk20wLOPh6rVWsQnPg6xUjRA0,1063548
9
+ pmdsky_debug_py/protocol.py,sha256=aNxuYN9fp6_2T7BwPXvrvT8YCboGa01iXwkb6O-AOvQ,327952
10
+ pmdsky_debug_py/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
+ pmdsky_debug_py-10.0.35.dist-info/METADATA,sha256=_VU4prnE2E6JDSyY78EftKGlPxwi_5j0Rb6xYrARCbw,1374
12
+ pmdsky_debug_py-10.0.35.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
13
+ pmdsky_debug_py-10.0.35.dist-info/top_level.txt,sha256=cqvpcJbud2s8IyBAc1MfCySwniko_6qO5LWSSxNIoXI,16
14
+ pmdsky_debug_py-10.0.35.dist-info/RECORD,,
@@ -1,14 +0,0 @@
1
- pmdsky_debug_py/__init__.py,sha256=xvXjdxEqeoQaaS6ssZYVI9jARzv5M4q6FNwA3Z6fOw4,1831
2
- pmdsky_debug_py/_release.py,sha256=6OMYvnNU4PviWoX-gRqMK8FNK2_nu-3cLs6YhZj_NnU,31
3
- pmdsky_debug_py/eu.py,sha256=uT--sIL1VAoFiBrI_6etlTatGG0He5LXgXQ79opD7wk,1112492
4
- pmdsky_debug_py/eu_itcm.py,sha256=Ez93puIEFqEGTdgbes8I07BW--IdD0TR09X36HZJHgo,1062425
5
- pmdsky_debug_py/jp.py,sha256=kOQP4uAgdUifWz5VjRXOKInJeefbO2V0YHitUkqV9s0,1108931
6
- pmdsky_debug_py/jp_itcm.py,sha256=6-R-WIBtp7Fws2jcsyHgh6XV743gHT8PgnqzcVHhkgg,1062415
7
- pmdsky_debug_py/na.py,sha256=RUSiEzhYU-B3mJofkT-QAA4uphbvvmKzuEdX9Jgn9FI,1113488
8
- pmdsky_debug_py/na_itcm.py,sha256=NYYbnZZwTNahKSzogfyF9Ils5Tg58pvxe4_seL8P3iE,1062445
9
- pmdsky_debug_py/protocol.py,sha256=LBwV6wOra34aWWB3iUGmeDWEM51EoNo9Uz2teumayqg,327724
10
- pmdsky_debug_py/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
- pmdsky_debug_py-10.0.34.dist-info/METADATA,sha256=jPT5BnGsDM_7v7qMmbArxDHPRCyMWZPDxpc8p6m-4bI,1374
12
- pmdsky_debug_py-10.0.34.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
13
- pmdsky_debug_py-10.0.34.dist-info/top_level.txt,sha256=cqvpcJbud2s8IyBAc1MfCySwniko_6qO5LWSSxNIoXI,16
14
- pmdsky_debug_py-10.0.34.dist-info/RECORD,,