Remove monsterfilearchieve extern from pokemon.h

This commit is contained in:
DizzyEggg 2025-03-05 12:41:32 +01:00 committed by GitHub
parent 2e7ba57cc4
commit 9fa9285e37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,6 @@
#include "cpu.h"
extern struct FileArchive gSystemFileArchive;
extern struct FileArchive gMonsterFileArchive;
static EWRAM_DATA MonsterDataEntry *gMonsterParameters = {0};
static EWRAM_DATA OpenedFile *gMonsterParametersFile = {0};