Nessuna descrizione

debug.s 211B

1234567891011121314151617
  1. #include <script/language.h>
  2. .text
  3. .thumb
  4. .align 2
  5. .global debug_script
  6. debug_script:
  7. lock
  8. faceplayer
  9. giveitem 1 1 0
  10. msgbox debug 6
  11. release
  12. end
  13. debug:
  14. .string LAN_DE "debug script"