calc84maniac / tiboyce

A Game Boy emulator for the TI-84 Plus CE and TI-83 Premium CE.
https://calc84maniac.github.io/tiboyce/
GNU General Public License v3.0
376 stars 23 forks source link

Error: Ran an invalid Game Boy opcode at 0016D #211

Closed John32145653 closed 5 months ago

John32145653 commented 6 months ago

GameBoy "Dr. Rin ni Kiitemite! - Koi no Rin Fuusui (Japan)"

Caculator Ti-84 plus ce python

calc84maniac commented 6 months ago

Seems like this is an issue caused by not treating the STOP instruction as 2 bytes, since this game uses a non-standard STOP encoding. It's fixed now on the dev branch, and should be included in the next release.

John32145653 commented 6 months ago

I have no clue where to start. The 2 code you provided what are you supposed to do with them?

Eeems commented 6 months ago

I have no clue where to start. The 2 code you provided what are you supposed to do with them?

I think you missed this part:

It's fixed now on the dev branch, and should be included in the next release.

You don't need to do anything. Just wait for the next release and it'll be fixed.