diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-06-27 21:08:41 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-06-27 21:08:41 -0400 |
commit | b61b1fd911a15cb9bf9999658d4186b4825c4492 (patch) | |
tree | a6a35800872e27e27b6c5f795b80524ce628fbd1 /include | |
parent | 25355e8530142e6ad88f4173c3c3dc9d881d7fa8 (diff) |
through sub_810BB88
Diffstat (limited to 'include')
-rwxr-xr-x | include/pokeblock.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/pokeblock.h b/include/pokeblock.h index 958ccec5f..c90218480 100755 --- a/include/pokeblock.h +++ b/include/pokeblock.h @@ -8,7 +8,9 @@ struct YesNoCBTable { extern u8 ewram[]; extern u8 gUnknown_02039244; -extern u8 gUnknown_02039248[2]; +extern u8 gUnknown_02039248[3]; +extern u8 gUnknown_0203924C; +extern const u8 *gUnknown_03000758; void sub_810B96C(void); void sub_810BA7C(u8); |