diff options
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 e42c2fed3..db4d96a89 100644 --- a/include/overworld.h +++ b/include/overworld.h @@ -54,6 +54,7 @@ void Overworld_ChangeMusicTo(u16); bool32 is_c1_link_related_active(void); extern u16 gUnknown_03005DA8; +void CB2_NewGame(void); void strange_npc_table_clear(void); const struct MapHeader *get_mapheader_by_bank_and_number(u16, u16); void FieldObjectMoveDestCoords(struct MapObject *, u32, s16 *, s16 *); |