Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision Next revision Both sides next revision | ||
|
submission:nintendo-carts [2021/10/11 19:20] jonasrosland |
submission:nintendo-carts [2021/10/27 12:48] hiccup [Detailed information] |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ===== Gathering Dump Info for No-Intro | + | ===== Gathering |
| + | ==== Common dump info structure | ||
| <code -> | <code -> | ||
| - | Dumping tool: | + | Dumping tool and version: |
| Dumper: | Dumper: | ||
| Affiliation: | Affiliation: | ||
| Line 15: | Line 16: | ||
| Language Select: | Language Select: | ||
| WikiData ID: | WikiData ID: | ||
| + | |||
| + | ROM Region: | ||
| + | ROM Revision: | ||
| + | ROM Serial: | ||
| Size: | Size: | ||
| Line 27: | Line 32: | ||
| PCB Serial: | PCB Serial: | ||
| ROM Chip Serial 1: | ROM Chip Serial 1: | ||
| + | ROM Chip Serial 2: | ||
| + | ROM Chip Serial 3: | ||
| Box Serial 1: | Box Serial 1: | ||
| Box Serial 2: | Box Serial 2: | ||
| Line 43: | Line 50: | ||
| General Note: If you are submitting this info to a person/ | General Note: If you are submitting this info to a person/ | ||
| - | * Link(s): Link to release post/page, if applicable. | + | |
| - | * Cart Images: Back and front. | + | * **Languages/ |
| - | * Box Barcode: Keep the spaces. It should | + | * Tip: Using an emulator like Desmume can speed up the language checking dramatically since you can switch the BIOS language in the emulator settings much faster than on a real DS. You can hold down the tab key to speed up emulation. |
| + | * **ROM Region**: The region found in the ROM data. (Can be extracted using [[https:// | ||
| + | * **ROM Revision**: The revision found in the ROM data. (Can be extracted using GameHeader) | ||
| + | * **ROM Serial**: The four-character serial found in the ROM data. (Can be extracted using GameHeader, if the header includes it) | ||
| + | * **Size**: The size of the ROM in bytes. | ||
| + | * **CRC32**: Generated from the ROM file using [[https:// | ||
| + | * **MD5**: As above, or by using md5 in a terminal emulator for linux/ | ||
| + | * **SHA-1**: As above, or by using shasum -a 1 in a terminal emulator for linux/ | ||
| + | * **SHA-256**: | ||
| + | * **Physical Media Serial 2**: Secondary serial. For most carts, this is an optional "REV X" or " | ||
| + | * **Physical media stamp**: For most carts, this is two numbers imprinted on the top-left or top-right of the back label (front label for GB/ | ||
| + | | ||
| + | * **Cart Images**: Back and front. | ||
| - | + | === NDS/3DS specific === | |
| - | === NDS/3DS specific: === | + | |
| Line 66: | Line 84: | ||
| SHA-256: | SHA-256: | ||
| </ | </ | ||
| - | | + | |
| - | * Serial. You can find this at 0x1150 in the ROM. | + | * **Decrypted ROM file info**: To encrypt a copy of the ROM in order to get the encrypted hashes, use [[https:// |
| - | * Revision. You can find this at 0x312 in the ROM. | + | * **ROM Serial**: You can find this at 0x1150 in the ROM. |
| - | * Cart ID: Included in the txt file beside | + | * **ROM Revision**: You can find this at 0x312 in the ROM. |
| - | * Technical note - GodMode9 | + | * **.txt file**: Its a good idea to provide |
| - | * Save Chip ID: Found in the same file as the Cart ID. | + | * **PCB Serial**: Use for '' |
| - | | + | * **ROM Chip Serial**: You may not want to open the cart, as its possible the plastic will break or that the cart won't be easy to put together again. However this hasn't been tested thoroughly. The ROM chip serial isn't so important for DS/3DS as the pertinent info is also written on the outside of the cart. |
| + | |||
| + | ===== Submission to No-Intro ===== | ||
| + | See https:// | ||