Advertisement
LuigiBlood

NSPC Custom Song Data for BS-X

Feb 13th, 2013
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. SongData:
  2. dw 115, $2900
  3. //Size, Offset
  4.  
  5. base $2900
  6.  
  7. dw Song1,Song1,Song1,$0000,$0000,$0000,$0000,$0000
  8. dw $0000,$0000,$0000,$0000,$0000,$0000,$0000,$0000
  9. dw $0000,$0000,$0000,$0000,$0000,$0000,$0000,$0000
  10. dw $0000,$0000,$0000,$0000,$0000,$0000,$0000,$0000
  11.  
  12. Song1:
  13. .BlockList:
  14. {NSPC::Block .Block0}
  15. {NSPC::BlockGoto .BlockList}
  16. {NSPC::BlockEnd}
  17.  
  18. .Block0:
  19. dw .Track0,$0000,$0000,$0000,$0000,$0000,$0000,$0000
  20.  
  21. .Track0:
  22. {NSPC::Seq_MasterVol 200}
  23. {NSPC::Seq_Tempo 37}
  24. {NSPC::Seq_EchoOff}
  25. {NSPC::Seq_Pan $0A, {NSPC::Phase_None}}
  26. {NSPC::Seq_Tuning 0}
  27. {NSPC::Seq_Vol 200}
  28. {NSPC::Seq_SetIns 1}
  29. //Song
  30. {NSPC::Seq_NoteParamLong $18,7,15}
  31. {NSPC::Seq_Note {NSPC::Note_G}, 4}
  32. {NSPC::Seq_Note {NSPC::Note_D}, 4}
  33. {NSPC::Seq_Note {NSPC::Note_G}, 4}
  34. {NSPC::Seq_NoteParam 12}
  35. {NSPC::Seq_Note {NSPC::Note_D}, 4}
  36. {NSPC::Seq_NoteParam $18}
  37. {NSPC::Seq_Note {NSPC::Note_Cs}, 4}
  38. {NSPC::Seq_Note {NSPC::Note_Cs}, 4}
  39. {NSPC::Seq_Note {NSPC::Note_C}, 4}
  40. {NSPC::Seq_Note {NSPC::Note_As}, 3}
  41. {NSPC::Seq_Note {NSPC::Note_G}, 3}
  42. //db $18, $7F, $AB, $A6, $AB, $0C, $A6, $18, $A5, $A5, $A4, $A2, $9F
  43. {NSPC::Seq_End}
  44.  
  45. dw $0000, $0470
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement