summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--constants/hardware_constants.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/constants/hardware_constants.asm b/constants/hardware_constants.asm
index 6205a1d7f..ed5447e28 100644
--- a/constants/hardware_constants.asm
+++ b/constants/hardware_constants.asm
@@ -32,9 +32,9 @@ RTC_M EQU $09 ; Minutes 0-59 (0-3Bh)
RTC_H EQU $0a ; Hours 0-23 (0-17h)
RTC_DL EQU $0b ; Lower 8 bits of Day Counter (0-FFh)
RTC_DH EQU $0c ; Upper 1 bit of Day Counter, Carry Bit, Halt Flag
- ; Bit 0 Most significant bit of Day Counter (Bit 8)
- ; Bit 6 Halt (0=Active, 1=Stop Timer)
- ; Bit 7 Day Counter Carry Bit (1=Counter Overflow)
+ ; Bit 0 Most significant bit of Day Counter (Bit 8)
+ ; Bit 6 Halt (0=Active, 1=Stop Timer)
+ ; Bit 7 Day Counter Carry Bit (1=Counter Overflow)
; interrupt flags
VBLANK EQU 0