Search found 1 match

by lezazA
Wed Sep 21, 2011 9:49 pm
Forum: Challenges Solved
Topic: Maeda Path
Replies: 20
Views: 4849

Disassembled with flasm, searched for "15", found a very suspicious

Code: Select all

      push 15
      lessThan
changed to

Code: Select all

 
     push 1
     lessThan
Reassembled, started the game and I immediately got the answer before starting level 1 :D