summaryrefslogtreecommitdiff
path: root/src/mainLoop.c
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2020-08-15 11:03:41 -0500
committerMarcus Huderle <huderlem@gmail.com>2020-08-15 11:03:41 -0500
commitbb76c4d0debf8cf0e001024f6ce7c092834acbf6 (patch)
treec82d523463d60df4e5c3c7a8fd5b407369b4fe4d /src/mainLoop.c
parent76aa792c35dcdcde1c5ede7ff6125fe15a04421b (diff)
Document intro sequence code
Diffstat (limited to 'src/mainLoop.c')
-rw-r--r--src/mainLoop.c2
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();