diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2019-10-30 21:06:15 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2019-10-30 21:06:15 -0400 |
commit | f86bb07027d2a93b3d0abc572d2741f9ee2e795d (patch) | |
tree | 49060b9631b96b7b50d80657ce20ce0d069f7fff /include/graphics.h | |
parent | 71dbb008004342bdb9a6e9ac0a181408a016d07b (diff) |
Review comments and documentation
Diffstat (limited to 'include/graphics.h')
-rw-r--r-- | include/graphics.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/graphics.h b/include/graphics.h index 20e322bc1..56a51e67c 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -4215,11 +4215,11 @@ extern const u8 gMonIcon_Unown_QuestionMark[]; extern const u8 gMonIcon_QuestionMark[]; // trade -extern const u16 gUnknown_8E9CEDC[]; -extern const u16 gUnknown_8E9CF3C[]; -extern const u16 gUnknown_8E9CF5C[]; +extern const u16 gTradeMenu_Pal[]; +extern const u16 gTradeButtons_Pal[]; +extern const u16 gTradeMenu_Gfx[]; extern const u16 gUnknown_8E9E9FC[]; -extern const u16 gUnknown_8E9E1DC[]; -extern const u16 gUnknown_8E9F1FC[]; +extern const u16 gTradeButtons_Gfx[]; +extern const u16 gTradeMenuMonBox_Tilemap[]; #endif //GUARD_GRAPHICS_H |