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$)
ldx #0
]lp lda texte_final,x
tay
lda tblATARI,y
tay
lda tblUPPER,y
sta texte,x

View File

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

Binary file not shown.