• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.
Ɓ
Reaction score
3

Profile posts Latest activity Postings About

  • Who are you... O_o

    Nah, just kidding. :P
    I actually forgot that I even sent you a message.
    But thanks for the links, I'll make sure to check them out.
    Hiya~
    I know you have no idea who I am, but that's irrelevant. ;)

    Anyways, I noticed you were talking to Doesn't lately, saying that you recently learned how to do ASM hacking. I was wondering what tutorial(s) you used to learn it. I tried to learn it a while ago but didn't succeed because the special VBA emulator that lets you see the game's data as you play wasn't working on my computer for some reason.
    The best way to test what you've learned is to apply it in practice, in my opinion. Go try to do something interesting with your ROM that requires ASM- the most reasonable task would probably be to implement a custom ability.
    Ah, that's sensible! Haha I have an alternate account with unusual characters that I log into using Chrome's incognito mode so I have to c&p every time. Such a pain. xD; Pretty characters are so much fun though. :D
    I have a question. Is it a pain to c&p/type out your username every time you log in? Or do you just leave yourself logged in so you don't have to deal with that?
    There's a tutorial up called expanding the pokedex. You should look into it. I am now finished :D
    In the English version, there's a function at x104AB0 that manages the pokedex flags. Given an species in r0 and a value in r1, the function either checks or sets a caught or seen flag. The function begins with 0C 20 96 E2 30 31 00 03 0A 4A 91 8D 80 20 40 00, and exists in Japanese Fire Red- I suspect it also exists in the French version. If it does, all of the adjustments made towards fixing the flags will be done here- everything else is just limiters.

    The solution I used was to apply JPAN's save block hack, which frees up the help menu RAM and writes it to the save- thus I repointed the Caught/Seen flags to that area. The hack in question is here: http://www.pokecommunity.com/showpost.php?p=6993092&postcount=206. It would probably be a hassle to port to a French ROM however, due to differences in both the ROM, RAM, and quite possibly save structure- I have an alternative solution in mind though.

    For whatever reason, the game keeps three sets of Seen flags, which you'll be able to find by looking through the function I mentioned. Provided you do not need more than 784 dex entires, you might be able to repurpose two of these sets to function as the Seen and Caught flags for the new mons.
    Well did you expand the seen/ caught flags? Jambo51 has a routine in his thread fire red pokedex hacking. But how'd you do it?
    It's funny how American hackers speak English well but can't spell. People who speak other languages like you spell perfectly. I don't get it :D
    Anyway, DoesntKnowHowToPlay found a way to do it, but she's not on at the same time as me usually.
    Well you need to repoint the cryconversiontable then change the routine which contains the pointer to it. This requires asm and I tried porting jambo's but it's a LOT
  • Loading…
  • Loading…
  • Loading…
Back
Top