diff options
author | Marcus Huderle <huderlem@gmail.com> | 2019-04-13 11:29:53 -0500 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-04-13 11:37:50 -0500 |
commit | cb9d471a2a89eda25fea45a75b996b1f8cac4d69 (patch) | |
tree | dc726a660097745b59cd38ca81fd91d70d434717 /include | |
parent | 8338e292791097b7e9e763ca42549ca6db4acdd2 (diff) |
Decompile pokemon_jump through sub_802CE48()
Diffstat (limited to 'include')
-rwxr-xr-x | include/pokemon_jump.h | 1 | ||||
-rw-r--r-- | include/union_room.h | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/include/pokemon_jump.h b/include/pokemon_jump.h index 95db6e404..9e8a6fade 100755 --- a/include/pokemon_jump.h +++ b/include/pokemon_jump.h @@ -4,6 +4,7 @@ #include "main.h" void sub_802A9A8(u16 monId, MainCallback callback); +bool32 sub_802C908(u16 species); #endif // GUARD_POKEMON_JUMP_H diff --git a/include/union_room.h b/include/union_room.h index 538d37716..facc63986 100644 --- a/include/union_room.h +++ b/include/union_room.h @@ -162,7 +162,6 @@ extern u8 gUnknown_02022C3E; // Exported ROM declarations u8 sub_8013F78(void); -bool32 sub_802C908(u16); void nullsub_89(u8 taskId); void var_800D_set_xB(void); void MEvent_CreateTask_CardOrNewsWithFriend(u32 arg0); |