diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-06-27 20:17:39 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-06-27 20:17:39 -0400 |
commit | 25355e8530142e6ad88f4173c3c3dc9d881d7fa8 (patch) | |
tree | 702b9b02fa7be4df1bb9e4e3173e2cc70152883c /include/pokeblock.h | |
parent | 3661177dc197119b53ff4a677359d27272c816e0 (diff) |
sub_810B998 and ALL the data
Diffstat (limited to 'include/pokeblock.h')
-rwxr-xr-x | include/pokeblock.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/pokeblock.h b/include/pokeblock.h index 353c3d050..958ccec5f 100755 --- a/include/pokeblock.h +++ b/include/pokeblock.h @@ -1,6 +1,11 @@ #ifndef GUARD_POKEBLOCK_H #define GUARD_POKEBLOCK_H +struct YesNoCBTable { + void (*yesFunc)(void); + void (*noFunc)(void); +}; + extern u8 ewram[]; extern u8 gUnknown_02039244; extern u8 gUnknown_02039248[2]; |