* extracted and added a bunch of assembly

This commit is contained in:
Mr Wint
2013-10-01 23:23:21 +02:00
parent 94d4c89e09
commit 255135d187
4 changed files with 41044 additions and 641 deletions

View File

@@ -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

View File

@@ -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