aboutsummaryrefslogtreecommitdiffstats
path: root/src/fs.asm
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs.asm')
-rw-r--r--src/fs.asm2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fs.asm b/src/fs.asm
index 1c6d299..adc04fb 100644
--- a/src/fs.asm
+++ b/src/fs.asm
@@ -615,6 +615,8 @@ fs_init::
cp FS_VERSION
jr z, .load
.fmt
+ ld a, 1
+ ld [wBootFsFresh], a ; report "formatted" in the boot spew
call fs_format
.load
ld a, BLK_BITMAP