diff options
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 |