diff options
author | PokeCodec <67983839+PokeCodec@users.noreply.github.com> | 2020-09-02 16:31:01 -0400 |
---|---|---|
committer | PokeCodec <67983839+PokeCodec@users.noreply.github.com> | 2020-09-04 19:49:53 -0400 |
commit | 52d0b59f5a3e4f70ac9cce2e95ccdac3b81a0672 (patch) | |
tree | 68b84a4f157379b0b64f7b86722323c1d3dda1e0 /src | |
parent | fe81cc449e71a5b62de97f562ab4b6ff16a2a543 (diff) |
Make s32
Diffstat (limited to 'src')
-rw-r--r-- | src/pokenav_main_menu.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pokenav_main_menu.c b/src/pokenav_main_menu.c index 094a751dd..c63349d22 100644 --- a/src/pokenav_main_menu.c +++ b/src/pokenav_main_menu.c @@ -484,8 +484,8 @@ void sub_81C79BC(const u16 *a0, const u16 *a1, s32 a2, s32 a3, s32 a4, u16 *pale } else { - int r, g, b; - int r1, g1, b1; + s32 r, g, b; + s32 r1, g1, b1; while (a2--) { |