You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
* extracted and added a bunch of assembly
This commit is contained in:
@@ -2,7 +2,7 @@ ClearBox: ; fb6
|
||||
; Fill a c*b box at hl with blank tiles.
|
||||
|
||||
ld a, " "
|
||||
.y
|
||||
Functionfb8:
|
||||
push bc
|
||||
push hl
|
||||
.x
|
||||
@@ -14,7 +14,7 @@ ClearBox: ; fb6
|
||||
add hl, bc
|
||||
pop bc
|
||||
dec b
|
||||
jr nz, .y
|
||||
jr nz, Functionfb8
|
||||
ret
|
||||
; fc8
|
||||
|
||||
|
@@ -192,7 +192,7 @@ Function658: ; 658
|
||||
ld [StringBuffer2], a
|
||||
ld a, $0
|
||||
ld [$d089], a
|
||||
jr .asm_677
|
||||
jr Function677
|
||||
|
||||
call UpdateTime
|
||||
ld a, [hHours]
|
||||
@@ -201,9 +201,9 @@ Function658: ; 658
|
||||
ld [$d088], a
|
||||
ld a, [hSeconds]
|
||||
ld [$d089], a
|
||||
jr .asm_677
|
||||
jr Function677
|
||||
|
||||
.asm_677
|
||||
Function677
|
||||
ld a, $5
|
||||
ld hl, $40ed
|
||||
rst FarCall
|
||||
|
Reference in New Issue
Block a user