summaryrefslogtreecommitdiff
path: root/macros/event.asm
diff options
context:
space:
mode:
authorIIMarckus <iimarckus@gmail.com>2015-06-23 12:28:48 -0600
committerIIMarckus <iimarckus@gmail.com>2015-06-23 12:28:48 -0600
commit0ba261a3fdc221cc6df82e479598830e54444034 (patch)
tree94c8cf78ce5e18a9d2577828a8c4955caeafbdb1 /macros/event.asm
parent4d532beee6310c8cfd1d8f7d26d623d176fb0027 (diff)
Introduce checkmorn/checkday/checknite to replace checktime.
Diffstat (limited to 'macros/event.asm')
-rw-r--r--macros/event.asm4
1 files changed, 4 insertions, 0 deletions
diff --git a/macros/event.asm b/macros/event.asm
index da30a4ff0..893d55fe6 100644
--- a/macros/event.asm
+++ b/macros/event.asm
@@ -287,6 +287,10 @@ checktime: macro
db \1 ; time
endm
+checkmorn EQUS "checktime 1"
+checkday EQUS "checktime 2"
+checknite EQUS "checktime 4"
+
enum checkpoke_command
checkpoke: macro
db checkpoke_command