Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2021
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. switch (FEAT_ROADVEHS, SELF, switch_w_l_c_vehs_a, getbits(value, 4, 4) ) {
  2. 0..3: spritegroup_w_l_c_vehs_aa;
  3. 4..7: spritegroup_w_l_c_vehs_ab;
  4. 8..11: spritegroup_w_l_c_vehs_ac;
  5. 12..15: spritegroup_w_l_c_vehs_ad;
  6. }
  7.  
  8. switch (FEAT_ROADVEHS, SELF, switch_w_l_c_vehs, getbits(value, 0, 4) ) {
  9. 0..3: switch_w_l_c_vehs_a;
  10. 4..7: switch_w_l_c_vehs_b;
  11. 8..11: switch_w_l_c_vehs_c;
  12. 12..15: switch_w_l_c_vehs_d;
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement