diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2020-04-15 08:58:21 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2020-04-15 08:58:21 -0400 |
commit | a5332e2f9e029ca7c0003a5cd096af3c68ace5bb (patch) | |
tree | df717f7c0590419d59e9dc246469dc6e5956b6e8 /asm/fat.s | |
parent | f9b7d7411b74e29e048ea7d48cf6d8302e50d2d4 (diff) |
Finish filling out header
Diffstat (limited to 'asm/fat.s')
-rw-r--r-- | asm/fat.s | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/asm/fat.s b/asm/fat.s new file mode 100644 index 00000000..a2d7fb77 --- /dev/null +++ b/asm/fat.s @@ -0,0 +1,5 @@ + .text + + .global FileAllocationTable +FileAllocationTable: + .incbin "baserom.nds", 0x337A00, 0xB20 |