summaryrefslogtreecommitdiff
path: root/engine/events/field_moves.asm
AgeCommit message (Expand)Author
2020-07-01Identify more labels, and use the jumptable macro when possibleRangi
2020-06-16ReplaceKrisSprite -> UpdatePlayerSpriteRangi
2020-06-16Harmonize engine/{battle, battle_anims, events, games} with pokegoldRangi
2020-03-21rgbds supports 'X - 1' instead of 'X + -1'Rangi
2020-02-21RTC -> UpdateTimeAndPalsmid-kid
2020-02-13InitSpriteAnimStruct <-> _InitSpriteAnimStructmid-kid
2018-09-09Curr -> CurRangi
2018-08-25Use labels instead of constants for HRAMRangi
2018-07-29Add meaningful aliases for wd265Rangi
2018-07-15More OAM coordinate consistencyRangi
2018-06-25Use specific constants for overwritten text tilesRangi
2018-06-24Fix triple newlines left over from removing address commentsRangi
2018-06-24Remove all address commentsmid-kid
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-30wSpritesEnd -> wVirtualOAMEnd.luckytyphlosion
2018-01-30Fix wVirtualOAM labels, part 2.luckytyphlosion
2018-01-24Remove Special_ prefix from special routines (close #478)Rangi
2018-01-23Prefix wram labels with w, part 2.luckytyphlosion
2018-01-22wStatusFlags/2 bit constantsRangi
2018-01-14Merge branch 'master' of https://github.com/xCrystal/pokecrystal (resolve PR ...Remy Oukaour
2018-01-11Disambiguate some uses of wcf64/5/6Remy Oukaour
2018-01-10Resolve #461Remy Oukaour
2018-01-02Consolidate Special function namesxCrystal
2017-12-28Lowercase v for VRAM addressesxCrystal
2017-12-28Prefix engine_flags wram addresses with wxCrystal
2017-12-27Move events/ to engine/events/Remy Oukaour