diff options
author | Revo <projectrevotpp@hotmail.com> | 2020-10-30 20:35:59 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-30 20:35:59 -0400 |
commit | 756520797c2b01b5c300fefc002b693a4a032f44 (patch) | |
tree | 801192d00328ce0e82997342a9779978a1724471 /arm9/modules/05/include | |
parent | b08fee0afcb87729ad80a9eee784846bb4f0d293 (diff) | |
parent | a3d3445857aef18c6132eedd1fbbb215ae88a4f5 (diff) |
Merge pull request #298 from red031000/master
split module 59
Diffstat (limited to 'arm9/modules/05/include')
-rw-r--r-- | arm9/modules/05/include/mod05_021E72FC.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arm9/modules/05/include/mod05_021E72FC.h b/arm9/modules/05/include/mod05_021E72FC.h new file mode 100644 index 00000000..82f56cb2 --- /dev/null +++ b/arm9/modules/05/include/mod05_021E72FC.h @@ -0,0 +1,8 @@ +#ifndef POKEDIAMOND_MOD05_021E72FC_H +#define POKEDIAMOND_MOD05_021E72FC_H + +#include "nitro/types.h" + +u32 MOD05_021E7388(u32 param0); + +#endif //POKEDIAMOND_MOD05_021E72FC_H |