ROM Hack Question about how to manually find Game ID

twiztidsinz

Taiju Yamada Fan
OP
Member
Joined
Dec 23, 2008
Messages
4,979
Trophies
0
Website
Visit site
XP
220
Country
United States
I know that you can just open up R4CCE and choose to add the ROM as a new game and find it out, but I'm interested in being able to manually find it for myself.


Example:New Super Mario Bros (U)
A2DE 77DAD131

Open the ROM in a hex editor and you'll see right at the top: (spaces and 00's displayed as _ for visual aesthetics)
Code:
4E 45 57 20 4D 41 52 49 || N E W _ M A R I
4F 00 00 00 41 32 44 45 || O _ _ _ A 2 D E
This gives you the 4 "main" Game ID characters.

blow_fly98 said:
Get the first 512 (0x200) bytes of the file [0x00000000 - 0x000001FF]
Calculate the CRC32
Do a bitwise NOT (or substract the CRC32 from 0xFFFFFFFF)
 

twiztidsinz

Taiju Yamada Fan
OP
Member
Joined
Dec 23, 2008
Messages
4,979
Trophies
0
Website
Visit site
XP
220
Country
United States
http://nocash.emubase.de/gbatek.htm#dscart...tactionreplayds
ABCD-NNNNNNNN Game ID ;ASCII Gamecode [00Ch] and CRC32 across [0..1FFh]


I'm not sure what the [00Ch] and [0..1FFh] mean...
The "00Ch" looks like 'address 00C in "h"ex', and C (13th spot in) is where the first 4 of the Game ID is.
So that would mean that from 0 to 1FF would be the part CRC32'd. I tried pasting it into a new fie, but the CRC still doesn't match.
 

blow_fly98

Member
Newcomer
Joined
Jun 4, 2008
Messages
23
Trophies
0
Age
28
XP
243
Country
I just discovered it. If you use HexWorkshop, there's a dropbox containg "None", "1s compliment" and "2s compliment". Select "1s compliment" and you get the right CRC32.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    K3Nv2 @ K3Nv2: For real for real