Line 19:
Line 19:
=GBA VC=
=GBA VC=
−
GBA VC is run by [[FIRM|AGB_FIRM]]. RomFS isn't used for GBA VC titles. The NCCH [[ExeFS]] contains the same files as a normal application. The [[ExeFS]]:/.code contains the GBA VC ROM.
+
GBA VC is run by [[FIRM|AGB_FIRM]]. RomFS isn't used for GBA VC titles, but can be found empty within GBA VC titles. The NCCH [[ExeFS]] contains the same files as a normal application. The [[ExeFS]]:/.code contains the GBA VC ROM followed by a 0x360 footer.
+
+
===Footer===
+
All values in the GBA VC Footer are Little Endian.
+
{| class="wikitable" border="1"
+
|-
+
! START
+
! SIZE
+
! DESCRIPTION
+
|-
+
| 0x004
+
| 0x4
+
| GBA ROM Filesize
+
|-
+
| 0x008
+
| 0x2
+
| Unknown
+
|-
+
| 0x02A
+
| 0x2FA
+
| Unknown
+
|-
+
| 0x338
+
| 0x4
+
| GBA ROM Filesize
+
|-
+
| 0x344
+
| 0x4
+
| GBA ROM Filesize
+
|-
+
| 0x35A
+
| 0x2
+
| GBA ROM Filesize per MB
+
|}