설명 없음

seed_flare_script.S 300B

12345678910111213141516
  1. #include <battle_script.h>
  2. #include <moves.h>
  3. .align 2
  4. .text
  5. .thumb
  6. .global bs_lower_def_moves
  7. bs_lower_def_moves:
  8. jumpifhalfword 0x0 0x2023D4A MOVE_SEED_FLARE set_seed_flare
  9. goto 0x81D6900
  10. set_acid:
  11. setbyte 0x2023E85 0x17
  12. set_seed_flare:
  13. setbyte 0x02023E85 0x32
  14. goto 0x81D6900