From 6558af388b547adf730eacdab4e2fba31e1d548c Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Tue, 24 Oct 2017 21:10:58 -0400 Subject: sub_80E8F9C --- include/overworld.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/overworld.h') diff --git a/include/overworld.h b/include/overworld.h index 5ac4cad29..0929aaee8 100644 --- a/include/overworld.h +++ b/include/overworld.h @@ -59,5 +59,6 @@ void c2_exit_to_overworld_2_switch(void); bool32 sub_8087598(void); void c2_exit_to_overworld_1_continue_scripts_restart_music(void); void warp_in(void); +void warp1_set_2(s8 mapGroup, s8 mapNum, s8 warpNum); #endif //GUARD_ROM4_H -- cgit v1.2.3 From 0b0926f127628105edc65c68ce9015c77b6f6742 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Tue, 24 Oct 2017 21:27:46 -0400 Subject: through sub_80E909C --- include/overworld.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/overworld.h') diff --git a/include/overworld.h b/include/overworld.h index 0929aaee8..67fcb88ec 100644 --- a/include/overworld.h +++ b/include/overworld.h @@ -32,6 +32,7 @@ void Overworld_SetMapObjTemplateMovementType(u8, u8); void Overworld_SetWarpDestination(s8 mapGroup, s8 mapNum, s8 warpId, s8 x, s8 y); +void saved_warp2_set(int unused, s8 mapGroup, s8 mapNum, s8 warpId); void saved_warp2_set_2(int unused, s8 mapGroup, s8 mapNum, s8 warpId, s8 x, s8 y); void Overworld_SetHealLocationWarp(u8); void sub_8084DD4(s8 mapGroup, s8 mapNum, s8 warpId, s8 x, s8 y); @@ -60,5 +61,6 @@ bool32 sub_8087598(void); void c2_exit_to_overworld_1_continue_scripts_restart_music(void); void warp_in(void); void warp1_set_2(s8 mapGroup, s8 mapNum, s8 warpNum); +void c2_load_new_map(void); #endif //GUARD_ROM4_H -- cgit v1.2.3 From b4f9acd0390a21a7355bfc9b716206f66caade35 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Wed, 25 Oct 2017 08:34:41 -0400 Subject: sub_80E9744 --- include/overworld.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/overworld.h') diff --git a/include/overworld.h b/include/overworld.h index 67fcb88ec..19bcaaf01 100644 --- a/include/overworld.h +++ b/include/overworld.h @@ -62,5 +62,7 @@ void c2_exit_to_overworld_1_continue_scripts_restart_music(void); void warp_in(void); void warp1_set_2(s8 mapGroup, s8 mapNum, s8 warpNum); void c2_load_new_map(void); +void copy_saved_warp2_bank_and_enter_x_to_warp1(u8 unused); +void mapldr_default(void); #endif //GUARD_ROM4_H -- cgit v1.2.3