ROM Hack Pokemon Brilliant Diamond & Shining Pearl Cheat Database

Reshiram1231

New Member
Newbie
Joined
Jul 10, 2021
Messages
2
Trophies
0
Age
26
XP
88
Country
Germany
Hey guys, is it possible that you can also turn off the EXP share with version 1.3.0. and is it normal that you have to hold down the L key when doing the walk through walls cheat and that you can't deactivate it? As soon as I do not hold the L button and move my game crashes
 

INSTRUMENTAL

-
Member
GBAtemp Patron
Joined
Nov 13, 2021
Messages
517
Trophies
1
XP
1,410
Country
Australia
really, thank you!!! just one more question, how to activate 6IVs code? code says right to on, right stick? right scroll? or just put cheat on?
edit: i put the codes but they dont appear on game, my version is 1.1.3 or ID - 046D130F0873314A, is that? S.Pearl(Version)
BDSP v1.1.3 already has the exp multiplier codes, in the mastercopy folder.
I just updated it for v1.3.0

The 6IV cheat, you press left or right on the dpad, to turn it on and off.
 

INSTRUMENTAL

-
Member
GBAtemp Patron
Joined
Nov 13, 2021
Messages
517
Trophies
1
XP
1,410
Country
Australia
Hey guys, is it possible that you can also turn off the EXP share with version 1.3.0. and is it normal that you have to hold down the L key when doing the walk through walls cheat and that you can't deactivate it? As soon as I do not hold the L button and move my game crashes
For the walk through walls, I fixed it a while ago.
SP 1.3.0
Code:
[Walk Through Walls SP (Hold L)]
04000000 020A6E64 97F0CA63
04000000 01D3AEBC 943EDBF9
04000000 02212608 97F331C6
80000040
04000000 020A6E64 AA1F03E0
04000000 01D3AEBC AA1F03E0
04000000 02212608 AA1F03E0
20000000
@Reshiram1231 Here's updated Disable Exp Share code

BD||SP v1.3.0
Code:
[Disable Exp Share BD (On)]
04000000 020397F0 52800000

[Disable Exp Share BD (Off)]
04000000 020397F0 52800020


[Disable Exp Share SP (On)]
04000000 02486480 52800000

[Disable Exp Share SP (Off)]
04000000 02486480 52800020
 
Last edited by INSTRUMENTAL,

INSTRUMENTAL

-
Member
GBAtemp Patron
Joined
Nov 13, 2021
Messages
517
Trophies
1
XP
1,410
Country
Australia
where i check if my game is at 1.3.0? because XP cheats wont appear on edizon overlay or on edizon nro
You can check by pressing the + button, while hovering over the game you want to check, on the home menu. It has the version number near the top of the menu that pops up.
 

Vordx

New Member
Newbie
Joined
Apr 4, 2022
Messages
2
Trophies
0
Age
30
Location
Ontario
XP
44
Country
Canada
Any updates on Shining Pearl 1.3 for 999 items and 500 of all poke balls? I see that it's been updated for Brilliant Diamond
 

INSTRUMENTAL

-
Member
GBAtemp Patron
Joined
Nov 13, 2021
Messages
517
Trophies
1
XP
1,410
Country
Australia
hi i have pokemon brilliant diamond EU version.... any chance theres codes for it?
Switch games don't have regional variants.

Any updates on Shining Pearl 1.3 for 999 items and 500 of all poke balls? I see that it's been updated for Brilliant Diamond
Use the item++ cheat and if you want pokeballs use pkhex. I don't update the pointer codes.
 

Sonohra

Member
Newcomer
Joined
Jun 8, 2020
Messages
8
Trophies
0
Age
32
XP
48
Country
Canada
Is it normal that some cheats dont work on ryujinx. For example the shiny cheat and the movement speed x2 cheat and yes im pressing L and also B for the movement speed
 

Sonohra

Member
Newcomer
Joined
Jun 8, 2020
Messages
8
Trophies
0
Age
32
XP
48
Country
Canada
Is it normal some cheats don't work on ryujinx. For example the shiny encounter cheat and also the movement speed cheat are not working. Thanks
 

INSTRUMENTAL

-
Member
GBAtemp Patron
Joined
Nov 13, 2021
Messages
517
Trophies
1
XP
1,410
Country
Australia
Is it normal that some cheats dont work on ryujinx. For example the shiny cheat and the movement speed x2 cheat and yes im pressing L and also B for the movement speed
Cheats codes that utilise pointers, I've not seen work on either of the switch emulators.
As an example pointer codes are structured like this:
Code:
["CHEAT NAME"]
58000000 XXXXXXXX
58001000 XXXXXXXX
58001000 XXXXXXXX
78000000 XXXXXXXX
64000000 XXXXXXXX XXXXXXXX

Otherwise, cheats should work on emulators. It's just that the emulators seem to not want to play nicely with button activated cheats.

If you wanna use, for example, the Shiny cheat without needing a button to activate it, then you change it like so:
Code:
["CHEAT NAME" (Some Button)]
04000000 XXXXXXXX XXXXXXXX <- The top lines you can consider
04000000 XXXXXXXX XXXXXXXX <- as the "Off" version of the cheat.
8zzzzzzz                             
04000000 YYYYYYYY YYYYYYYY <- The lines inside the "8zzzzzzz" part indicates that these
04000000 YYYYYYYY YYYYYYYY <- lines will be activated by pressing a certain button/combo.
20000000

So you can just separate the two sections out into individual codes:
Code:
["CHEAT NAME" (ON)]
04000000 XXXXXXXX XXXXXXXX
04000000 XXXXXXXX XXXXXXXX

["CHEAT NAME" (OFF)]
04000000 YYYYYYYY YYYYYYYY
04000000 YYYYYYYY YYYYYYYY

TLDR: Pretty much every one of the cheats in the txt file will work on the emulators. However, button activation cheats don't work on the switch emulators.
 
Last edited by INSTRUMENTAL,
  • Like
Reactions: Sonohra

Sonohra

Member
Newcomer
Joined
Jun 8, 2020
Messages
8
Trophies
0
Age
32
XP
48
Country
Canada
Cheats codes that utilise pointers, I've not seen work on either of the switch emulators.
As an example pointer codes are structured like this:
Code:
["CHEAT NAME"]
58000000 XXXXXXXX
58001000 XXXXXXXX
58001000 XXXXXXXX
78000000 XXXXXXXX
64000000 XXXXXXXX XXXXXXXX

Otherwise, cheats should work on emulators. It's just that the emulators seem to not want to play nicely with button activated cheats.

If you wanna use, for example, the Shiny cheat without needing a button to activate it, then you change it like so:
Code:
["CHEAT NAME" (Some Button)]
04000000 XXXXXXXX XXXXXXXX <- The top lines you can consider
04000000 XXXXXXXX XXXXXXXX <- as the "Off" version of the cheat.
8zzzzzzz                            
04000000 YYYYYYYY YYYYYYYY <- The lines inside the "8zzzzzzz" part indicates that these
04000000 YYYYYYYY YYYYYYYY <- lines will be activated by pressing a certain button/combo.
20000000

So you can just separate the two sections out into individual codes:
Code:
["CHEAT NAME" (ON)]
04000000 XXXXXXXX XXXXXXXX
04000000 XXXXXXXX XXXXXXXX

["CHEAT NAME" (OFF)]
04000000 YYYYYYYY YYYYYYYY
04000000 YYYYYYYY YYYYYYYY

TLDR: Pretty much every one of the cheats in the txt file will work on the emulators. However, button activation cheats don't work on the switch emulators.
Thanks for the reply. I'll try it out and get back to you.
 

Sonohra

Member
Newcomer
Joined
Jun 8, 2020
Messages
8
Trophies
0
Age
32
XP
48
Country
Canada
So turn's out it still doesn't work. Even the Pokeball codes don't work. A lot of the codes don't work to be honest. I'm using ryujinx. I'll try yuzu and see if they work.
 

dsrules

Well-Known Member
Member
Joined
Sep 20, 2005
Messages
8,704
Trophies
2
XP
6,271
Country
Cheats codes that utilise pointers, I've not seen work on either of the switch emulators.
As an example pointer codes are structured like this:
Code:
["CHEAT NAME"]
58000000 XXXXXXXX
58001000 XXXXXXXX
58001000 XXXXXXXX
78000000 XXXXXXXX
64000000 XXXXXXXX XXXXXXXX
pointer and button activated pointer cheats work fine on emulator, at least on ryujinx
4:20
 

INSTRUMENTAL

-
Member
GBAtemp Patron
Joined
Nov 13, 2021
Messages
517
Trophies
1
XP
1,410
Country
Australia
pointer and button activated pointer cheats work fine on emulator, at least on ryujinx
4:20

Yes I've seen those videos, however I've never had any button activated codes work for BDSP.
As for the pointers, I did some testing on Ryujinx and my Poketch Spawn code did work. So it would seem that they can work, again though, for the life of this game I've never seen the 500x pokeballs or 500x Item codes work on emulators.

So turn's out it still doesn't work. Even the Pokeball codes don't work. A lot of the codes don't work to be honest. I'm using ryujinx. I'll try yuzu and see if they work.
As for you @Sonohra I've no clue what you're doing wrong. I setup ryujinx, and just copied the cheat file I use on my switch and as expected, they work. Of course with the exception of button activated codes, which in my setup is walking through walls and the 2x running speed code, which did work once I removed the button activation lines.

I will however, not be following up on anymore of the emulation issues, as I make and maintain BDSP codes for the switch. The fact that they happen to work on emulators is more of a positive side effect.
 

Jonny556er

Member
Newcomer
Joined
Sep 22, 2012
Messages
7
Trophies
0
Age
33
Location
wisconsin
Website
gmail.com
XP
49
Country
United States
I did it the hard way, turns out it was easier than I thought because I wasn't missing too many.
Also sorry about the double post, I was having log in issues.
New question though, is there a code to get the member card? I missed the event and Darkrai doesn't show up if I walk there
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    K3Nv2 @ K3Nv2: Nut on the hill