mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Add comment description of this bugfix
This commit is contained in:
parent
d7ab1ba588
commit
f02ea58a68
@ -544,6 +544,8 @@ void AddBagItemIconSprite(u16 itemId, u8 id)
|
||||
|
||||
void RemoveBagItemIconSprite(u8 id)
|
||||
{
|
||||
// BUG: For one frame, the item you scroll to in the Bag menu
|
||||
// will have an incorrect palette and may be seen as a flicker.
|
||||
#ifdef BUGFIX
|
||||
u8 *spriteId = &gBagMenu->spriteIds[ITEMMENUSPRITE_ITEM];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user