Search results

  1. P

    Gaming Question about code creating and the DSi

    That seems to help. What is stored at the address 4000100?
  2. P

    Gaming Question about code creating and the DSi

    Yeah, the problem is that they still incremented once for every frame the button was held down. The universal activator does the same thing. So I press the button, and even if I let off extremely quickly, the code executes 40-50 times. I want it to just execute once, even if I hold the button...
  3. P

    Gaming Question about code creating and the DSi

    When doing it inside the unit menu, I consistently find four addresses: 125FE4 value either 00 or 04 125FEC value either 00 or 04 125FEF value either 00 or 02 125FF4 value either 00, 01, or 02 (the upper bound consistent on every search) I tried using all four addresses as an activator, i.e...
  4. P

    Gaming Question about code creating and the DSi

    Yeah, it's FFTA2(U) On the emulator I just have this .sav after the first battle and the first town scene (where you're allowed to access the Unit Menu). I tried using a link for the sav but when I clicked it it didn't work. http://www.angelfire.com/extreme3/uda/FFTA2save.zip Pasting it into...
  5. P

    Gaming Question about code creating and the DSi

    I repeated the search several times, I'm just not getting consistent results. Not even results in the same ballpark, like some of them will be 403xxx some will be 28cxxx some will be 1fxxxx. I'll keep at it though.
  6. P

    Gaming Question about code creating and the DSi

    Well, this is the first code I've ever created that was more than one line long. Several years ago, I played something or other on Visual Boy Advance, probably one of the fire emblem games, and I noticed I could search for cheats, so I did and put in hex values for stats, and found those...
  7. P

    Gaming Question about code creating and the DSi

    I didn't own an original DS or a DSLite. But there were a few games I wanted to play, so I got a DSi this year. I am sort of interested in code creating, and you sort of need something to do it with. I was going to buy the Datel Trainer Toolkit, but it looks like it goes in the GBA slot which...
  8. P

    Gaming Help fix AR code for Final Fantasy Tactics A2

    I am trying to create a code that increments the selected unit's speed by 1. Basically "speed resetting" without the resetting, so if I get a speed up, fine, if I don't, I can use this. Here's what I have, I'll try to comment it. The base address for the selected unit is 21D5020. // If the...