diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-10-15 20:08:52 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-10-15 20:08:52 -0500 |
commit | 6d31e24cba449b856f63c8279339bf1406013b83 (patch) | |
tree | 9283fbd777241d4852212b9d0875479c0c4ed513 /include | |
parent | f214ba976da083876d6ed6c87e38c48823d44e93 (diff) |
through sub_8113114
Diffstat (limited to 'include')
-rw-r--r-- | include/event_data.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/event_data.h b/include/event_data.h index 77bc41603..555887b6c 100644 --- a/include/event_data.h +++ b/include/event_data.h @@ -29,7 +29,7 @@ u8 *GetFlagPointer(u16 id); u8 FlagSet(u16 id); u8 FlagClear(u16 id); bool8 FlagGet(u16 id); -u16 * sub_806E454(u16 id); +u16 * GetVarPointer(u16 id); bool32 sub_806E2BC(void); void sub_806E6FC(void); |