Prev: F2F9 Up: Map Next: F350
F34B: Code sheet - set random number seed to generate the random code location address
Used by the routines at 5D0C and FDE8.
Jump here from FE17 after game data unpacked/unecrypted. Initializes the code generation routine.
F34B CALL $F289 Generate and store 3 random bytes using the FRAMES timer system variable
F34E LD B,$03 Set number of correct codes player needs to enter = 3
Prev: F2F9 Up: Map Next: F350