aboutsummaryrefslogtreecommitdiffstats
path: root/engine/gfx/mon_icons.asm (unfollow)
Commit message (Expand)AuthorFilesLines
2025-11-18Use more hardware and graphics constants (#532)Narishma-gb1-5/+5
2025-02-27Avoid using `EQUS` when `EQU` or `MACRO` will do (#496)Rangi1-6/+6
2024-09-24Identify more bit flags (#465)Sylvie1-1/+1
2024-09-18Identify remaining uses of `wd0b5` and `wd11e` (#463)Sylvie1-2/+2
2024-08-04Identify wcf91 as wCurPartySpecies, wCurItem, and wCurListMenuItem (#457)Sylvie1-2/+2
2022-07-09wOAMBuffer -> wShadowOAM (#95)Colton G. Rushton1-5/+5
2022-07-09wOAMBuffer -> wShadowOAM (#370)Colton G. Rushton1-4/+4
2022-06-06RGBDS syntax updates (#86)vulcandth1-2/+2
2022-06-06RGBDS syntax updates (#358)vulcandth1-2/+2
2020-11-14Fix file modesdannye1-0/+0
2020-11-04Sync with pokereddannye1-166/+28
2020-07-02Add subdirectories to engine/ similar to pokecrystalRangi1-295/+0
2020-06-27Move trade bubble from gfx/icons to gfx/tradeRangi1-1/+1
2020-06-27Individual images for party menu icon graphicsRangi1-6/+17
2020-06-27Organize gfx/Rangi1-1/+1
2020-06-27Separate maps.asm, pics.asm, sprites.asm, and tilesets.asm from main.asm (#251)Rangi1-1/+1
2020-06-23Move more tables from engine/ to data/Rangi1-140/+1
2016-06-12sync engine code with pokeyellowYamaArashi1-2/+2
2016-06-12Remove some leftover address commentsdannye1-1/+1
2016-06-11sync engine code with pokeredYamaArashi1-1/+1
2016-06-11remove address commentsYamaArashi1-14/+14
2016-06-11remove address commentsYamaArashi1-14/+14
2016-06-06Clean up white spacedannye1-2/+2
2015-09-04engine/mon_party_sprites.asm and INSTALL.mdluckytyphlosion1-22/+44
2015-08-12named more variablesYamaArashi1-5/+5
2015-08-12commented SGB palette stuffYamaArashi1-2/+2
2015-07-13named town map stuffYamaArashi1-2/+2
2015-07-13comment slot machineYamaArashi1-2/+2
2015-03-14commented trade amim functionsYamaArashi1-6/+7
2015-03-13relabel and add commentYamaArashi1-3/+7
2015-03-13commented mon_party_sprites.asmYamaArashi1-39/+55
2015-02-07serial/trade/miscYamaArashi1-1/+1
2014-09-13Commented more sprite and map codeYamaArashi1-1/+1
2014-06-16Use macros for predef calls/jumps instead of static ids.yenatch1-2/+1
2014-06-16Remove generated "indirect jump" comments.yenatch1-1/+1
2014-06-14Use monster struct macros in wram. Rename related labels for consistency.yenatch1-1/+1
2014-05-29Use VRAM constants where applicable.yenatch1-30/+30
2014-05-27More wOAMBuffer references.yenatch1-1/+1
2014-05-26Remove most static wram addresses. Use labels instead.yenatch1-17/+17
2014-05-22Pull a lot of engine out of main.asmU-Fish-PC\Daniel1-0/+403