diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-02-28 14:26:54 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-02-28 14:26:54 -0500 |
commit | 410aaa00ff6bb8d0e9dae755b60e216be24b9660 (patch) | |
tree | 973607a45fe544614c9bd2f03908cb83ce2e0ccd /include/overworld.h | |
parent | fb56341fe4fedeeca53b17fc693b4b3dd7824ff2 (diff) |
Teleport field effect
Diffstat (limited to 'include/overworld.h')
-rw-r--r-- | include/overworld.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/overworld.h b/include/overworld.h index d613b5f41..51e94fe63 100644 --- a/include/overworld.h +++ b/include/overworld.h @@ -83,6 +83,7 @@ void sub_8084E2C(s8, s8, s8, s8, s8); void sub_8084E80(s8, s8, s8, s8, s8); void sub_8084EBC(s16, s16); void sub_80555E0(void); +void copy_saved_warp3_bank_and_enter_x_to_warp1(void); void player_avatar_init_params_reset(void); |