Advertisement
12Me21

3.3 part 1

May 14th, 2016
366
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. "BGMPAUSE (1)":{
  2. "description":"Pauses music play (BGMCONT should be used to resume play)",
  3. "parameters":"BGMPAUSE [Track number [,Fading time]]"
  4. "BGMPAUSE (2)":{
  5. "description":"Checks that music play is paused",
  6. "parameters":"BGMPAUSE([Track number])"
  7.  
  8. "BGMCONT":{
  9. "description":"Resumes music play that has been paused (BGMPAUSE should be used to pause play)",
  10. "parameters":"BGMCONT [Track number [,Fading time]]"
  11.  
  12. "SNDSTOP":{
  13. "description":"Stops all sound generation",
  14. "parameters":"SNDSTOP"
  15.  
  16. "MILLISEC":{
  17. "description":"Millisecond value since SmileBASIC was launched",
  18. "parameters":"MILLISEC"
  19.  
  20. "CLIPBOARD (1)":{
  21. "description":"Sets the content of the clipboard",
  22. "parameters":"CLIPBOARD Character string"
  23. "CLIPBOARD (2)":{
  24. "description":"Gets the content of the clipboard",
  25. "parameters":"CLIPBOARD()"
  26.  
  27. "GOFS (1)":{
  28. "description":"Changes (moves) the coordinates of the graphic screen",
  29. "parameters":"GOFS X,Y"
  30. "GOFS (2)":{
  31. "description":"Fetches the offset value of the graphic screen",
  32. "parameters":"GOFS OUT X,Y"
  33.  
  34.  
  35. "BIN$":{
  36. "description":"Gets a Binary string from a numerical value",
  37. "parameters":"String variable = BIN$( Numerical value [,Number of digits] )"
  38.  
  39. "DLCOPEN":{
  40. "description":"Instruction that declares usage of additional content. As additional content for which usage must be declared using DLCOPEN is not available for purchase outside of Japan, this instruction will always give an error",
  41. "parameters":"DLCOPEN \"IP name\" [,\"IP name 2\" ,... ]\nDLCOPEN \"IP Name\" [,\"IP Name 2\" ,... ]"
  42.  
  43. "EXTFEATURE":{
  44. "description":"Support for additional instructions\n\t\t0 = Default, 1 = Advanced sound instruction pack is present",
  45. "parameters":"EXTFEATURE"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement