#ifndef BATTLE_LOC_H_ #define BATTLE_LOC_H_ u8 battle_active_bank; u16 battle_damage_store; u32 battle_hitmarker; void* battlescript_cursor; #endif