diff options
author | Cleverking2003 <30466983+Cleverking2003@users.noreply.github.com> | 2020-07-01 17:50:52 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-01 17:50:52 +0300 |
commit | 1e25e489913a0712722839fdd6b4b39ba4c59bc2 (patch) | |
tree | 49ab21f6a62265627cc3ae548b10416f3cd4e5b1 /include | |
parent | 9ce38edeb117172f1066607671a1610aa5a9f266 (diff) | |
parent | da3e1d6ab550bd76dbc1001e447138237fbdf063 (diff) |
Merge pull request #207 from CelestialAmber/master
Decompile unk_0200CA44.asm
Diffstat (limited to 'include')
-rw-r--r-- | include/unk_0200CA44.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/unk_0200CA44.h b/include/unk_0200CA44.h new file mode 100644 index 00000000..2c681b8d --- /dev/null +++ b/include/unk_0200CA44.h @@ -0,0 +1,10 @@ +#ifndef POKEDIAMOND_UNK_0200CA44_H +#define POKEDIAMOND_UNK_0200CA44_H + +void FUN_0200CA44(u16 r0, u16 r1, u16 r2); +void FUN_0200CA60(u16 r0, u16 r1, u16 r2); +void FUN_0200CA7C(u16 r0, u16 r1, u16 r2); +void FUN_0200CA98(u16 r0, u16 r1, u16 r2); +void FUN_0200CAB4(s32 unk1); + +#endif //POKEDIAMOND_UNK_0200CA44_H |