notaz / picodrive

Fast MegaDrive/MegaCD/32X emulator
Other
291 stars 165 forks source link

Some variables and parts of game HUD not updating #65

Closed gingerbeardman closed 6 years ago

gingerbeardman commented 6 years ago

Using latest nightly on N3DS

I'm playing New 3D Golf Simulation: Waialae no Kiseki on Mega Drive.

If it's easier to test feel free to use the only Western release in that golf series Pebble Beach Golf Links.

After loading the game:

Problem: Map shows the wrong hole map and info (this photo was taken on hole 9)

You can see a path to the left of the tee position, obviously not shown on the map. Also a river crossing the fairway just in front of the tee position, also not on the map.

Maps of holes:

SNES manual: http://www.gamesdatabase.org/Media/SYSTEM/Nintendo_SNES//Manual/formated/True_Golf_Classics-_Waialae_Country_Club_-_1991_-_T-E_Soft.pdf

MegaDrive manual: http://www.gamesdatabase.org/Media/SYSTEM/Sega_Genesis//Manual/formated/True_Golf_Classics-_Pebble_Beach_Golf_Links_-_1994_-_Sega.pdf

d2d90cc2-ee2e-46c1-aaab-fa39d812362c

I'm using libretro nightly on N3DS

notaz commented 6 years ago

At the start of the game, it shows "1H" here on 1.92, and there are more markings on the map.

I guess you should wait for 1.92 builds to appear and retest before we continue on this.

gingerbeardman commented 6 years ago

OK

gingerbeardman commented 6 years ago

Correction:

Using a save made on 1H, PicoDrive 1.91 displays the map for that course for the rest of the game.

Waialae no Kiseki.1H.zip

gingerbeardman commented 6 years ago

Using this save, which is just the initialised SRAM (otherwise it's impossible to start a game in 1.91 due to the SRAM issue) with a custom player name:

there is no map or hole information shown! Marker for player position on course is shown.

Waialae no Kiseki.defaults.zip

998472d7-5f26-46b4-96b1-15177892f7a0

gingerbeardman commented 6 years ago

On reflection, I'm thinking these issues are a side-effect of invalid SRAM.

I'll check again in 1.92 but I expect it'll work there if saving does.

gingerbeardman commented 6 years ago

As suspected these issues are not present in 1.92

Thanks for your work on this!