Skip to content

Instantly share code, notes, and snippets.

@pathawks
Last active August 29, 2015 14:06
Show Gist options
  • Save pathawks/a028451ddb918cf9315d to your computer and use it in GitHub Desktop.
Save pathawks/a028451ddb918cf9315d to your computer and use it in GitHub Desktop.
; no-ion.inc
; Renames common Ion calls to the MirageOS equivilant
_cleargbuf = _GrBufClr
graph_mem = gbuf
progstart = 9D95h
ionRandom = irandom
ionPutSprite = isprite
ionLargeSprite = ilsprite
ionGetPixel = igetpix
ionFastCopy = ifastcopy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment