diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-04-26 13:26:12 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-26 13:26:12 -0400 |
commit | c0aedf8df400c9a8eea175ed1affb72ee2fc60e6 (patch) | |
tree | 38aed8b61077320ca4ec0ef2433c41249c52fa48 /include | |
parent | f823cd224fcc24c756fc66c229fb4cb24e60638d (diff) | |
parent | 04af378904dc5e7ded00bb8e50c8e6b554c3571b (diff) |
Merge pull request #1410 from GriffinRichards/doc-tradedata
Document trade sequence animation, some trade cleanup
Diffstat (limited to 'include')
-rw-r--r-- | include/graphics.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/graphics.h b/include/graphics.h index ee5677f3c..5a180ad2f 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -4903,8 +4903,8 @@ extern const u16 gUnknown_08DDCF04[]; extern const u16 gTradeGba2_Pal[]; extern const u8 gTradeGba_Gfx[]; extern const u16 gTradeMenuMonBox_Tilemap[]; -extern const u8 gTradeButtons_Gfx[]; -extern const u16 gUnknown_08DDB444[]; +extern const u8 gTradeCursor_Gfx[]; +extern const u16 gTradeCursor_Pal[]; // Party menu extern const u32 gPartyMenuPokeball_Gfx[]; |