Before I explain I would just like to thank the team that made this game for doing such a good job. NOTE: I did not make this game I mearly changed a few pieces of code to hopefully help you beat the game Changes: 1. All chests drop 30 power ups or whatever ther called I dont remeber. I did this by making a bunch of chests spawn in the same place because I was to lazy to change the spawn location code. why 30 you might ask? because 100 lagged the game and 50 broke the clone limit and i cant access turbowarp. 2. you can now use turbo mode. This was really simple i just deleted the turbo mode checker sprite. 3. all enimie's attacks do 1 damage (that I know I of havent fully tested this but you should be good). I did this by going into the battle sprite and after testing I realized all the enemy damage calculations are done in this sprite so at any instance of the damage variable i removed all the fancy math and put 1. 4. Delete now one shots eveyrthing I plan on adding more im just really tired and busy right now. Plans: change the player damage code to something obsurd when i figure out how. Permenant max energy.