diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2017-06-13 23:12:05 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-13 23:12:05 -0500 |
commit | 373dfb57102675130ab714ba9e21bd41c7b74795 (patch) | |
tree | a27705ab196c9d45c03b5d2efad4dde79eaed69a /src/scrcmd.c | |
parent | 2f437b0a94dd88cd78d0f6b4d92b9f5169531376 (diff) | |
parent | 48a15638c63f2b3d4b2d12d346e466ddca006570 (diff) |
Merge branch 'master' into decompile_battle_7
Diffstat (limited to 'src/scrcmd.c')
-rw-r--r-- | src/scrcmd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/scrcmd.c b/src/scrcmd.c index 33867b58a..f2b5090af 100644 --- a/src/scrcmd.c +++ b/src/scrcmd.c @@ -61,7 +61,6 @@ extern u8 *gStdScripts[]; extern u8 *gStdScripts_End[]; extern u8 * const gUnknown_083CE048[]; -extern struct Decoration gDecorations[]; // This is defined in here so the optimizer can't see its value when compiling // script.c. |