Ok thanks. School for me starts in a week.
You'll notice that I made one of your requested codes(search and teleport)
Although I'll need to remake it with just my coding when I get the chance
Oh yeah cool! Dude how did you become so good at asm? You are really amazing!! I downloaded a few pdfs that kinda explain things like ldr and stuff..
http://maniac.game-hackers.com/Codes...dRegisters.txt
Registers you can and cannot use under normal circumstances.
Say what you mean, mean what you say, and let your actions speak for you.
In thumb, you can usually only use r0-r5
Although I think you can still use the other ones just not for loading/storing
(like, you can temporarily move the value from a lower register to a higher register, then back)
I just found that out >_> and it should help me shorten some of my codes XD
Lol. Hey I gave that link a quick catscan and like half of it mentions the E code type and (0XXXXXXX + offset). I am so confused about the offset and the E type I beg of you enlighten me please?! I know you use such a code type in your more recent codes however I don't have a clue as to their relevance to the codes or to anything for such matters. I will try to decipher and store what I can accumulate from enhacklopedia and the gh wiki. And various others from the code analyzer. I think it was made by kickenchicken57 from kodewerx. It's helpful but when it get's into specifics it is kinda vague. (Well to me anyhow.)
Also I was bored and so I checked some of the addresses in your recent codes and one confused me a bit. It had the address 0x021eed6c. But that only differentiates from when you are in your own home and as far as I can tell is almost useless. Unless you somehow use it to tell where the user of your codes are in relation to the world map/ inside outside ordeal.
Personally I admire your coding. I mainly want to learn to code so I can understand your codes and because I would like to be able to make codes like you do. (I.e. Flawlessly, amazingly, with the ability to incorporate amazing features, etc..)
Also have you gotten a TT yet? Or is this all based on address's that've been found and coding that you decided to do?
Another interesting thing is that I can't ds to ds with the trainer TT in my ds. It gives me the purple resetti page "an error occurred"... Wifi won't connect to the nin wfc points either... However using Text to ar code works pretty good. But somehow the TT doesn't like me.
Edit: I forgot t mention that oddly enough the 0x021eed6c thing is 0 when outside 1 in your house and C in a different friends house. It is also different for neighbors... I don't think changing the value does anything 'cept freeze the game.
Last edited by Drew956; 09-02-2009 at 01:43 AM.
I don't have a trainer toolkit, I either use others' addresses, use an emulator to find my own, or use an ASM routine to find online addresses
By the way, I use that to determine where you're at/which room
For example, it checks if you're outdoors or in your house. It also makes sure the code doesn't activate if you're in the gate
Then, if you're in your house, I subtract #1 from it, then multiply it by #0x450 (difference between each room)
That's how my RTWE code knows exactly which slot to put the item in no matter where you're at