summaryrefslogtreecommitdiff
path: root/src/cable_car_util.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2019-07-23 15:48:11 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2019-07-23 15:48:11 -0400
commit0352a72d2ef5f820d6e8c4ad1806f5a8128b6d2f (patch)
tree1cda7283e7e7ac4678a14843a30d2519a37d3b34 /src/cable_car_util.c
parente3993e2b34282933f149b85a4cfe7f45e051b504 (diff)
parente4acfdf20b7d56b83cee6f4e49b257a2ecb92a95 (diff)
Merge branch 'master' of github.com:pret/pokefirered
Diffstat (limited to 'src/cable_car_util.c')
-rw-r--r--src/cable_car_util.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cable_car_util.c b/src/cable_car_util.c
index 7bad79079..c57038e1c 100644
--- a/src/cable_car_util.c
+++ b/src/cable_car_util.c
@@ -1,6 +1,6 @@
#include "global.h"
-void CableCarUtil_FillWrapped(void *dest, u16 value, u8 left, u8 top, u8 width, u8 height)
+static void CableCarUtil_FillWrapped(void *dest, u16 value, u8 left, u8 top, u8 width, u8 height)
{
u8 i;
u8 j;
@@ -18,7 +18,7 @@ void CableCarUtil_FillWrapped(void *dest, u16 value, u8 left, u8 top, u8 width,
}
}
-void CableCarUtil_CopyWrapped(void *dest, const u16 *src, u8 left, u8 top, u8 width, u8 height)
+static void CableCarUtil_CopyWrapped(void *dest, const u16 *src, u8 left, u8 top, u8 width, u8 height)
{
u8 i;
u8 j;