ROM Hack Pokemon Brilliant Diamond & Shining Pearl Cheat Database

OblivionReign

Developer
OP
Developer
Joined
Apr 23, 2016
Messages
2,562
Trophies
2
XP
7,862
Country
Japan
Try this for 6 IV's to 31 in 1.1.1 :

[Always 31/31/31/31/31/31 IVs Wild/Egg/Fossil Pokemon (Hold L) (v1.1.1)]
04000000 020DB9EC b9401909
04000000 020DBA08 b9401909
04000000 020DBA28 b9401909
04000000 020DBA48 b9401909
04000000 020DBA68 b9401909
04000000 020DBA88 b9401909
04000000 020DB9F4 39408101
04000000 020DBA14 39408901
04000000 020DBA34 39409101
04000000 020DBA54 39409901
04000000 020DBA74 3940A101
04000000 020DBA94 3940A901
80000040
04000000 020DB9EC 528000C9
04000000 020DBA08 528000C9
04000000 020DBA28 528000C9
04000000 020DBA48 528000C9
04000000 020DBA68 528000C9
04000000 020DBA88 528000C9
04000000 020DB9F4 528003E1
04000000 020DBA14 528003E1
04000000 020DBA34 528003E1
04000000 020DBA54 528003E1
04000000 020DBA74 528003E1
04000000 020DBA94 528003E1
20000000

(Credits based to this code : [IV Specific Codes] - DeathChaos25)
That is incorrect it won't be 6iv
 
  • Like
Reactions: Lather

CalifoBar

Member
Newcomer
Joined
Apr 30, 2020
Messages
8
Trophies
0
Age
24
XP
60
Country
Czech Republic
Does anybody know why the 100% catch rate might not be working all the time? It works some places but not others like legendary pokemon, im on 1.1.0
 

OblivionReign

Developer
OP
Developer
Joined
Apr 23, 2016
Messages
2,562
Trophies
2
XP
7,862
Country
Japan
I try to fix the masterball or rare candy that doesn't work on 1.1.1, the code that you have make for 1.0 was working ? So i can try to fix it ?
[999x Masterballs 1.1.1]
580F0000 0472BF30
580F1000 000000B8
580F1000 00000000
580A1000 00000048
780F0000 0000002C
680A0000 00000001 000003E7
780A0000 00000008
640A0000 00000000 00010000

[999x Rare Candy 1.1.1]
580A0000 0472BF30
580A1000 000000B8
580A1000 00000000
580A1000 00000048
780A0000 00000278
680A0000 00000001 000003E7
780A0000 00000008
640A0000 00000000 00010000

The rare candy in the file i missed a line for the pointer but everything else should be good
 
Last edited by OblivionReign,
  • Like
Reactions: JeepX87

Houstdark4life

New Member
Newbie
Joined
Nov 19, 2021
Messages
3
Trophies
0
Age
36
XP
50
Country
United States
I've searched but I don't think anyone has made the code for bottlecaps, evolution items, or stat items.
I've taken a look at several codes like the difference between Ability Patch and Adamant mint being '00004B68' and '000039E0'.
If there a pattern that refers to the mast list of item's index number that I can just convert and swap into that place?

Thank you.
 

OblivionReign

Developer
OP
Developer
Joined
Apr 23, 2016
Messages
2,562
Trophies
2
XP
7,862
Country
Japan
I've searched but I don't think anyone has made the code for bottlecaps, evolution items, or stat items.
I've taken a look at several codes like the difference between Ability Patch and Adamant mint being '00004B68' and '000039E0'.
If there a pattern that refers to the mast list of item's index number that I can just convert and swap into that place?

Thank you.
[999x Masterballs 1.1.1]
580F0000 0472BF30
580F1000 000000B8
580F1000 00000000
580A1000 00000048
780F0000 0000002C <<<
680A0000 00000001 000003E7
780A0000 00000008
640A0000 00000000 00010000

change the 2C to the item hex :)

btw Even if you post the item codes unfortunately they will not be added to the main post to prevent cluttering of multiple items codes
 

qzbc456

New Member
Newbie
Joined
Nov 19, 2021
Messages
1
Trophies
0
Age
29
XP
34
Country
Hong Kong
That is incorrect it won't be 6iv
In fact,I tested these codes and they could work.I also edited the code like this
[Always 31/31/31/31/31/31 IVs Wild/Egg/Fossil Pokemon (on) (v1.1.1)]
04000000 020DB9EC 528000C9
04000000 020DBA08 528000C9
04000000 020DBA28 528000C9
04000000 020DBA48 528000C9
04000000 020DBA68 528000C9
04000000 020DBA88 528000C9
04000000 020DB9F4 528003E1
04000000 020DBA14 528003E1
04000000 020DBA34 528003E1
04000000 020DBA54 528003E1
04000000 020DBA74 528003E1
04000000 020DBA94 528003E1
[Always 31/31/31/31/31/31 IVs Wild/Egg/Fossil Pokemon (off) (v1.1.1)]
04000000 020DB9EC b9401909
04000000 020DBA08 b9401909
04000000 020DBA28 b9401909
04000000 020DBA48 b9401909
04000000 020DBA68 b9401909
04000000 020DBA88 b9401909
04000000 020DB9F4 39408101
04000000 020DBA14 39408901
04000000 020DBA34 39409101
04000000 020DBA54 39409901
04000000 020DBA74 3940A101
04000000 020DBA94 3940A901
 

Houstdark4life

New Member
Newbie
Joined
Nov 19, 2021
Messages
3
Trophies
0
Age
36
XP
50
Country
United States
[999x Masterballs 1.1.1]
580F0000 0472BF30
580F1000 000000B8
580F1000 00000000
580A1000 00000048
780F0000 0000002C <<<
680A0000 00000001 000003E7
780A0000 00000008
640A0000 00000000 00010000

change the 2C to the item hex :)

btw Even if you post the item codes unfortunately they will not be added to the main post to prevent cluttering of multiple items codes
Legend! The only thing I'm still caught up on is I assume this isn't using the universal hex codes like on bulba. is there a list of this game's specific items and/or codes?
 

ImDrgoN

Member
Newcomer
Joined
Nov 19, 2021
Messages
16
Trophies
0
Age
27
XP
36
Country
France
Hi, i can't figure out of the codes works, i'm playing on 1.1.1 but none of the code i'm trying seems to work, i'm not sure about what to do, can someone help me ? I'm on yuzu
 
Last edited by ImDrgoN,

Florian1996

Member
Newcomer
Joined
Nov 19, 2021
Messages
17
Trophies
0
Age
28
XP
55
Country
Germany
Can anyone explain why no Cheats Work on yuzu? And don't tell me it exist a list of what Cheats are Working on yuzu, i tried them all and none of them worked :/ maybe this is because of the Emulator itself the Cheat Implementation
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    SylverReZ @ SylverReZ: https://www.youtube.com/watch?v=5aRVjiaM88Y