Announcement

Collapse
No announcement yet.

Can anyone compress this code?

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

  • Can anyone compress this code?

    I've seen more experienced hackers reduce several codes to just one and I was wondering if anyone could reduce the size of this code?

    It's for the Game Boy game Dexterity. You need to turn over each of the 56 titles in a stage and each title is controlled by an address, so I found each address, set the value to 1 and now I have a code to automatically finish a stage. Problem is, it takes 56 codes to make it work. I don't mind that and the site doesn't mind, but it would be more helpful to others if the code was smaller.

    01013DC5
    01013EC5
    01013FC5
    010140C5
    010141C5
    010142C5
    010143C5
    010144C5
    010147C5
    010148C5
    010149C5
    01014AC5
    01014BC5
    01014CC5
    01014DC5
    01014EC5
    010151C5
    010152C5
    010153C5
    010154C5
    010155C5
    010156C5
    010157C5
    010158C5
    01015BC5
    01015CC5
    01015DC5
    01015EC5
    01015FC5
    010160C5
    010161C5
    010162C5
    010165C5
    010166C5
    010167C5
    010168C5
    010169C5
    01016AC5
    01016BC5
    01016CC5
    01016FC5
    010170C5
    010171C5
    010172C5
    010173C5
    010174C5
    010175C5
    010176C5
    010179C5
    01017AC5
    01017BC5
    01017CC5
    01017DC5
    01017EC5
    01017FC5
    010180C5

    If someone finds another code to automatically finish stages, then I can split this code into several "title modifier codes" instead.
Working...
X