diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-03-19 11:00:32 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-19 11:00:32 -0400 |
commit | 33b65b547000387fcdce9fe497da9b217544ece6 (patch) | |
tree | 0c1754c67d188776ee1942fcca503ad8e1e19f05 /include/constants/quest_log.h | |
parent | 715c2ff3ad3a7842a97a2b221f4c02135a813139 (diff) | |
parent | a8403c07790b1031c96ff35a1701e1684919ed95 (diff) |
Merge pull request #307 from PikalaxALT/field_control_avatar
Field control avatar
Diffstat (limited to 'include/constants/quest_log.h')
-rw-r--r-- | include/constants/quest_log.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/constants/quest_log.h b/include/constants/quest_log.h index c1eaf3f07..b5494e7b9 100644 --- a/include/constants/quest_log.h +++ b/include/constants/quest_log.h @@ -118,6 +118,18 @@ #define QL_DEPARTED_MISC_BUILDING_1 8 #define QL_DEPARTED_MISC_BUILDING_2 9 +#define QL_INPUT_OFF 0 +#define QL_INPUT_UP 1 +#define QL_INPUT_DOWN 2 +#define QL_INPUT_LEFT 3 +#define QL_INPUT_RIGHT 4 +#define QL_INPUT_L 5 +#define QL_INPUT_R 6 +#define QL_INPUT_START 7 +#define QL_INPUT_SELECT 8 +#define QL_INPUT_A 9 +#define QL_INPUT_B 10 + #define FANCLUB_MEMBER1 0 #define FANCLUB_MEMBER2 1 |