summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2019-06-14 09:05:18 -0400
committerGitHub <noreply@github.com>2019-06-14 09:05:18 -0400
commit117c3fb8cc0f476cc3408afdb316f3ece41a1fe4 (patch)
treeb1504928152a96158c27959a370a058b6962ceed /include/global.h
parentb26196e1f874fe5ebe9fe306e7ce18c06fa23715 (diff)
parentbba7f06cd939e3e4df0f445708c8c86bd0f36906 (diff)
Merge pull request #67 from pret/help_system
Help system
Diffstat (limited to 'include/global.h')
-rw-r--r--include/global.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/global.h b/include/global.h
index b10f4af49..d08a1e0df 100644
--- a/include/global.h
+++ b/include/global.h
@@ -72,6 +72,7 @@
#define TEST_BUTTON(field, button) ({(field) & (button);})
#define JOY_NEW(button) TEST_BUTTON(gMain.newKeys, button)
#define JOY_HELD(button) TEST_BUTTON(gMain.heldKeys, button)
+#define JOY_REPT(button) TEST_BUTTON(gMain.newAndRepeatedKeys, button)
extern u8 gStringVar1[];
extern u8 gStringVar2[];