ROM Hack Pokemon Brilliant Diamond & Shining Pearl Cheat Database

MrNerf

Well-Known Member
Member
Joined
Jan 18, 2020
Messages
152
Trophies
0
XP
239
Country
Canada
it has been posted and credited for multiple times in this thread. just saved him the trouble of having to go back many pages

edit: added credit to previous post

if you found the post with the code and want to help, it's fine, just link the post. this way you don't need to find the creator for the credit.
but if you post someone else's code, you should credit the creator even if you don't claim it as your own.

as mentioned above, this is a token of our appreciation for the creator's time. if you don't find it worth writing the creator's name, why would the creator find it worth sharing his code with us?

just my opinion.
 
  • Like
Reactions: PlayerShiro

lattechan

Well-Known Member
Member
Joined
Nov 11, 2021
Messages
434
Trophies
0
XP
315
Country
United States
Just did it and got it to work, the ability codes are not added to OP and the list which is a bit weird, so credits to whoever it goes to
either some chinese guy who remains mysteriously anonymous or eiffel2018 i wont tag directly because theyve been tagged about 800 times in this thread alone so I imagine it's annoying
 

MrNerf

Well-Known Member
Member
Joined
Jan 18, 2020
Messages
152
Trophies
0
XP
239
Country
Canada
Just did it and got it to work, the ability codes are not added to OP and the list which is a bit weird, so credits to whoever it goes to

the OP only lists codes for which their creator has been verified and approved to share. a few days ago someone leaked codes from the private group without permission and therefore may be found in a post but will not be in the OP.
 

ChrisB070

Active Member
Newcomer
Joined
Nov 12, 2021
Messages
31
Trophies
0
Age
30
XP
91
Country
Netherlands
if you found the post with the code and want to help, it's fine, just link the post. this way you don't need to find the creator for the credit.
but if you post someone else's code, you should credit the creator even if you don't claim it as your own.

as mentioned above, this is a token of our appreciation for the creator's time. if you don't find it worth writing the creator's name, why would the creator find it worth sharing his code with us?

just my opinion.
Shall we get back on topic instead of this endless discussion about giving credit? Ofcourse we all appreciate the creators time which is why we gladly share their codes and happily use them. But as Falo himself even stated at page 50, see down below, its a cheat code. When someone forgets to give credit it isn’t a crime :)
When i post codes, then i made them myself.
I don't know what happened while i was away a few months, but there is no copyright or credit needed for cheat codes...
 

PlayerShiro

Active Member
Newcomer
Joined
Mar 1, 2021
Messages
33
Trophies
0
XP
778
Country
Japan
even it is from leaked info, webs or sources - it is our responsibility as community to support the original code devs & creators (of their hard work and efforts) and not to spread them


in addition even it is from leaked info, website sources / few or many pages back,
it doesn't gives us the permission & rights nor thus it gives us the meaning to share such codes.
with the intention to save other people the trouble of having to go back many pages or whatever the situation is.
unless the original author themselves stated otherwise

again think this as our contribution as our own and as community to support the original code devs & creators (of their hard work and efforts)
this might not seems a lot, but it might gives the original author a smile, a sense of recognition and an appreciation for their kind effort and works.
 
  • Like
Reactions: MrNerf

MrNerf

Well-Known Member
Member
Joined
Jan 18, 2020
Messages
152
Trophies
0
XP
239
Country
Canada
Shall we get back on topic instead of this endless discussion about giving credit? Ofcourse we all appreciate the creators time which is why we gladly share their codes and happily use them. But as Falo himself even stated at page 50, see down below, its a cheat code. When someone forgets to give credit it isn’t a crime :)

Falo himself is entitle to that, if he doesn't require everyone to give him credit, it's fine; his wish.

however, we know for a fact that some creators want to be credited and even want their code to be shared only whem they permit it.

so, if you read my reply as you quoted, are you assuming that @Eiffel2018 also doesn't want credit? even more, why do you find it OK, even after i said that his code was leaked and not authorized for distribution? yet you're fine with posting that code?
 
  • Like
Reactions: PlayerShiro

MrNerf

Well-Known Member
Member
Joined
Jan 18, 2020
Messages
152
Trophies
0
XP
239
Country
Canada
sorry i meant the On one dont work.
[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
there were reports of it not working in certain scenarios but i don't recall specifically. if it works in the wild, than it's as designed.
 

wishbone1234

Well-Known Member
Member
Joined
Sep 2, 2017
Messages
247
Trophies
0
Age
36
XP
578
Country
United States
there were reports of it not working in certain scenarios but i don't recall specifically. if it works in the wild, than it's as designed. there is trick to getting it to work underground.
Oh wow that sucks, thanks sweety. Guess i can try battle park no cheats
 

Legioniam

Well-Known Member
Newcomer
Joined
Apr 19, 2012
Messages
61
Trophies
1
XP
121
I made a program to split them up
Python:
from pathlib import Path

main_cheats_file = Path.home().joinpath("Downloads/Main codes (1)/Main codes/atmosphere/contents/0100000011D90000/cheats/ea058a067cbd6943.txt")
game_mod_folder = Path.home().joinpath("AppData/Roaming/yuzu/load/0100000011D90000")

cheats = []
with main_cheats_file.open() as read_file:
    cheats = read_file.read().split("\n\n")

for cheat in cheats:
    cheat_name = cheat.splitlines()[0]
    cheat_name = cheat_name.replace("/", "-")
    cheat_dir = game_mod_folder.joinpath(cheat_name, "cheats")
    if not cheat_dir.exists():
        cheat_dir.mkdir(parents=True)
    cheat_file = cheat_dir.joinpath("ea058a067cbd6943.txt")
    with cheat_file.open('w') as write_file:
        write_file.write(cheat)
NVM i got it sweet coding tho
 
Last edited by Legioniam,

8BitWonder

Small Homebrew Dev
Member
Joined
Jan 23, 2016
Messages
2,489
Trophies
1
Location
47 4F 54 20 45 45 4D
XP
5,360
Country
United States
I've updated the FPS codes I made earlier so that they use only the 0xF register, hopefully this can alleviate any issues that may have been cropping up by it also using 0xE.
@SkyQueen would you mind updating the main post with these instead?

Code:
[60 FPS]
580F0000 04F488D8
780F1000 000010CC
640F0000 00000000 00000001

[30 FPS]
580F0000 04F488D8
780F1000 000010CC
640F0000 00000000 00000002


Code:
[60 FPS]
580F0000 04CE9658
780F1000 000010CC
640F0000 00000000 00000001

[30 FPS]
580F0000 04CE9658
780F1000 000010CC
640F0000 00000000 00000002
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    The Real Jdbye @ The Real Jdbye: ballcock