• Welcome to SCdev.org. Please log in.

Welcome to the new SCdev forums!

Dragon Ball Z Buu's Fury GBA

Started by LazerTag, October 01, 2007, 08:05:24 AM

Previous topic - Next topic

LazerTag

First off I must say I'm a bit confused on the cheats.  I've just never worked with AR or any other cheat system for console or hand helds, much less all that goes into converting them and then applying them too the games.  So I have two questions

1) SuperCard Lite - Do cheats in fact work for GBA games on this device?


2) If yes on number 1, Does anyone have any cheats for Buu's Fury?


I've tried codes for the game from Codejunkies, but either they simply do not work or Im doing something wrong?  If I leave the cheats out and just use the available IPS patch for the saving issue the game appears to work fine.  However if I apply the cheats I get only a white screen when the game loads.

Any help someone could give here would be great.  My son is just having a time with this game and some cheats would sure help.


Thanks!


LazerTag

LazerTag

OK so I now know GBA are supposed to be able to have cheats added.  Some of this can be confusing as there seem to be really no guides that can clearly cover it?


So here is the code I started with from codejunkies.com (I added all the "@" symbols)


@(M)
C403D840
00008401
45334742
001DC0DE

@Max Infinite Zenie
0430155C
05F5E0FF

@Have All Supplies
0030106A
000018FF

@Low Game Time
04300F94
00002000

@GOKU CODES:
00000000
20000000

@Infinite HP
02301576
0000270F

@Max HP
02301578
0000270F

@Infinite EP
0230157A
0000270F

@Max EP
0230157C
0000270F

@Max Level
04301584
05F5E0FF

@Max Stats
04301588
FFFFFFFF



I then take this and run it through AR2CHT from the SuperCard site and get this CHT file




[(M)]
ON=ffffffff,4,0,0,0,40,d8,3,c4,1,84,0,0,42,47,33,45,de,c0,1d,0;

[Max Infinite Zenie]
ON=ffffffff,2,0,0,0,5c,15,30,4,ff,e0,f5,5;

[Have All Supplies]
ON=ffffffff,2,0,0,0,6a,10,30,0,ff,18,0,0;

[Low Game Time]
ON=ffffffff,2,0,0,0,94,f,30,4,0,20,0,0;

[GOKU CODES:]
ON=ffffffff,2,0,0,0,0,0,0,0,0,0,0,20;

[Infinite HP]
ON=ffffffff,2,0,0,0,76,15,30,2,f,27,0,0;

[Max HP]
ON=ffffffff,2,0,0,0,78,15,30,2,f,27,0,0;

[Infinite EP]
ON=ffffffff,2,0,0,0,7a,15,30,2,f,27,0,0;

[Max EP]
ON=ffffffff,2,0,0,0,7c,15,30,2,f,27,0,0;

[Max Level]
ON=ffffffff,2,0,0,0,84,15,30,4,ff,e0,f5,5;

[Max Stats]
ON=ffffffff,2,0,0,0,88,15,30,4,ff,ff,ff,ff;



when I try to add this cheat from the SuperCard 2.62 version I get this error

"Access violation at address 00405089 in module 'SuperCardmicrosd.exe'. Read of address 2F2F2F65."


Leaving the cheat off the game runs just fine so I don't think it a bad ROM.

Any ideas or if more info is needed let me know.