No Description

hazards.S 398B

1234567891011121314151617181920212223
  1. #include <battle_script.h>
  2. .text
  3. .align 2
  4. .thumb
  5. .global bs_stealth_rock_int
  6. bs_stealth_rock_int:
  7. orword 0x2023DD0 0x100100
  8. graphicalhpupdate 0x0
  9. datahpupdate 0x0
  10. setword 0x0203C020 str_stealth_rock
  11. printstring 0x184
  12. waitmessage 0x40
  13. faintpokemon 0x0 0x0 0x0
  14. faintpokemon 0x0 0x1 0x81D8CDF
  15. return
  16. .align 2
  17. .global bs_stealth_rock
  18. bs_stealth_rock:
  19. .word bs_stealth_rock_int