diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-10-05 23:38:36 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-10-07 10:43:03 -0400 |
commit | 6aaf50ee27c175c8e54c7299fdc86d90b0b29187 (patch) | |
tree | 2152fab10b10669b6a1ead030814dfe61960cd92 /src/berry_crush.c | |
parent | 4efa6c882a68d69e32f59580faa438a6b1fd0b68 (diff) |
Rename GF Gname, Rfu, finish bulk of Union Room, more link doc
Diffstat (limited to 'src/berry_crush.c')
-rwxr-xr-x | src/berry_crush.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/berry_crush.c b/src/berry_crush.c index fd0d86c7e..a9818016e 100755 --- a/src/berry_crush.c +++ b/src/berry_crush.c @@ -984,12 +984,12 @@ static u32 QuitBerryCrush(MainCallback exitCallback) return 0; } -#define ERROR_EXIT(exitCallback) \ - { \ - SetMainCallback2(exitCallback); \ - Rfu.unk_10 = 0; \ - Rfu.unk_12 = 0; \ - Rfu.errorState = RFU_ERROR_STATE_1; \ +#define ERROR_EXIT(exitCallback) \ + { \ + SetMainCallback2(exitCallback); \ + gRfu.unk_10 = 0; \ + gRfu.unk_12 = 0; \ + gRfu.errorState = RFU_ERROR_STATE_1; \ } void StartBerryCrush(MainCallback exitCallback) |