B13rg / pokecrystal

Improved version of Pokémon Crystal, with added features, bug fixes, and QoL changes
1 stars 0 forks source link

Remove item icon from party menu sprites #94

Open B13rg opened 4 years ago

B13rg commented 4 years ago

Currently, when a pokemon is holding an item or mail, their icon will be partially covered by a little icon.
This icon should be moved from on top of the sprite to underneath the start of the name.

Icon drawing code is located here: engine/gfx/mon_icons.asm:127

Add new function to party menu that draws the icons: engine/pokemon/party_menu.asm:71