mirror of
https://github.com/pret/pokefirered.git
synced 2026-04-09 10:36:50 -05:00
8 lines
192 B
C
8 lines
192 B
C
#ifndef GUARD_CONSTANTS_EVENT_OBJECTS_H
|
|
#define GUARD_CONSTANTS_EVENT_OBJECTS_H
|
|
|
|
#define OBJ_EVENT_ID_PLAYER 0xFF
|
|
#define OBJ_EVENT_ID_CAMERA 0x7F
|
|
|
|
#endif // GUARD_CONSTANTS_EVENT_OBJECTS_H
|