lemm: minor comment fix

This commit is contained in:
Vince Weaver 2022-03-24 16:40:15 -04:00
parent 9afe460971
commit b230b2a947
2 changed files with 4 additions and 1 deletions

View File

@ -16,3 +16,6 @@
+ when nuke, they should stop coming out of the door
+ offset the frames when nuking so not simultaneous
+ on explosion, start with invisible 6 so we always get a full 5s
+ nuke/exploding should not happen if lemming is splatting
or already exploding

View File

@ -8,7 +8,7 @@ click_speaker:
pha
lda SOUND_STATUS
bmi done_click
bit $c030
bit SPEAKER
pla
done_click:
rts