mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-04 00:23:15 +01:00
7 lines
151 B
C
7 lines
151 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
|