Kodewerx
https://www.kodewerx.org/forum/

[NDS] Castlevania: Order of Ecclesia [EUR] [AR]
https://www.kodewerx.org/forum/viewtopic.php?f=19&t=6440
Page 1 of 1

Author:  Apache81 [ Sat Dec 20, 2008 7:10 am ]
Post subject:  [NDS] Castlevania: Order of Ecclesia [EUR] [AR]

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 !!!

Author:  Apache81 [ Wed Jan 07, 2009 5:05 am ]
Post subject:  Re: [NDS] Castlevania: Order of Ecclesia [EUR] [AR]

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

Author:  Apache81 [ Thu Jan 08, 2009 3:06 am ]
Post subject:  Re: [NDS] Castlevania: Order of Ecclesia [EUR] [AR] SOLVED

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

Page 1 of 1 All times are UTC - 8 hours [ DST ]
Powered by phpBB® Forum Software © phpBB Group
https://www.phpbb.com/