diff options
author | IIMarckus <iimarckus@gmail.com> | 2015-06-23 12:28:48 -0600 |
---|---|---|
committer | IIMarckus <iimarckus@gmail.com> | 2015-06-23 12:28:48 -0600 |
commit | 0ba261a3fdc221cc6df82e479598830e54444034 (patch) | |
tree | 94c8cf78ce5e18a9d2577828a8c4955caeafbdb1 /macros | |
parent | 4d532beee6310c8cfd1d8f7d26d623d176fb0027 (diff) |
Introduce checkmorn/checkday/checknite to replace checktime.
Diffstat (limited to 'macros')
-rw-r--r-- | macros/event.asm | 4 |
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 |