summaryrefslogtreecommitdiff
path: root/src/util.c
diff options
context:
space:
mode:
authorCameron Hall <cameronghall@cox.net>2019-08-12 18:47:16 -0500
committerCameron Hall <cameronghall@cox.net>2019-08-12 18:47:16 -0500
commit0648ededb9161e9f5fc4e0a38ae91c7bf14e6c0b (patch)
treec1ca88b5138d19eb5106f171c8ae77d4516e8b22 /src/util.c
parent93f755636be0dcf395ad86bcedc30cefb1fb369e (diff)
more labeling
Diffstat (limited to 'src/util.c')
-rwxr-xr-xsrc/util.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util.c b/src/util.c
index 723e925..eb2a1ab 100755
--- a/src/util.c
+++ b/src/util.c
@@ -25,7 +25,7 @@ void sub_24C(void)
for (i = 0; i < 32; i++)
{
REG_BLDY = 15 - i / 2;
- sub_D74();
+ MainLoopIter();
}
REG_BLDCNT = 0;
@@ -44,7 +44,7 @@ void sub_2B4(void)
for (i = 0; i < 16; i++)
{
REG_BLDY = i + 1;
- sub_D74();
+ MainLoopIter();
}
gMain.unk16 |= DISPCNT_FORCED_BLANK;