Okay going by the list...
Miami green card softlock: in rm280.sc sPhone::changeState, remove (proc0_7 38) from state 40. Fun fact, this line is commented out in the leaked source.
Unclickable Hollywood sign: in rm190.sc rm190::init, replace (proc999_0 --UNKNOWN-PROP-NAME--), or if that's not there the line between (logo init:) and (tree init:) with (HollywoodSign init:). Typo involving the sign function.
TPrint uninitialized read: in Main.sc proc0_14, replace (proc255_0 param1 25 temp300 param2 &rest) with (proc255_0 param1 25 temp300 &rest), removing param2, though I'm not 100% on this one.
Unthrottled palette animations: in rm130.sc Mr__Bigg::doit, replace the 32 with 6, and in rm500.sc rm500::doit replace the 10 with 3.