diff options
| author | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2021-05-27 16:36:47 -0400 |
|---|---|---|
| committer | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2021-05-27 16:36:47 -0400 |
| commit | c5b262159d204c63ae0452d5989cb7ecbe12476d (patch) | |
| tree | b7834a4b1aad6a7cc298b7b6d4d242a7cfe36126 /gflib/bg.h | |
| parent | 8b45c8e48ac1ddce3e986fb512937cf2e57f86ec (diff) | |
| parent | c9c558606899f898c7b14ad4a35f19ce2831d66a (diff) | |
Merge branch 'master' of https://github.com/pret/pokeemerald
Diffstat (limited to 'gflib/bg.h')
| -rw-r--r-- | gflib/bg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gflib/bg.h b/gflib/bg.h index 3c7eee292..58fd1282c 100644 --- a/gflib/bg.h +++ b/gflib/bg.h @@ -59,7 +59,7 @@ u16 GetBgAttribute(u8 bg, u8 attributeId); s32 ChangeBgX(u8 bg, s32 value, u8 op); s32 GetBgX(u8 bg); s32 ChangeBgY(u8 bg, s32 value, u8 op); -s32 ChangeBgY_ScreenOff(u8 bg, u32 value, u8 op); +s32 ChangeBgY_ScreenOff(u8 bg, s32 value, u8 op); s32 GetBgY(u8 bg); 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); |
