No Description

battle_locations.h 157B

123456789
  1. #ifndef BATTLE_LOC_H_
  2. #define BATTLE_LOC_H_
  3. u8 battle_active_bank;
  4. u16 battle_damage_store;
  5. u32 battle_hitmarker;
  6. void* battlescript_cursor;
  7. #endif