summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-09-27 12:31:07 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-09-27 12:31:07 -0400
commit59272ffd6ef3bfa1fd2a3e131cdee82adcc08c92 (patch)
tree3a6dca0dbd8e827c323ccdead5a3f65d6ceda09b
parent5f5812869f9b02979222f70c3d1395f047b409b3 (diff)
Fix whitespace alignment of comments
-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 835b9bae..970acd2f 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