diff options
author | tgsm <doodrabbit@hotmail.com> | 2021-03-22 05:03:32 -0400 |
---|---|---|
committer | tgsm <doodrabbit@hotmail.com> | 2021-03-22 05:03:32 -0400 |
commit | 5cdd0564c8d3f5ec074d87f18998c3b40637db0f (patch) | |
tree | 6c60d41a823c59c17fbb6455b3bd7b01d2042f9a /arm9/src | |
parent | e66ec843470977a813aa2309b1914deae218bb0e (diff) |
decompile scrcmd_25
Diffstat (limited to 'arm9/src')
-rw-r--r-- | arm9/src/scrcmd_25.c | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/arm9/src/scrcmd_25.c b/arm9/src/scrcmd_25.c new file mode 100644 index 00000000..e3638675 --- /dev/null +++ b/arm9/src/scrcmd_25.c @@ -0,0 +1,27 @@ +#include "scrcmd.h" + +THUMB_FUNC BOOL ScrCmd_Unk02EF(struct ScriptContext * ctx) +{ +#pragma unused(ctx) + GF_ASSERT(FALSE); + return FALSE; +} + +THUMB_FUNC BOOL ScrCmd_Unk02F0(struct ScriptContext * ctx) +{ +#pragma unused(ctx) + GF_ASSERT(FALSE); + return FALSE; +} + +THUMB_FUNC BOOL ScrCmd_Unk02F1(struct ScriptContext * ctx) +{ +#pragma unused(ctx) + return FALSE; +} + +THUMB_FUNC BOOL ScrCmd_Unk02F2(struct ScriptContext * ctx) +{ +#pragma unused(ctx) + return FALSE; +} |