aboutsummaryrefslogtreecommitdiffstats
path: root/engine/gfx/mon_icons.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/pret/pokereddannye2026-01-171-5/+5
|\
| * Use more hardware and graphics constants (#532)Narishma-gb2025-11-181-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | - Use `OBJ_SIZE` and `TILE_SIZE` from hardware.inc. - `SPRITESTATEDATA1_LENGTH`, `NUM_SPRITESTATEDATA_STRUCTS` and `TILE_1BPP_SIZE` are used in some places. - Highlight an oversight in `OakSpeech` where several direct MBC bank switches are requested. - Remove redundant comments in home/overworld.asm. - Add unreferenced `FillBgMap` function to avoid a byte of dead code. - Some constants added in wram.asm. - Correctly separate the commented code in `SaveMainData`.
* | Merge branch 'master' of https://github.com/pret/pokereddannye2025-05-101-6/+6
|\|
| * Avoid using `EQUS` when `EQU` or `MACRO` will do (#496)Rangi2025-02-271-6/+6
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2024-09-251-5/+5
|\|
| * Identify more bit flags (#465)Sylvie2024-09-241-1/+1
| | | | | | | | | | * Identify more bit flags * Space
| * Identify remaining uses of `wd0b5` and `wd11e` (#463)Sylvie2024-09-181-2/+2
| |
| * Identify wcf91 as wCurPartySpecies, wCurItem, and wCurListMenuItem (#457)Sylvie2024-08-041-2/+2
| |
| * wOAMBuffer -> wShadowOAM (#370)Colton G. Rushton2022-07-091-4/+4
| |
| * RGBDS syntax updates (#358)vulcandth2022-06-061-2/+2
| | | | | | New MACRO and DEF syntax
* | wOAMBuffer -> wShadowOAM (#95)Colton G. Rushton2022-07-091-5/+5
| |
* | RGBDS syntax updates (#86)vulcandth2022-06-061-2/+2
| | | | | | New MACRO and DEF syntax
* | Merge branch 'master' of https://github.com/pret/pokereddannye2020-11-141-0/+0
|\|
| * Fix file modesdannye2020-11-141-0/+0
| |
| * Add comments associating constants with data, and identify some more dataRangi2020-07-201-4/+4
| |
| * Use 'tile' and 'tiles' macrosRangi2020-07-071-2/+2
| |
| * Use HIGH() and LOW()Rangi2020-07-071-1/+1
| |
| * Specify the ldh instruction, don't turn ld into ldhRangi2020-07-061-3/+3
| |
| * Add subdirectories to data/ similar to pokecrystalRangi2020-07-031-2/+2
| | | | | | | | Top level text/ is now solely for the former text/maps/ files, and other files are in their respective subdirectories in data/.
| * Add subdirectories to engine/ similar to pokecrystalRangi2020-07-021-0/+295
|
* Sync with pokereddannye2020-11-041-0/+307