Medabots / medarot4

Medarot 4 GBC disassembly/translation
9 stars 1 forks source link

Translate the MedaRoad Race mini-game #55

Open Blaziken257 opened 1 month ago

Blaziken257 commented 1 month ago

Medarot 4 has yet another mini-game known as MedaRoad Race (メダロードレース). If selected from the debug menu, it is the 26th option. The game state for this is 45 (which transitions to 44 when the race starts).

You'll have to mash A+B repeatedly to move right and avoid the obstacles, and finish first.

Below is a graphic that appears before the mini-game starts.

bgb00720

In the middle of the track, there is an obstacle (or something); if someone touches it, a kanji graphic shows up.

bgb00724

This screen appears after finishing the race.

bgb00726

This is the same screen with the sprites removed, which uncovers some Japanese graphics. This is probably reused from the first screen.

BGB M4 Medaroad VRAM

Finally, this guide claims that there are actually 6 tracks, divided into 3 initial ones (beach, forest, and desert) and 3 extra ones (city, competition [??], and cyber). The debug menu doesn't give the option to select a track, so it is possible that the other tracks might have some graphics that need to be translated!