diff options
author | Cameron Hall <cameronghall@cox.net> | 2019-08-12 18:47:16 -0500 |
---|---|---|
committer | Cameron Hall <cameronghall@cox.net> | 2019-08-12 18:47:16 -0500 |
commit | 0648ededb9161e9f5fc4e0a38ae91c7bf14e6c0b (patch) | |
tree | c1ca88b5138d19eb5106f171c8ae77d4516e8b22 /src/util.c | |
parent | 93f755636be0dcf395ad86bcedc30cefb1fb369e (diff) |
more labeling
Diffstat (limited to 'src/util.c')
-rwxr-xr-x | src/util.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |