diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-08-12 01:26:29 -0400 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-08-12 01:26:29 -0400 |
commit | 1a8fe435e7deabf06029c8e50201136518e3af73 (patch) | |
tree | 9746f2f4f4901e81496465da485d0f5c8a647586 /src/contest_link_80C857C.c | |
parent | bb0cad7c072703f5a540e8c22c8e137267331f4d (diff) |
split out src/ directory into categorized subdirectories.
Diffstat (limited to 'src/contest_link_80C857C.c')
-rw-r--r-- | src/contest_link_80C857C.c | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/src/contest_link_80C857C.c b/src/contest_link_80C857C.c deleted file mode 100644 index 0ae98af09..000000000 --- a/src/contest_link_80C857C.c +++ /dev/null @@ -1,55 +0,0 @@ -#include "global.h" -#include "link.h" - -#if GERMAN - -void de_sub_80C9274(bool32 arg0) { - if (deUnkValue2 != 1) - { - return; - } - - if (arg0) - { - deUnkValue2 = 3; - } - else - { - deUnkValue2 = 2; - } -} - -void de_sub_80C9294(bool32 arg0) { - if (deUnkValue2 == 1) - { - if (arg0) - { - deUnkValue2 = 3; - } - else - { - deUnkValue2 = 2; - } - - return; - } - - - if (deUnkValue2 == 2) - { - SendBlock(0, sBlockRequestLookupTable[deUnkValue1].address, sBlockRequestLookupTable[deUnkValue1].size); - - if (arg0) - { - deUnkValue2 = 0; - } - else - { - deUnkValue2 = 1; - } - - return; - } -} - -#endif |