summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-01-09HeadingRemy Oukaour
2018-01-09Binary tilemapsRemy Oukaour
2018-01-09data/phone_text → data/phone/textRemy Oukaour
2018-01-09Clean up some hex values in map scriptsRemy Oukaour
2018-01-09Replace some hex constantsRemy Oukaour
2018-01-09CRYSTAL11 → _CRYSTAL11Remy Oukaour
2018-01-09Do a little cleanup towards issue #465Remy Oukaour
2018-01-09Clearer Battle Tower codeRemy Oukaour
2018-01-09Consistent sine wave code formattingRemy Oukaour
2018-01-09More commentsRemy Oukaour
Fix some constants
2018-01-09Simpler commentsRemy Oukaour
2018-01-09Indent with tabsRemy Oukaour
2018-01-09Move battle engine data into data/Remy Oukaour
IsJohtoGymLeader → IsGymLeader
2018-01-09Remove old Python class names from script command param doc commentsRemy Oukaour
2018-01-09Eliminate version.asm (resolves #464)Remy Oukaour
2018-01-09default_names.asm → player_names.asmRemy Oukaour
2018-01-09includes.asm → constants.asmRemy Oukaour
2018-01-09Revert "python3 sort_map.py pokecrystal.map sorted.sym"Remy Oukaour
This reverts commit 88d32fe42cc9944209fa3e1bbfa0597ae4ecc175.
2018-01-09Move text/ into data/Remy Oukaour
2018-01-08Macro clarifies how TimeFishGroups worksRemy Oukaour
2018-01-07constants.asm and includes.asm are redundantRemy Oukaour
2018-01-07Reorganize some macrosRemy Oukaour
* tileset data macros go atop their related files, like all the ones in data/ * charmaps are not macros
2018-01-06Organize mobile/battle_tower_*.asm data and codeRemy Oukaour
2018-01-03Measure total free spaceRemy Oukaour
2018-01-03No explicit bank "$00" for ROM0, WRAM0, OAM, or HRAMRemy Oukaour
2018-01-03sort_map.py → map2sym.py (like dos2unix, pdf2ps, etc)Remy Oukaour
2018-01-03More example linesRemy Oukaour
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