summaryrefslogtreecommitdiff
path: root/engine/events/bug_contest
AgeCommit message (Expand)Author
2021-03-21Use numeric constants in text strings with "{d:interpolation}"Rangi
2021-03-17Consistent labels for each nickname in RAMRangi
2020-12-23Rename some labelsRangi
2020-10-26Use more assertions to ensure correct code and dataRangi
2020-06-10Resolve #723: treat std scripts like specials and predefsRangi
2020-04-18Miscellaneous fixes, including one for the Pokédex design flaw by ax6Rangi
2020-03-21rgbds supports 'X - 1' instead of 'X + -1'Rangi
2020-02-13Standardize on lowercase Tilemap and Attrmapmid-kid
2019-10-20#641 fixes and additions. (#646)mid-kid
2019-04-09TextBox -> Textboxmid-kid
2019-03-10Rename some call/jump script commands to avoid confusion with jr/jp asm instr...Rangi
2019-03-10Rename more script commands for consistency and predictabilityRangi
2018-11-18Resolve issue #575: Rename text commandsRangi
2018-11-05text_jump → text_farmid-kid
2018-08-25Use labels instead of constants for HRAMRangi
2018-07-29Add meaningful aliases for wd265Rangi
2018-07-27Merge branch 'master' of https://github.com/pret/pokecrystalmid-kid
2018-07-26Remove a documented bug that's not really a bugmid-kid
2018-07-23StringCmp → CompareBytes; CompareLong → CompareBytesLongRangi
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-01Fix file permissionsmid-kid
2018-02-03Merge branch 'master' of https://github.com/pret/pokecrystalRangi
2018-02-02use "x + -1" not "x +- 1"Rangi
2018-01-26Sync documentation with codeRangi
2018-01-25Move event data to data/events/Rangi
2018-01-24Remove Special_ prefix from special routines (close #478)Rangi
2018-01-23Prefix wram labels with w, part 2.luckytyphlosion
2018-01-18Use Japanese charmap definitions in stringsRemy Oukaour
2018-01-15_Special_BugContestJudging → _BugContestJudging; HOF_Predef_AnimateFrontpic...Remy Oukaour
2018-01-14Merge branch 'master' of https://github.com/xCrystal/pokecrystal (resolve PR ...Remy Oukaour
2018-01-11Use maskbits some moreRemy Oukaour
2018-01-02No more mobile EQUS ret (replace with Stubbed_ + ret)xCrystal
2018-01-02Consolidate Special function namesxCrystal
2018-01-02Clean up Predef function namesxCrystal
2017-12-27Move events/ to engine/events/Remy Oukaour