Now messages are in english

This commit is contained in:
Vincenzo Aleksey Brocato 2024-09-29 18:12:27 +02:00
parent 76ffd67c31
commit e0db6995ba

View File

@ -274,16 +274,16 @@ puts:
;Mostra delle stringhe sullo schermo ;Mostra delle stringhe sullo schermo
msg_caricamento: msg_caricamento:
db 'Caricamento...', ENDL, 0 db 'Loading...', ENDL, 0
msg_errore_lettura: msg_errore_lettura:
db 'Errore del disco', ENDL, 0 db 'Reading disk error!', ENDL, 0
msg_stage2_non_trovato: msg_stage2_non_trovato:
db 'Stage 2 non trovato', ENDL, 0 db 'Stage 2 not found!', ENDL, 0
msg_stage2_trovato: msg_stage2_trovato:
db 'Stage 2 trovato', ENDL, 0 db 'Stage 2 found!', ENDL, 0
;Errori ;Errori