kep-hack/home/update_sprites.asm

7 lines
92 B
NASM

UpdateSprites::
ld a, [wUpdateSpritesEnabled]
dec a
ret nz
homecall _UpdateSprites
ret