diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-01-16 14:00:52 -0500 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-01-16 14:00:52 -0500 |
commit | 7860ce8dbe3d4abca3a8d3fb336705e3d09b32e0 (patch) | |
tree | d7523d81e21a48bad1891dacb42c05d162849b06 /src/field/decoration.c | |
parent | 0432df3afaa917f7df50820206bc7b42316ea505 (diff) |
split data2a and make shop.c stuff static
Diffstat (limited to 'src/field/decoration.c')
-rw-r--r-- | src/field/decoration.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/field/decoration.c b/src/field/decoration.c index 889e8e8a2..e1604cfa1 100644 --- a/src/field/decoration.c +++ b/src/field/decoration.c @@ -19,6 +19,7 @@ #include "event_data.h" #include "field_weather.h" #include "decoration.h" +#include "shop.h" #include "ewram.h" EWRAM_DATA u8 *gUnknown_020388D0 = NULL; |