Err, that is a ld hl,(spritex) mhlandry wrote: > > First, off. Why dont you use inc (hl) instead of ld a,(hl) inc a > ld (hl),a. > Next, are you saving the value of spritex? After the inc you should do a > ld hl,spritex or something. >