• 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.

Expanding the PC Boxes of Fire Red. Is it Possible?

44
Posts
12
Years
  • Seen Feb 16, 2018
I've been thinking, seeing the fact that it is now possible to expand the number of Pokemon to your heart's content, I came across one tiny problem. No, it's not with the programs used to add the new pokemon and expand the number of Pokemon available. It's the fact that you're still limited to the fact that there's only 14 boxes in Fire Red that can be used, which limits you to only be allowed to have 420 boxes to use. That's all fine and dandy if you just want to have 420 (429 counting your party, and the two daycare centers in the game.) slots available to store Pokemon in. The question is, is it possible to expand that number of PC Boxes? If not, would it be possible to create a Pokemon Bank clone that's exclusive to Pokemon caught in the rom hacks? I'll admit, it could be hard to make a Pokemon Bank clone that is compatible with rom hacks as the program wouldn't be able to keep up with whatever rom hack you'd load up, but it could be worked around by possibly providing a folder that contains the icon sprites for the pokemon, as well as the edited inis you used in things like the Advanced Sprite series and G3HS for examples.
 
44
Posts
12
Years
  • Seen Feb 16, 2018
Okay. Would it be possible then for a Pokemon bank clone that's compatible with rom hacks?
 

Logan

[img]http://pldh.net/media/pokecons_action/403.gif
10,417
Posts
15
Years
I'm not too versed up on Pokémon Bank but doesn't it work on wi-fi? There's no wi-fi capabilities on the GBA so I highly doubt it. I'm struggling to think any feasible way for anything like that to work. Unfortunately more PC Spaces/Bank seems to be just too much for the available hardware.
 
3,830
Posts
14
Years
  • Age 27
  • OH
  • Seen Feb 26, 2024
Okay. Would it be possible then for a Pokemon bank clone that's compatible with rom hacks?

No, it would not. Pokemon Bank is reliant on Wi-Fi which means that it automatically rules out anything before the NDS. Beyond that, the kind of programming required to configure a more modern game to recreate Pokemon Bank is beyond NDS hacking's capabilities.
 
44
Posts
12
Years
  • Seen Feb 16, 2018
I mean, you could code something that rips the Pokemon from the save file and stores them in a file or something. A local Pokemon Bank, if you will.

That's what I meant. When I was saying a Pokemon bank clone, i meant in terms of it being used to store any pokemon that you don't want on your save that you caught at the moment into the clone Pokemon bank. It would just be local and no wi-fi needed.
 
3,830
Posts
14
Years
  • Age 27
  • OH
  • Seen Feb 26, 2024
That's what I meant. When I was saying a Pokemon bank clone, i meant in terms of it being used to store any pokemon that you don't want on your save that you caught at the moment into the clone Pokemon bank. It would just be local and no wi-fi needed.

Then yes a program that can copy Pokemon from a save file is quite possible. As you can see here the save format is well documented.
 

Deokishisu

Mr. Magius
990
Posts
18
Years
Then yes a program that can copy Pokemon from a save file is quite possible. As you can see here the save format is well documented.

It'd probably have to be made, sort of, agnostic when reading the data to make it fully compatible with most hacks. So, it would just rip them from the save file and only read, like, the nickname or something. That way with changed species/attacks/etc. it would still be able to be used.
 
794
Posts
10
Years
It's not that hard if you shrink the pokemon data kept in box. You can get rid of TiD and have something like trade index. Checksum, ribbons data, game version, etc. could also be ignored. That would require lots of work tho.
 
44
Posts
12
Years
  • Seen Feb 16, 2018
It's not that hard if you shrink the pokemon data kept in box. You can get rid of TiD and have something like trade index. Checksum, ribbons data, game version, etc. could also be ignored. That would require lots of work tho.

I can imagine. Especially for someone like me that still hasn't fully understood how Fire Red handles certain things even though I've been attempting GBA rom hacking since 2009.
 

Deokishisu

Mr. Magius
990
Posts
18
Years
But can you increase the number of boxes on the pc or not?
The problem is having space in SRAM. When you save your game, those extra boxes have to be written somewhere in the save, and the space is limited. Even if you freed enough up and compressed the Pokemon format, you'd still need to rewrite how boxes are handled, how the memory is allocated, how Pokemon are read/written, etc.

So yeah, you could technically. But you can also technically go to the moon. The question is not, "Is it possible?" but instead, "Is it feasible?"
 
Back
Top