pmdsky-debug-py 10.0.52__py3-none-any.whl → 10.0.53__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+33b7183b81"
1
+ RELEASE = "v0.10.0+941bf79038"
pmdsky_debug_py/jp.py CHANGED
@@ -2483,8 +2483,8 @@ class JpArm9Functions:
2483
2483
  )
2484
2484
 
2485
2485
  RemoveItemFromKecleonShop1 = Symbol(
2486
- None,
2487
- None,
2486
+ [0x1083C],
2487
+ [0x201083C],
2488
2488
  None,
2489
2489
  "RemoveItemFromKecleonShop1",
2490
2490
  "Removes an item from the first Kecleon Shop at a specific slot in the shop list.\n\nr0: item slot (0-7)",
@@ -2510,8 +2510,8 @@ class JpArm9Functions:
2510
2510
  )
2511
2511
 
2512
2512
  AddItemToKecleonShop1 = Symbol(
2513
- None,
2514
- None,
2513
+ [0x10A98],
2514
+ [0x2010A98],
2515
2515
  None,
2516
2516
  "AddItemToKecleonShop1",
2517
2517
  "Tries to add the item to the first Kecleon shop. If there is no space, no item is added.\n\nr0: item ID\nreturn: whether the item was added succesfully",
@@ -2519,8 +2519,8 @@ class JpArm9Functions:
2519
2519
  )
2520
2520
 
2521
2521
  RemoveItemFromKecleonShop2 = Symbol(
2522
- None,
2523
- None,
2522
+ [0x10B48],
2523
+ [0x2010B48],
2524
2524
  None,
2525
2525
  "RemoveItemFromKecleonShop2",
2526
2526
  "Removes an item from the second Kecleon Shop at a specific slot in the shop list.\n\nr0: item slot (0-4)",
@@ -2546,8 +2546,8 @@ class JpArm9Functions:
2546
2546
  )
2547
2547
 
2548
2548
  AddItemToKecleonShop2 = Symbol(
2549
- None,
2550
- None,
2549
+ [0x10D9C],
2550
+ [0x2010D9C],
2551
2551
  None,
2552
2552
  "AddItemToKecleonShop2",
2553
2553
  "Tries to add the item to the second Kecleon shop. If there is no space, no item is added.\n\nr0: item ID\nreturn: whether the item was added succesfully",
@@ -30282,8 +30282,8 @@ class JpOverlay29Functions:
30282
30282
  )
30283
30283
 
30284
30284
  DungeonModeSetupAndShowNameKeyboard = Symbol(
30285
- None,
30286
- None,
30285
+ [0x729AC],
30286
+ [0x235028C],
30287
30287
  None,
30288
30288
  "DungeonModeSetupAndShowNameKeyboard",
30289
30289
  "Sets up and opens the naming keyboard in dungeon mode.\n\nr0: [output] keyboard result, also the inital string\nr1: buffer?\nr2: ?\nreturn: ?",
pmdsky_debug_py/na.py CHANGED
@@ -2483,8 +2483,8 @@ class NaArm9Functions:
2483
2483
  )
2484
2484
 
2485
2485
  RemoveItemFromKecleonShop1 = Symbol(
2486
- None,
2487
- None,
2486
+ [0x1086C],
2487
+ [0x201086C],
2488
2488
  None,
2489
2489
  "RemoveItemFromKecleonShop1",
2490
2490
  "Removes an item from the first Kecleon Shop at a specific slot in the shop list.\n\nr0: item slot (0-7)",
@@ -2510,8 +2510,8 @@ class NaArm9Functions:
2510
2510
  )
2511
2511
 
2512
2512
  AddItemToKecleonShop1 = Symbol(
2513
- None,
2514
- None,
2513
+ [0x10AC8],
2514
+ [0x2010AC8],
2515
2515
  None,
2516
2516
  "AddItemToKecleonShop1",
2517
2517
  "Tries to add the item to the first Kecleon shop. If there is no space, no item is added.\n\nr0: item ID\nreturn: whether the item was added succesfully",
@@ -2519,8 +2519,8 @@ class NaArm9Functions:
2519
2519
  )
2520
2520
 
2521
2521
  RemoveItemFromKecleonShop2 = Symbol(
2522
- None,
2523
- None,
2522
+ [0x10B78],
2523
+ [0x2010B78],
2524
2524
  None,
2525
2525
  "RemoveItemFromKecleonShop2",
2526
2526
  "Removes an item from the second Kecleon Shop at a specific slot in the shop list.\n\nr0: item slot (0-4)",
@@ -2546,8 +2546,8 @@ class NaArm9Functions:
2546
2546
  )
2547
2547
 
2548
2548
  AddItemToKecleonShop2 = Symbol(
2549
- None,
2550
- None,
2549
+ [0x10DCC],
2550
+ [0x2010DCC],
2551
2551
  None,
2552
2552
  "AddItemToKecleonShop2",
2553
2553
  "Tries to add the item to the second Kecleon shop. If there is no space, no item is added.\n\nr0: item ID\nreturn: whether the item was added succesfully",
@@ -30289,8 +30289,8 @@ class NaOverlay29Functions:
30289
30289
  )
30290
30290
 
30291
30291
  DungeonModeSetupAndShowNameKeyboard = Symbol(
30292
- None,
30293
- None,
30292
+ [0x72DC8],
30293
+ [0x234F008],
30294
30294
  None,
30295
30295
  "DungeonModeSetupAndShowNameKeyboard",
30296
30296
  "Sets up and opens the naming keyboard in dungeon mode.\n\nr0: [output] keyboard result, also the inital string\nr1: buffer?\nr2: ?\nreturn: ?",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: pmdsky-debug-py
3
- Version: 10.0.52
3
+ Version: 10.0.53
4
4
  Summary: pmdsky-debug symbols for Python.
5
5
  Author-email: Marco 'Capypara' Köpcke <hello@capypara.de>
6
6
  License: MIT
@@ -1,14 +1,14 @@
1
1
  pmdsky_debug_py/__init__.py,sha256=xvXjdxEqeoQaaS6ssZYVI9jARzv5M4q6FNwA3Z6fOw4,1831
2
- pmdsky_debug_py/_release.py,sha256=jJayg8VYyTJ0ysKoO4LzIzA2QH5pmzoKzFk3NYniI-0,31
2
+ pmdsky_debug_py/_release.py,sha256=7pC1tiJNdNscnmw5XwOzzTCYNTLXaKGZs1BPcRzPc9Y,31
3
3
  pmdsky_debug_py/eu.py,sha256=3oDeUQYX1-vdBCjoe-f4cCkHuJLDHeZsSd1chsvV2II,1154191
4
4
  pmdsky_debug_py/eu_itcm.py,sha256=7_yer01Qn_cfZwyIpzdVfF15LEukQkiQmzIWz7ihb88,1102481
5
- pmdsky_debug_py/jp.py,sha256=SVcgoyyCwyxoxEh2mKFMr4waoAz3ekBgWs2sSEXa0Cc,1150862
5
+ pmdsky_debug_py/jp.py,sha256=skz6fn-Iqk5oOlMPUnsF4Go-mxtI2og2QQ_CG4LEvho,1150922
6
6
  pmdsky_debug_py/jp_itcm.py,sha256=fdBrkslEyJ_MDS6mAS_G78KCeJUiLUbROMXnaZkfCb4,1102471
7
- pmdsky_debug_py/na.py,sha256=iIobiZRLekEOh2Nu566jUUP26jrsazz_H3cKwjGOxD4,1155089
7
+ pmdsky_debug_py/na.py,sha256=MWQCHLeiR2o6h78K8zm27njRpGHOVZejh_0lHbwUPlE,1155149
8
8
  pmdsky_debug_py/na_itcm.py,sha256=DKEPxIM00RSjVvYhQEBA_Txx2n7nsJtIHzE3nkq4-Nc,1102481
9
9
  pmdsky_debug_py/protocol.py,sha256=aNKxfT_FNbx_yhBOW9mxXigq7R4y4Rex4-TlXGpKJ54,338942
10
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,,
11
+ pmdsky_debug_py-10.0.53.dist-info/METADATA,sha256=YcdFUB6HpLtOqFmIdg7LfePzsF0yVF5rJz4JRtemj-k,1376
12
+ pmdsky_debug_py-10.0.53.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
13
+ pmdsky_debug_py-10.0.53.dist-info/top_level.txt,sha256=cqvpcJbud2s8IyBAc1MfCySwniko_6qO5LWSSxNIoXI,16
14
+ pmdsky_debug_py-10.0.53.dist-info/RECORD,,