|
Post by Admin (Kneesnap) on Sept 13, 2015 21:44:18 GMT -8
All of the .bin files in this game are just demo files. A demo is when the game starts playing by itself. This occurs when you leave the main menu on for to long. For the X&Y of the tile Frogger spawns on, the X is the 5th byte occurring in the file, and Y the 9th. (I made a video on a modifcation of this which can be found here: youtu.be/Mz5Y82_ErwQ) Everything following seems to be the actions. Posted by Froli.
|
|
|
Post by Admin (Kneesnap) on Apr 7, 2016 9:34:54 GMT -8
Well ain't I selfish (or rather, forgetful). Some time after the creation of this forum I was in a discussion with a friend about this file and I found the following but never posted it.
The following hex numbers correspond with the following action.
00 = Move Up 01 = Move Right 02 = Move Down 03 = Move Left 04-07 is the same as 00-03 08-0F = Superhop 10, 20, A0 & B0 = Rotate Camera Counterclockwise 30, 40, 50, C0, D0, & F0 = Rotate Camera Clockwise 80 = Do Nothing 90 = Tongue
Values listed above with commas in them are all just alternate values, it doesn't matter which one is used. The only thing I'm missing is croak, no idea what IDs are for it.
Posted by Froli.
|
|