Bez popisu

metal_burst.c 178B

12345678
  1. #include <battle_locations.h>
  2. #include <types.h>
  3. u8 metal_burst_dmg_reduction()
  4. {
  5. battle_damage_store = battle_damage_store - (battle_damage_store >> 2);
  6. return false;
  7. }