Guest User

Untitled

a guest
Feb 19th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. bossTimer = bossShell+1 ;1 byte, multipurpose boss timer
  2. initseed = bossTimer+1 ;2 bytes, initial seed for... well... seeding
  3. lfsrseed1 = initseed+2 ;1 byte, seed for the 1 byte LFSR routine
  4. lfsrseed8 = lfsrseed1+1 ;8 bytes, seed for the 8 byte LFSR routine
  5.  
  6. endofdefs1 = lfsrseed8+8
Add Comment
Please, Sign In to add comment