diff options
author | camthesaxman <cameronghall@cox.net> | 2018-01-29 15:08:10 -0600 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2018-01-29 15:08:10 -0600 |
commit | cb9aec12785894d727583d13b0152c6d32948553 (patch) | |
tree | f6188dbf7029900702b781b1f1683b11667c1d22 /include | |
parent | f87bd7328ce26deddc53b62e53827089bfacd30a (diff) |
integrate debug code in pokenav_before.c
Diffstat (limited to 'include')
-rw-r--r-- | include/link.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/link.h b/include/link.h index e8dfc333a..6a7212645 100644 --- a/include/link.h +++ b/include/link.h @@ -195,6 +195,7 @@ void LinkVSync(void); void Timer3Intr(void); void SerialCB(void); void LinkTestScreen(void); +void debug_sub_8008218(u16 *buffer, void *arg1, u16 (*arg2)[], u32 arg3); void debug_sub_8008264(u32 value, int left, int top, int r3, int sp0); u32 sub_8007E40(void); |