diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-09-25 08:53:25 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-09-25 08:53:25 -0400 |
commit | 0984461aeb32d7de6abf09ffbec17b9f619eb346 (patch) | |
tree | 4472568a8a2f019fcf6b10faf6a59b31de80f292 /include | |
parent | a57915fa5bd8c2e68bc291a371e66e3cafd7e195 (diff) |
Start decomp of easy_chat
Diffstat (limited to 'include')
-rw-r--r-- | include/rom4.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rom4.h b/include/rom4.h index e19d277a6..9f214cfee 100644 --- a/include/rom4.h +++ b/include/rom4.h @@ -29,5 +29,6 @@ const struct MapHeader *get_mapheader_by_bank_and_number(u8, u8); void FieldObjectMoveDestCoords(struct MapObject *, u32, s16 *, s16 *); void sub_8086230(void); void c2_exit_to_overworld_2_switch(void); +bool32 is_c1_link_related_active(void); #endif //GUARD_ROM4_H |