My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads
Wiki pages
Links

A level editor for the Nintendo 3DS (3DSWare) game 'Pyramids'.


Some technical stuff:

The data in the QR Codes generated by the game is compressed using Lempel-Ziv (LZ) version 0x10.

You can search about it in google..


Then the stucture of the data is as follows:

  • byte MAGIC - always 1 (if you set it to 0 the game won't accept the level)
  • byte Background - This is the background can be 0-4 (if you use >=5 then the game will freeze)
  • 160 bytes Data - (16x10) meaning the actual array of the game (TheList)
  • 4 bytes Par Time - (unsigned integer) this is the time needed to get the 3rd star.
  • 4 bytes CRC32 - a !regular CRC32 of the data until this point

!(Poly: 04C11DB7, IV:FFFFFFFF, OUT: FFFFFFFF, RefIn/Out:True)

Powered by Google Project Hosting