Hacking ROM Hack Pokemon Scarlet & Violet Cheat Database

serenity42

Well-Known Member
Member
Joined
Aug 26, 2019
Messages
184
Trophies
0
Age
38
XP
1,191
Country
United States
Has anyone figured out how to change tshirt and pants? can not find a store....

Went to all the stores on the map, there are NO outfits to purchase anywhere. There might be more than the default 4 but none for purchase.
Post automatically merged:

Is there a code to change the tera typing?

No but there is a npc in a shop that lets you change it requires 50 tera shards I think but no code for that yet either. Probably won't be a code to change typing that would be better done in pkhex or the items when we have more item codes.
 
  • Like
Reactions: MissShuwa

theonemark2

Member
Newcomer
Joined
Nov 11, 2022
Messages
6
Trophies
0
Age
34
XP
30
Country
United States
Went to all the stores on the map, there are NO outfits to purchase anywhere. There might be more than the default 4 but none for purchase.
Post automatically merged:



No but there is a npc in a shop that lets you change it requires 50 tera shards I think but no code for that yet either. Probably won't be a code to change typing that would be better done in pkhex or the items when we have more item codes.
do you happen to remember the location of the npc?
 

pajion

Well-Known Member
Newcomer
Joined
Nov 28, 2021
Messages
64
Trophies
0
Age
29
XP
69
Country
United States
Anyone have the codes for the EV lowering berries? I'm trying to ev train.
Also an immediate egg in picnic cheat would be niec
 
Last edited by pajion,

Franseven

Well-Known Member
Member
Joined
Apr 28, 2019
Messages
142
Trophies
0
Age
26
XP
143
Country
Italy
so the page 1 cheats are not really updated, [i see some cheats that are not in the zip] so it's hard to skim through so many pages, would someone be so kind to point me to a "complete pokedex" cheat for 1.0.1 scarlet? thanks
 

ReZeroEmiria

Well-Known Member
Newcomer
Joined
Jan 20, 2022
Messages
65
Trophies
0
Age
29
XP
198
Country
United States
v1.0.1 address is 0xD0AACC

[Encounter Female (v1.0.1)]
04000000 00D0AACC 52800021
[Encounter Male (v1.0.1)]
04000000 00D0AACC 52800001
[Encounter Genderless (v1.0.1)]
04000000 00D0AACC 52800041

I didn't add a gender code to the encounter modifier to let the game handle it, so this code should not be needed unless you want to force a gender.

Well here the other values in the function:
Code:
.text:0000000000D0AA60 E1 1B 40 B9                 LDR             W1, [SP,#0xB0+spec_copy.personalRnd] ; Encryption ID
.text:0000000000D0AA6C E1 2B 40 B9                 LDR             W1, [SP,#0xB0+spec_copy.id] ; Pokemon ID
.text:0000000000D0AA78 E1 23 40 B9                 LDR             W1, [SP,#0xB0+spec_copy.rareRnd] ; Secret ID
.text:0000000000D0AA84 E1 63 40 79                 LDRH            W1, [SP,#0xB0+spec_copy.monsno] ; Dex Id
.text:0000000000D0AA90 E1 67 40 79                 LDRH            W1, [SP,#0xB0+spec_copy.formno] ; Form Id
.text:0000000000D0AA9C E1 6B 40 79                 LDRH            W1, [SP,#0xB0+spec_copy.itemno] ; Hold Item Id
.text:0000000000D0AAA8 E1 DB 40 39                 LDRB            W1, [SP,#0xB0+spec_copy.level] ; Current Level
.text:0000000000D0AAB4 E1 77 40 79                 LDRH            W1, [SP,#0xB0+spec_copy.seikaku] ; Nature
.text:0000000000D0AAC0 E1 7B 40 79                 LDRH            W1, [SP,#0xB0+spec_copy.seikakuHosei] ; Nature2
.text:0000000000D0AACC E1 E3 40 39                 LDRB            W1, [SP,#0xB0+spec_copy.sex] ; Gender
.text:0000000000D0AAD8 E1 DB 40 39                 LDRB            W1, [SP,#0xB0+spec_copy.level] ; Catch Level
.text:0000000000D0AAE8 E1 03 1F 2A                 MOV             W1, WZR ; Game Version, pointless to edit, because it gets overwritten by the catch code
.text:0000000000D0AB20 E1 03 41 39                 LDRB            W1, [SP,#0xB0+spec_copy.talentPower] ; IV Hp
.text:0000000000D0AB2C E1 0B 41 39                 LDRB            W1, [SP,#0xB0+spec_copy.talentPower+2] ; IV Atk
.text:0000000000D0AB38 E1 13 41 39                 LDRB            W1, [SP,#0xB0+spec_copy.talentPower+4] ; IV Def
.text:0000000000D0AB44 E1 1B 41 39                 LDRB            W1, [SP,#0xB0+spec_copy.talentPower+6] ; IV SpAtk
.text:0000000000D0AB50 E1 23 41 39                 LDRB            W1, [SP,#0xB0+spec_copy.talentPower+8] ; IV SpDef
.text:0000000000D0AB5C E1 2B 41 39                 LDRB            W1, [SP,#0xB0+spec_copy.talentPower+0xA] ; IV Agi
.text:0000000000D0AB68 E1 33 41 39                 LDRB            W1, [SP,#0xB0+spec_copy.effortPower] ; EV Hp
.text:0000000000D0AB74 E1 3B 41 39                 LDRB            W1, [SP,#0xB0+spec_copy.effortPower+2] ; EV Atk
.text:0000000000D0AB80 E1 43 41 39                 LDRB            W1, [SP,#0xB0+spec_copy.effortPower+4] ; EV Def
.text:0000000000D0AB8C E1 4B 41 39                 LDRB            W1, [SP,#0xB0+spec_copy.effortPower+6] ; EV SpAtk
.text:0000000000D0AB98 E1 53 41 39                 LDRB            W1, [SP,#0xB0+spec_copy.effortPower+8] ; EV SpDef
.text:0000000000D0ABA4 E1 5B 41 39                 LDRB            W1, [SP,#0xB0+spec_copy.effortPower+0xA] ; EV Agi
.text:0000000000D0AC00 E1 03 00 2A                 MOV             W1, W0 //Ability ID
.text:0000000000D0AC48 E1 93 41 39                 LDRB            W1, [SP,#0xB0+spec_copy.var_4C] ; unknown
.text:0000000000D0AC54 E1 97 41 39                 LDRB            W1, [SP,#0xB0+spec_copy.var_4B] ; unknown
.text:0000000000D0AD00 01 79 69 B8                 LDR             W1, [X8,X9,LSL#2] ; EXP (used to calculated the real level)
.text:0000000000D0AD0C E1 83 41 39                 LDRB            W1, [SP,#0xB0+spec_copy.var_50] ; unknown
.text:0000000000D0AD18 E1 7B 41 39                 LDRB            W1, [SP,#0xB0+spec_copy.var_52] ; unknown
.text:0000000000D0AD24 E1 8B 41 39                 LDRB            W1, [SP,#0xB0+spec_copy.var_4E] ; unknown
two of the unknown values are weight and height, but without a decrypted pkm file i can only make guesses right now.
If there were other codes I wanted ported from 1.0.0 to 1.0.1 how would I go about doing that?

04000000 00CD21BC 17FFFFF0
04000000 00CD2A20 17FFFFF0



Like this for example^^
 

ethant35

New Member
Newbie
Joined
Sep 5, 2022
Messages
1
Trophies
0
Age
22
Location
california
XP
32
Country
United States
I found a code a number of pages back that is supposed to spawn ceruledge. I read the explanation about how the encounters work but I still may have done it wrong since all that appeared were bad eggs. What specific settings should be on for a code like that? I'm still confused because I thought I was doing correctly but I wasn't
 

OblivionReign

Developer
OP
Developer
Joined
Apr 23, 2016
Messages
2,550
Trophies
2
XP
7,778
Country
Japan
If there were other codes I wanted ported from 1.0.0 to 1.0.1 how would I go about doing that?

04000000 00CD21BC 17FFFFF0
04000000 00CD2A20 17FFFFF0



Like this for example^^
Don't that is a garbage badly made instruction. if you want shiny use ruimusumes newer version.

Code:
[Shiny (on) v1.0.1]
04000000 00D12BE0 12800000
04000000 01685E1C 52800016
04000000 01EE08F0 12800000

[Shiny (off) v1.0.1]
04000000 00D12BE0 2A0803E0
04000000 01685E1C 2A0603F6
04000000 01EE08F0 B85FC3A0
 
  • Like
Reactions: uzimakiuchiha

ReZeroEmiria

Well-Known Member
Newcomer
Joined
Jan 20, 2022
Messages
65
Trophies
0
Age
29
XP
198
Country
United States
Don't that is a garbage badly made instruction. if you want shiny use ruimusumes newer version.

Code:
[Shiny (on) v1.0.1]
04000000 00D12BE0 12800000
04000000 01685E1C 52800016
04000000 01EE08F0 12800000

[Shiny (off) v1.0.1]
04000000 00D12BE0 2A0803E0
04000000 01685E1C 2A0603F6
04000000 01EE08F0 B85FC3A0
ruimusumes doesn't work on picnic spawn /:
Tested it
 

Misledz

Well-Known Member
Member
Joined
Sep 3, 2015
Messages
1,053
Trophies
0
Age
33
Location
Philippines
XP
766
Country
Philippines
I can't fully test the IV code, as I don't have any way to see IVs right now and I'm not rushing through the game just to get it, but this code (adapted from Sword) should give you all IVs 31:

Code:
[6IV On]
04000000 00D0AB20 528003E1
04000000 00D0AB2C 528003E1
04000000 00D0AB38 528003E1
04000000 00D0AB44 528003E1
04000000 00D0AB50 528003E1
04000000 00D0AB5C 528003E1

[6IV Off]
04000000 00D0AB20 394103E1
04000000 00D0AB2C 39410BE1
04000000 00D0AB38 394113E1
04000000 00D0AB44 39411BE1
04000000 00D0AB50 394123E1
04000000 00D0AB5C 39412BE1

And these are the codes for nature:

Code:
[Nature Off (1.0.1)]
04000000 00D0AAB4 794077E1
04000000 00D0AAC0 79407BE1

[(None) Hardy (1.0.1)]
04000000 00D0AAB4 52800001
04000000 00D0AAC0 52800001

[(+Atk, -Def) Lonely (1.0.1)]
04000000 00D0AAB4 52800021
04000000 00D0AAC0 52800021

[(+Atk, -Spd) Brave (1.0.1)]
04000000 00D0AAB4 52800041
04000000 00D0AAC0 52800041

[(+Atk, -SAtk) Adamant (1.0.1)]
04000000 00D0AAB4 52800061
04000000 00D0AAC0 52800061

[(+Atk, -SDef) Naughty (1.0.1)]
04000000 00D0AAB4 52800081
04000000 00D0AAC0 52800081

[(+Def, -Atk) Bold (1.0.1)]
04000000 00D0AAB4 528000A1
04000000 00D0AAC0 528000A1

[(None) Docile (1.0.1)]
04000000 00D0AAB4 528000C1
04000000 00D0AAC0 528000C1

[(+Def, -Spd) Relaxed (1.0.1)]
04000000 00D0AAB4 528000E1
04000000 00D0AAC0 528000E1

[(+Def, -SAtk) Impish (1.0.1)]
04000000 00D0AAB4 52800101
04000000 00D0AAC0 52800101

[(+Def, -SDef) Lax (1.0.1)]
04000000 00D0AAB4 52800121
04000000 00D0AAC0 52800121

[(+Spd, -Atk) Timid (1.0.1)]
04000000 00D0AAB4 52800141
04000000 00D0AAC0 52800141

[(+Spd, -Def) Hasty (1.0.1)]
04000000 00D0AAB4 52800161
04000000 00D0AAC0 52800161

[(None) Serious (1.0.1)]
04000000 00D0AAB4 52800181
04000000 00D0AAC0 52800181

[(+Spd, -SAtk) Jolly (1.0.1)]
04000000 00D0AAB4 528001A1
04000000 00D0AAC0 528001A1

[(+Spd, -SDef) Naive (1.0.1)]
04000000 00D0AAB4 528001C1
04000000 00D0AAC0 528001C1

[(+SAtk, -Atk) Modest (1.0.1)]
04000000 00D0AAB4 528001E1
04000000 00D0AAC0 528001E1

[(+SAtk, -Def) Mild (1.0.1)]
04000000 00D0AAB4 52800201
04000000 00D0AAC0 52800201

[(+SAtk, -Spd) Quiet (1.0.1)]
04000000 00D0AAB4 52800221
04000000 00D0AAC0 52800221

[(None) Bashful (1.0.1)]
04000000 00D0AAB4 52800241
04000000 00D0AAC0 52800241

[(+SAtk, -SDef) Rash (1.0.1)]
04000000 00D0AAB4 52800261
04000000 00D0AAC0 52800261

[(+SDef, -Atk) Calm (1.0.1)]
04000000 00D0AAB4 52800281
04000000 00D0AAC0 52800281

[(+SDef, -Def) Gentle (1.0.1)]
04000000 00D0AAB4 528002A1
04000000 00D0AAC0 528002A1

[(+SDef, -Spd) Sassy (1.0.1)]
04000000 00D0AAB4 528002C1
04000000 00D0AAC0 528002C1

[(+SDef, -SAtk) Careful (1.0.1)]
04000000 00D0AAB4 528002E1
04000000 00D0AAC0 528002E1

[(None) Quirky (1.0.1)]
04000000 00D0AAB4 52800301
04000000 00D0AAC0 52800301
I tested this, and it works. Although it has the similar bug as shiny code where it lags if you have the 6IV turned on.
 

ReZeroEmiria

Well-Known Member
Newcomer
Joined
Jan 20, 2022
Messages
65
Trophies
0
Age
29
XP
198
Country
United States
Don't that is a garbage badly made instruction. if you want shiny use ruimusumes newer version.

Code:
[Shiny (on) v1.0.1]
04000000 00D12BE0 12800000
04000000 01685E1C 52800016
04000000 01EE08F0 12800000

[Shiny (off) v1.0.1]
04000000 00D12BE0 2A0803E0
04000000 01685E1C 2A0603F6
04000000 01EE08F0 B85FC3A0
If there is a way to port

04000000 00CD21BC 17FFFFF0
04000000 00CD2A20 17FFFFF0

to 1.0.1 and have an OFF code for this , I'd really appreciate the information on how to get it done, let me know if you can explain this for me, thank you!
 

pajion

Well-Known Member
Newcomer
Joined
Nov 28, 2021
Messages
64
Trophies
0
Age
29
XP
69
Country
United States
I know this isn't a cheat, but has anyone found the way to wipe EVs, and or a cheat to get 0 EVs across your pokemon?
 

Misledz

Well-Known Member
Member
Joined
Sep 3, 2015
Messages
1,053
Trophies
0
Age
33
Location
Philippines
XP
766
Country
Philippines
I know this isn't a cheat, but has anyone found the way to wipe EVs, and or a cheat to get 0 EVs across your pokemon?
Unless PkHex isn't out there's no way to check what your current EV's are or if there is an NPC or feature to get that done. Probably need to wait on PKHex if you want that done.
 
  • Like
Reactions: WicCaesar

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    AncientBoi @ AncientBoi: :rofl2: +2