Nice Zombies
Nice Zombies
Are you using the latest version of PyVZ2? https://github.com/Nineteendo/PVZ2tools If that still fails you can use the beta: https://github.com/Nineteendo/PVZ2tools/tree/beta
For reference, here's how I handled this in my own library: https://github.com/nineteendo/ansio/blob/125577e28362ed5395c3dafed38df763fa88b8c2/ansio/__init__.py
Also seems to happen here, it would indeed be easier to ignore code not for the current platform and version: ```python # pylint: disable=missing-module-docstring,unused-import import sys if sys.platform != "win32":...
Did you mean: https://github.com/microsoft/pyright/issues/5437?
Is microsoft/pyrx just a private repo?
I believe this would also benefit [RUF022](https://docs.astral.sh/ruff/rules/unsorted-dunder-all): ```python __all__ = [ "a", "b", "c", ] ```
Agreed, `0x49` would be `varuint64_t` (a signed unsigned int64), which doesn't make sense: Bytecode | Type | Limitations -------- | ---- | ----------- 0x24 | uvarint32_t | 0-2147483647 0x25 |...
I'll search for a faster library...
OK, I've updated your suggestion with all the rest that needs to be done, if other people have suggestions for it, post them here and I'll add them to the...
https://drive.google.com/uc?id=15mdyEVIVi49_cuEXfYAC7VbMNcKRgvpd