diff options
author | red031000 <rubenru09@aol.com> | 2020-06-15 17:28:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-15 17:28:12 +0100 |
commit | b96fe608981c7693210f8711b64b1573edae71dc (patch) | |
tree | cf0867f106ad8ba71e4149348a0fff591e26634b /include/move_data.h | |
parent | 08a00d98647a8b902b81ab4c2e41845cf919bf47 (diff) | |
parent | 7546bb0c8f5b26759b68417dc5a7e3cc9318ebc2 (diff) |
Merge pull request #162 from PikalaxALT/pikalax_work
Decompile pokemon.s
Diffstat (limited to 'include/move_data.h')
-rw-r--r-- | include/move_data.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/move_data.h b/include/move_data.h new file mode 100644 index 00000000..8da864b0 --- /dev/null +++ b/include/move_data.h @@ -0,0 +1,7 @@ +#ifndef POKEDIAMOND_MOVE_DATA_H +#define POKEDIAMOND_MOVE_DATA_H + +int FUN_0206AB30(u16 move, u8 ppUp); +u32 FUN_0206AB18(u16 move, u32 attr); + +#endif //POKEDIAMOND_MOVE_DATA_H |