Kodewerx

Our culture has advanced beyond all that you could possibly comprehend with one hundred percent of your brain.
It is currently Sat Apr 27, 2024 12:49 pm

All times are UTC - 8 hours [ DST ]


Forum rules





Post new topic Reply to topic  [ 3 posts ] 
Author Message
PostPosted: Sat Dec 20, 2008 7:10 am 
Offline
Kommunist
Kommunist
User avatar

Joined: Wed Mar 05, 2008 6:32 am
Posts: 30
Location: Italy
Title: The one who tried to speak to NDS AR... and fails!
Hi to everyone !!!

I've found this addresses for codes:

0210792c -> 32 bit -> gold
021078d0 -> 16 bit -> current hp
021078d2 -> 16 bit -> hp max
021078d4 -> 16 bit -> current mp
021078d6 -> 16 bit -> mp max
021078d8 -> 16 bit -> current hearts
021078da -> 16 bit -> hearts max

but now I cannot use them because of the check of the savefile: if I use an AR code the game tell me tha the savefile is corrupted and thet must be deleted. Anyone can help me to solve this problem?
In the US version I saw that there is a code to skip the savefile check but I have no idea on what to do to find the address to modify to skip the check.

THANKS !!!

_________________
Image


Top
 Profile  
Reply with quote  
PostPosted: Wed Jan 07, 2009 5:05 am 
Offline
Kommunist
Kommunist
User avatar

Joined: Wed Mar 05, 2008 6:32 am
Posts: 30
Location: Italy
Title: The one who tried to speak to NDS AR... and fails!
Here's my codes:

----------
| Game ID |
----------
YR9P D556A2EE

------------
| Infinite HP |
------------
D3000000 021078D2
F21078D0 00000002
D2000000 00000000

------------
| Infinite MP |
------------
D3000000 021078D6
F21078D4 00000002
D2000000 00000000

---------------
| Infinite Hearts |
---------------
D3000000 021078DA
F21078D8 00000002
D2000000 00000000

-------------
| Infinite Gold |
-------------
0210792C 0098967F

------------------
| Bypass Save Check | -> :-( I'm not able to find it !!!!
------------------
22?????? 00000001


Top
 Profile  
Reply with quote  
PostPosted: Thu Jan 08, 2009 3:06 am 
Offline
Kommunist
Kommunist
User avatar

Joined: Wed Mar 05, 2008 6:32 am
Posts: 30
Location: Italy
Title: The one who tried to speak to NDS AR... and fails!
Ok, you don't need to have the savefile check bypass nomore with these codes:

Code:
------------
| Infinite HP |
------------
D3000000 021078D2  // have the max value in the offset
F21078D0 00000002  // write only 2 bytes of the max in the current value
D2000000 00000000  // exit code

------------
| Infinite MP |
------------
D3000000 021078D6
F21078D4 00000002
D2000000 00000000

---------------
| Infinite Hearts |
---------------
D3000000 021078DA
F21078D8 00000002
D2000000 00000000

-------------
| Infinite Gold |
-------------
94000130 FDFB0000  // press L + SELECT to activate cheat
0210792C 0098967F  // write the value in the memory location spcified


Why don't you need no more the savefile check bypass?
Simple: for the MP, HP and HEARTS cheat you will always write in the current value of the stats the max value of that stats you reached so you won't hurt the savefile CRC check when it was calculated.
For the Gold one you will apply the changes only on runtime so when you will save the CRC will be calculated on the current value so... no problems !!!! 8-)

Please... ENJOY !!!! :-P

_________________
Image


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC - 8 hours [ DST ]


Who is online

Users browsing this forum: Bing [Bot], Yandex [RuBot] and 68 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group