diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2018-02-06 19:45:56 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-06 19:45:56 -0600 |
commit | c79d259508d47a8b5bde5b9060b8fe8c6989bd44 (patch) | |
tree | 912c739848391da17525e57420570b3730053675 /include/cable_club.h | |
parent | 5969695b8bbdab5182d0d651bbd2d256a12c0404 (diff) | |
parent | 9a8ec555e68fb143ffe900c778ddb85d5bd145a5 (diff) |
Merge pull request #541 from camthesaxman/german_debug
build German debug version
Diffstat (limited to 'include/cable_club.h')
-rw-r--r-- | include/cable_club.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/cable_club.h b/include/cable_club.h index a2fe46b30..2f509c9fc 100644 --- a/include/cable_club.h +++ b/include/cable_club.h @@ -20,5 +20,8 @@ void sub_8083B90(void); void sub_8083BDC(void); bool32 sub_8083BF4(u8 linkPlayerIndex); void sub_8083C50(u8 taskId); +#if DEBUG +void debug_sub_808B838(u8); +#endif #endif // GUARD_CABLE_CLUB_H |