diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-10-31 09:31:33 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-31 09:31:33 -0400 |
commit | c6cd74fed25cbb6e2fa0296960fbcda795311b06 (patch) | |
tree | 05ae3de2bc0130040d48e800fe4e962f2a818aef /include/overworld.h | |
parent | 922411abebd56d0f5d6072bad4924c909c8e2c27 (diff) | |
parent | 2b0bcdcad9336defc82f50a329b12e631b1f33ce (diff) |
Merge pull request #120 from PikalaxALT/trade
Trade
Diffstat (limited to 'include/overworld.h')
-rw-r--r-- | include/overworld.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/overworld.h b/include/overworld.h index 805ddc8a0..36c890eb5 100644 --- a/include/overworld.h +++ b/include/overworld.h @@ -142,5 +142,8 @@ bool32 sub_8058318(void); void CB2_ReturnToStartMenu(void); void CB2_WhiteOut(void); +void c2_8056854(void); +void sub_8054F38(u32 newKey); +void sub_8055778(int); #endif //GUARD_OVERWORLD_H |