summaryrefslogtreecommitdiffstats
path: root/number/number.asm
diff options
context:
space:
mode:
authorfishsoupisgood <github@madingley.org>2019-05-27 10:13:10 +0100
committerfishsoupisgood <github@madingley.org>2019-05-27 10:13:10 +0100
commit8110dec1577d9a9002119c15467d71d8a1f51bc8 (patch)
tree80cb75576c1aad9b30af6a8ac97fcc0bb2034cca /number/number.asm
parente070d1885626a365099fac3caf0b537d04f4900e (diff)
downloadwristapps-8110dec1577d9a9002119c15467d71d8a1f51bc8.tar.gz
wristapps-8110dec1577d9a9002119c15467d71d8a1f51bc8.tar.bz2
wristapps-8110dec1577d9a9002119c15467d71d8a1f51bc8.zip
find original wristapp.i, and unmodify code back to it
Diffstat (limited to 'number/number.asm')
-rw-r--r--number/number.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/number/number.asm b/number/number.asm
index 269a8f1..8a71702 100644
--- a/number/number.asm
+++ b/number/number.asm
@@ -44,7 +44,7 @@ S6_COUNT: timex6 "COUNT "
; (4) State Table
STATETAB:
db 0
- db EVT_ENTER,TIM_2_8TIC,0 ; Initial state
+ db EVT_ENTER,TIM2_8TIC,0 ; Initial state
db EVT_TIMER2,TIM_ONCE,0 ; The timer from the enter event
db EVT_RESUME,TIM_ONCE,0 ; Resume from a nested app
db EVT_DNNEXT,TIM_ONCE,0 ; Next button