diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-10-30 12:49:16 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-10-30 12:49:16 -0400 |
commit | 2c2c179eb9b92d0998922cc96a115d3d1671a64b (patch) | |
tree | ee2668e781351e73703b7e0ef3da21042546e675 /include/mevent.h | |
parent | 265f8b5b259221dfa1a5fc5537059f262036eb52 (diff) |
Finish trade code
Diffstat (limited to 'include/mevent.h')
-rw-r--r-- | include/mevent.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mevent.h b/include/mevent.h index 98d184f60..6b67aa27c 100644 --- a/include/mevent.h +++ b/include/mevent.h @@ -68,5 +68,6 @@ bool32 WonderCard_Test_Unk_08_6(void); u32 MENews_GetInput(u16 input); void sub_8143D24(void); u16 sub_81445C0(u32 command); +void sub_8144714(u32 a0, u32 a1); #endif //GUARD_MEVENT_H |