Skip to content

Commit

Permalink
don't autolaunch
Browse files Browse the repository at this point in the history
  • Loading branch information
mateoconlechuga committed Aug 25, 2019
1 parent 2a467b3 commit 8565332
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions src/installer.asm
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,13 @@ relocate installer_execute_cesium, ti.mpLcdCrsrImage
call ti.EnoughMem
jp c,ti.ErrMemory

ld hl,str_cesium_name_installer
ld de,ti.progToEdit
ld bc,8
ldir
ld a,ti.kExtApps
jp ti.NewContext

str_cesium_name_installer:
db cesium_name,0
call ti.ClrScrn
call ti.HomeUp
ld hl,str_cesium_installed
call ti.PutS
call ti.GetKey
call ti.ClrScrn
jp ti.HomeUp

str_delete_installer:
if config_english
Expand All @@ -71,6 +69,12 @@ else
db 'Suppr. l',$27,'installateur?', 0
db 'suppr - oui',0
end if
str_cesium_installed:
if config_english
db 'Installed in ',$C1,'apps] menu.',0
else
db 'Installé dans les apps.',0
end if;

end relocate

Expand All @@ -80,3 +84,4 @@ if config_english
else
db 'Cesium d',$96,'j',$8f,' install',$96,', veuillez supprimer.',0
end if;

0 comments on commit 8565332

Please sign in to comment.