diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-11-05 12:55:45 -0500 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-11-05 12:55:45 -0500 |
commit | 5fc9a151463ade7d260ce5f105674908d6e4449d (patch) | |
tree | 2a8170af85bb22aa45eb23e5bf3da949d66b38b8 /include/party_menu.h | |
parent | 4cf701c5871a17f0bc580019e8d294bc1c84ebf3 (diff) |
move ewram.h includes in include/ to src files.
Diffstat (limited to 'include/party_menu.h')
-rw-r--r-- | include/party_menu.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/party_menu.h b/include/party_menu.h index a60b90469..304389e78 100644 --- a/include/party_menu.h +++ b/include/party_menu.h @@ -101,8 +101,6 @@ struct UnknownPokemonStruct2 /*0x1D*/ u8 language; }; -#include "ewram.h" - void CB2_PartyMenuMain(void); void ChangeBattleTowerPartyMenuSelection(u8 taskId, s8 directionPressed); void SetPartyMenuSettings(u8 menuType, u8 battleTypeFlags, TaskFunc menuHandlerFunc, u8 textId); |