mirror of
https://github.com/pret/pokegold.git
synced 2026-05-24 04:58:04 -05:00
17 lines
173 B
NASM
17 lines
173 B
NASM
DelayFrame:: ; 32e
|
|
ld a, $1
|
|
ld [$ceea], a
|
|
.asm_333
|
|
halt
|
|
ld a, [$ceea]
|
|
and a
|
|
jr nz, .asm_333
|
|
ret
|
|
|
|
DelayFrames:: ; 33c
|
|
.loop
|
|
call DelayFrame
|
|
dec c
|
|
jr nz, .loop
|
|
ret
|