Document intro sequence code

This commit is contained in:
Marcus Huderle
2020-08-15 11:03:41 -05:00
parent 76aa792c35
commit bb76c4d0de
7 changed files with 157 additions and 129 deletions
+1 -1
View File
@@ -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();