Emulation Issues with 3 gameboy VC Pokemon games I dumped

ninjamummy

Member
OP
Newcomer
Joined
Aug 11, 2023
Messages
6
Trophies
0
Age
35
XP
12
Country
United States
I recently dumped all my roms. Pokemon yellow, crystal and red, they all give the same message, all my other roms work. I even had other GBA VC titles and they worked on Citra no problem. I was told to unpack them but I'm unfamiliar with that. How can I get these to work on GBAtemp?
 

Attachments

  • citravcgb.png
    citravcgb.png
    3.9 MB · Views: 76

The Real Jdbye

*is birb*
Member
Joined
Mar 17, 2010
Messages
23,343
Trophies
4
Location
Space
XP
13,927
Country
Norway
I recently dumped all my roms. Pokemon yellow, crystal and red, they all give the same message, all my other roms work. I even had other GBA VC titles and they worked on Citra no problem. I was told to unpack them but I'm unfamiliar with that. How can I get these to work on GBAtemp?
What's the message? :mellow:
 

ninjamummy

Member
OP
Newcomer
Joined
Aug 11, 2023
Messages
6
Trophies
0
Age
35
XP
12
Country
United States
Not sure why you want to run these in Citra when you could play them in a Game Boy emulator?
2 layers of emulation is rather pointless.
its how they were dumped, I cant control the way Godmode does that
Post automatically merged:

Easiest thing is just to grab those titles from google. Those titles are always going to say that because nintendo made them to not use savestates
What do you mean grab from google? I just want to figure out how to make my files work.
 

The Real Jdbye

*is birb*
Member
Joined
Mar 17, 2010
Messages
23,343
Trophies
4
Location
Space
XP
13,927
Country
Norway
its how they were dumped, I cant control the way Godmode does that
Post automatically merged:


What do you mean grab from google? I just want to figure out how to make my files work.
You can extract the .cia files and get the ROM files out of them.
GM9 might even let you mount the installed titles and browse the embedded romfs and extract the ROM files directly, without dumping the .cia.
 

ninjamummy

Member
OP
Newcomer
Joined
Aug 11, 2023
Messages
6
Trophies
0
Age
35
XP
12
Country
United States
You can extract the .cia files and get the ROM files out of them.
GM9 might even let you mount the installed titles and browse the embedded romfs and extract the ROM files directly, without dumping the .cia.
How would I extract the rom? I looked through GM9 and didn't see any other dumping options. I'm still trying to figure out what other program I would need.
Post automatically merged:

Sure, but the games shouldn't freeze up at this message

I looked into it a bit and its an anti hack thing Nintendo did. The games detect the save state stuff and locks it out for VC Pokemon games from what I read
 

xsdfr

Well-Known Member
Newcomer
Joined
Mar 1, 2023
Messages
46
Trophies
0
XP
291
Country
Bosnia and Herzegovina
How would I extract the rom? I looked through GM9 and didn't see any other dumping options. I'm still trying to figure out what other program I would need.
1. mount the .cia in gm9 (select the .cia > "CIA image options..." > "Mount image to drive"; should be mounted as drive G)
2. open the "0000.00000002" > "romfs" > "rom" directory
3. select the file > "Copy to 0:/gm9/out"
4. rename the file found at <sd root>/gm9/out to <foo>.gb/gbc (.gb if its a gameboy rom, .gbc if its a gameboy color rom)
5. copy it from your sd card (<sd root>/gm9/out/<foo>.gb/gbc) and run it on an emulator

this was done with a pokemon crystal .cia, but should apply to any gameboy/gameboy color game.
 
Last edited by xsdfr,

ninjamummy

Member
OP
Newcomer
Joined
Aug 11, 2023
Messages
6
Trophies
0
Age
35
XP
12
Country
United States
1. mount the .cia in gm9 (select the .cia > "CIA image options..." > "Mount image to drive"; should be mounted as drive G)
2. open the "0000.00000002" > "romfs" > "rom" directory
3. select the file > "Copy to 0:/gm9/out"
4. rename the file found at <sd root>/gm9/out to <foo>.gb/gbc (.gb if its a gameboy rom, .gbc if its a gameboy color rom)
5. copy it from your sd card (<sd root>/gm9/out/<foo>.gb/gbc) and run it on an emulator

this was done with a pokemon crystal .cia, but should apply to any gameboy/gameboy color game.
Do you know if it possible to convert them just on the PC?
 

xsdfr

Well-Known Member
Newcomer
Joined
Mar 1, 2023
Messages
46
Trophies
0
XP
291
Country
Bosnia and Herzegovina
Do you know if it possible to convert them just on the PC?
sure.

1. decrypt and extract the .cia to somewhere on your PC
2. in the folder where you extracted the .cia, go to "RomFS" > "rom"
3. rename the file found in the rom folder and rename it "foo.gb/gbc" (.gb for a gameboy rom, .gbc for a gameboy color rom; replace foo with a name of your liking)
4. copy the file to a safe place on your PC and run it in an emulator

again, i did this with a pokemon crystal .cia, but this should apply to any gameboy/gameboy color game.

you can decrypt/extract 3DS roms with quite a few tools. i decrypted the .cia and turned it into a .cci with Batch CIA 3DS Decryptor and then extracted the decrypted .cci with .Net 3DS Toolkit.

another handy way to access the contents of the .cia on PC is using ninfs and following the steps i described in my previous post. this bypasses the need for decrypting the .cia, but you will need your boot9.bin file and a seeddb.bin or a seed for the game you're mounting.
  • you can dump your boot9.bin using GodMode9 and you can dump your seeddb.bin using GodMode9 and SEEDconv. instructions for the seeddb.bin are in the github repo readme. just know that you can't mount the .cia if your seeddb.bin doesn't contain the seed of the game you're trying to mount, that is if the game is not/was not installed on the 3DS you dumped the seeddb.bin from.
 
Last edited by xsdfr,

ninjamummy

Member
OP
Newcomer
Joined
Aug 11, 2023
Messages
6
Trophies
0
Age
35
XP
12
Country
United States
sure.

1. decrypt and extract the .cia to somewhere on your PC
2. in the folder where you extracted the .cia, go to "RomFS" > "rom"
3. rename the file found in the rom folder and rename it "foo.gb/gbc" (.gb for a gameboy rom, .gbc for a gameboy color rom; replace foo with a name of your liking)
4. copy the file to a safe place on your PC and run it in an emulator

again, i did this with a pokemon crystal .cia, but this should apply to any gameboy/gameboy color game.

you can decrypt/extract 3DS roms with quite a few tools. i decrypted the .cia and turned it into a .cci with Batch CIA 3DS Decryptor and then extracted the decrypted .cci with .Net 3DS Toolkit.

another handy way to access the contents of the .cia on PC is using ninfs and following the steps i described in my previous post. this bypasses the need for decrypting the .cia, but you will need your boot9.bin file and a seeddb.bin or a seed for the game you're mounting.
  • you can dump your boot9.bin using GodMode9 and you can dump your seeddb.bin using GodMode9 and SEEDconv. instructions for the seeddb.bin are in the github repo readme. just know that you can't mount the .cia if your seeddb.bin doesn't contain the seed of the game you're trying to mount, that is if the game is not/was not installed on the 3DS you dumped the seeddb.bin from.
Thanks for all the info, I got them all working!
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • Psionic Roshambo @ Psionic Roshambo:
    BigOnYa I think narcissism has all but killed love
    +2
  • SylverReZ @ SylverReZ:
    @Psionic Roshambo, I think I can agree on that.
    +1
  • K3Nv2 @ K3Nv2:
    People tend to think look at everything I have gains attention but ends up making them look worse for what it is
    +1
  • BigOnYa @ BigOnYa:
    It would be funny to pick up a girl in a real expensive car, then next date show up in a piece o shit car just to see her reaction. If she was real, it wouldn't matter.
  • Psionic Roshambo @ Psionic Roshambo:
    Everyone is disposable and replaceable, lies and deception are the coin of the realm. I have never felt so alone and so at odds with the world.
  • K3Nv2 @ K3Nv2:
    I don't think we should see others as disposable just if they can show any glimps of care about humanity should be forgiven
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, she would leave you inmediately
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    For a time I considered creating a new big bang. Wipe the slate clean and start from scratch....
  • K3Nv2 @ K3Nv2:
    Your closest friend probably talks negative about you the most
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    I know I talk shit about that Ken guy constantly lol
    +1
  • K3Nv2 @ K3Nv2:
    Yeah I just had to consile it's a age thing and I can get erect
    +1
  • BigOnYa @ BigOnYa:
    Right.. Take a number
  • SylverReZ @ SylverReZ:
    @BigOnYa, Binkinator is still around you guys. I just saw him in one of the Discord servers that I'm in.
    +1
  • K3Nv2 @ K3Nv2:
    People get more mad when they learn you aren't as dimwitted as they think
  • Xdqwerty @ Xdqwerty:
    @SylverReZ, that guy who was dissappeared?
  • Psionic Roshambo @ Psionic Roshambo:
    My favorite thing about that Ken, if they talk bad about others to you. They doing it to you too.
  • Psionic Roshambo @ Psionic Roshambo:
    Always remember that
  • K3Nv2 @ K3Nv2:
    More or less then they drop you and blame you when you find out
  • Psionic Roshambo @ Psionic Roshambo:
    Well taking responsibility for their own actions would mean doing work and self reflection lol easier to just be a pile of crap rolling down hill
  • Xdqwerty @ Xdqwerty:
    @SylverReZ, I dont mean to be rude but what was so important about them?
  • SylverReZ @ SylverReZ:
    @Xdqwerty, He truly shared his great knowledge about Switch modding.
    +1
  • SylverReZ @ SylverReZ:
    People miss him because he used to be active a lot.
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    I modified a switch in a bathroom one time by wiping poop on it... Lol
    Psionic Roshambo @ Psionic Roshambo: I modified a switch in a bathroom one time by wiping poop on it... Lol