This commit is contained in:
Antoine Vignau 2024-01-12 19:23:24 +01:00
parent 669d425a3e
commit 857b37c83b
7 changed files with 22903 additions and 22899 deletions

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -361,6 +361,8 @@ MP$3 asc 'GENIS'
MP$4 asc 'ECHEC' MP$4 asc 'ECHEC'
MP$5 asc 'ARGON' MP$5 asc 'ARGON'
MDP$ asc 'MANOIR' ; LOGO - Shorten it for the English version
* *
* Le vocabulaire * Le vocabulaire
* on fera index-1 b/c 8-bits * on fera index-1 b/c 8-bits
@ -559,7 +561,7 @@ V$137 str 'TOUT'
V$138 str 'TOTA' V$138 str 'TOTA'
V$139 str 'RANG' ; RANGER (TUBE DANS GLACE => RANG TUBE) V$139 str 'RANG' ; RANGER (TUBE DANS GLACE => RANG TUBE)
V$200 str 'STOP' V$200 str 'STOP' ; STOP coupe toutes les interruptions
V$201 str 'MUSI' V$201 str 'MUSI'
* *

View File

@ -422,6 +422,8 @@ doSAVE sta pGAME+10
saveKO99 sep #$30 saveKO99 sep #$30
rts rts
mx %00
*--- For the game party *--- For the game party
proCREATEGAME proCREATEGAME
@ -458,7 +460,7 @@ proWRITEGAME
ds 4 ; C - transfer_count ds 4 ; C - transfer_count
dw 1 ; cache_priority dw 1 ; cache_priority
pGAME strl '1/Partie0' ; +10 pour la partie pGAME strl '1/Partie0'
*----------------------------------- *-----------------------------------
* DES DONNES 16-BITS * DES DONNES 16-BITS

View File

@ -311,7 +311,7 @@ intro_genius_texte
bcc igt_ok bcc igt_ok
rts rts
igt_end ldy #2 igt_end ldy #60*2
jmp waitMS16 jmp waitMS16
igt_ok lda [dpFROM] ; get char igt_ok lda [dpFROM] ; get char
@ -361,7 +361,7 @@ intro_serpent
jsr snake_2 jsr snake_2
bcs is_end bcs is_end
ldy #2 ldy #60*2
jsr waitMS16 jsr waitMS16
is_end PushLong #curPATTERN is_end PushLong #curPATTERN

View File

@ -1064,7 +1064,7 @@ tbl4000 da $bdbd,:4010,:4020,:4030,:4040,:4050,:4060,:4070,:4080,:4090
:4556_input @print #str4556 :4556_input @print #str4556
jsr GETLN1 ; cha”ne de 6 caract<63>res, SVP jsr GETLN1 ; cha”ne de 6 caract<63>res, SVP
cpx #6 cpx #6 ; LOGO
bcc :4556_ko bcc :4556_ko
cpx #7 cpx #7
bcs :4556_ko bcs :4556_ko
@ -1081,8 +1081,6 @@ tbl4000 da $bdbd,:4010,:4020,:4030,:4040,:4050,:4060,:4070,:4080,:4090
:4556_ko sec ; c'est le mauvais mot de passe :4556_ko sec ; c'est le mauvais mot de passe
rts rts
MDP$ asc 'MANOIR'
*----------- *-----------
:4560 @print #str4560 :4560 @print #str4560