Announcement

Collapse
No announcement yet.

GBA Code Format Question:

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • GBA Code Format Question:

    Hi people:
    Recently I started to make some GBA hacks.
    The problem is that I don't know how to submit these hacks.
    I made the codes with VBA-SDL-H, these are ROM patches, not RAM addresses.
    I've done a quick google search but its not fully clear to me.
    For example:
    02B40C 08D0 => 08D1

    Thanks n_n.

    Whipon.
    Last edited by Whipon; 05-05-2009, 02:06:02 PM. Reason: Minor spell check.

  • #2
    I think you need a program called AR Crypt.

    The GBA parts of this document maybe of help (not read it myself (just googled it) but does look useful):

    http://web.archive.org/web/200404090...Text/hackv500c
    Pugsy's MAME Cheat Page : http://mamecheat.co.uk

    Comment


    • #3
      I see...

      Thanks Pugsy.
      I think I must use PAR, right?.
      The code will be:
      2B40C:08D1
      Its the correct sintax or I'm doing it wrong?.
      Last edited by Whipon; 05-05-2009, 06:43:09 PM.

      Comment


      • #4
        so your basically making a constant write code? you could just leave it un-encrypted as it works on gameshark/codebreaker or use the arcrypt program to convert it to an AR code.

        here are some texts on the code formats for both devices.
        Attached Files
        Spoiler Alert! Click to view...

        THE BAD GUY!!!!!!

        Comment


        • #5
          :P

          The code was wrong. Since its a rom address, the code must be:
          0802B40C:08D1
          Thanks for the info, I'll take a look at it right now.

          Comment

          Working...
          X