TASEmulators / TASEmulators/BizHawk
Gameboy cheat converter does not parse codes that use bank switching
Open
@hegyak is already working on this.
Since Dec 18, 2018.
App: EmuHawk
Request: Feature/Enhancement
- Dominant language
- C#
- Stars
- 2.8k
- Forks
- 468
- PR merge metrics
- No merged PRs in 30d
Description
Entering a gameboy Gameshark/Action replay code that starts with a 9 results in an error saying that only codes that start with a 0 or 1 are valid.
Cheats that start with 9X do a write with bank switching. 91 would write the byte in Bank 1 whereas 92 would write the byte in bank 2. Code 934204D2 would write 0x42 to address 0xD204 in bank 3.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.