summaryrefslogtreecommitdiff
path: root/engine/gfx/color.asm
AgeCommit message (Collapse)Author
2022-03-14Build the Virtual Console patches with `make gold_vc` and `make silver_vc` (#74)vulcandth
2021-10-24Add assertions to some more tablesRangi
2021-03-05Verify data table sizes with table_width and assert_table_length macrosRangi
It also uncovered some off-by-one issues with defining some constants. A few structs now use rsreset/_RS to define their offset constants.
2020-11-09Replace $0 with 0 for "ld l, a / ld h, 0" idiomRangi
2020-10-30Extract more RGB data to .pal filesRangi
2020-10-28Identify more WRAM labels, and start a <X>_DummyFunction label conventionRangi
2020-10-26Comment, remove, or revise many unreferenced labelsRangi
2020-10-05Identify some more unnamed labelsRangi
2020-10-05Identify more unnamed labelsRangi
2020-10-04Identify more unnamed labelsRangi
2020-10-04Identify SGB blk/pal packetsRangi
2020-08-05Use TRUE for hCGBPalUpdatemid-kid
2020-07-04SCGB_PARTY_MENU_HP_PALS -> SCGB_PARTY_MENU_HP_BARS, and SCGB_RAM -> SCGB_DEFAULTRangi
2020-06-21Replace "Unreferenced" labels with "; unreferenced" commentsRangi
2020-06-17Harmonize engine/{gfx, items, link, math} with pokecrystalRangi
2020-06-15Port miscellaneous recent updates from pokecrystalRangi
2020-06-11Address review comments, plus a few more labels/cleanups.entrpntr
2020-06-10Slowly getting there.entrpntr
2020-06-09A bit more progress.entrpntr
2020-06-09Preliminary commit that builds.entrpntr
2020-06-05Fix file permissions.entrpntr
2020-05-28Changes for hall of fame and credits.entrpntr
2020-05-14Clean up some palette stuff, update main.asm and layout.link.entrpntr
2020-05-13Many minor cleanups.entrpntr
2020-05-12Cleanup of color.asm and scgb_layouts.asm.entrpntr
2020-05-08Modest cleanup of wram.asm.entrpntr
2020-04-27Sync with the recent updates to pokecrystal.entrpntr
2020-04-22Finish home cleanup, identify tileset data, other misc cleanups.entrpntr
2020-04-19Start adding engine/battle/core.asm.entrpntr
2020-04-13Minor cleanup (remove unused HRAM, predef folder) before continuing.entrpntr
2020-04-05Create PNGs for remaining gfx binary files.entrpntr
2020-04-05Add gfx helper code for mail; add PNGs to repo.entrpntr
2020-03-31Disassemble pic banks.entrpntr
2020-03-22Clean up makefile, submodules, root dir; Python 3 compatibility.entrpntr
2020-03-17Cleanup of files for banks $02 and $03 for main.asm.entrpntr