summaryrefslogtreecommitdiff
path: root/engine/pokedex
AgeCommit message (Expand)Author
2022-03-12Build the Virtual Console patch with `make crystal11_vc` (#882)vulcandth
2021-03-04Verify data table sizes with table_width and assert_table_length macrosRangi
2021-01-09Rename GetFarHalfword to GetFarWordRangi
2020-12-23Rename some labelsRangi
2020-12-07FarString -> PlaceFarString, and document a BrokenPlaceFarString bugRangi
2020-12-07Identified two magic numbers and cleaned up some comments (#783)aljohnston112
2020-11-17Resolve some "???" commentsRangi
2020-11-09Replace $0 with 0 for "ld l, a / ld h, 0" idiomRangi
2020-10-28Identify more WRAM labels, and start a <X>_DummyFunction label conventionRangi
2020-10-26Comment, remove, or revise many unreferenced labelsRangi
2020-06-21Replace "Unreferenced" labels with "; unreferenced" commentsRangi
2020-06-17Harmonize engine/{movie, pokemon} with pokegold (renames GetSRAMBank to OpenS...Rangi
2020-06-17Harmonize engine/{phone, pokedex, pokegear, printer, rtc, tilesets} with poke...Rangi
2020-06-17Harmonize engine/{gfx, items, link, math} with pokegoldRangi
2020-05-06Use a FIRST_UNOWN_CHAR constant for the Unown fontRangi
2020-04-06Enable rgbds warnings and remove CFLAGS=-O2 (default is now -O3)Rangi
2020-04-04`dsprite y, ypx, x, xpx, off, attr` -> `dbsprite x, y, xpx, ypx, off, attr`Rangi
2020-03-15Add a `LANDMARK_` prefix to landmark constantsRangi
2020-03-01Change how some PNG graphics are formattedRangi
2020-02-13Standardize on lowercase Tilemap and Attrmapmid-kid
2019-06-10Apply suggested changesmid-kid
2019-06-09Document high nybble of PrintNum `c` registermid-kid
2018-11-18Resolve issue #575: Rename text commandsRangi
2018-09-09Curr -> CurRangi
2018-08-25Use labels instead of constants for HRAMRangi
2018-07-29Pokedex_PutScrollbarOAM data valuesRangi
2018-07-29Fix reviewed issues.Rangi
2018-07-29Add meaningful aliases for wd265Rangi
2018-07-18Fix usage of NUM_UNOWNmid-kid
2018-06-25Keep more data/ INCLUDEs with relevant routinesRangi
2018-06-25No space between labels and bodiesRangi
2018-06-25Remove more triple newlinesRangi
2018-06-24Fix triple newlines left over from removing address commentsRangi
2018-06-24Remove all address commentsmid-kid
2018-06-12Note which labels are only needed for locating banks (relevant to issue #485)Rangi
2018-04-04Fix snake_case filenamesmid-kid
2018-04-01Fix file permissionsmid-kid
2018-03-02Improve some code labelsRangi
2018-02-07questionmark is not a pokemon picRangi
2018-02-03Keep documentation in sync with new WRAM labelsRangi
2018-02-03Merge branch 'master' of https://github.com/pret/pokecrystalRangi
2018-01-30Fix wVirtualOAM labels, part 2.luckytyphlosion
2018-01-25Move event data to data/events/Rangi
2018-01-23Prefix wram labels with w, part 2.luckytyphlosion
2018-01-22wStatusFlags/2 bit constantsRangi
2018-01-21Group engine/pokedex filesRemy Oukaour