shithub: pokecrystal

Download patch

ref: 4246553f9d956b531f81c5cca453feaad07e5f52
parent: 9c80f4ebd37f25e5ffb0167e7a968732dc12c243
author: Rangi <remy.oukaour+rangi42@gmail.com>
date: Sun Sep 27 08:31:07 EDT 2020

Fix whitespace alignment of comments

--- a/constants/hardware_constants.asm
+++ b/constants/hardware_constants.asm
@@ -32,9 +32,9 @@
 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