diff options
author | itskobold <itskobold@users.noreply.github.com> | 2017-11-17 09:25:40 +0000 |
---|---|---|
committer | itskobold <itskobold@users.noreply.github.com> | 2017-11-17 09:25:40 +0000 |
commit | 370e47beeef3f115d071161a7b2f09dcfbd2168b (patch) | |
tree | 648fdb13c6a341e8efc5ba5c734f7cd25d826b60 /include/overworld.h | |
parent | 46ee15b96250d53b4100171c572f6e6b6e2c99c6 (diff) | |
parent | a98c6bf210cec0591badb51be1e472c5fb4f1f1a (diff) |
Merge branch 'master' of https://github.com/pret/pokeemerald
Diffstat (limited to 'include/overworld.h')
-rw-r--r-- | include/overworld.h | 5 |
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); |