Prev: 5E17 Up: Map Next: 5E1E
5E19: Random Number
Value is calculated using the 16-bit game timer LSB value, which is used to fetch a byte from the ROM (between addresses 00 and FF), then by adding the current R.
RandomNumber 5E19 DEFB $00,$3A,$EF,$22,$22
Prev: 5E17 Up: Map Next: 5E1E