Geekboy

Untitled

Mar 30th, 2013
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ld hl,charweapondat
  2.  ld a,(keyread)      ; preset charweapondat with keydata
  3.  bit 1,a             ; this is now how i want this to work but for testing it will work
  4.  jp z,_
  5.  set 7,(hl)
  6.  jp ++_
  7. _:
  8.  res 7,(hl)
  9. _:
Advertisement
Add Comment
Please, Sign In to add comment