Quote Originally Posted by Maniac
I have the coord mod in ASM... >_>
is it ASM hack or Custom ASM Routine?

Quote Originally Posted by Vash
EDIT: The coordinates address are both pointers. You'd have to ask Virus for that information. He did, afterall, create the coordinates mod.
frankly i don't have problem with pointers .. im just lazy to look for it in releases hehehe

to retrieve the value of it can be this
Code:
ldr r0, =0x21C6DEC
ldr r0,[r0]
cmp r0, #0
ldrne r0,[r0,#0xFFFFFAC0]
andne r1, r0, #0xFF00
r1 will hold the 2nd byte .. while r0 has the whole x - coordinate

anyway .. ill post later the 3rd byte computation .. according to your post ..
[im still on my lazy self hehehe]