 |
Description |
Pictionary - The Game of Video Quick Draw: Typo bugfix and RNG option
1. 'Safety Pin' bugfix: The word is misspelled in the ROM as SAFTEY PIN, this patch allows the correct spelling to work.
2. The RNG mechanism used by the game is subject to timing attack, leading to limited seeds if done properly. The seed word lists are thus predictable afterwards (see https://www.speedrun.com/pictionary/thread/c8hmh). If you want a truly random experience, this patch utilizes the frame-dependent RNG bytes for word selection.
'LTD' was changed to 'RNG' on the title screen to signify patched ROM.
I kept the patches separate for those who may just want #1 w/o changing gameplay. |
|