• 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.
D
Reaction score
6

Profile posts Latest activity Postings About

  • You can make it your style. I plan to update my graphics more in the near future.
    Time to add you to my credit section!
    Alright! The main individual trainers of my hack are going to be guys named, Frozen (Would be nice if he had light blue hair and he looks like a calm person), Inferno (Red hair for his fire types and he is a mean person), and the Legendary Trainer ZX (Purple hair and mysterious). I haven't came up with a evil team yet. Thanks!
    I've been making my rom hack while learning things on the fly and so far it's been going good. However, I noticed that spriting is one of my weakness, so I appreciate the help in the spriting department! Thanks!
    Actually, I need to check if one of those limiters contains the seen/caught flags. I think I asked for help on the thread for other limiters. I should have a few posts in that thread.
    It counts the maximum number for the Regional Kanto Pokedex. Essessentially, we are changing any 96/97 value to their respective numbers. For examples, 60/61. Or in my case, I have F6/F7 (246/247). There are a lot more than three limiters, but those three are the more important ones, since they directly correlate to the Pokedex. There are other limiters which I will find soon (probably by searching through every single 96/97 hex value in the rom, lol) that displays the Regional Dex numbers on the Pokemon page (which I have not found yet). For instance, the Pokemon who are over 151 will now appear in the Kanto Dex as for instance 231. But on the Pokemon page, their number would be ???. There are also limiters for the seen and caught section of the Pokedex. It's simple hex edits, but the hard part is finding the limiters! =]
    It is pretty much simple hex edit. The goal here is to change 96 (150 in hex) and 97 (151 in hex) to the amount of Pokemon you want in your Regional Dex. For instance, if you wanted 201 Pokemon, change 96 to 60 and 97 to 61.
    There's a good bit of limiters that you have to change. I haven't found all of them yet, but the ones that I have found so far are the most important. I learned of these limiters in the Pokedex Hacking thread. The thing with Fire Red is that the Fire Red 151 Dex is really the National Dex limited to 151. So what I have done was extend the Kanto Dex to whatever amount I wanted. My "extended dex" is actually the National Dex, however, I edited out the Pokemon up to the number 323. (After rearranging the Pokemon Pokedex number) But the ones I have recorded here are:

    0x104BF2 - "count" detector
    0x10352C - mov r1, #0x97
    0x1035F6 - cmp r0, #0x96

    Taken from Pokedex Hacking thread.
    That's something you should ask me over VM so then the hack topic doesn't go off-topic XD

    But yes, you may use it, as long as you credit me.

    But don't use the others.
    When you insert graphics with unLZ, you don't have to replace data. It also lets you insert stuff into free space. You then have to keep track of the offset you inserted at, and then point to it in a table with a hex editor.

    I'm just going to assume you have no idea what I just said, so please PM me exactly what you're doing and I'll tell you what you're doing wrong, and how to fix it.
    The battle backgrounds are compressed data. All the images you can view in unLZ are compressed graphic data. You can use unLZ to insert graphic data into free space. Then with a hex editor, you manually type in the pointer in the battle background table so that it points to where you inserted the data with unLZ. Then you have to type in the next pointer to point to where you inserted the palette with unLZ. Then you have to type in the next pointer to point to where you inserted the tile map with unLZ.

    If you don't understand anything what I said, then I recommend looking at tutorials on changing the world map to get a sense of how tilesets & tilemaps work.
  • Loading…
  • Loading…
  • Loading…
Back
Top