Replace POKEMON_SLOTS_NUMBER

This commit is contained in:
GriffinR
2020-10-01 17:20:38 -04:00
committed by huderlem
parent 22c6c03429
commit 5259898325
82 changed files with 2 additions and 86 deletions
-1
View File
@@ -4,7 +4,6 @@
#include "decompress.h"
#include "pokemon.h"
#include "text.h"
#include "constants/species.h"
EWRAM_DATA ALIGNED(4) u8 gDecompressionBuffer[0x4000] = {0};