summaryrefslogtreecommitdiff
path: root/include/quest_log.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2021-03-21 20:28:42 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2021-03-21 20:28:42 -0400
commitf6565a15d403cf5878c4fbcfd30f4885ea77480f (patch)
tree09f24887d94c7904d13c21dc479eef1c5d37223c /include/quest_log.h
parent30c265118c359aca67a96214d50fd14f6979c005 (diff)
Style fixes; attempt to match help_system NONMATCHING
Diffstat (limited to 'include/quest_log.h')
-rw-r--r--include/quest_log.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/include/quest_log.h b/include/quest_log.h
index 748b9c3da..295f942f2 100644
--- a/include/quest_log.h
+++ b/include/quest_log.h
@@ -6,6 +6,10 @@
#include "constants/quest_log.h"
#include "field_control_avatar.h"
+// Parameter to QuestLog_OnEscalatorWarp
+#define QL_ESCALATOR_OUT 1
+#define QL_ESCALATOR_IN 2
+
struct QuestLogEntry
{
// When command == 2, these fields have different meanings
@@ -57,9 +61,6 @@ void SetQuestLogRecordAndPlaybackPointers(void *oldSave);
void sub_811246C(struct Sprite *sprite);
void QuestLogRecordNPCStep(u8 a0, u8 a1, u8 a2, u8 a3);
bool8 sub_8111C2C(void);
-
-#define QL_ESCALATOR_OUT 1
-#define QL_ESCALATOR_IN 2
void QuestLog_OnEscalatorWarp(u8 direction);
void QuestLogRecordPlayerAvatarGfxTransitionWithDuration(u8 movementActionId, u8 duration);
void Special_UpdateTrainerFansAfterLinkBattle(void);