You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Introduce checkmorn/checkday/checknite to replace checktime.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user