thank you I am now trying to search with gw 3.6.1you need gw 3.6.1 to search, it won't work with gw 3.6
what you see is what you search
thank you I am now trying to search with gw 3.6.1you need gw 3.6.1 to search, it won't work with gw 3.6
what you see is what you search

Also, the addresses for badge arcade were not working for me, so I did my own search for practice numbers and I got 2 addresses there that don't match anything I've seen here:
3682155C
37249340
I was on 1 play left when I narrowed the search to those two addresses so I set them both to 5. After using the play, it went to 4 (naturally) and BOTH addresses went down to 4.
Are there different addresses for o3ds and N3ds models for games?
Edit: so for me, only changing 3682155C does the trick, but that second address always changes to match... This is on an N3DS, USA region. So is it possible for me to figure out the proper address for the REAL plays without buying some and doing searches myself? I really wonder why my address is different :/
Nice. Big thanks. Im hoping someone can figure am easy exp/lv cheat so can easily get those higher level personas.
Edit:If memory serves me correct there was some codes for it on here somewhere but I cant find them via the search button. And those codes were not posted on Fort42... I think they were forgotten or overlooked.
As i asked before, is there a possible way to make/find a adress for the mii lobby tickets in the EU Version?
ThX
hey I did get max Rubys on The Legend of Zelda Triforce EU ID:0004000000177000
@caitsith2 thanks for the addresses for USA badge center
i changed your codes a little to make them nicer for me. thanks for sharing!
- i used these now, yeah without the 1, 2 plays code I shared, you would really have to play for 99 times until you are finished!
just now i cleared out the whole badge center, all 30 sets they had i completed. i feel a bit sick... very repetitiveit would have cost a lot of money to do all of that, i used so many turns.
now i will find the offset for jp (and share of course), and get all of the badges there too....
With Gateway 3.6.1 it works for me. (luckily I had some tickets before)
I dont know if the address is dynamic or not but for me the hat-ticket offset is 167FFE36 (I am using the EU (German Version))

Load the cheat menu when you're on Badge Center, it'll say it at the top.can someone confirm the titleid of badge center US? making my own txt file but can't find the id anywhere
whoops. thanksLoad the cheat menu when you're on Badge Center, it'll say it at the top.
="Something like this:
167FFE36 xxxxxxxx
or has it to be this way (?):
xxxxxxxx 167FFE36
???
Sorry I dont have a code (because I dont know how it works lol) I just edit it inside the GW Hex-Editor at the offset.
[9999 tickets]ThX.. Also using a EU German o3DS XL.. But your offset always stops my 3ds (freeze).. maybe you could send me the complete line of code witch you use for the cheatlist editor..
Something like this:
167FFE36 xxxxxxxx
or has it to be this way (?):
xxxxxxxx 167FFE36
???
D3000000 30000000hey I did get max Rubys on The Legend of Zelda Triforce EU ID:0004000000177000
by editing the hit but I don't know how to share it anyone can help me
code
32C825A0 0000D14
32D921DC 0000D14
32D921ED 0000D14
ok thank you I did try the code and this my 3ds freeze if you can help me tell me what I should do[9999 tickets]
D3000000 167FFE36
10000000 0000270F
D3000000 30000000
02C825A0 0000D14
02D921DC 0000D14
02D921ED 0000D14

D3000000 30000000
02C825A0 0000D14
02D921DC 0000D14
02D921ED 0000D14
ok thank you I did try the code and this my 3ds freeze if you can help me tell me what I should do
ok thank you I did try the code and this my 3ds freezeI am trying to unterstand how these codes work. Can you please tell me if I am understanding this correctly or not?
We are trying to change these three addresses to the hex value 0D14 (3348 decimal) each [I actually believe that's the OPs original rupee value, in reality we'd probably want to change it to 01869F to have 99.999 rupees but that's beside the point:
32C825A0
32D921DC
32D921ED
So we are instructing an immediate write using a D3000000 code line.
So we first end up at this:
D3000000 00000000 <- immediate write
32C825A0 0000D14 <- value 0D14 to address 32C825A0
32D921DC 0000D14 <- value 0D14 to address 32D921DC
32D921ED 0000D14 <- value 0D14 to address 32D921ED
But since lines starting with 3XXXXXXX indicate an conditional 32 bit code we can not use these three lines. Instead we want a 32bit write to these addresses (even though the value we write to currently is only 16bit) it so we must force our code lines to start with 0 so they read
02C825A0 0000D14
02D921DC 0000D14
02D921ED 0000D14
We do this by advising the D3000000 line to shift the addresses in the following lines by 30000000 bytes by adding the offset 30000000 to it, so we reach
D3000000 30000000
02C825A0 0000D14
02D921DC 0000D14
02D921ED 0000D14
So by that erasing, we could have also shifted the code by 32000000 bytes, correct? So this code would basically be the same?
D3000000 32000000
00C825A0 0000D14
00D921DC 0000D14
00D921ED 0000D14
Please tell me I understand this magic correctly
--------------------- MERGED ---------------------------
Try this
DD000000 00000300
D3000000 30000000
02C825A0 001869F
02D921DC 001869F
02D921ED 001869F
You have to press L and R at the same time to activate the code.
missing a 0 in the valueok thank you I did try the code and this my 3ds freeze if you can help me tell me what I should do
I think you got itWe do this by advising the D3000000 line to shift the addresses in the following lines by 30000000 bytes by adding the offset 30000000 to it, so we reach
D3000000 30000000
02C825A0 0000D14
02D921DC 0000D14
02D921ED 0000D14
So by that erasing, we could have also shifted the code by 32000000 bytes, correct? So this code would basically be the same?
D3000000 32000000
00C825A0 0000D14
00D921DC 0000D14
00D921ED 0000D14
Please tell me I understand this magic correctly![]()
my 3ds not freeze bat 3348 robis now ?missing a 0 in the value
D3000000 30000000
02C825A0 00000D14
02D921DC 00000D14
02D921ED 00000D14
and moneyis only 1 address
so try
D3000000 30000000
02C825A0 00000D14
I think you got it![]()



