diff options
| author | Diegoisawesome <diego@domoreaweso.me> | 2018-07-24 21:18:36 -0700 |
|---|---|---|
| committer | Diegoisawesome <diego@domoreaweso.me> | 2018-07-24 21:18:36 -0700 |
| commit | e92e2cb0aa31adf9872b147a1b6deb9d9844b7e8 (patch) | |
| tree | b3e357be8cec0c64a84773a7b63f54f97825cbaf /data/maps.s | |
| parent | 156fb472e10c10751268d2339b2526c8bd07e34f (diff) | |
| parent | 5883f867f00b8cc3f3630a8ab4aa2e9d21406949 (diff) | |
Merge branch 'master' of github.com:pret/pokeemerald
Diffstat (limited to 'data/maps.s')
| -rw-r--r-- | data/maps.s | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/maps.s b/data/maps.s index 91c108c7a..56d957139 100644 --- a/data/maps.s +++ b/data/maps.s @@ -1,5 +1,9 @@ +#include "constants/map_types.h" #include "constants/maps.h" +#include "constants/weather.h" +#include "constants/region_map_sections.h" #include "constants/songs.h" +#include "constants/weather.h" .include "asm/macros.inc" .include "constants/constants.inc" |
