ErnestoAM Wikia
Advertisement
Note: This guide is severely outdated and may not be up to date with the latest release. It is considered archived.

These guides will help you modify this file. You will need a hex editor for this, for this tutorial I will be using HxD Hex Editor. Please note I will use plants for theses tutorials, but you can also do this for upgrades, world gates, coin packs, gem packs, and sprout packs too.

Change Plant Item

  1. Search for "Android Plant - <enter premium plant name here>" or "Plant - <enter premium plant name here>".
  2. Then scroll down until you see "plant‘" and after that the plant's corresponding internal name.
  3. Modify that to any other plant which has a shorter internal name, nullifying any extra bytes not needed.

Convert Money To Gem

  1. Search for "Android Plant - <enter premium plant name here>" or "Plant - <enter premium plant name here>".
  2. Then scroll down until you see "plant'".
  3. Before that you should see some bytes before hitting "þ". Those are the ones you need to modify to change price.
  4. Replace all sequences of 91 13 21 91 with 91 13 24 01 91. Please note you will be adding bytes.

Change Gem Price

  1. Search for "Android Plant - <enter premium plant name here>" or "Plant - <enter premium plant name here>".
  2. Then scroll down until you see "plant‘".
  3. Before that you should see some bytes before hitting "þ". Those are the ones you need to modify to change price.
  4. To the left of the "$", that is the what you modify to change the price. Change it anywhere from 01 (1) to 7F (127). Anything larger will be read as an unsigned integer.
Advertisement