diff options
author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2020-07-13 16:16:32 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-13 16:16:32 -0400 |
commit | 5360c14c46d904c67e8fd26824819725b4fa62ff (patch) | |
tree | 4734c3387645630e3092ef858b2433159a8abdf6 /constants/misc_constants.asm | |
parent | 30c327276c937e06e3c8b7990cb9029937739f8e (diff) | |
parent | 4eeab8973c8367b3ae8885d158197392489e6174 (diff) |
Merge pull request #56 from Rangi42/master
Disassemble the final English debug ROMs
Diffstat (limited to 'constants/misc_constants.asm')
-rw-r--r-- | constants/misc_constants.asm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/constants/misc_constants.asm b/constants/misc_constants.asm index 9efd3c55..ca9bc937 100644 --- a/constants/misc_constants.asm +++ b/constants/misc_constants.asm @@ -23,6 +23,9 @@ ENDC SAVE_CHECK_VALUE_1 EQU 99 SAVE_CHECK_VALUE_2 EQU 127 +; RTC halted check value +RTC_HALT_VALUE EQU $1234 + ; time of day boundaries MORN_HOUR EQU 4 ; 4 AM DAY_HOUR EQU 10 ; 10 AM |