diff options
author | Phlosioneer <mattmdrr2@gmail.com> | 2019-02-22 01:40:11 -0500 |
---|---|---|
committer | Phlosioneer <mattmdrr2@gmail.com> | 2019-02-22 01:40:11 -0500 |
commit | 44e92ce2596981c8d42b70922e5ae84d6b321ab1 (patch) | |
tree | cdbe34972f5cbce52f0446243c0262c0b7bf11a0 /src/menu_helpers.c | |
parent | 199863f21f41b3a51d9a6302ca7c3c2864ee1c17 (diff) |
Give window drawing functions better names
Diffstat (limited to 'src/menu_helpers.c')
-rw-r--r-- | src/menu_helpers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/menu_helpers.c b/src/menu_helpers.c index e6547b300..49da6bda3 100644 --- a/src/menu_helpers.c +++ b/src/menu_helpers.c @@ -129,7 +129,7 @@ void SetVBlankHBlankCallbacksToNull(void) void DisplayMessageAndContinueTask(u8 taskId, u8 windowId, u16 arg2, u8 arg3, u8 fontId, u8 textSpeed, const u8 *string, void *taskFunc) { gUnknown_0203A140 = windowId; - sub_8197B1C(windowId, TRUE, arg2, arg3); + DrawDialogFrameWithCustomTileAndPalette(windowId, TRUE, arg2, arg3); if (string != gStringVar4) StringExpandPlaceholders(gStringVar4, string); |