mirror of
https://github.com/pret/berry-fix.git
synced 2026-04-25 07:27:25 -05:00
12 lines
236 B
C
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
|