summaryrefslogtreecommitdiff
path: root/engine/games
AgeCommit message (Expand)Author
2021-10-15Add table assertions to slot machine dataRangi
2021-05-09Require rgbds 0.5.1Rangi
2021-04-19Use rgbds 0.5.0Rangi
2020-11-09Replace $0 with 0 for "ld l, a / ld h, 0" idiomRangi
2020-11-08Rename "dummy game" to "memory game"Rangi
2020-11-03More syncing with pokegoldRangi
2020-11-01Identify some more labels, and make some more consistentRangi
2020-10-30Identify wSpriteAnimDict key constantsRangi
2020-10-29Identify the remaining (non-mobile) uses of another WRAM unionRangi
2020-10-28Identify more WRAM labels, and start a <X>_DummyFunction label conventionRangi
2020-10-26Comment, remove, or revise many unreferenced labelsRangi
2020-10-22Identify more sprite graphics and map object labels, and have consistent anon...Rangi
2020-10-05Identify more unnamed labelsRangi
2020-10-04Identify more unnamed labelsRangi
2020-08-27Fix some constants surrounding sprite animationsmid-kid
2020-07-01Identify more labels, and use the jumptable macro when possibleRangi
2020-06-21Replace "Unreferenced" labels with "; unreferenced" commentsRangi
2020-06-16Harmonize engine/{battle, battle_anims, events, games} with pokegoldRangi
2020-05-07Clean up some percentage valuesRangi
2020-04-18Miscellaneous fixes, including one for the Pokédex design flaw by ax6Rangi
2020-04-04`dsprite y, ypx, x, xpx, off, attr` -> `dbsprite x, y, xpx, ypx, off, attr`Rangi
2020-04-04Upgrade to rgbds 0.4.0Rangi
2020-03-21rgbds supports 'X - 1' instead of 'X + -1'Rangi
2020-02-13Standardize on lowercase Tilemap and Attrmapmid-kid
2020-02-13InitSpriteAnimStruct <-> _InitSpriteAnimStructmid-kid
2019-10-20#641 fixes and additions. (#646)mid-kid
2019-04-09TextBox -> Textboxmid-kid
2019-02-18Card Flip digits are shifted 1px up, not 2px leftRangi
2019-02-16Eliminate some $xxxx valuesRangi
2019-02-16Update to rgbds 0.3.8Rangi
2019-01-30Remove the nested UNION within battle WRAMRangi
2018-11-18Resolve issue #575: Rename text commandsRangi
2018-11-05text_jump → text_farmid-kid
2018-09-09Curr -> CurRangi
2018-08-25Remove HRAM label address commentsRangi
2018-08-25Use labels instead of constants for HRAMRangi
2018-07-15More OAM coordinate consistencyRangi
2018-06-25Use specific constants for overwritten text tilesRangi
2018-06-25Use charmap valuesRangi
2018-06-25No space between labels and bodiesRangi
2018-06-24Fix triple newlines left over from removing address commentsRangi
2018-06-25Remove even more address commentsmid-kid
2018-06-24Remove all address commentsmid-kid
2018-04-05Use constants for bit/set/res moreRangi
2018-04-04Merge branch 'master' of https://github.com/pret/pokecrystalRangi
2018-04-01Fix file permissionsmid-kid
2018-03-14Organize the engine/ directory, take 2mid-kid