summaryrefslogtreecommitdiff
path: root/include/overworld.h
diff options
context:
space:
mode:
authorDiegoisawesome <diego@domoreaweso.me>2017-11-17 15:07:17 -0600
committerDiegoisawesome <diego@domoreaweso.me>2017-11-17 15:07:17 -0600
commit52624c4fb7c145c33a2d0edc1d64b2d6e09c1336 (patch)
treeaec3073d480a2fbc3f0221397aa5e84f85755e48 /include/overworld.h
parentf8402b3d7408e31a085dc136967f99705c764553 (diff)
parent3883c399912a35ca4eca3cbee7cb0c46c81e8d76 (diff)
Merge branch 'master' of https://github.com/pret/pokeemerald
Diffstat (limited to 'include/overworld.h')
-rw-r--r--include/overworld.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/overworld.h b/include/overworld.h
index 19bcaaf01..ea3d27319 100644
--- a/include/overworld.h
+++ b/include/overworld.h
@@ -53,13 +53,16 @@ void Overworld_ChangeMusicTo(u16);
bool32 is_c1_link_related_active(void);
void strange_npc_table_clear(void);
-const struct MapHeader *get_mapheader_by_bank_and_number(u8, u8);
+const struct MapHeader *get_mapheader_by_bank_and_number(u16, u16);
void FieldObjectMoveDestCoords(struct MapObject *, u32, s16 *, s16 *);
void sub_8086230(void);
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);
+u8 get_map_light_level_by_bank_and_number(s8 mapGroup, s8 mapNum);
+void sub_8086194(void);
+void sub_8084CCC(u8 spawn);
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);