summaryrefslogtreecommitdiff
path: root/src/data/pokemon/tmhm_learnsets.h
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2018-12-03 16:10:41 +0100
committerDizzyEggg <jajkodizzy@wp.pl>2018-12-03 16:10:41 +0100
commit846b5d79e4179cf95e216feaa493e59f0ef12976 (patch)
treea92cdc9563df36b78b9e8bcaf0c7e6778d3fe8a4 /src/data/pokemon/tmhm_learnsets.h
parenta83fc52a7e393e44079abd0f616d75ad7fa230e8 (diff)
Get rid of headers in src/data
Diffstat (limited to 'src/data/pokemon/tmhm_learnsets.h')
-rw-r--r--src/data/pokemon/tmhm_learnsets.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/data/pokemon/tmhm_learnsets.h b/src/data/pokemon/tmhm_learnsets.h
index f14478863..3ad9a97c6 100644
--- a/src/data/pokemon/tmhm_learnsets.h
+++ b/src/data/pokemon/tmhm_learnsets.h
@@ -1,6 +1,3 @@
-#ifndef GUARD_TMHM_LEARNSETS_H
-#define GUARD_TMHM_LEARNSETS_H
-
#define TMHM_LEARNSET(moves) {(u32)(moves), ((u64)(moves) >> 32)}
#define TMHM(tmhm) ((u64)1 << (ITEM_##tmhm - ITEM_TM01_FOCUS_PUNCH))
@@ -9389,5 +9386,3 @@ const u32 gTMHMLearnsets[][2] =
| TMHM(HM05_FLASH)),
};
-
-#endif // GUARD_TMHM_LEARNSETS_H