ROM Hack LBX Little Battlers Experience(USA) Hacking request

Raidouthe1st

Well-Known Member
OP
Newcomer
Joined
Jul 21, 2015
Messages
55
Trophies
0
Age
38
XP
184
Country
Malaysia

johnseed83

Member
Newcomer
Joined
Sep 1, 2015
Messages
12
Trophies
0
Age
40
XP
55
Country
France
Install NTR CFW 3.0 and NTR debugger using gateway and read https://gbatemp.net/threads/release...eu-us-aus-new-3ds.385142/page-26#post-5476380 by Liomajor to understand how to use NTR to cheat
I try the tutorial with Cubic Ninja, it's been a freez
" BootNTR 2.3
freeing memory
00000063"
and used ntr.cia to https://gbatemp.net/threads/ntr-cfw-3-0.393710/
new freez in
"BootNTR 2.4
tmpBuffer: 16000000
IsNew3DS: 1
firmVersion: 09050000
testing Svc_backDoor
testSvcBackdoor OK
patching svc check
svc check patched
InterProcessDmaFinishState: fff04504
SM patched
FS patched
bnPatchAccesCheck OK
copyRemoteMemory/controlProcessMemory OK
0x00200000 in HomeMenu eb0083b3
size:0000b460
outAddr:16020000"

I try in sysnand and emunand...an idea?
 

johnseed83

Member
Newcomer
Joined
Sep 1, 2015
Messages
12
Trophies
0
Age
40
XP
55
Country
France
http://filetrip.net/dl?idOFbciwRI try installing this cia version of NTR that does not require cubic ninja. It still freezes sometimes but it crash less than running it through cubic ninja

its good in systnad .:-)
by cons I found the right pid but when I get the code it gives me:
"
pname: db1
tid: 0004000000147100
> write(0x08878C9C, (0x63, 0x00 ,0x00 ,0x00), pid=0x29)
null
finished
"
suddenly the code does not work. an idea?

sorry to bother you with that
 

Raidouthe1st

Well-Known Member
OP
Newcomer
Joined
Jul 21, 2015
Messages
55
Trophies
0
Age
38
XP
184
Country
Malaysia
The code should be working if you got null finished, it doesnt change immediately you have to out of the menu then back in to see the change
 

johnseed83

Member
Newcomer
Joined
Sep 1, 2015
Messages
12
Trophies
0
Age
40
XP
55
Country
France
The code should be working if you got null finished, it doesnt change immediately you have to out of the menu then back in to see the change
it does not work . I wonder if the language of the games does not a factor.

I play French Roma having different language??
 

Raidouthe1st

Well-Known Member
OP
Newcomer
Joined
Jul 21, 2015
Messages
55
Trophies
0
Age
38
XP
184
Country
Malaysia
There's a french rom? Well if the titleid is not the same then the code may not work but you could always use these codes here for the offset reference when you find one the codes yourself for example money then you just calculate the offset of all these codes to make it work for your titleid(usually Eu's code is the same for US vice versa). Did you by any chance enable debugger by pressing Y+X together? Also is the pid the correct one that display the titleid in the info? Btw what is your titleid? Mines the US 0004000000147100
 

johnseed83

Member
Newcomer
Joined
Sep 1, 2015
Messages
12
Trophies
0
Age
40
XP
55
Country
France
I change the language to English and that makes operate its good code

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

The code should be working if you got null finished, it doesnt change immediately you have to out of the menu then back in to see the change

There's a french rom? Well if the titleid is not the same then the code may not work but you could always use these codes here for the offset reference when you find one the codes yourself for example money then you just calculate the offset of all these codes to make it work for your titleid(usually Eu's code is the same for US vice versa). Did you by any chance enable debugger by pressing Y+X together? Also is the pid the correct one that display the titleid in the info? Btw what is your titleid? Mines the US 0004000000147100
Roma is also my usb but contains language (fr (quebeque) / English / Spanish)
 

Inv4der

Member
Newcomer
Joined
Aug 12, 2015
Messages
5
Trophies
0
Age
33
XP
58
Country
United States
When I extract the save i got a "0" file and a "c" file, which one do I edit and what should i use to edit it
 
Last edited by Inv4der,

Nyunyumilk

Member
Newcomer
Joined
Feb 2, 2008
Messages
21
Trophies
0
XP
250
Country
Do you intend to make anymore codes? There's a set of parts I really want. If you don't want to go through every address to find all the parts, do you think you could find a code to unlock all cards so I can get the set from drops? I'd try and find it myself but I'm using rxTools, I've been converting your codes to ARcode when I use them.
 

hanseo

Well-Known Member
Member
Joined
May 29, 2015
Messages
455
Trophies
0
Age
35
XP
1,315
Country
United States
Do you intend to make anymore codes? There's a set of parts I really want. If you don't want to go through every address to find all the parts, do you think you could find a code to unlock all cards so I can get the set from drops? I'd try and find it myself but I'm using rxTools, I've been converting your codes to ARcode when I use them.

can you post your converted arcodes please?
 

Nyunyumilk

Member
Newcomer
Joined
Feb 2, 2008
Messages
21
Trophies
0
XP
250
Country
can you post your converted arcodes please?
I did it in a roundabout way.

The codes we have for ARcode already are max money
03599BF0 0098967F for (U)
035916F0 0098967F for (EU)
So I used this thread's pointer for money (088916f0) as a reference point.
http://www.miniwebtool.com/hex-calculator/
For (U), you would subtract "52f7b00" from the NTR codes to get the ARcode equivalent.
If you wanted it for EU, then you calculate the difference between the code you want and the code for money (088916f0), and then apply that difference to the ARcode for money.

So say I wanted to max club exp, the code is "08892454". This address is +d64 from the address for money. 03599BF0 + D64 = 0359A954. OR, 08892454 − 52F7b00 = 359A954.
Code is 0359A954 000270F (270F = 9999 in decimal).


Anyway, I did a memory dump and found the address for LBX cards (For EU). The address for the # of Card 1 is 035793C8, and the cards are 6 spaces apart (so #2 is at 035793CE). If you want 99 of Card 1 the code is 235793C8 00000063. Then just add 6 to the address to get the next card and so on. HOWEVER, they don't show up as being obtained initially. You have to go to the save point robot, go to "wireless", "Card gift", "make room". Once you're in the wireless room (Even if nobody else is there) the game will recognize the cards you hacked for yourself, and then you can exit out and save.
 
  • Like
Reactions: gamerboy1995

hanseo

Well-Known Member
Member
Joined
May 29, 2015
Messages
455
Trophies
0
Age
35
XP
1,315
Country
United States
I did it in a roundabout way.

The codes we have for ARcode already are max money
03599BF0 0098967F for (U)
035916F0 0098967F for (EU)
So I used this thread's pointer for money (088916f0) as a reference point.
http://www.miniwebtool.com/hex-calculator/
For (U), you would subtract "52f7b00" from the NTR codes to get the ARcode equivalent.
If you wanted it for EU, then you calculate the difference between the code you want and the code for money (088916f0), and then apply that difference to the ARcode for money.

So say I wanted to max club exp, the code is "08892454". This address is +d64 from the address for money. 03599BF0 + D64 = 0359A954. OR, 08892454 − 52F7b00 = 359A954.
Code is 0359A954 000270F (270F = 9999 in decimal).


Anyway, I did a memory dump and found the address for LBX cards (For EU). The address for the # of Card 1 is 035793C8, and the cards are 6 spaces apart (so #2 is at 035793CE). If you want 99 of Card 1 the code is 235793C8 00000063. Then just add 6 to the address to get the next card and so on. HOWEVER, they don't show up as being obtained initially. You have to go to the save point robot, go to "wireless", "Card gift", "make room". Once you're in the wireless room (Even if nobody else is there) the game will recognize the cards you hacked for yourself, and then you can exit out and save.


i try using 0359A954 000270F it says code format invalid
 

gamerboy1995

Well-Known Member
Member
Joined
Aug 20, 2011
Messages
241
Trophies
0
Website
facebook.com
XP
201
Country
United States
To those asking for a cheat.plg, I went ahead and made a basic one for just Credits (for the stores) and Battle Points (for the Point Shop and Artemis Legends): http://filetrip.net/dl?ZuVjUFNKSU
Press Select and both will be set to 999,999
Edit: Please download the updated version located here - http://filetrip.net/3ds-downloads/o...lbx-ntrcfw-cheat-pluginsource-1-0-f33303.html

I had to follow this tutorial to find the value for BP because it wasn't in the list already given, and then this one to make it into a cheat.plg. Honestly, it was a lot easier than I thought it would be, the only hard part (read: a bit time consuming) was figuring out what memory region to search in to find the values. After that, it was just a matter of following the guide and plugging in the right offsets.


Thanks for all the values you found already, OP!
 
Last edited by gamerboy1995,

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    Psionic Roshambo @ Psionic Roshambo: https://www.timeextension.com/news/2024/04/new-konami-code-discovered-in-castlevania-game-25-year...