• 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.
Xencleamas
Reaction score
296

Profile posts Latest activity Postings About

  • I haven't made it possible to check from the RAM whether a Pokemon can Mega Evolved. The only thing stored in the RAM is whether the player has used mega evolution or not. daniilS said he had some code changes that would fix this, but never submitted a PR. I actually prefer hooking and modifying code to editing/patching bytes, so I'm reluctant to edit the scripts themselves. I'm sure the commands share a common function or something though so it shouldn't be too hard to patch. I'm also less concerned about those bugs as they are more of an unimplemented feature than an actual bug. I'm more concerned about the fact the doubles stopped working :/
    Oh okay! This is gonna be pretty painful, having to pick out every mon in my dex out of 721 haha. Thanks though! Really appreciate your help.
    Oh, lol. Is that it? Thanks for letting me know and no problem, haha

    Alsoo:

    In the tutorial, for the Hoenn Dex (Summary) it says this:

    "The second Hoenn Pokedex Table (which is at 0x0831D94C) controls the list of the regional Pokedex number to be displayed on Pokemon's summary prior obtaining the National Dex. This time, it is controlled slot by slot, minus 1 because the slot 0 is also never included here. To look for its slot, minus 1 then multiply by 2. For example: You want to have Giratina's regional number is 210 and its data is at slot 540. Look for the slot 540 in the table which is 539 * 2 from the start of the table then put D2 00 there (0x00D2 is 210 in hex)."

    Here's my regional dex: http://pastebin.com/kgw6UpEE
    I don't quite understand. Does this table include every single Pokémon? If so, what do I type for the Pokémon not in the national dex? So, let's say I wanted Chikorita as the first Pokémon for the summary. Where would I put 00 01? Is it a copy of the regional dex table? If I put it on the 152 slot of the table, what would i fill in for the other Pokémon not in the dex? :S
    You may be waiting a while :P
    I haven't really looked at the issues at the moment; I'm kinda waiting for someone to fix the most irritating bug for me, but it seems I'm waiting in vain ._.
    I kinda wanted to fix the bugs in FR before I started on Emerald, because I wanted to code to be in the same repository on Github, but I'm feeling really demotivated to hack right now, so it doesn't look like that will happen anytime soon :/ Maybe you should look at the bugs in FR before you try port it?
    I saw that you were using the EXP upon capture for Emerald. Did you manage to fix the glitch that glitches the Pokedex if the Pokemon levels up from gained EXP after catching an uncaught Pokemon?
    I haven't done the one for the order in the summary, could that be it?

    And that is for the national dex, lol. I just scrolled RIGHT to the top, and it seems to show seen/caught pokemon :O
    I just replaced the offsets in the source code which pointed at the old FireRed evolution table, Pokémon names table, etc. to point to Gaia's. I believe the newest implementation has a tables.h file which contains all of those offsets, so it theoretically should just be a matter of editing that to match up with your expanded Pokédex (the easiest way being to match it with the G3HS ini).
    As far as I know, the FireRed regional Pokédex is actually just the National Pokédex, but it has a limit at 151. The limiter for that has been found, so you can theoretically expand or decrease that number, but as for making an out-of-order list, that would ultimately mean you'd have to also rearrange the national Pokédex. As far as I'm aware nobody has actually ported the way the Emerald regional Pokédex is handled, so "real" regional Pokédexes aren't possible.
    It might be the wisest choice until we figure out what we exactly have to do to make it work
    Be sure I'll post in the thread if I have any relevant information about the expansion
    Well,I am wondering that,what you think...there might make pokemon tournament too(just like anime)...its gonna be very fun watching everyone's strategy.
    Also we will be seeing lots of players weraing Ash's cosplay too!

    And if you plan to read next manga,please go for great teacher onizuka manga! its the best manga I have ever read!!
  • Loading…
  • Loading…
  • Loading…
Back
Top