Remove RTC (#1) and remove time of day dependence on RTC (#7) [Commit #2]

This commit is contained in:
xCrystal
2023-07-28 00:07:07 +02:00
parent 0571144a7b
commit 05448d7a7e
18 changed files with 100 additions and 177 deletions

View File

@@ -1161,20 +1161,6 @@ PokegearPhoneContactSubmenu:
dw .Call
dw .Cancel
GetAMPMHours: ; unreferenced
ldh a, [hHours]
cp NOON_HOUR
jr c, .am
sub NOON_HOUR
ld [wTempByteValue], a
scf
ret
.am
ld [wTempByteValue], a
and a
ret
Pokegear_SwitchPage:
ld de, SFX_READ_TEXT_2
call PlaySFX