index
:
pokegold
master
Pokémon Gold and Silver
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engine
/
gfx
/
color.asm
Age
Commit message (
Collapse
)
Author
2022-03-14
Build the Virtual Console patches with `make gold_vc` and `make silver_vc` (#74)
vulcandth
2021-10-24
Add assertions to some more tables
Rangi
2021-03-05
Verify data table sizes with table_width and assert_table_length macros
Rangi
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-09
Replace $0 with 0 for "ld l, a / ld h, 0" idiom
Rangi
2020-10-30
Extract more RGB data to .pal files
Rangi
2020-10-28
Identify more WRAM labels, and start a <X>_DummyFunction label convention
Rangi
2020-10-26
Comment, remove, or revise many unreferenced labels
Rangi
2020-10-05
Identify some more unnamed labels
Rangi
2020-10-05
Identify more unnamed labels
Rangi
2020-10-04
Identify more unnamed labels
Rangi
2020-10-04
Identify SGB blk/pal packets
Rangi
2020-08-05
Use TRUE for hCGBPalUpdate
mid-kid
2020-07-04
SCGB_PARTY_MENU_HP_PALS -> SCGB_PARTY_MENU_HP_BARS, and SCGB_RAM -> SCGB_DEFAULT
Rangi
2020-06-21
Replace "Unreferenced" labels with "; unreferenced" comments
Rangi
2020-06-17
Harmonize engine/{gfx, items, link, math} with pokecrystal
Rangi
2020-06-15
Port miscellaneous recent updates from pokecrystal
Rangi
2020-06-11
Address review comments, plus a few more labels/cleanups.
entrpntr
2020-06-10
Slowly getting there.
entrpntr
2020-06-09
A bit more progress.
entrpntr
2020-06-09
Preliminary commit that builds.
entrpntr
2020-06-05
Fix file permissions.
entrpntr
2020-05-28
Changes for hall of fame and credits.
entrpntr
2020-05-14
Clean up some palette stuff, update main.asm and layout.link.
entrpntr
2020-05-13
Many minor cleanups.
entrpntr
2020-05-12
Cleanup of color.asm and scgb_layouts.asm.
entrpntr
2020-05-08
Modest cleanup of wram.asm.
entrpntr
2020-04-27
Sync with the recent updates to pokecrystal.
entrpntr
2020-04-22
Finish home cleanup, identify tileset data, other misc cleanups.
entrpntr
2020-04-19
Start adding engine/battle/core.asm.
entrpntr
2020-04-13
Minor cleanup (remove unused HRAM, predef folder) before continuing.
entrpntr
2020-04-05
Create PNGs for remaining gfx binary files.
entrpntr
2020-04-05
Add gfx helper code for mail; add PNGs to repo.
entrpntr
2020-03-31
Disassemble pic banks.
entrpntr
2020-03-22
Clean up makefile, submodules, root dir; Python 3 compatibility.
entrpntr
2020-03-17
Cleanup of files for banks $02 and $03 for main.asm.
entrpntr