diff options
author | Akira Akashi <rubenru09@aol.com> | 2021-05-31 23:58:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-31 23:58:57 +0100 |
commit | 40bf7584958428b8645256d5093143b7f0c6ebdd (patch) | |
tree | 5afeb1fde81971ba32843e7119c8d9c3c9f8eb56 /arm9/src | |
parent | 901807cd6f693ffa9941ddd167ef0ad9a5cf3d51 (diff) | |
parent | 6cffcf0ee5f4e04ce4e79f30645938e0b58f4650 (diff) |
Merge pull request #394 from PikalaxALT/make_naix
Output NARC contents as C enums in .naix files
Diffstat (limited to 'arm9/src')
-rw-r--r-- | arm9/src/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arm9/src/main.c b/arm9/src/main.c index 7a8a14d8..749bec41 100644 --- a/arm9/src/main.c +++ b/arm9/src/main.c @@ -16,7 +16,6 @@ #include "unk_0202F150.h" #include "module_52.h" - FS_EXTERN_OVERLAY(MODULE_52); FS_EXTERN_OVERLAY(MODULE_63); |