You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
More splitting of main.asm; remove unneeded rept 2
This commit is contained in:
@@ -200,9 +200,8 @@ UnreferencedFunction907f1: ; 907f1
|
||||
push hl
|
||||
call DisplayHourOClock
|
||||
pop de
|
||||
rept 2
|
||||
inc de
|
||||
endr
|
||||
inc de
|
||||
ld a, ":"
|
||||
ld [de], a
|
||||
inc de
|
||||
@@ -521,9 +520,8 @@ Special_SetDayOfWeek: ; 90913
|
||||
ld e, a
|
||||
ld d, 0
|
||||
ld hl, .WeekdayStrings
|
||||
rept 2
|
||||
add hl, de
|
||||
endr
|
||||
add hl, de
|
||||
ld a, [hli]
|
||||
ld d, [hl]
|
||||
ld e, a
|
||||
|
||||
Reference in New Issue
Block a user