diff options
author | PokeCodec <67983839+PokeCodec@users.noreply.github.com> | 2020-09-02 16:29:07 -0400 |
---|---|---|
committer | PokeCodec <67983839+PokeCodec@users.noreply.github.com> | 2020-09-04 19:49:53 -0400 |
commit | fe81cc449e71a5b62de97f562ab4b6ff16a2a543 (patch) | |
tree | 2fdae91e1d95ce6c565297821d2754b000a0adbe /src | |
parent | d4158e490a221e8d94747c8fffae84649bb3cae9 (diff) |
Fixed modern issue
Diffstat (limited to 'src')
-rw-r--r-- | src/pokenav_main_menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pokenav_main_menu.c b/src/pokenav_main_menu.c index 55d310a7b..094a751dd 100644 --- a/src/pokenav_main_menu.c +++ b/src/pokenav_main_menu.c @@ -471,7 +471,7 @@ void sub_81C7990(u32 a0, u16 a1) CpuFill16(a1, gPlttBufferFaded + 0x100 + (a0 * 16), 16 * sizeof(u16)); } -void sub_81C79BC(const u16 *a0, const u16 *a1, int a2, int a3, int a4, u16 *palette) +void sub_81C79BC(const u16 *a0, const u16 *a1, s32 a2, s32 a3, s32 a4, u16 *palette) { if (a4 == 0) |