It works!

This commit is contained in:
Antoine Vignau 2023-08-20 12:18:37 +02:00
parent 591c6a939e
commit af0aaebf79
5 changed files with 4346 additions and 4340 deletions

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -1865,6 +1865,8 @@ mots_clicables
sep #$20 ; texte2$=UPPER$(texte$) sep #$20 ; texte2$=UPPER$(texte$)
ldx #0 ldx #0
]lp lda texte_final,x ]lp lda texte_final,x
tay
lda tblATARI,y
tay tay
lda tblUPPER,y lda tblUPPER,y
sta texte,x sta texte,x

View File

@ -302,8 +302,9 @@ mainLOOP lda scene_actuelle
* cmp #$47 * cmp #$47
* bne okboss * bne okboss
* brk $bd * brk $bd
*okboss
okboss jsr attente ; attend sur l'image
jsr attente ; attend sur l'image
*---------------------------------------- *----------------------------------------
* TASK MASTER (no more) * TASK MASTER (no more)

Binary file not shown.