diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-09-01 14:49:30 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-09-01 14:49:30 -0400 |
commit | 3a44aee33dc6fb6efd38c9f301deb56ad8aef01d (patch) | |
tree | 69b053607873f9ab25d49d93d97b69e20589de40 /include/pokemon.h | |
parent | c9b75afe693fb283790ee52c7b620619b881051a (diff) |
Decompile unk_0206B688 in poketool
Diffstat (limited to 'include/pokemon.h')
-rw-r--r-- | include/pokemon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/pokemon.h b/include/pokemon.h index 097df9e0..a089652d 100644 --- a/include/pokemon.h +++ b/include/pokemon.h @@ -263,6 +263,7 @@ void FUN_02069038(u32 a0, u32 a1, u32 a2, s32 a3, u32 a4, u32 a5, u32 a6); void FUN_020690AC(struct SomeDrawPokemonStruct * a0, u32 a1); u32 FUN_020690C4(void); u32 FUN_020690C8(void); +u8 GetBoxMonUnownLetter(struct BoxPokemon * boxmon); u8 GetMonUnownLetter(struct Pokemon * pokemon); struct BoxPokemon * FUN_020690E4(struct Pokemon * pokemon); |