Advertisement
VladislavSavvateev

ПРОИГРАЛ

Sep 10th, 2015
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ; ---------------------------------------------------------------
  2. ; Floor function
  3. ; ---------------------------------------------------------------
  4. ; INPUT:
  5. ;   d1  .w  X-pos
  6. ;   d2  .w  Y-pos
  7. ;
  8. ; OUTPUT:
  9. ;   d0  .w  Floor position
  10. ; ---------------------------------------------------------------
  11.  
  12. FinalBoss_GetFloorPos:
  13.     move.w  #$5C0,d0        ; LOOK AT HOW FUCKING COMPLICATED I AM
  14.     rts
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement