PDA

View Full Version : need help with debugging GBA game


Reaper man
02-28-2005, 05:06 AM
hey which emu has the best debugging features? I'm thionking about finding where FF: dawn of souls keeps it's text info...

any help would be greatly appreciated.. .thank you

-Brad

<P ID="signature"><center>
sig not found...</center></P>

hcs
02-28-2005, 06:14 AM
Hands down no$gba, but you'll have to pay to get the real debugger version.

<P ID="signature">-http://hcs.freeshell.org/index.cgihcs</a></P>

Reaper man
02-28-2005, 06:16 AM
> Hands down no$gba, but you'll have to pay to get the real
> debugger version.

have no money... free debugger?

<P ID="signature"><center>
sig not found...</center></P>

CEpeep
02-28-2005, 02:46 PM
> > Hands down no$gba, but you'll have to pay to get the real
> > debugger version.
>
> have no money... free debugger?
>

MappyVM works well, but it's slow.

<P ID="signature">--------------------

http://www.glastheim.com/images/peepos.gif

Welcome to the Bryant Street Theatre. Have a Fruit Roll-Up.</P>

Reaper man
02-28-2005, 03:55 PM
> MappyVM works well, but it's slow.

well, I don't intend to play the game (let alone any game... this computer sucks ass... hell, it has trouble with mode 7 on zsnes) but I'll look at it

<P ID="signature"><center>
sig not found...</center></P>

Reaper man
02-28-2005, 09:03 PM
> > MappyVM works well, but it's slow.
>
> well, I don't intend to play the game (let alone any game...
> this computer sucks ass... hell, it has trouble with mode 7
> on zsnes) but I'll look at it

can't get it to work with Dawn of Souls for some reason

any alternatives?

all I really need is something that could add a breakpoint to whenever the code reads something off the rom (like text data) so I can find it in the rom and figure out how it's stored (I'm guessing (well hoping) that it's DTE)

btw.. what assembly "command" would I be looking for?

<P ID="signature"><center>
sig not found...</center></P>

Gavin_86
02-28-2005, 09:27 PM
> btw.. what assembly "command" would I be looking for?

i actually have had almost no dealings with GBA and don't know the instruction set off the top of my head (so sorry as to not be of help in that respect), but have you had any experience at all with assembler before, or at least have a basic understanding of the concepts..? <img src=smilies/erm.gif>

oh, and technically, with the proper descretion and a knowledge of which area of the game you need to be working with (as in a defined range and location) you can find the same material with a hex editor. Obviously it's a bit more circumspect and archaic approach, i just wanted to point out that it's possible without a specially created tool.

If i'm recalling correctly a hacker from DESnet has been conducting some tomfoolery with the DoS rom

<P ID="signature"><center>From my bed I watch TV, Drunk by noon but that's okay, I'll be president someday

.::http://gavin.panicus.orgGavin.Panicus.org</a> ::.</center></P><P ID="edit"><FONT class="small">Edited by Gavin_86 on 02/28/05 05:30 PM.</FONT></P>

Reaper man
02-28-2005, 09:29 PM
> but have you had any experience at all with assembler before,

not really, but I'm willing to learn

> or at least have a
> basic understanding of the concepts..?

a little bit

<P ID="signature"><center>
sig not found...</center></P>