summaryrefslogtreecommitdiff
path: root/engine/pokegear.asm
AgeCommit message (Expand)Author
2018-03-13Organize the engine/ directorymid-kid
2018-02-25Merge branch 'master' of https://github.com/pret/pokecrystalRangi
2018-02-22Pkmn -> Monmid-kid
2018-02-03Merge branch 'master' of https://github.com/pret/pokecrystalRangi
2018-01-30wSpritesEnd -> wVirtualOAMEnd.luckytyphlosion
2018-01-30Fix wVirtualOAM labels, part 2.luckytyphlosion
2018-01-30Fix comment/style issues caused from w-izing.luckytyphlosion
2018-01-23Prefix wram labels with w, part 2.luckytyphlosion
2018-01-23Prefix wram labels with w, part 1.luckytyphlosion
2018-01-22wStatusFlags/2 bit constantsRangi
2018-01-22More engine flag constantsRangi
2018-01-22Engine flag bit constants for wPokegearFlagsRangi
2018-01-20PARTY_LENGTH; MON_NAME; sgb_border.binRemy Oukaour
2018-01-16map_header → map_def; map_header_2 → map_dataRemy Oukaour
2018-01-16Avoid "+- 1" at every maskbitsRemy Oukaour
2018-01-16Remove Predef_ prefix from routines listed in PredefPointersRemy Oukaour
2018-01-14Merge branch 'master' of https://github.com/xCrystal/pokecrystal (resolve PR ...Remy Oukaour
2018-01-14GFX tile sizes in decimalRemy Oukaour
2018-01-11Disambiguate some uses of wcf64/5/6Remy Oukaour
2018-01-11Use maskbits some moreRemy Oukaour
2018-01-11More constants and data tablesRemy Oukaour
2018-01-10Resolve #461Remy Oukaour
2018-01-09Move data/palettes/ .pal files into gfx/Remy Oukaour
2018-01-07Predef_FlagAction -> Predef_SmallFarFlagActionxCrystal
2018-01-05Predef_Flag -> Predef_FlagActionxCrystal
2018-01-02More unreferenced labels and unused textxCrystal
2018-01-02Consistent predef function namesxCrystal
2018-01-02Clean up Predef function namesxCrystal
2018-01-02Clean up XXX comments for unused contentxCrystal
2018-01-01Consistent *_palette_map.asmRemy Oukaour
2017-12-29Clean up changes in 3c6c80fxCrystal
2017-12-29LY_BLANK and rLCDC constantsxCrystal
2017-12-29Clean up .Jumptable: spacesxCrystal
2017-12-28Lowercase v for VRAM addressesxCrystal
2017-12-28Prefix engine_flags wram addresses with wxCrystal
2017-12-26Split battle/ into data/ and engine/ componentsRemy Oukaour
2017-12-25Resolve #428: Use `HIGH(X)` and `LOW(X)` instead of `X / $100` and `X % $100`...Remy Oukaour
2017-12-24Change a few Unknown labelsRemy Oukaour
2017-12-24callba/callab → farcall/callfarRemy Oukaour
2017-12-15Copy pokered's organization some more, with further constant and data filesRemy Oukaour
2017-12-14Reorganize macrosRemy Oukaour
2017-12-12Identify some SPRITE_ANIM_FRAME_IDX_* constantsRemy Oukaour
2017-12-09Move some gfx/misc/ files into meaningful directoriesRemy Oukaour
2017-12-09More WRAM cleanupRemy Oukaour
2017-12-09Document constants with comments, actual names, and more thorough usageRemy Oukaour
2017-06-24Merge pull request #370 from yenatch/graphicsyenatch
2017-06-21pngs in gfx/pokegearyenatch
2017-06-09Replace ‘jp [hl]’ with ‘jp hl’Ben10do
2016-05-08All functions in main.asm have non-generic namespikalaxalt
2016-04-10Local labels starting with lowercase letters are no longer decorated with a t...pikalaxalt