ROM Hack Yo-Kai Watch 2 USA cheats

Status
Not open for further replies.

Xmortal

Other Nickname Legarad
Member
Joined
May 28, 2008
Messages
306
Trophies
1
Age
36
Location
Venezuela
XP
1,105
Country
Venezuela
the game stores where the item was before but if you start a new game and get your items in any other order it wont work.

--------------------- MERGED ---------------------------

[All non Equipment /Key item x99]
5FFFA000 00000FE0
0FFFA000 00000000
D0000000 00000000
5FFFA000 FFFFFFFF
0FFFA000 00000000
D0000000 00000000
6875A644 00000000
BFFFA000 00000000
2875A648 00000063
D3000000 00000000
D9000000 0FFFA000
D4000000 00000010
D6000000 0FFFA000

--------------------- MERGED ---------------------------


2.) you could look for an empty slot and fill it with any item if you can create the cheat code.

EDIT new Gateshark files


Some tutorial on how to find the slot? This is because I like to have all objects individually.

And the other I use the NTR Cheat Menu tool The program closes only in some searches.
 

JrpgAddict

Well-Known Member
Member
Joined
Oct 7, 2016
Messages
697
Trophies
0
Age
38
XP
1,658
Country
Netherlands
[All non Equipment /Key item x99]
5FFFA000 00000FE0
0FFFA000 00000000
D0000000 00000000
5FFFA000 FFFFFFFF
0FFFA000 00000000
D0000000 00000000
6875A644 00000000
BFFFA000 00000000
2875A648 00000063
D3000000 00000000
D9000000 0FFFA000
D4000000 00000010
D6000000 0FFFA000

wont that bug the game if u get all key items before u should??

and does this include the hole exporb? all items?
 

ken28

Well-Known Member
Member
Joined
Oct 21, 2010
Messages
1,181
Trophies
1
XP
1,693
Country
Germany
Some tutorial on how to find the slot? This is because I like to have all objects individually.

And the other I use the NTR Cheat Menu tool The program closes only in some searches.
First of you have to know the structure of an slot, which i posted here:
XX 00 YY 00 ZZ ZZ ZZ ZZ
CC 00 00 00 3C 0F 7C 00

XX = Slot number, this starts at 00 and increments with Each Slot

YY = Type of item (Equipment, healing or etc)

ZZ = item id

CC = Quantity

3C 0F 7C 00 seems to be a end mark and teils the game that this Slot is done.

Here a pseude code on how it would work:

int itemid = 0x075A654
int offset = 0x10
int slotid = 0x075A650
int quantiyid = 0x075A658

do{
if(*itemid == 00 00 00 00)
{
slotid = *slotid - offset + 1;
*itemid = wanted_itemid;
*quantiyid = 0x63;
break while;
}
else
itemid += offset;
}while(true)

or something like this

--------------------- MERGED ---------------------------

wont that bug the game if u get all key items before u should??

and does this include the hole exporb? all items?
that one wont create items from nothing, it will just set all items to x99. Excluding equipment and key items.
A cheat code that actually adds every item in the game in you inv would be huge, and i doubt that either gws not ntrs cheat engine could handle such a monster.
 
Last edited by ken28,

Xmortal

Other Nickname Legarad
Member
Joined
May 28, 2008
Messages
306
Trophies
1
Age
36
Location
Venezuela
XP
1,105
Country
Venezuela
First of you have to know the structure of an slot, which i posted here:
XX 00 YY 00 ZZ ZZ ZZ ZZ
CC 00 00 00 3C 0F 7C 00

XX = Slot number, this starts at 00 and increments with Each Slot

YY = Type of item (Equipment, healing or etc)

ZZ = item id

CC = Quantity

3C 0F 7C 00 seems to be a end mark and teils the game that this Slot is done.

Here a pseude code on how it would work:

int itemid = 0x075A654
int offset = 0x10
int slotid = 0x075A650
int quantiyid = 0x075A658

do{
if(*itemid == 00 00 00 00)
{
slotid = *slotid - offset + 1
*quantiyid = 0x63;
break while;
}
else
itemid += offset;
}while(true)

or something like this

--------------------- MERGED ---------------------------


that one wont create items from nothing, it will just set all items to x99. Excluding equipment and key items.
A cheat code that actually adds every item in the game in you inv would be huge, and i doubt that either gws not ntrs cheat engine could handle such a monster.

You must be careful with Gateball, Yo-Kai Watch 3 left with errors with the amount of 99 Gateballs. Since these are located on the same site as the medicines.

That is also why I want to do the codes of items as individually
 
Last edited by Xmortal,

sALMAn84

Well-Known Member
Newcomer
Joined
Jan 14, 2015
Messages
64
Trophies
0
Age
40
XP
106
Country
Malaysia
[All non Equipment /Key item x99]
5FFFA000 00000FE0
0FFFA000 00000000
D0000000 00000000
5FFFA000 FFFFFFFF
0FFFA000 00000000
D0000000 00000000
6875A644 00000000
BFFFA000 00000000
2875A648 00000063
D3000000 00000000
D9000000 0FFFA000
D4000000 00000010
D6000000 0FFFA000

Update V4, Adding codes from @ken28. Change from 5 to 4 to make it work with NTR plugin.

95tmrr.jpg


- Infinite Stamina
- Infinite Crank-a-Kai Spins
- 9999.99 Cash
- 999999 JP (Jungle Points)
- Befriend Yo-kai Without Fail
- Befriend Yo-kai Without Fail V2
- Befriend By Choose|BoostByFoods
- All Non Equipment/Key Items x99 Note: Only items you already own will be changed to x99.

UPDATED V4.5

Both YO-KAI WATCH 2 - Fleshy Souls/Bony Spirits in zip file.
 

Attachments

  • YO-KAI WATCH 2 NTR v4.zip
    189.3 KB · Views: 440
Last edited by sALMAn84,

JrpgAddict

Well-Known Member
Member
Joined
Oct 7, 2016
Messages
697
Trophies
0
Age
38
XP
1,658
Country
Netherlands
For those having troubles with the plugin, you can try this:-

https://gbatemp.net/threads/release-bootntr-selector.432911/

I am using this one. Its support 11.1 firmware.

BTW OP should add this to the topic for all havin trouble with the plugins

Update V4, Adding codes from @ken28. Change from 5 to 4 to make it work with NTR plugin.

u have NO IDEA how much of a lifesaver u are, thanks to these the plugin works
updated to 3.3 now evrything works sweet :O
 

dsrules

Well-Known Member
Member
Joined
Sep 20, 2005
Messages
8,748
Trophies
2
XP
6,318
Country
Update V4, Adding codes from @ken28. Change from 5 to 4 to make it work with NTR plugin.

95tmrr.jpg


- Infinite Stamina
- Infinite Crank-a-Kai Spins
- 9999.99 Cash
- 999999 JP (Jungle Points)
- Befriend Yo-kai Without Fail
- Befriend Yo-kai Without Fail V2
- Befriend By Choose|BoostByFoods
- All Non Equipment/Key Items x99

Both YO-KAI WATCH 2 - Fleshy Souls/Bony Spirits in zip file.
It might be better to name it Owned instead of All Items x99 for less confusion
 

JrpgAddict

Well-Known Member
Member
Joined
Oct 7, 2016
Messages
697
Trophies
0
Age
38
XP
1,658
Country
Netherlands
any chance for 100% yokai book to get the legendarys and Max Exp??

usin those 8k exp orbs sux so bad gonna take forever to make lv 99 >.<
 
Last edited by JrpgAddict,

JulenKeenan

Well-Known Member
Newcomer
Joined
Mar 23, 2016
Messages
93
Trophies
0
Age
26
XP
246
Country
Does anyone know how to get the Mermaydin and other yokai fussion items ? It doesn't appear to me in the Jungle Hunter with max JP
 

Doomsy

Active Member
Newcomer
Joined
May 19, 2016
Messages
25
Trophies
0
XP
57
Country
United States
Does anyone know how to get the Mermaydin and other yokai fussion items ? It doesn't appear to me in the Jungle Hunter with max JP

They don't appear until after you get an S-rank watch (or beat the game, can't remember which)
 
Status
Not open for further replies.

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    Sonic Angel Knight @ Sonic Angel Knight: I thought it was duck season, not... king kong season....