
I'm still pretty new to the forums & hope i'm posting this in the correct section.
I was hoping someone could make some kind of NTR plugin cheat for this game.
Not much, mainly for like Max Money, infinite skill points maybe. Stuff like that.
I made a plugin for this game, you can download it in my signature![]()
dude your plugins are awesome. Thanks for sharing with us.I made a plugin for this game, you can download it in my signature![]()
i hate to necro but i cant pm you directly and from what searching i have done there is no gameshark cheats for this game anywhere. Ive tried to decompile tot eh plg to no avail.I made a plugin for this game, you can download it in my signature![]()
Sorry, I don't give my txt files, so you can only use my codes with NTR or the old Luma Plugin Loaderi hate to necro but i cant pm you directly and from what searching i have done there is no gameshark cheats for this game anywhere. Ive tried to decompile tot eh plg to no avail.
so, i am asking if you have the base txt file of the cheats for river city rival showdown so i can use them in rosalina menu cheats.
thank you![]()
Sorry, I don't give my txt files, so you can only use my codes with NTR or the old Luma Plugin Loader
can u share the link with meI made a plugin for this game, you can download it in my signature![]()
Sorry to ask such a stupid question but i can't seem to find your signature nor can i find your plugin, think you can provide help?I made a plugin for this game, you can download it in my signature![]()
PSL GIVE LINK AAAAAAAAWAW I CANT TAKE IT ANYMORE IM EXTREMLY ESTRESSEDI made a plugin for this game, you can download it in my signature![]()
me too pls gimme the link if you find itSorry to ask such a stupid question but i can't seem to find your signature nor can i find your plugin, think you can provide help?
Sorry to ask such a stupid question but i can't seem to find your signature nor can i find your plugin, think you can provide help?
Dude this is straight necromancy right now... but does anyone have a way to get the codes for this game? i cant find them following anywhere on this thread
Do you guys still want the ntr river city 3ds showdown" ntr cheats ntr? Are you stressed? it's time for you to cheat at river city https://mega.nz/folder/sWZlFbZJ#jIUkiuCUCk4pA6R0eQynYwPSL GIVE LINK AAAAAAAAWAW I CANT TAKE IT ANYMORE IM EXTREMLY ESTRESSED
This really made my day ! Thank you so much!took me awhile, but this might be what you're looking for.
USA Version - 00040000001CC600
[Inf money]
08587CB4 000FFFFF
[inf hp]
D3000000 08589CB8
60000000 00000000
B0000000 00000000
000003CC 00F00000
D2000000 00000000
[inf sp]
D3000000 08589528
60000000 00000000
B0000000 00000000
00000240 00640009
D2000000 00000000
[skill points]
D3000000 00000000
00587CA8 00630117
D2000000 00000000
[All items]
08587C5C 00000063
08587C5D 00000063
08587C5E 00000063
08587C5F 00000063
08587C60 00000063
08587C61 00000063
08587C62 00000063
08587C63 00000063
08587C81 00000063
08587C64 00000063
08587C65 00000063
08587C66 00000063
08587C67 00000063
08587C68 00000063
08587C69 00000063
08587C6A 00000063
08587C6B 00000063
08587C6C 00000063
08587C6D 00000063
08587C6E 00000063
08587C6F 00000063
08587C70 00000063
08587C71 00000063
08587C72 00000063
08587C90 00000063
08587C73 00000063
08587C74 00000063
08587C75 00000063
08587C76 00000063
08587C77 00000063
08587C78 00000063
08587C79 00000063
08587C7A 00000063
08587C7B 00000063
08587C7C 00000063
08587C7D 00000063
08587C7E 00000063
08587C7F 00000063
08587C80 00000063
08587C81 00000063
08587C82 00000063
08587C83 00000063
08587C84 00000063
08587C85 00000063
08587C86 00000063
08587C87 00000063
08587C88 00000063
08587C89 00000063
08587C8A 00000063
08587C8B 00000063
08587C8C 00000063
08587C8D 00000063
08587C8E 00000063
08587C8F 00000063
D3000000 08587C5C
C0000000 00000033
20000000 00000063
DC000000 00000001
D1000000 00000000
Many thanks bro, can i make some code about status: luck, punch...for those of you who don't like a long code; you can use this short code version of 'Have all items':
D3000000 08587C5C --> D3000000 XXXXXXXX = sets the offset to 08587C5C (Starting offset address)
C0000000 00000033 --> C0000000 xxxxxxxx = repeat the following instructions 0x33 (51) times. If you count all of the code; there should be a total of 51 codes total.
20000000 00000063 --> 20000000 xxxxxxxx = writes an 8-bit value of 0x63 (99) to all 51 address.
DC000000 00000001 -> DC000000 xxxxxxxx = increment offset address by 1.
D1000000 00000000 --> Stop the loop code and do not go any farther than after the 51 offset address.
Code:D3000000 08587C5C C0000000 00000033 20000000 00000063 DC000000 00000001 D1000000 00000000