diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-07-07 11:39:34 -0500 |
---|---|---|
committer | Seth Barberee <seth.barberee@gmail.com> | 2021-07-07 11:39:34 -0500 |
commit | 6aa475c6310c609743a9a2005e7942050c396865 (patch) | |
tree | 18be7369829badfef35a6c337005e875049027e5 /src/music_pre.c | |
parent | f308c79eba1ba8e6bc2134529a2e4f4f21c9c2c2 (diff) |
Sese's vacation work
Diffstat (limited to 'src/music_pre.c')
-rw-r--r-- | src/music_pre.c | 4 |
1 files changed, 1 insertions, 3 deletions
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; |