MonsterDruide1
MonsterDruide1
Base research point: `LinkTag::construct` method with an inlined `ctor` at `0x7100D3778C`. All functions are already labeled in the CSV before this PR, so they should already be named correctly in...
The recently added panel for displaying compiler warnings and errors currently has no way of hiding. After taking a look at the warnings, you might want to ignore them, hiding...
This change is [](https://reviewable.io/reviews/open-ead/sead/111)
There is by far not enough information in the game to fill in the member variables or even sizes of Framework types, but the functions need to be declared for...
**Version/Commit hash**: 8d4458ef24e473e57b9931d7a9d1442b51fb0b1a / `yuzu 1175` **Game**: Happens in a few games, for example `Super Mario Odyssey` **Details**: When disabling `Multicore CPU Emulation` in `Emulation -> Configure`, some games cannot...
The title should explain most stuff that has been done here, along with a quick fix to get "Add 1000 coins" working on 1.3.0.
This PR adds all existing header files from the OdysseyReversed project by shibbo (https://github.com/shibbo/OdysseyReversed/tree/master/include/agl). --- This change is [](https://reviewable.io/reviews/open-ead/agl/2)
### Description of the issue When using `exefs`-mods with file names like `subsdk9`, the crash log will produce a wrong file name. In the code, it seems to assume that...
Following the command line interface of `hactool`, `npdm` files should be convertable to `json` for easier inspection. As there is no set format on how those `json` files should look,...
**Describe the bug** When running a script in the python console that replaces (remove and add) the connection to nets on one pin, HAL crashes with a segfault. **To Reproduce**...