pokeplatinum/include/narc_frontier_obj.h
VicSevenT 2cf3f02191
Some checks failed
build / build (push) Has been cancelled
Document the Battle Hall battle selection app (Overlay 106) (#911)
2026-01-31 10:30:29 -07:00

13 lines
481 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_HALL_APP_CURSOR_BOX_PLTT 38
#endif