Skip to content

Instantly share code, notes, and snippets.

View mateoconlechuga's full-sized avatar
🐧
making cool stuff

Matt Waltz mateoconlechuga

🐧
making cool stuff
View GitHub Profile
@mateoconlechuga
mateoconlechuga / shiftdown.asm
Created September 1, 2016 00:25 — forked from jacobly0/shift.asm
ShiftDown
;-------------------------------------------------------------------------------
_ShiftDown:
; Shifts whatever is in the clip down by some pixels
; Arguments:
; arg0 : Amount to shift by
; Returns:
; None
ld hl,3
add hl,sp
ld c,(hl)