Yup, now I am going to take my routine to the next level(pund), and see if I can make a routine that increases the exp to the top, right before it levels you up. I am probable going to copy the needed amount of exp to next level, then minis one. Then add that number the the amount of exp.
Thanks I got it now. I was one number off. I had it on .EXP: .Word 0x0203F43D. Then I tryed yours .EXP: .Word 0x0203F43E,but that gave me 0? So I tryed going in the opsite direction, and it wored. So to recap the correct offset is .EXP: .Word 0x0203F43C
ah slight problem. I thought if you used .word it would copy all the data from that word(32bit) but it only copys that one bit(8bit) so instead of coping 88B it only copys 8?
how do I get the routine to store the whole word?