diff options
author | entrpntr <entrpntr@gmail.com> | 2020-04-22 23:15:53 -0400 |
---|---|---|
committer | entrpntr <entrpntr@gmail.com> | 2020-04-22 23:18:36 -0400 |
commit | 1d456d5f66627e8023c074419180639cc027e7bc (patch) | |
tree | 96b4ef0b214f716d7c5478804d9f9bb596373564 /home/time.asm | |
parent | b87cc706430f281d6af24daa942890574449a803 (diff) |
Finish home cleanup, identify tileset data, other misc cleanups.
Diffstat (limited to 'home/time.asm')
-rw-r--r-- | home/time.asm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/home/time.asm b/home/time.asm index db586abc..73bd0576 100644 --- a/home/time.asm +++ b/home/time.asm @@ -36,7 +36,6 @@ GetClock:: maskbits 60 ldh [hRTCSeconds], a - ld [hl], RTC_M ld a, [de] maskbits 60 |