diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-12-08 22:05:11 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-12-08 22:05:11 +0100 |
commit | 4ec14b3d431f61309e33ca58c7702678bd25ae7a (patch) | |
tree | a35f38856a06dc46f1c01f4adb2ce5b886a3ce46 /src/pokemon_storage_system.c | |
parent | 58c4cec9462cef154e75d12181ebe6d42c0f3e9e (diff) |
Finish field screen
Diffstat (limited to 'src/pokemon_storage_system.c')
-rw-r--r-- | src/pokemon_storage_system.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pokemon_storage_system.c b/src/pokemon_storage_system.c index 465b97da2..ad56b1678 100644 --- a/src/pokemon_storage_system.c +++ b/src/pokemon_storage_system.c @@ -1,7 +1,7 @@ #include "global.h" #include "bg.h" #include "event_data.h" -#include "field_screen.h" +#include "field_screen_effect.h" #include "field_weather.h" #include "gpu_regs.h" #include "international_string_util.h" |