diff options
author | nullableVoidPtr <30564701+nullableVoidPtr@users.noreply.github.com> | 2018-11-21 18:48:01 +0800 |
---|---|---|
committer | nullableVoidPtr <30564701+nullableVoidPtr@users.noreply.github.com> | 2018-11-21 18:48:44 +0800 |
commit | a611b9673e73eeb74af802250d9fee5157f76a20 (patch) | |
tree | 681fc11f70eebf10cc2c8b9966904ec6b9766aee /include/global.h | |
parent | 48d3cbf8b7026e5ad3f6ff2792dbfd3db6e53e2e (diff) |
"Finish" decompiling bg_palette_buffer.s and m4a_2.s, and rename text variables
We all have our breaking points :matchlikethis:
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/global.h b/include/global.h index 66c1b6d..b5a4593 100644 --- a/include/global.h +++ b/include/global.h @@ -24,6 +24,8 @@ #define asm_unified(x) asm(".syntax unified\n" x "\n.syntax divided\n") +#define NAKED __attribute__((naked)) + #define ARRAY_COUNT(array) (sizeof(array) / sizeof((array)[0])) #endif // GUARD_GLOBAL_H |