Port mevent2.c from pokefirered

This commit is contained in:
Marcus Huderle
2019-03-24 17:20:35 -05:00
committed by huderlem
parent e8edddf33c
commit e6caf0ff10
13 changed files with 771 additions and 1462 deletions

View File

@@ -42,6 +42,8 @@ struct Main
extern const u8 gGameVersion;
extern const u8 gGameLanguage;
extern const u8 RomHeaderGameCode[4];
extern const u8 RomHeaderSoftwareVersion;
extern u16 gKeyRepeatStartDelay;
extern bool8 gLinkTransferringData;