Page 1 of 1

Adresses.lua - 4.0.6.2483

Posted: Thu Dec 22, 2011 9:25 am
by alkirah
EDIT - Update From SVN, Lisa Committed the changes :)

Re: Adresses.lua - 4.0.6.2483

Posted: Thu Dec 22, 2011 9:32 am
by lisa
rev 685, all done.
Thanks for trying =)

Re: Adresses.lua - 4.0.6.2483

Posted: Thu Dec 22, 2011 10:14 am
by rock5
That was quick. Well done.

The method you used to minus 0x10 was flawed. In 2 places A became 0, instead of 9, which is wrong so 2 wrong address. Should be

Code: Select all

	moneyPtr = 0x9DED9C,
	eggPetBaseAddress = 0x9E6090,
Both tested and are correct.

Edit: I thought we were going to have the attack values read instead of having to change them all the time.

Re: Adresses.lua - 4.0.6.2483

Posted: Thu Dec 22, 2011 10:31 am
by lisa
lol yeah some days i forget how to count in hex.

fixed. rev 686 ? something like that

Re: Adresses.lua - 4.0.6.2483

Posted: Thu Dec 22, 2011 10:41 am
by lisa
rock5 wrote:Edit: I thought we were going to have the attack values read instead of having to change them all the time.
I still haven't had a look in to doing it yet.