diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-09-30 21:19:29 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-09-30 21:19:29 -0400 |
commit | 20ed9ad0ac92cddcbfe66ccc9c2ae3cb1000ed71 (patch) | |
tree | 1eb786af06813eb27b9609d163f37889daa118b8 /src/scrcmd.c | |
parent | 64631bac9365cf8df3798d9d3be8746d4d641685 (diff) |
Decompile asm/tileset.s into src/palette.c
Diffstat (limited to 'src/scrcmd.c')
-rw-r--r-- | src/scrcmd.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/scrcmd.c b/src/scrcmd.c new file mode 100644 index 000000000..b56a53caf --- /dev/null +++ b/src/scrcmd.c @@ -0,0 +1,15 @@ + +// Includes +#include "global.h" + +// Static type declarations + +// Static RAM declarations + +IWRAM_DATA u8 gUnknown_03000F30; + +// Static ROM declarations + +// .rodata + +// .text |