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,344
Trophies
4
Location
Space
XP
13,928
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,344
Trophies
4
Location
Space
XP
13,928
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
  • Veho @ Veho:
    Nobody is reading what you post.
  • Psionic Roshambo @ Psionic Roshambo:
    That Dell data breach is worse than people probably realize....
  • Psionic Roshambo @ Psionic Roshambo:
    When I worked for Dell we had access to data about military contracts and addresses for high ranking people.
  • Psionic Roshambo @ Psionic Roshambo:
    I personally handled a call from the second highest person at Raytheon. That call bothered me a lot... The guy was nice and smart what bothered me was the way management basically just blew him off instead of going the extra mile to help him.
  • Psionic Roshambo @ Psionic Roshambo:
    In the end that call ended up costing Dell millions in lost contracts with Raytheon, and really the issue could have been solved for like 450 bucks lol
  • NinStar @ NinStar:
    sometimes I wonder why anyone would ever buy mega man x legacy collection 2
  • NinStar @ NinStar:
    I always thought that capcom shuffled the games in these collection, but apparently they are all in chronological order, which makes legacy collection 2 worthless
  • BakerMan @ BakerMan:
    guys, i want to start singing pirate metal songs and sea shanties if i play sea of thieves
  • The Real Jdbye @ The Real Jdbye:
    find a pirate metal playlist
    +2
  • The Real Jdbye @ The Real Jdbye:
    and sing along
  • BakerMan @ BakerMan:
    nevermind i just learned swearing is against the rules in sea of thieves

    i was about to start singing the song i last put in "what song are you currently listening to" yesterday
  • BakerMan @ BakerMan:
    but yeah ig so
  • The Real Jdbye @ The Real Jdbye:
    swearing not allowed in a pirate game? what has the world come to
  • BakerMan @ BakerMan:
    (here's the song for context)
  • BigOnYa @ BigOnYa:
    Just add -izle to the end of every curse word, you will be fine.
    +2
  • The Real Jdbye @ The Real Jdbye:
    i like alestorm
    +1
  • The Real Jdbye @ The Real Jdbye:
    @BigOnYa too many syllables
    +1
  • BakerMan @ BakerMan:
    same lmao
  • BigOnYa @ BigOnYa:
    hi, welcome to the Temp!
    +1
  • BakerMan @ BakerMan:
    Welcome to the Underground!
    +1
  • BakerMan @ BakerMan:
    the booty boogie from (once again) the donkey kong country cartoon could also be a good song to sing while playing sea of thieves
  • BigOnYa @ BigOnYa:
    Please insert 25 cents for an additional 30 minutes of talk time.
    BigOnYa @ BigOnYa: Please insert 25 cents for an additional 30 minutes of talk time.