Nessuna descrizione

hone_claws_script.s 799B

123456789101112131415161718192021222324252627282930313233343536373839
  1. #include <battle_script.h>
  2. #include <constants/moves.h>
  3. .align 2
  4. .thumb
  5. .text
  6. .global bs_hone_claws
  7. bs_hone_claws:
  8. jumpifhalfword 0x0 0x2023D4A MOVE_HONE_CLAWS hone_claws
  9. goto 0x081D6B77
  10. hone_claws:
  11. attackcanceler
  12. attackstring
  13. ppreduce
  14. jumpifstat BANK_USER 0x3 0x1 0xC attack
  15. jumpifstat BANK_USER 0 0x6 0xC 0x81D85E7
  16. attack:
  17. attackanimation
  18. waitanimation
  19. setbyte 0x2023FDF 0x0
  20. playstatchangeanimation 0x0 0x42 0x0
  21. setbyte 0x2023FDE 0x11
  22. statbuffchange 0x41 accuracy
  23. jumpifbyte 0x0 0x2023E87 0x2 accuracy
  24. printfromtable 0x83FE57C
  25. waitmessage 0x40
  26. accuracy:
  27. setbyte 0x2023FDE 0x16
  28. statbuffchange 0x41 0x81D85E2
  29. jumpifbyte 0x0 0x2023E87 0x2 0x81D85E2
  30. printfromtable 0x83FE57C
  31. waitmessage 0x40
  32. goto 0x1D694E