diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-06-20 22:57:58 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-06-20 22:57:58 -0400 |
commit | dac14d217da8e5249b0dcd7459090307b99d1418 (patch) | |
tree | 9654e77d6997ea937560597731a5ccdc570c76ca /include | |
parent | 70300abee81a5b859533eff5537ebb7c926b4395 (diff) |
Up through sub_810F424
Diffstat (limited to 'include')
-rwxr-xr-x[-rw-r--r--] | include/battle_tower.h | 1 | ||||
-rwxr-xr-x[-rw-r--r--] | include/pokeblock.h | 1 | ||||
-rwxr-xr-x[-rw-r--r--] | include/region_map.h | 2 |
3 files changed, 3 insertions, 1 deletions
diff --git a/include/battle_tower.h b/include/battle_tower.h index 193905b93..75ea405ab 100644..100755 --- a/include/battle_tower.h +++ b/include/battle_tower.h @@ -3,5 +3,6 @@ void sub_8134AC0(void *); u16 sub_8135D3C(u8); +void sub_8135FF4(u8*); #endif // GUARD_BATTLE_TOWER_H diff --git a/include/pokeblock.h b/include/pokeblock.h index 257c83f1c..b925894db 100644..100755 --- a/include/pokeblock.h +++ b/include/pokeblock.h @@ -5,6 +5,7 @@ void sub_810B96C(void); void sub_810BA7C(u8); void ClearPokeblocks(void); void sub_810CA6C(s32); +u8 sub_810CB68(u8, u8*); s16 sub_810CAE4(u8, struct Pokeblock *); #endif // GUARD_POKEBLOCK_H diff --git a/include/region_map.h b/include/region_map.h index 0cef566f6..6dfa4dcf0 100644..100755 --- a/include/region_map.h +++ b/include/region_map.h @@ -6,7 +6,7 @@ void sub_80FAB10(void); u8 sub_80FAB60(void); void sub_80FBB3C(u16, u16); void sub_80FBCF0(u32, u8); -void sub_80FBFB4(u8 *str, u8 region, u8); +void sub_80FBFB4(u8 *str, u16 region, u8); void CopyMapName(); u8 *CopyLocationName(u8 *dest, u8 location); |