diff options
| author | theo3 <arisstephenson2@gmail.com> | 2021-02-19 15:03:20 -0800 |
|---|---|---|
| committer | theo3 <arisstephenson2@gmail.com> | 2021-02-19 15:11:40 -0800 |
| commit | 31f324e3a7e4d0dec27d85ee6b50a42ec6df8f7b (patch) | |
| tree | fde6bcff3bf8746c7af2e3f9f1dae572e01159c7 /src/screenDebug.c | |
| parent | fd2a50eee48c9c5d550ec435abccc38ae6dd5a85 (diff) | |
clang-format pass and workflow
Diffstat (limited to 'src/screenDebug.c')
| -rw-r--r-- | src/screenDebug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screenDebug.c b/src/screenDebug.c index a370e373..5efe9713 100644 --- a/src/screenDebug.c +++ b/src/screenDebug.c @@ -18,7 +18,7 @@ extern u8 gBG3Buffer[]; extern void (*const gUnk_08109A30[])(); void HandleDebugTextScreen() { - gUnk_08109A30[gUnk_03001000.funcIndex](); + gUnk_08109A30[gUnk_03001000.funcIndex](); } void sub_0805FA04(void) { |
