summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorSatoMew <SatoMew@users.noreply.github.com>2019-05-17 15:34:34 +0100
committerSatoMew <SatoMew@users.noreply.github.com>2019-05-17 15:34:34 +0100
commit333d2f37a811c05672f785a13af47708ccc08613 (patch)
tree0da99820f8f40f2e726a4aca46cd4eb5a47123d6 /data
parentcfc43d11115ab3258592801665caef9cfe859589 (diff)
Add weather.h
Diffstat (limited to 'data')
-rw-r--r--data/map_events.s2
-rw-r--r--data/maps.s3
2 files changed, 2 insertions, 3 deletions
diff --git a/data/map_events.s b/data/map_events.s
index aabafa21f..d5d0e2329 100644
--- a/data/map_events.s
+++ b/data/map_events.s
@@ -8,7 +8,7 @@
#include "constants/maps.h"
@#include "constants/secret_bases.h"
#include "constants/vars.h"
-@#include "constants/weather.h"
+#include "constants/weather.h"
@#include "constants/trainer_hill.h"
.include "asm/macros.inc"
.include "constants/constants.inc"
diff --git a/data/maps.s b/data/maps.s
index 9cb61ccb4..a0ff008cd 100644
--- a/data/maps.s
+++ b/data/maps.s
@@ -1,11 +1,10 @@
#include "constants/layouts.h"
@#include "constants/map_types.h"
#include "constants/maps.h"
-@#include "constants/weather.h"
#include "constants/region_map.h"
#include "constants/songs.h"
#include "constants/items.h"
-@#include "constants/weather.h"
+#include "constants/weather.h"
.include "asm/macros.inc"
.include "constants/constants.inc"