From 6aa475c6310c609743a9a2005e7942050c396865 Mon Sep 17 00:00:00 2001 From: Seth Barberee Date: Wed, 7 Jul 2021 11:39:34 -0500 Subject: Sese's vacation work --- src/music_pre.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/music_pre.c') diff --git a/src/music_pre.c b/src/music_pre.c index 80968a6..034fe93 100644 --- a/src/music_pre.c +++ b/src/music_pre.c @@ -96,10 +96,8 @@ void VBlankIntr(void) if (gIntrCallbacks[1] != NULL) { gIntrCallbacks[1](); } - index = 0; - while (index < gUnknown_203B0AA) { + for(index = 0; index < gUnknown_203B0AA; index++) { gUnknown_202D648[index] = gUnknown_202D608[index]; - index++; } gUnknown_203B0AC = gUnknown_203B0AA; gUnknown_203B0AE = -1; -- cgit v1.2.3