diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2018-01-09 17:03:02 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-09 17:03:02 -0600 |
commit | 1877ba24ca489827f1093858ed58c38ff00a4576 (patch) | |
tree | 502c26ec51aa55df4eb1ff4324ab90c3b0a0610a /src/unused_81258BC.c | |
parent | 85174ad6193d3d58b92deaaedf8c510440ed85ee (diff) | |
parent | 03b167a73e2f18fa79bbf0e6ffe11e0c35c12ad8 (diff) |
Merge pull request #518 from camthesaxman/menu_refactor
re-label some window and text code
Diffstat (limited to 'src/unused_81258BC.c')
-rw-r--r-- | src/unused_81258BC.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/unused_81258BC.c b/src/unused_81258BC.c index c509ea4c9..c25884053 100644 --- a/src/unused_81258BC.c +++ b/src/unused_81258BC.c @@ -31,6 +31,6 @@ bool8 unref_sub_812AECC(u8 *script) void sub_812AF10(void) { - MenuDrawTextWindow(2, 14, 27, 19); - MenuPrint(gStringVar4, 3, 15); + Menu_DrawStdWindowFrame(2, 14, 27, 19); + Menu_PrintText(gStringVar4, 3, 15); }
\ No newline at end of file |