Advertisement
Guest User

Untitled

a guest
Jan 1st, 2021
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. /***************************************************************
  2.  
  3. Old TC0480SCP bg layer priority table (kept for reference)
  4.  
  5. mb = seen during metal black game
  6. ss = seen during slap shot game
  7. { 0, 1, 2, 3, }, // 0x00 00000 mb ss [text screens, but Deadconx confirms layer order]
  8. { 0, 1, 2, 3, }, // 0x01 00001
  9. { 0, 1, 2, 3, }, // 0x02 00010
  10. { 0, 1, 2, 3, }, // 0x03 00011 mb [all boss dies]
  11. { 0, 1, 2, 3, }, // 0x04 00100
  12. { 0, 1, 2, 3, }, // 0x05 00101
  13. { 0, 1, 2, 3, }, // 0x06 00110
  14. { 0, 1, 2, 3, }, // 0x07 00111
  15. { 0, 1, 2, 3, }, // 0x08 01000
  16. { 0, 1, 2, 3, }, // 0x09 01001
  17. { 0, 1, 2, 3, }, // 0x0a 01010
  18. { 0, 1, 2, 3, }, // 0x0b 01011
  19. { 3, 0, 1, 2, }, // 0x0c 01100 mb [round3 boss; bg0 undefined (was 0312)]
  20. { 3, 0, 1, 2, }, // 0x0d 01101
  21. { 3, 0, 1, 2, }, // 0x0e 01110
  22. { 3, 0, 1, 2, }, // 0x0f 01111 mb [second part of round5]
  23. { 3, 2, 1, 0, }, // 0x10 10000 mb ss [round 6 start (was 3012; 0/1 or 1/0?)]
  24. { 3, 2, 1, 0, }, // 0x11 10001 ss (1/0 or 0/1?)
  25. { 3, 2, 1, 0, }, // 0x12 10010 mb [round1 start]
  26. { 3, 2, 1, 0, }, // 0x13 10011 mb [final boss, round2/4 start & demo bonus] (2/1 then 0, bg3 undefined)
  27. { 0, 1, 2, 3, }, // 0x14 10100 mb [copyright screen, bg0 undefined]
  28. { 0, 1, 2, 3, }, // 0x15 10101
  29. { 0, 1, 2, 3, }, // 0x16 10110
  30. { 0, 1, 2, 3, }, // 0x17 10111 mb [round4 boss; bg0/1 undefined]
  31. { 0, 1, 2, 3, }, // 0x18 11000
  32. { 0, 1, 2, 3, }, // 0x19 11001
  33. { 0, 1, 2, 3, }, // 0x1a 11010
  34. { 0, 1, 2, 3, }, // 0x1b 11011
  35. { 0, 3, 2, 1, }, // 0x1c 11100 mb [late round 3; bg1/2/3 posns interchangeable (was 0123)]
  36. { 0, 3, 2, 1, }, // 0x1d 11101
  37. { 0, 3, 2, 1, }, // 0x1e 11110 mb [first part of round5]
  38. { 0, 3, 2, 1, }, // 0x1f 11111 mb [first part of round3]
  39. };
  40.  
  41. **************************************************************/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement