summaryrefslogtreecommitdiff
path: root/home/update_sprites.asm
blob: 5530c2a493b434c70dbf43df91c5601083725109 (plain)
1
2
3
4
5
6
UpdateSprites::
	ld a, [wUpdateSpritesEnabled]
	dec a
	ret nz
	homecall _UpdateSprites
	ret