pokeplatinum/include/narc_frontier_obj.h

17 lines
653 B
C

#ifndef POKEPLATINUM_NARC_FRONTIER_OBJ_H
#define POKEPLATINUM_NARC_FRONTIER_OBJ_H
// TODO This is a temporary header file for recording NARC indexes of
// frontier_obj.narc. This file should eventually be deleted and the constants
// replaced with those from a naix.h file once the NARC is unpacked.
#define BATTLE_HALL_APP_CURSOR_BOX_NCGR 12
#define BATTLE_HALL_APP_CURSOR_BOX_NANR 13
#define BATTLE_HALL_APP_CURSOR_BOX_NCER 14
#define BATTLE_CASTLE_APP_SPRITES_NCGR 15
#define BATTLE_CASTLE_APP_SPRITES_NANR 16
#define BATTLE_CASTLE_APP_SPRITES_NCER 17
#define BATTLE_HALL_APP_CURSOR_BOX_PLTT 38
#define BATTLE_CASTLE_APP_SPRITES_PLTT 39
#endif