mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00
7 lines
92 B
NASM
7 lines
92 B
NASM
UpdateSprites::
|
|
ld a, [wUpdateSpritesEnabled]
|
|
dec a
|
|
ret nz
|
|
homecall _UpdateSprites
|
|
ret
|