Kodewerx

Our culture has advanced beyond all that you could possibly comprehend with one hundred percent of your brain.
It is currently Tue Aug 26, 2025 10:52 am

All times are UTC - 8 hours [ DST ]


Forum rules





Post new topic Reply to topic  [ 144 posts ]  Go to page Previous  1, 2, 3, 4, 5
Author Message
PostPosted: Mon Jul 16, 2007 11:51 am 
Offline
Kommunist
Kommunist

Joined: Sun Jul 15, 2007 12:25 pm
Posts: 8
Maybe a modifier for the set options of what you can say. Like change like one of the options that says Hello or something to watup on wifi xD. Or maybe even better since you can actualy type to your friends we can get that aspect of the friends part of wifi and apply it to the non-friends and let you type anything you want to wifi people. XD You guys haven't even gotten into the possibilities. XD


Top
 Profile  
Reply with quote  
 Post subject: Re:
PostPosted: Fri Jul 27, 2007 5:06 pm 
Offline
Kommunist
Kommunist

Joined: Sun Jul 15, 2007 12:25 pm
Posts: 8
kickenchicken57 wrote:
well, you don't need to actually 'make' a code. you just need the addresses for the enemy chips and the player chips. if you look through kenobi's AR code type thread you will find the right kind of code types to do this. This should take 50 chips from CPU1 and give them to you assuming I did the negative number right:

Code:
*only takes them if they have them*
Press Select to Steal 50 chips from CPU1:
94000130 000003FB
721A4D2A 00000031 <-does cpu1 have more than 49 chips
DA000000 021A4D2A <-load their chips into the data register
D3000000 FFFFFFFC <-add -50 chips
D7000000 021A4D2A <-write it back to CPU1 and inc offset
D3000000 00000000 <-clear offset
DA000000 021A4CBE <-load player chips
D3000000 00000032 <-add 50 chips
D7000000 021A4CBE <-write it back to player and inc offset
D2000000 00000000 <-end and clear offset

I'm sure if you look at it you can make this work for the other players as well.


Or you could look at it technically...

Courtesy of Kode Garage :D

94000130 000003FB :
Universal GBA Button Modifier code
Hold Only These Buttons:
Select

721A4D2A 00000031=
This Code is INVALID or unrecognized

DA000000 021A4D2A-
This Code is INVALID or unrecognized

D3000000 FFFFFFFC :
Type D3 : set the 'offset' to the value of the code.
D3000000 XXXXXXXX : set the offset value to XXXXXXXX.
In This Case : set the offset value to 0xFFFFFFFC

D7000000 021A4D2A :
ype D7 : 16-bits incremental write of the data register (strh).
D7000000 XXXXXXXX : writes the 'Dx data' halfword to [XXXXXXXX+offset], and
increments the offset by 2.
In This Case : writes the 'Dx data' halfword to [021A4D2A+offset], and increments the offset by 2

D3000000 00000000 :
Type D3 : set the 'offset' to the value of the code.
D3000000 XXXXXXXX : set the offset value to XXXXXXXX.
In This Case : set the offset value to 0x00000000

DA000000 021A4CBE :
Type DA : 16-bits read to the data register (ldrh).
DA000000 XXXXXXXX : loads the halfword at [XXXXXXXX+offset] and stores it in
the 'Dx data'
In This Case : loads the halfword at [021A4CBE+offset] and stores it in the 'Dx data'

D3000000 00000032 :
Type D3 : set the 'offset' to the value of the code.
D3000000 XXXXXXXX : set the offset value to XXXXXXXX.
In This Case : set the offset value to 0x00000032

D7000000 021A4CBE :
ype D7 : 16-bits incremental write of the data register (strh).
D7000000 XXXXXXXX : writes the 'Dx data' halfword to [XXXXXXXX+offset], and
increments the offset by 2.
In This Case : writes the 'Dx data' halfword to [021A4CBE+offset], and increments the offset by 2

D2000000 00000000 :
Type D2 : Used to apply the code type C setting (executes the code(s) after the
type C code n times, n being the Dx repeat value).
Also acts as a 'Full terminator' (clears all temporary data, ie. execution
status, offsets, code C settings...).
D2000000 00000000 : if the 'Dx repeat value', set by code type C, is different
than 0, it is decremented and then the AR loads the 'Dx next code to be executed'
and the 'execution status' (=jumps back to the code following the type C code).
When the repeat value is 0, this code will clear the code status, the offset
value, and the Dx data value (which can be set by codes DA, DB and DC).


Top
 Profile  
Reply with quote  
PostPosted: Wed Aug 15, 2007 9:57 pm 
Offline
Kommunist
Kommunist

Joined: Wed Aug 15, 2007 9:52 pm
Posts: 2
this is a question. how is it possible to "see" the game's datebase of words by using a backup of the game? can i somehow "open" up the game? like when people translate they can get all the text. I can work with hex. thanks if you answer, thanks if you read this, and sorry if i can't ask questions. im not trying to break the rules like i already have once, but i can change.


Top
 Profile  
Reply with quote  
PostPosted: Sat Feb 20, 2010 2:07 pm 
Offline
Kommunist
Kommunist
User avatar

Joined: Sat Oct 21, 2006 3:26 pm
Posts: 366
Location: USA
Title: Ancient Code Sage
It has been a very long time since I had to post on this game. Somebody emailed me asking if I could make a code to delete the game save since there was no in game option to do that. I told them to come here should I find anything. After talking to Para, Zeld and Viper and almost going into overdrive on wanting to hack a code to erase the save....I discovered something that seems to work with any game regardless of whether is has an in game erase save option or not! I do not claim to be the first at all in finding this...but I wanted to post the information here as it might be useful for those people who used these codes and simply wanted to start over.

Simply do the following: Upon starting the game hold A+B+X+Y+L+R until a screen appears asking you to confirm you want to delete the save. Since I have all my cart saves backed up...I went an tried it on a few game including Clubhouse Games and it works perfectly. No need to use an AR at all! BUT!!! It does not mean it will always work with everygame...

_________________
Ancient Code Sage


Top
 Profile  
Reply with quote  
PostPosted: Wed Jul 07, 2010 4:04 pm 
Offline
Kommunist
Kommunist

Joined: Wed Jul 07, 2010 3:52 pm
Posts: 7
Title: Master Warlock on World of Warcraft
I bought clubhouse games new awhile ago. i had already completed all of stamp mode (easy, normal and hard) then i used the codes to unlock all of mission mode and all designs in free player mode. Well i just recently lost the game, so i went and bought another one, it was used. It basically had nothing done to it just a name and it looked like they started easy stamp mode so i just erased the other persons progress and started over and i changed the name and icon, so then i went to use my friends action replay just like i did before and none of the codes work. My question is do i have to complete all of the modes in stamp mode to be able to get the codes to work, its the only thing i can think of because the codes worked the first time after i had already completed all of stamp mode. Thank you for any help and sorry for such a long post.


Top
 Profile  
Reply with quote  
PostPosted: Thu Jul 08, 2010 5:16 pm 
Offline
Kommunist
Kommunist
User avatar

Joined: Sat Oct 21, 2006 3:26 pm
Posts: 366
Location: USA
Title: Ancient Code Sage
I don't think so. I recently deleted my save and simply used the codes to turn it all back on...I did have to have a least one in game save though to keep things working without the unlock codes....

_________________
Ancient Code Sage


Top
 Profile  
Reply with quote  
PostPosted: Thu Jul 08, 2010 5:32 pm 
Offline
Krew (Admin)
Krew (Admin)
User avatar

Joined: Sun Oct 01, 2006 9:26 pm
Posts: 3768
Title: All in a day's work.
v1.1?

_________________
I have to return some video tapes.

Feed me a stray cat.


Top
 Profile  
Reply with quote  
PostPosted: Thu Jul 08, 2010 5:54 pm 
Offline
Kommunist
Kommunist
User avatar

Joined: Sat Oct 21, 2006 3:26 pm
Posts: 366
Location: USA
Title: Ancient Code Sage
Yes...he was talking about a 1.1 version which is why the codes I made so long ago did not work for him. I don't have a copy or cart of this new release so I cannot port the codes for him. I do know the codes I made for version 1.0 do work.

_________________
Ancient Code Sage


Top
 Profile  
Reply with quote  
PostPosted: Fri Jul 09, 2010 11:07 pm 
Offline
Kommunist
Kommunist

Joined: Wed Jul 07, 2010 3:52 pm
Posts: 7
Title: Master Warlock on World of Warcraft
thx for the help its just weird cause i used the same codes when i bought clubhouse games the first time and that copy was used too and all the codes worked but i hadn't got action replay till after i had all of stamp mode completed all i can hope for is after i do stamp hard mode the codes will work. same version and same codes the game will suck if i can't unlock everything and some of the stuff is majorly hard.


Top
 Profile  
Reply with quote  
PostPosted: Sat Jul 10, 2010 2:35 am 
Offline
Kommunist
Kommunist

Joined: Wed Jul 07, 2010 3:52 pm
Posts: 7
Title: Master Warlock on World of Warcraft
so are you saying theres nothing i can do and i`m going to have to unlock everything the hard way.


Top
 Profile  
Reply with quote  
PostPosted: Sat Jul 10, 2010 7:54 am 
Offline
Kommunist
Kommunist
User avatar

Joined: Sat Oct 21, 2006 3:26 pm
Posts: 366
Location: USA
Title: Ancient Code Sage
Clubhouse Games v1.0

Let's try this from the top. NO AR or ANY OTHER CODE ENGINE ON!!!! Just the cart!

Start the game a immediately hole L+R+X+Y+A+B and allow the deletion of the save.

Start again and create a new user icon.

Now...depending on what type of AR you have i.e., the one without the pass through slot where the game goes on top or the older one you have to remove the AR when prompted to insert the game in slot 1 of the DS.... You tell me....Either way...have these codes activated...AND check to be sure they are THESE codes only!

Press X to Unlock all games in Free Player Area
927fffa8 fbff0000
2223ccea 0000001f
d0000000 00000000


Have all missions, icons and music (press Y at Mission Screen; then go back to icon choice screen)
927fffa8 f7ff0000
021a3c88 3fffffff
0223cccc 3fffffff
0223d4cc 3fffffff
d2000000 00000000


Unlock all designs in all games - Press Up
94000130 FFBF0000
d5000000 ffffffff
C0000000 00000006
d6000000 0223ccd0
D2000000 00000000

Unlock Stamp and Special Color in Chat Room
Unlock Stamp and Special Color Paint in Chat Room - Press up
94000130 ffbf0000
2223ccc4 0000000f
d0000000 0000000


Now first....after you create icon...go to free player area and see stuff is locked...now press X and see it unlock.

Next go to missions area and choose Memory....play a game...COME ON...this is easy...do it under 3 minutes. NOTE: while you are playing the memory game press Y like I said above in the code. While you are at it...Press up as well to get ready to unlock chat room special stamps.

After you beat Memory and let the game save....you will see everything is unlocked! Go to settings screen and you will see you can now choose any icon. Go to free player and everything is unlocked. Go to Mission screen and you will see everything has Crown meaning you did it all. Go to chat room and see stamps.

I just re-tested this for the up-tenth time and it all works. I erased my saves and VIOLA...I had all unlocked in under 3 minutes including playing Memory.

SO...if any of these codes work for you at all...including others I have posted before...you have version 1.0 if NOT...you have version 1.1 AND unless you have the ability to get me the file I cannot help you since I have no way of porting the codes. I need to either hack a code for say unlocking...bowling...whatever and compare the offset...or even more clever..use the memory editor and look about 50 lines of codes up and down from the version 1.0 to see the offset address of version 1.1.

let me know....

mac

_________________
Ancient Code Sage


Top
 Profile  
Reply with quote  
PostPosted: Sat Jul 10, 2010 4:56 pm 
Offline
Kommunist
Kommunist

Joined: Wed Jul 07, 2010 3:52 pm
Posts: 7
Title: Master Warlock on World of Warcraft
Sorry I did not include that I was using the ar dsi version but in any case both games had the same game id which is why i don't get why it worked then and not now. Thank you for your time and effort. I appreciate it.


Top
 Profile  
Reply with quote  
PostPosted: Sat Jul 10, 2010 5:39 pm 
Offline
Kommunist
Kommunist

Joined: Wed Jul 07, 2010 3:52 pm
Posts: 7
Title: Master Warlock on World of Warcraft
this is the game id for the one i have is ATDE4121490D and i know the other copy i had was the same and i used the same ar dsi and the same codes


Top
 Profile  
Reply with quote  
PostPosted: Sun Jul 11, 2010 4:47 am 
Offline
Kommunist
Kommunist
User avatar

Joined: Sat Oct 21, 2006 3:26 pm
Posts: 366
Location: USA
Title: Ancient Code Sage
yep...that explains it.

_________________
Ancient Code Sage


Top
 Profile  
Reply with quote  
PostPosted: Sun Jul 11, 2010 7:30 pm 
Offline
Kommunist
Kommunist

Joined: Wed Sep 24, 2008 4:23 am
Posts: 141
Title: Newbie Coder
wispofisis wrote:
this is the game id for the one i have is ATDE4121490D and i know the other copy i had was the same and i used the same ar dsi and the same codes


so are you trying to say the codes were working on ATDE 4121490D game ID but now it doesn't

This code here should unlock all games on free mode/stamp mode v1.0 (ATDE FFB4EFE0)

02000000 e3a0101f
02000004 e1c011ba
02000008 e1a00001
0200000c e3a01000
02000010 ea006bf0
5201afd4 e1d001ba
0201afd4 eaff9409
d2000000 00000000

this code below should unlock all the icons on the mission mode aka clear?
however, please take note you still need the above code to unlock the locked games

02000020 e5842008
02000024 e1a04002
02000028 EA09DAE0
52276bac e5944008
02276bac eaf6251b
d2000000 00000000

unlock all difficulties for STAMP mode
02000030 e3a030ff
02000034 e5803004
02000038 e1a00003
0200003c e3a03000
02000040 EA00EBFF
5203b040 e5900004
0203B040 EAFF13FA
d2000000 00000000

i hope it works for you on your v1.1
if it works for you then i will make the rest of the code in ASM form
if it doesn't work for you that means we need a copy of the 1.1 (as pointed out by macrox)

_________________
I only mess with things that i feel like doing :)


Top
 Profile  
Reply with quote  
PostPosted: Mon Jul 12, 2010 9:21 pm 
Offline
Kommunist
Kommunist

Joined: Wed Jul 07, 2010 3:52 pm
Posts: 7
Title: Master Warlock on World of Warcraft
they didn't work and i have no way of getting the v.1.1 file to you guys thx for all your help i'll just have to wait till some one can make codes for it.


Top
 Profile  
Reply with quote  
PostPosted: Tue Jul 13, 2010 9:39 am 
Offline
Kommunist
Kommunist
User avatar

Joined: Sat Oct 21, 2006 3:26 pm
Posts: 366
Location: USA
Title: Ancient Code Sage
Sorry man.

to be clear...nobody is going to port these codes without the version 1.1 in their possession. I don't have a magic wand answer for this one...

_________________
Ancient Code Sage


Top
 Profile  
Reply with quote  
PostPosted: Wed Jul 14, 2010 8:02 pm 
Offline
Kommunist
Kommunist

Joined: Wed Jul 07, 2010 3:52 pm
Posts: 7
Title: Master Warlock on World of Warcraft
i understand what your saying, sorry if i implied that it should just be done without any imput from me. i am just hoping that maybe action replay will update thier codes for v1.1. just wish i could get my hands on v1.0 then the whole problem would be solved, but again thx for the help it just sucks that it didn't work.


Top
 Profile  
Reply with quote  
PostPosted: Thu Jul 15, 2010 7:24 pm 
Offline
Kommunist
Kommunist
User avatar

Joined: Sat Oct 21, 2006 3:26 pm
Posts: 366
Location: USA
Title: Ancient Code Sage
I already spoke to FNG at Code Junkies long ago about this...but being the business he is in for Datel...they have limited time and budget to go back to older games. I would sometimes backfill in that area to help out when I could....but again...I need the game. I will post again should I be able to come across v1.1.

_________________
Ancient Code Sage


Top
 Profile  
Reply with quote  
PostPosted: Wed Aug 18, 2010 9:10 am 
Offline
Kommunist
Kommunist

Joined: Wed Sep 24, 2008 4:23 am
Posts: 141
Title: Newbie Coder
not sure you still want this
but this is for v1.01 ID ATDE 4121490D

[SEL+L]Unlock Music Mode and Complete
94000130 FDFB0000
02243DCC FFFFFFFF
D2000000 00000000

[SEL+R]Unlock All Missions
94000130 FEFB0000
021AAD7C FFFFFFFF
D2000000 00000000

[SEL+X]Free Mode Complete
94000130 FFFB0000
94000136 FFFE0000
22243DEA 000000FF
D2000000 00000000

[SEL+Y]Unlock All Difficulties for Challenge Mode
94000130 FFFB0000
94000136 FFFD0000
22243DC4 000000FF
D2000000 00000000

_________________
I only mess with things that i feel like doing :)


Last edited by elixirdream on Fri Aug 20, 2010 4:23 am, edited 1 time in total.

Top
 Profile  
Reply with quote  
PostPosted: Thu Aug 19, 2010 6:51 am 
Offline
Kommunist
Kommunist
User avatar

Joined: Sat Oct 21, 2006 3:26 pm
Posts: 366
Location: USA
Title: Ancient Code Sage
ok. from this info we can get the offset between versions and redo the codes. I have not tested all these yet...but I have seen that use constant write codes will corrupt the save since the code is on all the time even at the boot up of the game. I would strongly urge you to follow what I did for the initial release and use activators to hopefully eliminate the possibility of saves being corrupted.

The more advanced codes for Darts, Bowling, Ludo and Billiards will require a little more work to finish and test since they are multi address codes. Hopefully if I have time I can get to doing that soon.

_________________
Ancient Code Sage


Top
 Profile  
Reply with quote  
PostPosted: Thu Aug 19, 2010 9:46 am 
Offline
Kommunist
Kommunist

Joined: Wed Sep 24, 2008 4:23 am
Posts: 141
Title: Newbie Coder
small matter.... will take your advise and fix them by tomorrow

_________________
I only mess with things that i feel like doing :)


Top
 Profile  
Reply with quote  
PostPosted: Fri Aug 20, 2010 9:55 am 
Offline
Kommunist
Kommunist
User avatar

Joined: Sat Oct 21, 2006 3:26 pm
Posts: 366
Location: USA
Title: Ancient Code Sage
Ok. although the offset in the address is 7100 that did not work out exactly to the address where the dart position must be to get a bull's eye. A little work in the mem editor found it close by though...

Always get a Bull's Eye in Darts (Press and HOLD UP) right handed (ver 1.01 only!)

94000130 FFBF0000
021AB670 00000080
021AB674 00000080
D2000000 00000000

(For our Left Handed Gamers)
Always get a Bull's Eye in Darts (PRESS and hold X Button) (ver 1.01 only!)

927FFFA8 FBFF0000
021AB670 00000080
021AB674 00000080
D2000000 00000000

--------------
Instant Bottle Pop in Soda Shake (Press and Hold up) (ver 1.01 only!)
94000130 FFBF0000
021AB468 000038B1
D2000000 00000000

---------------------

Always get a Strike in Bowling (Press and HOLD up and THROW HARD!) (ver1.01 only!)
94000130 FFBF0000
021AB6A0 FFFFFB00
021AB6A4 FFFFFFB0
D2000000 00000000

(For our Left Handed Gamers)
Always get a Strike in Bowling (PRESS and hold X Button and throw hard!) (ver 1.01 only!)
927FFFA8 FBFF0000
021AB6A0 FFFFFB00
021AB6A4 FFFFFFB0
D2000000 00000000


On another matter...The codes hacked by elixirdream work BUT there is something else going on in this version as once you save your game and turn the game off you will find upon restart that the save is corrupted and you will have to unlock all that stuff again and again. Further, you will lose all your status data as well. I need to look into this further and see what that is all about too.

NOTE - I found the code causing the corruption.... it is this one...

[SEL+Y]Unlock All Difficulties for Challenge Mode
94000130 FFFB0000
94000136 FFFD0000
22243DC4 000000FF
D2000000 00000000

I would not advise using this code at this time until it is reviewed. ALL the other codes hacked by elixirdream are fine and do not corrupt the save. Also, in order to unlock the icons after using the unlock icons code...you must visit the mission screen, you don't need to play anything, then return to the icon setup screen and they will all be unlock.

Instead I will suggest this one:

Unlock special stamp in chat room (Press select and Y )
94000130 FFFB0000
94000136 FFFD0000
22243DC4 0000000F
D2000000 00000000



Ok...now that this is over...I am going back to the bowling code and then billiards and ludo.


Always get a 6 in LUDO (Press and hold up until die comes to rest. ver1.01 only!
94000130 FFBF0000
221AB6F8 00000006
22306459 000000C0
2230645D 000000C0
22306461 000000C0
D2000000 00000000

Alway Roll Double 6's in Backgammon - (Roll Dice one after the other quicky) (ver 1.01 only!)

- Press and hold up until dice come to rest.


94000130 FFBF0000
221AB6F8 00000006
221AB70D 00000006
22306459 000000C0
2230645D 000000C0
22306461 000000C0
22306B91 000000C0
22306B95 000000C0
22306B99 000000C0
D2000000 00000000

Always have 10 balloons in Word Balloon (Press up) (ver 1.01 only!)
94000130 FFBF0000
221AB4D0 0000000A
D2000000 00000000

Always get 1 & 2 Balls in Pockets (Mission mode) - press Left Arrow after you hit cue ball (ver 1.01 only!)
94000130 FFDF0000
021AB9B4 43700000
021AB9B8 41800000
021ABA1C 41800000
021ABA20 431D0000
D2000000 00000000


Always get 1,2 & 3 Balls in Pockets (Mission mode) - press Left Arrow after
you hit cue ball (ver 1.01 only!)

94000130 FFDF0000
021AB9B4 43700000
021AB9B8 41800000
021ABA1C 41800000
021ABA20 431D0000
021ABA84 43700000
021ABA88 41800000
D2000000 00000000

_________________
Ancient Code Sage


Last edited by macrox on Tue Aug 24, 2010 2:38 pm, edited 1 time in total.

Top
 Profile  
Reply with quote  
PostPosted: Mon Aug 23, 2010 3:13 pm 
Offline
Kommunist
Kommunist
User avatar

Joined: Sat Oct 21, 2006 3:26 pm
Posts: 366
Location: USA
Title: Ancient Code Sage
BTW...like the Brain Age 1.01 really being 1.1....the same things goes here.. 1.01 = 1.1

I wish the folks over at the listings would stop confusing the crap out of people with their listings. In the old days we had 1.0, 1.1, 1.2 etc.....not 1.0 , 1.01, 1.02....

_________________
Ancient Code Sage


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 144 posts ]  Go to page Previous  1, 2, 3, 4, 5

All times are UTC - 8 hours [ DST ]


Who is online

Users browsing this forum: Google [Bot] and 237 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