We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Steps for unique Unown icons (code courtesy of Idain)
Fixed typo
Fixed typos
Added more code edits to help in the learning process for the reader.
Added full code to make it easier and faster to implement tutorial and used tags to collapse long code. Modified some text as well.
Add DEF in constants/icon_constants.asm
Add missing still frames
Use icon constant for icon comparison
LuigiTOKO
Add table_width and assert_table_length macros
Avoid unnecessary call+ret inefficiency
Updated Add a new party menu icon (markdown)
Fix
celebi.png
https://github.com/eevee/pokered/tree/new-icons
)
Emi's icons
Link tutorials from the main page LoadOverworldMonIcon doesn't need to push/pop af if it uses wCurIcon
The overworld icons were bugged; now it's okay. Code took from Polished Crystal
Optimized code thanks to i0brendan0
The GetIconBank didn't load properly the second bank of icons. In fact, the overworld icons of the second banks were okay, but in the team menu, the Pokémon in the second bank had the icons of the Pokémon in the first one (example: Snorlax had the Beedrill icon). I just took this code from the GetMonIconBank from PolishedCrystal and it works as wanted
Remove address comments
Terser
Optimize
Add a new party menu icon