makerom v0.5

This commit is contained in:
3DSGuy
2014-04-01 14:08:00 +08:00
parent 510988b07a
commit 26772b49c8
45 changed files with 5630 additions and 4132 deletions
+5 -5
View File
@@ -1,6 +1,6 @@
#ifndef _SRL_H_
#define _SRL_H_
#ifndef _SRL_H_
#define _SRL_H_
typedef struct
{
u8 game_title[0xC];
@@ -91,6 +91,6 @@ typedef struct
u8 reserved_6[0xA4C];
u8 reserved_7[0x180];
u8 signature[0x80];
} SRL_Header;
} SRL_Header;
#endif