summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/frontier_pass.h7
-rw-r--r--include/graphics.h3
-rw-r--r--include/palette.h2
-rw-r--r--include/strings.h7
4 files changed, 17 insertions, 2 deletions
diff --git a/include/frontier_pass.h b/include/frontier_pass.h
new file mode 100644
index 000000000..bdfc1996f
--- /dev/null
+++ b/include/frontier_pass.h
@@ -0,0 +1,7 @@
+#ifndef GUARD_FRONTIER_PASS_H
+#define GUARD_FRONTIER_PASS_H
+
+void ShowFrontierPass(void (*callback)(void));
+void CB2_ReshowFrontierPass(void);
+
+#endif // GUARD_FRONTIER_PASS_H
diff --git a/include/graphics.h b/include/graphics.h
index d6a32cab2..ed91b06c1 100644
--- a/include/graphics.h
+++ b/include/graphics.h
@@ -4863,6 +4863,9 @@ extern const u32 gUnknown_08DD1F78[];
// Frontier Pass
extern const u32 gUnknown_08DE08C8[];
extern const u32 gUnknown_08DE2084[];
+extern const u32 gUnknown_08DE3350[];
+extern const u32 gUnknown_08DE3374[];
+extern const u32 gUnknown_08DE3060[];
extern const u16 gUnknown_08DE07C8[][16];
#endif //GUARD_GRAPHICS_H
diff --git a/include/palette.h b/include/palette.h
index f51dc4b88..e24da3e00 100644
--- a/include/palette.h
+++ b/include/palette.h
@@ -63,7 +63,7 @@ void TintPlttBuffer(u32, s8, s8, s8);
void UnfadePlttBuffer(u32);
void BeginFastPaletteFade(u8);
void BeginHardwarePaletteFade(u8, u8, u8, u8, u8);
-void BlendPalettes(u32, u8, u16);
+void BlendPalettes(u32 selectedPalettes, u8 coeff, u16 color);
void BlendPalettesUnfaded(u32, u8, u16);
void sub_80A2C44(u32 a1, s8 a2, u8 a3, u8 a4, u16 a5, u8 a6, u8 a7);
void TintPalette_GrayScale(u16 *palette, u16 count);
diff --git a/include/strings.h b/include/strings.h
index 4e9c91ff5..2c07eb68e 100644
--- a/include/strings.h
+++ b/include/strings.h
@@ -2248,4 +2248,9 @@ extern const u8 gText_Var1DarkLightGreyBP[];
extern const u8 gText_BattleTower[];
extern const u8 gText_BattlePtsWon[];
-#endif //GUARD_STRINGS_H
+// Frontier Pass
+extern const u8 gText_SymbolsEarned[];
+extern const u8 gText_BattleRecord[];
+extern const u8 gText_BattlePoints[];
+
+#endif // GUARD_STRINGS_H