+ Reply to Thread
Page 1 of 4 1234 LastLast
Results 1 to 10 of 32

Thread: GBA Casrtlevania code requests please?

  1. #1
    Join Date
    Jul 2002
    Location
    N.C.
    Posts
    1,075

    Default GBA Casrtlevania code requests please?

    Okay for right now this is for 'two' games on GBA but for space reasons and not to 'spam' :P I will just go ahead and make it all ONE whole Castlevania code request place/topic for these two now and tfor others as I get them I hope, if I can find many more of them anymore.

    Also other then posting 'codes' I shall just post links and hope they hold up for awhile, other then that if any 'new' code request I shall type that out.

    Also, yes, sorry this is and shall be a 'convert' please code thing, as CB does have more codes, but I cannot use them sadly, GBA CB's are very rare it sadly seems...and I can only get an AR...so please I know I am in a bind but cannot really fix that these days it seems.

    Castlevania Circle Of The Moon:

    http://www.cmgsccc.com/gba/index.php?game=44

    For these, not all 'converted' mostly, is there a way to convert an true MAX stats code, an quick level gain, max health and max magic. AR does have these codes, but 999 and 1567 is not 'max' in a 4 digit number it would be 9999 as max, so am seeking that please. Also same for stats as well, it seems stats also can go beyone 999...so am seeking 'true' max everything codes, please.

    Also all items...also again a true all items, not just two or one, it is odd, that an all items AR code gives you all armor but just one of each, and two accessoris and 99 of all other items...so please to get and have true max and infinite items 99, please.

    Also quick level gain, and also maybe a code (converted or otherwise a shorter one maybe I hope, please) a code that enables ALL card spells from start (ofcorse after having all cards) a code that allows all codes already 'kmown' please. I am aware if you have all cards and 'do' all the spells they become seen...but that is abit of time, so if that is possible, and okay please, I would like that, please.

    Castlevania Aria Of Sorrow:

    http://www.cmgsccc.com/gba/index.php?game=365

    With this game above, sorry if possible, I wish and need all these converted please.... :cry:

    I do believe they are all 'true' max as in this game if you say max max is max like 9999 for a four digit number...err I am confusing abit?

    Also, not sure if the 'freeze' timer code does this, but a new request for it to make time 00:00:00 maybe the timer freeze code does that? If so again please for the convert.

    Anyway sorry for asking for these, but please I do wish these codes and would much enjoy these please.

    ~Amy

  2. #2
    Join Date
    Jul 1999
    Posts
    4,893

    Default GBA Casrtlevania code requests please?

    I did some looking around, and so far all I've been able to come up with is two programs. One for encrypting/decrypting CB codes, and the other for doing the same to AR codes.

    http://www.gscentral.com/menu.pl?Download

    I'm not sure, but it may be possible to just encrypt CB codes to AR's format, and they might work. It's unfortunate, but there seems to be no info about code types around... Hell, the only reason I know anything about them is because DS told me... Well, until I can use a computer, this is about the best I can do...

  3. #3
    Join Date
    Jul 2002
    Location
    N.C.
    Posts
    1,075

    Default GBA Casrtlevania code requests please?

    Thank You LMZ, I have been looking at that all and trying it all out, abit lost I am afraid, but thank you first off and ever so for the effort to help.

    Now if I only knew how that stuff works.... :? With trying to first off 'decrypt' CB type codes, I first of all get a warning it always says "First Code Decryted Must Be a 'SeedGen' code type. No idea what that means, I click the box that says 'GSC format text' next and that allows to go foward but then it only gives same code again, in other words it seems to say 8201327E 270F IS 8201327E 270F ...Okay so then take that to the AR cyptor program and it gives me same thing as the code itslef is... so abit lost on what to do and where really all on this.

    I tried the code I got (CB same code) and it did not work as I would expect, but I tried...just lost as is anyway CB GBA codes are 12 digits long, ARA codes are 16 (two lines) digits.... :?

    I have asked kindly Helder to drop back by, and he said he would, I just hope soon enough...as yes not to be a pain but would love these codes, but if I can find out how to work these little programs right myself, I would also love to do that so I no longer am a bother---as far as CB to AR 'gameboy' codes are and go.

    As is, I am sorry I do not have a CB for GBA...would really love to find one, but in my area, for some reason they are rare, basicaly never even sold in my area...yet ARs are sold everywhere.... and strange my area and state is ratehr BIG into video games, As I am sure Lazy himself can tell you as I am sure he has been out about town abit...there are many many video game type stores around, but 'Codde Breakers' I guess is not big on advertisments as they other then the PS2 types are rather rare.... oddly in a area of the world such populous in video game ----anything. :?

    ~Amy

  4. #4
    Join Date
    Nov 2003
    Location
    mass
    Posts
    1,525

    Default GBA Casrtlevania code requests please?

    well amy i found the link n google so here i am,well just post the AR3 codes u have and ill take a look and ill convert what else i can,like having all items should be easy probably only 2 lined code,but ill have to look at it,so just post the ar3 codes u use and ill fix them and convert whatever is missing.also i case u want a lil info on converting here it is , i hope it helps.


    ok examples:

    8bit Code
    32001234 00ff

    Encrypt 02001234 000000FF as code type 00; 28494D5F 5148A66


    16bit code
    82001234 ffff

    Encrypt 02001234 0000FFFF as code type 01:
    C4CCD364 B89C0DBF

    32bit code(cba doesnt support but will be useful to know)
    82001234 1111ffff

    Encrypt 02001234 1111ffff as code type 02:
    9893D684 1EC1892F


    If Eaqual to code
    72001234 0001
    82001234 0fff

    First line is 16-bit If Equal To. Encrypt 02001234 00000001 as code type 05:
    C5A93B9E A155A8FB

    Second line is 16-bit Constant RAM Write. Just use code type 01 as before

    Serial Repeater code
    42001234 0001
    00000020 0002

    Choose Code Type Z41, and put 02001234 00000001 into the input box. Put the address increment (0x02) into the address increment box in decimal form (02), put the number of writes amound (0x20) in the # of Data box in decimal form (20), and put the value increment (0x0) into the value increment box in decimal form (0). Then encrypt:
    BB73AC94 272ABD42
    FFD1CEEE 6670DB6F

    and joker codes,i know that they r game specific wich isnt hard to find.thanks in advance
    --------------------------------------------------------------------------------



    Jokers are always kept at the address 0x04000130. Use with the 16-bit If Equal To Code Type (Code Type 05).
    Mario Kart Wii: 2234-7741-7358

    Smash Bros Friend Code:
    2921-8802-0067

    Wii Registered Friend Code: 7680-7019-7436-7814

    Xbox 360 Gamer Tag: Furious Helder2

  5. #5
    Join Date
    Jul 2002
    Location
    N.C.
    Posts
    1,075

    Default GBA Casrtlevania code requests please?

    Okay well the ARX3 codes I am using are all from GSCentural. Basicaly all of them.

    Please to forgive for not posting the codes line for line, but that would be rather alot, and GSCentural codes are not really set up in the copy and paste form easy.... :roll:

    Circle Of The Moon here:

    http://www.gscentral.com/codes.pl?de...v3&game=cvcotm

    Anyway what I wish and am looking for that is not provided by the codes, well somewhat is but not always.

    Max Stats: AR codes do not really make them 'max' makes them all '100' which should, I would thing could be 999 instead?

    Max Health and Magic and thus infinite health and migic, again not 'really' max, I would think and hope for the max numbers, like 9999

    Also that big Loooooong code for ultimate items code.... what bothers me there is again the numbers, yes it gives 99 helth items, but armor and assesories it gives one and two. I am in confusing why not have 99 of all items in the whole game armor, assesories and all else... that is problem with that code only.

    Other then that really all other codes are fine, the have all cards and such are good, so only 'new' codes I wish is any not covered by the GSC page that are for CB users, please...

    Aria Of Sorrow:

    Again really the max stats, health and magic is not 'really' max, again same as with the Circle Of Moon, my health with max code stops at 1500...again would think it would be able to go to 9999 same with stats and such as well. Same with stat codes as well, I wish 'reconverted' or however to make them say and display the treu max numbers and stats, please. So the max of have all items and stats and such is what I am seeking 'fixxed' please.

    Also some new codes, well rather codes that again CB has but AR does not, I'd wish them please kindly.... the code like the CB code to have all abilities without having to equip 'souls' so you can sink in water (pressing down) and such that code is a must and well wished please. and also athe time code, either freeze the timer or make time always 00:00:00 code as CB once again has but AR does not.

    Basicaly as is well known and I ahve said, yes CB does have better the best codes, but I am sadly stuck with AR...would get a CB if I could find one anywhere, but cannot so that pretty much puts me in this fix to wosh and ask for code converts and fixxes please.... I know is a bother.... but is a great help and gift to me, please.

    Still strange at how rare the GBA CB really is...as I have said a few times, and also others have said as well... in a world filled with game stores, not one around it seems has nothing but GBA 'AR' and that is indeed a bing.... :cry: :roll:

    ~Amy

  6. #6
    Join Date
    Nov 2003
    Location
    mass
    Posts
    1,525

    Default GBA Casrtlevania code requests please?

    Circle of the moon codes:

    Infinite Health
    CA37F164 8459BE84
    Max Health
    7AF38F14 4B0188E4
    Max Hearts
    4F106420 A17F89ED
    Infinite Mp
    3E280D09 B154777A
    All Cards
    14868E17 4ACBDED3
    5236E6F2 8DD51B64
    All Special Items
    B313E8DD 79E48375
    DD0E605D 7EAD1143
    03473B1F D799F15F
    All Items And Armors(99 of them)
    406E0E2B 0BE2A17F
    1A8966FD F459B263


    ill do the other game tomorrow or a lil later.
    Mario Kart Wii: 2234-7741-7358

    Smash Bros Friend Code:
    2921-8802-0067

    Wii Registered Friend Code: 7680-7019-7436-7814

    Xbox 360 Gamer Tag: Furious Helder2

  7. #7
    Join Date
    Jul 2002
    Location
    N.C.
    Posts
    1,075

    Default GBA Casrtlevania code requests please?

    Thank You for the codes Helder... sadly, however, I am abit confused on a few of them as they seem not to effect much, I shall explain. :? :cry:

    All Items All Special Items does not seem to work.

    Infinite Health/Max Helth does not seem to work 'really' I have life HP of 4827, max, and 100 of 'normal' level one life. Also same with magic, but magic is higher number, but other wise anything hits me and I die from 9999 damage. :shock:

    All Cards works, so does all special items if the special items is ofcorse the items like 'dash boots'

    Other then that, I hate to report bad sad news, but please when you can a small re-tweaking to see what is maybe wrong with these codes, please?

    EDIT: Also for Circle Of The Moon, if there is please, a 'true' quick level gain or a level mod, please. I would wish that as well, please.

    Also note, Aria Of Sorrow 'has' an AR quick Level gain, but please to get or use the CB versions if better, as the AR version is rather buggy, it makes you get to level 63 and stops and stays there forever.... not a good thing really.


    Also added this now, as for Aria Of Sorrow, a code on CB has is to have map complete, if that could also be one of the ones ported/converted please.

    ~Amy

  8. #8
    Join Date
    Nov 2003
    Location
    mass
    Posts
    1,525

    Default GBA Casrtlevania code requests please?

    ok amy this game has prebuilt energy levels wich i cant modify unless i give you level 999 wich u can have with this code,this max out everything in term of stats,and all special items gives u the boots and final key and the other items.

    Level 999 and Max All Stats
    6FAA948D 756A2B1E

    Quick Level up to 99
    A875A43C 7838C11F

    Quick Level Up
    05E0116B A28E3E05

    All Items (99 of them) Tested it out and works.
    8F6DF2A2 7A7D532C
    6D833C7B 121125C0

    Infinite Hearts(999)
    3ABA673E 4D728E00

    Infinite HP(9999)
    A1EC8EAC 9C6CF581

    Infinite MP(9999)
    6721DCCB A590D2AD

    ill probably have time to do the other castlevania later.
    Mario Kart Wii: 2234-7741-7358

    Smash Bros Friend Code:
    2921-8802-0067

    Wii Registered Friend Code: 7680-7019-7436-7814

    Xbox 360 Gamer Tag: Furious Helder2

  9. #9
    Join Date
    Jul 2002
    Location
    N.C.
    Posts
    1,075

    Default GBA Casrtlevania code requests please?

    Thank You for the codes Helder.

    I wish to ask again please, a small 're-edit' of a few however pelase.... I am so sorry, the game seems to be 'bothered' by the 9999 thing, sorta. :? Seems with life or magic or hearts at such a high level, the DSS system gets disabled and thus freezes if I try to go to that menu. :?

    Also...strange the level gaining to level 999 seems to by pass and take abit long... I am aware it goes beyone 999 simply because of the time, I count level gain at 30 levels per minute... and within a small ammount of time 999 would be reached. ops: I waited for 16 hours...well not 'waited' but left the level gain codes and game on and gosh... just never got there, or rather did just bypassed, so I sorta after that gave up on that. The game just seems rather strange on levels and stats not meant to be ahd, I guess.

    I can see why really...blahhh this is a game that is rather faulty with any type of codes, it even ahs to have the activator buttong turned off then on before the game boots... leave it to early games to always be a bother. ops:

    Anyway... I hate to be yet a bother again over this darn game, but please if you would and could, maybe set the 'infinite/max' codes to '999' as in life, magic, and hearts. Please Kindly.... ops: I would hope the levels and stats of 9999 would be possible, but I have found life, magic, and hearts it seems sorta effect in bad ways the rest of the game. :cry:

    Again, please 999 please...it seems more so closer to 'realistic' stats, as level 99 'life' is 1060...so maybe the 999 life will stick and save, with hope, it shall....

    ~Amy

  10. #10
    Join Date
    Nov 2003
    Location
    mass
    Posts
    1,525

    Default GBA Casrtlevania code requests please?

    well like i said this game u cant modify the max Hp/Mp because they are level programmed,like u have level 50 u get a certain amount of hp upgraded and thats hard coded into the game and there is no way to change that,not that i know of and i didnt see any AR3 codes capable of doing it,so here are the codes u wanted but all u need are these 3 codes to max your stats so dont use any other codes from above except the item codes.

    Infinite HP(999)
    D945B907 4F116C75

    Infinite Mp(999)
    2BE141EE F5DB5A45

    Level 999(Press L+R In Status Menu)
    B6C5368A 08BE8FF4
    6FAA948D 756A2B1E

    this will fix the problem,all you do is go to the start menu with all the stats and press L+R together and exit the menu and you will have all the stats and it wont have to level up like the problem u had,also once u have done this save the game and shut off this code so you dont accidentily activate it,
    Mario Kart Wii: 2234-7741-7358

    Smash Bros Friend Code:
    2921-8802-0067

    Wii Registered Friend Code: 7680-7019-7436-7814

    Xbox 360 Gamer Tag: Furious Helder2

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. Daminmancejin's Code Requests
    By daminmancejin in forum Last Generation & Retro Hacking
    Replies: 65
    Last Post: 10-23-2011, 01:48:48 PM
  2. Code requests
    By gamersin in forum Last Generation & Retro Hacking
    Replies: 1
    Last Post: 02-13-2010, 06:24:12 PM
  3. Some DS code requests
    By OLungfish in forum Current Generation Hacking
    Replies: 1
    Last Post: 03-26-2007, 07:08:00 AM
  4. BloodRayne 2 Code Requests
    By Amy in forum Current Generation Hacking
    Replies: 1
    Last Post: 09-20-2005, 12:13:33 AM
  5. BloodRayne Code Requests
    By Amy in forum Current Generation Hacking
    Replies: 1
    Last Post: 09-20-2005, 12:11:21 AM
Collapse this box.

Visitors found this page by searching for:

seedgen code type

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts