diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-10-05 20:10:01 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-10-05 20:10:01 -0400 |
commit | 42d0a2567a574e652aa1b56cd3ddf7f50a7193af (patch) | |
tree | 628d8f0976b9df75c12bfec8ba507ff9980ac158 /engine/rtc/timeset.asm | |
parent | 6b7ade66da6bae234ccc3c41a8f85247a2d4ce03 (diff) |
Identify some more unnamed labels
Diffstat (limited to 'engine/rtc/timeset.asm')
-rw-r--r-- | engine/rtc/timeset.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/rtc/timeset.asm b/engine/rtc/timeset.asm index c511827b0..9dad2355a 100644 --- a/engine/rtc/timeset.asm +++ b/engine/rtc/timeset.asm @@ -196,7 +196,7 @@ DisplayHourOClock: pop hl ret -Function907f1: ; unreferenced +DisplayHoursMinutesWithMinString: ; unreferenced ld h, d ld l, e push hl |