mirror of
https://github.com/antoinevignau/source.git
synced 2025-01-18 03:30:43 +00:00
scene_forcee coded
This commit is contained in:
parent
229faea98b
commit
6186ffd178
@ -290,14 +290,18 @@ main
|
||||
stal $310
|
||||
lda ptrTEXTES+2
|
||||
stal $312
|
||||
|
||||
*---
|
||||
|
||||
mainLOOP
|
||||
lda scene_actuelle
|
||||
mainLOOP lda scene_actuelle
|
||||
jsr nouvelle_scene
|
||||
lda scene_actuelle
|
||||
jsr image
|
||||
* jsr affiche_texte
|
||||
|
||||
jsr suite_forcee
|
||||
sta fgSUITEFORCEE ; true if no words but 'suite'
|
||||
|
||||
*----------------------------------------
|
||||
* TASK MASTER
|
||||
*----------------------------------------
|
||||
@ -323,6 +327,9 @@ taskLOOP
|
||||
asl
|
||||
tax
|
||||
jsr (taskTBL,x)
|
||||
|
||||
*--- Handle clicks
|
||||
|
||||
bra taskLOOP
|
||||
|
||||
*----------------------------------- Gestion du keyDown
|
||||
|
Loading…
x
Reference in New Issue
Block a user