diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-11-10 20:36:01 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-10 20:36:01 -0500 |
commit | 55dfa7d59e30dacd01f330c86bd13dd1972113a5 (patch) | |
tree | f0d1bd8da27ea65580aaf48312bbd3db25402daf /include/graphics.h | |
parent | 205a33952660040dbfcb88e23d5f1e48f7d74d0b (diff) | |
parent | 451310c0c8a61b2f81b8573a44e959f95c223afb (diff) |
Merge pull request #149 from PikalaxALT/learn_move
Move Relearner
Diffstat (limited to 'include/graphics.h')
-rw-r--r-- | include/graphics.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/graphics.h b/include/graphics.h index bc87e4d53..c057da386 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -4226,7 +4226,13 @@ extern const u16 gTradeMenuMonBox_Tilemap[]; extern const u16 gUnknown_8E9CBBC[]; extern const u16 gUnknown_8E9CB9C[]; +// hall_of_fame extern const u32 gFile_graphics_misc_confetti_sheet[]; extern const u32 gFile_graphics_misc_confetti_palette[]; +// learn_move +extern const u16 gUnknown_8E97DDC[]; +extern const u32 gUnknown_8E97DFC[]; +extern const u32 gUnknown_8E97EC4[]; + #endif //GUARD_GRAPHICS_H |