Adventures of Lolo Password Generator
by: 	CaitSith2 (d_good@shaw.ca)
	TFG (The_Fake_God@hotmail.com)

--------------------------------------

CaitSith2's notes

Lolo 2 uses a similar password system.

The main difference in the code are these.

    c -= 0x11;  // was 0x0E in Lolo 1

and the code table is 


    0xFF, 0x05, 0x07, 0x0E, 0xFF, 0xFF, 0x08, 0x01, 0xFF, 0x0C, 0x0F, 0x06, 0x0B, 0xFF, 0xFF, 0x00, 
    0x02, 0x04, 0xFF, 0x0D, 0xFF, 0x03, 0xFF, 0xFF, 0x0A, 0x09 

These differecnes were there to make sure you could not reuse the lolo 1 passwords to cheat in lolo 2.


EOF.