saves highscore doesn't show level in mode B
yepyepyep4711 opened this issue · 1 comments
yepyepyep4711 commented
As the title says. I have one rom patched with 2player mode, handicap, garbage and saves highscore. In mode B, the level shown to the right of the highscore list is always 00, regardless of the level played.
ejona86 commented
This is the same issues as you mentioned in #27 (comment) . It turned out it wasn't showing you "p1 level" but instead the level wasn't being set at all, so it was "the previous level for that high score entry." When using save-highscores that level would be 0 which made the problem more obvious.
This was fixed in 18f9be3
Thanks for the report!