mirror of
https://github.com/pret/pokeemerald.git
synced 2026-05-06 05:17:25 -05:00
Remove POKEMON_SLOTS_NUMBER define
This commit is contained in:
parent
88b9847772
commit
bcfa79f4fb
|
|
@ -72,8 +72,6 @@
|
|||
#define Q_4_12_ROUND ((1) << (12 - 1))
|
||||
#define UQ_4_12_ROUND ((1) << (12 - 1))
|
||||
|
||||
#define POKEMON_SLOTS_NUMBER 412
|
||||
|
||||
#define min(a, b) ((a) < (b) ? (a) : (b))
|
||||
#define max(a, b) ((a) >= (b) ? (a) : (b))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user