diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-12-09 07:56:53 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-09 07:56:53 -0600 |
commit | 5e09850c17bd1d09ab77e4f09a6b1682c210f0ad (patch) | |
tree | d5c1023549cb38f6a039bcdc29fbf90b01160935 /src/pokemon_storage_system.c | |
parent | 0b91d2948a431a5d44166544897a550061c01a31 (diff) | |
parent | c46499b05c81f1d1a872a33ce5b2fd9a20964dc7 (diff) |
Merge pull request #435 from DizzyEggg/weather
Decompile fieldmap
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" |