windfish icon indicating copy to clipboard operation
windfish copied to clipboard

A tracing disassembler & UI for Gameboy ROMs — integrated with Sameboy for emulation & debugging.

Results 43 windfish issues
Sort by recently updated
recently updated
newest added

This will enable larger structural organization of the disassembly. One way to do this would be to allow a filename to be associated with a function. Doing so would cause...

enhancement

When clicking between files, the scroll position from the previous file propagates to the selected file, which is unexpected. Scroll positions should be maintained on a per-file basis and restored...

bug

When an instruction can be inferred as having multiple types, this should be surfaced in the UI as a "fixit"-style suggestion to select one of the types as the preferred...

enhancement

It's currently only possible to search within a single source file.

enhancement

E.g. `main.else_01_0245:` shouldn't interrupt the scope line for `main`.

bug

Right now it always assumes the selected bank is $01, which isn't necessarily accurate. If the selected bank isn't explicitly known, then it should be indicated as such in the...

enhancement

This primarily affects macros, which almost always end up representing more than three bytes of information.

enhancement

The viewport gets reset to bank 0 at the top rather than staying fixed to the current view. A related bug is that if the bank being debugged is not...

bug