diff options
author | Marijn van der Werf <marijn.vanderwerf@gmail.com> | 2016-12-02 19:06:22 +0100 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2016-12-02 10:06:22 -0800 |
commit | 1f222c04ef1d10ff5a5c6bb98cd4380ecf2bba86 (patch) | |
tree | 573d6368233110b17292e498f49532c1c9244404 /include/trainer_see.h | |
parent | 4258e60771aa9fdabd678930eca534423bd371b8 (diff) |
[WIP] Extract all external function declarations to headers (#114)
* Extract other external function declarations
* Fix GBA compilation
* Revert `sub_803C434` to asm
Diffstat (limited to 'include/trainer_see.h')
-rw-r--r-- | include/trainer_see.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/trainer_see.h b/include/trainer_see.h index 281c7b158..e4d1fe270 100644 --- a/include/trainer_see.h +++ b/include/trainer_see.h @@ -30,6 +30,5 @@ void sub_80846E4(u8 taskId); void sub_8084794(u32 var); void sub_80847C8(void); void sub_80847D8(u8); -void sub_80847D8(u8); #endif // GUARD_TRAINER_SEE_H |