From 4246553f9d956b531f81c5cca453feaad07e5f52 Mon Sep 17 00:00:00 2001 From: Rangi Date: Sun, 27 Sep 2020 12:31:07 -0400 Subject: [PATCH] Fix whitespace alignment of comments --- constants/hardware_constants.asm | 6 +++--- 1 file 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