| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-02-25 | Merge branch 'master' of https://github.com/pret/pokecrystal | Rangi | |
| # Conflicts: # constants/map_constants.asm # constants/wram_constants.asm # data/radio/oaks_pkmn_talk_routes.asm # data/radio/pnp_hidden_places.asm # engine/battle/core.asm # engine/breeding.asm # engine/phone/phone_scripts.asm # engine/radio.asm # maps/BattleTower1F.asm # maps/OlivineLighthouse2F.asm # maps/OlivineLighthouse6F.asm # maps/PokemonFanClub.asm # maps/RadioTower1F.asm # maps/RadioTower2F.asm # maps/Route30BerryHouse.asm # maps/Route34IlexForestGate.asm # maps/Route36NationalParkGate.asm # maps/RuinsOfAlphKabutoChamber.asm # maps/RuinsOfAlphResearchCenter.asm # maps/VermilionPort.asm # maps/VictoryRoad.asm | |||
| 2018-02-08 | Don't let the Makefile pick up .tilemap files | mid-kid | |
| We don't generate any tilemap file with rgbgfx yet, because they won't match anyway. This should be re-added when we can do it properly. | |||
| 2018-02-03 | map → map_id; map_def → map; map_data → map_attributes | Rangi | |
| 2018-01-24 | data/text/X_text.asm is redundant | Rangi | |
| 2018-01-22 | Add data/text/ | Rangi | |
| 2018-01-22 | Engine flag bit constants for wPokegearFlags | Rangi | |
| 2018-01-22 | Rearrange Makefile by content | Rangi | |
| 2018-01-22 | Add back catch-all graphics rules. | yenatch | |
| .pal -> .gbcpal has been omitted for now since there's no tool to convert it yet. | |||
| 2018-01-21 | Separate new_game graphics | Remy Oukaour | |
| 2018-01-19 | More Japanese characters | Remy Oukaour | |
| 2018-01-19 | One leader per line | Remy Oukaour | |
| 2018-01-16 | Move map-related "metadata" files into data/maps/ | Remy Oukaour | |
| 2018-01-14 | Merge branch 'sort-symfile' of https://github.com/yenatch/pokecrystal | Remy Oukaour | |
| 2018-01-12 | Mystery Gift graphics match | Remy Oukaour | |
| 2018-01-11 | Resize SGB graphics | Remy Oukaour | |
| 2018-01-09 | Avoid catch-all Makefile rules | Remy Oukaour | |
| 2018-01-09 | CRYSTAL11 → _CRYSTAL11 | Remy Oukaour | |
| 2018-01-09 | Eliminate version.asm (resolves #464) | Remy Oukaour | |
| 2018-01-09 | Move text/ into data/ | Remy Oukaour | |
| 2018-01-02 | Make some graphics easier to edit | Remy Oukaour | |
| 2018-01-01 | sort the symfile by symbol type | yenatch | |
| 2017-12-26 | Name mail graphics | Remy Oukaour | |
| 2017-12-26 | Use "battle_anims" and "sprite_anims" for clarity, not just "anims" | Remy Oukaour | |
| 2017-12-26 | Split battle/ into data/ and engine/ components | Remy Oukaour | |
| 2017-12-26 | Rename: emote_headers, sprite_headers, cry_headers, gfx_headers, tileset_headers | Remy Oukaour | |
| 2017-12-16 | Move some more main.asm routines into individual files | Remy Oukaour | |
| 2017-12-15 | Move more unknown graphics into real subfolders | Remy Oukaour | |
| 2017-12-15 | Move all misc/ and unknown/ files to meaningful directories | Remy Oukaour | |
| 2017-12-14 | Split items/ and trainers/ into their data/ and engine/ components | Remy Oukaour | |
| Move some data into a pokemon/ subdirectory | |||
| 2017-12-11 | Name some gfx/unknown/ files | Remy Oukaour | |
| 2017-12-11 | Move the rest of gfx/misc/ into specific directories | Remy Oukaour | |
| 2017-12-09 | Move some gfx/unknown/ files into meaningful directories | Remy Oukaour | |
| 2017-12-09 | Move some gfx/misc/ files into meaningful directories | Remy Oukaour | |
| 2017-12-03 | fix make 3.81 | yenatch | |
| the shell newline capture doesnt work in 3.81, so that's gone | |||
| 2017-12-03 | fix cryptic 'no rule' error when a prerequisite is missing | yenatch | |
| at the cost of scan_includes running before the rules are actually evaluated | |||
| 2017-10-22 | rgbds variables in the makefile | yenatch | |
| this is for my own convenience but anyone using both rgbds 2 and 3 may find it useful | |||
| 2017-10-22 | rename pokecrystal.ld -> pokecrystal.link | yenatch | |
| 2017-09-24 | Rebuild on changes to pokecrystal.ld | yenatch | |
| 2017-09-24 | Merge pull request #379 from yenatch/tools | yenatch | |
| Refactor scan_includes and add warnings for tools | |||
| 2017-09-24 | Merge pull request #389 from yenatch/rgbds-3 | yenatch | |
| rgbds 0.3.3 | |||
| 2017-09-24 | Make repository compatible with RGBDS 0.3.3 (breaks support for earlier ↵ | PikalaxALT | |
| versions of RGBDS) | |||
| 2017-09-24 | tools/gfx: Replace --width with --png | yenatch | |
| 2017-09-23 | Fix section linking | PikalaxALT | |
| Create linker script and float all sections | |||
| 2017-09-10 | Updating Makefile for the unused GB + N64 image. | surskitty | |
| 2017-08-20 | Makefile formatting | yenatch | |
| 2017-08-20 | Use $(filter) to check targets | yenatch | |
| 2017-06-29 | Use $(MAKE) | yenatch | |
| 2017-06-24 | Merge branch 'master' into tools-makefile-integration | yenatch | |
| 2017-06-24 | Add a md5 tool to avoid md5sum dependency. | yenatch | |
| md5sum is missing in macOS and (presumably) BSD. An alternative would have been to use sha1sum instead, but it's probably a good idea to have as few dependencies as possible, so this doesn't happen again. fixes #364 | |||
| 2017-06-24 | Use SHA1 to compare roms | yenatch | |
