diff options
author | garak <garakmon@gmail.com> | 2019-05-30 17:05:30 -0400 |
---|---|---|
committer | garak <garakmon@gmail.com> | 2019-05-30 17:05:30 -0400 |
commit | e73ce5317dfc243474faa9187181ed323faf4ed5 (patch) | |
tree | 0cd6bbf911806e3a042a757b36351a6a61370f64 /src/wireless_communication_status_screen.c | |
parent | 337c8177212e12d4a4ad2eee4324ae3d09a21e99 (diff) |
Parametrized to Parameterized
Diffstat (limited to 'src/wireless_communication_status_screen.c')
-rw-r--r-- | src/wireless_communication_status_screen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wireless_communication_status_screen.c b/src/wireless_communication_status_screen.c index baf44cafc..fa4e27422 100644 --- a/src/wireless_communication_status_screen.c +++ b/src/wireless_communication_status_screen.c @@ -359,7 +359,7 @@ void sub_814F65C(u8 windowId, u8 fontId, const u8 * str, u8 x, u8 y, u8 palIdx) break; // default: UB } - AddTextPrinterParametrized2(windowId, fontId,x, y, fontId == 0 ? 0 : 1, 0, &textColor, -1, str); + AddTextPrinterParameterized2(windowId, fontId,x, y, fontId == 0 ? 0 : 1, 0, &textColor, -1, str); } u32 sub_814F714(struct UnkStruct_x20 * unk20, u32 * arg1) |