summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-01-03for/write → writelinesRemy Oukaour
2018-01-03rgblink → sort_map.pyRemy Oukaour
2018-01-03Serve2bppRequest@VBlank → Serve2bppRequest_VBlankRemy Oukaour
2018-01-03Docstring and no print()Remy Oukaour
2018-01-03Support Python 2 or 3Remy Oukaour
2018-01-03Add example .map linesRemy Oukaour
2018-01-03Handle unused banks (notably OAM and HRAM)Remy Oukaour
2018-01-03Size in hexRemy Oukaour
2018-01-03python3 sort_map.py pokecrystal.map sorted.symRemy Oukaour
2018-01-03Explain HRAMRemy Oukaour
2018-01-03More relevant data file locationsRemy Oukaour
2018-01-03lava in gym_1 > fountain in unused safari zoneRemy Oukaour
2018-01-03Tileset images are 128px wideRemy Oukaour
2018-01-03wd000 -> w3_d000Remy Oukaour
2018-01-03Better namesRemy Oukaour
2018-01-02Move EZChat Pokémon order to data/Remy Oukaour
2018-01-02Use constantsRemy Oukaour
2018-01-02Make some graphics easier to editRemy Oukaour
2018-01-02pngcrush -noreduceRemy Oukaour
2018-01-02Arrange pichu.png like the restRemy Oukaour
2018-01-02dsprite always has 6 argumentsRemy Oukaour
2018-01-02Use dsprite for Pokédex cursor OAM dataRemy Oukaour
2018-01-02Use OAM flags in dsprite dataRemy Oukaour
2018-01-02Identify more G/S intro OAM dataRemy Oukaour
2018-01-02town_map.png matches pokegear.pngRemy Oukaour
2018-01-02One more G/S intro OAM identifiedRemy Oukaour
2018-01-02Align commentsRemy Oukaour
2018-01-02Align commentsRemy Oukaour
2018-01-02More G/S intro OAM documentationRemy Oukaour
2018-01-021-based EZ Chat cursor data indexesRemy Oukaour
2018-01-02Comment correctionRemy Oukaour
2018-01-02Egg hatch shell framgent data is not exactly dspriteRemy Oukaour
2018-01-02More sprite anim documentationRemy Oukaour
2018-01-02Document more sprite anim dataRemy Oukaour
2018-01-02More clarificationRemy Oukaour
2018-01-02Reword Magikarp length commentsRemy Oukaour
2018-01-01Unused tileset animations stands out amid useful dataRemy Oukaour
2018-01-01BoldRemy Oukaour
2018-01-01Consistent *_palette_map.asmRemy Oukaour
2018-01-01Remove trailing whitespaceRemy Oukaour
find . -name '*.asm' -exec sed -i 's/[ \t]\+$//' {} \;
2018-01-01Route 17-18 Gate and Route 29-46 GateRemy Oukaour
2018-01-01Consistent map naming ("Town" and "City" are left out in houses and gates)Remy Oukaour
2018-01-01Merge pull request #455 from xCrystal/masteryenatch
Use more palette(s) constants, rename BG/OBP wram addresses, and rBGPI+rOBPI auto-increment constants (from Rangi)
2018-01-01Fix missing palred/palgreen/palblue constantsxCrystal
2018-01-01Merge 2d0ed11 and 355acfc from Roukaour/masterxCrystal
2018-01-01Rename Pals labels in WRAM bank 5xCrystal
2018-01-01Use more palette(s) constantsxCrystal
2018-01-01Fix battle anim documentationRemy Oukaour
2018-01-01Use constants for rBGPI+rOBPI auto-incrementRemy Oukaour
Fix some documentation
2018-01-01Merge pull request #451 from yenatch/document-battle-anim-macrosyenatch
Fix and document some battle animation macros