aboutsummaryrefslogtreecommitdiffstats
path: root/engine/gfx/palettes.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use more hardware and graphics constants (#532)Narishma-gb2025-11-181-1/+1
| | | | | | | | | | | | - 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`.
* Label and constant cleanup (#528)Narishma-gb2025-09-031-5/+5
| | | | | * Label cleanup, add some constants instead of raw numbers * Rename load/save game functions to be more explicit
* Identify `JOYP_SGB_MLT_REQ` constantRangi422025-08-111-4/+4
|
* Update hardware.inc to 5.3.0 and use its `JOYP_SGB_*` constantsRangi422025-08-111-14/+14
|
* Fix typosdannye2025-06-031-1/+1
|
* Consistently refer to CGB, not GBC (#491)SatoMew2025-01-301-8/+8
|
* Use "gray", not "grey"Rangi422024-12-161-2/+2
| | | | This matches the in-game text, e.g. Pewter is "A Stone Gray City"
* 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
|
* Identify some `.asm_*` labelsRangi2022-07-101-8/+8
|
* Improved Virtual Console patch identifiers (#357)vulcandth2022-06-061-1/+1
|
* Build the Virtual Console patches with `make red_vc` and `make blue_vc` (#351)vulcandth2022-03-261-0/+1
|
* Fix file modesdannye2020-11-141-0/+0
|
* Sync more with pokeyellowRangi2020-11-051-5/+3
|
* Use constants to delineate map types, and factor out more dataRangi2020-08-311-3/+3
|
* Add comments associating constants with data, and identify some more dataRangi2020-07-201-0/+1
|
* Disassemble the BLUEMONS.GB debug ROMRangi2020-07-151-2/+2
|
* Clean up some data, using macros for multiline list entriesRangi2020-07-141-1/+1
|
* Specify the ldh instruction, don't turn ld into ldhRangi2020-07-061-31/+31
|
* UPDATE_PARTY_MENU_BLK_PACKET -> SET_PAL_PARTY_MENU_HP_BARS, and introduce ↵Rangi2020-07-041-5/+5
| | | | SET_PAL_DEFAULT
* Add subdirectories to data/ similar to pokecrystalRangi2020-07-031-4/+4
| | | | 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/+641