diff --git a/lumber.asm b/lumber.asm index 7220826..01a2103 100644 --- a/lumber.asm +++ b/lumber.asm @@ -772,7 +772,9 @@ not_end_f stx FootPhase cpx #10 bne no_eyes_up - ; foot animation phase 10 - eyes up :) + ; foot animation phase 10 - eyes up :) 50/50 + bit RANDOM + bmi no_eyes_up mvx #5 EyesPhase jsr MenuEyesSet no_eyes_up diff --git a/lumber.xex b/lumber.xex index 6068a8a..97c1150 100644 Binary files a/lumber.xex and b/lumber.xex differ