You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Rename some routines to avoid conflicts when removing "Special_" prefixes
This commit is contained in:
@@ -187,14 +187,14 @@ FixTime:: ; 61d
|
||||
ret
|
||||
; 658
|
||||
|
||||
SetTimeOfDay:: ; 658
|
||||
InitTimeOfDay:: ; 658
|
||||
xor a
|
||||
ld [StringBuffer2], a
|
||||
ld a, $0 ; useless
|
||||
ld [StringBuffer2 + 3], a
|
||||
jr InitTime
|
||||
|
||||
SetDayOfWeek:: ; 663
|
||||
InitDayOfWeek:: ; 663
|
||||
call UpdateTime
|
||||
ld a, [hHours]
|
||||
ld [StringBuffer2 + 1], a
|
||||
|
||||
Reference in New Issue
Block a user