mirror of
https://github.com/pret/pokeemerald.git
synced 2026-05-09 04:13:03 -05:00
6 lines
150 B
C
6 lines
150 B
C
#ifndef GUARD_CONSTANTS_SLOT_MACHINE_H
|
|
#define GUARD_CONSTANTS_SLOT_MACHINE_H
|
|
|
|
#define SLOT_MACHINE_COUNT 12
|
|
|
|
#endif // GUARD_CONSTANTS_SLOT_MACHINE_H
|