diff options
author | PokeCodec <67983839+PokeCodec@users.noreply.github.com> | 2020-09-02 16:35:21 -0400 |
---|---|---|
committer | PokeCodec <67983839+PokeCodec@users.noreply.github.com> | 2020-09-04 19:49:53 -0400 |
commit | 1cdd0ac199b921dc31a42c56455262b49b5076f1 (patch) | |
tree | 3081fa5cb15d7c850eff3fcf5b9e032fa7acb81e /include | |
parent | 52d0b59f5a3e4f70ac9cce2e95ccdac3b81a0672 (diff) |
Make argument int
Diffstat (limited to 'include')
-rw-r--r-- | include/pokenav.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pokenav.h b/include/pokenav.h index d40cfea11..ed4e5a906 100644 --- a/include/pokenav.h +++ b/include/pokenav.h @@ -313,7 +313,7 @@ bool32 WaitForHelpBar(void); void sub_81C78A0(void); bool32 MainMenuLoopedTaskIsBusy(void); void sub_81C7FDC(void); -void sub_81C79BC(const u16 *a0, const u16 *a1, s32 a2, s32 a3, s32 a4, u16 *palette); +void sub_81C79BC(const u16 *a0, const u16 *a1, int a2, int a3, int a4, u16 *palette); void sub_81C7B40(void); struct Sprite *PauseSpinningPokenavSprite(void); void ResumeSpinningPokenavSprite(void); |