You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Use time constants more often (#867)
This commit is contained in:
@@ -1271,9 +1271,9 @@ PokegearPhoneContactSubmenu:
|
||||
|
||||
GetAMPMHours: ; unreferenced
|
||||
ldh a, [hHours]
|
||||
cp 12
|
||||
cp NOON_HOUR
|
||||
jr c, .am
|
||||
sub 12
|
||||
sub NOON_HOUR
|
||||
ld [wTempByteValue], a
|
||||
scf
|
||||
ret
|
||||
|
Reference in New Issue
Block a user