tewtal / sm_practice_hack

Super Metroid Practice Hack
The Unlicense
27 stars 19 forks source link

Metronome; cannot change the frequency #213

Open tonysergi opened 3 months ago

tonysergi commented 3 months ago

I cannot change the metronome frequency; it defaults to 10, and any DPAD press just beeps, and it flips between 1 and 255. This is with a rom patched for everdrive X6, generated via the website on June 26th if that leads to any additional information.

InsaneFirebat commented 3 months ago

We've got a fix for this coming in the next update. Fixed by 95e941e

InsaneFirebat commented 3 months ago

To fix this for yourself in the current version, you can use the memory editor to set address $702038 to your desired tickrate. This is the same address that the Metronome menu option is altering. The default is 0A, which is every 10 frames.

InfoHUD > Customize RAM Watch Set bank byte to $70 Set high byte to $20 Set low byte to $38 Set write value to your desired tickrate Select write to address