aboutsummaryrefslogtreecommitdiffstats
path: root/engine/gfx/palettes.asm (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-11-18Use more hardware and graphics constants (#532)Narishma-gb1-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`.
2025-09-03Label and constant cleanup (#528)Narishma-gb1-5/+5
* Label cleanup, add some constants instead of raw numbers * Rename load/save game functions to be more explicit
2025-08-11Identify `JOYP_SGB_MLT_REQ` constantRangi421-4/+4
2025-08-11Update hardware.inc to 5.3.0 and use its `JOYP_SGB_*` constantsRangi421-14/+14
2025-07-02Use hardware.inc constants in places unique to YellowRangi421-8/+8
2025-06-03Fix typosdannye1-1/+1
2025-01-30Consistently refer to CGB, not GBC (#491)SatoMew1-8/+8
2024-12-16Use "gray", not "grey"Rangi421-2/+2
This matches the in-game text, e.g. Pewter is "A Stone Gray City"
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
2023-11-21Rename pikachu palette packetsdannye1-8/+8
2022-07-10Identify some `.asm_*` labelsRangi1-8/+8
2022-07-10Identify some `.asm_*` labelsRangi1-8/+8
2022-06-06Improved Virtual Console patch identifiers (#85)vulcandth1-1/+1
2022-06-06Improved Virtual Console patch identifiers (#357)vulcandth1-1/+1
2022-03-26Build the Virtual Console patch with `make yellow_vc` (#80)vulcandth1-0/+1
2022-03-26Build the Virtual Console patches with `make red_vc` and `make blue_vc` (#351)vulcandth1-0/+1
2020-11-14Fix file modesdannye1-0/+0
2020-11-05Sync more with pokeredRangi1-6/+4
2020-11-05Sync more with pokeyellowRangi1-5/+3
2020-11-04Start reorganizing pokeyellowRangi1-17/+17
2020-11-04Sync with pokereddannye1-66/+67
2020-07-02Add subdirectories to engine/ similar to pokecrystalRangi1-641/+0
2020-05-20Sync with pokereddannye1-4/+4
2019-07-07Replace some hard-coded values with constantsRangi1-1/+1
2019-01-01Rename map files, labels, and constants to be consistent and work with ↵Rangi1-1/+1
Polished Map
2017-12-30Add space between arguments in assembly instructions and remove redundant a ↵xCrystal1-24/+24
in instructions like add a, x
2017-12-30Uppercase battle status constantsxCrystal1-1/+1
2017-09-25Fix warnings about deprecated mnemonics on newer builds of rgbdsPokechu221-1/+1
2017-06-09Replace deprecated mnemonics by the correct onesAntonio Niño Díaz1-1/+1
The old mnemonics generate warnings with new versions of rgbds. This patch replaces them by the correct ones. Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com>
2016-06-12Remove more address commentsdannye1-1/+1
2016-06-11sync engine code with pokeredYamaArashi1-6/+2
2016-06-11remove address commentsYamaArashi1-53/+53
2016-06-11remove address commentsYamaArashi1-32/+32
2016-06-05Resolve hardcoded WRAM labels in engine/printer.asmpikalaxalt1-20/+30
2016-03-26GBC palette codeYamaArashi1-439/+347
2015-11-28engine/battle/moveEffects/substitute_effect.asm and ActivatePCluckytyphlosion1-2/+2
Also no more W_PLAYER/ENEMYBATTSTATUS
2015-11-22bg_map_attributes.asmluckytyphlosion1-5/+19
2015-10-29overworld item & movement code, cable club code, remove more instances of ↵luckytyphlosion1-2/+2
W_, add PIKAHAPPY_TRADE Also make replace.sh take args
2015-10-18Complete documentation of bank3luckytyphlosion1-3/+3
Also: split out bcd predefs from yellow/main.asm, start removing traces of W_
2015-10-12Label and comment more palette functionsluckytyphlosion1-118/+119
Also fix replace.sh
2015-10-12Rename some palette labels.luckytyphlosion1-3/+3
Also add replace.sh
2015-09-03Make pokeyellow build correctly.luckytyphlosion1-15/+15
2015-08-30No more W_dannye1-5/+5
2015-08-30Fixes.luckytyphlosion1-4/+1
2015-08-12commented SGB palette stuffYamaArashi1-174/+197
2015-08-09Fix bank1c errors and a few missed bank0 errors.luckytyphlosion1-12/+14
2015-08-03Attempt to make Yellow buildable, part 6.luckytyphlosion1-23/+48
2015-08-02Attempt to make Yellow Buildable, part 5luckytyphlosion1-2/+2
Rest of unknown pointers in homebank, fix some function names.
2015-08-01Attempt to make Yellow buildable, part 2.luckytyphlosion1-3/+5