summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2019-01-25 23:32:45 +0100
committerDizzyEggg <jajkodizzy@wp.pl>2019-01-25 23:32:45 +0100
commit08a3533682706283fa7e563f26bd06984010628e (patch)
treeacf19c586c6dbc6bca4acdaf6d29bed1fbb907fb /include
parent29b9483f39ad247dd29ea8a2c2c68af1bb64fb43 (diff)
Start frontier pass
Diffstat (limited to 'include')
-rw-r--r--include/bg.h2
-rw-r--r--include/graphics.h5
2 files changed, 6 insertions, 1 deletions
diff --git a/include/bg.h b/include/bg.h
index 1366923f1..ad5acd0ae 100644
--- a/include/bg.h
+++ b/include/bg.h
@@ -61,7 +61,7 @@ s32 GetBgX(u8 bg);
s32 ChangeBgY(u8 bg, s32 value, u8 op);
s32 ChangeBgY_ScreenOff(u8 bg, u32 value, u8 op);
s32 GetBgY(u8 bg);
-void SetBgAffine(u8 bg, u32 srcCenterX, u32 srcCenterY, s16 dispCenterX, s16 dispCenterY, s16 scaleX, s16 scaleY, u16 rotationAngle);
+void SetBgAffine(u8 bg, s32 srcCenterX, s32 srcCenterY, s16 dispCenterX, s16 dispCenterY, s16 scaleX, s16 scaleY, u16 rotationAngle);
u8 Unused_AdjustBgMosaic(u8 a1, u8 a2);
void SetBgTilemapBuffer(u8 bg, void *tilemap);
void UnsetBgTilemapBuffer(u8 bg);
diff --git a/include/graphics.h b/include/graphics.h
index 77390db90..d6a32cab2 100644
--- a/include/graphics.h
+++ b/include/graphics.h
@@ -4860,4 +4860,9 @@ extern const u32 gUnknown_08DD228C[];
extern const u32 gUnknown_08DD2E5C[];
extern const u32 gUnknown_08DD1F78[];
+// Frontier Pass
+extern const u32 gUnknown_08DE08C8[];
+extern const u32 gUnknown_08DE2084[];
+extern const u16 gUnknown_08DE07C8[][16];
+
#endif //GUARD_GRAPHICS_H