commit
81eb66a418
@ -17,12 +17,14 @@ s announcer Mode 18 # "Storm Incoming!"
|
|||||||
s siren Mode 10 # nice siren sound
|
s siren Mode 10 # nice siren sound
|
||||||
|
|
||||||
start:
|
start:
|
||||||
|
yield
|
||||||
l storm_mode weather Mode # check weather
|
l storm_mode weather Mode # check weather
|
||||||
s announcer On 0 # reset announcer
|
s announcer On 0 # reset announcer
|
||||||
beq storm_mode 1 countdown # countdown if incoming
|
beq storm_mode 1 countdown # countdown if incoming
|
||||||
j start # else return to start
|
j start # else return to start
|
||||||
|
|
||||||
countdown:
|
countdown:
|
||||||
|
yield
|
||||||
l storm_mode weather Mode # check weather
|
l storm_mode weather Mode # check weather
|
||||||
s announcer On 1 # announce storm
|
s announcer On 1 # announce storm
|
||||||
# get countdown value
|
# get countdown value
|
||||||
|
Loading…
Reference in New Issue
Block a user