mirror of
https://github.com/pret/pokediamond.git
synced 2026-04-25 15:42:51 -05:00
9 lines
163 B
C
9 lines
163 B
C
#ifndef POKEDIAMOND_CONSTANTS_VARS_H
|
|
#define POKEDIAMOND_CONSTANTS_VARS_H
|
|
|
|
#define VAR_BASE 0x4000
|
|
|
|
#define NUM_VARS 0x120
|
|
|
|
#endif // POKEDIAMOND_CONSTANTS_VARS_H
|