Skip to content

Commit

Permalink
Re-add recovery menu to options
Browse files Browse the repository at this point in the history
  • Loading branch information
beckadamtheinventor committed Jul 1, 2024
1 parent 2f6ff7b commit e8365d5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/data/adrive/src/fs/bin/explorer/data.asm
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,15 @@ taskbar_item_strings:
options_item_strings:
dl .strings
jp explorer_configure_theme
db 12 dup $C9
db 8 dup $C9
jp bos.sys_OpenRecoveryMenu
jp bos.sys_TurnOff
.strings:
dl .l1, .l2, .l3, .l4, .l5
.l1:
db "power"
db "power",0
.l2:
db "recovery"
.l3:
.l4:
db 0
Expand Down

0 comments on commit e8365d5

Please sign in to comment.