Medabots / medarot3

Medarot 3 GBC disassembly/translation
34 stars 6 forks source link

Cursor is missing after the credits #172

Closed Blaziken257 closed 1 year ago

Blaziken257 commented 1 year ago

After viewing the credits, the cursor that is supposed to appear after pressing B to open the menu is missing. This issue is not present in the Japanese version.

Comparison screenshots:

Medarot_3_Eng_Missing_CursorMedarot_3_Jpn_Cursor

In the English patch, 8F00-8FFF in VRAM bank 1 gets cleared out shortly after the credits start, which does not happen in the Japanese version. The cursor tiles are part of this region in VRAM, which would explain why the cursor is missing.

M3_ENG_Credits_Tiles M3_JPN_Credits_Tiles

Saving and resetting makes the cursor appear normally again.

Blaziken257 commented 1 year ago

Commit 0d58b1e fixed the bug and this was tested on both Kabuto/Kuwagata versions after pulling latest version of the tr_EN branch. While there hasn't been a new nightly build since this commit, it's still save to assume this fix will show up in the next nightly build and therefore this will be closed.

Medarot 3 Post-credits cursor fix