暂无描述

test_scripts.s 210B

1234567891011121314151617
  1. #include <script/language.h>
  2. .align 2
  3. .thumb
  4. .global the_old_test_script
  5. the_old_test_script:
  6. lock
  7. faceplayer
  8. setvar 0x8000 0x7C00
  9. setvar 0x5006 8
  10. special 0x68
  11. waitstate
  12. msgbox str_test_text 0x6
  13. release
  14. end