diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-02-02 21:20:13 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-02-02 21:20:13 -0500 |
commit | aa8db1632c8826ead8c8d246c8be265839374f7b (patch) | |
tree | f034e985ed3fa04ce0d950dde32d6e9699fd8329 /macros/scripts | |
parent | 2a53d758079e461e5cd45c2d9a81f9b70b603815 (diff) |
Remove checkmorn/checkday/checknite macros
Diffstat (limited to 'macros/scripts')
-rw-r--r-- | macros/scripts/events.asm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/macros/scripts/events.asm b/macros/scripts/events.asm index 7cf0ac032..c9ab40676 100644 --- a/macros/scripts/events.asm +++ b/macros/scripts/events.asm @@ -283,10 +283,6 @@ checktime: MACRO db \1 ; time ENDM -checkmorn EQUS "checktime MORN" -checkday EQUS "checktime DAY" -checknite EQUS "checktime NITE" - enum checkpoke_command ; $2c checkpoke: MACRO db checkpoke_command |