From 78151b6d88d22bec6b7d0d450e4ecc1f94491192 Mon Sep 17 00:00:00 2001 From: Marcus Huderle Date: Sun, 7 Apr 2019 13:07:23 -0500 Subject: Start decompiling pokemon_jump.c --- include/constants/songs.h | 2 +- include/pokemon_jump.h | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100755 include/pokemon_jump.h (limited to 'include') diff --git a/include/constants/songs.h b/include/constants/songs.h index 3778d5f08..b44c9f7a8 100644 --- a/include/constants/songs.h +++ b/include/constants/songs.h @@ -463,7 +463,7 @@ #define MUS_RG_SOUSA 535 // Starting Tutorial #define MUS_RG_SEKAIKAN 536 // Starting Tutorial 2 #define MUS_RG_SEIBETU 537 // Starting Tutorial 3 -#define MUS_RG_JUMP 538 // Jumping Minigame +#define MUS_RG_JUMP 538 // Pokemon Jump Minigame #define MUS_RG_UNION 539 // Union Room #define MUS_RG_NETWORK 540 // Network Center #define MUS_RG_OKURIMONO 541 // Mystery Gift diff --git a/include/pokemon_jump.h b/include/pokemon_jump.h new file mode 100755 index 000000000..95db6e404 --- /dev/null +++ b/include/pokemon_jump.h @@ -0,0 +1,10 @@ +#ifndef GUARD_POKEMON_JUMP_H +#define GUARD_POKEMON_JUMP_H + +#include "main.h" + +void sub_802A9A8(u16 monId, MainCallback callback); + +#endif // GUARD_POKEMON_JUMP_H + + -- cgit v1.2.3