Source code found in ROMs
Posted by Thomas Jentzsch,
09 November 2008
·
64 views
Programming Damned Tag Clouds
I was a bit bored this weekend, so I had a closer look to some games. A lot of games, especially from Taiwan, contain garbage data, which is unsed by the game itself. Often this garbage contains traces from the game development, sometimes even snippets of source code. In this entry I will post some source code findings.



Create a custom theme








The following code can be found at offset 0x6ae in the ROM. You only have to AND all bytes with 0x7f.
Short, but lots of labels used. An original? Or an advanced disassembly?