diff options
| author | Garak <thomastaps194@comcast.net> | 2018-07-17 09:24:30 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-17 09:24:30 -0400 |
| commit | 5e46a0fcc57d421879c1f65b40b4692bbe65a813 (patch) | |
| tree | 398b53f56158397a04e0e8de8159e00eeba9acc3 /data/maps.s | |
| parent | e06b63efc9ea39875b17f00e5ff20c2e0fcb0415 (diff) | |
| parent | 06b3ce408f774c7192202308e783cc22bb8e7643 (diff) | |
Merge pull request #2 from pret/master
sync with source repo
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" |
