summaryrefslogtreecommitdiff
path: root/src/pokemon_1.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pokemon_1.c')
-rw-r--r--src/pokemon_1.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/pokemon_1.c b/src/pokemon_1.c
index 0622ec614..4f5094024 100644
--- a/src/pokemon_1.c
+++ b/src/pokemon_1.c
@@ -13,12 +13,7 @@
#include "trainer.h"
#include "text.h"
#include "ewram.h"
-
-//Extracts the upper 16 bits of a 32-bit number
-#define HIHALF(n) (((n) & 0xFFFF0000) >> 16)
-
-//Extracts the lower 16 bits of a 32-bit number
-#define LOHALF(n) ((n) & 0xFFFF)
+#include "util.h"
extern u16 gMoveToLearn;