diff options
Diffstat (limited to 'asm/window.s')
-rw-r--r-- | asm/window.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/window.s b/asm/window.s index ae74969eb..767b8b418 100644 --- a/asm/window.s +++ b/asm/window.s @@ -1408,7 +1408,7 @@ Window_FastFillPixels: ; 8003C48 thumb_func_end Window_FastFillPixels thumb_func_start Window_ScrollVertically -; int Window_ScrollVertically(u8 a1, u8 mode, u8 a3, int a4) +; void Window_ScrollVertically(u8 windowId, u8 direction, u8 distance, u8 fillValue) Window_ScrollVertically: ; 8003C94 push {r4-r7,lr} mov r7, r10 |