ROM Hack Pokemon Brilliant Diamond & Shining Pearl Cheat Database

Falo

Well-Known Member
Member
Joined
Jul 22, 2012
Messages
680
Trophies
2
XP
2,627
Country
Germany
Does that mean that Nintendo is planning to release GBA pokemon games with GBA VC for the Switch, or they literally used the original code and just update it with new graphics?

Without the cheat code, the function looks like this:

Code:
public enum DoubleSlot
{
    None,
    Ruby,
    Sapphire,
    Emerald,
    Fire,
    Lerf
}

DoubleSlot PlayerWork::get_DoubleSlot()
{
  return DoubleSlot.None;
}

While the code is used to figure out which gba game is inserted, the actual detection code was fully removed and yes these games are ported from the original source code.

Nintendo could detect installed VC GBA roms in an update, but I very much doubt they plan on releasing GBA games on Switch.
 

ninjistix

Well-Known Member
Member
Joined
Aug 8, 2016
Messages
340
Trophies
0
Age
36
XP
1,800
Country
United States
What code are you using and is it for BD or SP?
I'm playing BD first, I'm currently using

[Instakill (ZR)]
040A0000 01FB46A8 AA1F03E2
80000200
040A0000 02CCD2F0 F9401402
040A0000 02CCD2F4 F8410042
040A0000 02CCD2F8 B5000042
040A0000 02CCD2FC 53185C21
040A0000 02CCD300 AA1F03E2
040A0000 02CCD304 17CB9CEA
040A0000 01FB46A8 14346312
20000000

It was included in a previous release of the zip file from 11-19-21 (it seems to be missing from the current 11-21-12 update).

but this code is broken if the opponent has more than 2 pokemon alive, it will lock up the battle and cause them to resummon the first pokemon killed. it also doesn't seem to work on some gym leaders, (i believe it didn't work for the 3rd and 4th gym leaders (can't remember the first 2)
 

Choopie

Member
Newcomer
Joined
Nov 23, 2021
Messages
23
Trophies
0
XP
112
Country
United States
I'm playing BD first, I'm currently using

[Instakill (ZR)]
040A0000 01FB46A8 AA1F03E2
80000200
040A0000 02CCD2F0 F9401402
040A0000 02CCD2F4 F8410042
040A0000 02CCD2F8 B5000042
040A0000 02CCD2FC 53185C21
040A0000 02CCD300 AA1F03E2
040A0000 02CCD304 17CB9CEA
040A0000 01FB46A8 14346312
20000000

It was included in a previous release of the zip file from 11-19-21 (it seems to be missing from the current 11-21-12 update).

but this code is broken if the opponent has more than 2 pokemon alive, it will lock up the battle and cause them to resummon the first pokemon killed. it also doesn't seem to work on some gym leaders, (i believe it didn't work for the 3rd and 4th gym leaders (can't remember the first 2)

Maybe it's an old code for the older version. I think you might need the (1.1.1) code for it. I have found this one give it a shot if it doesn't work use the 5x damage one in the mean time.

Code:
[Instant Kill (On) 1.1]
040B0000 023563F8 1425D612
040B0000 02CCBC40 F9401402
040B0000 02CCBC44 F8410042
040B0000 02CCBC48 B5000042
040B0000 02CCBC4C 53185C21
040B0000 02CCBC50 AA1F03E2
040B0000 02CCBC54 17DA29EA
 

ninjistix

Well-Known Member
Member
Joined
Aug 8, 2016
Messages
340
Trophies
0
Age
36
XP
1,800
Country
United States
Maybe it's an old code for the older version. I think you might need the (1.1.1) code for it. I have found this one give it a shot if it doesn't work use the 5x damage one in the mean time.

Code:
[Instant Kill (On) 1.1]
040B0000 023563F8 1425D612
040B0000 02CCBC40 F9401402
040B0000 02CCBC44 F8410042
040B0000 02CCBC48 B5000042
040B0000 02CCBC4C 53185C21
040B0000 02CCBC50 AA1F03E2
040B0000 02CCBC54 17DA29EA
I believe that one I posted was for version 1.1.1, but i'll try your version if not use the 5x damage. also it worked on wild pokemon and trainers with only 2 or less pokemon.
 

Choopie

Member
Newcomer
Joined
Nov 23, 2021
Messages
23
Trophies
0
XP
112
Country
United States
I believe that one I posted was for version 1.1.1, but i'll try your version if not use the 5x damage. also it worked on wild pokemon and trainers with only 2 or less pokemon.

I thought so but for me none of them worked but the 5x damage does which is weird
 

chocomirk

New Member
Newbie
Joined
Nov 24, 2021
Messages
3
Trophies
0
Age
31
XP
34
Country
Canada
I'm fairly certain everyone here is anti-cheatslips since they steal a lot of their codes from here.
Ah my bad. I couldn't find the code I was looking for for 1.1.1 Pearl on gbatemp anywhere or in this thread so I had to branch out. First time using cheats on a switch game so new to this. Sorry/Thanks for the info :)
 

Giokalrk

New Member
Newbie
Joined
Nov 25, 2021
Messages
2
Trophies
0
Age
28
XP
23
Country
Italy
Sorry, i have a question, I have arrived on the mountain crown in Brilliant Diamond on yuzu and I want copy my save data file of BD in save file of Shining Pearl, but when I insert them and run Pearl instead starts Diamond and I don't know why, can you help me?
 

lattechan

Well-Known Member
Member
Joined
Nov 11, 2021
Messages
434
Trophies
0
XP
315
Country
United States
Sorry, i have a question, I have arrived on the mountain crown in Brilliant Diamond on yuzu and I want copy my save data file of BD in save file of Shining Pearl, but when I insert them and run Pearl instead starts Diamond and I don't know why, can you help me?
Make a copy of your save and in pkhex do:
Pkhex Edit: FOUND! Go to "SAV" tab > Block data > Contest > Game: set 49 for Pearl or 48 for Diamond - @EmanueleBGN
 
  • Like
Reactions: Giokalrk

Asia81

Yuri Lover ~
Member
Joined
Nov 15, 2014
Messages
6,656
Trophies
3
Age
29
XP
3,490
Country
France
Without the cheat code, the function looks like this:

Code:
public enum DoubleSlot
{
    None,
    Ruby,
    Sapphire,
    Emerald,
    Fire,
    Lerf
}

DoubleSlot PlayerWork::get_DoubleSlot()
{
  return DoubleSlot.None;
}

While the code is used to figure out which gba game is inserted, the actual detection code was fully removed and yes these games are ported from the original source code.

Nintendo could detect installed VC GBA roms in an update, but I very much doubt they plan on releasing GBA games on Switch.
02.png


Well, it indeed work :ph34r:
 

WannyTiggah

Well-Known Member
Member
Joined
Feb 24, 2014
Messages
168
Trophies
0
Age
41
XP
348
Country
Chile
Sorry, i have a question, I have arrived on the mountain crown in Brilliant Diamond on yuzu and I want copy my save data file of BD in save file of Shining Pearl, but when I insert them and run Pearl instead starts Diamond and I don't know why, can you help me?
In PKHeX, go to the SAV tab and click on "Trainer Info". In the window that appears there's a dropdown game selector:
QLzyxvI.png


I just tested it and it works.
 
Last edited by WannyTiggah,

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    Xdqwerty @ Xdqwerty: good night