diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-05-05 20:13:17 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-05-05 20:13:17 -0400 |
commit | 3c458e8b4893866639734a572a7d8e5ce6c7c1ce (patch) | |
tree | 52fccbceefc204ab6350c1a1412f167ea007fffe /arm9/lib/include/CARD_rom.h | |
parent | 6071299191b3386f1d266a25ec6b49af2c2beda5 (diff) |
Decompile GF funcs responsible for overlays
Diffstat (limited to 'arm9/lib/include/CARD_rom.h')
-rw-r--r-- | arm9/lib/include/CARD_rom.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arm9/lib/include/CARD_rom.h b/arm9/lib/include/CARD_rom.h new file mode 100644 index 00000000..327bc995 --- /dev/null +++ b/arm9/lib/include/CARD_rom.h @@ -0,0 +1,11 @@ +#ifndef NITRO_CARD_ROM_H_ +#define NITRO_CARD_ROM_H_ + +typedef struct +{ + u32 offset; + u32 length; +} +CARDRomRegion; + +#endif //NITRO_CARD_ROM_H_ |