diff options
| author | Marcus Huderle <huderlem@gmail.com> | 2020-08-15 11:03:41 -0500 |
|---|---|---|
| committer | Marcus Huderle <huderlem@gmail.com> | 2020-08-15 11:03:41 -0500 |
| commit | bb76c4d0debf8cf0e001024f6ce7c092834acbf6 (patch) | |
| tree | c82d523463d60df4e5c3c7a8fd5b407369b4fe4d /src/mainLoop.c | |
| parent | 76aa792c35dcdcde1c5ede7ff6125fe15a04421b (diff) | |
Document intro sequence code
Diffstat (limited to 'src/mainLoop.c')
| -rw-r--r-- | src/mainLoop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainLoop.c b/src/mainLoop.c index 726fa5fd..a09d1c97 100644 --- a/src/mainLoop.c +++ b/src/mainLoop.c @@ -39,7 +39,7 @@ void MainLoop(void) { sub_08056418(); sub_080ADD30(); gRand = 0x1234567; - _DmaZero(&gUnk_03001000, 16); + _DmaZero(&gUnk_03001000, sizeof(gUnk_03001000)); InitScreen(SCREEN_INTRO); while (1) { ReadKeyInput(); |
