berry-fix/payload/include/constants/vars.h
2022-01-15 14:30:01 -05:00

12 lines
236 B
C

#ifndef GUARD_CONSTANTS_VARS_H
#define GUARD_CONSTANTS_VARS_H
#define VARS_START 0x4000
#define SPECIAL_VARS_START 0x8000
#define VARS_COUNT 256
#define VAR_PACIFIDLOG_TM_RECEIVED_DAY 0x40C2
#endif // GUARD_CONSTANTS_VARS_H